changeset 9:033dd86d3e0c draft

Uploaded
author jfb
date Fri, 21 Feb 2020 13:07:45 -0500
parents 4dd15c41d9e7
children 78f16bc92ba6
files all stuff/.RData all stuff/.Rhistory all stuff/1RS.csv all stuff/1RSBF.csv all stuff/2RS.csv all stuff/2RSBF.csv all stuff/Commonality and Difference finderMADE 7 TO 7 1-15-2019.R all stuff/Commonality and Difference finderMADE 7 TO 7.R all stuff/Difference finder MADE 7 TO 7 4-18-2019.R all stuff/Difference finder for GalaxyP 2-21-20.R all stuff/Difference finder for GalaxyP 4-18-2019.R all stuff/Difference finder for GalaxyP working.R all stuff/Difference finderMADE 7 TO 7 1-15-2019.R all stuff/Difference finderMADE 7 TO 7 fastversion 2-14-2019.R all stuff/Difference finderMADE 7 TO 7 fastversion.R all stuff/difference finder for 2 overlaps proper names 7-7_1-15-2019.R all stuff/differenceFinder.xml
diffstat 17 files changed, 2956 insertions(+), 5067 deletions(-) [+]
line wrap: on
line diff
Binary file all stuff/.RData has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/all stuff/.Rhistory	Fri Feb 21 13:07:45 2020 -0500
@@ -0,0 +1,288 @@
+?rnorm
+?rnorm
+?rnorm
+pwr
+?pwr
+??pwr
+power.t.test(n=6, power = .7, type = "two.sample", alternative = "two.sided")
+power.t.test(n=6, power = .9, type = "two.sample", alternative = "two.sided")
+?power.t.test
+power.t.test(n=5, sd=1000, power = .7, type = "paired", alternative = "one.sided")
+10^4
+power.t.test(n=5, sd=10000, power = .7, type = "paired", alternative = "one.sided")
+power.t.test(n=10, delta = 7, sd=10, type = "paired", alternative = "one.sided")
+setwd("C:/Users/John Blankenhor/Downloads/difference_finder-4dd15c41d9e7/difference_finder-4dd15c41d9e7/all stuff")
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
+Firstsubbackfreq<- read.csv("SBF1.csv", header=FALSE, stringsAsFactors=FALSE)
+FirstSubstrateSet
+EmptySubHeader<-First_unshared_motifs_table[1,]
+First_unshared_motifs_table<-"1RS.csv"
+First_unshared_subbackfreq<-"1RSBF.csv"
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
+Firstsubbackfreq<- read.csv("SBF1.csv", header=FALSE, stringsAsFactors=FALSE)
+EmptySubHeader<-FirstSubstrateSet[1,]
+head(Firstsubbackfreq)
+EmptySBFHeader<-Firstsubbackfreq[,1]
+#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
+FullMotifsOnly_questionmark<-"NO"
+#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
+TruncatedMotifsOnly_questionmark<-"NO"
+#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
+Are_You_Looking_For_Commonality<-"NO"
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
+Firstsubbackfreq<- read.csv("SBF1.csv", header=FALSE, stringsAsFactors=FALSE)
+SecondSubstrateSet<- read.csv("S2.csv", stringsAsFactors=FALSE)
+Secondsubbackfreq<- read.csv("SBF2.csv", header=FALSE, stringsAsFactors=FALSE)
+First_unshared_motifs_table<-"1RS.csv"
+First_unshared_subbackfreq<-"1RSBF.csv"
+Second_unshared_motifs_table<-"2RS.csv"
+Second_unshared_subbackfreq<-"2RSBF.csv"
+EmptySubHeader<-FirstSubstrateSet[1,]
+EmptySBFHeader<-Firstsubbackfreq[,1]
+FirstCentralLetters<-FirstSubstrateSet[,11]
+SecondCentralLetters<-SecondSubstrateSet[,11]
+FirstEsses<-sapply(FirstCentralLetters, grepl, pattern="S", ignore.case=TRUE)
+FirstTees<-sapply(FirstCentralLetters, grepl, pattern="T", ignore.case=TRUE)
+FirstWys<-sapply(FirstCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
+SecondEsses<-sapply(SecondCentralLetters, grepl, pattern="S", ignore.case=TRUE)
+SecondTees<-sapply(SecondCentralLetters, grepl, pattern="T", ignore.case=TRUE)
+SecondWys<-sapply(SecondCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
+FirstCentralLetters<-replace(FirstCentralLetters,FirstEsses,"xS")
+FirstCentralLetters<-replace(FirstCentralLetters,FirstTees,"xT")
+FirstCentralLetters<-replace(FirstCentralLetters,FirstWys,"xY")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondEsses,"xS")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondTees,"xT")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondWys,"xY")
+FirstCentralLetters->FirstSubstrateSet[,11]
+SecondCentralLetters->SecondSubstrateSet[,11]
+if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
+FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
+FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
+for (i in 1:nrow(FirstSubstrateSet)){
+FTLwtletters<-FirstSubstrateSet[i,4:18]
+FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
+FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
+leftspaces<-c()
+rightspaces<-c()
+YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
+YYYposition <- match(x = "x", table = YYYmotif)
+#position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
+#just 3 letters to the left of x
+YYYLettersToTheLeft <- YYYposition - 1
+#how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
+#just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
+YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
+#then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
+#variable the user puts in is
+if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
+leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
+rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
+#add blank spaces if the motif has less than 4 letters to the left/right
+motif<-c(leftspaces,YYYmotif,rightspaces)
+#save that motif, which is the Y and +/- 4 amino acids, including truncation
+motif<-motif[!motif %in% "x"]
+motif<-paste(motif, sep="", collapse="")
+FTLwtletters<-motif
+FTLwtmotifs[i,1]<-FTLwtletters
+FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
+}
+if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
+motif<-YYYmotif
+#add blank spaces if the motif has less than 4 letters to the left/right
+motif<-c(leftspaces,YYYmotif,rightspaces)
+#save that motif, which is the Y and +/- 4 amino acids, including truncation
+motif<-motif[!motif %in% "x"]
+motif<-paste(motif, sep="", collapse="")
+FTLwtletters<-motif
+FTLwtmotifs[i,1]<-FTLwtletters
+FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
+}
+}
+D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
+D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
+for (i in 1:nrow(SecondSubstrateSet)){
+D835letters<-SecondSubstrateSet[i,4:18]
+D835letters<-D835letters[D835letters !="XXXXX"]
+D835letters<-paste(D835letters, sep="", collapse="")
+leftspaces<-c()
+rightspaces<-c()
+YYYmotif <- unlist(strsplit(D835letters, split = ""))
+YYYposition <- match(x = "x", table = YYYmotif)
+#position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
+#just 3 letters to the left of x
+YYYLettersToTheLeft <- YYYposition - 1
+#how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
+#just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
+YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
+#then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
+#variable the user puts in is
+if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
+leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
+rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
+#add blank spaces if the motif has less than 4 letters to the left/right
+motif<-c(leftspaces,YYYmotif,rightspaces)
+#save that motif, which is the Y and +/- 4 amino acids, including truncation
+motif<-motif[!motif %in% "x"]
+motif<-paste(motif, sep="", collapse="")
+D835letters<-motif
+D835Ymotifs[i,1]<-D835letters
+D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
+}
+if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
+motif<-YYYmotif
+#add blank spaces if the motif has less than 4 letters to the left/right
+motif<-c(leftspaces,YYYmotif,rightspaces)
+#save that motif, which is the Y and +/- 4 amino acids, including truncation
+motif<-motif[!motif %in% "x"]
+motif<-paste(motif, sep="", collapse="")
+D835letters<-motif
+D835Ymotifs[i,1]<-D835letters
+D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
+}
+}
+names(FTLwtmotifs)<-FTLwtAccessionNumbers
+names(D835Ymotifs)<-D835YAccessionNumbers
+}
+FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
+FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
+D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
+D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
+if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
+FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
+FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
+for (i in 1:nrow(FirstSubstrateSet)){
+FTLwtletters<-FirstSubstrateSet[i,4:18]
+FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
+FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
+leftspaces<-c()
+rightspaces<-c()
+YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
+YYYposition <- match(x = "x", table = YYYmotif)
+#position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
+#just 3 letters to the left of x
+YYYLettersToTheLeft <- YYYposition - 1
+#how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
+#just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
+YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
+#then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
+#variable the user puts in is
+if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
+leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
+rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
+#add blank spaces if the motif has less than 4 letters to the left/right
+motif<-c(leftspaces,YYYmotif,rightspaces)
+#save that motif, which is the Y and +/- 4 amino acids, including truncation
+motif<-motif[!motif %in% "x"]
+motif<-paste(motif, sep="", collapse="")
+FTLwtletters<-motif
+FTLwtmotifs[i,1]<-FTLwtletters
+FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
+}
+if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
+motif<-YYYmotif
+#add blank spaces if the motif has less than 4 letters to the left/right
+motif<-c(leftspaces,YYYmotif,rightspaces)
+#save that motif, which is the Y and +/- 4 amino acids, including truncation
+motif<-motif[!motif %in% "x"]
+motif<-paste(motif, sep="", collapse="")
+FTLwtletters<-motif
+FTLwtmotifs[i,1]<-FTLwtletters
+FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
+}
+}
+D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
+D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
+for (i in 1:nrow(SecondSubstrateSet)){
+D835letters<-SecondSubstrateSet[i,4:18]
+D835letters<-D835letters[D835letters !="XXXXX"]
+D835letters<-paste(D835letters, sep="", collapse="")
+leftspaces<-c()
+rightspaces<-c()
+YYYmotif <- unlist(strsplit(D835letters, split = ""))
+YYYposition <- match(x = "x", table = YYYmotif)
+#position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
+#just 3 letters to the left of x
+YYYLettersToTheLeft <- YYYposition - 1
+#how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
+#just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
+YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
+#then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
+#variable the user puts in is
+if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
+leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
+rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
+#add blank spaces if the motif has less than 4 letters to the left/right
+motif<-c(leftspaces,YYYmotif,rightspaces)
+#save that motif, which is the Y and +/- 4 amino acids, including truncation
+motif<-motif[!motif %in% "x"]
+motif<-paste(motif, sep="", collapse="")
+D835letters<-motif
+D835Ymotifs[i,1]<-D835letters
+D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
+}
+if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
+motif<-YYYmotif
+#add blank spaces if the motif has less than 4 letters to the left/right
+motif<-c(leftspaces,YYYmotif,rightspaces)
+#save that motif, which is the Y and +/- 4 amino acids, including truncation
+motif<-motif[!motif %in% "x"]
+motif<-paste(motif, sep="", collapse="")
+D835letters<-motif
+D835Ymotifs[i,1]<-D835letters
+D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
+}
+}
+names(FTLwtmotifs)<-FTLwtAccessionNumbers
+names(D835Ymotifs)<-D835YAccessionNumbers
+}
+#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
+FullMotifsOnly_questionmark<-"NO"
+#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
+TruncatedMotifsOnly_questionmark<-"NO"
+#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
+Are_You_Looking_For_Commonality<-"NO"
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
+Firstsubbackfreq<- read.csv("SBF1.csv", header=FALSE, stringsAsFactors=FALSE)
+SecondSubstrateSet<- read.csv("S2.csv", stringsAsFactors=FALSE)
+Secondsubbackfreq<- read.csv("SBF2.csv", header=FALSE, stringsAsFactors=FALSE)
+First_unshared_motifs_table<-"1RS.csv"
+First_unshared_subbackfreq<-"1RSBF.csv"
+Second_unshared_motifs_table<-"2RS.csv"
+Second_unshared_subbackfreq<-"2RSBF.csv"
+EmptySubHeader<-FirstSubstrateSet[1,]
+EmptySBFHeader<-Firstsubbackfreq[,1]
+FirstCentralLetters<-FirstSubstrateSet[,11]
+SecondCentralLetters<-SecondSubstrateSet[,11]
+FirstEsses<-sapply(FirstCentralLetters, grepl, pattern="S", ignore.case=TRUE)
+FirstTees<-sapply(FirstCentralLetters, grepl, pattern="T", ignore.case=TRUE)
+FirstWys<-sapply(FirstCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
+SecondEsses<-sapply(SecondCentralLetters, grepl, pattern="S", ignore.case=TRUE)
+SecondTees<-sapply(SecondCentralLetters, grepl, pattern="T", ignore.case=TRUE)
+SecondWys<-sapply(SecondCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
+FirstCentralLetters<-replace(FirstCentralLetters,FirstEsses,"xS")
+FirstCentralLetters<-replace(FirstCentralLetters,FirstTees,"xT")
+FirstCentralLetters<-replace(FirstCentralLetters,FirstWys,"xY")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondEsses,"xS")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondTees,"xT")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondWys,"xY")
+FirstCentralLetters->FirstSubstrateSet[,11]
+SecondCentralLetters->SecondSubstrateSet[,11]
+FirstSubstrateSet
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
+FirstSubstrateSet
+head(SecondSubstrateSet)
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
+head(SecondSubstrateSet)
+FirstSubstrateSet
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
+FirstSubstrateSet
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
+SecondSubstrateSet<- read.csv("S2.csv", stringsAsFactors=FALSE)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/all stuff/1RS.csv	Fri Feb 21 13:07:45 2020 -0500
@@ -0,0 +1,521 @@
+Substrate,Species,Reference,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,Phosphite
+,,sp|P48735|IDHP_HUMAN,E,A,E,A,A,H,G,xT,V,T,R, , , , ,
+,,sp|P29401|TKT_HUMAN, , , , , , ,S,xT,F,A,A,F,F,T,R,
+,,sp|P30050|RL12_HUMAN, , , , , , ,L,xT,I,Q,N,R, , , ,
+,,sp|P56556|NDUA6_HUMAN, , , ,Q,A,T,S,xT,A,S,T,F,V,K,P,
+,,sp|Q14554|PDIA5_HUMAN, , , , ,G,F,P,xT,I,C,Y,F,E,K, ,
+,,sp|P29401|TKT_HUMAN, , , , ,H,Q,P,xT,A,I,I,A,K, , ,
+,,sp|P29401|TKT_HUMAN, , , , , ,N,S,xT,F,S,E,I,F,K, ,
+,,sp|Q00839|HNRPU_HUMAN, , , , , , ,S,xS,G,P,T,S,L,F,A,
+,,sp|Q8IXT5|RB12B_HUMAN, , , , , , , ,xS,P,T,E,D,F,R, ,
+,,sp|P52566|GDIR2_HUMAN, , , , , , ,A,xT,F,M,V,G,S,Y,G,
+,,sp|Q9H9T3|ELP3_HUMAN, , , , ,L,Y,P,xT,L,V,I,R, , , ,
+,,sp|Q9UBT2|SAE2_HUMAN, , ,G,T,I,L,I,xS,S,E,E,G,E,T,E,
+,,sp|Q9Y490|TLN1_HUMAN, , , ,E,G,T,E,xT,F,A,D,H,R, , ,
+,,sp|Q9NY61|AATF_HUMAN,G,M,D,D,L,G,S,xS,E,E,E,E,D,E,E,
+,,sp|P29218|IMPA1_HUMAN, , , ,Y,P,S,H,xS,F,I,G,E,E,S,V,
+,,sp|P29401|TKT_HUMAN, , , , , , , ,xS,T,F,A,A,F,F,T,
+,,sp|P07900|HS90A_HUMAN, , , , , , ,E,xS,E,D,K,P,E,I,E,
+,,sp|P28070|PSB4_HUMAN,N,S,T,M,L,G,A,xS,G,D,Y,A,D,F,Q,
+,,sp|Q13564|ULA1_HUMAN, , , , , , ,Q,xT,P,S,F,W,I,L,A,
+,,sp|P09429|HMGB1_HUMAN; sp|P26583|HMGB2_HUMAN, , , , ,R,P,P,xS,A,F,F,L,F, , ,
+,,sp|Q71UM5|RS27L_HUMAN; sp|P42677|RS27_HUMAN, , ,L,T,E,G,C,xS,F,R, , , , , ,
+,,sp|P00505|AATM_HUMAN, , , ,V,G,A,F,xT,M,V,C,K, , , ,
+,,sp|O43175|SERA_HUMAN, , , , , ,A,G,xT,G,V,D,N,V,D,L,
+,,sp|P07437|TBB5_HUMAN,V,T,F,I,G,N,S,xT,A,I,Q,E,L,F,K,
+,,sp|P10599|THIO_HUMAN, , , , ,C,M,P,xT,F,Q,F,F,K, , ,
+,,sp|Q9UQ35|SRRM2_HUMAN, , , , , ,S,P,xS,V,S,S,P,E,P,A,
+,,sp|P40926|MDHM_HUMAN, , , ,A,G,A,G,xS,A,T,L,S,M,A,Y,
+,,sp|Q96FS4|SIPA1_HUMAN,A,G,E,A,R,P,P,xT,P,A,S,P,R, , ,
+,,sp|Q9H0D6|XRN2_HUMAN, ,K,A,E,D,S,D,xS,E,P,E,P,E,D,N,
+,,sp|P07814|SYEP_HUMAN, ,A,I,Q,G,G,T,xS,H,H,L,G,Q,N,F,
+,,sp|P16403|H12_HUMAN; sp|P16401|H15_HUMAN, , , , , , ,G,xT,L,V,Q,T,K, , ,
+,,sp|Q92733|PRCC_HUMAN,P,E,L,H,K,G,D,xS,D,S,E,E,D,E,P,
+,,sp|Q9UHB9|SRP68_HUMAN, , , , , ,F,E,xT,F,C,L,D,P,S,L,
+,,sp|P46781|RS9_HUMAN, , , , ,R,L,Q,xT,Q,V,F,K, , , ,
+,,sp|Q93084|AT2A3_HUMAN; sp|P16615|AT2A2_HUMAN, , , , , ,T,G,xT,L,T,T,N,Q,M,S,
+,,sp|P07237|PDIA1_HUMAN, , , , , ,V,H,xS,F,P,T,L,K, , ,
+,,sp|Q9Y3T9|NOC2L_HUMAN, , , , , , , ,xS,P,D,K,P,G,G,S,
+,,sp|O00264|PGRC1_HUMAN; sp|O15173|PGRC2_HUMAN, , , , ,G,L,A,xT,F,C,L,D,K, , ,
+,,sp|Q9NVI7|ATD3A_HUMAN; sp|Q5T9A4|ATD3B_HUMAN, , , , , ,A,G,xT,L,F,G,E,G,F,R,
+,,sp|O94903|PLPHP_HUMAN, , , , , , ,G,xS,T,I,F,G,E,R, ,
+,,sp|O15530|PDPK1_HUMAN, ,A,N,S,F,V,G,xT,A,Q,Y,V,S,P,E,
+,,sp|Q96RP9|EFGM_HUMAN, , , , ,K,G,D,xT,I,Y,N,T,R, , ,
+,,sp|Q9UBS9|SUCO_HUMAN, , , , , ,L,G,xT,F,H,G,R, , , ,
+,,sp|Q14697|GANAB_HUMAN, , , , , ,G,G,xT,I,V,P,R, , , ,
+,,sp|Q13057|COASY_HUMAN, , ,G,A,V,G,G,xT,F,D,R, , , , ,
+,,sp|P25205|MCM3_HUMAN, ,G,G,Y,T,S,G,xT,F,R, , , , , ,
+,,sp|P08559|ODPA_HUMAN, , , , , ,G,G,xS,M,H,M,Y,A,K, ,
+,,sp|Q69YN4|VIR_HUMAN, , , ,K,Q,N,T,xS,R,P,P,S,M,H,V,
+,,sp|Q9UQ35|SRRM2_HUMAN, , , , , , , ,xS,P,G,M,L,E,P,L,
+,,sp|P60866|RS20_HUMAN, , , , , , ,I,xT,L,T,S,R, , , ,
+,,sp|P07900|HS90A_HUMAN, ,E,R,D,K,E,V,xS,D,D,E,A,E,E,K,
+,,sp|O75449|KTNA1_HUMAN; sp|Q9BW62|KATL1_HUMAN, , , , , , ,T,xT,F,F,N,V,S,S,S,
+,,sp|P06744|G6PI_HUMAN, , , , , ,T,F,xT,T,Q,E,T,I,T,N,
+,,sp|P42166|LAP2A_HUMAN, , , , , ,S,S,xT,P,L,P,T,I,S,S,
+,,sp|P39656|OST48_HUMAN, , , , , , ,S,xS,L,N,P,I,L,F,R,
+,,sp|Q9H583|HEAT1_HUMAN, , , , , ,L,L,xT,F,Y,N,L,A,D,C,
+,,sp|O60942|MCE1_HUMAN, ,G,H,G,E,C,P,xT,T,E,N,T,E,T,F,
+,,sp|Q01469|FABP5_HUMAN, , , , , , ,K,xT,Q,T,V,C,N,F,T,
+,,sp|Q9NYF8|BCLF1_HUMAN, , , , , ,Q,K,xS,P,E,I,H,R, , ,
+,,sp|P17844|DDX5_HUMAN, , , , , ,T,G,xT,A,Y,T,F,F,T,P,
+,,sp|Q69YN4|VIR_HUMAN,Q,N,T,S,R,P,P,xS,M,H,V,D,D,F,V,
+,,sp|P28070|PSB4_HUMAN, , , ,V,N,N,S,xT,M,L,G,A,S,G,D,
+,,sp|P11940|PABP1_HUMAN, , , ,A,L,Y,D,xT,F,S,A,F,G,N,I,
+,,sp|Q12905|ILF2_HUMAN,P,Q,G,E,E,E,E,xS,M,E,T,Q,E, , ,
+,,sp|Q7Z5L9|I2BP2_HUMAN, , , , , , , ,xS,P,P,G,A,A,A,S,
+,,sp|Q69YN4|VIR_HUMAN, , , , ,K,Q,N,xT,S,R,P,P,S,M,H,
+,,sp|P04181|OAT_HUMAN; sp|Q5UIP0|RIF1_HUMAN; sp|Q9H3T2|SEM6C_HUMAN; RRRRRsp|P48546|GIPR_HUMAN, , , , , , ,L,xT,L,T,S,R, , , ,
+,,sp|P35249|RFC4_HUMAN, , , , , ,G,T,xS,I,S,T,K,P,P,L,
+,,sp|O00541|PESC_HUMAN, , , , , ,Y,P,xT,F,I,D,A,L,R, ,
+,,sp|Q9BVA1|TBB2B_HUMAN; sp|Q13885|TBB2A_HUMAN; sp|P68371|TBB4B_HUMAN, , , , ,M,S,A,xT,F,I,G,N,S,T,A,
+,,sp|Q96I25|SPF45_HUMAN,S,P,T,G,P,S,N,xS,F,L,A,N,M,G,G,
+,,sp|P26599|PTBP1_HUMAN, , , ,D,Y,G,N,xS,P,L,H,R, , , ,
+,,sp|P11142|HSP7C_HUMAN, , , , , , ,G,xT,L,D,P,V,E,K, ,
+,,sp|P61769|B2MG_HUMAN, , , ,V,N,H,V,xT,L,S,Q,P,K, , ,
+,,sp|P54687|BCAT1_HUMAN, , , , , , ,P,xT,F,I,G,T,E,P,S,
+,,sp|P49327|FAS_HUMAN, , , , ,V,Y,A,xT,I,L,N,A,G,T,N,
+,,sp|P62750|RL23A_HUMAN, , , , , ,V,N,xT,L,I,R,P,D,G,E,
+,,sp|P11940|PABP1_HUMAN, , , , ,A,L,D,xT,M,N,F,D,V,I,K,
+,,sp|Q00839|HNRPU_HUMAN, , , , , , , ,xS,S,G,P,T,S,L,F,
+,,sp|Q8N6L1|KTAP2_HUMAN, , , , , ,I,S,xS,T,L,Y,Q,A,A,A,
+,,sp|Q13442|HAP28_HUMAN, ,S,L,D,S,D,E,xS,E,D,E,E,D,D,Y,
+,,sp|P40227|TCPZ_HUMAN, , , , , , ,H,xT,L,T,Q,I,K, , ,
+,,sp|Q13442|HAP28_HUMAN, , , , ,S,L,D,xS,D,E,S,E,D,E,E,
+,,sp|Q9H1E3|NUCKS_HUMAN, , , , ,D,S,G,xS,D,E,D,F,L,M,E,
+,,sp|Q96KR1|ZFR_HUMAN,T,A,A,W,T,G,T,xT,F,T,K, , , , ,
+,,sp|Q9C0C9|UBE2O_HUMAN,I,H,G,E,D,S,D,xS,E,G,E,E,E,G,R,
+,,sp|Q9NY61|AATF_HUMAN,E,E,E,E,D,E,E,xS,G,M,E,E,G,D,D,
+,,sp|P62888|RL30_HUMAN, , , , , ,V,C,xT,L,A,I,I,D,P,G,
+,,sp|O43414|ERI3_HUMAN, , , , , ,A,Y,xS,F,A,M,G,C,W,P,
+,,sp|O75449|KTNA1_HUMAN; sp|Q9BW62|KATL1_HUMAN, , , , , , , ,xT,T,F,F,N,V,S,S,
+,,sp|O60942|MCE1_HUMAN,E,C,P,T,T,E,N,xT,E,T,F,I,R, , ,
+,,sp|Q9UBT2|SAE2_HUMAN, , , , , , ,G,xT,I,L,I,S,S,E,E,
+,,sp|Q8IVH4|MMAA_HUMAN, , , , , , ,S,xT,F,I,E,Y,F,G,K,
+,,sp|A0FGR8|ESYT2_HUMAN, ,G,A,N,T,H,L,xS,T,F,S,F,T,K, ,
+,,sp|P57764|GSDMD_HUMAN,T,V,T,I,P,S,G,xS,T,L,A,F,R, , ,
+,,sp|P21399|ACOC_HUMAN, , , , , , ,G,xT,F,A,N,I,R, , ,
+,,sp|P19338|NUCL_HUMAN, , , ,V,A,V,A,xT,P,A,K, , , , ,
+,,sp|Q9BSJ8|ESYT1_HUMAN, , , ,L,G,T,Q,xT,F,C,S,R, , , ,
+,,sp|O75964|ATP5L_HUMAN, , , , , ,L,A,xT,F,W,Y,Y,A,K, ,
+,,sp|O43175|SERA_HUMAN, , , , , , ,G,xT,I,Q,V,I,T,Q,G,
+,,sp|Q9BSL1|UBAC1_HUMAN, , , , ,R,A,P,xS,P,L,P,K, , , ,
+,,sp|P27824|CALX_HUMAN, , , , ,G,T,L,xS,G,W,I,L,S,K, ,
+,,sp|Q86SU0|ILDR1_HUMAN, , , , , , ,I,xT,I,Q,N,R, , , ,
+,,sp|P25705|ATPA_HUMAN, , , , , ,T,G,xT,A,E,M,S,S,I,L,
+,,sp|Q12979|ABR_HUMAN, ,D,M,S,L,K,R,xT,P,S,K, , , , ,
+,,sp|P00558|PGK1_HUMAN,T,G,Q,A,T,V,A,xS,G,I,P,A,G,W,M,
+,,sp|P13639|EF2_HUMAN, , , , , , , ,xT,F,C,Q,L,I,L,D,
+,,sp|P12236|ADT3_HUMAN; sp|Q9H0C2|ADT4_HUMAN; sp|P12235|ADT1_HUMAN; sp|P05141|ADT2_HUMAN, , , , ,Y,F,P,xT,Q,A,L,N,F,A,F,
+,,sp|P60709|ACTB_HUMAN,I,T,A,L,A,P,S,xT,M,K, , , , , ,
+,,sp|Q02878|RL6_HUMAN, , , , ,A,S,I,xT,P,G,T,I,L,I,I,
+,,sp|P39656|OST48_HUMAN, , , , , ,A,P,xT,I,V,G,K, , , ,
+,,sp|Q9Y5B9|SP16H_HUMAN,I,F,P,N,P,E,A,xT,F,V,K, , , , ,
+,,sp|P11171|41_HUMAN, ,V,V,V,H,Q,E,xT,E,I,A,D,E, , ,
+,,sp|P55265|DSRAD_HUMAN, , , , , ,A,M,xT,I,L,L,E,E,A,K,
+,,sp|Q99832|TCPH_HUMAN, , , , , ,T,F,xS,Y,A,G,F,E,M,Q,
+,,sp|P17844|DDX5_HUMAN; sp|Q92841|DDX17_HUMAN, , , , , , ,Q,xT,L,M,W,S,A,T,W,
+,,sp|Q9UBT2|SAE2_HUMAN, ,G,T,I,L,I,S,xS,E,E,G,E,T,E,A,
+,,sp|P06744|G6PI_HUMAN, , , , , , , ,xT,F,T,T,Q,E,T,I,
+,,sp|P37802|TAGL2_HUMAN, , , , ,I,Q,A,xS,T,M,A,F,K, , ,
+,,sp|Q9BVA1|TBB2B_HUMAN; sp|Q13885|TBB2A_HUMAN; sp|P68371|TBB4B_HUMAN,S,A,T,F,I,G,N,xS,T,A,I,Q,E,L,F,
+,,sp|O60927|PP1RB_HUMAN, , ,A,F,G,E,S,xS,T,E,S,D,E,E,E,
+,,sp|Q8IZL8|PELP1_HUMAN, , , , , , ,G,xS,P,D,G,S,L,Q,T,
+,,sp|P15531|NDKA_HUMAN, , ,N,I,I,H,G,xS,D,S,V,E,S,A,E,
+,,sp|Q6PJG2|EMSA1_HUMAN, , , , , ,A,G,xT,F,I,A,P,P,V,Y,
+,,sp|Q9BWW4|SSBP3_HUMAN; sp|Q9BWG4|SSBP4_HUMAN; sp|P81877|SSBP2_HUMAN, , , , ,S,A,Q,xT,F,L,S,E,I,R, ,
+,,sp|P14625|ENPL_HUMAN, , , , , ,G,T,xT,I,T,L,V,L,K, ,
+,,sp|Q9NY33|DPP3_HUMAN, , , , , ,F,S,xT,I,A,S,S,Y,E,E,
+,,sp|P28070|PSB4_HUMAN, , , , ,V,N,N,xS,T,M,L,G,A,S,G,
+,,sp|P56556|NDUA6_HUMAN,Q,A,T,S,T,A,S,xT,F,V,K,P,I,F,S,
+,,sp|Q01130|SRSF2_HUMAN, , , , , , , ,xS,R,S,P,P,P,V,S,
+,,sp|P00558|PGK1_HUMAN,C,A,N,P,A,A,G,xS,V,I,L,L,E,N,L,
+,,sp|Q9BZF1|OSBL8_HUMAN, , , ,V,V,L,P,xT,F,I,L,E,P,R, ,
+,,sp|P29350|PTN6_HUMAN, , , ,A,G,P,G,xS,P,L,R, , , , ,
+,,sp|P52209|6PGD_HUMAN, , ,V,V,G,A,Q,xS,L,K, , , , , ,
+,,sp|O43491|E41L2_HUMAN, ,V,C,V,E,H,H,xT,F,Y,R, , , , ,
+,,sp|P00558|PGK1_HUMAN, , , ,T,G,Q,A,xT,V,A,S,G,I,P,A,
+,,sp|Q96KR1|ZFR_HUMAN,A,A,A,T,A,A,W,xT,G,T,T,F,T,K, ,
+,,sp|O15120|PLCB_HUMAN, , , , , , ,T,xT,F,L,H,I,S,K, ,
+,,sp|Q5JTH9|RRP12_HUMAN, , , , ,R,V,P,xS,P,V,L,I,K, , ,
+,,sp|P78417|GSTO1_HUMAN, ,V,P,S,L,V,G,xS,F,I,R, , , , ,
+,,sp|O00154|BACH_HUMAN, , , , , , ,A,xT,L,W,Y,V,P,L,S,
+,,sp|P78347|GTF2I_HUMAN, , , , , ,S,P,xT,W,F,G,I,P,R, ,
+,,sp|P08758|ANXA5_HUMAN, , , , , , ,G,xT,V,T,D,F,P,G,F,
+,,sp|P51991|ROA3_HUMAN, , , , , ,Y,H,xT,I,N,G,H,N,C,E,
+,,sp|P35659|DEK_HUMAN,L,L,Y,N,R,P,G,xT,V,S,S,L,K, , ,
+,,sp|Q00839|HNRPU_HUMAN, , ,S,S,G,P,T,xS,L,F,A,V,T,V,A,
+,,sp|O60927|PP1RB_HUMAN, , , ,A,F,G,E,xS,S,T,E,S,D,E,E,
+,,sp|P07900|HS90A_HUMAN; sp|P08238|HS90B_HUMAN, ,I,R,Y,E,S,L,xT,D,P,S,K, , , ,
+,,sp|Q96KR1|ZFR_HUMAN,A,T,A,A,W,T,G,xT,T,F,T,K, , , ,
+,,sp|Q8N6L1|KTAP2_HUMAN, , , , ,I,S,S,xT,L,Y,Q,A,A,A,P,
+,,sp|P10809|CH60_HUMAN, , , ,V,G,G,T,xS,D,V,E,V,N,E,K,
+,,RRRRRsp|O14529|CUX2_HUMAN, , , , , , , ,xS,A,L,A,A,E,L,R,
+,,sp|P50991|TCPD_HUMAN, , , , , ,T,V,xT,I,V,V,R, , , ,
+,,RRRRRsp|Q9P2D7|DYH1_HUMAN, , , , ,L,T,R,xS,I,R, , , , , ,
+,,sp|P25205|MCM3_HUMAN, ,S,E,D,E,S,E,xT,E,D,E,E,E,K, ,
+,,sp|O75436|VP26A_HUMAN,A,G,Y,D,P,T,P,xT,M,R, , , , , ,
+,,sp|Q9BV79|MECR_HUMAN, , , , , ,G,G,xT,M,V,T,Y,G,G,M,
+,,sp|Q9H299|SH3L3_HUMAN, , , , , ,V,Y,xS,T,S,V,T,G,S,R,
+,,sp|P39656|OST48_HUMAN, , , , , , , ,xS,S,L,N,P,I,L,F,
+,,sp|P62195|PRS8_HUMAN, , ,A,V,A,H,H,xT,D,C,T,F,I,R, ,
+,,sp|P06733|ENOA_HUMAN, , , , ,G,N,P,xT,V,E,V,D,L,F,T,
+,,sp|P30041|PRDX6_HUMAN, , , , ,R,V,A,xT,P,V,D,W,K, , ,
+,,sp|P15531|NDKA_HUMAN,N,I,I,H,G,S,D,xS,V,E,S,A,E,K, ,
+,,sp|Q9BVG9|PTSS2_HUMAN,A,G,G,P,R,P,E,xS,P,V,P,A,G,R, ,
+,,sp|O60942|MCE1_HUMAN,P,T,T,E,N,T,E,xT,F,I,R, , , , ,
+,,sp|Q7L2R6|ZN765_HUMAN, , , , , , , ,xS,K,L,Q,I,H,R, ,
+,,sp|P29218|IMPA1_HUMAN, , , , , ,Y,P,xS,H,S,F,I,G,E,E,
+,,sp|Q8NBS9|TXND5_HUMAN, , , , ,G,Y,P,xT,L,L,W,F,R, , ,
+,,RRRRRsp|O14529|CUX2_HUMAN,L,R,P,G,S,C,L,xT,F,N,V,K, , , ,
+,,sp|Q9NY33|DPP3_HUMAN, , , , , , ,F,xS,T,I,A,S,S,Y,E,
+,,sp|P06744|G6PI_HUMAN, , , , ,T,F,T,xT,Q,E,T,I,T,N,A,
+,,sp|O43684|BUB3_HUMAN, ,T,P,C,N,A,G,xT,F,S,Q,P,E,K, ,
+,,sp|O15417|TNC18_HUMAN,G,A,V,E,R,P,L,xT,P,A,P,R, , , ,
+,,sp|Q9H1E3|NUCKS_HUMAN,M,L,M,E,D,V,G,xS,E,E,E,Q,E,E,E,
+,,sp|O15347|HMGB3_HUMAN, , , , ,R,P,P,xS,G,F,F,L,F, , ,
+,,sp|P51610|HCFC1_HUMAN,G,A,P,G,Q,P,G,xT,I,L,R, , , , ,
+,,sp|P0DP25|CALM3_HUMAN; sp|P0DP24|CALM2_HUMAN; sp|P0DP23|CALM1_HUMAN, , , , , , ,D,xT,D,S,E,E,E,I,R,
+,,sp|Q15029|U5S1_HUMAN, , , , , ,T,A,xT,I,T,E,P,R, , ,
+,,sp|Q9Y4P3|TBL2_HUMAN,E,D,G,G,Y,T,F,xT,A,T,P,E,D,F,P,
+,,sp|P19338|NUCL_HUMAN, , , , ,V,V,V,xS,P,T,K,K, , , ,
+,,sp|P37108|SRP14_HUMAN, , , , , , ,I,xS,T,V,V,S,S,K, ,
+,,sp|O60927|PP1RB_HUMAN,F,G,E,S,S,T,E,xS,D,E,E,E,E,E,G,
+,,sp|P56556|NDUA6_HUMAN, , , , ,Q,A,T,xS,T,A,S,T,F,V,K,
+,,sp|P49585|PCY1A_HUMAN, , , ,E,R,S,P,xS,P,S,F,R, , , ,
+,,sp|Q96I25|SPF45_HUMAN, , ,S,P,T,G,P,xS,N,S,F,L,A,N,M,
+,,sp|Q7KZI7|MARK2_HUMAN, , , , , , , ,xS,T,F,H,A,G,Q,L,
+,,sp|Q2KHR2|RFX7_HUMAN, , , , , , , ,xS,P,T,T,V,L,F,T,
+,,sp|P10809|CH60_HUMAN, , , , ,V,G,G,xT,S,D,V,E,V,N,E,
+,,sp|P08865|RSSA_HUMAN, , , , , , ,F,xT,P,G,T,F,T,N,Q,
+,,sp|P62913|RL11_HUMAN, , ,I,A,V,H,C,xT,V,R, , , , , ,
+,,sp|P15880|RS2_HUMAN, , , , , , ,A,xT,F,D,A,I,S,K, ,
+,,sp|O75436|VP26A_HUMAN,F,L,A,G,Y,D,P,xT,P,T,M,R, , , ,
+,,sp|Q7KZI7|MARK2_HUMAN, , , , , , ,S,xT,F,H,A,G,Q,L,R,
+,,sp|Q9UJF2|NGAP_HUMAN, , , ,T,G,G,P,xS,I,R,I,K, , , ,
+,,sp|B0I1T2|MYO1G_HUMAN, , , , , , ,G,xS,F,T,L,L,W,P,S,
+,,sp|P25787|PSA2_HUMAN, , , , , ,G,Y,xS,F,S,L,T,T,F,S,
+,,sp|Q96ST2|IWS1_HUMAN, , , ,A,A,V,L,xS,D,S,E,D,E,E,K,
+,,sp|Q9UI08|EVL_HUMAN, ,Y,N,Q,A,T,P,xT,F,H,Q,W,R, , ,
+,,sp|Q96KR1|ZFR_HUMAN,A,A,A,A,A,A,A,xT,A,A,W,T,G,T,T,
+,,sp|O60942|MCE1_HUMAN,G,H,G,E,C,P,T,xT,E,N,T,E,T,F,I,
+,,sp|P53396|ACLY_HUMAN, , , , , ,S,T,xT,L,F,S,R, , , ,
+,,sp|Q9UPP1|PHF8_HUMAN, , , ,T,G,S,P,xT,F,V,R, , , , ,
+,,sp|Q96KR1|ZFR_HUMAN,A,W,T,G,T,T,F,xT,K, , , , , , ,
+,,sp|P62195|PRS8_HUMAN,V,A,H,H,T,D,C,xT,F,I,R, , , , ,
+,,sp|O60927|PP1RB_HUMAN, ,A,F,G,E,S,S,xT,E,S,D,E,E,E,E,
+,,sp|Q9Y4P3|TBL2_HUMAN, ,R,E,D,G,G,Y,xT,F,T,A,T,P,E,D,
+,,sp|Q9NVV0|TM38B_HUMAN, , , ,G,A,G,G,xT,I,I,T,N,F,E,R,
+,,sp|Q5SSJ5|HP1B3_HUMAN, , , ,T,R,P,S,xS,T,V,I,K, , , ,
+,,tr|K7EKS7|K7EKS7_HUMAN; sp|P35268|RL22_HUMAN, , , , , , ,I,xT,V,T,S,E,V,P,F,
+,,sp|Q8IYB3|SRRM1_HUMAN, , , , , ,K,E,xT,E,S,E,A,E,D,N,
+,,sp|Q9P258|RCC2_HUMAN, , , , , , ,E,xS,T,M,Y,P,K, , ,
+,,sp|Q8IYU2|HACE1_HUMAN; sp|Q96R06|SPAG5_HUMAN; sp|A9Z1Z3|FR1L4_HUMAN; RRRRRsp|Q6ZRV2|FA83H_HUMAN; RRRRRsp|Q12788|TBL3_HUMAN; RRRRRsp|O14492|SH2B2_HUMAN, , , , ,L,T,R,xS,L,R, , , , , ,
+,,sp|Q93084|AT2A3_HUMAN; sp|P16615|AT2A2_HUMAN, , , , , , , ,xT,G,T,L,T,T,N,Q,
+,,sp|Q86Y56|DAAF5_HUMAN, ,S,A,E,L,V,G,xT,F,V,S,P,E,V,F,
+,,sp|P52756|RBM5_HUMAN, ,S,E,D,G,Y,H,xS,D,G,D,Y,G,E,H,
+,,sp|Q8IYB3|SRRM1_HUMAN, , , , , ,R,E,xS,P,S,P,A,P,K,P,
+,,sp|P07900|HS90A_HUMAN; sp|P08238|HS90B_HUMAN, , , , , , , ,xS,L,T,N,D,W,E,D,
+,,sp|P35249|RFC4_HUMAN, , , , , , ,G,xT,S,I,S,T,K,P,P,
+,,sp|Q8IZL8|PELP1_HUMAN, , ,G,S,P,D,G,xS,L,Q,T,G,K,P,S,
+,,sp|Q01130|SRSF2_HUMAN, , , , , ,S,R,xS,P,P,P,V,S,K, ,
+,,sp|Q14137|BOP1_HUMAN,D,E,Y,A,E,D,S,xS,D,E,E,D,I,R, ,
+,,sp|P21439|MDR3_HUMAN; sp|P08183|MDR1_HUMAN, , , , , ,F,D,xT,L,V,G,E,R, , ,
+,,sp|P07686|HEXB_HUMAN, , , ,L,A,P,G,xT,I,V,E,V,W,K, ,
+,,sp|P07814|SYEP_HUMAN, , ,A,I,Q,G,G,xT,S,H,H,L,G,Q,N,
+,,sp|Q9Y277|VDAC3_HUMAN, ,V,C,N,Y,G,L,xT,F,T,Q,K, , , ,
+,,sp|Q00839|HNRPU_HUMAN, , , ,S,S,G,P,xT,S,L,F,A,V,T,V,
+,,sp|P62753|RS6_HUMAN; RRRRRsp|Q9Y5G2|PCDGE_HUMAN; sp|Q5H9U9|DDX6L_HUMAN; sp|Q8TCT7|SPP2B_HUMAN; RRRRRsp|Q9Y471|CMAH_HUMAN; RRRRRsp|Q9HAU5|RENT2_HUMAN, , , , , , , ,xT,F,Y,E,K, , , ,
+,,sp|P62805|H4_HUMAN, , , , ,D,A,V,xT,Y,T,E,H,A,K, ,
+,,sp|Q9Y678|COPG1_HUMAN; sp|Q9UBF2|COPG2_HUMAN, ,E,L,A,P,A,V,xS,V,L,Q,L,F,C,S,
+,,sp|O75534|CSDE1_HUMAN, , , , , ,E,A,xT,F,S,N,P,K, , ,
+,,sp|P62263|RS14_HUMAN, , ,A,S,F,N,D,xT,F,V,H,V,T,D,L,
+,,sp|P49406|RM19_HUMAN, , , ,G,L,G,A,xT,F,I,L,R, , , ,
+,,sp|P51692|STA5B_HUMAN; sp|P42229|STA5A_HUMAN, , , , , , ,A,xT,I,I,S,E,Q,Q,A,
+,,sp|Q9C0C9|UBE2O_HUMAN, ,L,I,H,G,E,D,xS,D,S,E,G,E,E,E,
+,,sp|Q9NY61|AATF_HUMAN, ,G,M,D,D,L,G,xS,S,E,E,E,E,D,E,
+,,sp|P06733|ENOA_HUMAN, , , ,A,A,V,P,xS,G,A,S,T,G,I,Y,
+,,sp|Q7Z4V5|HDGR2_HUMAN,S,S,S,S,D,S,D,xS,D,E,V,D,R, , ,
+,,sp|Q00839|HNRPU_HUMAN, , , , , , , ,xT,T,W,V,T,K, , ,
+,,sp|Q7Z4V5|HDGR2_HUMAN,P,E,R,P,P,S,S,xS,S,S,D,S,D,S,D,
+,,sp|P40926|MDHM_HUMAN, ,E,G,V,V,E,C,xS,F,V,K, , , , ,
+,,sp|Q9BXY0|MAK16_HUMAN,Q,Q,E,A,E,S,D,xS,S,D,T,E,E,K,D,
+,,sp|O75044|SRGP2_HUMAN; sp|P0DMP2|SRG2B_HUMAN; sp|P0DJJ0|SRG2C_HUMAN, , , , , , , ,xS,P,D,S,T,A,N,V,
+,,sp|P51531|SMCA2_HUMAN, , , , , , , ,xS,D,S,E,E,S,D,S,
+,,sp|P51532|SMCA4_HUMAN,P,V,V,S,D,D,D,xS,E,E,E,Q,E,E,D,
+,,sp|Q15185|TEBP_HUMAN, , , , , , , ,xS,I,L,C,C,L,R, ,
+,,sp|Q07020|RL18_HUMAN, , , , , ,T,N,xS,T,F,N,Q,V,V,L,
+,,sp|Q9BWS9|CHID1_HUMAN, , , ,N,V,L,D,xS,E,D,E,I,E,E,L,
+,,sp|P54105|ICLN_HUMAN,A,D,E,E,E,E,D,xS,D,D,D,V,E,P,I,
+,,sp|Q13111|CAF1A_HUMAN,P,S,T,T,Y,L,H,xT,P,T,P,S,E,D,A,
+,,sp|Q9Y2M5|KLH20_HUMAN, , , ,L,P,L,L,xS,P,K, , , , , ,
+,,sp|Q9HCN4|GPN1_HUMAN,E,E,D,E,E,A,D,xS,D,T,D,D,I,D,H,
+,,sp|Q7Z4V5|HDGR2_HUMAN,R,P,P,S,S,S,S,xS,D,S,D,S,D,E,V,
+,,sp|Q9H4L5|OSBL3_HUMAN, ,A,L,V,H,Q,L,xS,N,E,S,R, , , ,
+,,sp|Q9Y2W1|TR150_HUMAN, , , , , , , ,xS,P,L,Q,S,V,V,V,
+,,sp|P11021|BIP_HUMAN, , , , , , ,I,xT,I,T,N,D,Q,N,R,
+,,sp|Q9Y2K6|UBP20_HUMAN,A,V,A,D,E,G,E,xS,E,S,E,D,D,D,L,
+,,sp|P53396|ACLY_HUMAN, , , , , ,T,A,xS,F,S,E,S,R, , ,
+,,sp|P14866|HNRPL_HUMAN; tr|M0QYT0|M0QYT0_HUMAN, , , , , , ,S,xS,S,G,L,L,E,W,E,
+,,sp|P61956|SUMO2_HUMAN; sp|Q6EEV6|SUMO4_HUMAN; sp|P55854|SUMO3_HUMAN, ,V,A,G,Q,D,G,xS,V,V,Q,F,K, , ,
+,,sp|P51784|UBP11_HUMAN, , ,D,G,H,Y,T,xT,F,A,C,N,K, , ,
+,,sp|P19338|NUCL_HUMAN, , , , , , , ,xS,G,E,E,V,V,I,P,
+,,sp|Q9Y2W1|TR150_HUMAN, , , , , ,M,D,xS,F,D,E,D,L,A,R,
+,,sp|Q92572|AP3S1_HUMAN, , , , , , ,E,xT,F,H,L,V,S,K, ,
+,,sp|O95671|ASML_HUMAN,A,D,T,F,E,D,L,xS,D,V,E,G,G,G,S,
+,,sp|Q15047|SETB1_HUMAN, , , , , , ,G,xS,F,V,C,I,Y,A,G,
+,,sp|P49959|MRE11_HUMAN, , , , ,G,N,D,xT,F,V,T,L,D,E,I,
+,,sp|O00767|ACOD_HUMAN, , , , , ,G,S,xT,L,D,L,S,D,L,E,
+,,sp|O15530|PDPK1_HUMAN, , , , , ,Q,V,xS,S,S,S,S,S,H,S,
+,,sp|P35659|DEK_HUMAN, , ,N,K,E,E,S,xS,D,D,E,D,K,E,S,
+,,sp|P07910|HNRPC_HUMAN,S,E,G,G,A,D,D,xS,A,E,E,G,D,L,L,
+,,sp|Q9NXG2|THUM1_HUMAN, , , , , , ,G,xT,F,Q,I,V,Y,K, ,
+,,sp|O95218|ZRAB2_HUMAN, , , , , , ,E,xS,E,G,E,E,E,D,E,
+,,sp|P17844|DDX5_HUMAN, , , , , , , ,xT,I,V,F,V,E,T,K,
+,,sp|Q5VT52|RPRD2_HUMAN,D,V,E,D,M,E,L,xS,D,V,E,D,D,G,S,
+,,sp|P47712|PA24A_HUMAN,H,I,V,S,N,D,S,xS,D,S,D,D,E,S,H,
+,,sp|Q02790|FKBP4_HUMAN, , , , , ,E,G,xT,G,T,E,M,P,M,I,
+,,sp|Q13769|THOC5_HUMAN,E,D,S,Q,D,D,E,xS,D,S,D,A,E,E,E,
+,,sp|Q8N7H5|PAF1_HUMAN,D,S,E,D,D,A,D,xS,D,D,E,D,R, , ,
+,,sp|Q16539|MK14_HUMAN, , , , , , , ,xT,I,W,E,V,P,E,R,
+,,sp|O94903|PLPHP_HUMAN, , , , , ,G,S,xT,I,F,G,E,R, , ,
+,,sp|P51531|SMCA2_HUMAN,P,V,V,S,D,F,D,xS,D,E,E,Q,D,E,R,
+,,sp|Q9BXY0|MAK16_HUMAN,L,E,Q,Q,E,A,E,xS,D,S,S,D,T,E,E,
+,,sp|Q9UNZ2|NSF1C_HUMAN, , , , , , , ,xS,P,N,E,L,V,D,D,
+,,sp|P06748|NPM_HUMAN, , , , ,D,A,E,xS,E,D,E,E,E,E,D,
+,,sp|Q06830|PRDX1_HUMAN, , , , , ,D,I,xS,L,S,D,Y,K, , ,
+,,sp|Q9UQ80|PA2G4_HUMAN,E,D,E,Q,Q,E,Q,xT,I,A,E,D,L,V,V,
+,,sp|P60484|PTEN_HUMAN, ,Y,S,D,T,T,D,xS,D,P,E,N,E,P,F,
+,,sp|P60484|PTEN_HUMAN, , , ,Y,S,D,T,xT,D,S,D,P,E,N,E,
+,,sp|P0DP25|CALM3_HUMAN; sp|P0DP24|CALM2_HUMAN; sp|P0DP23|CALM1_HUMAN, ,D,G,N,G,Y,I,xS,A,A,E,L,R, , ,
+,,sp|O96018|APBA3_HUMAN, , , , , , , ,xS,P,S,G,P,P,A,M,
+,,sp|O95714|HERC2_HUMAN,P,S,A,E,D,S,D,xT,E,D,D,S,E,A,E,
+,,sp|Q01081|U2AF1_HUMAN; sp|P0DN76|U2AF5_HUMAN; tr|M0R2N4|M0R2N4_HUMAN; sp|Q8WU68|U2AF4_HUMAN, , , , ,V,N,C,xS,F,Y,F,K, , , ,
+,,sp|O15530|PDPK1_HUMAN, , , , , , , ,xS,L,S,A,S,D,T,G,
+,,sp|Q96D46|NMD3_HUMAN,D,S,A,I,P,V,E,xS,D,T,D,D,E,G,A,
+,,sp|Q9ULH1|ASAP1_HUMAN, ,Q,E,E,I,D,E,xS,D,D,D,L,D,D,K,
+,,sp|Q8IYB3|SRRM1_HUMAN, , , , , , , ,xS,P,S,P,P,P,T,R,
+,,sp|Q96T23|RSF1_HUMAN, , , , , ,I,E,xS,D,E,E,E,D,F,E,
+,,sp|P19338|NUCL_HUMAN, , , , , , , ,xS,I,S,L,Y,Y,T,G,
+,,sp|O00629|IMA3_HUMAN,H,E,D,I,C,E,D,xS,D,I,D,G,D,Y,R,
+,,sp|Q6ZUV0|BACHL_HUMAN; sp|O00154|BACH_HUMAN, , , , , , ,M,xT,F,T,S,N,K, , ,
+,,sp|P42224|STAT1_HUMAN, , ,D,Q,Q,P,G,xT,F,L,L,R, , , ,
+,,sp|Q15459|SF3A1_HUMAN,E,V,E,M,E,V,E,xS,D,E,E,D,D,K,Q,
+,,sp|Q15185|TEBP_HUMAN, , ,D,W,E,D,D,xS,D,E,D,M,S,N,F,
+,,sp|P11142|HSP7C_HUMAN, , ,S,T,A,G,D,xT,H,L,G,G,E,D,F,
+,,sp|O00170|AIP_HUMAN, , , , , , , ,xT,L,H,S,D,D,E,G,
+,,sp|Q96N64|PWP2A_HUMAN, , , , , , , ,xS,P,E,A,V,G,P,E,
+,,sp|Q9NWQ4|GPT2L_HUMAN, , , , , , , ,xS,P,S,S,E,W,L,V,
+,,sp|P60709|ACTB_HUMAN; sp|P63261|ACTG_HUMAN, , , , , , , ,xS,Y,E,L,P,D,G,Q,
+,,sp|O15164|TIF1A_HUMAN, , , , , , , ,xS,P,L,H,V,G,E,T,
+,,sp|Q9UN86|G3BP2_HUMAN,E,P,E,L,D,E,E,xS,E,D,E,V,E,E,E,
+,,sp|O43719|HTSF1_HUMAN, ,E,L,E,E,N,D,xS,E,N,S,E,F,E,D,
+,,sp|P18858|DNLI1_HUMAN,Q,E,V,L,E,E,Q,xS,E,D,E,D,R, , ,
+,,sp|P08238|HS90B_HUMAN, , , , , ,D,N,xS,T,M,G,Y,M,M,A,
+,,sp|Q86SQ4|AGRG6_HUMAN, , , , , , , ,xS,L,E,D,E,P,R, ,
+,,sp|Q7Z4V5|HDGR2_HUMAN,E,R,P,P,S,S,S,xS,S,D,S,D,S,D,E,
+,,sp|Q8WVT3|TPC12_HUMAN, , , , , , , ,xS,P,S,F,G,G,A,S,
+,,sp|Q9H6Z4|RANB3_HUMAN, , , , , , , ,xS,P,S,E,A,A,D,E,
+,,sp|Q9BW71|HIRP3_HUMAN, , , ,L,L,G,D,xS,D,S,E,E,E,Q,K,
+,,sp|Q13442|HAP28_HUMAN,K,S,L,D,S,D,E,xS,E,D,E,E,D,D,Y,
+,,sp|Q16666|IF16_HUMAN, , , , , , ,G,xS,F,V,N,G,V,F,E,
+,,sp|P11388|TOP2A_HUMAN, , , , , , , ,xS,F,G,S,T,C,Q,L,
+,,sp|O15530|PDPK1_HUMAN,S,S,S,S,H,S,L,xS,A,S,D,T,G,L,P,
+,,sp|Q6KC79|NIPBL_HUMAN, , , ,V,D,S,D,xS,D,S,D,S,E,D,D,
+,,sp|Q7Z4V5|HDGR2_HUMAN,P,K,P,E,R,P,P,xS,S,S,S,S,D,S,D,
+,,sp|Q8IYB3|SRRM1_HUMAN, , , ,S,R,S,P,xS,P,A,P,E,K, , ,
+,,RRRRRsp|Q9H7J1|PPR3E_HUMAN,G,G,G,G,A,P,A,xS,R, , , , , , ,
+,,sp|Q7Z4V5|HDGR2_HUMAN,K,P,E,R,P,P,S,xS,S,S,S,D,S,D,S,
+,,sp|Q9P2I0|CPSF2_HUMAN, , ,E,A,D,I,D,xS,S,D,E,S,D,I,E,
+,,sp|P19338|NUCL_HUMAN, , , , , , ,E,xS,F,D,G,S,V,R, ,
+,,sp|Q16778|H2B2E_HUMAN; sp|P33778|H2B1B_HUMAN; sp|P23527|H2B1O_HUMAN; sp|P06899|H2B1J_HUMAN; sp|Q8N257|H2B3B_HUMAN; sp|Q6DRA6|H2B2D_HUMAN; sp|Q6DN03|H2B2C_HUMAN, , , , , , ,E,xS,Y,S,I,Y,V,Y,K,
+,,sp|Q9BWU0|NADAP_HUMAN, , , , , , ,G,xT,S,Y,C,L,F,G,R,
+,,sp|O00571|DDX3X_HUMAN, , , , , , ,S,xS,F,F,S,D,R, , ,
+,,sp|P55010|IF5_HUMAN, ,E,A,E,E,E,S,xS,G,G,E,E,E,D,E,
+,,sp|P23193|TCEA1_HUMAN, , , , , , ,D,xT,Y,V,S,S,F,P,R,
+,,sp|P51531|SMCA2_HUMAN, , , , , ,S,D,xS,E,E,S,D,S,D,Y,
+,,sp|P51531|SMCA2_HUMAN,E,E,E,S,E,D,E,xS,N,E,E,E,E,E,E,
+,,sp|P62805|H4_HUMAN,S,G,L,I,Y,E,E,xT,R, , , , , , ,
+,,sp|Q8NFC6|BD1L1_HUMAN, , , ,Y,Y,S,D,xS,D,D,E,L,T,V,E,
+,,sp|P06454|PTMA_HUMAN,D,A,A,V,D,T,S,xS,E,I,T,T,K, , ,
+,,sp|Q9H307|PININ_HUMAN, , , , , ,Q,E,xS,D,P,E,D,D,D,V,
+,,sp|Q9Y3X0|CCDC9_HUMAN, , , , , , , ,xS,P,G,T,P,R,P,P,
+,,sp|Q15653|IKBB_HUMAN,S,G,P,C,S,S,S,xS,D,S,D,S,G,D,E,
+,,sp|O94826|TOM70_HUMAN, , , ,N,V,D,L,xS,T,F,Y,Q,N,R, ,
+,,sp|Q99733|NP1L4_HUMAN,V,E,P,T,D,A,E,xS,E,W,H,S,E,N,E,
+,,sp|Q7L1Q6|BZW1_HUMAN, , ,N,A,E,E,E,xS,E,S,E,A,E,E,G,
+,,sp|Q71U36|TBA1A_HUMAN; sp|P68363|TBA1B_HUMAN; sp|Q9BQE3|TBA1C_HUMAN, , , , , , , ,xT,I,G,G,G,D,D,S,
+,,sp|O60841|IF2P_HUMAN, ,I,N,S,S,G,E,xS,G,D,E,S,D,E,F,
+,,sp|Q5T0Z8|CF132_HUMAN, , , , , , ,S,xS,A,A,F,P,P,K, ,
+,,sp|Q9UK45|LSM7_HUMAN, , , , , , ,E,xS,I,L,D,L,S,K, ,
+,,sp|Q9Y6I3|EPN1_HUMAN, , , , , , , ,xS,P,G,A,F,D,M,S,
+,,sp|Q14978|NOLC1_HUMAN,S,S,D,S,E,D,S,xS,E,E,E,E,E,V,Q,
+,,sp|Q14444|CAPR1_HUMAN, , , , , , , ,xS,F,M,A,L,S,Q,D,
+,,sp|Q7Z4V5|HDGR2_HUMAN,P,S,S,S,S,S,D,xS,D,S,D,E,V,D,R,
+,,sp|O15530|PDPK1_HUMAN,S,S,S,S,S,S,H,xS,L,S,A,S,D,T,G,
+,,sp|P04075|ALDOA_HUMAN, , , ,A,L,A,N,xS,L,A,C,Q,G,K, ,
+,,sp|O43310|CTIF_HUMAN, , , , , , , ,xS,P,D,T,L,A,P,V,
+,,sp|Q13769|THOC5_HUMAN,L,F,K,P,P,E,D,xS,Q,D,D,E,S,D,S,
+,,sp|P51858|HDGF_HUMAN, , ,G,N,A,E,G,xS,S,D,E,E,G,K,L,
+,,sp|Q9Y5J1|UTP18_HUMAN, , , , , , , ,xT,S,S,D,D,E,S,E,
+,,sp|Q96HE9|PRR11_HUMAN; tr|J3QRE1|J3QRE1_HUMAN, , , , , , , ,xS,P,G,G,T,P,L,T,
+,,sp|Q8TBC4|UBA3_HUMAN, ,I,Q,D,F,N,D,xT,F,Y,R, , , , ,
+,,sp|O60841|IF2P_HUMAN, , , , , ,I,N,xS,S,G,E,S,G,D,E,
+,,sp|Q8NFC6|BD1L1_HUMAN, , , , , ,Y,Y,xS,D,S,D,D,E,L,T,
+,,sp|P52756|RBM5_HUMAN, ,G,L,V,A,A,Y,xS,G,D,S,D,N,E,E,
+,,sp|Q92797|SYMPK_HUMAN, , , , ,S,P,Q,xT,L,A,P,V,G,E,D,
+,,sp|P40227|TCPZ_HUMAN, , , , , , ,E,xT,L,I,D,V,A,R, ,
+,,sp|Q9Y5B6|PAXB1_HUMAN, ,E,D,E,N,D,A,xS,D,D,E,D,D,D,E,
+,,sp|Q6KC79|NIPBL_HUMAN, ,V,D,S,D,S,D,xS,D,S,E,D,D,I,N,
+,,sp|Q9P2I0|CPSF2_HUMAN,D,I,D,S,S,D,E,xS,D,I,E,E,D,I,D,
+,,sp|P49915|GUAA_HUMAN, , , ,I,I,G,D,xT,F,V,K, , , , ,
+,,sp|P14866|HNRPL_HUMAN; tr|M0QYT0|M0QYT0_HUMAN, , , , , ,S,S,xS,G,L,L,E,W,E,S,
+,,sp|P51531|SMCA2_HUMAN,S,D,S,E,E,S,D,xS,D,Y,E,E,E,D,E,
+,,sp|Q15653|IKBB_HUMAN,S,S,S,S,D,S,D,xS,G,D,E,G,D,E,Y,
+,,sp|Q5VUA4|ZN318_HUMAN, , , , , , , ,xS,P,T,V,L,C,Q,K,
+,,sp|O43719|HTSF1_HUMAN,E,E,N,D,S,E,N,xS,E,F,E,D,D,G,S,
+,,sp|P25205|MCM3_HUMAN, , , , , ,A,G,xT,V,V,L,D,D,V,E,
+,,sp|Q7L1Q6|BZW1_HUMAN,N,A,E,E,E,S,E,xS,E,A,E,E,G,D, ,
+,,sp|P49736|MCM2_HUMAN, , ,G,L,L,Y,D,xS,D,E,E,D,E,E,R,
+,,sp|O60341|KDM1A_HUMAN, , , , , ,S,T,xS,Q,T,F,I,Y,K, ,
+,,sp|O00170|AIP_HUMAN, , , , ,T,L,H,xS,D,D,E,G,T,V,L,
+,,sp|Q15653|IKBB_HUMAN, ,S,G,P,C,S,S,xS,S,D,S,D,S,G,D,
+,,sp|Q9Y5J1|UTP18_HUMAN, , , , , , ,T,xS,S,D,D,E,S,E,E,
+,,sp|P25205|MCM3_HUMAN,D,P,Y,D,F,S,D,xT,E,E,E,M,P,Q,V,
+,,sp|Q9Y5B6|PAXB1_HUMAN,R,E,D,E,N,D,A,xS,D,D,E,D,D,D,E,
+,,sp|Q15785|TOM34_HUMAN, ,V,L,Q,A,Q,G,xS,S,D,P,E,E,E,S,
+,,sp|Q9BW71|HIRP3_HUMAN,G,S,T,S,G,E,E,xS,D,L,E,R, , , ,
+,,sp|P19338|NUCL_HUMAN, , , ,V,E,E,D,xS,E,D,E,E,M,S,E,
+,,sp|Q14978|NOLC1_HUMAN,S,S,S,D,S,E,D,xS,S,E,E,E,E,E,V,
+,,sp|P41250|GARS_HUMAN,A,A,A,Q,I,G,N,xS,F,R, , , , , ,
+,,sp|P06748|NPM_HUMAN, , , , , , , ,xS,E,D,E,E,E,E,D,
+,,sp|Q6UN15|FIP1_HUMAN; tr|A0A0B4J203|A0A0B4J203_HUMAN,E,T,E,D,D,S,D,xS,D,S,D,D,D,E,D,
+,,sp|P25205|MCM3_HUMAN,S,Y,D,P,Y,D,F,xS,D,T,E,E,E,M,P,
+,,sp|Q9HC44|GPBL1_HUMAN, , , , , ,S,P,xT,A,T,F,E,K, , ,
+,,sp|P19338|NUCL_HUMAN, , , , , , , ,xT,G,I,S,D,V,F,A,
+,,sp|Q9P2I0|CPSF2_HUMAN, ,E,A,D,I,D,S,xS,D,E,S,D,I,E,E,
+,,sp|P07900|HS90A_HUMAN,P,E,I,E,D,V,G,xS,D,E,E,E,E,K, ,
+,,sp|P55010|IF5_HUMAN, , ,E,A,E,E,E,xS,S,G,G,E,E,E,D,
+,,sp|P52788|SPSY_HUMAN, , , , , ,N,G,xS,F,A,N,L,R, , ,
+,,sp|Q99618|CDCA3_HUMAN, , , , , , , ,xS,P,T,L,G,I,A,R,
+,,sp|O00499|BIN1_HUMAN, , , , , , , ,xS,P,P,D,G,S,P,A,
+,,RRRRRsp|Q9P2D6|F135A_HUMAN, , , , , , , ,xS,Q,L,V,P,R, , ,
+,,sp|Q8IYB3|SRRM1_HUMAN, , , , , ,S,P,xS,A,S,P,P,R, , ,
+,,sp|P11388|TOP2A_HUMAN, , , , ,S,F,G,xS,T,C,Q,L,S,E,K,
+,,sp|P55197|AF10_HUMAN, , , , , , , ,xS,P,V,S,S,L,Q,I,
+,,sp|Q53T59|H1BP3_HUMAN, , , , , , , ,xS,P,G,A,A,G,L,T,
+,,sp|Q6UN15|FIP1_HUMAN; tr|A0A0B4J203|A0A0B4J203_HUMAN,V,T,E,T,E,D,D,xS,D,S,D,S,D,D,D,
+,,sp|Q9NWQ4|GPT2L_HUMAN, , , , , ,S,P,xS,S,E,W,L,V,R, ,
+,,sp|Q8IUR0|TPPC5_HUMAN, , , , , , , ,xT,F,Y,I,I,E,R, ,
+,,tr|A0A2R8Y422|A0A2R8Y422_HUMAN; sp|P62987|RL40_HUMAN; sp|P62979|RS27A_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG47|UBB_HUMAN; sp|P0CG47|UBB_HUMAN; sp|P0CG47|UBB_HUMAN, , , , , , , ,xT,L,S,D,Y,N,I,Q,
+,,sp|Q9BXY0|MAK16_HUMAN,Q,E,A,E,S,D,S,xS,D,T,E,E,K,D,D,
+,,sp|P25054|APC_HUMAN, , , , , , , ,xS,P,T,G,N,T,P,P,
+,,sp|Q9BPX3|CND3_HUMAN,C,E,G,T,E,I,N,xS,D,D,E,Q,E,S,K,
+,,sp|P51531|SMCA2_HUMAN, , ,S,D,S,E,E,xS,D,S,D,Y,E,E,E,
+,,sp|P14625|ENPL_HUMAN, , , , , , , ,xT,F,E,I,N,P,R, ,
+,,sp|Q9NWQ8|PHAG1_HUMAN,A,E,F,A,E,Y,A,xS,V,D,R, , , , ,
+,,sp|Q99618|CDCA3_HUMAN, , , , , , , ,xS,P,S,A,G,I,L,R,
+,,sp|Q9BXY0|MAK16_HUMAN,A,E,S,D,S,S,D,xT,E,E,K,D,D,D,D,
+,,sp|Q13523|PRP4B_HUMAN, , , , , , , ,xS,P,V,D,L,R, , ,
+,,sp|Q15785|TOM34_HUMAN,V,L,Q,A,Q,G,S,xS,D,P,E,E,E,S,V,
+,,tr|A0A1W2PNV4|A0A1W2PNV4_HUMAN, , , , ,G,C,L,xT,F,V,S,K, , , ,
+,,sp|Q8IX90|SKA3_HUMAN, ,A,L,D,G,E,E,xS,D,F,E,D,Y,P,M,
+,,sp|Q9NSD9|SYFB_HUMAN, , , ,D,R,Y,D,xS,F,I,E,L,Q,E,K,
+,,RRRRRsp|Q9NQ90|ANO2_HUMAN, , , , , , , ,xT,R,V,A,D,P,R, ,
+,,sp|Q15459|SF3A1_HUMAN, , , , , ,T,A,xS,F,V,A,R, , , ,
+,,sp|Q15653|IKBB_HUMAN, , , , , , , ,xS,G,P,C,S,S,S,S,
+,,sp|P14866|HNRPL_HUMAN; tr|M0QYT0|M0QYT0_HUMAN, , , , , , , ,xS,S,S,G,L,L,E,W,
+,,sp|O00767|ACOD_HUMAN, , , , , , ,G,xS,T,L,D,L,S,D,L,
+,,sp|Q99733|NP1L4_HUMAN,I,T,G,D,V,E,P,xT,D,A,E,S,E,W,H,
+,,sp|Q12904|AIMP1_HUMAN, , , , , ,A,Q,xT,M,S,N,S,G,I,K,
+,,sp|P41212|ETV6_HUMAN, , , , , , , ,xS,P,L,D,N,M,I,R,
+,,sp|Q09028|RBBP4_HUMAN; sp|Q16576|RBBP7_HUMAN, , , , , , , ,xT,V,A,L,W,D,L,R,
+,,sp|P53999|TCP4_HUMAN, , , , ,E,Q,I,xS,D,I,D,D,A,V,R,
+,,sp|Q15723|ELF2_HUMAN, , , , , , , ,xS,P,T,T,T,A,S,V,
+,,sp|Q13435|SF3B2_HUMAN,K,D,S,D,D,D,S,xS,D,D,E,Q,E,K, ,
+,,tr|A0A2R8Y422|A0A2R8Y422_HUMAN; sp|P62987|RL40_HUMAN; sp|P62979|RS27A_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG48|UBC_HUMAN; sp|P0CG47|UBB_HUMAN; sp|P0CG47|UBB_HUMAN; sp|P0CG47|UBB_HUMAN, , , , , ,T,L,xS,D,Y,N,I,Q,K, ,
+,,sp|O15530|PDPK1_HUMAN, , , , ,Q,V,S,xS,S,S,S,S,H,S,L,
+,,sp|Q9BVC4|LST8_HUMAN, , , , , , , ,xT,V,Q,H,Q,D,S,Q,
+,,sp|P05023|AT1A1_HUMAN; tr|A0A2R8YEY8|A0A2R8YEY8_HUMAN; sp|P50993|AT1A2_HUMAN; sp|P13637|AT1A3_HUMAN; sp|P20648|ATP4A_HUMAN, , , , , ,T,G,xT,L,T,Q,N,R, , ,
+,,RRRRRsp|Q8IWI9|MGAP_HUMAN, , , , ,G,A,S,xS,P,S,A,G,S,N,G,
+,,sp|Q9UN86|G3BP2_HUMAN,E,D,E,V,F,G,D,xS,E,P,E,L,D,E,E,
+,,sp|Q15653|IKBB_HUMAN,P,C,S,S,S,S,D,xS,D,S,G,D,E,G,D,
+,,sp|P51398|RT29_HUMAN, , , , , , ,N,xT,S,F,A,Y,P,A,I,
+,,sp|P07900|HS90A_HUMAN, , , , ,D,N,S,xT,M,G,Y,M,A,A,K,
+,,sp|P25788|PSA3_HUMAN,S,L,K,E,E,D,E,xS,D,D,D,N,M, , ,
+,,sp|P09211|GSTP1_HUMAN, , , , , , ,A,xS,C,L,Y,G,Q,L,P,
+,,sp|P35659|DEK_HUMAN, , , ,N,K,E,E,xS,S,D,D,E,D,K,E,
+,,sp|O60343|TBCD4_HUMAN, , , , , ,S,P,xS,A,M,Q,Q,Q,D,G,
+,,sp|Q14498|RBM39_HUMAN, , , , , , , ,xS,P,Y,S,G,P,K, ,
+,,sp|Q9Y5J1|UTP18_HUMAN, , , , , ,T,S,xS,D,D,E,S,E,E,D,
+,,sp|Q99880|H2B1L_HUMAN; sp|Q99879|H2B1M_HUMAN; sp|Q99877|H2B1N_HUMAN; sp|Q93079|H2B1H_HUMAN; sp|P62807|H2B1C_HUMAN; sp|P58876|H2B1D_HUMAN; sp|O60814|H2B1K_HUMAN; sp|Q5QNW6|H2B2F_HUMAN; sp|P57053|H2BFS_HUMAN; sp|Q16778|H2B2E_HUMAN; sp|P33778|H2B1B_HUMAN; sp|P23527|H2B1O_HUMAN; sp|P06899|H2B1J_HUMAN; sp|Q8N257|H2B3B_HUMAN, , , , , , , ,xS,F,V,N,D,I,F,E,
+,,sp|Q08945|SSRP1_HUMAN,S,Y,D,E,Y,A,D,xS,D,E,D,Q,H,D,A,
+,,sp|O95714|HERC2_HUMAN,L,P,A,A,A,Q,P,xS,A,E,D,S,D,T,E,
+,,sp|P08238|HS90B_HUMAN, , ,N,P,D,D,I,xT,Q,E,E,Y,G,E,F,
+,,sp|P35579|MYH9_HUMAN, ,K,G,A,G,D,G,xS,D,E,E,V,D,G,K,
+,,sp|O15530|PDPK1_HUMAN,Q,V,S,S,S,S,S,xS,H,S,L,S,A,S,D,
+,,sp|P07910|HNRPC_HUMAN, , , , , ,M,E,xS,E,G,G,A,D,D,S,
+,,sp|Q15233|NONO_HUMAN, , , , , , , ,xT,F,N,L,E,K, , ,
+,,sp|Q96D46|NMD3_HUMAN,A,I,P,V,E,S,D,xT,D,D,E,G,A,P,R,
+,,sp|O95714|HERC2_HUMAN,A,Q,P,S,A,E,D,xS,D,T,E,D,D,S,E,
+,,sp|Q96EY8|MMAB_HUMAN, , , , ,G,F,S,xS,T,F,T,G,E,R, ,
+,,sp|P0DP25|CALM3_HUMAN; sp|P0DP24|CALM2_HUMAN; sp|P0DP23|CALM1_HUMAN, , , , ,D,T,D,xS,E,E,E,I,R, , ,
+,,sp|O60841|IF2P_HUMAN, , , , ,I,N,S,xS,G,E,S,G,D,E,S,
+,,sp|Q14676|MDC1_HUMAN, , , , ,D,S,D,xT,D,V,E,E,E,E,L,
+,,sp|P06748|NPM_HUMAN, , , , , , ,E,xS,E,D,E,E,E,E,D,
+,,sp|P47712|PA24A_HUMAN,V,S,N,D,S,S,D,xS,D,D,E,S,H,E,P,
+,,sp|P20674|COX5A_HUMAN, , , , ,G,I,N,xT,L,V,T,Y,D,M,V,
+,,sp|Q5T200|ZC3HD_HUMAN, , , , , , , ,xS,P,S,H,L,T,E,D,
+,,sp|Q99733|NP1L4_HUMAN,D,A,E,S,E,W,H,xS,E,N,E,E,E,E,K,
+,,sp|P51398|RT29_HUMAN, , , , , ,N,T,xS,F,A,Y,P,A,I,R,
+,,sp|P62280|RS11_HUMAN, , , , , ,Q,P,xT,I,F,Q,N,K, , ,
+,,sp|Q7L2H7|EIF3M_HUMAN, , , , , ,W,I,xS,D,W,N,L,T,T,E,
+,,sp|Q9UQ80|PA2G4_HUMAN, , , , , , , ,xT,I,I,Q,N,P,T,D,
+,,sp|Q13769|THOC5_HUMAN,S,Q,D,D,E,S,D,xS,D,A,E,E,E,Q,T,
+,,sp|Q14676|MDC1_HUMAN, , , , , , ,D,xS,D,T,D,V,E,E,E,
+,,sp|P01911|2B1F_HUMAN; sp|P04440|DPB1_HUMAN, , , , , ,F,D,xS,D,V,G,E,F,R, ,
+,,sp|Q5H9R7|PP6R3_HUMAN,Q,Q,F,D,D,G,G,xS,D,E,E,D,I,W,E,
+,,sp|P36578|RL4_HUMAN, ,L,D,E,L,Y,G,xT,W,R, , , , , ,
+,,sp|Q08945|SSRP1_HUMAN, , ,E,G,M,N,P,xS,Y,D,E,Y,A,D,S,
+,,sp|P49585|PCY1A_HUMAN, , , , , , , ,xS,P,S,P,S,F,R, ,
+,,sp|Q15653|IKBB_HUMAN, , ,S,G,P,C,S,xS,S,S,D,S,D,S,G,
+,,sp|Q53EZ4|CEP55_HUMAN, , , , , , , ,xS,P,T,A,A,L,N,E,
+,,sp|P51531|SMCA2_HUMAN, , ,A,K,P,V,V,xS,D,F,D,S,D,E,E,
+,,sp|Q13111|CAF1A_HUMAN, , , , ,S,P,S,xT,T,Y,L,H,T,P,T,
+,,sp|Q9BVC4|LST8_HUMAN, ,T,V,Q,H,Q,D,xS,Q,V,N,A,L,E,V,
+,,sp|P07900|HS90A_HUMAN, , ,N,P,D,D,I,xT,N,E,E,Y,G,E,F,
+,,sp|O15530|PDPK1_HUMAN, ,Q,V,S,S,S,S,xS,S,H,S,L,S,A,S,
+,,sp|Q01543|FLI1_HUMAN, , , , , , , ,xS,P,P,L,G,G,A,Q,
+,,sp|P29692|EF1D_HUMAN,D,D,I,D,L,F,G,xS,D,N,E,E,E,D,K,
+,,sp|P46776|RL27A_HUMAN, , , , , ,N,Q,xS,F,C,P,T,V,N,L,
+,,sp|Q9NYB0|TE2IP_HUMAN, , , , , , , ,xS,P,S,S,V,T,G,N,
+,,sp|P08238|HS90B_HUMAN, ,K,I,E,D,V,G,xS,D,E,E,D,D,S,G,
+,,sp|Q99880|H2B1L_HUMAN; sp|Q99879|H2B1M_HUMAN; sp|Q99877|H2B1N_HUMAN; sp|Q93079|H2B1H_HUMAN; sp|P62807|H2B1C_HUMAN; sp|P58876|H2B1D_HUMAN; sp|O60814|H2B1K_HUMAN; sp|Q5QNW6|H2B2F_HUMAN; sp|P57053|H2BFS_HUMAN; sp|Q16778|H2B2E_HUMAN; sp|P33778|H2B1B_HUMAN; sp|P23527|H2B1O_HUMAN; sp|P06899|H2B1J_HUMAN; sp|Q8N257|H2B3B_HUMAN, , ,Q,V,H,P,D,xT,G,I,S,S,K, , ,
+,,sp|P60484|PTEN_HUMAN, , , , ,Y,S,D,xT,T,D,S,D,P,E,N,
+,,sp|P51858|HDGF_HUMAN, ,G,N,A,E,G,S,xS,D,E,E,G,K,L,V,
+,,sp|Q15056|IF4H_HUMAN, , , , ,A,Y,S,xS,F,G,G,G,R, , ,
+,,sp|P62308|RUXG_HUMAN; sp|A8MWD9|RUXGL_HUMAN, , , , , ,G,N,xS,I,I,M,L,E,A,L,
+,,sp|P51532|SMCA4_HUMAN, , ,A,K,P,V,V,xS,D,D,D,S,E,E,E,
+,,sp|Q02790|FKBP4_HUMAN, , , ,E,G,T,G,xT,E,M,P,M,I,G,D,
+,,sp|Q13111|CAF1A_HUMAN, , , ,S,P,S,T,xT,Y,L,H,T,P,T,P,
+,,sp|Q6UN15|FIP1_HUMAN; tr|A0A0B4J203|A0A0B4J203_HUMAN,E,D,D,S,D,S,D,xS,D,D,D,E,D,D,V,
+,,sp|P05387|RLA2_HUMAN, ,K,E,E,S,E,E,xS,D,D,D,M,G,F,G,
+,,sp|P52756|RBM5_HUMAN,V,A,A,Y,S,G,D,xS,D,N,E,E,E,L,V,
+,,sp|O95671|ASML_HUMAN,D,S,I,P,A,A,D,xT,F,E,D,L,S,D,V,
+,,sp|Q15653|IKBB_HUMAN, , , ,S,G,P,C,xS,S,S,S,D,S,D,S,
+,,RRRRRsp|Q6NYC8|PPR18_HUMAN, ,E,A,L,L,E,E,xS,R,Q,Q,Q,Q,Q,Q,
+,,sp|P06748|NPM_HUMAN, , , , , , ,V,xT,L,A,T,L,K, , ,
+,,sp|Q13111|CAF1A_HUMAN,T,T,Y,L,H,T,P,xT,P,S,E,D,A,A,I,
+,,sp|P06454|PTMA_HUMAN,S,D,A,A,V,D,T,xS,S,E,I,T,T,K, ,
+,,sp|Q99439|CNN2_HUMAN, , , , , ,D,G,xT,I,L,C,T,L,M,N,
+,,sp|O15530|PDPK1_HUMAN, , , ,Q,V,S,S,xS,S,S,S,H,S,L,S,
+,,sp|P08238|HS90B_HUMAN, , , , ,D,N,S,xT,M,G,Y,M,M,A,K,
+,,sp|P51531|SMCA2_HUMAN, ,I,A,K,E,E,E,xS,E,D,E,S,N,E,E,
+,,sp|Q92608|DOCK2_HUMAN, , , , , , ,Q,xT,V,I,S,E,N,Y,L,
+,,sp|O00170|AIP_HUMAN,L,H,S,D,D,E,G,xT,V,L,D,D,S,R, ,
+,,sp|O15530|PDPK1_HUMAN, , ,Q,V,S,S,S,xS,S,S,H,S,L,S,A,
+,,sp|P07900|HS90A_HUMAN, , , , , , , ,xT,L,V,S,V,T,K, ,
+,,sp|Q99880|H2B1L_HUMAN; sp|Q99879|H2B1M_HUMAN; sp|Q99877|H2B1N_HUMAN; sp|Q93079|H2B1H_HUMAN; sp|P62807|H2B1C_HUMAN; sp|P58876|H2B1D_HUMAN; sp|O60814|H2B1K_HUMAN; sp|Q5QNW6|H2B2F_HUMAN; sp|P57053|H2BFS_HUMAN, , , , , , ,E,xS,Y,S,V,Y,V,Y,K,
+,,sp|Q86UX7|URP2_HUMAN, , , , , ,Y,Y,xS,F,F,D,L,D,P,K,
+,,sp|Q6KC79|NIPBL_HUMAN, , , , , ,V,D,xS,D,S,D,S,D,S,E,
+,,sp|Q9NRG0|CHRC1_HUMAN,E,N,D,N,D,N,E,xS,D,H,D,E,A,D,S,
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/all stuff/1RSBF.csv	Fri Feb 21 13:07:45 2020 -0500
@@ -0,0 +1,457 @@
+Accession Numbers,Amino Acids,A,C,D,E,F,G,H,I,K,L,M,N,P,Q,R,S,T,V,W,Y,Properties,Hydrophobic,Polar,Small,Negative,Postive,Amide,Large Aliphatic,Small Aliphatic,Aromatic,Hydroxy,X,Number of ST,Number of pST
+sp|P48735|IDHP_HUMAN,7.522123894,1.769911504,7.079646018,4.646017699,4.424778761,7.743362832,2.876106195,6.415929204,7.96460177,6.85840708,2.654867257,3.318584071,4.203539823,3.982300885,5.530973451,4.867256637,6.85840708,6.194690265,1.991150442,3.097345133,,48.67256637,35.39823009,49.55752212,11.72566372,16.37168142,7.300884956,13.27433628,21.46017699,9.513274336,11.72566372,,53,2,452
+sp|P29401|TKT_HUMAN,11.71749599,1.926163724,5.617977528,5.617977528,3.852327448,7.223113965,2.728731942,7.544141252,6.741573034,7.383627608,2.086677368,3.210272873,4.494382022,4.173354735,4.654895666,6.741573034,5.136436597,5.778491172,0.642054575,2.728731942,,50.88282504,32.74478331,51.8459069,11.23595506,14.12520064,7.383627608,14.92776886,24.71910112,7.223113965,11.87800963,,74,5,623
+sp|P29401|TKT_HUMAN,11.71749599,1.926163724,5.617977528,5.617977528,3.852327448,7.223113965,2.728731942,7.544141252,6.741573034,7.383627608,2.086677368,3.210272873,4.494382022,4.173354735,4.654895666,6.741573034,5.136436597,5.778491172,0.642054575,2.728731942,,50.88282504,32.74478331,51.8459069,11.23595506,14.12520064,7.383627608,14.92776886,24.71910112,7.223113965,11.87800963,,74,2,623
+sp|P30050|RL12_HUMAN,8.484848485,1.818181818,6.060606061,4.848484848,1.212121212,8.484848485,2.424242424,10.3030303,9.090909091,6.666666667,1.212121212,4.242424242,6.666666667,3.636363636,6.060606061,6.060606061,4.848484848,6.666666667,0.606060606,0.606060606,,46.06060606,36.36363636,53.33333333,10.90909091,17.57575758,7.878787879,16.96969697,23.63636364,2.424242424,10.90909091,,18,1,165
+sp|P56556|NDUA6_HUMAN,5.46875,0,5.46875,7.03125,6.25,3.90625,3.90625,3.90625,8.59375,4.6875,4.6875,2.34375,4.6875,3.125,10.15625,3.90625,7.03125,10.9375,1.5625,2.34375,,43.75,40.625,43.75,12.5,22.65625,5.46875,8.59375,20.3125,10.15625,10.9375,,14,4,128
+sp|Q14554|PDIA5_HUMAN,8.285163776,2.504816956,5.780346821,8.092485549,5.202312139,4.624277457,3.66088632,2.504816956,10.40462428,8.670520231,2.119460501,2.697495183,6.165703276,3.082851638,4.046242775,5.009633911,4.238921002,6.936416185,2.312138728,3.66088632,,46.82080925,37.76493256,46.24277457,13.87283237,18.11175337,5.780346821,11.17533719,19.84585742,11.17533719,9.248554913,,48,2,519
+sp|Q00839|HNRPU_HUMAN,7.393939394,1.575757576,4.848484848,10.66666667,3.757575758,13.57575758,1.575757576,2.424242424,8.484848485,5.575757576,2.303030303,5.090909091,5.090909091,5.818181818,5.454545455,4.848484848,3.272727273,4.242424242,0.727272727,3.272727273,,44.84848485,41.93939394,49.93939394,15.51515152,15.51515152,10.90909091,8,25.21212121,7.757575758,8.121212121,,67,5,825
+sp|Q00839|HNRPU_HUMAN,7.393939394,1.575757576,4.848484848,10.66666667,3.757575758,13.57575758,1.575757576,2.424242424,8.484848485,5.575757576,2.303030303,5.090909091,5.090909091,5.818181818,5.454545455,4.848484848,3.272727273,4.242424242,0.727272727,3.272727273,,44.84848485,41.93939394,49.93939394,15.51515152,15.51515152,10.90909091,8,25.21212121,7.757575758,8.121212121,,67,2,825
+sp|Q8IXT5|RB12B_HUMAN,3.196803197,0.599400599,8.091908092,9.99000999,8.391608392,6.193806194,3.796203796,3.996003996,4.095904096,6.193806194,1.498501499,3.196803197,9.99000999,3.296703297,12.68731269,6.293706294,2.197802198,3.896103896,0.699300699,1.698301698,,36.36363636,45.15484515,43.65634366,18.08191808,20.57942058,6.493506494,10.18981019,13.28671329,10.78921079,8.491508492,,85,1,1001
+sp|P52566|GDIR2_HUMAN,3.482587065,0.497512438,8.955223881,10.44776119,2.487562189,5.472636816,2.487562189,2.985074627,11.44278607,8.955223881,2.487562189,2.487562189,6.965174129,1.990049751,2.985074627,4.975124378,7.462686567,7.960199005,1.492537313,3.980099502,,39.80099502,40.7960199,48.25870647,19.40298507,16.91542289,4.47761194,11.94029851,16.91542289,7.960199005,12.43781095,,25,1,201
+sp|Q9H9T3|ELP3_HUMAN,5.301645338,1.828153565,5.118829982,6.76416819,3.10786106,7.678244973,3.10786106,6.032906764,5.850091408,8.775137112,3.290676417,2.010968921,5.301645338,3.473491773,8.226691042,5.667276051,4.936014625,8.043875686,0.548446069,4.936014625,,49.54296161,34.55210238,45.88665448,11.88299817,17.18464351,5.484460695,14.80804388,21.023766,8.592321755,10.60329068,,58,1,547
+sp|Q9UBT2|SAE2_HUMAN,8.28125,1.5625,8.125,7.8125,3.28125,5.46875,1.71875,5.9375,7.5,9.0625,1.71875,5,4.6875,4.21875,5,6.25,4.6875,7.03125,0.9375,1.71875,,45,39.375,51.09375,15.9375,14.21875,9.21875,15,20.78125,5.9375,10.9375,,70,3,640
+sp|Q9Y490|TLN1_HUMAN,15.78118851,1.495474223,4.722550177,7.162534435,1.692247147,6.060606061,1.574183392,3.856749311,6.375442739,9.602518693,2.361275089,3.18772137,3.778040142,7.12317985,4.132231405,7.044470681,6.099960645,6.454151909,0.354191263,1.141282959,,48.79968516,34.27784337,54.62416372,11.88508461,12.08185754,10.31090122,13.459268,28.29594648,3.18772137,13.14443133,,334,1,2541
+sp|Q9NY61|AATF_HUMAN,6.607142857,0.357142857,9.642857143,11.42857143,3.571428571,6.964285714,2.321428571,2.857142857,7.678571429,10.35714286,1.785714286,1.964285714,5,4.642857143,6.428571429,8.035714286,3.928571429,3.928571429,0.892857143,1.607142857,,38.92857143,44.10714286,46.42857143,21.07142857,16.42857143,6.607142857,13.21428571,17.5,6.071428571,11.96428571,,67,3,560
+sp|P29218|IMPA1_HUMAN,8.664259928,2.527075812,5.415162455,7.220216606,3.249097473,7.942238267,1.444043321,7.581227437,5.776173285,5.776173285,4.332129964,3.610108303,3.610108303,3.249097473,3.971119134,6.137184116,5.776173285,10.46931408,1.083032491,2.166064982,,53.79061372,30.68592058,54.15162455,12.63537906,11.19133574,6.859205776,13.35740072,27.07581227,6.498194946,11.9133574,,33,2,277
+sp|P07900|HS90A_HUMAN,4.644808743,0.956284153,7.37704918,13.25136612,3.415300546,4.371584699,1.639344262,6.830601093,10.92896175,8.469945355,2.732240437,4.234972678,2.868852459,3.415300546,4.098360656,5.737704918,5.87431694,5.191256831,0.546448087,3.415300546,,40.57377049,44.94535519,41.2568306,20.6284153,16.66666667,7.650273224,15.30054645,14.20765027,7.37704918,11.61202186,,85,9,732
+sp|P07900|HS90A_HUMAN,4.644808743,0.956284153,7.37704918,13.25136612,3.415300546,4.371584699,1.639344262,6.830601093,10.92896175,8.469945355,2.732240437,4.234972678,2.868852459,3.415300546,4.098360656,5.737704918,5.87431694,5.191256831,0.546448087,3.415300546,,40.57377049,44.94535519,41.2568306,20.6284153,16.66666667,7.650273224,15.30054645,14.20765027,7.37704918,11.61202186,,85,10,732
+sp|P28070|PSB4_HUMAN,8.333333333,0.378787879,4.545454545,5.681818182,3.409090909,10.22727273,1.136363636,4.545454545,1.893939394,9.090909091,4.924242424,3.03030303,4.924242424,3.409090909,7.196969697,8.333333333,5.303030303,6.439393939,1.515151515,5.681818182,,54.54545455,26.89393939,51.51515152,10.22727273,10.22727273,6.439393939,13.63636364,25,10.60606061,13.63636364,,36,3,264
+sp|Q13564|ULA1_HUMAN,7.116104869,1.498127341,5.805243446,8.239700375,4.307116105,5.992509363,2.247191011,7.677902622,6.179775281,9.737827715,1.685393258,5.617977528,3.745318352,4.868913858,4.494382022,6.554307116,4.494382022,5.43071161,0.936329588,3.370786517,,47.75280899,37.45318352,46.25468165,14.04494382,12.92134831,10.48689139,17.41573034,18.53932584,8.61423221,11.04868914,,59,1,534
+sp|P09429|HMGB1_HUMAN,8.837209302,1.395348837,9.302325581,16.74418605,4.186046512,5.11627907,1.395348837,1.860465116,20,1.860465116,2.790697674,1.860465116,6.046511628,0.930232558,3.720930233,5.11627907,2.325581395,2.325581395,0.930232558,3.255813953,,32.55813953,53.95348837,42.3255814,26.04651163,25.11627907,2.790697674,3.720930233,16.27906977,8.372093023,7.441860465,,16,2,215
+sp|P26583|HMGB2_HUMAN,7.177033493,1.435406699,7.177033493,15.78947368,3.827751196,6.220095694,1.913875598,1.435406699,19.13875598,1.913875598,2.870813397,2.392344498,7.177033493,1.913875598,4.306220096,8.133971292,1.913875598,1.435406699,0.956937799,2.870813397,,30.14354067,52.63157895,43.06220096,22.96650718,25.35885167,4.306220096,3.349282297,14.83253589,7.655502392,10.04784689,,21,1,209
+sp|Q71UM5|RS27L_HUMAN,3.571428571,7.142857143,2.380952381,4.761904762,3.571428571,5.952380952,4.761904762,1.19047619,11.9047619,9.523809524,2.380952381,1.19047619,5.952380952,4.761904762,5.952380952,7.142857143,7.142857143,8.333333333,0,2.380952381,,44.04761905,35.71428571,48.80952381,7.142857143,22.61904762,5.952380952,10.71428571,17.85714286,5.952380952,14.28571429,,12,1,84
+sp|P42677|RS27_HUMAN,3.571428571,7.142857143,2.380952381,4.761904762,3.571428571,5.952380952,4.761904762,1.19047619,11.9047619,8.333333333,2.380952381,1.19047619,7.142857143,4.761904762,5.952380952,7.142857143,7.142857143,8.333333333,0,2.380952381,,42.85714286,35.71428571,50,7.142857143,22.61904762,5.952380952,9.523809524,17.85714286,5.952380952,14.28571429,,12,1,84
+sp|P00505|AATM_HUMAN,10.23255814,1.627906977,4.88372093,4.88372093,4.88372093,8.372093023,2.558139535,5.581395349,6.744186047,7.906976744,2.790697674,3.720930233,4.88372093,4.186046512,5.348837209,5.581395349,4.88372093,6.511627907,1.627906977,2.790697674,,52.3255814,32.3255814,50.69767442,9.76744186,14.65116279,7.906976744,13.48837209,25.11627907,9.302325581,10.46511628,,45,1,430
+sp|O43175|SERA_HUMAN,10.13133208,2.43902439,3.752345216,5.816135084,2.814258912,9.380863039,1.500938086,4.502814259,4.87804878,12.19512195,2.43902439,3.564727955,4.87804878,5.065666041,4.127579737,6.003752345,6.566604128,8.255159475,1.125703565,0.562851782,,53.84615385,28.7054409,54.97185741,9.5684803,10.5065666,8.630393996,16.69793621,27.7673546,4.502814259,12.57035647,,67,2,533
+sp|P07437|TBB5_HUMAN,6.756756757,1.801801802,5.855855856,8.108108108,5.18018018,7.882882883,2.252252252,4.054054054,3.378378378,7.207207207,3.828828829,4.72972973,4.504504505,4.72972973,4.954954955,5.855855856,6.981981982,7.432432432,0.900900901,3.603603604,,48.64864865,34.00900901,51.8018018,13.96396396,10.58558559,9.459459459,11.26126126,22.07207207,9.684684685,12.83783784,,57,6,444
+sp|P07437|TBB5_HUMAN,6.756756757,1.801801802,5.855855856,8.108108108,5.18018018,7.882882883,2.252252252,4.054054054,3.378378378,7.207207207,3.828828829,4.72972973,4.504504505,4.72972973,4.954954955,5.855855856,6.981981982,7.432432432,0.900900901,3.603603604,,48.64864865,34.00900901,51.8018018,13.96396396,10.58558559,9.459459459,11.26126126,22.07207207,9.684684685,12.83783784,,57,1,444
+sp|P10599|THIO_HUMAN,7.619047619,4.761904762,6.666666667,9.523809524,8.571428571,4.761904762,0.952380952,3.80952381,11.42857143,5.714285714,2.857142857,2.857142857,2.857142857,4.761904762,0,6.666666667,3.80952381,10.47619048,0.952380952,0.952380952,,50.47619048,36.19047619,50.47619048,16.19047619,12.38095238,7.619047619,9.523809524,22.85714286,10.47619048,10.47619048,,11,1,105
+sp|Q9UQ35|SRRM2_HUMAN,6.649709302,0.472383721,2.325581395,4.651162791,0.690406977,4.978197674,1.453488372,0.981104651,4.723837209,4.469476744,1.199127907,1.453488372,12.24563953,3.488372093,17.00581395,23.32848837,6.25,2.906976744,0.181686047,0.54505814,,23.07412791,35.10174419,60.61046512,6.976744186,23.18313953,4.941860465,5.450581395,14.53488372,1.417151163,29.57848837,,814,12,2752
+sp|Q9UQ35|SRRM2_HUMAN,6.649709302,0.472383721,2.325581395,4.651162791,0.690406977,4.978197674,1.453488372,0.981104651,4.723837209,4.469476744,1.199127907,1.453488372,12.24563953,3.488372093,17.00581395,23.32848837,6.25,2.906976744,0.181686047,0.54505814,,23.07412791,35.10174419,60.61046512,6.976744186,23.18313953,4.941860465,5.450581395,14.53488372,1.417151163,29.57848837,,814,9,2752
+sp|P40926|MDHM_HUMAN,11.53846154,2.366863905,3.846153846,4.733727811,3.550295858,8.284023669,1.479289941,6.213017751,7.692307692,9.171597633,1.775147929,3.846153846,5.917159763,2.662721893,2.958579882,6.50887574,7.100591716,8.875739645,0,1.479289941,,53.25443787,27.21893491,58.28402367,8.579881657,12.13017751,6.50887574,15.38461538,28.69822485,5.029585799,13.60946746,,46,3,338
+sp|P40926|MDHM_HUMAN,11.53846154,2.366863905,3.846153846,4.733727811,3.550295858,8.284023669,1.479289941,6.213017751,7.692307692,9.171597633,1.775147929,3.846153846,5.917159763,2.662721893,2.958579882,6.50887574,7.100591716,8.875739645,0,1.479289941,,53.25443787,27.21893491,58.28402367,8.579881657,12.13017751,6.50887574,15.38461538,28.69822485,5.029585799,13.60946746,,46,2,338
+sp|Q96FS4|SIPA1_HUMAN,10.26871401,1.247600768,4.126679463,7.293666027,3.358925144,8.637236084,2.495201536,1.727447217,2.207293666,11.51631478,1.151631478,1.919385797,9.117082534,4.606525912,8.061420345,8.637236084,6.333973129,5.086372361,0.575815739,1.631477927,,45.20153551,30.71017274,55.37428023,11.42034549,12.76391555,6.525911708,13.243762,23.99232246,5.56621881,14.97120921,,156,1,1042
+sp|Q9H0D6|XRN2_HUMAN,6.210526316,1.684210526,6.421052632,6.947368421,4.947368421,6.736842105,2,4.315789474,5.789473684,7.894736842,2.842105263,4.842105263,9.052631579,4.105263158,7.578947368,5.578947368,2.736842105,5.157894737,1.578947368,3.578947368,,44.94736842,37.68421053,48.42105263,13.36842105,15.36842105,8.947368421,12.21052632,18.10526316,10.10526316,8.315789474,,79,3,950
+sp|Q9H0D6|XRN2_HUMAN,6.210526316,1.684210526,6.421052632,6.947368421,4.947368421,6.736842105,2,4.315789474,5.789473684,7.894736842,2.842105263,4.842105263,9.052631579,4.105263158,7.578947368,5.578947368,2.736842105,5.157894737,1.578947368,3.578947368,,44.94736842,37.68421053,48.42105263,13.36842105,15.36842105,8.947368421,12.21052632,18.10526316,10.10526316,8.315789474,,79,2,950
+sp|P07814|SYEP_HUMAN,7.275132275,1.851851852,5.092592593,8.73015873,3.306878307,5.753968254,2.05026455,5.224867725,9.788359788,7.87037037,1.917989418,4.166666667,5.357142857,4.298941799,3.902116402,5.886243386,5.489417989,7.076719577,1.785714286,3.174603175,,45.23809524,38.02910053,47.94973545,13.82275132,15.74074074,8.465608466,13.0952381,20.10582011,8.267195767,11.37566138,,172,2,1512
+sp|P16403|H12_HUMAN,22.53521127,0,0.469483568,2.816901408,0.469483568,7.511737089,0,0.938967136,27.69953052,4.225352113,0.469483568,1.408450704,9.85915493,0.469483568,1.408450704,7.042253521,5.164319249,7.042253521,0,0.469483568,,43.66197183,34.27230047,61.03286385,3.286384977,29.10798122,1.877934272,5.164319249,37.08920188,0.938967136,12.20657277,,26,1,213
+sp|P16401|H15_HUMAN,26.54867257,0,0.442477876,3.097345133,0.442477876,7.079646018,0,0.884955752,28.76106195,4.424778761,0.442477876,1.769911504,8.407079646,0.442477876,1.327433628,5.752212389,5.309734513,4.424778761,0,0.442477876,,44.69026549,35.84070796,59.73451327,3.539823009,30.08849558,2.212389381,5.309734513,38.05309735,0.884955752,11.0619469,,25,1,226
+sp|Q92733|PRCC_HUMAN,9.775967413,0,4.684317719,8.757637475,3.054989817,8.553971487,0.814663951,2.443991853,7.33197556,8.757637475,1.221995927,2.240325866,15.27494908,4.684317719,3.054989817,7.535641548,5.49898167,2.851323829,0.610997963,2.851323829,,40.12219959,31.56822811,56.41547862,13.44195519,11.20162933,6.924643585,11.20162933,21.18126273,6.517311609,13.03462322,,64,1,491
+sp|Q9UHB9|SRP68_HUMAN,8.133971292,1.435406699,4.146730463,9.250398724,3.827751196,7.496012759,1.594896332,4.306220096,7.974481659,11.48325359,1.594896332,3.987240829,3.349282297,6.220095694,6.698564593,6.060606061,3.987240829,4.625199362,0.637958533,3.189792663,,46.73046252,39.87240829,43.22169059,13.39712919,16.26794258,10.20733652,15.78947368,20.25518341,7.655502392,10.04784689,,63,1,627
+sp|P46781|RS9_HUMAN,5.154639175,0.515463918,5.670103093,6.701030928,3.608247423,8.24742268,2.06185567,5.670103093,9.793814433,11.8556701,1.030927835,2.06185567,3.608247423,3.608247423,13.91752577,3.608247423,2.577319588,7.216494845,1.030927835,2.06185567,,46.39175258,43.81443299,38.65979381,12.37113402,25.77319588,5.670103093,17.5257732,20.6185567,6.701030928,6.18556701,,12,1,194
+sp|P16615|AT2A2_HUMAN,8.061420345,2.783109405,4.702495202,7.293666027,4.126679463,6.333973129,1.247600768,7.293666027,5.47024952,9.213051823,3.071017274,4.318618042,4.606525912,2.591170825,4.126679463,6.429942418,6.333973129,8.637236084,1.535508637,1.823416507,,52.87907869,29.75047985,52.20729367,11.99616123,10.84452975,6.909788868,16.50671785,23.03262956,7.485604607,12.76391555,,133,2,1042
+sp|Q93084|AT2A3_HUMAN,9.87535954,2.588686481,4.506232023,7.094918504,3.451581975,6.615532119,1.438159156,5.369127517,3.451581975,10.06711409,2.588686481,3.068072867,5.27325024,3.068072867,6.136145733,6.327900288,6.615532119,9.2042186,1.438159156,1.821668265,,53.02013423,28.76318313,54.07478428,11.60115053,11.02588686,6.136145733,15.43624161,25.69511026,6.711409396,12.94343241,,135,2,1043
+sp|P07237|PDIA1_HUMAN,9.645669291,1.377952756,8.464566929,11.02362205,6.496062992,5.708661417,2.165354331,4.527559055,9.251968504,9.05511811,0.984251969,2.952755906,4.133858268,2.559055118,3.149606299,4.527559055,4.527559055,6.102362205,0.984251969,2.362204724,,47.24409449,39.56692913,47.44094488,19.48818898,14.56692913,5.511811024,13.58267717,21.45669291,9.842519685,9.05511811,,46,1,508
+sp|Q9Y3T9|NOC2L_HUMAN,7.209612817,2.002670227,5.607476636,9.612817089,4.539385848,5.20694259,1.73564753,3.337783712,5.607476636,11.88251001,1.602136182,2.403204272,4.672897196,5.340453939,7.209612817,8.411214953,3.871829105,6.275033378,1.068090788,2.403204272,,45.52736983,37.51668892,45.66088117,15.22029372,14.55273698,7.743658211,15.22029372,18.69158879,8.010680908,12.28304406,,92,1,749
+sp|O00264|PGRC1_HUMAN,7.692307692,1.025641026,11.28205128,8.717948718,5.128205128,8.205128205,1.538461538,2.564102564,6.153846154,11.79487179,1.025641026,1.538461538,6.666666667,2.564102564,5.641025641,5.641025641,4.615384615,4.615384615,0.512820513,3.076923077,,45.64102564,37.43589744,51.28205128,20,13.33333333,4.102564103,14.35897436,20.51282051,8.717948718,10.25641026,,20,1,195
+sp|O15173|PGRC2_HUMAN,11.21076233,0.448430493,8.520179372,7.623318386,2.69058296,14.34977578,0.448430493,0.896860987,5.381165919,11.21076233,2.242152466,2.69058296,3.587443946,2.242152466,6.278026906,6.726457399,3.139013453,4.932735426,1.793721973,3.587443946,,53.3632287,33.1838565,55.60538117,16.14349776,12.10762332,4.932735426,12.10762332,30.49327354,8.071748879,9.865470852,,22,1,223
+sp|O00264|PGRC1_HUMAN,7.692307692,1.025641026,11.28205128,8.717948718,5.128205128,8.205128205,1.538461538,2.564102564,6.153846154,11.79487179,1.025641026,1.538461538,6.666666667,2.564102564,5.641025641,5.641025641,4.615384615,4.615384615,0.512820513,3.076923077,,45.64102564,37.43589744,51.28205128,20,13.33333333,4.102564103,14.35897436,20.51282051,8.717948718,10.25641026,,20,3,195
+sp|Q9NVI7|ATD3A_HUMAN,11.51419558,0.788643533,4.258675079,9.305993691,2.523659306,6.624605678,1.735015773,2.681388013,5.678233438,10.56782334,2.839116719,2.681388013,4.100946372,6.782334385,9.305993691,5.047318612,5.047318612,5.047318612,1.41955836,2.050473186,,46.05678233,39.74763407,45.11041009,13.56466877,16.7192429,9.463722397,13.24921136,23.18611987,5.993690852,10.09463722,,64,2,634
+sp|Q5T9A4|ATD3B_HUMAN,10.18518519,1.543209877,4.012345679,8.487654321,2.777777778,7.561728395,2.160493827,2.62345679,5.555555556,10.64814815,2.932098765,2.469135802,5.092592593,5.864197531,9.413580247,5.092592593,5.401234568,5.092592593,1.080246914,2.00617284,,46.45061728,37.96296296,46.45061728,12.5,17.12962963,8.333333333,13.27160494,22.83950617,5.864197531,10.49382716,,68,2,648
+sp|O94903|PLPHP_HUMAN,8,1.818181818,4,7.636363636,2.909090909,6.545454545,2.909090909,4.727272727,6.909090909,9.454545455,3.272727273,4.727272727,6.181818182,5.090909091,4.727272727,7.272727273,3.272727273,8.363636364,1.090909091,1.090909091,,47.27272727,36,50.18181818,11.63636364,14.54545455,9.818181818,14.18181818,22.90909091,5.090909091,10.54545455,,29,2,275
+sp|O15530|PDPK1_HUMAN,5.935251799,1.618705036,5.035971223,7.374100719,4.856115108,6.115107914,2.697841727,4.496402878,6.834532374,10.07194245,1.798561151,3.237410072,6.834532374,5.035971223,5.395683453,7.913669065,4.676258993,4.856115108,1.079136691,4.136690647,,44.96402878,35.61151079,46.22302158,12.41007194,14.92805755,8.273381295,14.56834532,16.90647482,10.07194245,12.58992806,,70,16,556
+sp|O15530|PDPK1_HUMAN,5.935251799,1.618705036,5.035971223,7.374100719,4.856115108,6.115107914,2.697841727,4.496402878,6.834532374,10.07194245,1.798561151,3.237410072,6.834532374,5.035971223,5.395683453,7.913669065,4.676258993,4.856115108,1.079136691,4.136690647,,44.96402878,35.61151079,46.22302158,12.41007194,14.92805755,8.273381295,14.56834532,16.90647482,10.07194245,12.58992806,,70,18,556
+sp|Q96RP9|EFGM_HUMAN,7.58988016,1.597869507,5.459387483,7.323568575,4.127829561,8.521970706,1.864181092,6.125166445,6.657789614,8.255659121,3.062583222,4.260985353,4.260985353,3.994673768,5.725699068,5.326231691,5.326231691,6.790945406,0.532623169,3.195739015,,49.80026631,35.28628495,49.13448735,12.78295606,14.24766977,8.255659121,14.38082557,22.90279627,7.856191744,10.65246338,,80,1,751
+sp|Q9UBS9|SUCO_HUMAN,4.944178628,1.754385965,5.342902711,9.968102073,2.472089314,4.066985646,1.754385965,5.661881978,7.496012759,8.293460925,1.993620415,4.864433812,5.661881978,4.545454545,3.110047847,12.44019139,6.060606061,6.220095694,0.558213716,2.791068581,,38.75598086,37.08133971,51.35566188,15.31100478,12.36044657,9.409888357,13.9553429,15.23125997,5.821371611,18.50079745,,232,1,1254
+sp|Q14697|GANAB_HUMAN,6.25,0.847457627,6.56779661,5.826271186,4.343220339,7.944915254,3.177966102,3.601694915,2.860169492,10.69915254,2.224576271,2.966101695,6.779661017,4.131355932,7.097457627,6.779661017,4.661016949,6.88559322,2.542372881,3.813559322,,49.15254237,32.62711864,49.68220339,12.3940678,13.13559322,7.097457627,14.30084746,21.08050847,10.69915254,11.44067797,,108,2,944
+sp|Q13057|COASY_HUMAN,7.80141844,1.063829787,4.609929078,6.028368794,2.482269504,6.205673759,3.014184397,4.787234043,3.90070922,13.65248227,1.241134752,2.127659574,6.914893617,5.319148936,6.028368794,7.092198582,4.964539007,8.865248227,0.886524823,3.014184397,,50,31.02836879,49.64539007,10.63829787,12.94326241,7.446808511,18.43971631,22.87234043,6.382978723,12.05673759,,68,1,564
+sp|P25205|MCM3_HUMAN,7.797029703,1.361386139,8.292079208,8.168316832,2.846534653,4.702970297,1.98019802,4.95049505,7.54950495,8.292079208,2.475247525,2.475247525,3.589108911,4.95049505,6.559405941,7.54950495,5.816831683,7.301980198,0,3.341584158,,43.06930693,39.97524752,48.88613861,16.46039604,16.08910891,7.425742574,13.24257426,19.8019802,6.188118812,13.36633663,,108,4,808
+sp|P25205|MCM3_HUMAN,7.797029703,1.361386139,8.292079208,8.168316832,2.846534653,4.702970297,1.98019802,4.95049505,7.54950495,8.292079208,2.475247525,2.475247525,3.589108911,4.95049505,6.559405941,7.54950495,5.816831683,7.301980198,0,3.341584158,,43.06930693,39.97524752,48.88613861,16.46039604,16.08910891,7.425742574,13.24257426,19.8019802,6.188118812,13.36633663,,108,6,808
+sp|P08559|ODPA_HUMAN,9.487179487,3.076923077,4.871794872,7.179487179,3.333333333,9.230769231,2.051282051,5.128205128,5.897435897,7.948717949,3.58974359,3.333333333,3.846153846,3.076923077,7.179487179,5.384615385,4.358974359,5.897435897,0.512820513,4.615384615,,52.82051282,33.58974359,49.48717949,12.05128205,15.12820513,6.41025641,13.07692308,24.61538462,8.461538462,9.743589744,,38,2,390
+sp|Q69YN4|VIR_HUMAN,5.022075055,1.600441501,6.567328918,8.498896247,3.587196468,5.960264901,2.538631347,4.415011038,4.580573951,12.41721854,2.041942605,3.752759382,6.291390728,4.525386313,5.077262693,9.381898455,5.298013245,5.629139073,0.662251656,2.152317881,,43.48785872,35.54083885,49.50331126,15.06622517,12.19646799,8.278145695,16.83222958,16.61147903,6.401766004,14.6799117,,266,3,1812
+sp|P60866|RS20_HUMAN,5.042016807,1.680672269,4.201680672,7.56302521,1.680672269,5.042016807,2.521008403,10.08403361,10.92436975,5.882352941,2.521008403,1.680672269,5.882352941,1.680672269,8.403361345,5.882352941,10.08403361,8.403361345,0.840336134,0,,41.17647059,36.97478992,47.89915966,11.76470588,21.8487395,3.361344538,15.96638655,18.48739496,2.521008403,15.96638655,,19,1,119
+sp|Q9BW62|KATL1_HUMAN,7.959183673,1.224489796,7.346938776,8.775510204,2.857142857,6.326530612,1.020408163,5.510204082,7.346938776,7.755102041,3.673469388,2.448979592,6.530612245,3.06122449,8.367346939,6.530612245,3.265306122,6.12244898,1.428571429,2.448979592,,45.30612245,38.36734694,47.75510204,16.12244898,16.73469388,5.510204082,13.26530612,20.40816327,6.734693878,9.795918367,,48,2,490
+sp|O75449|KTNA1_HUMAN,7.128309572,1.018329939,5.906313646,9.572301426,2.647657841,4.684317719,1.425661914,4.276985743,7.739307536,8.350305499,4.073319756,3.66598778,4.887983707,2.851323829,7.33197556,8.350305499,4.684317719,6.924643585,1.629327902,2.851323829,,43.58452138,38.49287169,47.25050916,15.47861507,16.49694501,6.517311609,12.62729124,18.73727088,7.128309572,13.03462322,,64,2,491
+sp|P06744|G6PI_HUMAN,7.168458781,0.716845878,4.838709677,5.734767025,5.017921147,7.347670251,3.76344086,5.734767025,6.272401434,9.498207885,2.688172043,5.017921147,3.94265233,5.197132616,4.838709677,5.197132616,6.630824373,5.734767025,2.150537634,2.508960573,,48.56630824,35.66308244,46.59498208,10.5734767,14.87455197,10.21505376,15.23297491,20.25089606,9.677419355,11.82795699,,66,3,558
+sp|P42166|LAP2A_HUMAN,7.780979827,1.44092219,5.043227666,7.492795389,2.737752161,6.195965418,1.873198847,4.322766571,7.780979827,9.510086455,1.008645533,3.170028818,6.340057637,5.043227666,4.899135447,11.81556196,6.051873199,5.331412104,0.288184438,1.873198847,,40.48991354,35.30259366,53.17002882,12.53602305,14.55331412,8.213256484,13.83285303,19.30835735,4.899135447,17.86743516,,124,2,694
+sp|P42166|LAP2A_HUMAN,7.780979827,1.44092219,5.043227666,7.492795389,2.737752161,6.195965418,1.873198847,4.322766571,7.780979827,9.510086455,1.008645533,3.170028818,6.340057637,5.043227666,4.899135447,11.81556196,6.051873199,5.331412104,0.288184438,1.873198847,,40.48991354,35.30259366,53.17002882,12.53602305,14.55331412,8.213256484,13.83285303,19.30835735,4.899135447,17.86743516,,124,1,694
+sp|P39656|OST48_HUMAN,6.578947368,0.657894737,6.140350877,4.605263158,7.236842105,7.675438596,2.192982456,5.263157895,4.605263158,10.30701754,1.315789474,3.728070175,5.043859649,3.070175439,5.043859649,8.99122807,4.824561404,7.675438596,0.877192982,4.166666667,,51.75438596,29.38596491,51.31578947,10.74561404,11.84210526,6.798245614,15.57017544,21.92982456,12.28070175,13.81578947,,63,3,456
+sp|Q9H583|HEAT1_HUMAN,6.156716418,1.77238806,4.057835821,7.789179104,4.570895522,3.218283582,2.518656716,6.71641791,7.835820896,14.97201493,2.23880597,3.684701493,4.151119403,4.990671642,2.751865672,7.789179104,4.664179104,7.13619403,0.839552239,2.145522388,,49.76679104,33.62873134,42.63059701,11.84701493,13.10634328,8.675373134,21.68843284,16.51119403,7.555970149,12.45335821,,267,1,2144
+sp|O60942|MCE1_HUMAN,3.685092127,2.680067002,6.197654941,7.370184255,5.527638191,6.867671692,2.010050251,5.360134003,8.040201005,8.37520938,3.015075377,4.857621441,7.370184255,3.685092127,6.532663317,4.690117253,4.857621441,5.025125628,1.172529313,2.680067002,,44.38860972,38.69346734,46.23115578,13.5678392,16.58291457,8.542713568,13.73534338,15.57788945,9.380234506,9.547738693,,57,4,597
+sp|Q01469|FABP5_HUMAN,4.444444444,4.444444444,5.925925926,8.888888889,2.962962963,8.148148148,0.740740741,4.444444444,10.37037037,7.407407407,3.703703704,2.962962963,0.740740741,4.444444444,4.444444444,2.962962963,12.59259259,7.407407407,1.481481481,1.481481481,,45.92592593,37.77777778,49.62962963,14.81481481,15.55555556,7.407407407,11.85185185,20,5.925925926,15.55555556,,21,5,135
+sp|Q01469|FABP5_HUMAN,4.444444444,4.444444444,5.925925926,8.888888889,2.962962963,8.148148148,0.740740741,4.444444444,10.37037037,7.407407407,3.703703704,2.962962963,0.740740741,4.444444444,4.444444444,2.962962963,12.59259259,7.407407407,1.481481481,1.481481481,,45.92592593,37.77777778,49.62962963,14.81481481,15.55555556,7.407407407,11.85185185,20,5.925925926,15.55555556,,21,2,135
+sp|Q9NYF8|BCLF1_HUMAN,3.47826087,0.217391304,5.97826087,9.347826087,3.152173913,6.304347826,3.369565217,2.173913043,10,3.260869565,0.97826087,2.934782609,5.326086957,3.369565217,12.39130435,16.41304348,4.565217391,2.608695652,0.652173913,3.47826087,,26.30434783,47.39130435,47.82608696,15.32608696,25.76086957,6.304347826,5.434782609,12.39130435,7.282608696,20.97826087,,193,4,920
+sp|P17844|DDX5_HUMAN,7.003257329,1.465798046,6.188925081,5.700325733,3.745928339,8.794788274,1.791530945,5.374592834,5.537459283,6.840390879,2.442996743,5.374592834,5.048859935,4.885993485,8.306188925,5.374592834,5.700325733,5.374592834,0.977198697,4.071661238,,46.09120521,37.78501629,50.3257329,11.88925081,15.63517915,10.26058632,12.21498371,21.17263844,8.794788274,11.07491857,,68,5,614
+sp|P17844|DDX5_HUMAN,7.003257329,1.465798046,6.188925081,5.700325733,3.745928339,8.794788274,1.791530945,5.374592834,5.537459283,6.840390879,2.442996743,5.374592834,5.048859935,4.885993485,8.306188925,5.374592834,5.700325733,5.374592834,0.977198697,4.071661238,,46.09120521,37.78501629,50.3257329,11.88925081,15.63517915,10.26058632,12.21498371,21.17263844,8.794788274,11.07491857,,68,2,614
+sp|P11940|PABP1_HUMAN,10.53459119,0.628930818,4.088050314,6.132075472,4.245283019,6.289308176,1.572327044,3.616352201,6.446540881,6.132075472,4.402515723,4.245283019,7.389937107,6.446540881,6.761006289,6.132075472,4.716981132,6.918238994,0.314465409,2.987421384,,46.06918239,35.6918239,50.94339623,10.22012579,14.77987421,10.6918239,9.748427673,23.74213836,7.547169811,10.8490566,,69,4,636
+sp|Q12905|ILF2_HUMAN,6.923076923,1.025641026,4.102564103,9.487179487,3.846153846,7.692307692,1.794871795,5.641025641,4.358974359,10.51282051,2.051282051,3.846153846,6.666666667,3.846153846,5.897435897,5.897435897,6.41025641,7.435897436,0.769230769,1.794871795,,47.69230769,33.33333333,50,13.58974359,12.05128205,7.692307692,16.15384615,22.05128205,6.41025641,12.30769231,,48,1,390
+sp|Q7Z5L9|I2BP2_HUMAN,13.9693356,2.214650767,2.555366269,5.962521295,2.214650767,8.858603066,2.72572402,1.703577513,4.088586031,7.325383305,1.36286201,3.236797274,12.26575809,4.599659284,6.132879046,9.710391823,4.599659284,4.940374787,0.851788756,0.681431005,,44.12265758,29.30153322,62.35093697,8.517887564,12.9471891,7.836456559,9.028960818,27.76831346,3.747870528,14.31005111,,84,3,587
+sp|Q7Z5L9|I2BP2_HUMAN,13.9693356,2.214650767,2.555366269,5.962521295,2.214650767,8.858603066,2.72572402,1.703577513,4.088586031,7.325383305,1.36286201,3.236797274,12.26575809,4.599659284,6.132879046,9.710391823,4.599659284,4.940374787,0.851788756,0.681431005,,44.12265758,29.30153322,62.35093697,8.517887564,12.9471891,7.836456559,9.028960818,27.76831346,3.747870528,14.31005111,,84,1,587
+sp|Q5UIP0|RIF1_HUMAN,5.177993528,1.537216828,4.368932039,9.870550162,2.669902913,4.166666667,1.82038835,5.703883495,8.131067961,10.07281553,2.346278317,5.865695793,4.854368932,4.126213592,3.438511327,11.48867314,6.593851133,5.825242718,0.647249191,1.294498382,,39.44174757,37.62135922,49.87864078,14.2394822,13.38996764,9.991909385,15.77669903,15.16990291,4.611650485,18.08252427,,447,1,2472
+sp|Q9H3T2|SEM6C_HUMAN,9.139784946,2.47311828,4.838709677,4.838709677,3.655913978,9.892473118,2.47311828,1.720430108,2.150537634,11.61290323,0.64516129,1.935483871,10.96774194,3.655913978,8.172043011,8.172043011,4.408602151,6.23655914,0.967741935,2.043010753,,48.38709677,28.06451613,58.06451613,9.677419355,12.79569892,5.591397849,13.33333333,25.2688172,6.666666667,12.58064516,,117,1,930
+sp|P04181|OAT_HUMAN,8.428246014,1.366742597,5.466970387,6.150341686,3.644646925,8.200455581,2.277904328,6.150341686,6.378132118,10.47835991,1.59453303,4.10022779,5.239179954,2.050113895,4.783599089,5.239179954,5.011389522,7.972665148,1.366742597,4.10022779,,53.30296128,31.20728929,51.02505695,11.61731207,13.43963554,6.150341686,16.62870159,24.60136674,9.111617312,10.25056948,,45,1,439
+sp|P35249|RFC4_HUMAN,9.090909091,2.479338843,5.785123967,7.438016529,3.581267218,5.785123967,0.826446281,6.060606061,9.366391185,9.917355372,1.101928375,2.754820937,4.132231405,4.683195592,4.683195592,7.438016529,5.509641873,7.988980716,0.275482094,1.101928375,,47.38292011,35.53719008,50.96418733,13.2231405,14.87603306,7.438016529,15.97796143,22.86501377,4.958677686,12.9476584,,47,3,363
+sp|O00541|PESC_HUMAN,8.163265306,1.19047619,4.931972789,12.07482993,4.421768707,5.272108844,2.210884354,4.25170068,9.523809524,9.523809524,2.040816327,2.891156463,4.25170068,3.571428571,7.31292517,4.25170068,4.25170068,5.272108844,0.680272109,3.911564626,,44.72789116,42.5170068,40.47619048,17.00680272,19.04761905,6.462585034,13.7755102,18.70748299,9.013605442,8.503401361,,50,2,588
+sp|Q13885|TBB2A_HUMAN,6.292134831,1.573033708,5.842696629,8.08988764,5.168539326,7.865168539,2.247191011,4.269662921,3.370786517,7.191011236,4.269662921,5.168539326,4.494382022,4.943820225,4.943820225,6.741573034,6.516853933,6.516853933,0.898876404,3.595505618,,47.64044944,34.60674157,51.01123596,13.93258427,10.56179775,10.11235955,11.46067416,20.6741573,9.662921348,13.25842697,,59,2,445
+sp|Q9BVA1|TBB2B_HUMAN,6.06741573,1.797752809,5.842696629,8.08988764,5.168539326,7.865168539,2.247191011,4.269662921,3.370786517,7.191011236,4.269662921,5.168539326,4.494382022,4.943820225,4.943820225,6.516853933,6.741573034,6.516853933,0.898876404,3.595505618,,47.64044944,34.60674157,51.01123596,13.93258427,10.56179775,10.11235955,11.46067416,20.4494382,9.662921348,13.25842697,,59,2,445
+sp|P68371|TBB4B_HUMAN,6.741573034,1.797752809,5.393258427,8.539325843,5.168539326,7.865168539,2.247191011,3.595505618,3.370786517,7.415730337,4.04494382,4.943820225,4.494382022,4.719101124,4.943820225,5.842696629,6.966292135,7.415730337,0.898876404,3.595505618,,48.53932584,34.15730337,51.46067416,13.93258427,10.56179775,9.662921348,11.01123596,22.02247191,9.662921348,12.80898876,,57,3,445
+sp|Q96I25|SPF45_HUMAN,6.733167082,0.997506234,7.730673317,10.47381546,3.241895262,7.2319202,0.997506234,3.49127182,8.97755611,6.982543641,1.496259352,1.995012469,6.234413965,4.239401496,7.980049875,7.2319202,3.740648379,7.481296758,0.249376559,2.493765586,,40.39900249,42.39401496,49.3765586,18.20448878,17.95511222,6.234413965,10.47381546,21.44638404,5.985037406,10.97256858,,44,2,401
+sp|P26599|PTBP1_HUMAN,9.792843691,0.564971751,4.708097928,3.201506591,4.519774011,7.156308851,2.824858757,5.461393597,6.214689266,9.981167608,2.259887006,6.967984934,5.27306968,5.461393597,3.389830508,8.851224105,4.331450094,7.156308851,0,1.883239171,,48.77589454,32.76836158,54.80225989,7.90960452,12.42937853,12.42937853,15.44256121,24.10546139,6.403013183,13.1826742,,70,1,531
+sp|P11142|HSP7C_HUMAN,7.73993808,0.619195046,7.120743034,7.585139319,3.715170279,8.204334365,1.083591331,6.811145511,8.359133127,6.811145511,2.012383901,5.263157895,3.86996904,4.024767802,4.334365325,5.417956656,7.275541796,7.120743034,0.309597523,2.321981424,,45.66563467,37.77089783,52.63157895,14.70588235,13.77708978,9.287925697,13.62229102,23.06501548,6.346749226,12.69349845,,82,3,646
+sp|P11142|HSP7C_HUMAN,7.73993808,0.619195046,7.120743034,7.585139319,3.715170279,8.204334365,1.083591331,6.811145511,8.359133127,6.811145511,2.012383901,5.263157895,3.86996904,4.024767802,4.334365325,5.417956656,7.275541796,7.120743034,0.309597523,2.321981424,,45.66563467,37.77089783,52.63157895,14.70588235,13.77708978,9.287925697,13.62229102,23.06501548,6.346749226,12.69349845,,82,6,646
+sp|P61769|B2MG_HUMAN,5.042016807,1.680672269,5.882352941,7.56302521,4.201680672,3.361344538,3.361344538,4.201680672,6.722689076,10.92436975,1.680672269,4.201680672,4.201680672,2.521008403,5.042016807,10.92436975,4.201680672,7.56302521,1.680672269,5.042016807,,45.37815126,35.29411765,47.05882353,13.44537815,15.12605042,6.722689076,15.12605042,15.96638655,10.92436975,15.12605042,,18,1,119
+sp|P54687|BCAT1_HUMAN,4.922279793,2.590673575,4.922279793,7.512953368,4.14507772,8.549222798,1.813471503,4.663212435,5.699481865,10.88082902,2.331606218,3.886010363,5.699481865,2.849740933,3.626943005,6.735751295,6.735751295,6.994818653,2.331606218,3.10880829,,50.51813472,30.31088083,51.03626943,12.43523316,11.13989637,6.735751295,15.54404145,20.46632124,9.585492228,13.47150259,,52,1,386
+sp|P49327|FAS_HUMAN,9.000398248,1.831939466,4.619673437,5.93389088,3.504579849,8.203902828,2.708084429,3.624054162,3.385105536,12.58462764,1.712465153,2.668259658,5.93389088,4.938271605,5.655117483,7.925129431,4.579848666,7.686180804,1.314217443,2.190362405,,51.652728,29.90840303,52.44922342,10.55356432,11.74830745,7.606531262,16.2086818,24.89048188,7.009159697,12.5049781,,314,2,2511
+sp|P62750|RL23A_HUMAN,12.82051282,0,5.769230769,3.205128205,1.923076923,1.923076923,2.564102564,7.051282051,19.23076923,7.051282051,1.282051282,3.846153846,7.692307692,1.923076923,7.051282051,2.564102564,4.487179487,6.41025641,0,3.205128205,,41.66666667,43.58974359,45.51282051,8.974358974,28.84615385,5.769230769,14.1025641,21.15384615,5.128205128,7.051282051,,11,1,156
+sp|Q8N6L1|KTAP2_HUMAN,8.088235294,2.205882353,0,2.205882353,7.352941176,8.823529412,0.735294118,5.147058824,5.147058824,18.38235294,2.941176471,3.676470588,2.205882353,3.676470588,2.205882353,9.558823529,7.352941176,6.617647059,0.735294118,2.941176471,,63.23529412,17.64705882,48.52941176,2.205882353,8.088235294,7.352941176,23.52941176,23.52941176,11.02941176,16.91176471,,23,2,136
+sp|Q13442|HAP28_HUMAN,9.392265193,0,7.73480663,14.91712707,0,7.73480663,1.104972376,3.314917127,15.46961326,6.629834254,2.209944751,1.657458564,2.762430939,7.182320442,8.839779006,4.419889503,3.314917127,1.657458564,0,1.657458564,,32.59668508,56.90607735,38.67403315,22.6519337,25.41436464,8.839779006,9.944751381,18.78453039,1.657458564,7.73480663,,14,2,181
+sp|Q13442|HAP28_HUMAN,9.392265193,0,7.73480663,14.91712707,0,7.73480663,1.104972376,3.314917127,15.46961326,6.629834254,2.209944751,1.657458564,2.762430939,7.182320442,8.839779006,4.419889503,3.314917127,1.657458564,0,1.657458564,,32.59668508,56.90607735,38.67403315,22.6519337,25.41436464,8.839779006,9.944751381,18.78453039,1.657458564,7.73480663,,14,3,181
+sp|P40227|TCPZ_HUMAN,9.792843691,1.506591337,6.403013183,7.721280603,2.448210923,6.967984934,2.259887006,6.5913371,8.474576271,10.92278719,2.63653484,3.389830508,2.63653484,3.201506591,4.708097928,4.896421846,5.27306968,8.662900188,0.188323917,1.31826742,,51.03578154,36.15819209,49.52919021,14.12429379,15.44256121,6.5913371,17.51412429,25.42372881,3.95480226,10.16949153,,54,1,531
+sp|P40227|TCPZ_HUMAN,9.792843691,1.506591337,6.403013183,7.721280603,2.448210923,6.967984934,2.259887006,6.5913371,8.474576271,10.92278719,2.63653484,3.389830508,2.63653484,3.201506591,4.708097928,4.896421846,5.27306968,8.662900188,0.188323917,1.31826742,,51.03578154,36.15819209,49.52919021,14.12429379,15.44256121,6.5913371,17.51412429,25.42372881,3.95480226,10.16949153,,54,2,531
+sp|Q9H1E3|NUCKS_HUMAN,4.938271605,0,11.93415638,14.81481481,1.234567901,4.938271605,0.823045267,0.411522634,15.63786008,1.234567901,2.469135802,2.057613169,8.230452675,3.703703704,5.761316872,13.16872428,3.29218107,4.115226337,0,1.234567901,,20.57613169,54.73251029,52.67489712,26.74897119,22.22222222,5.761316872,1.646090535,13.99176955,2.469135802,16.46090535,,40,4,243
+sp|Q9H1E3|NUCKS_HUMAN,4.938271605,0,11.93415638,14.81481481,1.234567901,4.938271605,0.823045267,0.411522634,15.63786008,1.234567901,2.469135802,2.057613169,8.230452675,3.703703704,5.761316872,13.16872428,3.29218107,4.115226337,0,1.234567901,,20.57613169,54.73251029,52.67489712,26.74897119,22.22222222,5.761316872,1.646090535,13.99176955,2.469135802,16.46090535,,40,3,243
+sp|Q96KR1|ZFR_HUMAN,12.19739292,1.862197393,4.376163873,5.2141527,1.675977654,5.027932961,2.141527002,3.445065177,6.983240223,5.493482309,1.955307263,3.072625698,7.262569832,6.517690875,5.2141527,8.379888268,7.728119181,6.797020484,0.744878957,3.910614525,,43.10986965,33.51955307,56.70391061,9.590316574,14.33891993,9.590316574,8.938547486,24.02234637,6.331471136,16.10800745,,173,5,1074
+sp|Q9C0C9|UBE2O_HUMAN,7.120743034,1.93498452,6.811145511,8.823529412,3.095975232,7.352941176,1.93498452,4.024767802,6.73374613,6.656346749,1.702786378,2.476780186,7.894736842,3.792569659,4.566563467,9.520123839,4.411764706,7.817337461,1.238390093,2.089783282,,43.03405573,35.13931889,55.34055728,15.63467492,13.23529412,6.269349845,10.68111455,22.29102167,6.424148607,13.93188854,,180,2,1292
+sp|P62888|RL30_HUMAN,7.826086957,2.608695652,2.608695652,5.217391304,0,7.826086957,1.739130435,7.826086957,12.17391304,9.565217391,4.347826087,4.347826087,2.608695652,3.47826087,4.347826087,6.956521739,5.217391304,5.217391304,0,6.086956522,,51.30434783,33.91304348,45.2173913,7.826086957,18.26086957,7.826086957,17.39130435,20.86956522,6.086956522,12.17391304,,14,1,115
+sp|O43414|ERI3_HUMAN,8.011869436,2.670623145,3.857566766,3.857566766,5.341246291,8.902077151,2.96735905,4.747774481,4.747774481,9.792284866,3.857566766,2.077151335,8.902077151,4.747774481,3.857566766,6.824925816,4.451038576,5.044510386,2.96735905,2.37388724,,53.70919881,26.11275964,50.74183976,7.715133531,11.5727003,6.824925816,14.54005935,21.95845697,10.68249258,11.27596439,,38,1,337
+sp|Q8IVH4|MMAA_HUMAN,6.459330144,1.674641148,4.545454545,5.741626794,3.588516746,8.373205742,3.110047847,5.023923445,7.177033493,13.39712919,3.110047847,1.196172249,4.545454545,4.784688995,6.220095694,6.937799043,5.502392344,5.741626794,1.196172249,1.674641148,,50.23923445,32.77511962,44.97607656,10.28708134,16.50717703,5.980861244,18.42105263,20.57416268,6.459330144,12.44019139,,52,2,418
+sp|A0FGR8|ESYT2_HUMAN,5.971769815,0.977198697,5.103148751,5.863192182,3.365906623,7.600434311,2.497285559,5.103148751,5.646036916,12.4864278,1.411509229,3.691639522,6.623235613,4.451682953,7.383279045,8.251900109,4.34310532,6.406080347,1.302931596,1.520086862,,46.14549403,34.63626493,48.96851249,10.96634093,15.52660152,8.143322476,17.58957655,19.97828447,6.188925081,12.59500543,,116,1,921
+sp|P57764|GSDMD_HUMAN,7.024793388,1.859504132,4.132231405,8.47107438,2.685950413,8.67768595,2.479338843,1.859504132,3.099173554,14.66942149,1.859504132,1.239669421,6.198347107,6.611570248,4.958677686,8.67768595,4.958677686,7.438016529,1.652892562,1.446280992,,49.17355372,30.99173554,50.20661157,12.60330579,10.53719008,7.851239669,16.52892562,23.14049587,5.785123967,13.63636364,,66,2,484
+sp|P21399|ACOC_HUMAN,7.424071991,1.012373453,5.736782902,5.174353206,4.949381327,7.986501687,1.912260967,6.07424072,5.511811024,8.998875141,2.362204724,4.949381327,6.299212598,4.274465692,4.61192351,5.061867267,4.949381327,8.436445444,0.787401575,3.487064117,,51.51856018,32.17097863,51.856018,10.91113611,12.0359955,9.223847019,15.07311586,23.84701912,9.223847019,10.01124859,,89,1,889
+sp|P19338|NUCL_HUMAN,10.14084507,0.14084507,10.28169014,14.50704225,3.661971831,10.98591549,0.14084507,2.394366197,12.67605634,3.943661972,1.126760563,2.957746479,4.366197183,1.971830986,3.661971831,5.070422535,5.352112676,5.211267606,0.281690141,1.126760563,,39.01408451,46.1971831,54.50704225,24.78873239,16.47887324,4.929577465,6.338028169,26.33802817,5.070422535,10.42253521,,74,13,710
+sp|P19338|NUCL_HUMAN,10.14084507,0.14084507,10.28169014,14.50704225,3.661971831,10.98591549,0.14084507,2.394366197,12.67605634,3.943661972,1.126760563,2.957746479,4.366197183,1.971830986,3.661971831,5.070422535,5.352112676,5.211267606,0.281690141,1.126760563,,39.01408451,46.1971831,54.50704225,24.78873239,16.47887324,4.929577465,6.338028169,26.33802817,5.070422535,10.42253521,,74,11,710
+sp|Q9BSJ8|ESYT1_HUMAN,5.797101449,0.815217391,6.43115942,6.793478261,2.989130435,6.793478261,2.083333333,3.170289855,4.800724638,14.03985507,1.539855072,1.992753623,7.065217391,4.891304348,6.25,8.514492754,4.257246377,8.061594203,1.811594203,1.902173913,,46.92028986,33.24275362,49.72826087,13.22463768,13.13405797,6.884057971,17.21014493,20.65217391,6.702898551,12.77173913,,141,1,1104
+sp|O75964|ATP5L_HUMAN,10.67961165,0,0.970873786,5.825242718,3.883495146,5.825242718,0,6.796116505,7.766990291,8.737864078,1.941747573,3.883495146,5.825242718,3.883495146,3.883495146,3.883495146,6.796116505,12.62135922,1.941747573,4.854368932,,57.2815534,26.21359223,50.48543689,6.796116505,11.65048544,7.766990291,15.53398058,29.12621359,10.67961165,10.67961165,,11,1,103
+sp|Q9BSL1|UBAC1_HUMAN,11.85185185,0.987654321,7.407407407,10.86419753,2.716049383,2.962962963,1.975308642,4.938271605,6.666666667,11.11111111,3.209876543,4.444444444,5.679012346,4.691358025,5.432098765,4.444444444,4.938271605,4.444444444,0.987654321,0.24691358,,43.45679012,41.48148148,47.16049383,18.27160494,14.07407407,9.135802469,16.04938272,19.25925926,3.950617284,9.382716049,,38,1,405
+sp|P27824|CALX_HUMAN,5.743243243,1.351351351,11.31756757,11.82432432,3.378378378,5.743243243,1.52027027,5.236486486,9.290540541,6.418918919,2.027027027,3.378378378,8.783783784,2.027027027,3.378378378,4.054054054,4.054054054,5.236486486,2.702702703,2.533783784,,40.37162162,42.73648649,49.66216216,23.14189189,14.18918919,5.405405405,11.65540541,16.72297297,8.614864865,8.108108108,,48,2,592
+sp|Q86SU0|ILDR1_HUMAN,4.212454212,3.846153846,5.128205128,4.945054945,1.465201465,4.761904762,4.029304029,4.029304029,3.296703297,10.25641026,1.648351648,2.197802198,9.340659341,5.311355311,9.89010989,11.35531136,3.296703297,4.578754579,3.296703297,3.113553114,,41.20879121,34.7985348,48.71794872,10.07326007,17.21611722,7.509157509,14.28571429,13.55311355,7.875457875,14.65201465,,80,1,546
+sp|P25705|ATPA_HUMAN,10.48824593,0.361663653,5.244122966,5.605786618,2.893309222,9.222423146,1.265822785,7.05244123,5.424954792,9.584086799,2.169981917,2.893309222,3.254972875,4.52079566,6.871609403,7.05244123,4.882459313,8.318264014,0,2.893309222,,52.98372514,31.82640145,51.71790235,10.84990958,13.56238698,7.414104882,16.63652803,28.02893309,5.786618445,11.93490054,,66,2,553
+sp|Q12979|ABR_HUMAN,5.122235157,1.164144354,5.704307334,8.032596042,4.190919674,4.656577416,2.561117579,5.238649593,8.381839348,11.05937136,2.444703143,3.492433062,5.471478463,4.54016298,4.074505239,7.916181607,5.471478463,6.402793946,0.814901048,3.259604191,,44.35389988,36.78696158,45.4016298,13.73690338,15.01746217,8.032596042,16.29802095,16.18160652,8.265424913,13.38766007,,115,1,859
+sp|P00558|PGK1_HUMAN,9.832134293,1.678657074,5.51558753,6.474820144,3.836930456,9.592326139,1.199040767,4.556354916,10.07194245,9.112709832,3.357314149,5.51558753,4.076738609,1.438848921,2.637889688,5.755395683,4.076738609,9.352517986,0.959232614,0.959232614,,53.23741007,32.85371703,55.39568345,11.99040767,13.9088729,6.954436451,13.66906475,28.77697842,5.755395683,9.832134293,,41,6,417
+sp|P00558|PGK1_HUMAN,9.832134293,1.678657074,5.51558753,6.474820144,3.836930456,9.592326139,1.199040767,4.556354916,10.07194245,9.112709832,3.357314149,5.51558753,4.076738609,1.438848921,2.637889688,5.755395683,4.076738609,9.352517986,0.959232614,0.959232614,,53.23741007,32.85371703,55.39568345,11.99040767,13.9088729,6.954436451,13.66906475,28.77697842,5.755395683,9.832134293,,41,1,417
+sp|P13639|EF2_HUMAN,7.226107226,1.981351981,6.060606061,7.226107226,4.079254079,7.692307692,1.864801865,6.293706294,7.575757576,8.508158508,3.263403263,3.146853147,5.361305361,3.37995338,5.128205128,5.128205128,4.778554779,8.041958042,0.815850816,2.447552448,,50.34965035,34.38228438,49.41724942,13.28671329,14.56876457,6.526806527,14.8018648,22.96037296,7.342657343,9.906759907,,85,6,858
+sp|P13639|EF2_HUMAN,7.226107226,1.981351981,6.060606061,7.226107226,4.079254079,7.692307692,1.864801865,6.293706294,7.575757576,8.508158508,3.263403263,3.146853147,5.361305361,3.37995338,5.128205128,5.128205128,4.778554779,8.041958042,0.815850816,2.447552448,,50.34965035,34.38228438,49.41724942,13.28671329,14.56876457,6.526806527,14.8018648,22.96037296,7.342657343,9.906759907,,85,3,858
+sp|P05141|ADT2_HUMAN,11.40939597,1.342281879,5.704697987,2.013422819,6.040268456,10.40268456,0.67114094,6.711409396,7.718120805,7.382550336,2.684563758,2.348993289,2.348993289,4.026845638,5.704697987,4.026845638,5.704697987,7.382550336,1.677852349,4.697986577,,59.73154362,28.18791946,50.67114094,7.718120805,14.09395973,6.375838926,14.09395973,29.19463087,12.41610738,9.731543624,,29,1,298
+sp|P12236|ADT3_HUMAN,10.73825503,1.342281879,5.369127517,2.348993289,6.375838926,10.40268456,1.006711409,6.711409396,7.382550336,6.711409396,2.684563758,2.013422819,2.348993289,4.362416107,6.040268456,4.697986577,5.033557047,8.724832215,1.677852349,4.026845638,,59.39597315,28.52348993,50.67114094,7.718120805,14.4295302,6.375838926,13.42281879,29.86577181,12.08053691,9.731543624,,29,1,298
+sp|Q9H0C2|ADT4_HUMAN,8.888888889,1.587301587,4.126984127,3.492063492,7.936507937,10.15873016,0.952380952,5.396825397,8.571428571,8.253968254,2.222222222,1.904761905,3.492063492,4.444444444,6.349206349,6.349206349,3.492063492,7.619047619,0.952380952,3.80952381,,56.82539683,29.84126984,47.61904762,7.619047619,15.87301587,6.349206349,13.65079365,26.66666667,12.6984127,9.841269841,,31,1,315
+sp|P12235|ADT1_HUMAN,11.40939597,1.342281879,5.369127517,2.013422819,7.046979866,10.40268456,1.677852349,5.704697987,7.718120805,7.382550336,2.684563758,2.348993289,2.348993289,4.362416107,5.704697987,4.697986577,3.020134228,8.389261745,2.013422819,4.362416107,,60.73825503,29.19463087,49.32885906,7.382550336,15.10067114,6.711409396,13.08724832,30.20134228,13.42281879,7.718120805,,23,1,298
+sp|P60709|ACTB_HUMAN,7.733333333,1.6,6.133333333,6.933333333,3.466666667,7.466666667,2.4,7.466666667,5.066666667,7.2,4.533333333,2.4,5.066666667,3.2,4.8,6.666666667,6.933333333,5.866666667,1.066666667,4,,50.4,30.93333333,49.86666667,13.06666667,12.26666667,5.6,14.66666667,21.06666667,8.533333333,13.6,,51,10,375
+sp|P60709|ACTB_HUMAN,7.733333333,1.6,6.133333333,6.933333333,3.466666667,7.466666667,2.4,7.466666667,5.066666667,7.2,4.533333333,2.4,5.066666667,3.2,4.8,6.666666667,6.933333333,5.866666667,1.066666667,4,,50.4,30.93333333,49.86666667,13.06666667,12.26666667,5.6,14.66666667,21.06666667,8.533333333,13.6,,51,7,375
+sp|Q02878|RL6_HUMAN,5.555555556,0.347222222,3.125,4.513888889,2.430555556,6.944444444,2.777777778,5.555555556,18.05555556,8.333333333,1.388888889,2.083333333,6.25,3.125,7.638888889,4.861111111,5.555555556,7.986111111,0,3.472222222,,42.01388889,41.31944444,42.70833333,7.638888889,28.47222222,5.208333333,13.88888889,20.48611111,5.902777778,10.41666667,,30,3,288
+sp|Q9Y5B9|SP16H_HUMAN,6.017191977,0.955109838,5.730659026,11.747851,4.489016237,5.444126074,1.910219675,5.921680993,10.21967526,6.972301815,2.769818529,5.444126074,3.247373448,2.865329513,4.680038204,6.685768863,4.393505253,6.399235912,0.76408787,3.342884432,,43.07545368,42.59789876,44.31709647,17.47851003,16.80993314,8.309455587,12.89398281,17.86055396,8.595988539,11.07927412,,116,2,1047
+sp|Q9Y5B9|SP16H_HUMAN,6.017191977,0.955109838,5.730659026,11.747851,4.489016237,5.444126074,1.910219675,5.921680993,10.21967526,6.972301815,2.769818529,5.444126074,3.247373448,2.865329513,4.680038204,6.685768863,4.393505253,6.399235912,0.76408787,3.342884432,,43.07545368,42.59789876,44.31709647,17.47851003,16.80993314,8.309455587,12.89398281,17.86055396,8.595988539,11.07927412,,116,1,1047
+sp|P11171|41_HUMAN,6.712962963,1.157407407,6.018518519,11.22685185,2.546296296,4.74537037,2.546296296,5.092592593,9.490740741,7.986111111,1.041666667,2.546296296,5.439814815,5.092592593,4.398148148,7.87037037,7.638888889,5.555555556,0.925925926,1.967592593,,37.73148148,41.31944444,47.68518519,17.24537037,16.43518519,7.638888889,13.0787037,17.01388889,5.439814815,15.50925926,,134,1,864
+sp|P55265|DSRAD_HUMAN,6.769983687,1.712887439,4.241435563,7.340946166,3.83360522,7.422512235,2.446982055,3.996737357,7.259380098,8.890701468,2.120717781,4.078303426,6.851549755,4.567699837,5.791190865,9.053833605,5.138662316,4.975530179,0.815660685,2.691680261,,43.23001631,35.72593801,50.24469821,11.58238173,15.49755302,8.646003263,12.88743883,19.1680261,7.340946166,14.19249592,,174,1,1226
+sp|Q99832|TCPH_HUMAN,11.23388582,1.657458564,5.893186004,6.445672192,3.130755064,7.182320442,1.657458564,7.182320442,7.550644567,8.655616943,2.946593002,3.314917127,3.314917127,4.419889503,4.972375691,4.419889503,5.709023941,7.73480663,0.552486188,2.025782689,,52.30202578,34.25414365,50.46040516,12.3388582,14.18047882,7.73480663,15.83793738,26.15101289,5.709023941,10.12891344,,55,3,543
+sp|Q99832|TCPH_HUMAN,11.23388582,1.657458564,5.893186004,6.445672192,3.130755064,7.182320442,1.657458564,7.182320442,7.550644567,8.655616943,2.946593002,3.314917127,3.314917127,4.419889503,4.972375691,4.419889503,5.709023941,7.73480663,0.552486188,2.025782689,,52.30202578,34.25414365,50.46040516,12.3388582,14.18047882,7.73480663,15.83793738,26.15101289,5.709023941,10.12891344,,55,1,543
+sp|Q92841|DDX17_HUMAN,8.093278464,1.646090535,5.898491084,5.624142661,3.155006859,9.87654321,1.508916324,4.38957476,4.252400549,6.858710562,2.469135802,3.155006859,8.093278464,5.349794239,8.093278464,6.172839506,5.898491084,4.801097394,0.685871056,3.978052126,,45.95336077,33.88203018,53.6351166,11.52263374,13.85459534,8.504801097,11.24828532,22.77091907,7.818930041,12.07133059,,88,5,729
+sp|P37802|TAGL2_HUMAN,7.035175879,1.507537688,5.025125628,5.527638191,3.51758794,9.547738693,0,5.527638191,6.030150754,8.040201005,4.020100503,6.532663317,4.522613065,10.55276382,5.527638191,3.51758794,5.025125628,4.020100503,2.010050251,2.512562814,,47.73869347,39.1959799,46.73366834,10.55276382,11.55778894,17.08542714,13.5678392,20.60301508,8.040201005,8.542713568,,17,3,199
+sp|O60927|PP1RB_HUMAN,3.968253968,3.968253968,3.174603175,12.6984127,0.793650794,7.936507937,3.968253968,1.587301587,6.349206349,3.174603175,2.380952381,1.587301587,11.11111111,2.380952381,8.73015873,7.142857143,12.6984127,4.761904762,0.793650794,0.793650794,,30.15873016,38.88888889,56.34920635,15.87301587,19.04761905,3.968253968,4.761904762,16.66666667,2.380952381,19.84126984,,25,4,126
+sp|Q8IZL8|PELP1_HUMAN,8.318584071,1.946902655,3.628318584,13.09734513,2.03539823,8.14159292,1.769911504,2.03539823,1.769911504,13.36283186,1.681415929,1.238938053,14.33628319,3.185840708,4.159292035,8.761061947,4.07079646,5.221238938,0.353982301,0.884955752,,43.98230088,28.84955752,55.66371681,16.72566372,7.699115044,4.424778761,15.39823009,21.68141593,3.274336283,12.83185841,,145,2,1130
+sp|Q8IZL8|PELP1_HUMAN,8.318584071,1.946902655,3.628318584,13.09734513,2.03539823,8.14159292,1.769911504,2.03539823,1.769911504,13.36283186,1.681415929,1.238938053,14.33628319,3.185840708,4.159292035,8.761061947,4.07079646,5.221238938,0.353982301,0.884955752,,43.98230088,28.84955752,55.66371681,16.72566372,7.699115044,4.424778761,15.39823009,21.68141593,3.274336283,12.83185841,,145,1,1130
+sp|P15531|NDKA_HUMAN,5.263157895,1.973684211,5.263157895,8.552631579,5.263157895,9.868421053,2.631578947,6.578947368,6.578947368,7.236842105,3.289473684,3.289473684,3.947368421,3.289473684,5.263157895,4.605263158,3.289473684,9.210526316,1.973684211,2.631578947,,53.28947368,34.86842105,46.71052632,13.81578947,14.47368421,6.578947368,13.81578947,24.34210526,9.868421053,7.894736842,,12,3,152
+sp|Q6PJG2|EMSA1_HUMAN,7.942583732,0.861244019,2.775119617,7.846889952,2.679425837,6.985645933,2.296650718,2.870813397,5.741626794,8.229665072,1.531100478,3.062200957,12.05741627,8.516746411,6.698564593,7.751196172,4.593301435,5.167464115,0.669856459,1.722488038,,38.66028708,36.93779904,51.19617225,10.62200957,14.73684211,11.57894737,11.10047847,20.09569378,5.071770335,12.34449761,,129,1,1045
+sp|Q9BWG4|SSBP4_HUMAN,10.12987013,0.779220779,2.597402597,3.636363636,2.857142857,15.06493506,2.337662338,1.818181818,1.818181818,4.935064935,6.753246753,3.116883117,16.1038961,3.376623377,3.636363636,11.16883117,3.116883117,2.597402597,1.298701299,2.857142857,,49.09090909,20.51948052,64.67532468,6.233766234,7.792207792,6.493506494,6.753246753,27.79220779,7.012987013,14.28571429,,55,1,385
+sp|P81877|SSBP2_HUMAN,5.540166205,0.831024931,3.324099723,3.324099723,2.770083102,14.95844875,1.939058172,1.939058172,1.939058172,5.817174515,6.648199446,6.648199446,16.06648199,3.324099723,3.878116343,9.972299169,3.047091413,3.324099723,1.385041551,3.324099723,,46.53739612,24.3767313,63.71191136,6.648199446,7.756232687,9.972299169,7.756232687,23.82271468,7.479224377,13.01939058,,47,1,361
+sp|Q9BWW4|SSBP3_HUMAN,5.154639175,0.773195876,3.608247423,2.577319588,2.835051546,15.20618557,2.835051546,3.350515464,1.804123711,4.12371134,6.18556701,6.701030928,17.78350515,3.608247423,3.608247423,10.56701031,2.835051546,2.319587629,1.288659794,2.835051546,,44.07216495,24.74226804,64.94845361,6.18556701,8.24742268,10.30927835,7.474226804,22.68041237,6.958762887,13.40206186,,52,1,388
+sp|P14625|ENPL_HUMAN,5.479452055,0.622665006,8.094645081,13.20049813,3.860523039,4.234122042,1.245330012,5.105853051,9.713574097,8.592777086,2.366127024,3.486924035,2.864259029,2.864259029,4.732254047,6.600249066,6.351183064,6.475716065,1.120797011,2.98879203,,40.84682441,43.33748443,44.20921544,21.29514321,15.69115816,6.351183064,13.69863014,16.18929016,7.97011208,12.95143213,,104,8,803
+sp|P14625|ENPL_HUMAN,5.479452055,0.622665006,8.094645081,13.20049813,3.860523039,4.234122042,1.245330012,5.105853051,9.713574097,8.592777086,2.366127024,3.486924035,2.864259029,2.864259029,4.732254047,6.600249066,6.351183064,6.475716065,1.120797011,2.98879203,,40.84682441,43.33748443,44.20921544,21.29514321,15.69115816,6.351183064,13.69863014,16.18929016,7.97011208,12.95143213,,104,4,803
+sp|Q9NY33|DPP3_HUMAN,8.412483039,0.814111262,5.020352782,9.090909091,5.291723202,7.869742198,1.356852103,3.663500678,4.47761194,11.39755767,1.085481682,2.578018996,4.748982361,4.748982361,5.970149254,7.055630936,5.020352782,5.834464043,1.356852103,4.20624152,,49.93215739,33.24287653,47.3541384,14.11126187,11.8046133,7.327001357,15.06105834,22.11668928,10.85481682,12.07598372,,89,2,737
+sp|Q01130|SRSF2_HUMAN,3.619909502,0,5.429864253,4.07239819,1.809954751,6.787330317,1.357466063,0.452488688,5.429864253,2.262443439,2.262443439,0.452488688,7.692307692,0.452488688,23.98190045,21.71945701,3.167420814,4.977375566,0,4.07239819,,26.24434389,41.17647059,53.84615385,9.502262443,30.76923077,0.904977376,2.714932127,15.38461538,5.882352941,24.88687783,,55,2,221
+sp|Q01130|SRSF2_HUMAN,3.619909502,0,5.429864253,4.07239819,1.809954751,6.787330317,1.357466063,0.452488688,5.429864253,2.262443439,2.262443439,0.452488688,7.692307692,0.452488688,23.98190045,21.71945701,3.167420814,4.977375566,0,4.07239819,,26.24434389,41.17647059,53.84615385,9.502262443,30.76923077,0.904977376,2.714932127,15.38461538,5.882352941,24.88687783,,55,1,221
+sp|Q9BZF1|OSBL8_HUMAN,4.161979753,1.237345332,5.961754781,8.548931384,3.599550056,5.624296963,2.249718785,4.949381327,9.898762655,9.448818898,1.912260967,3.262092238,4.724409449,4.61192351,4.049493813,9.898762655,6.299212598,4.61192351,1.799775028,3.149606299,,40.49493813,38.58267717,45.78177728,14.51068616,16.19797525,7.874015748,14.39820022,14.39820022,8.548931384,16.19797525,,144,1,889
+sp|P29350|PTN6_HUMAN,5.042016807,1.176470588,5.210084034,7.56302521,2.857142857,8.067226891,3.025210084,5.210084034,7.226890756,7.899159664,1.848739496,4.369747899,4.033613445,6.386554622,5.714285714,6.722689076,5.714285714,6.218487395,1.512605042,4.201680672,,44.03361345,39.49579832,46.55462185,12.77310924,15.96638655,10.75630252,13.1092437,19.32773109,8.571428571,12.43697479,,74,2,595
+sp|P29350|PTN6_HUMAN,5.042016807,1.176470588,5.210084034,7.56302521,2.857142857,8.067226891,3.025210084,5.210084034,7.226890756,7.899159664,1.848739496,4.369747899,4.033613445,6.386554622,5.714285714,6.722689076,5.714285714,6.218487395,1.512605042,4.201680672,,44.03361345,39.49579832,46.55462185,12.77310924,15.96638655,10.75630252,13.1092437,19.32773109,8.571428571,12.43697479,,74,1,595
+sp|P52209|6PGD_HUMAN,8.902691511,1.863354037,6.625258799,4.968944099,4.968944099,10.35196687,2.070393375,6.625258799,7.246376812,9.109730849,2.898550725,3.3126294,2.898550725,4.347826087,4.140786749,5.383022774,4.554865424,5.383022774,1.6563147,2.691511387,,54.45134576,32.71221532,49.27536232,11.5942029,13.45755694,7.660455487,15.73498965,24.63768116,9.316770186,9.937888199,,48,1,483
+sp|O43491|E41L2_HUMAN,5.870646766,0.895522388,4.776119403,13.03482587,2.189054726,5.771144279,2.388059701,4.676616915,8.855721393,7.064676617,1.194029851,2.089552239,5.572139303,5.771144279,5.273631841,8.258706468,6.666666667,7.263681592,0.597014925,1.791044776,,37.31343284,42.18905473,47.1641791,17.81094527,16.51741294,7.860696517,11.74129353,18.90547264,4.577114428,14.92537313,,150,1,1005
+sp|O15120|PLCB_HUMAN,8.992805755,2.517985612,2.517985612,4.676258993,5.755395683,6.474820144,1.438848921,3.956834532,3.597122302,12.23021583,3.597122302,2.877697842,4.676258993,3.956834532,6.474820144,6.115107914,5.755395683,10.07194245,1.079136691,3.237410072,,57.91366906,25.53956835,50,7.194244604,11.51079137,6.834532374,16.18705036,25.53956835,10.07194245,11.8705036,,33,1,278
+sp|Q5JTH9|RRP12_HUMAN,9.868928296,1.927525058,3.777949113,8.095605243,3.700848111,5.782575173,2.929838088,3.392444102,7.401696222,11.95065536,2.313030069,1.850424056,4.703161141,3.777949113,6.245181187,7.555898227,5.242868157,7.01619121,0.848111025,1.619121049,,48.41942945,34.07864302,47.72552043,11.87355436,16.5767155,5.628373169,15.34309946,22.66769468,6.168080185,12.79876638,,166,1,1297
+sp|P78417|GSTO1_HUMAN,5.394190871,2.074688797,3.734439834,9.958506224,5.394190871,6.22406639,0.829875519,4.979253112,9.543568465,11.2033195,2.904564315,4.149377593,6.639004149,2.489626556,3.734439834,7.053941909,3.734439834,4.149377593,2.074688797,3.734439834,,48.13278008,34.43983402,43.15352697,13.69294606,14.10788382,6.639004149,16.18257261,15.76763485,11.2033195,10.78838174,,26,1,241
+sp|O00154|BACH_HUMAN,7.894736842,3.157894737,3.684210526,7.368421053,2.105263158,7.368421053,2.631578947,4.736842105,5.789473684,6.842105263,2.894736842,3.684210526,5.263157895,4.210526316,7.368421053,6.842105263,5.263157895,10.26315789,0.526315789,2.105263158,,47.89473684,34.73684211,53.42105263,11.05263158,15.78947368,7.894736842,11.57894737,25.52631579,4.736842105,12.10526316,,46,2,380
+sp|O00154|BACH_HUMAN,7.894736842,3.157894737,3.684210526,7.368421053,2.105263158,7.368421053,2.631578947,4.736842105,5.789473684,6.842105263,2.894736842,3.684210526,5.263157895,4.210526316,7.368421053,6.842105263,5.263157895,10.26315789,0.526315789,2.105263158,,47.89473684,34.73684211,53.42105263,11.05263158,15.78947368,7.894736842,11.57894737,25.52631579,4.736842105,12.10526316,,46,1,380
+sp|P78347|GTF2I_HUMAN,5.711422846,0.901803607,4.008016032,10.62124248,4.709418838,5.210420842,1.002004008,5.711422846,8.517034068,6.412825651,1.803607214,4.008016032,8.517034068,3.507014028,5.410821643,7.014028056,5.310621242,8.416833667,0.801603206,2.404809619,,42.08416834,37.0741483,49.09819639,14.62925852,14.92985972,7.51503006,12.1242485,19.33867735,7.915831663,12.3246493,,123,1,998
+sp|P08758|ANXA5_HUMAN,8.125,0.3125,7.8125,9.0625,4.0625,6.875,0.9375,5.625,6.875,11.875,2.5,1.875,1.5625,3.75,5.9375,6.5625,7.1875,5,0.3125,3.75,,48.4375,36.25,45.3125,16.875,13.75,5.625,17.5,20,8.125,13.75,,44,1,320
+sp|P51991|ROA3_HUMAN,2.116402116,1.058201058,5.291005291,5.82010582,5.026455026,27.24867725,1.851851852,1.851851852,5.555555556,2.116402116,1.851851852,4.497354497,3.968253968,3.174603175,7.671957672,6.613756614,3.174603175,5.026455026,0.264550265,5.82010582,,52.38095238,33.86243386,58.99470899,11.11111111,15.07936508,7.671957672,3.968253968,34.39153439,11.11111111,9.788359788,,37,2,378
+sp|P35659|DEK_HUMAN,4,1.333333333,4.8,15.46666667,2.4,3.733333333,0.8,3.2,17.86666667,7.2,2.133333333,3.466666667,5.6,2.666666667,4,11.2,5.066666667,3.733333333,0,1.333333333,,29.06666667,49.06666667,42.93333333,20.26666667,22.66666667,6.133333333,10.4,11.46666667,3.733333333,16.26666667,,61,1,375
+sp|P35659|DEK_HUMAN,4,1.333333333,4.8,15.46666667,2.4,3.733333333,0.8,3.2,17.86666667,7.2,2.133333333,3.466666667,5.6,2.666666667,4,11.2,5.066666667,3.733333333,0,1.333333333,,29.06666667,49.06666667,42.93333333,20.26666667,22.66666667,6.133333333,10.4,11.46666667,3.733333333,16.26666667,,61,3,375
+sp|P08238|HS90B_HUMAN,5.248618785,0.828729282,7.044198895,13.25966851,3.591160221,4.696132597,1.79558011,6.629834254,10.35911602,8.563535912,2.624309392,3.867403315,3.17679558,2.900552486,4.419889503,6.629834254,4.696132597,5.801104972,0.552486188,3.314917127,,41.85082873,43.64640884,41.98895028,20.3038674,16.57458564,6.767955801,15.19337017,15.74585635,7.458563536,11.32596685,,82,8,724
+sp|P08238|HS90B_HUMAN,5.248618785,0.828729282,7.044198895,13.25966851,3.591160221,4.696132597,1.79558011,6.629834254,10.35911602,8.563535912,2.624309392,3.867403315,3.17679558,2.900552486,4.419889503,6.629834254,4.696132597,5.801104972,0.552486188,3.314917127,,41.85082873,43.64640884,41.98895028,20.3038674,16.57458564,6.767955801,15.19337017,15.74585635,7.458563536,11.32596685,,82,9,724
+sp|P10809|CH60_HUMAN,9.947643979,0.523560209,6.457242583,7.504363002,1.745200698,9.773123909,0.523560209,7.504363002,9.2495637,8.376963351,3.141361257,3.490401396,3.315881326,2.966841187,3.839441536,4.363001745,5.933682373,9.947643979,0.17452007,1.221640489,,52.35602094,34.03141361,53.7521815,13.96160558,13.61256545,6.457242583,15.88132635,29.66841187,3.141361257,10.29668412,,59,4,573
+sp|P50991|TCPD_HUMAN,9.090909091,1.669758813,5.751391466,6.12244898,1.298701299,7.050092764,1.113172542,8.719851577,7.235621521,10.57513915,2.782931354,3.710575139,2.968460111,3.339517625,5.009276438,7.606679035,6.67903525,8.163265306,0,1.113172542,,50.46382189,32.28200371,52.69016698,11.87384045,13.3580705,7.050092764,19.29499072,24.30426716,2.41187384,14.28571429,,77,3,539
+sp|O75436|VP26A_HUMAN,3.363914373,0.611620795,4.892966361,10.39755352,5.810397554,5.810397554,2.44648318,7.645259939,8.562691131,8.868501529,2.752293578,3.669724771,3.975535168,4.281345566,5.504587156,4.587155963,4.892966361,7.033639144,0.305810398,4.587155963,,46.78899083,39.75535168,38.83792049,15.29051988,16.51376147,7.951070336,16.51376147,16.20795107,10.70336391,9.480122324,,31,2,327
+sp|Q9BV79|MECR_HUMAN,9.919571046,1.608579088,4.289544236,4.557640751,2.412868633,8.042895442,1.340482574,4.557640751,4.557640751,10.9919571,2.949061662,3.485254692,6.434316354,5.63002681,5.898123324,7.506702413,4.021447721,8.310991957,1.876675603,1.608579088,,52.27882038,29.75871314,53.61930295,8.847184987,11.79624665,9.115281501,15.54959786,26.27345845,5.898123324,11.52815013,,43,1,373
+sp|Q9H299|SH3L3_HUMAN,6.451612903,1.075268817,6.451612903,7.52688172,2.150537634,6.451612903,0,5.376344086,4.301075269,9.677419355,2.150537634,4.301075269,3.225806452,9.677419355,6.451612903,7.52688172,5.376344086,7.52688172,0,4.301075269,,45.16129032,38.70967742,48.38709677,13.97849462,10.75268817,13.97849462,15.05376344,20.43010753,6.451612903,12.90322581,,12,1,93
+sp|P62195|PRS8_HUMAN,6.157635468,0.738916256,5.418719212,9.359605911,2.216748768,7.142857143,1.97044335,6.650246305,8.128078818,11.08374384,4.187192118,3.9408867,4.187192118,3.9408867,6.650246305,4.926108374,3.201970443,8.128078818,0.246305419,1.724137931,,48.27586207,39.408867,43.84236453,14.77832512,16.74876847,7.881773399,17.73399015,21.42857143,4.187192118,8.128078818,,33,2,406
+sp|P06733|ENOA_HUMAN,9.907834101,1.382488479,5.99078341,6.68202765,3.917050691,8.755760369,1.382488479,6.221198157,8.755760369,8.294930876,2.073732719,5.529953917,3.686635945,2.534562212,3.917050691,5.99078341,4.147465438,7.603686636,0.69124424,2.534562212,,51.38248848,34.79262673,52.99539171,12.67281106,14.05529954,8.064516129,14.51612903,26.26728111,7.142857143,10.13824885,,44,5,434
+sp|P30041|PRDX6_HUMAN,7.142857143,0.892857143,7.142857143,7.142857143,5.357142857,6.25,1.339285714,5.357142857,8.035714286,11.16071429,1.785714286,3.125,8.482142857,0.892857143,5.357142857,4.017857143,6.25,7.142857143,1.339285714,1.785714286,,48.21428571,33.03571429,50.44642857,14.28571429,14.73214286,4.017857143,16.51785714,20.53571429,8.482142857,10.26785714,,23,2,224
+sp|Q9BVG9|PTSS2_HUMAN,4.722792608,2.05338809,5.544147844,5.338809035,5.954825462,7.802874743,2.05338809,4.31211499,4.31211499,11.90965092,2.258726899,2.669404517,6.776180698,3.080082136,5.133470226,3.901437372,6.570841889,6.776180698,4.722792608,4.106776181,,54.6201232,28.13141684,46.81724846,10.88295688,11.49897331,5.749486653,16.22176591,19.30184805,14.78439425,10.47227926,,51,1,487
+sp|Q7L2R6|ZN765_HUMAN,2.676864245,5.927342256,3.824091778,8.413001912,4.971319312,4.780114723,7.456978967,3.632887189,10.13384321,6.692160612,1.147227533,4.971319312,2.676864245,4.588910134,6.118546845,7.839388145,6.500956023,2.485659656,0.382409178,4.780114723,,37.47609943,45.50669216,41.68260038,12.23709369,23.70936902,9.560229446,10.3250478,9.942638623,10.13384321,14.34034417,,75,1,523
+sp|Q8NBS9|TXND5_HUMAN,10.18518519,2.777777778,5.324074074,7.87037037,3.935185185,8.564814815,3.472222222,1.851851852,6.018518519,10.64814815,1.157407407,2.083333333,6.481481481,4.398148148,4.166666667,4.62962963,6.018518519,5.324074074,2.083333333,3.009259259,,49.53703704,33.33333333,51.38888889,13.19444444,13.65740741,6.481481481,12.5,24.07407407,9.027777778,10.64814815,,46,1,432
+sp|O43684|BUB3_HUMAN,5.182926829,2.43902439,6.402439024,4.87804878,4.268292683,5.792682927,3.048780488,4.268292683,5.182926829,6.707317073,2.134146341,5.487804878,5.792682927,4.573170732,5.182926829,8.231707317,7.012195122,7.317073171,1.829268293,4.268292683,,44.20731707,34.75609756,53.65853659,11.2804878,13.41463415,10.06097561,10.97560976,18.29268293,10.36585366,15.24390244,,50,1,328
+sp|O15417|TNC18_HUMAN,11.62398922,0.977088949,4.346361186,7.985175202,2.055256065,9.063342318,2.088948787,1.314016173,6.401617251,9.063342318,1.381401617,1.078167116,11.42183288,3.739892183,6.940700809,11.05121294,3.470350404,3.84097035,0.640161725,1.516172507,,41.47574124,32.58086253,56.87331536,12.33153639,15.43126685,4.818059299,10.37735849,24.52830189,4.211590296,14.52156334,,431,1,2968
+sp|O15347|HMGB3_HUMAN,7.5,1.5,6.5,15.5,5,6.5,0.5,2,20,2,3,3.5,6.5,1,3.5,5.5,2,4,1,3,,35.5,50.5,43.5,22,24,4.5,4,18,9,7.5,,15,1,200
+sp|P51610|HCFC1_HUMAN,11.54791155,1.71990172,2.407862408,3.931203931,0.933660934,7.960687961,1.670761671,3.832923833,3.587223587,6.83046683,1.867321867,2.899262899,9.484029484,5.552825553,2.751842752,8.894348894,13.16953317,8.845208845,0.884520885,1.228501229,,45.65110565,22.8009828,66.92874693,6.339066339,8.00982801,8.452088452,10.66339066,28.35380835,3.046683047,22.06388206,,449,1,2035
+sp|P0DP23|CALM1_HUMAN,7.382550336,0,11.40939597,14.09395973,5.369127517,7.382550336,0.67114094,5.369127517,5.369127517,6.040268456,6.711409396,4.026845638,1.342281879,4.026845638,4.026845638,2.684563758,8.053691275,4.697986577,0,1.342281879,,44.29530201,43.62416107,46.97986577,25.5033557,10.06711409,8.053691275,11.40939597,19.46308725,6.711409396,10.73825503,,16,2,149
+sp|P0DP25|CALM3_HUMAN,7.382550336,0,11.40939597,14.09395973,5.369127517,7.382550336,0.67114094,5.369127517,5.369127517,6.040268456,6.711409396,4.026845638,1.342281879,4.026845638,4.026845638,2.684563758,8.053691275,4.697986577,0,1.342281879,,44.29530201,43.62416107,46.97986577,25.5033557,10.06711409,8.053691275,11.40939597,19.46308725,6.711409396,10.73825503,,16,2,149
+sp|P0DP24|CALM2_HUMAN,7.382550336,0,11.40939597,14.09395973,5.369127517,7.382550336,0.67114094,5.369127517,5.369127517,6.040268456,6.711409396,4.026845638,1.342281879,4.026845638,4.026845638,2.684563758,8.053691275,4.697986577,0,1.342281879,,44.29530201,43.62416107,46.97986577,25.5033557,10.06711409,8.053691275,11.40939597,19.46308725,6.711409396,10.73825503,,16,2,149
+sp|P0DP23|CALM1_HUMAN,7.382550336,0,11.40939597,14.09395973,5.369127517,7.382550336,0.67114094,5.369127517,5.369127517,6.040268456,6.711409396,4.026845638,1.342281879,4.026845638,4.026845638,2.684563758,8.053691275,4.697986577,0,1.342281879,,44.29530201,43.62416107,46.97986577,25.5033557,10.06711409,8.053691275,11.40939597,19.46308725,6.711409396,10.73825503,,16,3,149
+sp|P0DP25|CALM3_HUMAN,7.382550336,0,11.40939597,14.09395973,5.369127517,7.382550336,0.67114094,5.369127517,5.369127517,6.040268456,6.711409396,4.026845638,1.342281879,4.026845638,4.026845638,2.684563758,8.053691275,4.697986577,0,1.342281879,,44.29530201,43.62416107,46.97986577,25.5033557,10.06711409,8.053691275,11.40939597,19.46308725,6.711409396,10.73825503,,16,3,149
+sp|P0DP24|CALM2_HUMAN,7.382550336,0,11.40939597,14.09395973,5.369127517,7.382550336,0.67114094,5.369127517,5.369127517,6.040268456,6.711409396,4.026845638,1.342281879,4.026845638,4.026845638,2.684563758,8.053691275,4.697986577,0,1.342281879,,44.29530201,43.62416107,46.97986577,25.5033557,10.06711409,8.053691275,11.40939597,19.46308725,6.711409396,10.73825503,,16,3,149
+sp|Q15029|U5S1_HUMAN,4.835390947,1.748971193,8.436213992,7.613168724,4.320987654,6.069958848,2.572016461,6.378600823,6.069958848,9.362139918,2.263374486,2.777777778,5.967078189,3.086419753,4.218106996,4.938271605,6.995884774,8.333333333,0.823045267,3.189300412,,47.32510288,34.77366255,50.10288066,16.04938272,12.8600823,5.864197531,15.74074074,19.23868313,8.333333333,11.93415638,,116,1,972
+sp|Q9Y4P3|TBL2_HUMAN,9.843400447,2.460850112,4.474272931,5.592841163,4.921700224,6.935123043,3.131991051,3.131991051,7.158836689,8.724832215,2.684563758,3.803131991,3.131991051,4.474272931,7.158836689,8.053691275,6.263982103,5.14541387,1.565995526,1.342281879,,46.75615213,35.79418345,50.11185682,10.06711409,17.44966443,8.277404922,11.85682327,21.92393736,7.829977629,14.31767338,,64,2,447
+sp|P37108|SRP14_HUMAN,17.64705882,1.470588235,3.676470588,4.411764706,2.941176471,4.411764706,0,2.205882353,14.70588235,8.088235294,2.205882353,3.676470588,3.676470588,2.941176471,4.411764706,5.147058824,11.76470588,4.411764706,0,2.205882353,,45.58823529,33.82352941,55.88235294,8.088235294,19.11764706,6.617647059,10.29411765,26.47058824,5.147058824,16.91176471,,23,1,136
+sp|P49585|PCY1A_HUMAN,7.356948229,1.634877384,6.267029973,9.264305177,4.632152589,5.177111717,2.72479564,4.359673025,7.901907357,4.632152589,2.179836512,3.269754768,6.267029973,3.269754768,7.356948229,8.174386921,4.08719346,7.356948229,0.817438692,3.269754768,,41.41689373,40.05449591,49.59128065,15.53133515,17.98365123,6.539509537,8.991825613,19.89100817,8.719346049,12.26158038,,45,1,367
+sp|Q7KZI7|MARK2_HUMAN,6.472081218,0.888324873,3.934010152,6.725888325,3.553299492,5.964467005,2.284263959,3.426395939,7.360406091,8.502538071,2.791878173,5.203045685,6.598984772,3.553299492,7.614213198,11.16751269,5.583756345,5.456852792,0.507614213,2.411167513,,39.97461929,36.6751269,51.26903553,10.65989848,17.25888325,8.756345178,11.92893401,17.89340102,6.472081218,16.75126904,,132,2,788
+sp|Q2KHR2|RFX7_HUMAN,5.72267058,1.247248716,4.108584006,4.915627293,2.641232575,5.28246515,2.641232575,3.961848863,5.135730007,7.043286867,2.421129861,5.649303008,8.437270726,7.336757153,2.934702861,14.60014674,7.703595011,6.309611152,0.440205429,1.467351431,,36.53705062,32.7219369,59.06089508,9.024211299,10.71166544,12.98606016,11.00513573,17.31474688,4.548789435,22.30374175,,304,3,1363
+sp|P08865|RSSA_HUMAN,12.54237288,0.677966102,5.084745763,8.474576271,3.389830508,5.084745763,1.355932203,5.084745763,3.728813559,7.118644068,2.372881356,3.050847458,6.779661017,5.084745763,5.084745763,4.745762712,8.13559322,6.440677966,3.389830508,2.372881356,,48.47457627,31.86440678,52.54237288,13.55932203,10.16949153,8.13559322,12.20338983,24.06779661,9.152542373,12.88135593,,38,2,295
+sp|P62913|RL11_HUMAN,5.617977528,2.247191011,4.494382022,7.865168539,4.494382022,10.6741573,1.685393258,8.426966292,8.988764045,7.303370787,1.685393258,3.370786517,2.808988764,3.93258427,9.550561798,3.93258427,3.93258427,5.056179775,0.561797753,3.370786517,,49.43820225,39.88764045,42.13483146,12.35955056,20.2247191,7.303370787,15.73033708,21.34831461,8.426966292,7.865168539,,14,1,178
+sp|P15880|RS2_HUMAN,8.532423208,1.706484642,4.09556314,3.412969283,3.754266212,14.67576792,1.365187713,5.802047782,8.19112628,6.484641638,2.389078498,1.365187713,5.460750853,2.04778157,8.19112628,4.778156997,7.167235495,7.167235495,1.023890785,2.389078498,,53.92491468,28.66894198,54.94880546,7.508532423,17.74744027,3.412969283,12.28668942,30.37542662,7.167235495,11.94539249,,35,3,293
+sp|P15880|RS2_HUMAN,8.532423208,1.706484642,4.09556314,3.412969283,3.754266212,14.67576792,1.365187713,5.802047782,8.19112628,6.484641638,2.389078498,1.365187713,5.460750853,2.04778157,8.19112628,4.778156997,7.167235495,7.167235495,1.023890785,2.389078498,,53.92491468,28.66894198,54.94880546,7.508532423,17.74744027,3.412969283,12.28668942,30.37542662,7.167235495,11.94539249,,35,2,293
+sp|Q9UJF2|NGAP_HUMAN,5.267778753,1.755926251,4.828797191,7.726075505,3.599648815,3.863037752,1.931518876,4.389815628,6.760316067,9.833187006,2.194907814,4.389815628,5.443371378,5.882352941,6.584723442,11.85250219,5.618964004,5.443371378,0.7023705,1.931518876,,38.98156277,38.10359965,48.46356453,12.5548727,15.27655838,10.27216857,14.22300263,14.57418788,6.233538191,17.4714662,,199,1,1139
+sp|B0I1T2|MYO1G_HUMAN,7.956777996,1.768172888,5.206286837,6.777996071,4.125736739,6.090373281,3.831041257,4.027504912,4.125736739,10.70726916,1.768172888,3.339882122,4.518664047,4.813359528,9.430255403,5.10805501,4.518664047,7.367387033,1.178781925,3.339882122,,48.33005894,37.52455796,45.87426326,11.98428291,17.3870334,8.15324165,14.73477407,21.41453831,8.644400786,9.626719057,,98,1,1018
+sp|P25787|PSA2_HUMAN,9.829059829,0.854700855,2.991452991,7.692307692,3.418803419,8.547008547,1.709401709,5.128205128,5.982905983,8.547008547,2.136752137,2.991452991,4.273504274,4.700854701,4.700854701,5.982905983,5.555555556,8.11965812,0.854700855,5.982905983,,53.41880342,30.76923077,49.14529915,10.68376068,12.39316239,7.692307692,13.67521368,26.4957265,10.25641026,11.53846154,,27,1,234
+sp|Q96ST2|IWS1_HUMAN,5.006105006,0.122100122,10.74481074,15.14041514,1.709401709,5.128205128,2.564102564,2.564102564,8.547008547,5.494505495,2.686202686,4.029304029,5.738705739,3.663003663,5.982905983,13.67521368,2.686202686,3.418803419,0.366300366,0.732600733,,27.22832723,50.67155067,50.54945055,25.88522589,17.09401709,7.692307692,8.058608059,13.55311355,2.808302808,16.36141636,,134,1,819
+sp|Q9UI08|EVL_HUMAN,8.894230769,0.480769231,4.086538462,6.490384615,1.682692308,7.211538462,1.682692308,3.846153846,5.528846154,4.807692308,3.125,3.605769231,10.81730769,7.211538462,6.009615385,13.22115385,4.086538462,5.288461538,0.721153846,1.201923077,,37.25961538,34.61538462,57.69230769,10.57692308,13.22115385,10.81730769,8.653846154,21.39423077,3.605769231,17.30769231,,72,1,416
+sp|P53396|ACLY_HUMAN,8.174386921,1.453224342,5.358764759,5.722070845,3.996366939,9.264305177,2.270663034,6.993642144,6.539509537,8.174386921,3.088101726,3.178928247,5.267938238,2.997275204,4.359673025,5.540417802,5.722070845,7.266121708,0.999091735,3.633060854,,53.04268847,30.42688465,51.22615804,11.0808356,13.16984559,6.176203451,15.16802906,24.70481381,8.628519528,11.26248865,,124,3,1101
+sp|P53396|ACLY_HUMAN,8.174386921,1.453224342,5.358764759,5.722070845,3.996366939,9.264305177,2.270663034,6.993642144,6.539509537,8.174386921,3.088101726,3.178928247,5.267938238,2.997275204,4.359673025,5.540417802,5.722070845,7.266121708,0.999091735,3.633060854,,53.04268847,30.42688465,51.22615804,11.0808356,13.16984559,6.176203451,15.16802906,24.70481381,8.628519528,11.26248865,,124,1,1101
+sp|Q9UPP1|PHF8_HUMAN,6.79245283,1.79245283,6.037735849,6.603773585,3.396226415,6.603773585,1.698113208,3.867924528,8.018867925,9.433962264,1.886792453,3.490566038,6.603773585,4.056603774,6.320754717,8.962264151,5.471698113,5.566037736,1.132075472,2.264150943,,42.73584906,36.22641509,51.32075472,12.64150943,16.03773585,7.547169811,13.30188679,18.96226415,6.79245283,14.43396226,,153,1,1060
+sp|Q9NVV0|TM38B_HUMAN,8.24742268,1.374570447,3.092783505,3.436426117,6.18556701,6.529209622,3.092783505,5.841924399,7.216494845,9.278350515,4.12371134,3.436426117,4.810996564,2.749140893,1.718213058,8.934707904,7.560137457,5.841924399,3.780068729,2.749140893,,53.95189003,24.74226804,49.82817869,6.529209622,12.02749141,6.18556701,15.12027491,20.6185567,12.71477663,16.49484536,,48,1,291
+sp|Q5SSJ5|HP1B3_HUMAN,7.594936709,0.904159132,3.254972875,9.945750452,1.627486438,5.605786618,0.904159132,3.254972875,14.28571429,7.233273056,1.627486438,2.350813743,8.499095841,4.882459313,5.244122966,9.945750452,5.424954792,4.882459313,0.361663653,2.169981917,,35.26220615,40.86799277,48.46292948,13.20072333,20.43399638,7.233273056,10.48824593,18.08318264,4.159132007,15.37070524,,85,1,553
+tr|K7EKS7|K7EKS7_HUMAN,7.547169811,0,1.886792453,7.547169811,5.660377358,11.32075472,0,5.660377358,9.433962264,5.660377358,1.886792453,5.660377358,3.773584906,3.773584906,7.547169811,7.547169811,5.660377358,9.433962264,0,0,,47.16981132,35.8490566,52.83018868,9.433962264,16.98113208,9.433962264,11.32075472,28.30188679,5.660377358,13.20754717,,7,1,53
+sp|P35268|RL22_HUMAN,3.90625,0.78125,5.46875,10.15625,3.90625,6.25,0.78125,3.90625,14.84375,8.59375,1.5625,5.46875,2.34375,3.90625,4.6875,4.6875,4.6875,9.375,0.78125,3.90625,,42.96875,45.3125,42.96875,15.625,20.3125,9.375,12.5,19.53125,8.59375,9.375,,12,1,128
+sp|Q8IYB3|SRRM1_HUMAN,5.530973451,0.110619469,2.32300885,6.637168142,1.10619469,2.544247788,1.991150442,1.769911504,11.28318584,2.986725664,0.995575221,1.880530973,15.7079646,3.650442478,15.92920354,16.70353982,4.314159292,3.761061947,0.331858407,0.442477876,,19.57964602,43.69469027,52.87610619,8.960176991,29.20353982,5.530973451,4.756637168,11.83628319,1.880530973,21.01769912,,190,5,904
+sp|Q8IYB3|SRRM1_HUMAN,5.530973451,0.110619469,2.32300885,6.637168142,1.10619469,2.544247788,1.991150442,1.769911504,11.28318584,2.986725664,0.995575221,1.880530973,15.7079646,3.650442478,15.92920354,16.70353982,4.314159292,3.761061947,0.331858407,0.442477876,,19.57964602,43.69469027,52.87610619,8.960176991,29.20353982,5.530973451,4.756637168,11.83628319,1.880530973,21.01769912,,190,7,904
+sp|Q9P258|RCC2_HUMAN,9.38697318,2.490421456,3.639846743,6.896551724,3.0651341,12.83524904,2.107279693,4.214559387,6.32183908,6.896551724,1.724137931,2.873563218,4.980842912,3.448275862,6.513409962,7.471264368,4.980842912,5.938697318,1.724137931,2.490421456,,50.76628352,31.80076628,54.59770115,10.53639847,14.94252874,6.32183908,11.11111111,28.16091954,7.279693487,12.45210728,,65,1,522
+sp|Q8IYU2|HACE1_HUMAN,5.830583058,2.530253025,5.170517052,6.380638064,4.070407041,5.940594059,3.190319032,5.390539054,3.96039604,11.22112211,3.080308031,5.500550055,4.95049505,5.280528053,4.730473047,7.150715072,4.95049505,6.490649065,0.99009901,3.190319032,,48.73487349,34.21342134,48.51485149,11.55115512,11.88118812,10.78107811,16.61166117,18.26182618,8.250825083,12.10121012,,110,1,909
+sp|Q96R06|SPAG5_HUMAN,6.286672255,2.011735122,4.274937133,11.65129925,1.676445935,2.849958089,2.347024308,2.849958089,5.532271584,14.16596815,2.430846605,2.849958089,4.274937133,8.549874267,4.86169321,9.807208718,6.873428332,5.196982397,1.089689858,0.419111484,,38.97736798,40.06705784,44.42581727,15.92623638,12.7409891,11.39983236,17.01592624,14.33361274,3.185247276,16.68063705,,199,1,1193
+sp|A9Z1Z3|FR1L4_HUMAN,6.911928651,1.282051282,4.682274247,8.528428094,4.292084727,7.915273133,2.229654404,3.010033445,3.846153846,12.59754738,1.337792642,2.229654404,8.528428094,5.183946488,7.748049052,5.128205128,3.400222965,7.636566332,1.616499443,1.895206243,,48.49498328,34.44816054,47.71460424,13.21070234,13.8238573,7.413600892,15.60758082,22.46376812,7.803790412,8.528428094,,153,1,1794
+sp|Q86Y56|DAAF5_HUMAN,12.51461988,2.69005848,5.14619883,6.432748538,2.105263158,4.32748538,3.274853801,3.040935673,2.807017544,16.02339181,1.286549708,1.169590643,6.081871345,4.795321637,6.900584795,6.432748538,4.912280702,7.602339181,1.169590643,1.286549708,,52.04678363,30.52631579,50.87719298,11.57894737,12.98245614,5.964912281,19.06432749,24.44444444,4.561403509,11.34502924,,97,1,855
+sp|P52756|RBM5_HUMAN,8.098159509,1.104294479,7.36196319,7.975460123,2.576687117,6.625766871,1.472392638,3.312883436,6.503067485,6.380368098,2.085889571,3.312883436,4.662576687,6.503067485,7.73006135,9.81595092,4.539877301,3.926380368,0.858895706,5.153374233,,40.12269939,40.85889571,49.44785276,15.33742331,15.70552147,9.81595092,9.693251534,18.65030675,8.588957055,14.35582822,,117,1,815
+sp|P52756|RBM5_HUMAN,8.098159509,1.104294479,7.36196319,7.975460123,2.576687117,6.625766871,1.472392638,3.312883436,6.503067485,6.380368098,2.085889571,3.312883436,4.662576687,6.503067485,7.73006135,9.81595092,4.539877301,3.926380368,0.858895706,5.153374233,,40.12269939,40.85889571,49.44785276,15.33742331,15.70552147,9.81595092,9.693251534,18.65030675,8.588957055,14.35582822,,117,2,815
+sp|Q14137|BOP1_HUMAN,6.166219839,1.608579088,7.506702413,6.702412869,3.217158177,6.702412869,3.08310992,2.010723861,3.485254692,10.32171582,1.608579088,1.742627346,8.847184987,4.021447721,8.445040214,7.908847185,3.753351206,8.713136729,1.742627346,2.412868633,,44.50402145,34.98659517,52.94906166,14.20911528,15.01340483,5.764075067,12.33243968,21.58176944,7.372654155,11.66219839,,87,2,746
+sp|P08183|MDR1_HUMAN,9.140625,0.546875,4.375,5.859375,5.46875,7.734375,1.484375,8.125,6.640625,9.296875,2.5,4.140625,2.265625,4.140625,4.921875,6.875,5.390625,7.5,0.859375,2.734375,,53.90625,31.5625,47.96875,10.234375,13.046875,8.28125,17.421875,24.375,9.0625,12.265625,,157,2,1280
+sp|P21439|MDR3_HUMAN,10.0311042,0.777604977,4.199066874,5.67651633,6.065318818,8.00933126,1.399688958,8.087091757,6.220839813,9.253499222,2.099533437,4.121306376,2.410575428,4.898911353,4.354587869,6.687402799,5.209953344,6.842923795,0.933125972,2.721617418,,54.82115086,30.87091757,48.28926905,9.875583204,11.97511664,9.020217729,17.34059098,24.88335925,9.720062208,11.89735614,,153,2,1286
+sp|P08183|MDR1_HUMAN,9.140625,0.546875,4.375,5.859375,5.46875,7.734375,1.484375,8.125,6.640625,9.296875,2.5,4.140625,2.265625,4.140625,4.921875,6.875,5.390625,7.5,0.859375,2.734375,,53.90625,31.5625,47.96875,10.234375,13.046875,8.28125,17.421875,24.375,9.0625,12.265625,,157,1,1280
+sp|P21439|MDR3_HUMAN,10.0311042,0.777604977,4.199066874,5.67651633,6.065318818,8.00933126,1.399688958,8.087091757,6.220839813,9.253499222,2.099533437,4.121306376,2.410575428,4.898911353,4.354587869,6.687402799,5.209953344,6.842923795,0.933125972,2.721617418,,54.82115086,30.87091757,48.28926905,9.875583204,11.97511664,9.020217729,17.34059098,24.88335925,9.720062208,11.89735614,,153,1,1286
+sp|P07686|HEXB_HUMAN,6.834532374,1.438848921,5.215827338,5.575539568,5.215827338,5.755395683,2.517985612,5.215827338,5.215827338,11.15107914,1.798561151,3.237410072,6.294964029,4.136690647,4.676258993,7.194244604,5.755395683,6.115107914,2.338129496,4.316546763,,50.17985612,30.57553957,47.84172662,10.79136691,12.41007194,7.374100719,16.36690647,18.70503597,11.8705036,12.94964029,,72,1,556
+sp|Q9Y277|VDAC3_HUMAN,7.77385159,2.120141343,4.946996466,3.886925795,5.300353357,11.30742049,1.413427562,3.886925795,9.540636042,9.187279152,1.413427562,6.713780919,1.413427562,2.120141343,1.413427562,7.77385159,9.187279152,4.593639576,1.766784452,4.240282686,,51.59010601,30.03533569,55.83038869,8.833922261,12.36749117,8.833922261,13.07420495,23.67491166,11.30742049,16.96113074,,48,1,283
+sp|Q5H9U9|DDX6L_HUMAN,4.806565064,2.344665885,5.451348183,6.623681125,5.392731536,3.86869871,3.106682298,4.982415006,8.440797186,12.60257913,2.227432591,4.572098476,3.223915592,4.68933177,4.747948417,7.209847597,4.044548652,6.74091442,1.289566237,3.634232122,,47.8898007,37.63188746,42.26260258,12.07502931,16.2954279,9.261430246,17.58499414,15.41617819,10.31652989,11.25439625,,192,1,1706
+sp|Q8TCT7|SPP2B_HUMAN,10.81081081,3.209459459,3.885135135,3.547297297,4.72972973,6.756756757,1.013513514,3.547297297,3.547297297,12.16216216,2.702702703,1.689189189,8.277027027,3.547297297,5.405405405,6.587837838,4.222972973,8.952702703,1.689189189,3.716216216,,58.27702703,22.63513514,54.39189189,7.432432432,9.966216216,5.236486486,15.70945946,26.52027027,10.13513514,10.81081081,,64,1,592
+sp|P62753|RS6_HUMAN,6.425702811,1.204819277,3.614457831,6.827309237,1.606425703,6.024096386,1.204819277,4.016064257,14.45783133,9.236947791,1.606425703,2.81124498,4.016064257,4.016064257,12.85140562,6.024096386,4.819277108,6.827309237,0.401606426,2.008032129,,39.35742972,45.78313253,41.76706827,10.44176707,28.51405622,6.827309237,13.25301205,19.27710843,4.016064257,10.84337349,,27,1,249
+sp|P62805|H4_HUMAN,6.796116505,0,2.912621359,3.883495146,1.941747573,16.50485437,1.941747573,5.825242718,10.67961165,7.766990291,1.941747573,1.941747573,0.970873786,1.941747573,13.59223301,1.941747573,6.796116505,8.737864078,0,3.883495146,,53.39805825,36.89320388,46.60194175,6.796116505,26.21359223,3.883495146,13.59223301,32.03883495,5.825242718,8.737864078,,9,1,103
+sp|P62805|H4_HUMAN,6.796116505,0,2.912621359,3.883495146,1.941747573,16.50485437,1.941747573,5.825242718,10.67961165,7.766990291,1.941747573,1.941747573,0.970873786,1.941747573,13.59223301,1.941747573,6.796116505,8.737864078,0,3.883495146,,53.39805825,36.89320388,46.60194175,6.796116505,26.21359223,3.883495146,13.59223301,32.03883495,5.825242718,8.737864078,,9,2,103
+sp|Q9Y678|COPG1_HUMAN,7.894736842,2.631578947,4.805491991,8.924485126,4.004576659,3.890160183,2.173913043,4.919908467,6.178489703,10.41189931,3.089244851,3.890160183,4.233409611,3.546910755,4.462242563,6.864988558,7.208237986,8.009153318,0.228832952,2.631578947,,47.71167048,33.98169336,49.42791762,13.72997712,12.81464531,7.437070938,15.33180778,19.79405034,6.864988558,14.07322654,,123,2,874
+sp|Q9UBF2|COPG2_HUMAN,7.921928817,2.296211251,5.281285878,7.692307692,4.362801378,3.55912744,2.181400689,5.970149254,5.855338691,10.10332951,3.329506315,3.903559127,4.47761194,3.673938002,4.822043628,7.807118255,6.314580941,7.462686567,0.229621125,2.755453502,,47.99081515,33.40987371,49.02411022,12.97359357,12.85878301,7.57749713,16.07347876,18.94374282,7.347876005,14.1216992,,123,1,871
+sp|O75534|CSDE1_HUMAN,5.388471178,1.879699248,6.64160401,7.769423559,5.513784461,8.145363409,2.255639098,5.639097744,7.518796992,6.516290727,1.879699248,5.263157895,4.260651629,4.135338346,5.263157895,5.764411028,5.263157895,8.771929825,0.125313283,2.005012531,,45.86466165,38.84711779,51.37844612,14.41102757,15.03759398,9.398496241,12.15538847,22.30576441,7.644110276,11.02756892,,88,2,798
+sp|P62263|RS14_HUMAN,9.933774834,1.986754967,4.635761589,5.960264901,2.649006623,11.25827815,1.986754967,5.298013245,7.947019868,5.960264901,2.649006623,1.986754967,4.635761589,3.311258278,9.933774834,5.960264901,6.622516556,6.622516556,0,0.662251656,,47.01986755,35.7615894,53.64238411,10.59602649,19.86754967,5.298013245,11.25827815,27.81456954,3.311258278,12.58278146,,19,1,151
+sp|P49406|RM19_HUMAN,6.849315068,1.712328767,3.767123288,7.876712329,4.452054795,5.479452055,1.369863014,6.506849315,7.191780822,7.534246575,2.739726027,2.739726027,8.904109589,5.479452055,8.561643836,5.136986301,3.082191781,6.506849315,2.054794521,2.054794521,,45.89041096,36.98630137,44.17808219,11.64383562,17.12328767,8.219178082,14.04109589,18.83561644,8.561643836,8.219178082,,24,1,292
+sp|P42229|STA5A_HUMAN,7.17884131,1.259445844,5.037783375,6.926952141,3.904282116,4.659949622,2.518891688,4.659949622,5.289672544,11.33501259,1.637279597,4.534005038,4.911838791,9.445843829,5.16372796,6.04534005,4.659949622,6.423173804,2.01511335,2.392947103,,45.46599496,38.91687657,44.71032746,11.96473552,12.97229219,13.97984887,15.99496222,18.26196474,8.312342569,10.70528967,,85,1,794
+sp|P51692|STA5B_HUMAN,6.988564168,1.143583227,4.955527319,7.115628971,3.811944091,4.955527319,2.414231258,4.828462516,5.209656925,10.67344346,2.033036849,4.955527319,4.701397713,9.529860229,4.828462516,5.972045743,4.828462516,6.353240152,2.033036849,2.668360864,,45.48919949,39.00889454,44.85387548,12.07115629,12.4523507,14.48538755,15.50190597,18.29733164,8.513341804,10.80050826,,85,1,787
+sp|Q7Z4V5|HDGR2_HUMAN,8.792846498,0.44709389,8.196721311,12.51862891,1.639344262,6.110283159,1.043219076,1.341281669,11.47540984,4.619970194,1.341281669,1.937406855,7.898658718,2.533532042,9.239940387,12.22056632,2.533532042,4.619970194,0.44709389,1.043219076,,30.4023845,46.94485842,52.75707899,20.71535022,21.7585693,4.470938897,5.961251863,19.52309985,3.129657228,14.75409836,,99,7,671
+sp|Q9BXY0|MAK16_HUMAN,6,2,9,12.66666667,3.333333333,3,1,5.333333333,10.66666667,8,1.333333333,2.666666667,2.666666667,5.333333333,8,6.666666667,4.333333333,3.333333333,1,3.666666667,,37,49.33333333,39.66666667,21.66666667,19.66666667,8,13.33333333,12.33333333,8,11,,33,4,300
+sp|P0DJJ0|SRG2C_HUMAN,5.882352941,2.396514161,6.100217865,9.368191721,3.921568627,1.525054466,1.960784314,4.139433551,9.803921569,9.150326797,3.267973856,4.793028322,2.178649237,8.932461874,4.357298475,7.843137255,5.010893246,5.664488017,0.435729847,3.267973856,,39.65141612,45.31590414,41.39433551,15.46840959,16.12200436,13.7254902,13.28976035,13.07189542,7.625272331,12.8540305,,59,1,459
+sp|O75044|SRGP2_HUMAN,6.069094304,1.960784314,6.162464986,7.936507937,3.267973856,3.734827264,2.801120448,4.948646125,7.376283847,8.496732026,2.614379085,4.014939309,5.042016807,6.162464986,5.602240896,10.1774043,5.322128852,5.78898226,0.280112045,2.240896359,,39.40242764,40.05602241,48.27264239,14.09897292,15.77964519,10.1774043,13.44537815,15.59290383,5.78898226,15.49953315,,166,1,1071
+sp|P0DMP2|SRG2B_HUMAN,5.895196507,2.401746725,6.113537118,9.388646288,3.930131004,1.528384279,1.528384279,4.148471616,9.825327511,9.388646288,3.27510917,4.80349345,2.183406114,8.515283843,5.240174672,7.860262009,5.021834061,5.458515284,0.218340611,3.27510917,,39.51965066,45.41484716,41.26637555,15.50218341,16.59388646,13.31877729,13.5371179,12.88209607,7.423580786,12.88209607,,59,1,458
+sp|P51531|SMCA2_HUMAN,5.911949686,0.691823899,5.094339623,9.811320755,2.13836478,5.72327044,2.452830189,4.528301887,7.798742138,9.056603774,3.018867925,3.522012579,7.610062893,7.735849057,6.729559748,6.540880503,3.962264151,4.339622642,0.754716981,2.578616352,,38.74213836,43.14465409,43.39622642,14.90566038,16.98113208,11.25786164,13.58490566,15.97484277,5.471698113,10.50314465,,167,8,1590
+sp|P51532|SMCA4_HUMAN,6.375227687,0.607164542,4.978749241,9.289617486,2.064359441,7.285974499,2.550091075,4.068002429,7.893139041,8.561020036,3.339404979,3.035822708,8.864602307,5.889496053,6.496660595,6.86095932,4.189435337,4.493017608,0.667880996,2.489374621,,39.95142684,40.1335762,46.69095325,14.26836673,16.93989071,8.925318761,12.62902247,18.15421979,5.221615058,11.05039466,,182,2,1647
+sp|Q15185|TEBP_HUMAN,2.5,3.125,16.875,8.125,5.625,4.375,1.875,2.5,7.5,6.875,3.75,6.875,3.125,1.875,5,9.375,1.875,4.375,3.125,1.25,,37.5,48.125,52.5,25,14.375,8.75,9.375,11.25,10,11.25,,18,1,160
+sp|Q15185|TEBP_HUMAN,2.5,3.125,16.875,8.125,5.625,4.375,1.875,2.5,7.5,6.875,3.75,6.875,3.125,1.875,5,9.375,1.875,4.375,3.125,1.25,,37.5,48.125,52.5,25,14.375,8.75,9.375,11.25,10,11.25,,18,3,160
+sp|Q07020|RL18_HUMAN,4.787234043,1.063829787,3.723404255,2.659574468,3.191489362,7.446808511,2.127659574,3.191489362,10.10638298,9.574468085,2.127659574,3.191489362,5.319148936,2.127659574,15.95744681,6.382978723,5.85106383,8.510638298,0,2.659574468,,42.55319149,39.89361702,46.27659574,6.382978723,28.19148936,5.319148936,12.76595745,20.74468085,5.85106383,12.23404255,,23,2,188
+sp|Q07020|RL18_HUMAN,4.787234043,1.063829787,3.723404255,2.659574468,3.191489362,7.446808511,2.127659574,3.191489362,10.10638298,9.574468085,2.127659574,3.191489362,5.319148936,2.127659574,15.95744681,6.382978723,5.85106383,8.510638298,0,2.659574468,,42.55319149,39.89361702,46.27659574,6.382978723,28.19148936,5.319148936,12.76595745,20.74468085,5.85106383,12.23404255,,23,3,188
+sp|Q9BWS9|CHID1_HUMAN,6.615776081,0.763358779,6.361323155,5.089058524,4.580152672,5.852417303,4.071246819,2.290076336,6.361323155,12.46819338,2.03562341,1.781170483,4.071246819,4.580152672,6.106870229,6.870229008,5.089058524,9.160305344,2.544529262,3.307888041,,49.61832061,34.35114504,46.5648855,11.45038168,16.5394402,6.361323155,14.75826972,21.62849873,10.43256997,11.95928753,,47,1,393
+sp|P54105|ICLN_HUMAN,6.751054852,1.265822785,10.54852321,13.5021097,3.797468354,8.016877637,2.53164557,2.109704641,2.109704641,8.860759494,2.953586498,1.265822785,5.485232068,3.797468354,3.375527426,8.438818565,5.907172996,5.063291139,0.421940928,3.797468354,,43.03797468,37.13080169,52.74261603,24.05063291,8.016877637,5.063291139,10.97046414,19.83122363,8.016877637,14.34599156,,34,1,237
+sp|P54105|ICLN_HUMAN,6.751054852,1.265822785,10.54852321,13.5021097,3.797468354,8.016877637,2.53164557,2.109704641,2.109704641,8.860759494,2.953586498,1.265822785,5.485232068,3.797468354,3.375527426,8.438818565,5.907172996,5.063291139,0.421940928,3.797468354,,43.03797468,37.13080169,52.74261603,24.05063291,8.016877637,5.063291139,10.97046414,19.83122363,8.016877637,14.34599156,,34,3,237
+sp|Q13111|CAF1A_HUMAN,6.589958159,2.19665272,6.694560669,11.19246862,3.138075314,6.90376569,1.882845188,3.033472803,8.9958159,8.054393305,1.464435146,2.30125523,7.008368201,5.125523013,6.90376569,7.845188285,4.49790795,4.49790795,0.941422594,0.732217573,,37.55230126,43.09623431,48.53556485,17.88702929,17.78242678,7.426778243,11.08786611,17.9916318,4.811715481,12.34309623,,118,6,956
+sp|Q9Y2M5|KLH20_HUMAN,6.239737274,2.791461412,5.254515599,6.568144499,2.463054187,8.045977011,1.806239737,4.105090312,3.28407225,9.195402299,3.119868637,3.776683087,5.254515599,4.105090312,8.045977011,6.568144499,5.582922824,9.031198686,1.477832512,3.28407225,,49.75369458,32.8407225,52.54515599,11.8226601,13.136289,7.881773399,13.30049261,23.31691297,7.224958949,12.15106732,,74,1,609
+sp|Q9HCN4|GPN1_HUMAN,8.288770053,0.534759358,6.14973262,7.754010695,4.278074866,5.080213904,2.139037433,4.278074866,4.278074866,8.823529412,3.743315508,3.743315508,4.278074866,4.812834225,4.278074866,8.021390374,7.219251337,8.021390374,0.802139037,3.475935829,,47.32620321,33.15508021,51.3368984,13.90374332,10.69518717,8.556149733,13.10160428,21.39037433,8.556149733,15.24064171,,57,1,374
+sp|Q9H4L5|OSBL3_HUMAN,4.847801578,1.916572717,5.524239008,8.229988726,4.28410372,4.96054115,3.494926719,4.28410372,6.651634724,9.019165727,1.916572717,4.622322435,4.171364149,4.058624577,6.087936866,12.73957159,3.269447576,5.298759865,1.916572717,2.705749718,,41.14994363,38.66967306,47.35062007,13.75422773,16.23449831,8.680947012,13.30326945,15.10710259,8.906426156,16.00901917,,142,1,887
+sp|Q9Y2W1|TR150_HUMAN,4.397905759,0.104712042,5.445026178,8.691099476,3.560209424,8.062827225,2.827225131,1.361256545,10.47120419,2.931937173,1.047120419,3.35078534,5.340314136,3.769633508,11.93717277,16.33507853,4.188481675,2.408376963,0.837696335,2.931937173,,27.64397906,46.4921466,49.63350785,14.13612565,25.23560209,7.120418848,4.293193717,14.86910995,7.329842932,20.52356021,,196,4,955
+sp|P11021|BIP_HUMAN,7.033639144,0.305810398,7.186544343,9.785932722,3.516819572,7.645259939,0.917431193,6.422018349,9.327217125,7.951070336,1.681957187,4.281345566,4.128440367,3.669724771,4.281345566,4.281345566,7.49235474,7.798165138,0.305810398,1.987767584,,44.64831804,39.44954128,50.1529052,16.97247706,14.52599388,7.951070336,14.37308869,22.47706422,5.810397554,11.77370031,,77,5,654
+sp|P11021|BIP_HUMAN,7.033639144,0.305810398,7.186544343,9.785932722,3.516819572,7.645259939,0.917431193,6.422018349,9.327217125,7.951070336,1.681957187,4.281345566,4.128440367,3.669724771,4.281345566,4.281345566,7.49235474,7.798165138,0.305810398,1.987767584,,44.64831804,39.44954128,50.1529052,16.97247706,14.52599388,7.951070336,14.37308869,22.47706422,5.810397554,11.77370031,,77,2,654
+sp|Q9Y2K6|UBP20_HUMAN,7.111597374,3.501094092,5.579868709,7.658643326,3.501094092,6.564551422,3.06345733,4.048140044,5.251641138,8.643326039,1.422319475,3.06345733,6.01750547,4.814004376,5.579868709,8.86214442,4.157549234,6.455142232,1.422319475,3.282275711,,45.95185996,35.01094092,51.31291028,13.23851204,13.89496718,7.877461707,12.69146608,20.13129103,8.205689278,13.01969365,,119,1,914
+sp|P14866|HNRPL_HUMAN,6.791171477,1.867572156,5.093378608,5.093378608,3.565365025,12.05432937,3.056027165,3.056027165,4.923599321,5.942275042,2.376910017,5.602716469,8.319185059,4.41426146,6.112054329,7.300509338,2.886247878,6.451612903,0.339558574,4.753820034,,47.19864177,34.29541596,56.36672326,10.18675722,14.09168081,10.01697793,8.998302207,25.29711375,8.658743633,10.18675722,,60,3,589
+tr|M0QYT0|M0QYT0_HUMAN,6.853582555,2.180685358,5.295950156,6.542056075,4.984423676,6.542056075,2.180685358,3.738317757,6.230529595,7.476635514,4.049844237,6.542056075,3.738317757,3.738317757,5.607476636,9.968847352,2.803738318,7.165109034,0.934579439,3.115264798,,47.04049844,36.13707165,51.09034268,11.83800623,14.01869159,10.28037383,11.21495327,20.56074766,9.034267913,12.77258567,,41,3,321
+sp|P61956|SUMO2_HUMAN,4.210526316,1.052631579,8.421052632,8.421052632,4.210526316,7.368421053,2.105263158,5.263157895,8.421052632,5.263157895,4.210526316,4.210526316,4.210526316,9.473684211,5.263157895,3.157894737,6.315789474,6.315789474,0,2.105263158,,40,46.31578947,45.26315789,16.84210526,15.78947368,13.68421053,10.52631579,17.89473684,6.315789474,9.473684211,,9,1,95
+sp|P55854|SUMO3_HUMAN,3.883495146,0.970873786,6.796116505,9.708737864,4.854368932,7.766990291,2.912621359,4.854368932,7.766990291,5.825242718,3.883495146,2.912621359,4.854368932,8.737864078,4.854368932,6.796116505,5.825242718,5.825242718,0,0.970873786,,38.83495146,43.68932039,45.63106796,16.50485437,15.53398058,11.65048544,10.67961165,17.47572816,5.825242718,12.62135922,,13,1,103
+sp|Q6EEV6|SUMO4_HUMAN,4.210526316,1.052631579,5.263157895,8.421052632,4.210526316,8.421052632,1.052631579,5.263157895,9.473684211,5.263157895,4.210526316,5.263157895,6.315789474,8.421052632,4.210526316,4.210526316,6.315789474,6.315789474,0,2.105263158,,41.05263158,42.10526316,47.36842105,13.68421053,14.73684211,13.68421053,10.52631579,18.94736842,6.315789474,10.52631579,,10,1,95
+sp|P51784|UBP11_HUMAN,6.022845275,2.180685358,6.438213915,8.411214953,4.049844237,5.815160955,3.115264798,3.530633437,4.672897196,9.345794393,1.765316719,4.361370717,6.126687435,4.257528557,6.126687435,6.749740395,4.153686397,7.268951194,1.765316719,3.842159917,,45.5867082,37.38317757,49.11734164,14.84942887,13.91484943,8.618899273,12.87642783,19.10695742,9.657320872,10.90342679,,105,1,963
+sp|Q92572|AP3S1_HUMAN,5.18134715,2.07253886,5.18134715,7.772020725,5.18134715,5.699481865,2.590673575,9.32642487,6.21761658,10.3626943,3.10880829,7.772020725,3.626943005,3.626943005,3.10880829,5.699481865,3.10880829,7.772020725,0,2.590673575,,51.29533679,36.26943005,46.11398964,12.95336788,11.91709845,11.39896373,19.68911917,18.65284974,7.772020725,8.808290155,,17,1,193
+sp|O95671|ASML_HUMAN,9.661835749,2.093397746,5.797101449,8.051529791,4.186795491,7.085346216,3.381642512,2.898550725,5.636070853,12.07729469,2.415458937,1.93236715,4.508856683,4.025764895,5.475040258,5.636070853,4.669887279,7.085346216,0.483091787,2.898550725,,50.88566828,34.29951691,48.47020934,13.84863124,14.49275362,5.958132045,14.97584541,23.83252818,7.568438003,10.30595813,,64,2,621
+sp|Q15047|SETB1_HUMAN,5.731990705,2.788536019,6.893880713,7.203718048,3.330751356,7.43609605,1.549186677,3.872966692,7.126258714,7.281177382,2.091402014,3.408210689,6.584043377,3.950426026,5.499612703,9.682416731,5.577072037,5.654531371,1.00697134,3.330751356,,42.52517428,35.63129357,53.75677769,14.09759876,14.17505809,7.358636716,11.15414407,18.82261813,7.668474051,15.25948877,,197,1,1291
+sp|P49959|MRE11_HUMAN,4.943502825,0.847457627,7.627118644,8.615819209,5.508474576,5.649717514,2.542372881,5.508474576,6.355932203,7.627118644,2.401129944,5.084745763,3.389830508,4.519774011,7.344632768,8.898305085,5.367231638,5.93220339,0.564971751,1.271186441,,40.25423729,42.09039548,47.74011299,16.24293785,16.24293785,9.604519774,13.13559322,16.52542373,7.344632768,14.26553672,,101,1,708
+sp|O00767|ACOD_HUMAN,7.520891365,0.835654596,5.571030641,3.621169916,5.849582173,5.849582173,4.456824513,5.292479109,5.292479109,10.58495822,2.228412256,3.621169916,5.013927577,1.39275766,5.849582173,6.406685237,6.128133705,5.292479109,2.78551532,6.406685237,,52.64623955,29.80501393,46.23955432,9.192200557,15.59888579,5.013927577,15.87743733,18.66295265,15.04178273,12.53481894,,45,2,359
+sp|P07910|HNRPC_HUMAN,7.189542484,0.326797386,10.13071895,9.150326797,2.287581699,7.516339869,0.653594771,3.267973856,9.477124183,5.555555556,2.287581699,5.22875817,3.921568627,3.921568627,5.882352941,11.11111111,2.287581699,7.189542484,0,2.614379085,,38.23529412,44.44444444,54.90196078,19.28104575,16.0130719,9.150326797,8.823529412,21.89542484,4.901960784,13.39869281,,41,2,306
+sp|Q9NXG2|THUM1_HUMAN,6.798866856,1.983002833,4.815864023,9.348441926,2.549575071,7.082152975,0.849858357,3.682719547,10.19830028,7.082152975,2.266288952,6.798866856,4.815864023,5.949008499,4.532577904,5.949008499,5.382436261,6.798866856,0.283286119,2.83286119,,41.35977337,42.49291785,50.42492918,14.16430595,15.58073654,12.74787535,10.76487252,20.67988669,5.66572238,11.33144476,,40,1,353
+sp|O95218|ZRAB2_HUMAN,3.333333333,2.424242424,5.757575758,10,1.515151515,6.363636364,1.212121212,1.212121212,10,2.424242424,1.212121212,4.545454545,2.121212121,0.606060606,14.84848485,24.24242424,3.03030303,1.818181818,0.909090909,2.424242424,,23.63636364,46.96969697,53.63636364,15.75757576,26.06060606,5.151515152,3.636363636,11.51515152,4.848484848,27.27272727,,90,2,330
+sp|O95218|ZRAB2_HUMAN,3.333333333,2.424242424,5.757575758,10,1.515151515,6.363636364,1.212121212,1.212121212,10,2.424242424,1.212121212,4.545454545,2.121212121,0.606060606,14.84848485,24.24242424,3.03030303,1.818181818,0.909090909,2.424242424,,23.63636364,46.96969697,53.63636364,15.75757576,26.06060606,5.151515152,3.636363636,11.51515152,4.848484848,27.27272727,,90,3,330
+sp|Q5VT52|RPRD2_HUMAN,6.091718001,0.547570157,4.038329911,6.29705681,3.832991102,6.844626968,2.464065708,3.080082136,5.954825462,7.529089665,1.437371663,3.969883641,11.63586585,3.216974675,4.17522245,15.8110883,6.707734428,4.449007529,0.410677618,1.505817933,,35.72895277,30.11635866,60.09582478,10.33538672,12.59411362,7.186858316,10.6091718,17.3853525,5.749486653,22.51882272,,329,1,1461
+sp|P47712|PA24A_HUMAN,4.672897196,1.201602136,6.542056075,7.877169559,6.809078772,4.939919893,2.536715621,4.672897196,6.542056075,8.544726302,3.738317757,5.073431242,6.141522029,2.403204272,4.138851802,8.411214953,5.340453939,6.675567423,0.934579439,2.803738318,,44.99332443,35.11348465,48.99866489,14.41922563,13.2176235,7.476635514,13.2176235,16.28838451,10.54739653,13.75166889,,103,1,749
+sp|P47712|PA24A_HUMAN,4.672897196,1.201602136,6.542056075,7.877169559,6.809078772,4.939919893,2.536715621,4.672897196,6.542056075,8.544726302,3.738317757,5.073431242,6.141522029,2.403204272,4.138851802,8.411214953,5.340453939,6.675567423,0.934579439,2.803738318,,44.99332443,35.11348465,48.99866489,14.41922563,13.2176235,7.476635514,13.2176235,16.28838451,10.54739653,13.75166889,,103,2,749
+sp|Q02790|FKBP4_HUMAN,9.150326797,1.089324619,4.139433551,12.8540305,4.139433551,6.97167756,1.74291939,4.357298475,9.586056645,8.71459695,2.396514161,3.48583878,3.48583878,4.575163399,4.357298475,6.100217865,3.921568627,4.575163399,0.871459695,3.48583878,,45.75163399,40.74074074,42.91938998,16.99346405,15.68627451,8.061002179,13.07189542,20.69716776,8.496732026,10.02178649,,46,1,459
+sp|Q02790|FKBP4_HUMAN,9.150326797,1.089324619,4.139433551,12.8540305,4.139433551,6.97167756,1.74291939,4.357298475,9.586056645,8.71459695,2.396514161,3.48583878,3.48583878,4.575163399,4.357298475,6.100217865,3.921568627,4.575163399,0.871459695,3.48583878,,45.75163399,40.74074074,42.91938998,16.99346405,15.68627451,8.061002179,13.07189542,20.69716776,8.496732026,10.02178649,,46,2,459
+sp|Q13769|THOC5_HUMAN,5.710102489,1.903367496,6.149341142,8.491947291,2.781844802,4.245973646,3.513909224,3.36749634,8.638360176,11.85944363,2.781844802,2.635431918,5.270863836,5.710102489,4.978038067,6.442166911,4.685212299,6.002928258,0.732064422,4.099560761,,43.48462665,40.11713031,43.04538799,14.64128843,17.13030747,8.345534407,15.22693997,15.95900439,7.613469985,11.12737921,,76,3,683
+sp|Q8N7H5|PAF1_HUMAN,7.156308851,0.564971751,9.416195857,13.74764595,3.201506591,5.838041431,2.071563089,3.766478343,6.5913371,3.766478343,2.259887006,3.578154426,4.896421846,4.896421846,5.838041431,10.16949153,3.766478343,4.708097928,0.564971751,3.201506591,,35.02824859,46.1393597,50.09416196,23.16384181,14.50094162,8.474576271,7.532956685,17.70244821,6.967984934,13.93596987,,74,1,531
+sp|Q16539|MK14_HUMAN,6.944444444,1.111111111,7.5,6.388888889,3.611111111,4.166666667,3.333333333,6.111111111,5.277777778,11.94444444,3.055555556,3.888888889,4.722222222,4.166666667,5.277777778,5.555555556,5.277777778,6.111111111,1.388888889,4.166666667,,48.61111111,35.83333333,45.27777778,13.88888889,13.88888889,8.055555556,18.05555556,17.22222222,9.166666667,10.83333333,,39,1,360
+sp|Q9UNZ2|NSF1C_HUMAN,10.27027027,0,6.486486486,10,4.594594595,7.837837838,2.162162162,4.054054054,4.594594595,7.567567568,1.081081081,2.972972973,4.594594595,5.405405405,7.027027027,8.918918919,4.594594595,5.945945946,0.540540541,1.351351351,,43.24324324,38.64864865,51.62162162,16.48648649,13.78378378,8.378378378,11.62162162,24.05405405,6.486486486,13.51351351,,50,2,370
+sp|P06748|NPM_HUMAN,6.462585034,1.020408163,11.56462585,10.54421769,2.380952381,6.12244898,1.700680272,3.401360544,11.2244898,6.462585034,2.721088435,3.06122449,5.782312925,4.421768707,2.721088435,8.843537415,3.401360544,6.12244898,0.680272109,1.360544218,,36.73469388,45.23809524,52.38095238,22.10884354,15.6462585,7.482993197,9.863945578,18.70748299,4.421768707,12.24489796,,36,5,294
+sp|P06748|NPM_HUMAN,6.462585034,1.020408163,11.56462585,10.54421769,2.380952381,6.12244898,1.700680272,3.401360544,11.2244898,6.462585034,2.721088435,3.06122449,5.782312925,4.421768707,2.721088435,8.843537415,3.401360544,6.12244898,0.680272109,1.360544218,,36.73469388,45.23809524,52.38095238,22.10884354,15.6462585,7.482993197,9.863945578,18.70748299,4.421768707,12.24489796,,36,8,294
+sp|Q06830|PRDX1_HUMAN,6.030150754,2.010050251,8.040201005,3.51758794,7.537688442,8.040201005,2.010050251,6.532663317,9.547738693,6.030150754,1.507537688,3.015075377,6.532663317,4.522613065,3.015075377,6.532663317,4.522613065,7.537688442,1.005025126,2.512562814,,48.74371859,33.66834171,52.26130653,11.55778894,14.57286432,7.537688442,12.56281407,21.6080402,11.05527638,11.05527638,,22,2,199
+sp|Q06830|PRDX1_HUMAN,6.030150754,2.010050251,8.040201005,3.51758794,7.537688442,8.040201005,2.010050251,6.532663317,9.547738693,6.030150754,1.507537688,3.015075377,6.532663317,4.522613065,3.015075377,6.532663317,4.522613065,7.537688442,1.005025126,2.512562814,,48.74371859,33.66834171,52.26130653,11.55778894,14.57286432,7.537688442,12.56281407,21.6080402,11.05527638,11.05527638,,22,3,199
+sp|Q9UQ80|PA2G4_HUMAN,8.375634518,1.52284264,5.583756345,9.644670051,4.314720812,6.345177665,2.538071066,4.060913706,10.65989848,6.852791878,3.045685279,3.299492386,3.045685279,5.076142132,3.299492386,6.345177665,5.583756345,8.375634518,0.253807107,1.776649746,,44.92385787,40.10152284,48.47715736,15.2284264,16.49746193,8.375634518,10.91370558,23.0964467,6.345177665,11.92893401,,47,2,394
+sp|P60484|PTEN_HUMAN,4.218362283,2.481389578,8.188585608,7.196029777,6.203473945,3.722084367,3.225806452,4.962779156,8.436724566,6.699751861,2.23325062,5.70719603,5.70719603,3.225806452,4.962779156,5.459057072,5.210918114,5.955334988,0.496277916,5.70719603,,42.67990074,40.94292804,46.65012407,15.38461538,16.62531017,8.933002481,11.66253102,13.89578164,12.40694789,10.66997519,,43,3,403
+sp|O96018|APBA3_HUMAN,9.565217391,2.086956522,5.565217391,8.173913043,1.565217391,8.869565217,3.652173913,4.695652174,1.217391304,10.43478261,2.086956522,1.217391304,9.391304348,4.52173913,5.913043478,8,5.043478261,5.739130435,0.695652174,1.565217391,,47.30434783,30.26086957,55.47826087,13.73913043,10.7826087,5.739130435,15.13043478,24.17391304,3.826086957,13.04347826,,75,1,575
+sp|O95714|HERC2_HUMAN,7.84029789,2.399669011,5.812991312,6.164666942,2.647910633,8.191973521,2.523789822,4.530409599,4.985519239,11.3156806,1.758378155,2.751344642,4.840711626,4.42697559,5.275134464,8.543649152,5.254447662,7.323127844,1.613570542,1.799751758,,49.42076955,31.94042201,52.95821266,11.97765825,12.78444353,7.178320232,15.84609019,23.35539926,6.061232933,13.79809681,,667,3,4834
+sp|Q01081|U2AF1_HUMAN,4.166666667,3.75,5.416666667,10.41666667,5.416666667,10.83333333,2.916666667,2.916666667,4.166666667,5,2.5,5,2.083333333,2.5,15,7.083333333,2.5,4.583333333,0.416666667,3.333333333,,42.91666667,45.41666667,45.41666667,15.83333333,22.08333333,7.5,7.916666667,19.58333333,9.166666667,9.583333333,,23,2,240
+sp|Q8WU68|U2AF4_HUMAN,3.181818182,4.545454545,4.545454545,9.090909091,6.363636364,7.727272727,6.363636364,2.272727273,2.727272727,5.909090909,1.818181818,5.909090909,4.090909091,4.545454545,10,5.909090909,4.090909091,6.363636364,0.909090909,3.636363636,,42.72727273,43.18181818,46.36363636,13.63636364,19.09090909,10.45454545,8.181818182,17.27272727,10.90909091,10,,22,2,220
+sp|P0DN76|U2AF5_HUMAN,4.166666667,3.75,5.416666667,10.41666667,5.416666667,10.83333333,2.916666667,2.916666667,4.166666667,5,2.5,5,2.083333333,2.5,15,7.083333333,2.5,4.583333333,0.416666667,3.333333333,,42.91666667,45.41666667,45.41666667,15.83333333,22.08333333,7.5,7.916666667,19.58333333,9.166666667,9.583333333,,23,2,240
+tr|M0R2N4|M0R2N4_HUMAN,6.18556701,8.24742268,3.092783505,4.12371134,6.18556701,5.154639175,4.12371134,3.092783505,6.18556701,5.154639175,2.06185567,4.12371134,8.24742268,3.092783505,10.30927835,11.34020619,4.12371134,3.092783505,0,2.06185567,,41.2371134,35.05154639,53.60824742,7.216494845,20.6185567,7.216494845,8.24742268,14.43298969,8.24742268,15.46391753,,15,2,97
+sp|Q96D46|NMD3_HUMAN,5.168986083,4.174950298,6.560636183,6.361829026,2.982107356,3.976143141,3.180914513,6.560636183,7.355864811,8.747514911,2.783300199,4.373757455,3.777335984,6.163021869,5.168986083,6.75944334,4.373757455,7.355864811,1.192842942,2.982107356,,45.92445328,39.16500994,46.52087475,12.92246521,15.70576541,10.53677932,15.30815109,16.50099404,7.157057654,11.1332008,,56,2,503
+sp|Q9ULH1|ASAP1_HUMAN,5.048715678,1.505757307,6.377325066,6.731620903,2.568644818,5.314437555,2.214348981,4.340124004,8.945969885,11.16031887,1.15146147,4.162976085,7.883082374,5.757307352,3.985828167,9.388839681,6.643046944,4.074402126,0.797165633,1.948627104,,37.90965456,38.17537644,50.39858282,13.10894597,15.14614703,9.920283437,15.50044287,14.43755536,5.314437555,16.03188663,,181,1,1129
+sp|Q96T23|RSF1_HUMAN,4.441360167,1.87369882,7.633587786,15.19777932,1.804302568,4.163775156,0.971547536,4.371963914,11.17279667,7.009021513,1.318528799,3.46981263,5.759888966,3.331020125,6.176266482,10.13185288,5.06592644,4.094378904,0.555170021,1.457321305,,31.08952117,47.95281055,46.63428175,22.83136711,18.32061069,6.800832755,11.38098543,12.69951423,3.816793893,15.19777932,,219,1,1441
+sp|O00629|IMA3_HUMAN,6.909788868,1.727447217,7.101727447,6.333973129,2.879078695,4.798464491,2.687140115,7.869481766,4.222648752,10.74856046,1.343570058,6.717850288,4.990403071,6.909788868,3.646833013,5.75815739,4.414587332,8.637236084,1.151631478,1.151631478,,47.2168906,37.61996161,51.05566219,13.43570058,10.55662188,13.62763916,18.61804223,20.34548944,5.182341651,10.17274472,,53,1,521
+sp|Q6ZUV0|BACHL_HUMAN,7.142857143,3.174603175,3.571428571,7.936507937,2.380952381,4.365079365,3.174603175,5.555555556,6.349206349,6.349206349,3.571428571,5.555555556,3.571428571,3.571428571,4.761904762,7.53968254,7.53968254,10.31746032,1.19047619,2.380952381,,46.42857143,34.92063492,52.77777778,11.50793651,14.28571429,9.126984127,11.9047619,21.82539683,5.952380952,15.07936508,,38,1,252
+sp|P42224|STAT1_HUMAN,3.6,1.333333333,5.066666667,8.666666667,4.533333333,3.6,2.133333333,4.933333333,7.333333333,12,2.533333333,6,4.666666667,7.2,4.533333333,6.666666667,4.8,6,2,2.4,,42.93333333,40.93333333,41.73333333,13.73333333,14,13.2,16.93333333,13.2,8.933333333,11.46666667,,86,1,750
+sp|Q15459|SF3A1_HUMAN,6.809583859,0.126103405,4.791929382,10.34047919,3.15258512,3.783102144,1.387137453,5.548549811,7.440100883,4.918032787,2.774274905,3.026481715,14.75409836,6.935687264,4.413619168,5.044136192,4.413619168,7.692307692,0.630517024,2.017654477,,37.45271122,38.33543506,50.44136192,15.13240858,13.2408575,9.962168979,10.4665826,18.28499369,5.80075662,9.457755359,,75,2,793
+sp|O00170|AIP_HUMAN,9.393939394,2.424242424,6.96969697,8.484848485,2.727272727,5.454545455,3.636363636,5.454545455,7.272727273,9.696969697,2.424242424,2.424242424,4.545454545,6.666666667,5.757575758,3.333333333,2.727272727,6.060606061,1.212121212,3.333333333,,48.18181818,41.21212121,43.33333333,15.45454545,16.66666667,9.090909091,15.15151515,20.90909091,7.272727273,6.060606061,,20,3,330
+sp|Q96N64|PWP2A_HUMAN,8.476821192,1.059602649,3.973509934,8.344370861,2.516556291,5.298013245,1.456953642,2.913907285,9.006622517,6.092715232,1.589403974,3.841059603,10.72847682,4.238410596,5.165562914,11.52317881,5.430463576,6.357615894,0.662251656,1.324503311,,36.29139073,36.02649007,56.68874172,12.31788079,15.62913907,8.079470199,9.006622517,20.13245033,4.503311258,16.95364238,,128,1,755
+sp|Q9NWQ4|GPT2L_HUMAN,8.298755187,3.319502075,5.809128631,8.091286307,2.904564315,4.149377593,3.319502075,1.452282158,6.639004149,7.053941909,1.659751037,2.904564315,5.809128631,3.734439834,9.128630705,12.2406639,6.22406639,4.149377593,1.867219917,1.244813278,,36.09958506,39.62655602,52.90456432,13.90041494,19.08713693,6.639004149,8.506224066,16.59751037,6.01659751,18.46473029,,89,2,482
+sp|P63261|ACTG_HUMAN,7.733333333,1.6,5.333333333,7.733333333,3.466666667,7.466666667,2.4,7.733333333,5.066666667,7.2,4.533333333,2.4,5.066666667,3.2,4.8,6.666666667,6.933333333,5.6,1.066666667,4,,50.4,30.93333333,48.8,13.06666667,12.26666667,5.6,14.93333333,20.8,8.533333333,13.6,,51,7,375
+sp|O15164|TIF1A_HUMAN,5.80952381,3.238095238,4.666666667,6.666666667,3.238095238,4.285714286,2.571428571,4.571428571,6.285714286,7.80952381,1.904761905,4.952380952,9.047619048,7.333333333,4.666666667,10,4.571428571,5.904761905,0.666666667,1.80952381,,39.23809524,37.14285714,52.47619048,11.33333333,13.52380952,12.28571429,12.38095238,16,5.714285714,14.57142857,,153,1,1050
+sp|Q9UN86|G3BP2_HUMAN,3.526970954,0.20746888,4.771784232,12.03319502,3.941908714,9.543568465,2.697095436,2.697095436,4.564315353,5.394190871,2.489626556,4.356846473,10.1659751,4.356846473,8.713692946,6.846473029,3.319502075,7.883817427,0.20746888,2.282157676,,38.17427386,41.49377593,50.62240664,16.80497925,15.97510373,8.713692946,8.091286307,20.95435685,6.43153527,10.1659751,,49,2,482
+sp|O43719|HTSF1_HUMAN,5.165562914,1.324503311,11.78807947,18.14569536,4.105960265,7.284768212,1.19205298,2.119205298,9.006622517,6.092715232,1.324503311,3.311258278,3.708609272,2.913907285,4.768211921,8.079470199,3.57615894,3.311258278,0.927152318,1.854304636,,33.50993377,51.12582781,47.54966887,29.93377483,14.96688742,6.225165563,8.21192053,15.7615894,6.887417219,11.65562914,,88,2,755
+sp|P18858|DNLI1_HUMAN,8.269858542,1.19695321,5.223068553,10.88139282,2.720348205,6.202393906,1.305767138,3.808487486,7.725788901,9.57562568,0.979325354,1.741022851,7.834602829,4.570184984,6.311207835,7.834602829,4.896626768,6.202393906,0.761697497,1.958650707,,41.67573449,37.75843308,49.40152339,16.10446137,15.34276387,6.311207835,13.38411317,20.67464635,5.440696409,12.7312296,,117,2,919
+sp|Q86SQ4|AGRG6_HUMAN,5.651105651,2.948402948,4.013104013,4.095004095,5.814905815,5.15970516,1.801801802,6.47010647,5.241605242,10.48321048,1.801801802,8.026208026,3.849303849,3.276003276,3.43980344,10.4013104,5.733005733,6.715806716,2.047502048,3.03030303,,50.12285012,29.89352989,52.4979525,8.108108108,10.48321048,11.3022113,16.95331695,17.52661753,10.89271089,16.13431613,,197,1,1221
+sp|Q8WVT3|TPC12_HUMAN,10.47619048,1.088435374,5.442176871,8.027210884,4.081632653,8.571428571,1.904761905,2.31292517,3.401360544,9.931972789,2.993197279,3.129251701,8.027210884,5.442176871,5.034013605,8.163265306,3.673469388,5.578231293,0.544217687,2.176870748,,47.75510204,32.38095238,54.14965986,13.46938776,10.34013605,8.571428571,12.24489796,24.62585034,6.802721088,11.83673469,,87,1,735
+sp|Q9H6Z4|RANB3_HUMAN,12.34567901,1.058201058,5.643738977,10.05291005,2.292768959,6.525573192,1.410934744,1.940035273,5.114638448,7.054673721,1.587301587,3.703703704,8.465608466,5.643738977,4.585537919,11.4638448,5.291005291,4.409171076,0.529100529,0.881834215,,38.62433862,36.15520282,58.90652557,15.69664903,11.11111111,9.347442681,8.994708995,23.28042328,3.703703704,16.75485009,,95,1,567
+sp|Q9BW71|HIRP3_HUMAN,7.553956835,1.079136691,4.856115108,15.28776978,1.079136691,8.45323741,1.258992806,1.438848921,9.892086331,5.755395683,1.258992806,1.798561151,5.575539568,3.237410072,11.33093525,12.58992806,2.877697842,3.057553957,0.539568345,1.079136691,,31.29496403,47.6618705,47.84172662,20.14388489,22.48201439,5.035971223,7.194244604,19.0647482,2.697841727,15.4676259,,86,2,556
+sp|Q16666|IF16_HUMAN,4.203821656,1.01910828,3.821656051,8.025477707,4.840764331,4.713375796,2.420382166,5.605095541,11.33757962,6.751592357,3.694267516,4.713375796,7.261146497,3.694267516,3.566878981,8.662420382,8.025477707,5.859872611,0,1.78343949,,38.47133758,37.57961783,48.28025478,11.84713376,17.32484076,8.407643312,12.3566879,14.77707006,6.624203822,16.68789809,,131,2,785
+sp|Q16666|IF16_HUMAN,4.203821656,1.01910828,3.821656051,8.025477707,4.840764331,4.713375796,2.420382166,5.605095541,11.33757962,6.751592357,3.694267516,4.713375796,7.261146497,3.694267516,3.566878981,8.662420382,8.025477707,5.859872611,0,1.78343949,,38.47133758,37.57961783,48.28025478,11.84713376,17.32484076,8.407643312,12.3566879,14.77707006,6.624203822,16.68789809,,131,3,785
+sp|P11388|TOP2A_HUMAN,4.702808622,0.849118223,6.727629001,8.033964729,3.788373612,5.486610059,1.567602874,5.486610059,11.69170477,8.033964729,2.54735467,5.160026127,4.833442195,3.657740039,4.37622469,6.858262573,5.943827564,6.270411496,1.175702155,2.808621816,,41.14957544,41.21489223,46.83213586,14.76159373,17.63553233,8.817766166,13.52057479,16.45983018,7.772697583,12.80209014,,196,2,1531
+sp|Q6KC79|NIPBL_HUMAN,5.02853067,1.283880171,6.740370899,7.524964337,2.496433666,4.315263909,2.211126961,4.636233951,8.77318117,8.77318117,2.853067047,4.778887304,5.206847361,5.456490728,5.77746077,10.55634807,5.420827389,5.634807418,0.392296719,2.139800285,,37.55349501,41.26248217,48.9657632,14.26533524,16.7617689,10.23537803,13.40941512,14.978602,5.02853067,15.97717546,,448,3,2804
+sp|Q9P2I0|CPSF2_HUMAN,5.115089514,1.918158568,7.800511509,9.079283887,3.58056266,6.010230179,2.429667519,6.393861893,7.289002558,10.74168798,2.429667519,2.557544757,4.347826087,4.731457801,4.475703325,6.905370844,4.475703325,6.138107417,0.895140665,2.685421995,,45.90792839,38.36317136,45.2685422,16.8797954,14.1943734,7.289002558,17.13554987,17.26342711,7.16112532,11.38107417,,89,3,782
+sp|Q16778|H2B2E_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,6.349206349,0,3.968253968,,40.47619048,37.3015873,49.20634921,7.936507937,24.6031746,4.761904762,10.31746032,22.22222222,5.555555556,17.46031746,,22,3,126
+sp|Q6DN03|H2B2C_HUMAN,8.808290155,4.663212435,1.554404145,3.10880829,4.14507772,5.18134715,2.590673575,3.10880829,9.844559585,5.699481865,2.07253886,2.590673575,10.3626943,2.07253886,10.3626943,11.91709845,4.663212435,4.14507772,1.03626943,2.07253886,,40.93264249,32.12435233,53.88601036,4.663212435,22.79792746,4.663212435,8.808290155,18.13471503,7.25388601,16.58031088,,32,1,193
+sp|P06899|H2B1J_HUMAN,11.11111111,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,10.31746032,6.349206349,6.349206349,0,3.968253968,,41.26984127,37.3015873,49.20634921,7.936507937,24.6031746,4.761904762,10.31746032,23.01587302,5.555555556,16.66666667,,21,3,126
+sp|P23527|H2B1O_HUMAN,10.31746032,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,6.349206349,0,3.968253968,,40.47619048,37.3015873,50,7.936507937,24.6031746,4.761904762,10.31746032,22.22222222,5.555555556,17.46031746,,22,3,126
+sp|P33778|H2B1B_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,6.349206349,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.9047619,6.349206349,5.555555556,0,3.968253968,,39.68253968,37.3015873,48.41269841,7.936507937,24.6031746,4.761904762,11.11111111,20.63492063,5.555555556,18.25396825,,23,3,126
+sp|Q6DRA6|H2B2D_HUMAN,9.146341463,4.268292683,1.829268293,3.048780488,3.048780488,6.097560976,1.829268293,3.658536585,10.97560976,4.87804878,1.829268293,1.829268293,12.80487805,1.219512195,9.756097561,11.58536585,4.268292683,4.268292683,1.219512195,2.43902439,,40.85365854,30.48780488,56.09756098,4.87804878,22.56097561,3.048780488,8.536585366,19.51219512,6.707317073,15.85365854,,26,1,164
+sp|Q8N257|H2B3B_HUMAN,9.523809524,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,39.68253968,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,3,126
+sp|Q9BWU0|NADAP_HUMAN,5.527638191,1.633165829,6.407035176,12.18592965,2.512562814,7.537688442,1.75879397,2.512562814,8.668341709,9.170854271,1.884422111,2.010050251,7.537688442,4.271356784,5.653266332,8.417085427,5.778894472,3.64321608,0.879396985,2.010050251,,37.31155779,40.95477387,48.49246231,18.59296482,16.08040201,6.281407035,11.68341709,16.70854271,5.40201005,14.1959799,,113,2,796
+sp|O00571|DDX3X_HUMAN,5.589123867,1.057401813,7.250755287,6.193353474,4.682779456,11.48036254,2.114803625,4.682779456,4.833836858,7.099697885,2.114803625,3.625377644,3.625377644,3.021148036,8.3081571,11.32930514,3.625377644,4.682779456,1.057401813,3.625377644,,46.07250755,35.34743202,52.26586103,13.44410876,15.25679758,6.64652568,11.78247734,21.75226586,9.365558912,14.95468278,,99,1,662
+sp|P55010|IF5_HUMAN,5.104408353,1.856148492,7.424593968,11.83294664,2.784222738,4.64037123,2.552204176,6.032482599,11.36890951,6.496519722,2.320185615,5.336426914,5.336426914,2.320185615,4.408352668,5.800464037,3.944315545,7.192575406,0.696055684,2.552204176,,39.67517401,45.24361949,46.63573086,19.2575406,18.32946636,7.656612529,12.52900232,16.93735499,6.032482599,9.744779582,,42,2,431
+sp|P23193|TCEA1_HUMAN,7.641196013,2.657807309,6.312292359,9.302325581,1.993355482,3.986710963,0.332225914,4.318936877,10.63122924,7.641196013,3.986710963,5.980066445,3.322259136,3.322259136,6.644518272,7.641196013,7.641196013,4.318936877,0.664451827,1.661129568,,38.87043189,42.52491694,49.50166113,15.61461794,17.60797342,9.302325581,11.96013289,15.94684385,4.318936877,15.28239203,,46,1,301
+sp|P23193|TCEA1_HUMAN,7.641196013,2.657807309,6.312292359,9.302325581,1.993355482,3.986710963,0.332225914,4.318936877,10.63122924,7.641196013,3.986710963,5.980066445,3.322259136,3.322259136,6.644518272,7.641196013,7.641196013,4.318936877,0.664451827,1.661129568,,38.87043189,42.52491694,49.50166113,15.61461794,17.60797342,9.302325581,11.96013289,15.94684385,4.318936877,15.28239203,,46,4,301
+sp|Q8NFC6|BD1L1_HUMAN,6.588003933,1.245493281,6.293018682,12.6188135,0.852179613,6.68633235,2.130449033,3.572599148,9.341199607,5.40806293,1.540478532,4.097017371,5.244182235,3.50704687,4.260898066,11.6027532,7.833497214,6.260242543,0.065552278,0.852179613,,33.07112422,42.24844313,55.85054081,18.91183219,15.73254671,7.604064241,8.980662078,19.53457883,1.769911504,19.43625041,,593,2,3051
+sp|P06454|PTMA_HUMAN,9.90990991,0,17.11711712,31.53153153,0,8.108108108,0,0.900900901,7.207207207,0.900900901,0.900900901,5.405405405,0.900900901,1.801801802,1.801801802,3.603603604,5.405405405,4.504504505,0,0,,25.22522523,64.86486486,54.95495495,48.64864865,9.009009009,7.207207207,1.801801802,22.52252252,0,9.009009009,,10,2,111
+sp|Q9H307|PININ_HUMAN,4.044630404,0.278940028,4.323570432,15.06276151,1.255230126,4.881450488,1.534170153,2.510460251,8.368200837,5.9972106,1.952580195,2.789400279,4.60251046,7.391910739,10.73919107,14.50488145,3.905160391,5.439330544,0.139470014,0.278940028,,26.77824268,50.20920502,44.76987448,19.38633194,20.64156206,10.18131102,8.507670851,14.36541144,1.673640167,18.41004184,,132,1,717
+sp|Q9Y3X0|CCDC9_HUMAN,7.721280603,0.376647834,5.084745763,15.63088512,1.506591337,9.416195857,2.448210923,2.071563089,4.896421846,4.143126177,1.506591337,2.071563089,10.54613936,3.95480226,11.67608286,7.721280603,3.578154426,2.63653484,2.071563089,0.941619586,,32.39171375,45.76271186,49.15254237,20.71563089,19.02071563,6.026365348,6.214689266,19.7740113,4.519774011,11.29943503,,60,1,531
+sp|Q15653|IKBB_HUMAN,12.92134831,1.966292135,8.146067416,8.146067416,1.123595506,9.550561798,3.93258427,1.404494382,2.247191011,12.64044944,1.404494382,1.404494382,8.988764045,2.247191011,5.898876404,5.617977528,4.494382022,4.775280899,0.842696629,2.247191011,,48.87640449,32.02247191,57.86516854,16.29213483,12.07865169,3.651685393,14.04494382,27.24719101,4.213483146,10.11235955,,36,7,356
+sp|O94826|TOM70_HUMAN,12.33552632,1.973684211,5.756578947,8.059210526,2.796052632,6.743421053,1.315789474,4.111842105,9.539473684,9.539473684,2.796052632,4.111842105,3.947368421,6.25,4.111842105,5.098684211,3.125,3.782894737,0.657894737,3.947368421,,48.68421053,39.14473684,46.875,13.81578947,14.96710526,10.36184211,13.65131579,22.86184211,7.401315789,8.223684211,,50,1,608
+sp|Q99733|NP1L4_HUMAN,6.4,0.8,8.533333333,13.6,6.4,4.8,2.4,4.266666667,8.533333333,5.866666667,1.6,4,5.6,2.933333333,3.733333333,5.6,5.333333333,6.666666667,0.8,2.133333333,,39.73333333,43.73333333,47.73333333,22.13333333,14.66666667,6.933333333,10.13333333,17.86666667,9.333333333,10.93333333,,41,3,375
+sp|Q7L1Q6|BZW1_HUMAN,8.114558473,0.715990453,4.534606205,10.50119332,5.489260143,4.77326969,0.954653938,4.295942721,10.26252983,10.97852029,3.102625298,4.534606205,2.14797136,5.489260143,3.579952267,5.250596659,4.534606205,6.443914081,1.193317422,3.102625298,,48.21002387,39.85680191,41.05011933,15.03579952,14.79713604,10.02386635,15.27446301,19.33174224,9.785202864,9.785202864,,41,2,419
+sp|P68363|TBA1B_HUMAN,7.982261641,2.66075388,5.986696231,8.203991131,4.4345898,7.982261641,2.88248337,5.986696231,4.21286031,7.095343681,2.2172949,3.54767184,4.4345898,3.54767184,4.65631929,5.099778271,6.430155211,7.538802661,0.88691796,4.21286031,,50.99778271,33.03769401,51.66297118,14.19068736,11.75166297,7.095343681,13.08203991,23.50332594,9.534368071,11.52993348,,52,3,451
+sp|Q71U36|TBA1A_HUMAN,7.982261641,2.66075388,5.986696231,8.203991131,4.4345898,8.203991131,2.88248337,5.986696231,4.21286031,7.095343681,2.2172949,3.54767184,4.4345898,3.54767184,4.65631929,4.65631929,6.651884701,7.538802661,0.88691796,4.21286031,,51.2195122,33.03769401,51.66297118,14.19068736,11.75166297,7.095343681,13.08203991,23.72505543,9.534368071,11.30820399,,51,3,451
+sp|Q9BQE3|TBA1C_HUMAN,8.46325167,2.672605791,6.458797327,7.572383073,4.454342984,7.795100223,2.89532294,5.79064588,4.231625835,7.126948775,2.227171492,3.563474388,4.454342984,3.563474388,4.677060134,4.677060134,6.904231626,7.349665924,0.890868597,4.231625835,,51.00222717,32.96213808,52.33853007,14.0311804,11.80400891,7.126948775,12.91759465,23.60801782,9.576837416,11.58129176,,52,3,449
+sp|O60841|IF2P_HUMAN,6.06557377,0.655737705,7.295081967,14.91803279,2.213114754,5.327868852,1.393442623,5.655737705,15,7.049180328,1.803278689,2.868852459,3.93442623,4.344262295,4.262295082,5.819672131,4.016393443,5.655737705,0.409836066,1.31147541,,36.14754098,50.08196721,41.63934426,22.21311475,20.6557377,7.213114754,12.70491803,17.04918033,3.93442623,9.836065574,,120,3,1220
+sp|Q5T0Z8|CF132_HUMAN,10.43771044,0.673400673,2.609427609,5.976430976,2.356902357,8.333333333,1.851851852,1.767676768,4.966329966,8.080808081,0.673400673,2.356902357,19.27609428,3.198653199,5.723905724,9.427609428,6.64983165,3.61952862,0.589225589,1.430976431,,37.96296296,26.68350168,63.38383838,8.585858586,12.54208754,5.555555556,9.848484848,22.39057239,4.377104377,16.07744108,,191,1,1188
+sp|Q9UK45|LSM7_HUMAN,3.883495146,1.941747573,10.67961165,5.825242718,2.912621359,7.766990291,0,7.766990291,9.708737864,10.67961165,2.912621359,1.941747573,4.854368932,6.796116505,4.854368932,3.883495146,4.854368932,5.825242718,0,2.912621359,,46.60194175,39.80582524,45.63106796,16.50485437,14.5631068,8.737864078,18.44660194,17.47572816,5.825242718,8.737864078,,9,1,103
+sp|Q9Y6I3|EPN1_HUMAN,11.63194444,0.347222222,5.729166667,6.597222222,2.083333333,9.201388889,0.868055556,1.5625,3.645833333,7.638888889,2.604166667,2.604166667,14.75694444,3.125,4.513888889,8.854166667,6.423611111,4.513888889,2.083333333,1.215277778,,42.88194444,27.08333333,64.0625,12.32638889,9.027777778,5.729166667,9.201388889,25.34722222,5.381944444,15.27777778,,88,1,576
+sp|Q14978|NOLC1_HUMAN,12.58941345,0,5.579399142,9.585121602,1.287553648,4.577968526,0.143061516,1.144492132,15.87982833,2.861230329,0.429184549,2.575107296,8.86981402,4.005722461,3.147353362,16.73819742,4.43490701,5.293276109,0.286123033,0.572246066,,29.04148784,40.91559371,60.65808298,15.16452074,19.1702432,6.580829757,4.005722461,22.46065808,2.145922747,21.17310443,,148,1,699
+sp|Q14978|NOLC1_HUMAN,12.58941345,0,5.579399142,9.585121602,1.287553648,4.577968526,0.143061516,1.144492132,15.87982833,2.861230329,0.429184549,2.575107296,8.86981402,4.005722461,3.147353362,16.73819742,4.43490701,5.293276109,0.286123033,0.572246066,,29.04148784,40.91559371,60.65808298,15.16452074,19.1702432,6.580829757,4.005722461,22.46065808,2.145922747,21.17310443,,148,3,699
+sp|Q14444|CAPR1_HUMAN,6.911142454,0.423131171,4.090267983,8.039492243,2.538787024,6.911142454,1.97461213,1.833568406,3.94922426,6.488011283,2.538787024,5.218617772,8.32157969,11.28349788,4.795486601,9.167842031,5.641748942,6.205923836,0.282087447,3.385049365,,37.51763047,39.35119887,52.89139633,12.12976023,10.71932299,16.50211566,8.32157969,20.02820874,6.205923836,14.80959097,,105,1,709
+sp|P04075|ALDOA_HUMAN,11.53846154,2.197802198,3.846153846,6.593406593,2.197802198,8.241758242,2.472527473,5.494505495,7.142857143,9.340659341,1.098901099,3.846153846,5.21978022,4.67032967,4.120879121,5.494505495,6.043956044,6.043956044,0.824175824,3.571428571,,50.54945055,32.69230769,52.47252747,10.43956044,13.73626374,8.516483516,14.83516484,25.82417582,6.593406593,11.53846154,,42,2,364
+sp|O43310|CTIF_HUMAN,5.518394649,1.672240803,5.852842809,8.695652174,2.842809365,6.18729097,3.344481605,3.511705686,5.685618729,9.197324415,3.010033445,3.846153846,6.02006689,6.02006689,7.190635452,8.695652174,6.52173913,3.511705686,1.170568562,1.505016722,,38.1270903,40.63545151,47.82608696,14.54849498,16.22073579,9.866220736,12.7090301,15.2173913,5.518394649,15.2173913,,91,1,598
+sp|P51858|HDGF_HUMAN,7.916666667,0.833333333,5,19.58333333,3.333333333,8.333333333,1.25,1.666666667,11.25,4.583333333,1.666666667,3.75,8.75,2.083333333,4.166666667,6.666666667,2.916666667,3.333333333,0.833333333,2.083333333,,34.58333333,47.08333333,47.5,24.58333333,16.66666667,5.833333333,6.25,19.58333333,6.25,9.583333333,,23,1,240
+sp|P51858|HDGF_HUMAN,7.916666667,0.833333333,5,19.58333333,3.333333333,8.333333333,1.25,1.666666667,11.25,4.583333333,1.666666667,3.75,8.75,2.083333333,4.166666667,6.666666667,2.916666667,3.333333333,0.833333333,2.083333333,,34.58333333,47.08333333,47.5,24.58333333,16.66666667,5.833333333,6.25,19.58333333,6.25,9.583333333,,23,3,240
+sp|Q9Y5J1|UTP18_HUMAN,7.913669065,1.438848921,5.395683453,7.73381295,3.597122302,6.474820144,2.158273381,3.956834532,7.73381295,7.553956835,3.237410072,5.215827338,5.755395683,2.877697842,7.014388489,8.09352518,3.956834532,7.014388489,0.71942446,2.158273381,,44.0647482,38.1294964,51.25899281,13.1294964,16.90647482,8.09352518,11.51079137,21.4028777,6.474820144,12.05035971,,67,3,556
+sp|Q96HE9|PRR11_HUMAN,4.166666667,2.5,3.055555556,3.611111111,2.777777778,3.055555556,1.666666667,4.444444444,9.722222222,11.66666667,1.666666667,3.333333333,13.05555556,5,5.555555556,10,7.5,5.277777778,1.388888889,0.555555556,,37.5,31.94444444,51.94444444,6.666666667,16.94444444,8.333333333,16.11111111,12.5,4.722222222,17.5,,63,1,360
+tr|J3QRE1|J3QRE1_HUMAN,2.727272727,1.818181818,2.727272727,6.363636364,3.636363636,7.272727273,0,0.909090909,7.272727273,10.90909091,2.727272727,2.727272727,13.63636364,5.454545455,7.272727273,1.818181818,8.181818182,10,0.909090909,3.636363636,,44.54545455,31.81818182,50.90909091,9.090909091,14.54545455,8.181818182,11.81818182,20,8.181818182,10,,11,1,110
+sp|Q8TBC4|UBA3_HUMAN,6.26349892,2.591792657,5.399568035,7.127429806,4.75161987,6.479481641,1.727861771,6.479481641,4.75161987,10.1511879,1.943844492,4.967602592,6.047516199,4.319654428,5.183585313,5.183585313,6.047516199,6.911447084,1.079913607,2.591792657,,49.24406048,33.47732181,49.89200864,12.52699784,11.66306695,9.287257019,16.63066955,19.65442765,8.423326134,11.23110151,,52,1,463
+sp|Q92797|SYMPK_HUMAN,8.477237049,1.177394035,4.866562009,8.163265306,2.51177394,4.788069074,1.569858713,5.651491366,6.593406593,12.95133438,2.747252747,2.825745683,6.985871272,5.102040816,5.102040816,6.985871272,4.709576138,6.436420722,0.549450549,1.80533752,,47.09576138,34.22291994,47.25274725,13.02982732,13.26530612,7.927786499,18.60282575,19.70172684,4.866562009,11.69544741,,149,2,1274
+sp|Q9Y5B6|PAXB1_HUMAN,5.34351145,0.872410033,6.434023991,10.57797165,3.598691385,6.106870229,1.526717557,4.689203926,8.069792803,8.942202835,2.071973828,4.79825518,4.79825518,4.689203926,6.761177754,7.960741549,4.034896401,4.689203926,0.872410033,3.162486369,,40.34896401,42.85714286,45.03816794,17.01199564,16.35768811,9.487459106,13.63140676,16.13958561,7.633587786,11.99563795,,110,2,917
+sp|P49915|GUAA_HUMAN,5.627705628,1.875901876,4.906204906,7.792207792,4.184704185,7.503607504,2.453102453,7.792207792,6.926406926,8.658008658,1.875901876,3.896103896,5.483405483,3.03030303,5.050505051,5.916305916,6.204906205,8.513708514,0.432900433,1.875901876,,48.34054834,34.05483405,49.92784993,12.6984127,14.43001443,6.926406926,16.45021645,21.64502165,6.493506494,12.12121212,,84,1,693
+sp|Q5VUA4|ZN318_HUMAN,5.660377358,1.272487933,5.353225099,9.039052216,2.36946029,5.748135147,2.413339184,3.641948223,7.415533129,8.205353225,1.360245722,3.027643703,9.477841158,3.598069329,6.625713032,12.76875823,4.782799473,5.089951733,0.482667837,1.667397982,,35.49802545,37.47257569,53.18121983,14.39227731,16.45458534,6.625713032,11.84730145,16.49846424,4.519526108,17.5515577,,400,2,2279
+sp|P49736|MCM2_HUMAN,7.632743363,1.327433628,6.526548673,9.623893805,3.318584071,5.973451327,2.876106195,5.752212389,4.756637168,8.738938053,2.986725664,3.982300885,4.424778761,4.092920354,7.632743363,6.969026549,3.982300885,6.526548673,0.221238938,2.654867257,,45.13274336,39.49115044,47.34513274,16.15044248,15.26548673,8.075221239,14.49115044,20.13274336,6.194690265,10.95132743,,99,1,904
+sp|O60341|KDM1A_HUMAN,10.21126761,1.056338028,3.755868545,8.215962441,3.169014085,7.746478873,1.76056338,3.755868545,5.985915493,9.272300469,1.76056338,3.638497653,7.629107981,5.046948357,5.046948357,6.220657277,5.164319249,7.042253521,1.056338028,2.464788732,,47.53521127,33.45070423,52.46478873,11.97183099,12.79342723,8.685446009,13.02816901,25,6.690140845,11.38497653,,97,1,852
+sp|Q15785|TOM34_HUMAN,11.00323625,2.265372168,4.530744337,8.090614887,1.618122977,3.883495146,1.618122977,2.588996764,9.708737864,10.67961165,1.618122977,5.501618123,4.530744337,3.55987055,6.148867314,8.737864078,3.236245955,5.825242718,0.647249191,4.207119741,,44.33656958,39.15857605,49.51456311,12.62135922,17.47572816,9.061488673,13.26860841,20.71197411,6.472491909,11.97411003,,37,2,309
+sp|P41250|GARS_HUMAN,7.98376184,1.759133965,5.683355886,7.713125846,5.142083897,5.953991881,2.029769959,4.871447903,7.036535859,9.607577808,2.706359946,3.382949932,5.277401894,4.059539919,5.953991881,5.818673884,4.465493911,7.171853857,0.541271989,2.841677943,,48.57916103,35.85926928,47.49661705,13.39648173,15.0202977,7.442489851,14.47902571,21.10960758,8.525033829,10.28416779,,76,1,739
+sp|Q6UN15|FIP1_HUMAN,5.723905724,0.336700337,7.239057239,11.11111111,2.525252525,7.407407407,2.525252525,2.861952862,5.218855219,4.208754209,0.505050505,3.703703704,9.932659933,2.02020202,9.764309764,9.764309764,6.565656566,4.713804714,1.178451178,2.693602694,,32.15488215,41.58249158,55.38720539,18.35016835,17.50841751,5.723905724,7.070707071,17.84511785,6.397306397,16.32996633,,97,1,594
+tr|A0A0B4J203|A0A0B4J203_HUMAN,4.946996466,0.824499411,8.362779741,8.244994111,2.826855124,7.53828033,1.766784452,4.946996466,6.595995289,8.127208481,2.473498233,4.240282686,5.300353357,2.355712603,4.711425206,9.658421673,5.771495878,6.007067138,1.295641932,4.004711425,,42.99175501,36.27797409,52.65017668,16.60777385,13.07420495,6.595995289,13.07420495,18.49234393,8.127208481,15.42991755,,131,3,849
+sp|Q6UN15|FIP1_HUMAN,5.723905724,0.336700337,7.239057239,11.11111111,2.525252525,7.407407407,2.525252525,2.861952862,5.218855219,4.208754209,0.505050505,3.703703704,9.932659933,2.02020202,9.764309764,9.764309764,6.565656566,4.713804714,1.178451178,2.693602694,,32.15488215,41.58249158,55.38720539,18.35016835,17.50841751,5.723905724,7.070707071,17.84511785,6.397306397,16.32996633,,97,5,594
+sp|Q9HC44|GPBL1_HUMAN,5.696202532,1.265822785,5.063291139,9.071729958,4.430379747,7.594936709,4.008438819,1.476793249,7.383966245,6.329113924,1.476793249,4.852320675,8.016877637,2.742616034,5.485232068,13.5021097,5.063291139,4.008438819,1.898734177,0.632911392,,34.81012658,38.60759494,55.06329114,14.1350211,16.87763713,7.594936709,7.805907173,17.29957806,6.962025316,18.56540084,,88,1,474
+sp|P52788|SPSY_HUMAN,4.918032787,2.18579235,8.196721311,7.37704918,2.459016393,8.196721311,1.366120219,6.557377049,7.37704918,10.92896175,2.732240437,3.005464481,3.278688525,3.825136612,3.825136612,5.464480874,4.644808743,7.103825137,1.366120219,5.191256831,,51.63934426,34.9726776,46.99453552,15.57377049,12.56830601,6.830601093,17.4863388,20.21857923,9.016393443,10.10928962,,37,1,366
+sp|Q99618|CDCA3_HUMAN,4.850746269,0,4.47761194,8.208955224,1.492537313,6.71641791,1.865671642,1.865671642,5.597014925,9.701492537,1.492537313,2.985074627,14.17910448,5.970149254,5.970149254,12.68656716,5.970149254,4.850746269,1.119402985,0,,32.08955224,35.07462687,56.71641791,12.68656716,13.43283582,8.955223881,11.56716418,16.41791045,2.611940299,18.65671642,,50,2,268
+sp|O00499|BIN1_HUMAN,9.443507589,0.674536256,4.890387858,9.443507589,3.372681282,6.576728499,1.854974705,2.023608769,7.41989882,8.431703204,1.517706577,4.047217538,9.10623946,6.745362563,2.529510961,6.913996627,5.733558179,6.408094435,1.517706577,1.349072513,,41.3153457,36.93086003,53.79426644,14.33389545,11.80438449,10.7925801,10.45531197,22.42833052,6.239460371,12.64755481,,75,1,593
+sp|P55197|AF10_HUMAN,6.741573034,1.966292135,3.183520599,4.400749064,2.059925094,8.239700375,3.745318352,2.902621723,4.962546816,7.677902622,1.310861423,5.243445693,6.741573034,8.052434457,3.370786517,14.88764045,6.647940075,5.805243446,0.374531835,1.685393258,,38.76404494,32.9588015,59.45692884,7.584269663,12.07865169,13.29588015,10.58052434,20.78651685,4.119850187,21.53558052,,230,1,1068
+sp|Q53T59|H1BP3_HUMAN,8.928571429,0.510204082,7.397959184,9.43877551,3.571428571,6.12244898,1.785714286,3.06122449,6.887755102,10.20408163,1.530612245,1.020408163,10.20408163,5.612244898,4.846938776,7.908163265,2.806122449,6.887755102,0,1.275510204,,42.09183673,36.98979592,51.78571429,16.83673469,13.52040816,6.632653061,13.26530612,21.93877551,4.846938776,10.71428571,,42,1,392
+sp|Q8IUR0|TPPC5_HUMAN,14.36170213,1.063829787,2.659574468,8.510638298,5.319148936,5.85106383,2.127659574,3.723404255,5.85106383,11.70212766,1.063829787,2.127659574,2.127659574,2.659574468,9.042553191,5.85106383,5.85106383,7.978723404,1.063829787,1.063829787,,53.19148936,32.9787234,47.87234043,11.17021277,17.0212766,4.787234043,15.42553191,28.19148936,7.446808511,11.70212766,,22,1,188
+sp|P62987|RL40_HUMAN,3.90625,3.90625,4.6875,5.46875,1.5625,5.46875,2.34375,7.8125,13.28125,10.15625,1.5625,4.6875,4.6875,6.25,7.8125,3.125,6.25,4.6875,0,2.34375,,41.40625,44.53125,41.40625,10.15625,23.4375,10.9375,17.96875,14.0625,3.90625,9.375,,12,3,128
+sp|P0CG47|UBB_HUMAN,2.620087336,0.436681223,6.550218341,7.860262009,2.620087336,7.860262009,1.310043668,9.170305677,9.170305677,11.79039301,1.310043668,2.620087336,3.930131004,7.860262009,5.240174672,3.930131004,9.170305677,5.240174672,0,1.310043668,,42.3580786,40.61135371,42.3580786,14.41048035,15.72052402,10.48034934,20.96069869,15.72052402,3.930131004,13.10043668,,30,9,229
+tr|A0A2R8Y422|A0A2R8Y422_HUMAN,3.846153846,4.487179487,6.41025641,5.769230769,3.205128205,6.41025641,3.205128205,5.128205128,15.38461538,9.615384615,1.923076923,3.205128205,3.205128205,3.846153846,5.769230769,4.487179487,5.769230769,4.487179487,0,3.846153846,,42.94871795,43.58974359,42.30769231,12.17948718,24.35897436,7.051282051,14.74358974,14.74358974,7.051282051,10.25641026,,16,3,156
+sp|P0CG48|UBC_HUMAN,2.627737226,0,6.569343066,7.883211679,2.627737226,7.883211679,1.313868613,9.197080292,9.197080292,11.82481752,1.313868613,2.627737226,3.941605839,7.883211679,5.255474453,3.941605839,9.197080292,5.401459854,0,1.313868613,,42.18978102,40.72992701,42.18978102,14.45255474,15.76642336,10.51094891,21.02189781,15.91240876,3.941605839,13.13868613,,90,27,685
+sp|P62979|RS27A_HUMAN,3.846153846,3.846153846,5.769230769,6.41025641,3.205128205,6.41025641,2.564102564,5.128205128,16.02564103,8.333333333,1.282051282,3.205128205,3.846153846,3.846153846,6.41025641,4.487179487,6.41025641,5.128205128,0,3.846153846,,41.02564103,44.23076923,42.94871795,12.17948718,25,7.051282051,13.46153846,15.38461538,7.051282051,10.8974359,,17,3,156
+sp|P25054|APC_HUMAN,6.225817798,1.33661625,5.205768554,7.351389377,1.653183257,5.170594442,2.356665494,4.045022863,6.999648259,7.21069293,2.004924376,5.557509673,6.296166022,5.416813225,5.733380232,15.33591277,5.87407668,3.974674639,0.492437566,1.758705593,,33.87266972,38.62117482,54.97713683,12.55715793,15.08969399,10.9743229,11.25571579,15.37108688,3.904326416,21.20998945,,603,1,2843
+sp|Q9BPX3|CND3_HUMAN,7.684729064,1.871921182,5.123152709,9.458128079,3.15270936,3.349753695,1.773399015,6.798029557,7.192118227,13.49753695,1.97044335,4.532019704,3.448275862,4.630541872,4.926108374,6.206896552,5.320197044,6.896551724,0.295566502,1.871921182,,47.38916256,37.63546798,44.43349754,14.58128079,13.89162562,9.162561576,20.2955665,17.93103448,5.320197044,11.5270936,,117,1,1015
+sp|Q9NWQ8|PHAG1_HUMAN,6.481481481,1.851851852,6.018518519,11.34259259,1.851851852,6.481481481,1.851851852,3.009259259,5.787037037,8.101851852,2.083333333,4.166666667,6.481481481,4.62962963,3.472222222,12.03703704,6.944444444,4.861111111,0.231481481,2.314814815,,37.26851852,37.26851852,55.32407407,17.36111111,11.11111111,8.796296296,11.11111111,17.82407407,4.398148148,18.98148148,,82,2,432
+sp|Q13523|PRP4B_HUMAN,4.468718967,0.595829196,6.951340616,7.646474677,2.085402185,4.270109235,2.581926514,4.468718967,12.71102284,7.447864945,1.986097319,4.071499503,4.270109235,3.376365442,12.21449851,11.61866931,3.17775571,3.773584906,0.297914598,1.986097319,,31.38033764,49.5531281,43.19761668,14.59781529,27.50744786,7.447864945,11.91658391,12.51241311,4.369414101,14.79642502,,149,1,1007
+sp|Q13523|PRP4B_HUMAN,4.468718967,0.595829196,6.951340616,7.646474677,2.085402185,4.270109235,2.581926514,4.468718967,12.71102284,7.447864945,1.986097319,4.071499503,4.270109235,3.376365442,12.21449851,11.61866931,3.17775571,3.773584906,0.297914598,1.986097319,,31.38033764,49.5531281,43.19761668,14.59781529,27.50744786,7.447864945,11.91658391,12.51241311,4.369414101,14.79642502,,149,2,1007
+tr|A0A1W2PNV4|A0A1W2PNV4_HUMAN,9.502923977,3.070175439,4.678362573,4.678362573,3.947368421,5.994152047,3.65497076,4.385964912,5.994152047,7.16374269,1.900584795,4.678362573,4.239766082,2.339181287,5.409356725,10.52631579,5.263157895,7.30994152,3.65497076,1.608187135,,48.5380117,31.43274854,55.26315789,9.356725146,15.05847953,7.01754386,11.5497076,22.80701754,9.210526316,15.78947368,,108,1,684
+sp|Q8IX90|SKA3_HUMAN,4.126213592,2.184466019,7.038834951,8.009708738,2.912621359,2.184466019,0.970873786,5.582524272,7.766990291,9.708737864,1.941747573,7.038834951,7.766990291,3.398058252,3.883495146,10.19417476,6.553398058,5.582524272,0,3.155339806,,37.37864078,38.10679612,52.66990291,15.04854369,12.62135922,10.4368932,15.29126214,11.89320388,6.067961165,16.74757282,,69,1,412
+sp|Q9NSD9|SYFB_HUMAN,7.470288625,1.867572156,5.772495756,7.130730051,4.584040747,5.432937182,2.20713073,8.82852292,7.809847199,9.677419355,2.037351443,4.753820034,5.263157895,2.376910017,4.41426146,3.735144312,6.62139219,6.451612903,0,3.565365025,,49.91511036,34.46519525,47.36842105,12.90322581,14.43123939,7.130730051,18.50594228,19.35483871,8.149405772,10.3565365,,61,1,589
+sp|Q12904|AIMP1_HUMAN,7.371794872,1.602564103,4.487179487,9.615384615,1.282051282,6.41025641,1.282051282,7.371794872,11.85897436,7.692307692,2.564102564,4.166666667,5.448717949,6.08974359,3.525641026,6.08974359,4.166666667,7.692307692,0.320512821,0.961538462,,43.26923077,41.02564103,47.43589744,14.1025641,16.66666667,10.25641026,15.06410256,21.47435897,2.564102564,10.25641026,,32,1,312
+sp|P41212|ETV6_HUMAN,3.318584071,1.10619469,4.867256637,8.407079646,2.433628319,2.433628319,5.530973451,5.752212389,3.539823009,9.513274336,3.097345133,5.088495575,10.17699115,4.646017699,9.292035398,9.513274336,3.318584071,3.539823009,1.327433628,3.097345133,,35.61946903,41.37168142,43.36283186,13.27433628,18.36283186,9.734513274,15.26548673,9.292035398,6.85840708,12.83185841,,58,1,452
+sp|Q09028|RBBP4_HUMAN,5.882352941,1.176470588,8.470588235,8.235294118,3.529411765,5.882352941,4.705882353,5.411764706,5.411764706,7.764705882,1.411764706,5.176470588,5.647058824,3.058823529,2.588235294,9.411764706,4.941176471,6.352941176,3.058823529,1.882352941,,42.35294118,37.64705882,52.94117647,16.70588235,12.70588235,8.235294118,13.17647059,18.11764706,8.470588235,14.35294118,,61,1,425
+sp|Q16576|RBBP7_HUMAN,6.117647059,1.411764706,7.764705882,8.470588235,3.294117647,5.882352941,5.411764706,5.176470588,5.647058824,8.235294118,1.647058824,5.176470588,4.705882353,2.823529412,2.352941176,8.470588235,5.882352941,6.352941176,3.294117647,1.882352941,,43.29411765,37.64705882,51.76470588,16.23529412,13.41176471,8,13.41176471,18.35294118,8.470588235,14.35294118,,61,1,425
+sp|P53999|TCP4_HUMAN,2.362204724,0,8.661417323,7.086614173,1.57480315,5.511811024,0,4.724409449,14.96062992,5.511811024,3.937007874,1.57480315,4.724409449,5.511811024,6.299212598,16.53543307,1.57480315,6.299212598,1.57480315,1.57480315,,33.07086614,44.09448819,47.24409449,15.7480315,21.25984252,7.086614173,10.23622047,14.17322835,4.724409449,18.11023622,,23,1,127
+sp|Q15723|ELF2_HUMAN,7.925801012,1.349072513,3.878583474,7.925801012,0.84317032,4.890387858,1.686340641,4.890387858,7.251264755,5.902192243,2.866779089,3.204047218,7.251264755,4.384485666,3.70994941,9.780775717,9.274873524,10.62394604,0.505902192,1.854974705,,41.65261383,32.04047218,58.17875211,11.80438449,12.64755481,7.588532884,10.7925801,23.44013491,3.204047218,19.05564924,,113,1,593
+sp|Q13435|SF3B2_HUMAN,6.368715084,0.223463687,5.139664804,12.29050279,2.569832402,6.927374302,1.787709497,3.12849162,9.38547486,7.374301676,3.12849162,1.675977654,12.17877095,5.586592179,5.586592179,5.363128492,4.134078212,4.804469274,0.670391061,1.675977654,,36.87150838,41.45251397,46.81564246,17.4301676,16.75977654,7.262569832,10.5027933,18.10055866,4.916201117,9.497206704,,85,3,895
+sp|Q13435|SF3B2_HUMAN,6.368715084,0.223463687,5.139664804,12.29050279,2.569832402,6.927374302,1.787709497,3.12849162,9.38547486,7.374301676,3.12849162,1.675977654,12.17877095,5.586592179,5.586592179,5.363128492,4.134078212,4.804469274,0.670391061,1.675977654,,36.87150838,41.45251397,46.81564246,17.4301676,16.75977654,7.262569832,10.5027933,18.10055866,4.916201117,9.497206704,,85,4,895
+sp|Q9BVC4|LST8_HUMAN,7.668711656,3.680981595,6.134969325,3.987730061,2.147239264,7.668711656,3.374233129,7.055214724,2.45398773,6.134969325,2.147239264,6.134969325,4.294478528,4.90797546,4.601226994,8.588957055,7.055214724,6.134969325,2.760736196,3.067484663,,48.46625767,31.59509202,57.36196319,10.12269939,10.42944785,11.04294479,13.19018405,21.47239264,7.975460123,15.64417178,,51,2,326
+sp|P20648|ATP4A_HUMAN,8.985507246,2.898550725,5.217391304,5.797101449,4.734299517,7.246376812,1.256038647,7.053140097,4.637681159,9.758454106,2.512077295,3.285024155,4.637681159,4.444444444,4.927536232,5.507246377,5.797101449,7.342995169,1.062801932,2.898550725,,54.49275362,29.56521739,50.9178744,11.01449275,10.82125604,7.729468599,16.8115942,23.57487923,8.695652174,11.30434783,,117,1,1035
+sp|P13637|AT1A3_HUMAN,7.502467917,2.467917078,6.120434353,6.416584403,4.44225074,7.502467917,1.480750247,7.798617966,5.626850938,8.983218164,2.566633761,4.244817374,4.146100691,3.553800592,4.343534057,5.528134255,6.31786772,7.6011846,1.085883514,2.270483712,,52.22112537,31.78677196,51.43139191,12.53701876,11.45113524,7.798617966,16.78183613,22.60612043,7.798617966,11.84600197,,120,1,1013
+sp|P05023|AT1A1_HUMAN,7.917888563,2.248289345,5.669599218,6.549364614,4.398826979,7.42913001,1.46627566,8.113391984,5.474095797,9.384164223,2.443792766,4.105571848,4.301075269,3.616813294,4.49657869,5.669599218,5.865102639,7.331378299,1.173020528,2.346041056,,52.78592375,31.37829912,50.53763441,12.21896383,11.43695015,7.722385142,17.49755621,22.67839687,7.917888563,11.53470186,,118,1,1023
+sp|P50993|AT1A2_HUMAN,7.941176471,2.254901961,5.392156863,6.666666667,4.215686275,7.745098039,1.176470588,7.450980392,5.490196078,9.411764706,2.941176471,3.823529412,4.117647059,3.725490196,4.901960784,6.078431373,6.176470588,7.254901961,1.078431373,2.156862745,,52.45098039,31.17647059,50.78431373,12.05882353,11.56862745,7.549019608,16.8627451,22.94117647,7.450980392,12.25490196,,125,1,1020
+tr|A0A2R8YEY8|A0A2R8YEY8_HUMAN,7.524752475,2.673267327,6.138613861,6.237623762,4.455445545,7.524752475,1.485148515,7.821782178,5.544554455,9.00990099,2.574257426,4.257425743,4.257425743,3.564356436,4.455445545,5.643564356,6.237623762,7.524752475,0.99009901,2.079207921,,52.17821782,31.68316832,51.78217822,12.37623762,11.48514851,7.821782178,16.83168317,22.57425743,7.524752475,11.88118812,,120,1,1010
+sp|P51398|RT29_HUMAN,6.281407035,1.507537688,3.768844221,7.035175879,3.768844221,5.527638191,4.271356784,4.773869347,7.537688442,12.56281407,2.010050251,5.27638191,5.527638191,4.773869347,5.27638191,5.778894472,4.522613065,5.025125628,1.75879397,3.015075377,,46.23115578,37.93969849,43.2160804,10.8040201,17.08542714,10.05025126,17.33668342,16.83417085,8.542713568,10.30150754,,41,2,398
+sp|P25788|PSA3_HUMAN,9.411764706,1.568627451,6.666666667,9.019607843,3.529411765,7.450980392,1.960784314,5.490196078,7.058823529,7.058823529,3.529411765,3.529411765,1.960784314,1.568627451,5.098039216,8.235294118,2.745098039,8.235294118,0.784313725,5.098039216,,52.15686275,34.90196078,49.80392157,15.68627451,14.11764706,5.098039216,12.54901961,25.09803922,9.411764706,10.98039216,,28,1,255
+sp|P09211|GSTP1_HUMAN,7.142857143,1.904761905,6.19047619,4.761904762,3.333333333,8.571428571,0.952380952,3.333333333,5.714285714,15.23809524,1.428571429,3.80952381,5.238095238,6.19047619,3.80952381,4.761904762,4.285714286,6.666666667,0.952380952,5.714285714,,54.28571429,31.42857143,48.57142857,10.95238095,10.47619048,10,18.57142857,22.38095238,10,9.047619048,,19,3,210
+sp|P09211|GSTP1_HUMAN,7.142857143,1.904761905,6.19047619,4.761904762,3.333333333,8.571428571,0.952380952,3.333333333,5.714285714,15.23809524,1.428571429,3.80952381,5.238095238,6.19047619,3.80952381,4.761904762,4.285714286,6.666666667,0.952380952,5.714285714,,54.28571429,31.42857143,48.57142857,10.95238095,10.47619048,10,18.57142857,22.38095238,10,9.047619048,,19,2,210
+sp|O60343|TBCD4_HUMAN,5.778120185,2.157164869,4.853620955,8.089368259,4.006163328,4.545454545,2.773497689,4.160246533,6.086286595,10.86286595,2.311248074,3.235747304,6.471494607,6.2403698,6.2403698,10.78582435,4.006163328,4.622496148,0.61633282,2.157164869,,41.21725732,37.5192604,46.45608629,12.94298921,15.10015408,9.476117103,15.02311248,14.94607088,6.779661017,14.79198767,,192,2,1298
+sp|Q14498|RBM39_HUMAN,9.056603774,0.943396226,4.905660377,6.79245283,3.962264151,6.41509434,1.698113208,5.094339623,6.79245283,6.981132075,2.830188679,3.20754717,4.339622642,3.962264151,10.94339623,10.56603774,4.150943396,5.094339623,0.377358491,1.886792453,,42.64150943,38.30188679,48.67924528,11.69811321,19.43396226,7.169811321,12.0754717,20.56603774,6.226415094,14.71698113,,78,3,530
+sp|P62807|H2B1C_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,1,126
+sp|O60814|H2B1K_HUMAN,11.11111111,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,10.31746032,6.349206349,7.142857143,0,3.968253968,,41.26984127,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.80952381,5.555555556,16.66666667,,21,1,126
+sp|Q99880|H2B1L_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,4.761904762,2.380952381,4.761904762,15.87301587,5.555555556,2.380952381,2.380952381,3.968253968,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,49.20634921,7.936507937,24.6031746,4.761904762,10.31746032,22.22222222,5.555555556,18.25396825,,23,1,126
+sp|P58876|H2B1D_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,7.142857143,7.142857143,0,3.968253968,,39.68253968,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,1,126
+sp|Q93079|H2B1H_HUMAN,10.31746032,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,1,126
+sp|Q5QNW6|H2B2F_HUMAN,9.523809524,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.936507937,0,3.968253968,,40.47619048,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,1,126
+sp|Q99877|H2B1N_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,39.68253968,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,1,126
+sp|P57053|H2BFS_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.07936508,4.761904762,2.380952381,2.380952381,5.555555556,2.380952381,7.142857143,10.31746032,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,16.66666667,,21,1,126
+sp|Q99879|H2B1M_HUMAN,8.73015873,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,3.174603175,4.761904762,2.380952381,6.349206349,11.11111111,5.555555556,7.936507937,0,3.968253968,,40.47619048,38.0952381,49.20634921,7.936507937,24.6031746,5.555555556,10.31746032,22.22222222,5.555555556,16.66666667,,21,1,126
+sp|P62807|H2B1C_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,3,126
+sp|O60814|H2B1K_HUMAN,11.11111111,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,10.31746032,6.349206349,7.142857143,0,3.968253968,,41.26984127,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.80952381,5.555555556,16.66666667,,21,3,126
+sp|Q99880|H2B1L_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,4.761904762,2.380952381,4.761904762,15.87301587,5.555555556,2.380952381,2.380952381,3.968253968,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,49.20634921,7.936507937,24.6031746,4.761904762,10.31746032,22.22222222,5.555555556,18.25396825,,23,3,126
+sp|P58876|H2B1D_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,7.142857143,7.142857143,0,3.968253968,,39.68253968,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,3,126
+sp|Q93079|H2B1H_HUMAN,10.31746032,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,3,126
+sp|Q5QNW6|H2B2F_HUMAN,9.523809524,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.936507937,0,3.968253968,,40.47619048,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,3,126
+sp|Q99877|H2B1N_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,39.68253968,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,3,126
+sp|P57053|H2BFS_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.07936508,4.761904762,2.380952381,2.380952381,5.555555556,2.380952381,7.142857143,10.31746032,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,16.66666667,,21,3,126
+sp|Q99879|H2B1M_HUMAN,8.73015873,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,3.174603175,4.761904762,2.380952381,6.349206349,11.11111111,5.555555556,7.936507937,0,3.968253968,,40.47619048,38.0952381,49.20634921,7.936507937,24.6031746,5.555555556,10.31746032,22.22222222,5.555555556,16.66666667,,21,3,126
+sp|Q08945|SSRP1_HUMAN,4.37235543,0.846262341,6.911142454,10.43723554,4.936530324,6.629055007,1.833568406,4.090267983,10.71932299,6.770098731,2.3977433,3.94922426,3.526093089,3.102961918,6.064880113,10.1551481,4.513399154,4.795486601,0.846262341,3.102961918,,38.78702398,43.01833568,45.69816643,17.348378,18.61777151,7.052186178,10.86036671,15.79689704,8.885754584,14.66854725,,104,3,709
+sp|P35579|MYH9_HUMAN,8.87755102,1.12244898,5.408163265,13.82653061,2.5,3.571428571,1.428571429,4.081632653,10.56122449,11.47959184,2.551020408,4.030612245,1.734693878,7.857142857,6.275510204,4.132653061,4.030612245,4.285714286,0.510204082,1.734693878,,40.71428571,49.3877551,37.19387755,19.23469388,18.26530612,11.8877551,15.56122449,16.73469388,4.744897959,8.163265306,,160,1,1960
+sp|Q15233|NONO_HUMAN,7.218683652,0.42462845,3.184713376,11.25265393,4.670912951,7.218683652,2.972399151,3.184713376,5.732484076,6.581740977,4.883227176,3.609341826,7.855626327,8.917197452,9.766454352,2.760084926,4.458598726,4.033970276,0.212314225,1.061571125,,39.49044586,45.43524416,40.76433121,14.4373673,18.47133758,12.52653928,9.766454352,18.47133758,5.944798301,7.218683652,,34,1,471
+sp|Q96EY8|MMAB_HUMAN,8.8,2.4,4.4,6.8,4.8,9.2,1.2,3.6,6,10.4,1.6,1.6,5.6,4.4,7.2,7.6,6.8,4.4,0.4,2.8,,48.4,31.6,50.8,11.2,14.4,6,14,22.4,8,14.4,,36,1,250
+sp|Q14676|MDC1_HUMAN,6.893250359,0.957395883,4.882719004,9.765438009,1.531833413,5.361416946,1.627573001,2.680708473,4.930588798,6.510292006,0.909526089,1.771182384,11.82383916,5.98372427,7.084729536,9.621828626,9.478219244,7.371948301,0.382958353,0.430828147,,33.03015797,36.045955,58.1617999,14.64815701,13.64289134,7.754906654,9.191000479,19.62661561,2.345619914,19.10004787,,399,2,2089
+sp|P20674|COX5A_HUMAN,10.66666667,2,6.666666667,7.333333333,2,5.333333333,2,6,4.666666667,9.333333333,1.333333333,2.666666667,6.666666667,2,8.666666667,4,6.666666667,7.333333333,1.333333333,3.333333333,,48.66666667,34,52,14,15.33333333,4.666666667,15.33333333,23.33333333,6.666666667,10.66666667,,16,1,150
+sp|Q5T200|ZC3HD_HUMAN,3.537170264,0.71942446,9.292565947,12.76978417,0.959232614,4.136690647,2.817745803,2.637889688,7.973621103,4.676258993,1.079136691,2.757793765,5.275779376,3.417266187,16.78657074,11.69064748,4.976019185,2.57793765,0.539568345,1.378896882,,22.24220624,55.81534772,44.96402878,22.06235012,27.57793765,6.175059952,7.314148681,10.25179856,2.877697842,16.66666667,,278,1,1668
+sp|P62280|RS11_HUMAN,3.164556962,1.898734177,3.164556962,4.430379747,5.063291139,6.962025316,1.898734177,7.594936709,13.29113924,5.696202532,2.53164557,3.797468354,3.797468354,5.063291139,8.860759494,3.164556962,7.594936709,7.594936709,0,4.430379747,,44.93670886,40.50632911,41.13924051,7.594936709,24.05063291,8.860759494,13.29113924,17.72151899,9.493670886,10.75949367,,17,1,158
+sp|Q7L2H7|EIF3M_HUMAN,7.219251337,2.139037433,7.219251337,7.486631016,3.475935829,3.20855615,2.406417112,5.080213904,8.021390374,13.10160428,2.673796791,4.010695187,1.871657754,5.080213904,3.743315508,7.219251337,4.545454545,7.754010695,1.069518717,2.673796791,,48.39572193,37.96791444,45.18716578,14.70588235,14.17112299,9.090909091,18.18181818,18.18181818,7.219251337,11.76470588,,44,1,374
+sp|P04440|DPB1_HUMAN,6.201550388,1.937984496,3.488372093,6.201550388,4.263565891,7.751937984,2.325581395,3.100775194,3.100775194,8.914728682,3.100775194,3.875968992,4.263565891,6.589147287,8.139534884,5.813953488,6.589147287,9.689922481,1.550387597,3.100775194,,49.6124031,33.72093023,49.6124031,9.689922481,13.56589147,10.46511628,12.01550388,23.64341085,8.914728682,12.40310078,,32,1,258
+sp|P01911|2B1F_HUMAN,4.135338346,2.255639098,3.007518797,6.390977444,6.015037594,8.646616541,2.255639098,1.503759398,3.007518797,10.15037594,2.255639098,3.007518797,4.887218045,5.639097744,6.766917293,8.270676692,6.766917293,9.77443609,1.879699248,3.383458647,,50,30.07518797,50.7518797,9.398496241,12.03007519,8.646616541,11.65413534,22.55639098,11.27819549,15.03759398,,40,1,266
+sp|Q5H9R7|PP6R3_HUMAN,5.269186712,1.947308133,7.216494845,10.42382589,4.009163803,4.12371134,2.176403207,5.841924399,5.154639175,9.965635739,2.634593356,4.696449026,4.925544101,4.581901489,3.550973654,10.42382589,6.643757159,4.581901489,1.145475372,0.687285223,,40.20618557,37.80068729,49.82817869,17.64032073,10.88201604,9.278350515,15.80756014,13.97479954,5.841924399,17.06758305,,149,2,873
+sp|Q5H9R7|PP6R3_HUMAN,5.269186712,1.947308133,7.216494845,10.42382589,4.009163803,4.12371134,2.176403207,5.841924399,5.154639175,9.965635739,2.634593356,4.696449026,4.925544101,4.581901489,3.550973654,10.42382589,6.643757159,4.581901489,1.145475372,0.687285223,,40.20618557,37.80068729,49.82817869,17.64032073,10.88201604,9.278350515,15.80756014,13.97479954,5.841924399,17.06758305,,149,1,873
+sp|P36578|RL4_HUMAN,11.70960187,1.170960187,1.8735363,4.449648712,1.639344262,6.791569087,2.107728337,5.152224824,13.34894614,7.962529274,2.341920375,5.152224824,5.854800937,2.341920375,9.601873536,4.449648712,4.449648712,6.088992974,1.405152225,2.107728337,,46.37002342,38.87587822,47.54098361,6.323185012,25.05854801,7.494145199,13.1147541,24.59016393,5.152224824,8.899297424,,38,1,427
+sp|Q53EZ4|CEP55_HUMAN,5.603448276,1.293103448,3.663793103,13.79310345,1.724137931,1.939655172,2.801724138,3.663793103,10.77586207,12.93103448,0.646551724,3.663793103,1.939655172,8.620689655,6.034482759,6.896551724,6.896551724,4.310344828,0.431034483,2.370689655,,34.9137931,49.35344828,36.20689655,17.45689655,19.61206897,12.28448276,16.59482759,11.85344828,4.525862069,13.79310345,,64,1,464
+sp|Q01543|FLI1_HUMAN,5.309734513,0.884955752,5.309734513,5.088495575,2.433628319,5.973451327,3.318584071,3.097345133,5.309734513,6.85840708,3.539823009,6.415929204,8.628318584,4.646017699,4.424778761,11.0619469,5.530973451,4.646017699,1.991150442,5.530973451,,40.26548673,34.51327434,53.76106195,10.39823009,13.05309735,11.0619469,9.955752212,15.92920354,9.955752212,16.59292035,,75,1,452
+sp|P29692|EF1D_HUMAN,10.3202847,0.711743772,7.829181495,10.3202847,2.491103203,6.049822064,1.779359431,4.982206406,7.117437722,8.185053381,1.423487544,2.846975089,4.270462633,6.049822064,5.693950178,7.117437722,2.846975089,7.473309609,1.067615658,1.423487544,,44.12811388,41.63701068,49.46619217,18.14946619,14.59074733,8.896797153,13.16725979,23.84341637,4.982206406,9.964412811,,28,1,281
+sp|P46776|RL27A_HUMAN,6.081081081,1.351351351,2.027027027,2.027027027,3.378378378,12.16216216,7.432432432,4.054054054,12.83783784,6.756756757,1.351351351,4.054054054,4.72972973,2.027027027,8.783783784,4.72972973,3.378378378,8.783783784,0.675675676,3.378378378,,47.97297297,39.18918919,47.2972973,4.054054054,29.05405405,6.081081081,10.81081081,27.02702703,7.432432432,8.108108108,,12,1,148
+sp|Q9NYB0|TE2IP_HUMAN,10.02506266,0.751879699,7.518796992,12.78195489,2.756892231,5.764411028,1.754385965,3.50877193,6.26566416,8.020050125,1.754385965,2.255639098,6.26566416,4.511278195,5.764411028,7.518796992,4.761904762,5.263157895,0.751879699,2.005012531,,40.60150376,40.85213033,50.12531328,20.30075188,13.78446115,6.766917293,11.52882206,21.05263158,5.513784461,12.28070175,,49,1,399
+sp|Q15056|IF4H_HUMAN,5.241935484,0.403225806,10.48387097,6.048387097,6.048387097,14.11290323,0.403225806,2.016129032,4.435483871,5.64516129,1.612903226,2.822580645,6.451612903,3.225806452,12.09677419,7.661290323,4.032258065,4.435483871,0.403225806,2.419354839,,42.33870968,39.51612903,55.64516129,16.53225806,16.93548387,6.048387097,7.661290323,23.79032258,8.870967742,11.69354839,,29,1,248
+sp|A8MWD9|RUXGL_HUMAN,3.947368421,1.315789474,3.947368421,7.894736842,5.263157895,9.210526316,2.631578947,7.894736842,9.210526316,9.210526316,6.578947368,5.263157895,3.947368421,3.947368421,5.263157895,5.263157895,2.631578947,6.578947368,0,0,,50,38.15789474,42.10526316,11.84210526,17.10526316,9.210526316,17.10526316,19.73684211,5.263157895,7.894736842,,6,1,76
+sp|P62308|RUXG_HUMAN,3.947368421,1.315789474,3.947368421,6.578947368,3.947368421,9.210526316,2.631578947,7.894736842,7.894736842,10.52631579,7.894736842,6.578947368,3.947368421,3.947368421,5.263157895,5.263157895,1.315789474,7.894736842,0,0,,52.63157895,36.84210526,43.42105263,10.52631579,15.78947368,10.52631579,18.42105263,21.05263158,3.947368421,6.578947368,,5,1,76
+sp|P05387|RLA2_HUMAN,17.39130435,0,9.565217391,8.695652174,1.739130435,10.43478261,0,6.086956522,8.695652174,6.956521739,1.739130435,3.47826087,4.347826087,0.869565217,1.739130435,10.43478261,0,6.086956522,0,1.739130435,,52.17391304,33.04347826,61.73913043,18.26086957,10.43478261,4.347826087,13.04347826,33.91304348,3.47826087,10.43478261,,12,1,115
+sp|Q6NYC8|PPR18_HUMAN,8.482871126,0.815660685,2.77324633,14.19249592,0.652528548,7.993474715,0.815660685,1.305057096,4.078303426,9.461663948,0.815660685,0.978792822,11.58238173,6.03588907,10.60358891,8.156606852,4.241435563,4.078303426,1.794453507,1.141924959,,36.54159869,39.47797716,49.10277325,16.96574225,15.49755302,7.014681892,10.76672104,20.55464927,3.588907015,12.39804241,,76,2,613
+sp|Q99439|CNN2_HUMAN,5.501618123,2.265372168,5.501618123,4.207119741,2.265372168,11.00323625,1.618122977,3.55987055,6.796116505,8.090614887,4.530744337,5.177993528,5.825242718,7.1197411,2.912621359,7.766990291,6.472491909,4.207119741,0.647249191,4.530744337,,46.60194175,33.33333333,53.72168285,9.708737864,11.32686084,12.29773463,11.65048544,20.71197411,7.443365696,14.2394822,,44,1,309
+sp|Q92608|DOCK2_HUMAN,4.644808743,1.256830601,5.846994536,7.540983607,4.808743169,4.535519126,2.404371585,6.284153005,7.650273224,10.10928962,4.207650273,3.879781421,3.825136612,5.136612022,5.027322404,6.666666667,5.191256831,6.06557377,1.038251366,3.879781421,,46.83060109,37.4863388,41.91256831,13.38797814,15.08196721,9.016393443,16.39344262,15.24590164,9.726775956,11.8579235,,217,1,1830
+sp|Q86UX7|URP2_HUMAN,7.346326837,1.499250375,5.847076462,7.196401799,3.898050975,6.146926537,2.548725637,4.797601199,5.097451274,11.84407796,1.79910045,2.248875562,5.547226387,5.697151424,7.346326837,7.046476762,3.5982009,5.547226387,2.248875562,2.698650675,,47.82608696,35.982009,44.82758621,13.04347826,14.99250375,7.946026987,16.64167916,19.04047976,8.845577211,10.64467766,,71,1,667
+sp|Q9NRG0|CHRC1_HUMAN,7.633587786,0.763358779,7.633587786,10.6870229,2.290076336,3.816793893,1.526717557,4.580152672,9.923664122,10.6870229,2.290076336,3.816793893,2.290076336,4.580152672,3.816793893,9.923664122,4.580152672,6.106870229,0,3.053435115,,41.22137405,41.98473282,46.5648855,18.32061069,15.26717557,8.396946565,15.26717557,17.55725191,5.34351145,14.50381679,,19,1,131
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/all stuff/2RS.csv	Fri Feb 21 13:07:45 2020 -0500
@@ -0,0 +1,536 @@
+Substrate,Species,Reference,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,Phosphite
+,,sp|Q13283|G3BP1_HUMAN, , , , , , , ,xS,S,S,P,A,P,A,D,
+,,sp|Q08043|ACTN3_HUMAN; sp|P35609|ACTN2_HUMAN; sp|P12814|ACTN1_HUMAN; sp|O43707|ACTN4_HUMAN, , , , , ,T,F,xT,A,W,C,N,S,H,L,
+,,sp|Q04837|SSBP_HUMAN, , , , , ,Q,A,xT,T,I,I,A,D,N,I,
+,,sp|Q15738|NSDHL_HUMAN, , ,V,A,L,A,G,xT,F,H,Y,Y,S,C,E,
+,,sp|Q08945|SSRP1_HUMAN, , , , ,R,P,M,xS,A,Y,M,L, , , ,
+,,sp|Q9Y371|SHLB1_HUMAN, ,L,A,A,D,A,G,xT,F,L,S,R, , , ,
+,,sp|P09651|ROA1_HUMAN; sp|Q32P51|RA1L2_HUMAN,S,H,F,E,Q,W,G,xT,L,T,D,C,V,V,M,
+,,sp|P30740|ILEU_HUMAN, , ,T,F,H,F,N,xT,V,E,E,V,H,S,R,
+,,sp|O94979|SC31A_HUMAN,R,P,V,G,A,S,F,xS,F,G,G,K, , , ,
+,,sp|P07686|HEXB_HUMAN, , ,G,S,Y,S,L,xS,H,V,Y,T,P,N,D,
+,,sp|P22626|ROA2_HUMAN, , ,G,F,G,F,V,xT,F,S,S,M,A,E,V,
+,,sp|Q8NBS9|TXND5_HUMAN, , , , ,G,Y,P,xT,L,L,L,F,R, , ,
+,,sp|P60709|ACTB_HUMAN; sp|P63261|ACTG_HUMAN, ,T,V,L,S,G,G,xT,T,M,Y,P,G,I,A,
+,,sp|P49247|RPIA_HUMAN,V,L,G,I,G,S,G,xS,T,I,V,H,A,V,Q,
+,,sp|Q96IU4|ABHEB_HUMAN,E,T,W,Q,N,L,G,xT,L,H,R, , , , ,
+,,sp|Q96JH7|VCIP1_HUMAN, , , , , ,S,S,xT,T,F,F,E,L,Q,E,
+,,sp|Q13283|G3BP1_HUMAN, , , , , , ,S,xS,S,P,A,P,A,D,I,
+,,sp|Q08043|ACTN3_HUMAN; sp|P35609|ACTN2_HUMAN; sp|P12814|ACTN1_HUMAN; sp|O43707|ACTN4_HUMAN, , , , , , ,K,xT,F,T,A,W,C,N,S,
+,,sp|Q13509|TBB3_HUMAN; tr|A0A0B4J269|A0A0B4J269_HUMAN, , , , ,M,S,S,xT,F,I,G,N,S,T,A,
+,,sp|P49915|GUAA_HUMAN,S,F,Y,N,G,T,T,xT,L,P,I,S,D,E,D,
+,,sp|Q15007|FL2D_HUMAN, , , , , , ,S,xT,M,V,D,P,A,I,N,
+,,sp|P10809|CH60_HUMAN, , , , ,G,Y,I,xS,P,Y,F,I,N,T,S,
+,,sp|O15294|OGT1_HUMAN,L,C,P,T,H,A,D,xS,L,N,N,L,A,N,I,
+,,sp|P45880|VDAC2_HUMAN, , ,L,T,F,D,T,xT,F,S,P,N,T,G,K,
+,,sp|Q9UKX7|NUP50_HUMAN, , , , ,G,I,G,xT,L,H,L,K,P,T,A,
+,,sp|O43312|MTSS1_HUMAN, , , ,R,P,A,S,xT,A,G,L,P,T,T,L,
+,,sp|P22314|UBA1_HUMAN, , , , , ,L,Q,xT,S,S,V,L,V,S,G,
+,,sp|O75746|CMC1_HUMAN, , , , , ,L,A,xT,A,T,F,A,G,I,E,
+,,sp|O43491|E41L2_HUMAN, , , , , , , ,xS,P,T,K,A,P,H,L,
+,,sp|Q15005|SPCS2_HUMAN, ,F,F,D,H,S,G,xT,L,V,M,D,A,Y,E,
+,,sp|P62995|TRA2B_HUMAN, , , , ,R,P,H,xT,P,T,P,G,I,Y, ,
+,,sp|Q13596|SNX1_HUMAN, , ,A,V,G,T,Q,xT,L,S,G,A,G,L,L,
+,,sp|Q16698|DECR_HUMAN,A,F,I,T,G,G,G,xT,G,L,G,K, , , ,
+,,sp|P42166|LAP2A_HUMAN,S,D,E,E,R,E,P,xT,P,V,L,G,S,G,A,
+,,sp|O43719|HTSF1_HUMAN, , ,V,F,D,D,E,xS,D,E,K,E,D,E,E,
+,,sp|P34897|GLYM_HUMAN; sp|P34896|GLYC_HUMAN, , , ,I,S,A,T,xS,I,F,F,E,S,M,P,
+,,sp|Q7Z422|SZRD1_HUMAN, , , , , , , ,xS,P,P,K,V,P,I,V,
+,,sp|P22626|ROA2_HUMAN, , , , , , ,V,xT,F,S,S,M,A,E,V,
+,,sp|P53396|ACLY_HUMAN, , , , , , ,L,xT,L,L,N,P,K, , ,
+,,sp|P38606|VATA_HUMAN, , , , , ,L,A,xS,F,Y,E,R, , , ,
+,,sp|Q8IX12|CCAR1_HUMAN,V,M,L,M,A,S,P,xS,M,E,D,L,Y,H,K,
+,,sp|P51858|HDGF_HUMAN,A,G,D,L,L,E,D,xS,P,K,R,P,K, , ,
+,,sp|Q5SW79|CE170_HUMAN,D,L,G,S,L,N,G,xT,F,V,N,D,V,R, ,
+,,sp|Q9Y277|VDAC3_HUMAN, , , ,V,N,N,A,xS,L,I,G,L,G,Y,T,
+,,sp|O75521|ECI2_HUMAN,P,F,S,H,L,G,Q,xS,P,E,G,C,S,S,Y,
+,,sp|Q52LJ0|FA98B_HUMAN, , , , , , , ,xT,T,I,T,M,A,H,L,
+,,sp|P35659|DEK_HUMAN, , , , , , ,L,xT,M,Q,V,S,S,L,Q,
+,,sp|Q15052|ARHG6_HUMAN, , ,I,P,I,A,G,xT,V,V,T,R, , , ,
+,,sp|P42166|LAP2A_HUMAN, ,G,P,P,D,F,S,xS,D,E,E,R,E,P,T,
+,,sp|P49247|RPIA_HUMAN,N,Q,V,L,G,I,G,xS,G,S,T,I,V,H,A,
+,,sp|Q9UKX7|NUP50_HUMAN, , , , , , ,S,xT,F,L,F,H,G,N,K,
+,,sp|Q9UPN3|MACF1_HUMAN, , , , ,I,S,G,xT,F,S,S,G,W,T,V,
+,,sp|P14618|KPYM_HUMAN, ,L,N,F,S,H,G,xT,H,E,Y,H,A,E,T,
+,,sp|P49321|NASP_HUMAN, ,P,E,V,N,G,G,xS,G,D,A,V,P,S,G,
+,,sp|O75064|DEN4B_HUMAN, ,Y,P,V,P,V,F,xS,T,F,V,L,T,G,A,
+,,sp|Q9ULW0|TPX2_HUMAN, , , , , ,G,C,xT,I,V,K,P,F,N,L,
+,,sp|Q9H6V9|LDAH_HUMAN, , , , , , ,L,xT,F,Y,Y,G,T,I,D,
+,,RRRRRsp|Q8NCX0|CC150_HUMAN, , , , , ,S,H,xS,A,L,V,N,E,L,M,
+,,sp|Q6ZNL6|FGD5_HUMAN, ,E,R,P,V,S,M,xS,F,P,L,S,S,P,R,
+,,sp|P61981|1433G_HUMAN, , , , , , ,A,xT,V,V,E,S,S,E,K,
+,,sp|Q13177|PAK2_HUMAN, , ,S,T,M,V,G,xT,P,Y,W,M,A,P,E,
+,,sp|Q9Y3D7|TIM16_HUMAN, , , , , , , ,xS,V,G,G,S,F,Y,L,
+,,sp|Q16778|H2B2E_HUMAN; sp|P06899|H2B1J_HUMAN; sp|P33778|H2B1B_HUMAN; sp|P23527|H2B1O_HUMAN; sp|Q8N257|H2B3B_HUMAN; sp|Q6DRA6|H2B2D_HUMAN; sp|Q6DN03|H2B2C_HUMAN, , , , ,E,S,Y,xS,I,Y,V,Y,K, , ,
+,,sp|Q16594|TAF9_HUMAN, ,L,S,V,G,S,V,xT,S,R,P,S,T,P,T,
+,,sp|P06400|RB_HUMAN, , , , , , , ,xS,P,Y,K,F,P,S,S,
+,,sp|Q96S55|WRIP1_HUMAN,T,P,T,A,A,E,S,xS,E,G,E,G,E,E,G,
+,,sp|P12956|XRCC6_HUMAN, , , ,T,F,N,T,xS,T,G,G,L,L,L,P,
+,,sp|P78371|TCPB_HUMAN, , , ,I,H,P,Q,xT,I,I,A,G,W,R, ,
+,,sp|Q52LJ0|FA98B_HUMAN, , , , , , ,T,xT,I,T,M,A,H,L,L,
+,,sp|O15294|OGT1_HUMAN, , , , ,L,C,P,xT,H,A,D,S,L,N,N,
+,,sp|P09651|ROA1_HUMAN; sp|Q32P51|RA1L2_HUMAN,K,L,F,I,G,G,L,xS,F,E,T,T,D,E,S,
+,,sp|Q13895|BYST_HUMAN, , , , , ,A,A,xT,M,T,A,A,G,H,H,
+,,sp|Q9UGU5|HMGX4_HUMAN, , , , , , , ,xS,P,P,T,T,M,L,L,
+,,sp|Q15181|IPYR_HUMAN, ,G,I,S,C,M,N,xT,T,L,S,E,S,P,F,
+,,sp|P52272|HNRPM_HUMAN, , , , , ,L,G,xS,T,V,F,V,A,N,L,
+,,sp|Q9H9Q2|CSN7B_HUMAN, , , , , ,H,L,xT,I,V,S,L,A,S,R,
+,,sp|Q9NUL3|STAU2_HUMAN, , , , , ,V,I,xS,G,T,T,L,G,Y,L,
+,,sp|Q66LE6|2ABD_HUMAN; sp|Q00005|2ABB_HUMAN; sp|P63151|2ABA_HUMAN, ,G,E,Y,N,V,Y,xS,T,F,Q,S,H,E,P,
+,,sp|P24752|THIL_HUMAN, , , ,T,P,I,G,xS,F,L,G,S,L,S,L,
+,,sp|P60900|PSA6_HUMAN, , , , , ,H,I,xT,I,F,S,P,E,G,R,
+,,sp|P63010|AP2B1_HUMAN; sp|Q10567|AP1B1_HUMAN, , ,L,S,H,A,N,xS,A,V,V,L,S,A,V,
+,,sp|P78527|PRKDC_HUMAN, , , , ,S,L,G,xT,I,Q,Q,C,C,D,A,
+,,sp|Q99832|TCPH_HUMAN,G,D,G,T,T,S,V,xT,L,L,A,A,E,F,L,
+,,sp|P13798|ACPH_HUMAN, , , , , ,A,E,xS,F,F,Q,T,K, , ,
+,,sp|P53396|ACLY_HUMAN, , , , , ,G,S,xT,F,M,D,H,V,L,R,
+,,sp|A0FGR8|ESYT2_HUMAN,G,A,N,T,H,L,S,xT,F,S,F,T,K, , ,
+,,sp|P57764|GSDMD_HUMAN, , ,T,V,T,I,P,xS,G,S,T,L,A,F,R,
+,,sp|P49407|ARRB1_HUMAN,A,D,D,T,V,A,P,xS,S,T,F,C,K, , ,
+,,sp|O15371|EIF3D_HUMAN, , , , ,I,F,H,xT,V,T,T,T,D,D,P,
+,,sp|Q15007|FL2D_HUMAN, , , , , , , ,xS,T,M,V,D,P,A,I,
+,,sp|Q9BSJ8|ESYT1_HUMAN, , , , , ,L,G,xT,Q,T,F,C,S,R, ,
+,,sp|Q96JH7|VCIP1_HUMAN, , , , ,S,S,T,xT,F,F,E,L,Q,E,S,
+,,sp|Q99832|TCPH_HUMAN,A,E,V,G,D,G,T,xT,S,V,T,L,L,A,A,
+,,sp|Q9UKX7|NUP50_HUMAN, , , , , , , ,xS,T,F,L,F,H,G,N,
+,,sp|Q96I25|SPF45_HUMAN, , , , , , , ,xS,P,T,G,P,S,N,S,
+,,sp|O60506|HNRPQ_HUMAN, , ,G,Y,A,F,V,xT,F,C,T,K, , , ,
+,,sp|O00148|DX39A_HUMAN; sp|Q13838|DX39B_HUMAN, , , , , , ,L,xT,L,H,G,L,Q,Q,Y,
+,,sp|Q99832|TCPH_HUMAN,E,V,G,D,G,T,T,xS,V,T,L,L,A,A,E,
+,,sp|Q14974|IMB1_HUMAN,A,A,V,E,N,L,P,xT,F,L,V,E,L,S,R,
+,,sp|Q8WUA2|PPIL4_HUMAN, , , , ,I,N,E,xT,F,V,D,K,D,F,V,
+,,sp|Q16658|FSCN1_HUMAN,V,A,R,P,E,P,A,xT,G,Y,T,L,E,F,R,
+,,sp|P31323|KAP3_HUMAN, , , , , ,A,A,xT,I,T,A,T,S,P,G,
+,,sp|P10809|CH60_HUMAN,G,D,G,T,T,T,A,xT,V,L,A,R, , , ,
+,,sp|P20290|BTF3_HUMAN, , , , ,V,Q,A,xS,L,A,A,N,T,F,T,
+,,sp|O95319|CELF2_HUMAN, , ,G,C,A,F,V,xT,F,S,T,R, , , ,
+,,sp|Q13126|MTAP_HUMAN, , , , , ,A,E,xS,F,M,F,R, , , ,
+,,sp|P51692|STA5B_HUMAN; sp|P42229|STA5A_HUMAN,L,I,N,K,P,D,G,xT,F,L,L,R, , , ,
+,,sp|P16949|STMN1_HUMAN,S,V,P,E,F,P,L,xS,P,P,K, , , , ,
+,,sp|Q13177|PAK2_HUMAN, , , , , , ,S,xT,M,V,G,T,P,Y,W,
+,,sp|Q9Y2X3|NOP58_HUMAN, ,L,I,A,H,A,G,xS,L,L,N,L,A,K, ,
+,,sp|Q16594|TAF9_HUMAN,L,S,V,G,S,V,T,xS,R,P,S,T,P,T,L,
+,,sp|Q66LE6|2ABD_HUMAN; sp|Q00005|2ABB_HUMAN; sp|P63151|2ABA_HUMAN,G,E,Y,N,V,Y,S,xT,F,Q,S,H,E,P,E,
+,,sp|P07948|LYN_HUMAN, , ,G,K,D,S,L,xS,D,D,G,V,D,L,K,
+,,sp|P31146|COR1A_HUMAN, , , , ,V,S,Q,xT,T,W,D,S,G,F,C,
+,,sp|P06493|CDK1_HUMAN, , , ,I,G,E,G,xT,Y,G,V,V,Y,K, ,
+,,sp|P31146|COR1A_HUMAN, , , ,V,S,Q,T,xT,W,D,S,G,F,C,A,
+,,sp|P37802|TAGL2_HUMAN, , , ,I,Q,A,S,xT,M,A,F,K, , , ,
+,,sp|P22626|ROA2_HUMAN,F,G,F,V,T,F,S,xS,M,A,E,V,D,A,A,
+,,sp|Q9H1E3|NUCKS_HUMAN, , ,A,T,V,T,P,xS,P,V,K,G,K, , ,
+,,sp|Q13263|TIF1B_HUMAN,A,A,S,A,A,A,A,xS,A,A,S,G,S,P,G,
+,,sp|P07686|HEXB_HUMAN, , , , , , ,G,xS,Y,S,L,S,H,V,Y,
+,,sp|P45880|VDAC2_HUMAN, , , ,V,N,N,S,xS,L,I,G,V,G,Y,T,
+,,sp|Q08945|SSRP1_HUMAN, , , , ,I,Y,P,xT,F,L,H,L,H,G,K,
+,,sp|P68104|EF1A1_HUMAN, , , , , , ,K,xS,V,E,M,H,H,E,A,
+,,sp|P53396|ACLY_HUMAN, , , , , , ,G,xS,T,F,M,D,H,V,L,
+,,sp|Q01469|FABP5_HUMAN,T,Q,T,V,C,N,F,xT,D,G,A,L,V,Q,H,
+,,sp|Q99436|PSB7_HUMAN, , , , , ,T,G,xT,T,I,A,G,V,V,Y,
+,,sp|P14314|GLU2B_HUMAN, , , , ,L,G,G,xS,P,T,S,L,G,T,W,
+,,sp|Q16594|TAF9_HUMAN,P,S,T,P,T,L,G,xT,P,T,P,Q,T,M,S,
+,,sp|Q99436|PSB7_HUMAN, , , , , , , ,xT,T,I,A,G,V,V,Y,
+,,sp|P67809|YBOX1_HUMAN,K,E,N,Q,G,D,E,xT,Q,G,Q,Q,P,P,Q,
+,,tr|A0A1W2PRB8|A0A1W2PRB8_HUMAN; sp|Q9H0W9|CK054_HUMAN,K,P,I,G,M,G,G,xT,F,I,I,Q,K, , ,
+,,sp|P08238|HS90B_HUMAN; sp|P07900|HS90A_HUMAN,D,L,I,N,N,L,G,xT,I,A,K, , , , ,
+,,sp|P54819|KAD2_HUMAN,L,Q,A,Y,H,T,Q,xT,T,P,L,I,E,Y,Y,
+,,sp|P30740|ILEU_HUMAN, , , , , , , ,xT,F,H,F,N,T,V,E,
+,,sp|Q8ND56|LS14A_HUMAN, , , , ,S,P,V,xS,T,R,P,L,P,S,A,
+,,sp|P31146|COR1A_HUMAN,V,S,Q,T,T,W,D,xS,G,F,C,A,V,N,P,
+,,sp|Q9Y4E1|WAC2C_HUMAN; sp|Q641Q2|WAC2A_HUMAN, , , ,S,R,P,T,xS,F,A,D,E,L,A,A,
+,,sp|P14314|GLU2B_HUMAN, ,L,G,G,S,P,T,xS,L,G,T,W,G,S,W,
+,,sp|P49915|GUAA_HUMAN,P,P,T,D,V,T,P,xT,F,L,T,T,G,V,L,
+,,sp|Q96S55|WRIP1_HUMAN, , ,Q,P,A,T,P,xT,A,A,E,S,S,E,G,
+,,sp|Q9NVZ3|NECP2_HUMAN,P,A,S,T,G,G,L,xS,L,L,P,P,P,P,G,
+,,sp|P12956|XRCC6_HUMAN, , ,T,F,N,T,S,xT,G,G,L,L,L,P,S,
+,,sp|P23528|COF1_HUMAN,T,V,D,D,P,Y,A,xT,F,V,K, , , , ,
+,,sp|Q04837|SSBP_HUMAN, , , , ,Q,A,T,xT,I,I,A,D,N,I,I,
+,,sp|Q9ULZ2|STAP1_HUMAN, , , , , ,G,T,xT,L,F,F,Y,T,D,K,
+,,sp|O94826|TOM70_HUMAN, , , , , , ,A,xT,F,Y,L,L,I,G,N,
+,,sp|Q9BSJ8|ESYT1_HUMAN,N,P,H,L,Q,T,F,xT,F,T,R, , , , ,
+,,sp|P62805|H4_HUMAN, , , , , , ,K,xT,V,T,A,M,D,V,V,
+,,sp|Q9ULW0|TPX2_HUMAN, , , ,A,R,P,N,xT,V,I,S,Q,E,P,F,
+,,sp|P55884|EIF3B_HUMAN, , , ,P,R,P,P,xT,L,L,S,Q,E,Q,I,
+,,sp|O75663|TIPRL_HUMAN, , , , , , ,G,xT,L,L,G,E,S,L,K,
+,,sp|O43312|MTSS1_HUMAN, , , , ,R,P,A,xS,T,A,G,L,P,T,T,
+,,sp|P53396|ACLY_HUMAN, , , , ,K,P,A,xS,F,M,T,S,I,C,D,
+,,RRRRRsp|Q8NCX0|CC150_HUMAN, , , , , , , ,xS,H,S,A,L,V,N,E,
+,,sp|O95619|YETS4_HUMAN, , , , , ,G,V,xT,I,V,K,P,I,V,Y,
+,,sp|Q14C86|GAPD1_HUMAN,V,V,S,G,I,S,A,xT,S,E,D,I,P,N,K,
+,,sp|P27694|RFA1_HUMAN, , , ,V,V,T,A,xT,L,W,G,E,D,A,D,
+,,sp|P53041|PPP5_HUMAN, , , , , ,L,S,xT,L,V,E,T,T,L,K,
+,,sp|P10809|CH60_HUMAN,E,A,G,D,G,T,T,xT,A,T,V,L,A,R, ,
+,,sp|P01911|2B1F_HUMAN;sp|Q30154|DRB5_HUMAN;tr|A0A182DWH4|A0A182DWH4_HUMAN;,Q,V,E,H,P,S,V,xT,S,P,L,T,V,E,W,
+,,sp|P60709|ACTB_HUMAN; sp|P63261|ACTG_HUMAN, , , , ,T,V,L,xS,G,G,T,T,M,Y,P,
+,,sp|Q9UQ35|SRRM2_HUMAN, , , , , , ,T,xS,P,P,L,L,D,R, ,
+,,sp|P49189|AL9A1_HUMAN, , , , , , ,M,xS,T,G,T,F,V,V,S,
+,,sp|P42166|LAP2A_HUMAN, , ,G,P,P,D,F,xS,S,D,E,E,R,E,P,
+,,sp|P46087|NOP2_HUMAN, , ,L,G,V,T,N,xT,I,I,S,H,Y,D,G,
+,,sp|P11021|BIP_HUMAN, ,D,N,H,L,L,G,xT,F,D,L,T,G,I,P,
+,,sp|P30626|SORCN_HUMAN, , , , , ,A,L,xT,T,M,G,F,R, , ,
+,,sp|O43491|E41L2_HUMAN, , , , , , , ,xS,Y,T,L,V,V,A,K,
+,,sp|P27694|RFA1_HUMAN, , , , , ,V,V,xT,A,T,L,W,G,E,D,
+,,sp|Q7Z5L9|I2BP2_HUMAN, , , , ,R,P,A,xS,V,S,S,S,A,A,V,
+,,sp|P22314|UBA1_HUMAN, , , ,L,Q,T,S,xS,V,L,V,S,G,L,R,
+,,sp|Q13620|CUL4B_HUMAN, , , ,A,F,G,S,xT,I,V,I,N,P,E,K,
+,,sp|Q53H12|AGK_HUMAN, , , , , , ,A,xT,V,F,L,N,P,A,A,
+,,sp|P01911|2B1F_HUMAN;sp|Q30154|DRB5_HUMAN;tr|A0A182DWH4|A0A182DWH4_HUMAN;,T,C,Q,V,E,H,P,xS,V,T,S,P,L,T,V,
+,,sp|P49407|ARRB1_HUMAN,D,T,V,A,P,S,S,xT,F,C,K, , , , ,
+,,sp|P46087|NOP2_HUMAN, , , , ,L,G,V,xT,N,T,I,I,S,H,Y,
+,,sp|P37802|TAGL2_HUMAN, , , , , , , ,xT,L,M,N,L,G,G,L,
+,,sp|Q16658|FSCN1_HUMAN,A,P,S,G,P,S,G,xT,L,K, , , , , ,
+,,tr|A0A1W2PRB8|A0A1W2PRB8_HUMAN; sp|Q9H0W9|CK054_HUMAN, , , , , ,G,G,xT,F,I,I,Q,K, , ,
+,,sp|Q14156|EFR3A_HUMAN, , , , , , ,L,xT,F,Y,A,V,S,A,P,
+,,sp|P22626|ROA2_HUMAN, , , , ,V,T,F,xS,S,M,A,E,V,D,A,
+,,sp|P49915|GUAA_HUMAN,H,S,F,Y,N,G,T,xT,T,L,P,I,S,D,E,
+,,sp|P60842|IF4A1_HUMAN, , , , , , ,A,xT,Q,A,L,V,L,A,P,
+,,sp|P13796|PLSL_HUMAN, , , , ,E,G,E,xS,L,E,D,L,M,K, ,
+,,sp|O95487|SC24B_HUMAN, , ,D,S,R,P,L,xS,P,I,L,H,I,V,K,
+,,sp|P31146|COR1A_HUMAN, , , , , , ,V,xS,Q,T,T,W,D,S,G,
+,,sp|Q5JPE7|NOMO2_HUMAN; sp|Q15155|NOMO1_HUMAN; sp|P69849|NOMO3_HUMAN, , , , , , ,I,xT,I,T,G,Y,R, , ,
+,,sp|P43243|MATR3_HUMAN, , , , , ,L,C,xS,L,F,Y,T,N,E,E,
+,,sp|Q9NR09|BIRC6_HUMAN, , , , ,E,T,F,xT,S,W,P,H,V,G,Y,
+,,sp|Q96T37|RBM15_HUMAN, , , , , ,D,R,xT,P,P,L,L,Y,R, ,
+,,sp|P53396|ACLY_HUMAN, , , ,Y,P,G,S,xT,F,M,D,H,V,L,R,
+,,sp|Q9NR09|BIRC6_HUMAN, , , , , , ,E,xT,F,T,S,W,P,H,V,
+,,tr|A0A0C4DFX4|A0A0C4DFX4_HUMAN; sp|Q6ZRS2|SRCAP_HUMAN,S,P,G,P,S,H,P,xT,F,W,T,Y,T,E,A,
+,,sp|Q08043|ACTN3_HUMAN; sp|P35609|ACTN2_HUMAN; sp|P12814|ACTN1_HUMAN; sp|O43707|ACTN4_HUMAN, , , , ,K,T,F,xT,A,W,C,N,S,H,L,
+,,sp|A0FGR8|ESYT2_HUMAN, , , , ,G,A,N,xT,H,L,S,T,F,S,F,
+,,sp|Q96T68|SETB2_HUMAN, , , , , , ,G,xT,F,V,C,I,Y,S,G,
+,,sp|Q9Y3A5|SBDS_HUMAN, , , , ,R,P,Y,xT,V,I,L,I,E,R, ,
+,,sp|Q96A72|MGN2_HUMAN; sp|P61326|MGN_HUMAN, , , , , ,I,G,xS,L,I,D,V,N,Q,S,
+,,sp|Q9UIA9|XPO7_HUMAN, , , , , , , ,xT,T,F,Y,T,A,L,G,
+,,sp|P30086|PEBP1_HUMAN, , , , ,R,P,T,xS,I,S,W,D,G,L,D,
+,,sp|Q14C86|GAPD1_HUMAN,R,P,S,T,P,G,L,xS,V,V,S,G,I,S,A,
+,,sp|P49848|TAF6_HUMAN, , , , , ,F,S,xT,F,I,S,E,G,V,R,
+,,sp|P11142|HSP7C_HUMAN,D,I,V,L,V,G,G,xS,T,R, , , , , ,
+,,sp|O75521|ECI2_HUMAN, , , ,A,T,F,H,xT,P,F,S,H,L,G,Q,
+,,sp|Q53QZ3|RHG15_HUMAN, , , , , ,S,S,xS,T,E,L,L,S,H,Y,
+,,sp|P06576|ATPB_HUMAN, , , , ,V,A,L,xT,G,L,T,V,A,E,Y,
+,,sp|P45880|VDAC2_HUMAN, , , ,L,T,F,D,xT,T,F,S,P,N,T,G,
+,,sp|P49407|ARRB1_HUMAN,A,M,E,E,A,D,D,xT,V,A,P,S,S,T,F,
+,,sp|Q86UE4|LYRIC_HUMAN,I,P,D,D,Q,K,V,xS,D,D,D,K,E,K,G,
+,,sp|P22314|UBA1_HUMAN, , , , ,L,Q,T,xS,S,V,L,V,S,G,L,
+,,sp|P62805|H4_HUMAN, , , , , ,T,V,xT,A,M,D,V,V,Y,A,
+,,sp|P54886|P5CS_HUMAN, , , , , ,V,G,xT,F,F,S,E,V,K, ,
+,,sp|Q9Y4E1|WAC2C_HUMAN; sp|Q641Q2|WAC2A_HUMAN, , , , ,S,R,P,xT,S,F,A,D,E,L,A,
+,,sp|Q9Y2L1|RRP44_HUMAN, , , , ,H,F,Y,xT,F,T,N,E,H,H,R,
+,,sp|Q9NYF8|BCLF1_HUMAN, , , , ,L,L,A,xS,T,L,V,H,S,V,K,
+,,sp|O75608|LYPA1_HUMAN, , , , , , , ,xT,L,V,N,P,A,N,V,
+,,sp|P29350|PTN6_HUMAN, , , ,G,E,P,W,xT,F,L,V,R, , , ,
+,,sp|O60508|PRP17_HUMAN, ,S,P,S,S,K,P,xS,L,A,V,A,V,D,S,
+,,sp|P49407|ARRB1_HUMAN,D,D,T,V,A,P,S,xS,T,F,C,K, , , ,
+,,sp|Q99832|TCPH_HUMAN,D,A,E,V,G,D,G,xT,T,S,V,T,L,L,A,
+,,sp|Q9BSJ8|ESYT1_HUMAN,G,S,N,P,H,L,Q,xT,F,T,F,T,R, , ,
+,,sp|P49247|RPIA_HUMAN,L,G,I,G,S,G,S,xT,I,V,H,A,V,Q,R,
+,,sp|P35606|COPB2_HUMAN, , ,V,F,N,Y,N,xT,L,E,R, , , , ,
+,,sp|P55084|ECHB_HUMAN, , , , ,A,A,L,xT,G,L,L,H,R, , ,
+,,sp|P07737|PROF1_HUMAN, , , , , , ,S,xT,G,G,A,P,T,F,N,
+,,sp|P11021|BIP_HUMAN, , , , , , , ,xS,T,M,K,P,V,Q,K,
+,,sp|Q99547|MPH6_HUMAN, , , , ,R,Y,E,xT,L,V,G,T,I,G,K,
+,,sp|Q7Z4S6|KI21A_HUMAN, , , ,E,K,E,L,xS,P,P,P,G,L,P,S,
+,,sp|Q8IX12|CCAR1_HUMAN, , ,V,M,L,M,A,xS,P,S,M,E,D,L,Y,
+,,sp|Q15363|TMED2_HUMAN, , , , , , ,Y,xT,F,A,A,H,M,D,G,
+,,sp|P53396|ACLY_HUMAN, , , , ,Y,P,G,xS,T,F,M,D,H,V,L,
+,,sp|P29401|TKT_HUMAN, , ,S,V,P,T,S,xT,V,F,Y,P,S,D,G,
+,,sp|Q9ULW0|TPX2_HUMAN, , , , , ,G,C,xT,I,V,K,P,F, , ,
+,,sp|Q9NVZ3|NECP2_HUMAN, , ,V,R,P,A,S,xT,G,G,L,S,L,L,P,
+,,sp|P54819|KAD2_HUMAN, , ,L,Q,A,Y,H,xT,Q,T,T,P,L,I,E,
+,,sp|P12956|XRCC6_HUMAN, , , , , , , ,xT,F,N,T,S,T,G,G,
+,,sp|P55036|PSMD4_HUMAN, , , , , , ,I,xT,F,C,T,G,I,R, ,
+,,sp|O43815|STRN_HUMAN, , ,S,V,I,D,T,xS,T,I,V,R, , , ,
+,,sp|P30040|ERP29_HUMAN, ,G,A,L,P,L,D,xT,V,T,F,Y,K, , ,
+,,sp|P11177|ODPB_HUMAN, , , , , , , ,xT,Y,Y,M,S,G,G,L,
+,,sp|Q14181|DPOA2_HUMAN, ,S,P,H,Q,L,L,xS,P,S,S,F,S,P,S,
+,,sp|Q53EL6|PDCD4_HUMAN,S,G,L,T,V,P,T,xS,P,K, , , , , ,
+,,sp|P17987|TCPA_HUMAN, ,E,V,G,D,G,T,xT,S,V,V,I,I,A,A,
+,,sp|P26196|DDX6_HUMAN, , , , , ,G,V,xT,Q,Y,Y,A,Y,V,T,
+,,sp|P09651|ROA1_HUMAN, , , , , ,S,E,xS,P,K,E,P,E,Q,L,
+,,sp|Q9ULT8|HECD1_HUMAN, , , , , , , ,xS,T,I,F,Y,Y,V,Q,
+,,sp|P40926|MDHM_HUMAN, , , , , , ,L,xT,L,Y,D,I,A,H,T,
+,,sp|P78527|PRKDC_HUMAN, , , , , ,L,A,xT,T,I,L,Q,H,W,K,
+,,sp|P14866|HNRPL_HUMAN, , , , , ,A,I,xT,H,L,N,N,N,F,M,
+,,sp|P22626|ROA2_HUMAN, , , ,V,T,F,S,xS,M,A,E,V,D,A,A,
+,,sp|Q14204|DYHC1_HUMAN, , , , , ,Y,A,xT,L,A,T,V,S,R, ,
+,,sp|Q92871|PMM1_HUMAN; sp|O15305|PMM2_HUMAN, , , , , , ,G,xT,F,I,E,F,R, , ,
+,,sp|Q6ZU35|K1211_HUMAN, , , , ,R,P,P,xS,P,P,G,P,E,E,R,
+,,sp|P11142|HSP7C_HUMAN,I,V,L,V,G,G,S,xT,R, , , , , , ,
+,,sp|P29401|TKT_HUMAN, , , , , , , ,xS,V,P,T,S,T,V,F,
+,,sp|Q14181|DPOA2_HUMAN, , , , , , , ,xS,P,H,Q,L,L,S,P,
+,,tr|A0A0C4DFX4|A0A0C4DFX4_HUMAN; sp|Q6ZRS2|SRCAP_HUMAN, , , ,S,P,G,P,xS,H,P,T,F,W,T,Y,
+,,sp|Q99832|TCPH_HUMAN, , , , , ,T,C,xT,F,I,L,R, , , ,
+,,sp|P17844|DDX5_HUMAN, , , , , , , ,xT,T,Y,L,V,L,D,E,
+,,sp|O60493|SNX3_HUMAN, , , , , , ,F,xT,T,Y,E,I,R, , ,
+,,sp|P18124|RL7_HUMAN, , ,Q,I,F,N,G,xT,F,V,K, , , , ,
+,,tr|A0A1B0GU03|A0A1B0GU03_HUMAN; sp|P07339|CATD_HUMAN, , , , , ,G,I,xT,F,I,A,A,K, , ,
+,,sp|Q99436|PSB7_HUMAN, , , , ,T,G,T,xT,I,A,G,V,V,Y,K,
+,,sp|O60508|PRP17_HUMAN, , , , , ,S,P,xS,S,K,P,S,L,A,V,
+,,sp|O15371|EIF3D_HUMAN,I,F,H,T,V,T,T,xT,D,D,P,V,I,R, ,
+,,sp|P62701|RS4X_HUMAN; sp|Q8TD47|RS4Y2_HUMAN, , , , , , ,L,xT,G,V,F,A,P,R, ,
+,,sp|O43491|E41L2_HUMAN, , , , , ,S,P,xT,K,A,P,H,L,Q,L,
+,,sp|P45880|VDAC2_HUMAN, , , , ,V,N,N,xS,S,L,I,G,V,G,Y,
+,,sp|P68104|EF1A1_HUMAN; sp|Q5VTE0|EF1A3_HUMAN, , ,I,G,G,I,G,xT,V,P,V,G,R, , ,
+,,sp|P78527|PRKDC_HUMAN, , , , , ,L,Y,xS,L,A,L,H,P,N,A,
+,,sp|Q16698|DECR_HUMAN, , , ,V,A,F,I,xT,G,G,G,T,G,L,G,
+,,sp|P06744|G6PI_HUMAN,E,G,N,R,P,T,N,xS,I,V,F,T,K, , ,
+,,sp|Q9NUL3|STAU2_HUMAN, , , ,V,I,S,G,xT,T,L,G,Y,L,S,P,
+,,sp|Q13263|TIF1B_HUMAN,A,A,A,A,S,A,A,xS,G,S,P,G,P,G,E,
+,,sp|Q9NYF8|BCLF1_HUMAN, , , , ,I,D,I,xS,P,S,T,L,R, , ,
+,,sp|Q99873|ANM1_HUMAN, , , , , , ,A,xT,L,Y,V,T,A,I,E,
+,,sp|P55265|DSRAD_HUMAN, , , ,T,L,P,L,xT,G,S,T,F,H,D,Q,
+,,sp|Q9ULZ2|STAP1_HUMAN, , , , , , ,G,xT,T,L,F,F,Y,T,D,
+,,sp|P29401|TKT_HUMAN, , , , ,S,V,P,xT,S,T,V,F,Y,P,S,
+,,sp|P38646|GRP75_HUMAN, , ,L,L,G,Q,F,xT,L,I,G,I,P,P,A,
+,,sp|Q14C86|GAPD1_HUMAN,T,P,G,L,S,V,V,xS,G,I,S,A,T,S,E,
+,,sp|Q13620|CUL4B_HUMAN, , , , ,A,F,G,xS,T,I,V,I,N,P,E,
+,,sp|P61158|ARP3_HUMAN,I,V,L,S,G,G,S,xT,M,F,R, , , , ,
+,,sp|Q9UK76|JUPI1_HUMAN, , , , , ,R,N,xS,S,E,A,S,S,G,D,
+,,sp|Q00059|TFAM_HUMAN, , , , , ,E,L,xT,L,L,G,K,P,K, ,
+,,sp|P07686|HEXB_HUMAN, , , , ,G,S,Y,xS,L,S,H,V,Y,T,P,
+,,sp|Q8WZ42|TITIN_HUMAN, , , , , ,W,T,xT,D,G,S,E,I,K, ,
+,,sp|Q14204|DYHC1_HUMAN, , , , , , ,V,xT,F,V,N,F,T,V,T,
+,,sp|P00338|LDHA_HUMAN, , , , , ,A,D,xT,L,W,G,I,Q,K, ,
+,,sp|P07954|FUMH_HUMAN, , , ,I,E,Y,D,xT,F,G,E,L,K, , ,
+,,sp|O15235|RT12_HUMAN, , ,G,V,V,L,C,xT,F,T,R, , , , ,
+,,sp|Q9BRR9|RHG09_HUMAN,G,S,G,P,A,E,L,xS,A,G,E,D,E,E,E,
+,,sp|Q6PI48|SYDM_HUMAN, , , , ,R,Q,N,xT,F,L,V,L,R, , ,
+,,sp|Q9Y4B6|DCAF1_HUMAN, , , , , ,L,L,xT,L,F,N,P,D,L,A,
+,,sp|Q13283|G3BP1_HUMAN, , , , ,Q,Y,Y,xT,L,L,N,Q,A,P,D,
+,,sp|Q9BWU0|NADAP_HUMAN, , , , , ,G,T,xS,Y,C,L,F,G,R, ,
+,,sp|Q13596|SNX1_HUMAN, , , , ,A,V,G,xT,Q,T,L,S,G,A,G,
+,,sp|P41250|GARS_HUMAN, , , , , , , ,xT,F,F,S,F,P,A,V,
+,,sp|O75083|WDR1_HUMAN, , , , , ,L,Y,xS,I,L,G,T,T,L,K,
+,,sp|O75533|SF3B1_HUMAN,G,D,T,P,G,H,A,xT,P,G,H,G,G,A,T,
+,,sp|P13861|KAP2_HUMAN, , , , , ,A,A,xT,I,V,A,T,S,E,G,
+,,sp|Q71UI9|H2AV_HUMAN; sp|P0C0S5|H2AZ_HUMAN, , , , , , ,A,xT,I,A,G,G,G,V,I,
+,,sp|P14618|KPYM_HUMAN, , , , ,L,N,F,xS,H,G,T,H,E,Y,H,
+,,sp|P08238|HS90B_HUMAN, , , , , , , ,xT,L,T,L,V,D,T,G,
+,,sp|O75534|CSDE1_HUMAN, , , , ,G,T,V,xS,F,H,S,H,S,D,H,
+,,sp|Q7Z5L9|I2BP2_HUMAN, ,R,P,A,S,V,S,xS,S,A,A,V,E,H,E,
+,,sp|P29401|TKT_HUMAN, , , ,S,V,P,T,xS,T,V,F,Y,P,S,D,
+,,sp|Q32P44|EMAL3_HUMAN,P,I,T,M,Y,I,P,xS,G,I,R, , , , ,
+,,sp|Q08043|ACTN3_HUMAN; sp|P35609|ACTN2_HUMAN; sp|P12814|ACTN1_HUMAN; sp|O43707|ACTN4_HUMAN, , , , , , , ,xT,F,T,A,W,C,N,S,
+,,sp|P00505|AATM_HUMAN, , , , ,I,G,A,xS,F,L,Q,R, , , ,
+,,sp|P22626|ROA2_HUMAN,G,F,G,F,V,T,F,xS,S,M,A,E,V,D,A,
+,,sp|Q09472|EP300_HUMAN, , , , , ,L,G,xT,F,L,E,N,R, , ,
+,,sp|P12956|XRCC6_HUMAN, , , , , , ,R,xT,F,N,T,S,T,G,G,
+,,sp|P09651|ROA1_HUMAN; sp|Q32P51|RA1L2_HUMAN; tr|A0A2R8Y4L2|A0A2R8Y4L2_HUMAN, , ,G,F,A,F,V,xT,F,D,D,H,D,S,V,
+,,sp|P06744|G6PI_HUMAN,V,F,E,G,N,R,P,xT,N,S,I,V,F,T,K,
+,,sp|Q9BTE3|MCMBP_HUMAN, , , , , , ,N,xS,T,F,T,E,H,L,Y,
+,,tr|A0A182DWH4|A0A182DWH4_HUMAN, , ,S,G,E,V,Y,xT,C,Q,V,E,H,P,S,
+,,sp|P52292|IMA1_HUMAN, , , ,E,A,T,W,xT,M,S,N,I,T,A,G,
+,,sp|P08240|SRPRA_HUMAN, , , , ,V,M,G,xT,F,S,T,V,T,S,T,
+,,sp|P55265|DSRAD_HUMAN,T,L,P,L,T,G,S,xT,F,H,D,Q,I,A,M,
+,,sp|Q9Y5V0|ZN706_HUMAN,A,A,L,I,Y,T,C,xT,V,C,R, , , , ,
+,,sp|P06748|NPM_HUMAN, , , ,S,I,R,D,xT,P,A,K, , , , ,
+,,sp|Q9NRW3|ABC3C_HUMAN, , ,A,M,Y,P,G,xT,F,Y,F,Q,F,K, ,
+,,sp|P36578|RL4_HUMAN,K,L,D,E,L,Y,G,xT,W,R, , , , , ,
+,,sp|Q15005|SPCS2_HUMAN, , , ,F,F,D,H,xS,G,T,L,V,M,D,A,
+,,sp|Q96JH7|VCIP1_HUMAN, , , , , , ,S,xS,T,T,F,F,E,L,Q,
+,,sp|P61158|ARP3_HUMAN,N,I,V,L,S,G,G,xS,T,M,F,R, , , ,
+,,sp|Q92608|DOCK2_HUMAN, , , , , , ,L,xS,Q,T,F,L,Q,L,S,
+,,sp|Q9Y2W1|TR150_HUMAN, , , , ,I,D,I,xS,P,S,T,F,R, , ,
+,,sp|O14980|XPO1_HUMAN, , , , , , ,E,xT,L,V,Y,L,T,H,L,
+,,sp|Q9UK76|JUPI1_HUMAN, , , , ,R,N,S,xS,E,A,S,S,G,D,F,
+,,sp|P34897|GLYM_HUMAN; sp|P34896|GLYC_HUMAN, , , , ,I,S,A,xT,S,I,F,F,E,S,M,
+,,sp|P18433|PTPRA_HUMAN, , , , , ,T,G,xT,F,C,A,L,S,T,V,
+,,sp|Q9BWJ5|SF3B5_HUMAN, , , ,Y,T,I,H,xS,Q,L,E,H,L,Q,S,
+,,sp|Q13347|EIF3I_HUMAN, , , , , ,D,M,xT,M,F,V,T,A,S,K,
+,,sp|Q8ND76|CCNY_HUMAN; sp|Q8N7R7|CCYL1_HUMAN, , , , , ,A,S,xT,I,F,L,S,K, , ,
+,,sp|Q15181|IPYR_HUMAN,G,I,S,C,M,N,T,xT,L,S,E,S,P,F,K,
+,,sp|Q15833|STXB2_HUMAN, ,D,F,Q,G,T,P,xT,F,T,Y,K, , , ,
+,,sp|P62805|H4_HUMAN, , , , ,K,T,V,xT,A,M,D,V,V,Y,A,
+,,sp|P14625|ENPL_HUMAN,A,D,D,K,Y,N,D,xT,F,W,K, , , , ,
+,,sp|P07437|TBB5_HUMAN; sp|Q13509|TBB3_HUMAN; tr|A0A0B4J269|A0A0B4J269_HUMAN,S,L,G,G,G,T,G,xS,G,M,G,T,L,L,I,
+,,sp|P82650|RT22_HUMAN, , , , , ,I,L,xT,P,I,I,F,K, , ,
+,,sp|Q16594|TAF9_HUMAN,G,S,V,T,S,R,P,xS,T,P,T,L,G,T,P,
+,,sp|P14866|HNRPL_HUMAN, , , , ,T,P,A,xS,P,V,V,H,I,R, ,
+,,sp|P14625|ENPL_HUMAN, , , , , , ,G,xT,T,I,T,L,V,L,K,
+,,sp|Q5T4S7|UBR4_HUMAN, , , , , ,L,C,xT,F,T,I,T,Q,K, ,
+,,sp|Q6IBS0|TWF2_HUMAN, , , , , ,H,Q,xT,L,Q,G,L,A,F,P,
+,,sp|P06748|NPM_HUMAN, , , , , ,L,L,xS,I,S,G,K, , , ,
+,,sp|Q96S55|WRIP1_HUMAN,A,T,P,T,A,A,E,xS,S,E,G,E,G,E,E,
+,,sp|P14314|GLU2B_HUMAN, , ,L,G,G,S,P,xT,S,L,G,T,W,G,S,
+,,sp|P01911|2B1F_HUMAN; sp|Q30154|DRB5_HUMAN,V,E,H,P,S,V,T,xS,P,L,T,V,E,W,R,
+,,sp|P52272|HNRPM_HUMAN,F,G,G,S,F,A,G,xS,F,G,G,A,G,G,H,
+,,tr|A0A182DWH4|A0A182DWH4_HUMAN,V,E,H,P,S,V,T,xS,P,L,T,V,E,W,S,
+,,sp|O75521|ECI2_HUMAN,A,T,F,H,T,P,F,xS,H,L,G,Q,S,P,E,
+,,sp|Q9BTE3|MCMBP_HUMAN, , , , , ,N,S,xT,F,T,E,H,L,Y,R,
+,,sp|P68363|TBA1B_HUMAN; sp|Q71U36|TBA1A_HUMAN; sp|Q9BQE3|TBA1C_HUMAN, , , , ,S,F,N,xT,F,F,S,E,T,G,A,
+,,sp|Q99613|EIF3C_HUMAN; sp|B5ME19|EIFCL_HUMAN, , ,Q,P,L,L,L,xS,E,D,E,E,D,T,K,
+,,sp|Q9NVZ3|NECP2_HUMAN, , , ,V,R,P,A,xS,T,G,G,L,S,L,L,
+,,sp|Q99832|TCPH_HUMAN, , , , ,K,T,F,xS,Y,A,G,F,E,M,Q,
+,,sp|P60709|ACTB_HUMAN; sp|P63261|ACTG_HUMAN, , , ,A,V,F,P,xS,I,V,G,R, , , ,
+,,sp|Q86VP6|CAND1_HUMAN, , , , , ,L,G,xT,L,S,A,L,D,I,L,
+,,sp|Q08211|DHX9_HUMAN, , , , , ,G,M,xT,L,V,T,P,L,Q,L,
+,,sp|P30084|ECHM_HUMAN, , , , ,L,F,Y,xS,T,F,A,T,D,D,R,
+,,sp|Q9Y3I0|RTCB_HUMAN, , , , ,S,S,M,xT,F,L,T,R, , , ,
+,,sp|P16930|FAAA_HUMAN, , , , ,H,L,F,xT,G,P,V,L,S,K, ,
+,,sp|Q9BRA2|TXD17_HUMAN, , , , , , , ,xT,I,F,A,Y,F,T,G,
+,,sp|P12956|XRCC6_HUMAN, , , , ,T,F,N,xT,S,T,G,G,L,L,L,
+,,sp|P43686|PRS6B_HUMAN, , , , ,L,I,F,xS,T,I,T,S,K, , ,
+,,sp|P53597|SUCA_HUMAN, , ,Q,G,T,F,H,xS,Q,Q,A,L,E,Y,G,
+,,sp|P52292|IMA1_HUMAN, , , , , ,E,A,xT,W,T,M,S,N,I,T,
+,,sp|P54819|KAD2_HUMAN,Q,A,Y,H,T,Q,T,xT,P,L,I,E,Y,Y,R,
+,,sp|P27797|CALR_HUMAN, , , , , ,G,Q,xT,L,V,V,Q,F,T,V,
+,,sp|Q99426|TBCB_HUMAN, , , , , , , ,xS,L,T,I,A,E,F,K,
+,,sp|Q14697|GANAB_HUMAN, , , , , , ,L,xS,F,Q,H,D,P,E,T,
+,,sp|P30086|PEBP1_HUMAN, , , , , ,R,P,xT,S,I,S,W,D,G,L,
+,,sp|O60508|PRP17_HUMAN, , , , ,S,P,S,xS,K,P,S,L,A,V,A,
+,,sp|Q13315|ATM_HUMAN, , , ,D,R,E,F,xS,T,F,Y,E,S,L,K,
+,,sp|P51991|ROA3_HUMAN, , , ,W,G,T,L,xT,D,C,V,V,M,R,D,
+,,sp|Q13895|BYST_HUMAN, , , ,A,A,T,M,xT,A,A,G,H,H,A,E,
+,,sp|P55884|EIF3B_HUMAN, , , , ,I,S,V,xS,F,Y,H,V,K, , ,
+,,sp|Q99575|POP1_HUMAN, , , ,Y,I,T,A,xS,T,F,A,Q,A,R, ,
+,,sp|P49588|SYAC_HUMAN, , , , , ,I,G,xT,I,Y,G,D,L,K, ,
+,,sp|Q7Z5L9|I2BP2_HUMAN,R,P,A,S,V,S,S,xS,A,A,V,E,H,E,Q,
+,,sp|P23588|IF4B_HUMAN, , , , , ,A,A,xS,I,F,G,G,A,K,P,
+,,sp|Q9UIA9|XPO7_HUMAN, , , , , , ,T,xT,F,Y,T,A,L,G,R,
+,,sp|P07437|TBB5_HUMAN; sp|Q13509|TBB3_HUMAN; tr|A0A0B4J269|A0A0B4J269_HUMAN,G,T,G,S,G,M,G,xT,L,L,I,S,K, , ,
+,,sp|P17987|TCPA_HUMAN,E,V,G,D,G,T,T,xS,V,V,I,I,A,A,E,
+,,sp|O15042|SR140_HUMAN, , , , , ,L,Y,xS,I,L,Q,G,D,S,P,
+,,sp|Q9UKM9|RALY_HUMAN, , , , ,G,R,L,xS,P,V,P,V,P,R, ,
+,,sp|P30086|PEBP1_HUMAN, , ,R,P,T,S,I,xS,W,D,G,L,D,S,G,
+,,sp|Q13586|STIM1_HUMAN, , ,N,T,L,F,G,xT,F,H,V,A,H,S,S,
+,,sp|Q7Z5L9|I2BP2_HUMAN, , ,R,P,A,S,V,xS,S,S,A,A,V,E,H,
+,,sp|Q96JH7|VCIP1_HUMAN, , , , , , , ,xS,S,T,T,F,F,E,L,
+,,sp|P17987|TCPA_HUMAN, , ,E,V,G,D,G,xT,T,S,V,V,I,I,A,
+,,sp|P06737|PYGL_HUMAN, , , , , , , ,xT,F,A,Y,T,N,H,T,
+,,sp|Q16594|TAF9_HUMAN,S,V,T,S,R,P,S,xT,P,T,L,G,T,P,T,
+,,sp|P30084|ECHM_HUMAN, , , ,L,F,Y,S,xT,F,A,T,D,D,R,K,
+,,sp|P09651|ROA1_HUMAN; tr|A0A2R8Y4L2|A0A2R8Y4L2_HUMAN, , , , , ,Y,H,xT,V,N,G,H,N,C,E,
+,,sp|Q9NZL9|MAT2B_HUMAN, , ,G,T,F,H,W,xS,G,N,E,Q,M,T,K,
+,,sp|P06748|NPM_HUMAN, , , , , , , ,xT,V,S,L,G,A,G,A,
+,,sp|Q14C86|GAPD1_HUMAN,L,S,V,V,S,G,I,xS,A,T,S,E,D,I,P,
+,,sp|Q9NPJ3|ACO13_HUMAN, , , , , , ,I,xT,L,V,S,A,A,P,G,
+,,sp|Q9H7N4|SFR19_HUMAN, , , ,Q,R,S,P,xS,P,A,P,A,P,A,P,
+,,sp|Q03252|LMNB2_HUMAN,G,G,P,A,T,P,L,xS,P,T,R, , , , ,
+,,sp|Q9HCC0|MCCB_HUMAN, , , , ,K,Q,G,xT,I,F,L,A,G,P,P,
+,,sp|O15371|EIF3D_HUMAN, , ,I,F,H,T,V,xT,T,T,D,D,P,V,I,
+,,sp|Q9UI08|EVL_HUMAN, , , ,Y,N,Q,A,xT,P,T,F,H,Q,W,R,
+,,sp|Q13283|G3BP1_HUMAN, , , , , ,S,S,xS,P,A,P,A,D,I,A,
+,,sp|O75064|DEN4B_HUMAN,Y,P,V,P,V,F,S,xT,F,V,L,T,G,A,A,
+,,sp|Q16594|TAF9_HUMAN, , , ,L,S,V,G,xS,V,T,S,R,P,S,T,
+,,sp|Q13177|PAK2_HUMAN, , , , , , , ,xS,T,M,V,G,T,P,Y,
+,,sp|P20290|BTF3_HUMAN,Q,A,S,L,A,A,N,xT,F,T,I,T,G,H,A,
+,,sp|Q8WVB6|CTF18_HUMAN, , , ,L,R,P,V,xS,T,Q,L,Y,S,T,R,
+,,sp|Q9ULT8|HECD1_HUMAN, , , , , , ,S,xT,I,F,Y,Y,V,Q,K,
+,,sp|P25789|PSA4_HUMAN, , , ,V,E,I,A,xT,L,T,R, , , , ,
+,,sp|Q9H7N4|SFR19_HUMAN, , , , , ,Q,R,xS,P,S,P,A,P,A,P,
+,,sp|Q9BWJ5|SF3B5_HUMAN, , , , , , ,Y,xT,I,H,S,Q,L,E,H,
+,,sp|P30101|PDIA3_HUMAN,Y,G,V,S,G,Y,P,xT,L,K, , , , , ,
+,,sp|Q6ZNL6|FGD5_HUMAN, , , ,E,R,P,V,xS,M,S,F,P,L,S,S,
+,,sp|P55265|DSRAD_HUMAN, ,T,L,P,L,T,G,xS,T,F,H,D,Q,I,A,
+,,sp|O60573|IF4E2_HUMAN, , , , ,Q,I,G,xT,F,A,S,V,E,Q,F,
+,,sp|P34932|HSP74_HUMAN,P,Q,A,A,E,Q,G,xT,D,T,A,V,P,S,D,
+,,sp|Q8WV74|NUDT8_HUMAN, , , ,A,R,P,A,xS,A,A,V,L,V,P,L,
+,,sp|P22087|FBRL_HUMAN; sp|A6NHQ2|FBLL1_HUMAN,I,V,A,L,N,A,H,xT,F,L,R, , , , ,
+,,sp|P55265|DSRAD_HUMAN, , , , , , , ,xT,L,P,L,T,G,S,T,
+,,sp|Q15181|IPYR_HUMAN, , , , , ,G,I,xS,C,M,N,T,T,L,S,
+,,sp|P60709|ACTB_HUMAN; sp|P63261|ACTG_HUMAN, , , ,A,V,F,P,xS,I,V,G,R,P,R, ,
+,,sp|P06737|PYGL_HUMAN, , , ,T,F,A,Y,xT,N,H,T,V,L,P,E,
+,,sp|P38646|GRP75_HUMAN, , , , ,Q,A,V,xT,N,P,N,N,T,F,Y,
+,,sp|P61960|UFM1_HUMAN, , , , , , ,I,xT,L,T,S,D,P,R, ,
+,,sp|Q8IYB3|SRRM1_HUMAN, , , , , ,E,K,xT,P,E,L,P,E,P,S,
+,,sp|P49915|GUAA_HUMAN,A,H,S,F,Y,N,G,xT,T,T,L,P,I,S,D,
+,,sp|Q14690|RRP5_HUMAN, , , , , ,A,G,xT,Y,F,S,N,Q,A,V,
+,,sp|P07900|HS90A_HUMAN, , , , , , , ,xT,L,T,I,V,D,T,G,
+,,sp|O14980|XPO1_HUMAN, ,E,T,L,V,Y,L,xT,H,L,D,Y,V,D,T,
+,,sp|P04075|ALDOA_HUMAN,H,E,E,I,A,M,A,xT,V,T,A,L,R, , ,
+,,sp|O75521|ECI2_HUMAN, , , , , , ,A,xT,F,H,T,P,F,S,H,
+,,sp|P07737|PROF1_HUMAN, , , , , , , ,xS,T,G,G,A,P,T,F,
+,,sp|P08865|RSSA_HUMAN,A,S,Y,V,N,L,P,xT,I,A,L,C,N,T,D,
+,,sp|P60709|ACTB_HUMAN; sp|P63261|ACTG_HUMAN,T,V,L,S,G,G,T,xT,M,Y,P,G,I,A,D,
+,,sp|P13639|EF2_HUMAN, , , , , , , ,xT,I,L,M,M,G,R, ,
+,,sp|Q16594|TAF9_HUMAN,T,S,R,P,S,T,P,xT,L,G,T,P,T,P,Q,
+,,sp|P62807|H2B1C_HUMAN; sp|P57053|H2BFS_HUMAN; sp|O60814|H2B1K_HUMAN; sp|Q99880|H2B1L_HUMAN; sp|Q99879|H2B1M_HUMAN; sp|Q99877|H2B1N_HUMAN; sp|Q93079|H2B1H_HUMAN; sp|Q5QNW6|H2B2F_HUMAN; sp|P58876|H2B1D_HUMAN, , , , ,E,S,Y,xS,V,Y,V,Y,K, , ,
+,,sp|Q15005|SPCS2_HUMAN, , , , , , ,L,xT,F,I,S,G,R, , ,
+,,sp|Q9UKJ3|GPTC8_HUMAN, , ,S,P,S,Q,Y,xS,E,E,E,E,E,E,D,
+,,sp|Q9UKJ3|GPTC8_HUMAN, , , , , ,S,P,xS,Q,Y,S,E,E,E,E,
+,,sp|O60583|CCNT2_HUMAN, , , , , , , ,xS,P,V,G,L,S,S,D,
+,,sp|Q14554|PDIA5_HUMAN, , , , ,G,Q,G,xT,I,C,W,V,D,C,G,
+,,sp|Q96QH2|PRAM_HUMAN, , , , , , , ,xS,P,Q,P,E,L,S,T,
+,,sp|Q9UI08|EVL_HUMAN, , , , , , , ,xS,P,L,Q,S,Q,P,H,
+,,sp|P53999|TCP4_HUMAN, , , ,E,L,V,S,xS,S,S,S,G,S,D,S,
+,,sp|Q6PJG6|BRAT1_HUMAN, , , , , , ,G,xS,P,N,T,A,S,A,E,
+,,sp|P49450|CENPA_HUMAN, , , , , , , ,xS,P,S,P,T,P,T,P,
+,,sp|O00231|PSD11_HUMAN, , , , , ,A,Q,xS,L,L,S,T,D,R, ,
+,,sp|Q9NR82|KCNQ5_HUMAN, , , , ,S,P,S,xT,D,I,T,A,E,G,S,
+,,tr|H3BQZ7|H3BQZ7_HUMAN; sp|Q1KMD3|HNRL2_HUMAN, , , , , , , ,xS,G,D,E,T,P,G,S,
+,,sp|Q07002|CDK18_HUMAN,L,G,E,G,T,Y,A,xT,V,F,K, , , , ,
+,,sp|P45973|CBX5_HUMAN, , , , ,T,A,D,xS,S,S,S,E,D,E,E,
+,,sp|Q14739|LBR_HUMAN, , , , , , , ,xS,P,G,R,P,P,K, ,
+,,sp|Q9BQE3|TBA1C_HUMAN; sp|Q71U36|TBA1A_HUMAN; sp|P68363|TBA1B_HUMAN, , , , ,G,H,Y,xT,I,G,K, , , , ,
+,,sp|P53999|TCP4_HUMAN,E,L,V,S,S,S,S,xS,G,S,D,S,D,S,E,
+,,sp|P19338|NUCL_HUMAN, , , , ,K,E,D,xS,D,E,E,E,D,D,D,
+,,sp|P53999|TCP4_HUMAN, , ,E,L,V,S,S,xS,S,S,G,S,D,S,D,
+,,sp|Q9Y2W1|TR150_HUMAN, , , ,S,P,P,S,xT,G,S,T,Y,G,S,S,
+,,sp|Q92804|RBP56_HUMAN, , , ,Q,S,S,Y,xS,Q,Q,P,Y,N,N,Q,
+,,sp|P53999|TCP4_HUMAN, , , , ,E,L,V,xS,S,S,S,S,G,S,D,
+,,sp|Q9HCN4|GPN1_HUMAN,A,A,A,E,L,Q,A,xS,G,G,P,R, , , ,
+,,sp|P19338|NUCL_HUMAN, , , ,K,V,V,V,xS,P,T,K, , , , ,
+,,sp|P31943|HNRH1_HUMAN; sp|P55795|HNRH2_HUMAN, , ,H,T,G,P,N,xS,P,D,T,A,N,D,G,
+,,sp|O94888|UBXN7_HUMAN, , , , , , , ,xS,P,H,K,D,L,G,H,
+,,sp|Q99618|CDCA3_HUMAN, , , , , ,S,P,xS,A,G,I,L,R, , ,
+,,sp|Q9UQ35|SRRM2_HUMAN, , ,S,C,F,E,S,xS,P,D,P,E,L,K, ,
+,,sp|Q9Y2W1|TR150_HUMAN; sp|Q9NYF8|BCLF1_HUMAN, , , , , , , ,xS,P,E,I,H,R, , ,
+,,sp|Q9NWQ8|PHAG1_HUMAN, , , , , ,S,P,xS,S,C,N,D,L,Y,A,
+,,sp|Q8ND76|CCNY_HUMAN, , , , , ,S,A,xS,A,D,N,L,T,L,P,
+,,sp|Q9Y2W1|TR150_HUMAN, ,S,P,P,S,T,G,xS,T,Y,G,S,S,Q,K,
+,,sp|P25205|MCM3_HUMAN, , , ,G,G,Y,T,xS,G,T,F,R, , , ,
+,,sp|P27824|CALX_HUMAN,E,D,E,I,L,N,R,xS,P,R, , , , , ,
+,,sp|P61978|HNRPK_HUMAN, , ,D,Y,D,D,M,xS,P,R, , , , , ,
+,,sp|Q9Y2W1|TR150_HUMAN, , , , ,S,P,P,xS,T,G,S,T,Y,G,S,
+,,sp|Q9HCE3|ZN532_HUMAN, , , , , , , ,xS,P,E,S,Q,N,L,I,
+,,sp|P18615|NELFE_HUMAN, , , , , , , ,xS,I,S,A,D,D,D,L,
+,,sp|P08575|PTPRC_HUMAN,D,E,S,S,D,D,D,xS,D,S,E,E,P,S,K,
+,,sp|Q15036|SNX17_HUMAN, , , , , , , ,xS,P,P,L,L,E,S,P,
+,,sp|Q6JBY9|CPZIP_HUMAN, , , , , ,S,Q,xS,D,C,G,E,L,G,D,
+,,sp|Q96RU3|FNBP1_HUMAN, , , , , ,T,V,xS,D,N,S,L,S,N,S,
+,,sp|Q9Y2W1|TR150_HUMAN,T,G,S,T,Y,G,S,xS,Q,K,E,E,S,A,A,
+,,sp|P18615|NELFE_HUMAN, , , , , ,S,I,xS,A,D,D,D,L,Q,E,
+,,sp|Q7Z6Z7|HUWE1_HUMAN, , , , , , ,G,xS,G,T,A,S,D,D,E,
+,,sp|Q96I25|SPF45_HUMAN, , ,R,P,D,P,D,xS,D,E,D,E,D,Y,E,
+,,sp|Q15366|PCBP2_HUMAN, , , , , , ,P,xS,S,S,P,V,I,F,A,
+,,sp|P85037|FOXK1_HUMAN, , , , , ,E,G,xS,P,I,P,H,D,P,E,
+,,sp|Q13098|CSN1_HUMAN, , , , , , , ,xS,P,P,R,E,G,S,Q,
+,,sp|P08575|PTPRC_HUMAN,E,H,D,S,D,E,S,xS,D,D,D,S,D,S,E,
+,,sp|P16401|H15_HUMAN; sp|P16402|H13_HUMAN; sp|Q02539|H11_HUMAN; sp|P16403|H12_HUMAN; sp|P10412|H14_HUMAN; sp|P22492|H1T_HUMAN, ,G,T,G,A,S,G,xS,F,K, , , , , ,
+,,sp|P60174|TPIS_HUMAN, , , ,D,C,G,A,xT,W,V,V,L,G,H, ,
+,,sp|Q9Y2W1|TR150_HUMAN,S,T,G,S,T,Y,G,xS,S,Q,K,E,E,S,A,
+,,sp|Q15287|RNPS1_HUMAN, , , , , , , ,xS,P,S,P,K,P,T,K,
+,,sp|Q05193|DYN1_HUMAN, , , , , , , ,xS,P,T,S,S,P,T,P,
+,,sp|P07948|LYN_HUMAN, , , , ,G,K,D,xS,L,S,D,D,G,V,D,
+,,sp|Q5SSJ5|HP1B3_HUMAN, , , , , ,G,A,xS,G,S,F,V,V,V,Q,
+,,sp|P49585|PCY1A_HUMAN, , , , , ,S,P,xS,P,S,F,R, , , ,
+,,sp|Q7Z6Z7|HUWE1_HUMAN, , , , ,G,S,G,xT,A,S,D,D,E,F,E,
+,,sp|Q92610|ZN592_HUMAN, , , , , , , ,xS,P,L,E,A,T,R, ,
+,,sp|Q03164|KMT2A_HUMAN, , , , , , , ,xS,P,T,V,P,S,Q,N,
+,,sp|Q07666|KHDR1_HUMAN, , , , , , , ,xS,G,S,M,D,P,S,G,
+,,sp|Q16629|SRSF7_HUMAN, , , , , , , ,xS,P,S,G,S,P,R, ,
+,,sp|P08575|PTPRC_HUMAN,S,E,H,D,S,D,E,xS,S,D,D,D,S,D,S,
+,,sp|Q5T7W0|ZN618_HUMAN, , , , , , , ,xS,P,P,A,V,V,E,E,
+,,sp|Q9H0E3|SP130_HUMAN, , , , , , , ,xS,P,P,K,E,Y,I,D,
+,,sp|Q5VTE0|EF1A3_HUMAN; sp|P68104|EF1A1_HUMAN, , , , , ,S,T,xT,T,G,H,L,I,Y,K,
+,,sp|Q92804|RBP56_HUMAN, , , , , ,Q,S,xS,Y,S,Q,Q,P,Y,N,
+,,sp|Q9Y2W1|TR150_HUMAN,S,P,P,S,T,G,S,xT,Y,G,S,S,Q,K,E,
+,,sp|Q13098|CSN1_HUMAN, ,S,P,P,R,E,G,xS,Q,G,E,L,T,P,A,
+,,sp|P61313|RL15_HUMAN, , , , , , ,N,xT,L,Q,L,H,R, , ,
+,,tr|A0A0B4J1V8|A0A0B4J1V8_HUMAN; sp|Q9NQ55|SSF1_HUMAN, , , , ,V,G,G,xS,D,E,E,A,S,G,I,
+,,sp|P49736|MCM2_HUMAN, ,G,N,D,P,L,T,xS,S,P,G,R, , , ,
+,,RRRRRsp|O15229|KMO_HUMAN, , , , ,E,A,A,xT,L,L,D,K, , , ,
+,,sp|P19013|K2C4_HUMAN,R,G,A,F,S,S,V,xS,M,S,G,G,A,G,R,
+,,sp|O15530|PDPK1_HUMAN, , , , , , , ,xT,Q,T,E,S,S,T,P,
+,,sp|P06748|NPM_HUMAN, , , , , ,G,P,xS,S,V,E,D,I,K, ,
+,,sp|Q92793|CBP_HUMAN, , , , , , , ,xS,P,L,S,Q,G,D,S,
+,,sp|Q9Y6K9|NEMO_HUMAN, , , , , , , ,xS,P,P,E,E,P,P,D,
+,,sp|P53999|TCP4_HUMAN,V,S,S,S,S,S,G,xS,D,S,D,S,E,V,D,
+,,sp|Q99613|EIF3C_HUMAN; sp|B5ME19|EIFCL_HUMAN, , , , ,T,C,H,xS,F,I,I,N,E,K, ,
+,,sp|O75534|CSDE1_HUMAN, , , , , , ,G,xT,V,S,F,H,S,H,S,
+,,sp|Q13547|HDAC1_HUMAN,C,E,E,E,F,S,D,xS,E,E,E,G,E,G,G,
+,,sp|P53999|TCP4_HUMAN, ,E,L,V,S,S,S,xS,S,G,S,D,S,D,S,
+,,sp|Q9H0F6|SHRPN_HUMAN, , , , , , , ,xS,P,G,N,L,T,E,R,
+,,sp|P53999|TCP4_HUMAN,S,S,S,S,G,S,D,xS,D,S,E,V,D,K,K,
+,,sp|P31930|QCR1_HUMAN, , , ,N,R,P,G,xS,A,L,E,K, , , ,
+,,sp|Q05BQ5|MBTD1_HUMAN,L,I,C,V,A,T,V,xT,R, , , , , , ,
+,,sp|Q5VUA4|ZN318_HUMAN, , , , , ,S,P,xT,V,L,C,Q,K, , ,
+,,sp|Q92688|AN32B_HUMAN, , , , ,K,R,E,xT,D,D,E,G,E,D,D,
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/all stuff/2RSBF.csv	Fri Feb 21 13:07:45 2020 -0500
@@ -0,0 +1,437 @@
+Accession Numbers,Amino Acids,A,C,D,E,F,G,H,I,K,L,M,N,P,Q,R,S,T,V,W,Y,Properties,Hydrophobic,Polar,Small,Negative,Postive,Amide,Large Aliphatic,Small Aliphatic,Aromatic,Hydroxy,X,Number of ST,Number of pST
+sp|Q13283|G3BP1_HUMAN,4.721030043,0.214592275,5.150214592,10.30042918,4.077253219,8.369098712,2.575107296,3.004291845,4.077253219,5.364806867,2.360515021,4.506437768,10.51502146,6.43776824,7.939914163,5.793991416,3.004291845,9.442060086,0.214592275,1.931330472,,39.69957082,40.98712446,51.7167382,15.45064378,14.59227468,10.94420601,8.369098712,22.53218884,6.223175966,8.798283262,,41,4,466
+sp|Q13283|G3BP1_HUMAN,4.721030043,0.214592275,5.150214592,10.30042918,4.077253219,8.369098712,2.575107296,3.004291845,4.077253219,5.364806867,2.360515021,4.506437768,10.51502146,6.43776824,7.939914163,5.793991416,3.004291845,9.442060086,0.214592275,1.931330472,,39.69957082,40.98712446,51.7167382,15.45064378,14.59227468,10.94420601,8.369098712,22.53218884,6.223175966,8.798283262,,41,3,466
+sp|O43707|ACTN4_HUMAN,8.452250274,0.878155873,6.915477497,9.549945115,3.293084523,4.500548847,3.402854007,6.586169045,6.366630077,9.220636663,2.634467618,5.049396268,3.183315038,6.147091109,5.598243688,5.159165752,4.500548847,4.061470911,1.756311745,2.744237102,,44.1273326,43.02963776,42.70032931,16.46542261,15.36772777,11.19648738,15.80680571,17.01427003,7.79363337,9.659714599,,88,4,911
+sp|P35609|ACTN2_HUMAN,8.389261745,1.118568233,6.040268456,10.29082774,3.131991051,3.914988814,2.572706935,7.382550336,5.928411633,9.395973154,3.243847875,5.14541387,3.131991051,6.15212528,6.711409396,4.250559284,4.8098434,3.691275168,1.789709172,2.908277405,,44.96644295,42.84116331,40.49217002,16.3310962,15.21252796,11.29753915,16.77852349,15.99552573,7.829977629,9.060402685,,81,4,894
+sp|Q08043|ACTN3_HUMAN,9.10099889,1.442841287,5.882352941,9.766925638,3.32963374,5.549389567,2.219755827,5.216426193,5.216426193,10.65482797,3.107658158,4.328523862,3.218645949,5.993340733,7.325194229,4.217536071,4.439511654,4.772475028,1.886792453,2.330743618,,47.3917869,40.73251942,42.95227525,15.64927858,14.76137625,10.32186459,15.87125416,19.42286349,7.547169811,8.657047725,,78,4,901
+sp|P12814|ACTN1_HUMAN,7.959641256,1.121076233,6.950672646,9.417040359,3.251121076,4.596412556,3.02690583,6.838565022,6.053811659,9.417040359,3.02690583,4.820627803,3.3632287,5.829596413,6.053811659,4.035874439,5.605381166,3.923766816,1.793721973,2.914798206,,44.84304933,42.15246637,42.37668161,16.367713,15.13452915,10.65022422,16.25560538,16.47982063,7.959641256,9.641255605,,86,4,892
+sp|Q04837|SSBP_HUMAN,2.702702703,0,5.405405405,6.756756757,3.378378378,6.081081081,2.027027027,5.405405405,5.405405405,8.783783784,2.027027027,4.054054054,2.702702703,6.081081081,10.13513514,6.756756757,6.756756757,10.13513514,1.351351351,4.054054054,,43.91891892,39.86486486,44.59459459,12.16216216,17.56756757,10.13513514,14.18918919,18.91891892,8.783783784,13.51351351,,20,2,148
+sp|Q15738|NSDHL_HUMAN,7.238605898,1.340482574,4.557640751,5.361930295,5.09383378,6.434316354,2.680965147,5.898123324,5.361930295,9.115281501,2.680965147,5.09383378,6.166219839,4.557640751,5.09383378,4.289544236,6.166219839,8.310991957,0.536193029,4.021447721,,50.67024129,32.7077748,49.59785523,9.919571046,13.13672922,9.651474531,15.01340483,21.98391421,9.651474531,10.45576408,,39,1,373
+sp|Q08945|SSRP1_HUMAN,4.37235543,0.846262341,6.911142454,10.43723554,4.936530324,6.629055007,1.833568406,4.090267983,10.71932299,6.770098731,2.3977433,3.94922426,3.526093089,3.102961918,6.064880113,10.1551481,4.513399154,4.795486601,0.846262341,3.102961918,,38.78702398,43.01833568,45.69816643,17.348378,18.61777151,7.052186178,10.86036671,15.79689704,8.885754584,14.66854725,,104,3,709
+sp|Q08945|SSRP1_HUMAN,4.37235543,0.846262341,6.911142454,10.43723554,4.936530324,6.629055007,1.833568406,4.090267983,10.71932299,6.770098731,2.3977433,3.94922426,3.526093089,3.102961918,6.064880113,10.1551481,4.513399154,4.795486601,0.846262341,3.102961918,,38.78702398,43.01833568,45.69816643,17.348378,18.61777151,7.052186178,10.86036671,15.79689704,8.885754584,14.66854725,,104,1,709
+sp|Q9Y371|SHLB1_HUMAN,8.493150685,1.369863014,4.931506849,7.945205479,3.01369863,5.205479452,1.095890411,4.931506849,6.849315068,12.05479452,2.465753425,6.02739726,3.287671233,4.931506849,4.931506849,7.397260274,7.123287671,4.109589041,0.547945205,3.287671233,,45.47945205,36.71232877,47.94520548,12.87671233,12.87671233,10.95890411,16.98630137,17.80821918,6.849315068,14.52054795,,53,1,365
+sp|P09651|ROA1_HUMAN,2.956989247,0.537634409,4.838709677,4.838709677,6.182795699,25,2.150537634,2.150537634,4.838709677,2.150537634,1.612903226,5.64516129,2.688172043,3.225806452,6.720430108,11.29032258,3.225806452,4.569892473,0.268817204,5.107526882,,50.53763441,32.25806452,60.75268817,9.677419355,13.70967742,8.870967742,4.301075269,32.52688172,11.55913978,14.51612903,,54,6,372
+sp|Q32P51|RA1L2_HUMAN,3.4375,0.9375,5.625,5.3125,6.875,19.6875,2.5,2.5,5.9375,2.5,1.875,5.3125,3.125,3.4375,6.875,10,4.375,5.625,0.3125,3.75,,47.5,35,58.125,10.9375,15.3125,8.75,5,28.75,10.9375,14.375,,46,4,320
+sp|P30740|ILEU_HUMAN,7.915567282,0.527704485,4.749340369,7.915567282,7.124010554,5.277044855,1.846965699,5.013192612,7.65171504,10.81794195,3.166226913,6.068601583,3.166226913,2.90237467,3.693931398,8.179419525,5.80474934,4.749340369,0.791556728,2.638522427,,48.02110818,34.82849604,46.43799472,12.66490765,13.19261214,8.970976253,15.83113456,17.94195251,10.55408971,13.98416887,,53,2,379
+sp|O94979|SC31A_HUMAN,8.442622951,1.393442623,4.672131148,4.672131148,3.114754098,6.639344262,2.62295082,5,5.327868852,9.016393443,2.213114754,4.344262295,8.852459016,7.37704918,3.278688525,8.93442623,5.491803279,5,1.31147541,2.295081967,,44.42622951,32.29508197,53.7704918,9.344262295,11.2295082,11.72131148,14.01639344,20.08196721,6.721311475,14.42622951,,176,1,1220
+sp|P07686|HEXB_HUMAN,6.834532374,1.438848921,5.215827338,5.575539568,5.215827338,5.755395683,2.517985612,5.215827338,5.215827338,11.15107914,1.798561151,3.237410072,6.294964029,4.136690647,4.676258993,7.194244604,5.755395683,6.115107914,2.338129496,4.316546763,,50.17985612,30.57553957,47.84172662,10.79136691,12.41007194,7.374100719,16.36690647,18.70503597,11.8705036,12.94964029,,72,3,556
+sp|P22626|ROA2_HUMAN,3.116147309,0.283286119,4.815864023,6.232294618,5.382436261,24.36260623,1.983002833,2.549575071,5.382436261,2.83286119,1.983002833,5.382436261,4.249291785,2.83286119,7.082152975,7.082152975,3.399433428,4.532577904,0.283286119,6.232294618,,51.55807365,33.71104816,57.22379603,11.04815864,14.44759207,8.21529745,5.382436261,32.01133144,11.898017,10.4815864,,37,9,353
+sp|P22626|ROA2_HUMAN,3.116147309,0.283286119,4.815864023,6.232294618,5.382436261,24.36260623,1.983002833,2.549575071,5.382436261,2.83286119,1.983002833,5.382436261,4.249291785,2.83286119,7.082152975,7.082152975,3.399433428,4.532577904,0.283286119,6.232294618,,51.55807365,33.71104816,57.22379603,11.04815864,14.44759207,8.21529745,5.382436261,32.01133144,11.898017,10.4815864,,37,1,353
+sp|Q8NBS9|TXND5_HUMAN,10.18518519,2.777777778,5.324074074,7.87037037,3.935185185,8.564814815,3.472222222,1.851851852,6.018518519,10.64814815,1.157407407,2.083333333,6.481481481,4.398148148,4.166666667,4.62962963,6.018518519,5.324074074,2.083333333,3.009259259,,49.53703704,33.33333333,51.38888889,13.19444444,13.65740741,6.481481481,12.5,24.07407407,9.027777778,10.64814815,,46,1,432
+sp|P60709|ACTB_HUMAN,7.733333333,1.6,6.133333333,6.933333333,3.466666667,7.466666667,2.4,7.466666667,5.066666667,7.2,4.533333333,2.4,5.066666667,3.2,4.8,6.666666667,6.933333333,5.866666667,1.066666667,4,,50.4,30.93333333,49.86666667,13.06666667,12.26666667,5.6,14.66666667,21.06666667,8.533333333,13.6,,51,15,375
+sp|P63261|ACTG_HUMAN,7.733333333,1.6,5.333333333,7.733333333,3.466666667,7.466666667,2.4,7.733333333,5.066666667,7.2,4.533333333,2.4,5.066666667,3.2,4.8,6.666666667,6.933333333,5.6,1.066666667,4,,50.4,30.93333333,48.8,13.06666667,12.26666667,5.6,14.93333333,20.8,8.533333333,13.6,,51,15,375
+sp|P60709|ACTB_HUMAN,7.733333333,1.6,6.133333333,6.933333333,3.466666667,7.466666667,2.4,7.466666667,5.066666667,7.2,4.533333333,2.4,5.066666667,3.2,4.8,6.666666667,6.933333333,5.866666667,1.066666667,4,,50.4,30.93333333,49.86666667,13.06666667,12.26666667,5.6,14.66666667,21.06666667,8.533333333,13.6,,51,2,375
+sp|P63261|ACTG_HUMAN,7.733333333,1.6,5.333333333,7.733333333,3.466666667,7.466666667,2.4,7.733333333,5.066666667,7.2,4.533333333,2.4,5.066666667,3.2,4.8,6.666666667,6.933333333,5.6,1.066666667,4,,50.4,30.93333333,48.8,13.06666667,12.26666667,5.6,14.93333333,20.8,8.533333333,13.6,,51,2,375
+sp|P49247|RPIA_HUMAN,8.681672026,1.607717042,5.466237942,4.180064309,3.215434084,11.89710611,1.92926045,6.109324759,4.823151125,7.073954984,2.572347267,5.144694534,5.144694534,3.8585209,6.109324759,6.752411576,3.8585209,8.681672026,1.286173633,1.607717042,,52.73311897,31.51125402,57.23472669,9.646302251,12.86173633,9.003215434,13.18327974,29.26045016,6.109324759,10.61093248,,33,3,311
+sp|Q96IU4|ABHEB_HUMAN,11.42857143,0.952380952,3.333333333,4.761904762,4.285714286,10,3.333333333,4.285714286,2.857142857,12.85714286,1.904761905,1.904761905,8.571428571,6.19047619,3.333333333,6.666666667,3.80952381,6.19047619,0.952380952,2.380952381,,55.23809524,25.71428571,52.85714286,8.095238095,9.523809524,8.095238095,17.14285714,27.61904762,7.619047619,10.47619048,,22,1,210
+sp|Q96JH7|VCIP1_HUMAN,6.628477905,1.963993453,5.319148936,6.546644845,2.782324059,7.855973813,3.518821604,3.846153846,6.546644845,9.738134206,2.291325696,3.355155483,6.628477905,4.746317512,4.828150573,8.019639935,5.973813421,6.301145663,0.818330606,2.291325696,,44.51718494,34.8608838,52.04582651,11.86579378,14.89361702,8.101472995,13.58428805,20.78559738,5.89198036,13.99345336,,171,4,1222
+sp|Q96JH7|VCIP1_HUMAN,6.628477905,1.963993453,5.319148936,6.546644845,2.782324059,7.855973813,3.518821604,3.846153846,6.546644845,9.738134206,2.291325696,3.355155483,6.628477905,4.746317512,4.828150573,8.019639935,5.973813421,6.301145663,0.818330606,2.291325696,,44.51718494,34.8608838,52.04582651,11.86579378,14.89361702,8.101472995,13.58428805,20.78559738,5.89198036,13.99345336,,171,1,1222
+sp|Q13509|TBB3_HUMAN,6.666666667,1.777777778,5.777777778,8.222222222,4.888888889,7.555555556,2.444444444,4.222222222,3.555555556,7.333333333,4.222222222,4.666666667,4.444444444,4.666666667,4.888888889,7.111111111,6,6.888888889,0.888888889,3.777777778,,48.22222222,34.22222222,50.88888889,14,10.88888889,9.333333333,11.55555556,21.11111111,9.555555556,13.11111111,,59,4,450
+tr|A0A0B4J269|A0A0B4J269_HUMAN,8.281053952,3.011292346,4.516938519,5.771643664,4.893350063,6.273525721,2.509410289,4.893350063,3.011292346,12.04516939,3.011292346,3.764115433,3.889585947,4.642409034,4.893350063,7.402760351,5.269761606,7.904642409,0.878293601,3.136762861,,54.32873275,29.10915935,50.31367629,10.28858218,10.4140527,8.406524467,16.93851945,22.45922208,8.908406524,12.67252196,,101,4,797
+sp|P49915|GUAA_HUMAN,5.627705628,1.875901876,4.906204906,7.792207792,4.184704185,7.503607504,2.453102453,7.792207792,6.926406926,8.658008658,1.875901876,3.896103896,5.483405483,3.03030303,5.050505051,5.916305916,6.204906205,8.513708514,0.432900433,1.875901876,,48.34054834,34.05483405,49.92784993,12.6984127,14.43001443,6.926406926,16.45021645,21.64502165,6.493506494,12.12121212,,84,4,693
+sp|Q15007|FL2D_HUMAN,5.050505051,0.757575758,4.545454545,10.1010101,1.767676768,6.313131313,1.01010101,2.272727273,6.313131313,9.090909091,2.272727273,5.050505051,3.03030303,11.36363636,5.303030303,11.86868687,6.565656566,4.797979798,0.505050505,2.02020202,,34.84848485,43.68686869,47.97979798,14.64646465,12.62626263,16.41414141,11.36363636,16.16161616,4.292929293,18.43434343,,73,2,396
+sp|P10809|CH60_HUMAN,9.947643979,0.523560209,6.457242583,7.504363002,1.745200698,9.773123909,0.523560209,7.504363002,9.2495637,8.376963351,3.141361257,3.490401396,3.315881326,2.966841187,3.839441536,4.363001745,5.933682373,9.947643979,0.17452007,1.221640489,,52.35602094,34.03141361,53.7521815,13.96160558,13.61256545,6.457242583,15.88132635,29.66841187,3.141361257,10.29668412,,59,4,573
+sp|P10809|CH60_HUMAN,9.947643979,0.523560209,6.457242583,7.504363002,1.745200698,9.773123909,0.523560209,7.504363002,9.2495637,8.376963351,3.141361257,3.490401396,3.315881326,2.966841187,3.839441536,4.363001745,5.933682373,9.947643979,0.17452007,1.221640489,,52.35602094,34.03141361,53.7521815,13.96160558,13.61256545,6.457242583,15.88132635,29.66841187,3.141361257,10.29668412,,59,1,573
+sp|O15294|OGT1_HUMAN,10.51625239,2.103250478,5.353728489,5.736137667,3.250478011,5.449330784,3.632887189,5.927342256,5.066921606,10.4206501,2.772466539,6.21414914,5.066921606,4.493307839,4.588910134,5.066921606,4.015296367,5.353728489,0.956022945,4.015296367,,50.76481836,35.08604207,49.13957935,11.08986616,13.28871893,10.70745698,16.34799235,21.31931166,8.221797323,9.082217973,,95,2,1046
+sp|P45880|VDAC2_HUMAN,7.142857143,3.06122449,5.782312925,4.081632653,5.102040816,11.56462585,1.360544218,4.421768707,7.823129252,7.823129252,1.020408163,5.102040816,2.380952381,2.721088435,2.380952381,7.823129252,10.54421769,5.102040816,1.360544218,3.401360544,,50,29.25170068,58.50340136,9.863945578,11.56462585,7.823129252,12.24489796,23.80952381,9.863945578,18.36734694,,54,5,294
+sp|Q9UKX7|NUP50_HUMAN,7.478632479,1.495726496,5.341880342,7.478632479,4.487179487,8.547008547,1.282051282,2.564102564,10.25641026,7.692307692,1.282051282,6.837606838,6.196581197,2.777777778,2.35042735,9.829059829,6.41025641,6.196581197,0.427350427,1.068376068,,41.23931624,36.32478632,58.33333333,12.82051282,13.88888889,9.615384615,10.25641026,22.22222222,5.982905983,16.23931624,,76,3,468
+sp|O43312|MTSS1_HUMAN,7.01986755,1.324503311,5.298013245,6.622516556,2.119205298,6.092715232,1.986754967,4.238410596,5.430463576,7.01986755,2.516556291,2.119205298,9.668874172,5.562913907,5.960264901,13.37748344,6.357615894,4.370860927,0.794701987,2.119205298,,37.61589404,32.98013245,55.62913907,11.9205298,13.37748344,7.682119205,11.25827815,17.48344371,5.033112583,19.73509934,,149,2,755
+sp|P22314|UBA1_HUMAN,7.655954631,1.79584121,6.049149338,6.238185255,4.914933837,6.52173913,2.173913043,3.780718336,5.009451796,10.11342155,2.268431002,4.442344045,5.671077505,5.576559546,4.914933837,6.616257089,4.631379962,7.844990548,0.945179584,2.835538752,,48.67674858,34.40453686,51.22873346,12.28733459,12.09829868,10.01890359,13.89413989,22.02268431,8.695652174,11.24763705,,119,3,1058
+sp|O75746|CMC1_HUMAN,9.587020649,1.032448378,4.277286136,5.309734513,6.194690265,8.259587021,1.91740413,5.752212389,5.014749263,10.17699115,1.474926254,3.687315634,5.014749263,4.572271386,5.309734513,5.752212389,5.162241888,7.227138643,0.589970501,3.687315634,,53.98230088,30.08849558,50,9.587020649,12.24188791,8.259587021,15.92920354,25.07374631,10.4719764,10.91445428,,74,2,678
+sp|O43491|E41L2_HUMAN,5.870646766,0.895522388,4.776119403,13.03482587,2.189054726,5.771144279,2.388059701,4.676616915,8.855721393,7.064676617,1.194029851,2.089552239,5.572139303,5.771144279,5.273631841,8.258706468,6.666666667,7.263681592,0.597014925,1.791044776,,37.31343284,42.18905473,47.1641791,17.81094527,16.51741294,7.860696517,11.74129353,18.90547264,4.577114428,14.92537313,,150,3,1005
+sp|Q15005|SPCS2_HUMAN,7.079646018,2.212389381,7.96460177,3.982300885,4.867256637,8.849557522,1.769911504,7.522123894,9.734513274,8.407079646,2.654867257,1.327433628,3.097345133,1.769911504,3.982300885,9.734513274,4.867256637,4.867256637,1.769911504,3.539823009,,51.7699115,30.53097345,50,11.94690265,15.48672566,3.097345133,15.92920354,20.79646018,10.17699115,14.60176991,,33,3,226
+sp|P62995|TRA2B_HUMAN,4.166666667,0.694444444,6.597222222,3.819444444,2.083333333,9.375,3.125,2.083333333,2.430555556,1.736111111,1.388888889,2.083333333,4.166666667,1.736111111,22.22222222,18.05555556,3.125,2.777777778,0.347222222,7.986111111,,32.63888889,42.01388889,51.04166667,10.41666667,27.77777778,3.819444444,3.819444444,16.31944444,10.41666667,21.18055556,,61,4,288
+sp|P62995|TRA2B_HUMAN,4.166666667,0.694444444,6.597222222,3.819444444,2.083333333,9.375,3.125,2.083333333,2.430555556,1.736111111,1.388888889,2.083333333,4.166666667,1.736111111,22.22222222,18.05555556,3.125,2.777777778,0.347222222,7.986111111,,32.63888889,42.01388889,51.04166667,10.41666667,27.77777778,3.819444444,3.819444444,16.31944444,10.41666667,21.18055556,,61,1,288
+sp|Q13596|SNX1_HUMAN,8.429118774,0.383141762,4.980842912,11.87739464,4.022988506,4.597701149,1.53256705,3.831417625,8.045977011,10.53639847,1.724137931,3.448275862,4.597701149,6.513409962,4.789272031,7.279693487,5.363984674,4.980842912,1.149425287,1.915708812,,41.57088123,41.18773946,44.06130268,16.85823755,14.36781609,9.961685824,14.36781609,18.00766284,7.088122605,12.64367816,,66,2,522
+sp|Q16698|DECR_HUMAN,9.253731343,1.492537313,2.985074627,5.373134328,5.373134328,9.850746269,0.597014925,7.164179104,7.462686567,8.358208955,2.388059701,4.179104478,4.47761194,3.880597015,3.880597015,7.164179104,7.462686567,5.970149254,1.194029851,1.492537313,,52.53731343,28.35820896,52.8358209,8.358208955,11.94029851,8.059701493,15.52238806,25.07462687,8.059701493,14.62686567,,49,3,335
+sp|P42166|LAP2A_HUMAN,7.780979827,1.44092219,5.043227666,7.492795389,2.737752161,6.195965418,1.873198847,4.322766571,7.780979827,9.510086455,1.008645533,3.170028818,6.340057637,5.043227666,4.899135447,11.81556196,6.051873199,5.331412104,0.288184438,1.873198847,,40.48991354,35.30259366,53.17002882,12.53602305,14.55331412,8.213256484,13.83285303,19.30835735,4.899135447,17.86743516,,124,4,694
+sp|O43719|HTSF1_HUMAN,5.165562914,1.324503311,11.78807947,18.14569536,4.105960265,7.284768212,1.19205298,2.119205298,9.006622517,6.092715232,1.324503311,3.311258278,3.708609272,2.913907285,4.768211921,8.079470199,3.57615894,3.311258278,0.927152318,1.854304636,,33.50993377,51.12582781,47.54966887,29.93377483,14.96688742,6.225165563,8.21192053,15.7615894,6.887417219,11.65562914,,88,1,755
+sp|P34897|GLYM_HUMAN,10.71428571,1.587301587,5.753968254,5.555555556,4.166666667,7.341269841,2.380952381,4.166666667,4.365079365,11.11111111,2.182539683,3.373015873,4.761904762,4.166666667,8.134920635,5.952380952,4.761904762,5.555555556,0.793650794,3.174603175,,50.79365079,33.73015873,49.8015873,11.30952381,14.88095238,7.53968254,15.27777778,23.61111111,8.134920635,10.71428571,,54,2,504
+sp|P34896|GLYC_HUMAN,9.109730849,2.070393375,4.761904762,6.211180124,3.519668737,8.488612836,3.3126294,4.554865424,6.211180124,10.55900621,2.070393375,4.140786749,4.554865424,3.519668737,4.968944099,6.211180124,5.175983437,6.211180124,0.414078675,3.933747412,,50.93167702,33.126294,50.72463768,10.97308489,14.49275362,7.660455487,15.11387164,23.80952381,7.867494824,11.38716356,,55,2,483
+sp|Q7Z422|SZRD1_HUMAN,5.921052632,0,5.263157895,11.18421053,0.657894737,4.605263158,0,6.578947368,7.894736842,5.921052632,0.657894737,2.631578947,11.84210526,6.578947368,9.868421053,11.18421053,3.289473684,4.605263158,0.657894737,0.657894737,,30.26315789,43.42105263,49.34210526,16.44736842,17.76315789,9.210526316,12.5,15.13157895,1.973684211,14.47368421,,22,1,152
+sp|P53396|ACLY_HUMAN,8.174386921,1.453224342,5.358764759,5.722070845,3.996366939,9.264305177,2.270663034,6.993642144,6.539509537,8.174386921,3.088101726,3.178928247,5.267938238,2.997275204,4.359673025,5.540417802,5.722070845,7.266121708,0.999091735,3.633060854,,53.04268847,30.42688465,51.22615804,11.0808356,13.16984559,6.176203451,15.16802906,24.70481381,8.628519528,11.26248865,,124,8,1101
+sp|P38606|VATA_HUMAN,6.80713128,1.13452188,6.158833063,6.969205835,3.565640194,8.103727715,1.458670989,6.158833063,5.6726094,8.103727715,3.565640194,2.593192869,5.024311183,2.917341977,5.186385737,7.94165316,5.510534846,8.103727715,0.972447326,4.051863857,,50.56726094,30.95623987,51.37763371,13.1280389,12.31766613,5.510534846,14.26256078,23.01458671,8.589951378,13.45218801,,83,1,617
+sp|Q8IX12|CCAR1_HUMAN,5.652173913,1.043478261,7.565217391,10.17391304,2.782608696,3.304347826,1.47826087,2.695652174,8.608695652,9.47826087,2,3.304347826,6.086956522,8.347826087,7.130434783,6.782608696,5.304347826,5.217391304,0.782608696,2.260869565,,35.2173913,46.60869565,44.26086957,17.73913043,17.2173913,11.65217391,12.17391304,14.17391304,5.826086957,12.08695652,,139,2,1150
+sp|P51858|HDGF_HUMAN,7.916666667,0.833333333,5,19.58333333,3.333333333,8.333333333,1.25,1.666666667,11.25,4.583333333,1.666666667,3.75,8.75,2.083333333,4.166666667,6.666666667,2.916666667,3.333333333,0.833333333,2.083333333,,34.58333333,47.08333333,47.5,24.58333333,16.66666667,5.833333333,6.25,19.58333333,6.25,9.583333333,,23,2,240
+sp|P51858|HDGF_HUMAN,7.916666667,0.833333333,5,19.58333333,3.333333333,8.333333333,1.25,1.666666667,11.25,4.583333333,1.666666667,3.75,8.75,2.083333333,4.166666667,6.666666667,2.916666667,3.333333333,0.833333333,2.083333333,,34.58333333,47.08333333,47.5,24.58333333,16.66666667,5.833333333,6.25,19.58333333,6.25,9.583333333,,23,1,240
+sp|Q5SW79|CE170_HUMAN,6.691919192,0.441919192,6.502525253,8.522727273,2.335858586,4.987373737,2.904040404,4.166666667,7.702020202,6.565656566,1.704545455,3.21969697,5.366161616,4.545454545,6.755050505,13.38383838,8.017676768,4.482323232,0.820707071,0.883838384,,33.08080808,40.15151515,53.09343434,15.02525253,17.36111111,7.765151515,10.73232323,16.16161616,4.04040404,21.40151515,,339,1,1584
+sp|Q9Y277|VDAC3_HUMAN,7.77385159,2.120141343,4.946996466,3.886925795,5.300353357,11.30742049,1.413427562,3.886925795,9.540636042,9.187279152,1.413427562,6.713780919,1.413427562,2.120141343,1.413427562,7.77385159,9.187279152,4.593639576,1.766784452,4.240282686,,51.59010601,30.03533569,55.83038869,8.833922261,12.36749117,8.833922261,13.07420495,23.67491166,11.30742049,16.96113074,,48,1,283
+sp|O75521|ECI2_HUMAN,8.883248731,1.776649746,4.314720812,6.091370558,4.568527919,5.583756345,1.269035533,3.807106599,8.375634518,9.390862944,2.791878173,5.583756345,5.583756345,2.791878173,4.568527919,8.121827411,5.837563452,7.106598985,1.269035533,2.284263959,,47.46192893,32.99492386,52.79187817,10.40609137,14.21319797,8.375634518,13.19796954,21.57360406,8.121827411,13.95939086,,55,4,394
+sp|Q52LJ0|FA98B_HUMAN,5.454545455,2.121212121,5.454545455,8.181818182,3.03030303,4.848484848,1.212121212,5.757575758,8.484848485,12.72727273,3.636363636,3.03030303,3.636363636,5.151515152,4.242424242,10,5.151515152,4.545454545,0.909090909,2.424242424,,45.45454545,35.75757576,44.24242424,13.63636364,13.93939394,8.181818182,18.48484848,14.84848485,6.363636364,15.15151515,,50,2,330
+sp|P35659|DEK_HUMAN,4,1.333333333,4.8,15.46666667,2.4,3.733333333,0.8,3.2,17.86666667,7.2,2.133333333,3.466666667,5.6,2.666666667,4,11.2,5.066666667,3.733333333,0,1.333333333,,29.06666667,49.06666667,42.93333333,20.26666667,22.66666667,6.133333333,10.4,11.46666667,3.733333333,16.26666667,,61,1,375
+sp|Q15052|ARHG6_HUMAN,4.25257732,2.835051546,3.350515464,9.793814433,3.092783505,4.896907216,1.546391753,5.154639175,7.087628866,11.08247423,2.319587629,4.896907216,4.768041237,5.541237113,4.639175258,9.664948454,6.056701031,5.798969072,0.902061856,2.319587629,,42.65463918,36.8556701,46.52061856,13.1443299,13.27319588,10.43814433,16.2371134,14.94845361,6.31443299,15.72164948,,122,1,776
+sp|Q9UPN3|MACF1_HUMAN,6.55116405,1.245262588,5.332972388,10.73362209,2.46345425,4.331348132,2.233351381,4.845695723,7.376827287,11.74878181,2.13860314,3.53275582,2.950730915,7.931781267,5.129940444,7.931781267,5.441256091,5.617217109,1.136978885,1.326475365,,41.40498105,42.27125068,42.93448836,16.06659448,14.74011911,11.46453709,16.59447753,16.49972929,4.9269085,13.37303736,,988,1,7388
+sp|P14618|KPYM_HUMAN,10.16949153,1.883239171,5.461393597,6.967984934,3.201506591,7.721280603,2.259887006,7.344632768,6.967984934,7.156308851,3.013182674,3.201506591,4.519774011,2.824858757,5.838041431,5.27306968,5.461393597,8.474576271,0.564971751,1.694915254,,51.22410546,33.52165725,52.16572505,12.42937853,15.06591337,6.026365348,14.50094162,26.3653484,5.461393597,10.73446328,,57,2,531
+sp|P49321|NASP_HUMAN,10.02538071,0.634517766,5.329949239,19.41624365,1.015228426,7.233502538,0.76142132,2.411167513,7.868020305,6.598984772,1.649746193,3.426395939,4.187817259,4.568527919,2.284263959,7.868020305,4.822335025,8.248730964,0.253807107,1.395939086,,39.46700508,43.65482234,51.77664975,24.74619289,10.91370558,7.994923858,9.010152284,25.50761421,2.664974619,12.69035533,,100,4,788
+sp|O75064|DEN4B_HUMAN,8.355614973,2.339572193,3.07486631,6.751336898,3.00802139,7.286096257,2.406417112,2.205882353,2.540106952,13.36898396,1.336898396,1.537433155,10.69518717,4.879679144,7.018716578,8.689839572,3.943850267,6.35026738,1.336898396,2.874331551,,48.46256684,28.20855615,52.27272727,9.826203209,11.96524064,6.417112299,15.57486631,21.99197861,7.219251337,12.63368984,,189,2,1496
+sp|Q9ULW0|TPX2_HUMAN,6.024096386,1.472556894,3.74832664,11.64658635,3.74832664,2.945113788,2.275769746,4.016064257,13.25301205,7.362784471,1.204819277,3.078982597,7.898259705,6.425702811,5.62248996,6.425702811,5.087014726,6.157965194,0.267737617,1.338688086,,34.53815261,46.05087015,42.83801874,15.39491299,21.15127175,9.504685408,11.37884873,15.12717537,5.354752343,11.51271754,,86,3,747
+sp|Q9H6V9|LDAH_HUMAN,5.230769231,2.461538462,5.230769231,7.692307692,5.538461538,5.230769231,3.076923077,7.692307692,7.384615385,12,3.076923077,3.384615385,6.769230769,2.461538462,4,4.615384615,4.923076923,4.307692308,1.230769231,3.692307692,,50.46153846,33.23076923,42.15384615,12.92307692,14.46153846,5.846153846,19.69230769,14.76923077,10.46153846,9.538461538,,31,1,325
+sp|Q6ZNL6|FGD5_HUMAN,7.865937073,2.325581395,5.677154583,11.0123119,3.009575923,7.523939808,2.257181943,2.393980848,5.471956224,8.960328317,1.778385773,2.667578659,6.908344733,3.351573187,5.745554036,10.46511628,4.103967168,5.677154583,0.47879617,2.325581395,,42.33926129,36.18331053,53.21477428,16.68946648,13.4746922,6.019151847,11.35430917,21.06703146,5.813953488,14.56908345,,213,2,1462
+sp|P61981|1433G_HUMAN,9.311740891,1.214574899,6.882591093,11.33603239,1.214574899,3.238866397,1.619433198,4.048582996,6.882591093,9.71659919,2.834008097,5.668016194,1.619433198,4.858299595,5.263157895,7.287449393,4.453441296,6.072874494,0.809716599,5.668016194,,44.12955466,42.51012146,45.74898785,18.21862348,13.76518219,10.52631579,13.76518219,18.62348178,7.692307692,11.74089069,,29,1,247
+sp|Q13177|PAK2_HUMAN,6.679389313,0.954198473,5.534351145,8.778625954,3.244274809,5.72519084,1.717557252,5.72519084,9.351145038,8.58778626,3.053435115,3.625954198,8.015267176,3.435114504,3.244274809,6.488549618,6.488549618,6.679389313,0.572519084,2.099236641,,43.32061069,35.6870229,50.19083969,14.3129771,14.3129771,7.061068702,14.3129771,19.08396947,5.916030534,12.97709924,,68,3,524
+sp|Q9Y3D7|TIM16_HUMAN,14.4,0,3.2,8,3.2,6.4,2.4,3.2,7.2,8.8,2.4,3.2,1.6,8.8,8,8,0.8,8,0,2.4,,48.8,40.8,45.6,11.2,17.6,12,12,28.8,5.6,8.8,,11,2,125
+sp|Q9Y3D7|TIM16_HUMAN,14.4,0,3.2,8,3.2,6.4,2.4,3.2,7.2,8.8,2.4,3.2,1.6,8.8,8,8,0.8,8,0,2.4,,48.8,40.8,45.6,11.2,17.6,12,12,28.8,5.6,8.8,,11,1,125
+sp|Q16778|H2B2E_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,6.349206349,0,3.968253968,,40.47619048,37.3015873,49.20634921,7.936507937,24.6031746,4.761904762,10.31746032,22.22222222,5.555555556,17.46031746,,22,1,126
+sp|Q6DN03|H2B2C_HUMAN,8.808290155,4.663212435,1.554404145,3.10880829,4.14507772,5.18134715,2.590673575,3.10880829,9.844559585,5.699481865,2.07253886,2.590673575,10.3626943,2.07253886,10.3626943,11.91709845,4.663212435,4.14507772,1.03626943,2.07253886,,40.93264249,32.12435233,53.88601036,4.663212435,22.79792746,4.663212435,8.808290155,18.13471503,7.25388601,16.58031088,,32,1,193
+sp|P06899|H2B1J_HUMAN,11.11111111,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,10.31746032,6.349206349,6.349206349,0,3.968253968,,41.26984127,37.3015873,49.20634921,7.936507937,24.6031746,4.761904762,10.31746032,23.01587302,5.555555556,16.66666667,,21,1,126
+sp|P23527|H2B1O_HUMAN,10.31746032,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,6.349206349,0,3.968253968,,40.47619048,37.3015873,50,7.936507937,24.6031746,4.761904762,10.31746032,22.22222222,5.555555556,17.46031746,,22,1,126
+sp|P33778|H2B1B_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,6.349206349,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.9047619,6.349206349,5.555555556,0,3.968253968,,39.68253968,37.3015873,48.41269841,7.936507937,24.6031746,4.761904762,11.11111111,20.63492063,5.555555556,18.25396825,,23,1,126
+sp|Q6DRA6|H2B2D_HUMAN,9.146341463,4.268292683,1.829268293,3.048780488,3.048780488,6.097560976,1.829268293,3.658536585,10.97560976,4.87804878,1.829268293,1.829268293,12.80487805,1.219512195,9.756097561,11.58536585,4.268292683,4.268292683,1.219512195,2.43902439,,40.85365854,30.48780488,56.09756098,4.87804878,22.56097561,3.048780488,8.536585366,19.51219512,6.707317073,15.85365854,,26,1,164
+sp|Q8N257|H2B3B_HUMAN,9.523809524,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,39.68253968,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,1,126
+sp|Q16594|TAF9_HUMAN,7.575757576,0.757575758,8.712121212,2.272727273,1.893939394,3.409090909,0.378787879,5.303030303,6.060606061,7.575757576,4.166666667,4.166666667,8.712121212,5.303030303,6.060606061,10.60606061,9.46969697,4.924242424,0,2.651515152,,38.25757576,32.95454545,58.33333333,10.98484848,12.5,9.46969697,12.87878788,15.90909091,4.545454545,20.07575758,,53,7,264
+sp|P06400|RB_HUMAN,4.74137931,1.61637931,4.849137931,7.86637931,4.202586207,3.125,1.831896552,6.465517241,8.189655172,10.88362069,3.017241379,4.849137931,6.465517241,3.771551724,4.956896552,8.512931034,5.926724138,4.956896552,0.754310345,3.017241379,,42.78017241,36.31465517,45.04310345,12.71551724,14.97844828,8.620689655,17.34913793,12.82327586,7.974137931,14.43965517,,134,1,928
+sp|Q96S55|WRIP1_HUMAN,11.12781955,1.954887218,6.165413534,7.067669173,2.706766917,7.819548872,3.007518797,3.759398496,4.360902256,9.022556391,2.105263158,3.007518797,6.917293233,4.060150376,6.466165414,8.721804511,3.909774436,4.661654135,0.601503759,2.556390977,,46.31578947,34.13533835,54.28571429,13.23308271,13.83458647,7.067669173,12.78195489,23.60902256,5.864661654,12.63157895,,84,3,665
+sp|P12956|XRCC6_HUMAN,4.761904762,0.821018062,6.403940887,9.359605911,4.926108374,5.254515599,1.806239737,4.597701149,9.688013136,11.65845649,2.6272578,3.119868637,4.926108374,3.9408867,5.254515599,7.224958949,4.433497537,5.418719212,0.328407225,3.448275862,,43.84236453,39.57307061,42.36453202,15.7635468,16.74876847,7.060755337,16.25615764,15.43513957,8.702791461,11.65845649,,71,6,609
+sp|P78371|TCPB_HUMAN,12.3364486,1.121495327,6.168224299,7.289719626,2.242990654,7.85046729,2.990654206,7.663551402,6.91588785,10.46728972,2.803738318,2.990654206,2.242990654,2.429906542,4.859813084,5.794392523,5.607476636,6.91588785,0.186915888,1.121495327,,52.71028037,33.64485981,51.02803738,13.45794393,14.76635514,5.420560748,18.13084112,27.10280374,3.551401869,11.40186916,,61,2,535
+sp|Q13895|BYST_HUMAN,10.06864989,0.915331808,4.118993135,9.839816934,2.974828375,5.263157895,2.059496568,4.576659039,5.949656751,11.21281465,2.974828375,1.830663616,6.407322654,4.347826087,8.466819222,3.890160183,4.805491991,6.407322654,1.14416476,2.745995423,,48.28375286,36.61327231,43.70709382,13.95881007,16.47597254,6.178489703,15.78947368,21.73913043,6.864988558,8.695652174,,38,2,437
+sp|Q9UGU5|HMGX4_HUMAN,6.655574043,0.998336106,5.490848586,8.319467554,1.49750416,6.821963394,3.161397671,2.995008319,14.80865225,9.650582363,1.49750416,1.331114809,5.657237937,3.494176373,2.995008319,13.64392679,4.159733777,4.159733777,0.332778702,2.329450915,,36.93843594,39.60066556,48.91846922,13.81031614,20.96505824,4.825291181,12.64559068,17.63727121,4.159733777,17.80366057,,107,1,601
+sp|Q15181|IPYR_HUMAN,7.612456747,2.76816609,9.688581315,5.882352941,4.498269896,5.882352941,2.76816609,7.266435986,9.688581315,4.152249135,1.730103806,5.53633218,6.920415225,1.384083045,3.114186851,3.806228374,4.498269896,6.920415225,2.422145329,3.460207612,,46.71280277,38.06228374,53.63321799,15.57093426,15.57093426,6.920415225,11.41868512,20.41522491,10.38062284,8.30449827,,24,3,289
+sp|P52272|HNRPM_HUMAN,8.082191781,0.684931507,3.424657534,8.630136986,3.287671233,17.80821918,1.369863014,5.342465753,5.479452055,5.753424658,8.630136986,4.246575342,5.205479452,1.917808219,7.397260274,4.383561644,1.917808219,5.342465753,0.410958904,0.684931507,,56.02739726,32.46575342,51.09589041,12.05479452,14.24657534,6.164383562,11.09589041,31.23287671,4.383561644,6.301369863,,46,4,730
+sp|Q9H9Q2|CSN7B_HUMAN,8.712121212,1.893939394,3.409090909,9.46969697,1.515151515,4.545454545,1.893939394,5.681818182,7.196969697,13.63636364,1.893939394,5.303030303,3.03030303,7.954545455,4.166666667,6.060606061,4.545454545,5.681818182,0.378787879,3.03030303,,46.96969697,39.39393939,43.18181818,12.87878788,13.25757576,13.25757576,19.31818182,18.93939394,4.924242424,10.60606061,,28,1,264
+sp|Q9NUL3|STAU2_HUMAN,8.070175439,0.701754386,2.456140351,7.368421053,3.333333333,6.842105263,1.228070175,3.684210526,10,7.719298246,2.807017544,6.49122807,8.596491228,5.789473684,4.210526316,8.421052632,4.385964912,5.263157895,0.350877193,2.280701754,,41.05263158,37.54385965,51.22807018,9.824561404,15.43859649,12.28070175,11.40350877,20.1754386,5.964912281,12.80701754,,73,2,570
+sp|Q66LE6|2ABD_HUMAN,5.739514349,2.207505519,7.726269316,7.284768212,5.298013245,4.635761589,3.311258278,6.622516556,5.960264901,6.622516556,2.207505519,5.518763797,3.53200883,2.207505519,7.06401766,9.713024283,4.415011038,5.298013245,1.545253863,3.090507726,,43.26710817,39.07284768,48.78587196,15.01103753,16.33554084,7.726269316,13.24503311,15.67328918,9.933774834,14.12803532,,64,2,453
+sp|P63151|2ABA_HUMAN,4.921700224,2.013422819,7.158836689,7.829977629,4.921700224,3.803131991,2.684563758,6.935123043,6.711409396,6.487695749,2.237136465,6.935123043,3.355704698,2.460850112,6.263982103,8.948545861,5.592841163,5.592841163,1.565995526,3.579418345,,42.05816555,40.04474273,48.32214765,14.98881432,15.65995526,9.395973154,13.42281879,14.31767338,10.06711409,14.54138702,,65,2,447
+sp|Q00005|2ABB_HUMAN,4.740406321,1.58013544,6.997742664,8.126410835,5.191873589,2.934537246,3.16027088,6.772009029,6.094808126,6.546275395,2.257336343,6.997742664,3.386004515,2.031602709,7.223476298,8.35214447,6.320541761,6.094808126,1.354401806,3.837471783,,41.30925508,40.63205418,47.40406321,15.1241535,16.4785553,9.029345372,13.31828442,13.76975169,10.38374718,14.67268623,,65,2,443
+sp|P63151|2ABA_HUMAN,4.921700224,2.013422819,7.158836689,7.829977629,4.921700224,3.803131991,2.684563758,6.935123043,6.711409396,6.487695749,2.237136465,6.935123043,3.355704698,2.460850112,6.263982103,8.948545861,5.592841163,5.592841163,1.565995526,3.579418345,,42.05816555,40.04474273,48.32214765,14.98881432,15.65995526,9.395973154,13.42281879,14.31767338,10.06711409,14.54138702,,65,1,447
+sp|P24752|THIL_HUMAN,11.94379391,1.170960187,3.512880562,5.620608899,1.639344262,9.133489461,1.170960187,6.088992974,7.025761124,8.665105386,3.981264637,4.449648712,4.449648712,3.044496487,3.7470726,6.557377049,4.918032787,9.836065574,0.468384075,2.576112412,,55.50351288,28.57142857,55.97189696,9.133489461,11.94379391,7.494145199,14.75409836,30.91334895,4.683840749,11.47540984,,49,1,427
+sp|P60900|PSA6_HUMAN,8.130081301,3.25203252,5.284552846,7.317073171,4.06504065,6.504065041,1.219512195,6.910569106,7.723577236,5.691056911,2.43902439,2.032520325,3.25203252,4.471544715,4.471544715,6.097560976,7.723577236,8.536585366,0.81300813,4.06504065,,50.40650407,32.5203252,50.81300813,12.60162602,13.41463415,6.504065041,12.60162602,23.17073171,8.943089431,13.82113821,,34,1,246
+sp|P63010|AP2B1_HUMAN,7.04375667,1.707577375,5.976520811,6.510138741,2.988260406,4.055496265,1.707577375,6.296691569,6.510138741,12.05976521,2.561366062,6.083244397,5.656350053,4.375667022,3.201707577,6.296691569,4.802561366,8.431163287,0.640341515,3.094983991,,48.87940235,34.36499466,50.05336179,12.48665955,11.41942369,10.45891142,18.35645678,19.53041622,6.723585912,11.09925293,,104,2,937
+sp|Q10567|AP1B1_HUMAN,8.535300316,1.685985248,6.111696523,6.954689146,2.845100105,4.531085353,1.05374078,5.374077977,6.533192835,12.4341412,2.634351949,4.531085353,5.900948367,4.214963119,3.161222339,6.533192835,5.268703899,8.219178082,0.632244468,2.845100105,,49.73656481,32.56059009,51.31717597,13.06638567,10.74815595,8.746048472,17.80821918,21.28556375,6.322444679,11.80189673,,112,2,949
+sp|P78527|PRKDC_HUMAN,6.540697674,2.10755814,5.062984496,7.170542636,4.748062016,4.53003876,2.180232558,4.820736434,6.686046512,12.83914729,2.858527132,3.706395349,4.53003876,4.554263566,5.208333333,7.921511628,4.433139535,6.05620155,1.187015504,2.858527132,,48.54651163,34.56879845,44.88856589,12.23352713,14.0746124,8.260658915,17.65988372,17.12693798,8.793604651,12.35465116,,510,3,4128
+sp|Q99832|TCPH_HUMAN,11.23388582,1.657458564,5.893186004,6.445672192,3.130755064,7.182320442,1.657458564,7.182320442,7.550644567,8.655616943,2.946593002,3.314917127,3.314917127,4.419889503,4.972375691,4.419889503,5.709023941,7.73480663,0.552486188,2.025782689,,52.30202578,34.25414365,50.46040516,12.3388582,14.18047882,7.73480663,15.83793738,26.15101289,5.709023941,10.12891344,,55,9,543
+sp|Q99832|TCPH_HUMAN,11.23388582,1.657458564,5.893186004,6.445672192,3.130755064,7.182320442,1.657458564,7.182320442,7.550644567,8.655616943,2.946593002,3.314917127,3.314917127,4.419889503,4.972375691,4.419889503,5.709023941,7.73480663,0.552486188,2.025782689,,52.30202578,34.25414365,50.46040516,12.3388582,14.18047882,7.73480663,15.83793738,26.15101289,5.709023941,10.12891344,,55,1,543
+sp|P13798|ACPH_HUMAN,6.147540984,2.322404372,5.327868852,6.420765027,4.234972678,7.786885246,2.459016393,3.142076503,3.825136612,10.51912568,2.18579235,2.18579235,6.557377049,5.054644809,4.781420765,8.743169399,3.961748634,9.153005464,2.18579235,3.005464481,,50.68306011,30.05464481,52.18579235,11.74863388,11.06557377,7.240437158,13.66120219,23.08743169,9.426229508,12.70491803,,93,1,732
+sp|A0FGR8|ESYT2_HUMAN,5.971769815,0.977198697,5.103148751,5.863192182,3.365906623,7.600434311,2.497285559,5.103148751,5.646036916,12.4864278,1.411509229,3.691639522,6.623235613,4.451682953,7.383279045,8.251900109,4.34310532,6.406080347,1.302931596,1.520086862,,46.14549403,34.63626493,48.96851249,10.96634093,15.52660152,8.143322476,17.58957655,19.97828447,6.188925081,12.59500543,,116,2,921
+sp|P57764|GSDMD_HUMAN,7.024793388,1.859504132,4.132231405,8.47107438,2.685950413,8.67768595,2.479338843,1.859504132,3.099173554,14.66942149,1.859504132,1.239669421,6.198347107,6.611570248,4.958677686,8.67768595,4.958677686,7.438016529,1.652892562,1.446280992,,49.17355372,30.99173554,50.20661157,12.60330579,10.53719008,7.851239669,16.52892562,23.14049587,5.785123967,13.63636364,,66,2,484
+sp|P49407|ARRB1_HUMAN,5.502392344,1.674641148,7.416267943,8.373205742,3.827751196,5.502392344,2.153110048,3.588516746,8.373205742,10.04784689,1.196172249,4.545454545,7.177033493,2.392344498,5.741626794,4.066985646,6.459330144,8.851674641,0,3.110047847,,43.30143541,38.99521531,51.19617225,15.78947368,16.26794258,6.937799043,13.63636364,19.85645933,6.937799043,10.52631579,,44,4,418
+sp|O15371|EIF3D_HUMAN,5.109489051,2.00729927,7.481751825,8.576642336,4.562043796,4.744525547,1.277372263,4.379562044,7.116788321,6.569343066,2.554744526,5.109489051,3.832116788,5.839416058,7.664233577,6.934306569,4.927007299,5.656934307,1.824817518,3.832116788,,41.24087591,43.06569343,45.80291971,16.05839416,16.05839416,10.94890511,10.94890511,15.51094891,10.2189781,11.86131387,,65,3,548
+sp|Q9BSJ8|ESYT1_HUMAN,5.797101449,0.815217391,6.43115942,6.793478261,2.989130435,6.793478261,2.083333333,3.170289855,4.800724638,14.03985507,1.539855072,1.992753623,7.065217391,4.891304348,6.25,8.514492754,4.257246377,8.061594203,1.811594203,1.902173913,,46.92028986,33.24275362,49.72826087,13.22463768,13.13405797,6.884057971,17.21014493,20.65217391,6.702898551,12.77173913,,141,3,1104
+sp|Q96I25|SPF45_HUMAN,6.733167082,0.997506234,7.730673317,10.47381546,3.241895262,7.2319202,0.997506234,3.49127182,8.97755611,6.982543641,1.496259352,1.995012469,6.234413965,4.239401496,7.980049875,7.2319202,3.740648379,7.481296758,0.249376559,2.493765586,,40.39900249,42.39401496,49.3765586,18.20448878,17.95511222,6.234413965,10.47381546,21.44638404,5.985037406,10.97256858,,44,1,401
+sp|O60506|HNRPQ_HUMAN,7.544141252,0.642054575,6.420545746,7.223113965,3.531300161,12.19903692,1.926163724,3.04975923,7.383627608,5.617977528,1.76565008,4.012841091,5.296950241,5.617977528,7.223113965,4.012841091,4.012841091,5.939004815,0.802568218,5.778491172,,46.86998395,39.80738363,50.08025682,13.64365971,16.5329053,9.63081862,8.667736758,25.68218299,10.11235955,8.025682183,,50,1,623
+sp|O00148|DX39A_HUMAN,5.152224824,2.107728337,7.025761124,8.430913349,5.854800937,4.215456674,2.341920375,5.386416862,6.557377049,9.367681499,3.512880562,3.278688525,4.215456674,6.088992974,6.088992974,5.386416862,3.512880562,9.133489461,0,2.341920375,,47.07259953,39.81264637,44.02810304,15.45667447,14.9882904,9.367681499,14.75409836,18.50117096,8.196721311,8.899297424,,38,2,427
+sp|Q13838|DX39B_HUMAN,6.074766355,1.869158879,7.476635514,8.177570093,5.607476636,4.906542056,2.570093458,6.074766355,6.775700935,9.579439252,3.504672897,3.738317757,3.504672897,5.373831776,5.841121495,4.672897196,3.504672897,8.411214953,0,2.336448598,,48.36448598,39.95327103,44.1588785,15.65420561,15.18691589,9.112149533,15.65420561,19.39252336,7.943925234,8.177570093,,35,2,428
+sp|Q14974|IMB1_HUMAN,9.931506849,2.625570776,5.936073059,8.219178082,2.625570776,4.337899543,1.484018265,5.593607306,4.908675799,11.52968037,2.739726027,4.337899543,4.223744292,6.164383562,3.652968037,5.593607306,4.908675799,7.648401826,0.913242009,2.625570776,,50.57077626,34.70319635,49.543379,14.15525114,10.0456621,10.50228311,17.12328767,21.91780822,6.164383562,10.50228311,,92,2,876
+sp|Q8WUA2|PPIL4_HUMAN,2.845528455,1.829268293,9.756097561,10.36585366,4.268292683,5.487804878,2.845528455,6.097560976,11.38211382,5.894308943,1.422764228,3.25203252,4.06504065,3.455284553,5.894308943,6.707317073,5.081300813,5.081300813,0.609756098,3.658536585,,37.19512195,46.95121951,44.10569106,20.12195122,20.12195122,6.707317073,11.99186992,13.41463415,8.536585366,11.78861789,,58,1,492
+sp|Q16658|FSCN1_HUMAN,10.14198783,2.231237323,6.896551724,5.679513185,4.868154158,7.910750507,2.231237323,3.448275862,5.679513185,6.896551724,0.811359026,3.448275862,3.042596349,4.056795132,6.693711968,7.505070994,6.896551724,6.693711968,1.622718053,3.245436105,,47.87018256,34.68559838,54.76673428,12.57606491,14.60446247,7.505070994,10.34482759,24.7464503,9.736308316,14.40162272,,71,4,493
+sp|P31323|KAP3_HUMAN,9.56937799,1.674641148,6.937799043,9.80861244,5.023923445,8.373205742,1.435406699,5.502392344,5.263157895,7.177033493,2.631578947,4.306220096,3.588516746,3.827751196,6.220095694,4.545454545,5.023923445,6.459330144,0.4784689,2.153110048,,49.0430622,37.79904306,50.4784689,16.74641148,12.91866029,8.133971292,12.67942584,24.40191388,7.655502392,9.56937799,,40,1,418
+sp|P20290|BTF3_HUMAN,10.19417476,0.485436893,5.339805825,6.796116505,2.427184466,9.708737864,1.45631068,3.398058252,7.766990291,8.252427184,2.427184466,5.825242718,5.339805825,6.310679612,6.796116505,4.854368932,7.766990291,4.854368932,0,0,,41.74757282,40.29126214,54.36893204,12.13592233,16.01941748,12.13592233,11.65048544,24.75728155,2.427184466,12.62135922,,26,2,206
+sp|O95319|CELF2_HUMAN,12.4015748,1.57480315,3.346456693,3.346456693,3.74015748,8.070866142,1.181102362,3.937007874,5.118110236,9.842519685,4.133858268,6.299212598,4.527559055,8.858267717,3.149606299,8.070866142,6.496062992,3.543307087,0.393700787,1.968503937,,49.60629921,31.2992126,54.33070866,6.692913386,9.448818898,15.15748031,13.77952756,24.01574803,6.102362205,14.56692913,,74,1,508
+sp|Q13126|MTAP_HUMAN,7.4204947,3.180212014,4.593639576,7.067137809,2.826855124,7.067137809,3.180212014,7.77385159,6.360424028,7.4204947,3.180212014,2.826855124,4.593639576,2.473498233,4.946996466,6.007067138,9.187279152,6.713780919,1.413427562,1.766784452,,48.76325088,31.44876325,51.59010601,11.66077739,14.48763251,5.300353357,15.19434629,21.20141343,6.007067138,15.19434629,,43,3,283
+sp|Q13126|MTAP_HUMAN,7.4204947,3.180212014,4.593639576,7.067137809,2.826855124,7.067137809,3.180212014,7.77385159,6.360424028,7.4204947,3.180212014,2.826855124,4.593639576,2.473498233,4.946996466,6.007067138,9.187279152,6.713780919,1.413427562,1.766784452,,48.76325088,31.44876325,51.59010601,11.66077739,14.48763251,5.300353357,15.19434629,21.20141343,6.007067138,15.19434629,,43,1,283
+sp|P42229|STA5A_HUMAN,7.17884131,1.259445844,5.037783375,6.926952141,3.904282116,4.659949622,2.518891688,4.659949622,5.289672544,11.33501259,1.637279597,4.534005038,4.911838791,9.445843829,5.16372796,6.04534005,4.659949622,6.423173804,2.01511335,2.392947103,,45.46599496,38.91687657,44.71032746,11.96473552,12.97229219,13.97984887,15.99496222,18.26196474,8.312342569,10.70528967,,85,1,794
+sp|P51692|STA5B_HUMAN,6.988564168,1.143583227,4.955527319,7.115628971,3.811944091,4.955527319,2.414231258,4.828462516,5.209656925,10.67344346,2.033036849,4.955527319,4.701397713,9.529860229,4.828462516,5.972045743,4.828462516,6.353240152,2.033036849,2.668360864,,45.48919949,39.00889454,44.85387548,12.07115629,12.4523507,14.48538755,15.50190597,18.29733164,8.513341804,10.80050826,,85,1,787
+sp|P16949|STMN1_HUMAN,10.06711409,0,4.026845638,20.13422819,2.013422819,0.67114094,2.684563758,3.355704698,15.43624161,8.724832215,2.684563758,4.026845638,4.026845638,4.026845638,6.040268456,7.382550336,1.342281879,3.355704698,0,0,,30.87248322,56.37583893,34.89932886,24.16107383,24.16107383,8.053691275,12.08053691,14.09395973,2.013422819,8.724832215,,13,1,149
+sp|Q9Y2X3|NOP58_HUMAN,9.073724008,1.701323251,3.969754253,11.53119093,1.890359168,4.914933837,2.268431002,5.860113422,13.61058601,9.829867675,2.646502836,2.835538752,2.835538752,2.268431002,4.536862004,6.238185255,4.536862004,6.238185255,0.56710775,2.646502836,,45.36862004,41.02079395,42.34404537,15.50094518,20.41587902,5.103969754,15.6899811,20.2268431,5.103969754,10.77504726,,57,1,529
+sp|P07948|LYN_HUMAN,6.0546875,1.5625,6.640625,7.6171875,3.90625,6.4453125,1.3671875,6.25,8.984375,8.3984375,2.5390625,2.9296875,5.46875,4.1015625,5.078125,5.6640625,5.078125,5.46875,1.7578125,4.6875,,47.0703125,36.71875,45.3125,14.2578125,15.4296875,7.03125,14.6484375,17.96875,10.3515625,10.7421875,,55,1,512
+sp|P07948|LYN_HUMAN,6.0546875,1.5625,6.640625,7.6171875,3.90625,6.4453125,1.3671875,6.25,8.984375,8.3984375,2.5390625,2.9296875,5.46875,4.1015625,5.078125,5.6640625,5.078125,5.46875,1.7578125,4.6875,,47.0703125,36.71875,45.3125,14.2578125,15.4296875,7.03125,14.6484375,17.96875,10.3515625,10.7421875,,55,2,512
+sp|P31146|COR1A_HUMAN,6.724511931,2.603036876,6.073752711,7.15835141,3.036876356,8.026030369,2.169197397,3.687635575,4.772234273,8.893709328,2.386117137,1.952277657,6.507592191,2.819956616,7.592190889,6.94143167,6.290672451,8.676789588,1.735357918,1.952277657,,47.72234273,32.53796095,53.79609544,13.23210412,14.53362256,4.772234273,12.5813449,23.42733189,6.724511931,13.23210412,,61,5,461
+sp|P06493|CDK1_HUMAN,4.04040404,0.336700337,6.397306397,6.060606061,3.703703704,6.060606061,2.693602694,7.407407407,8.080808081,12.12121212,2.693602694,3.367003367,5.050505051,3.367003367,5.050505051,7.070707071,4.377104377,6.060606061,1.346801347,4.713804714,,48.48484848,35.01683502,42.76094276,12.45791246,15.82491582,6.734006734,19.52861953,16.16161616,9.764309764,11.44781145,,34,1,297
+sp|P37802|TAGL2_HUMAN,7.035175879,1.507537688,5.025125628,5.527638191,3.51758794,9.547738693,0,5.527638191,6.030150754,8.040201005,4.020100503,6.532663317,4.522613065,10.55276382,5.527638191,3.51758794,5.025125628,4.020100503,2.010050251,2.512562814,,47.73869347,39.1959799,46.73366834,10.55276382,11.55778894,17.08542714,13.5678392,20.60301508,8.040201005,8.542713568,,17,3,199
+sp|P37802|TAGL2_HUMAN,7.035175879,1.507537688,5.025125628,5.527638191,3.51758794,9.547738693,0,5.527638191,6.030150754,8.040201005,4.020100503,6.532663317,4.522613065,10.55276382,5.527638191,3.51758794,5.025125628,4.020100503,2.010050251,2.512562814,,47.73869347,39.1959799,46.73366834,10.55276382,11.55778894,17.08542714,13.5678392,20.60301508,8.040201005,8.542713568,,17,1,199
+sp|Q9H1E3|NUCKS_HUMAN,4.938271605,0,11.93415638,14.81481481,1.234567901,4.938271605,0.823045267,0.411522634,15.63786008,1.234567901,2.469135802,2.057613169,8.230452675,3.703703704,5.761316872,13.16872428,3.29218107,4.115226337,0,1.234567901,,20.57613169,54.73251029,52.67489712,26.74897119,22.22222222,5.761316872,1.646090535,13.99176955,2.469135802,16.46090535,,40,2,243
+sp|Q9H1E3|NUCKS_HUMAN,4.938271605,0,11.93415638,14.81481481,1.234567901,4.938271605,0.823045267,0.411522634,15.63786008,1.234567901,2.469135802,2.057613169,8.230452675,3.703703704,5.761316872,13.16872428,3.29218107,4.115226337,0,1.234567901,,20.57613169,54.73251029,52.67489712,26.74897119,22.22222222,5.761316872,1.646090535,13.99176955,2.469135802,16.46090535,,40,3,243
+sp|Q13263|TIF1B_HUMAN,11.25748503,3.71257485,5.269461078,7.305389222,2.634730539,8.622754491,2.395209581,2.035928144,5.02994012,8.622754491,1.916167665,2.155688623,7.425149701,4.790419162,5.02994012,8.862275449,5.149700599,5.988023952,0.598802395,1.19760479,,46.58682635,31.9760479,58.44311377,12.5748503,12.45508982,6.946107784,10.65868263,25.86826347,4.431137725,14.01197605,,117,2,835
+sp|P68104|EF1A1_HUMAN,8.441558442,1.298701299,5.627705628,5.844155844,3.03030303,9.523809524,2.164502165,6.493506494,10.17316017,5.627705628,2.597402597,3.463203463,5.411255411,2.164502165,3.67965368,4.978354978,6.277056277,9.523809524,1.082251082,2.597402597,,50.21645022,33.11688312,54.54545455,11.47186147,16.01731602,5.627705628,12.12121212,27.48917749,6.70995671,11.25541126,,52,8,462
+sp|P68104|EF1A1_HUMAN,8.441558442,1.298701299,5.627705628,5.844155844,3.03030303,9.523809524,2.164502165,6.493506494,10.17316017,5.627705628,2.597402597,3.463203463,5.411255411,2.164502165,3.67965368,4.978354978,6.277056277,9.523809524,1.082251082,2.597402597,,50.21645022,33.11688312,54.54545455,11.47186147,16.01731602,5.627705628,12.12121212,27.48917749,6.70995671,11.25541126,,52,3,462
+sp|Q01469|FABP5_HUMAN,4.444444444,4.444444444,5.925925926,8.888888889,2.962962963,8.148148148,0.740740741,4.444444444,10.37037037,7.407407407,3.703703704,2.962962963,0.740740741,4.444444444,4.444444444,2.962962963,12.59259259,7.407407407,1.481481481,1.481481481,,45.92592593,37.77777778,49.62962963,14.81481481,15.55555556,7.407407407,11.85185185,20,5.925925926,15.55555556,,21,5,135
+sp|Q01469|FABP5_HUMAN,4.444444444,4.444444444,5.925925926,8.888888889,2.962962963,8.148148148,0.740740741,4.444444444,10.37037037,7.407407407,3.703703704,2.962962963,0.740740741,4.444444444,4.444444444,2.962962963,12.59259259,7.407407407,1.481481481,1.481481481,,45.92592593,37.77777778,49.62962963,14.81481481,15.55555556,7.407407407,11.85185185,20,5.925925926,15.55555556,,21,2,135
+sp|Q99436|PSB7_HUMAN,8.664259928,2.166064982,5.415162455,5.415162455,3.249097473,9.025270758,1.444043321,5.054151625,6.137184116,8.664259928,3.249097473,3.971119134,4.332129964,1.444043321,5.054151625,6.137184116,8.303249097,8.303249097,0,3.971119134,,52.3465704,28.88086643,56.31768953,10.83032491,12.63537906,5.415162455,13.71841155,25.99277978,7.220216606,14.44043321,,40,3,277
+sp|P14314|GLU2B_HUMAN,7.575757576,3.21969697,7.386363636,15.15151515,2.651515152,5.113636364,1.325757576,2.083333333,6.25,8.143939394,2.083333333,2.462121212,7.954545455,4.734848485,3.787878788,6.060606061,6.439393939,3.409090909,1.325757576,2.840909091,,38.4469697,41.09848485,49.62121212,22.53787879,11.36363636,7.196969697,10.22727273,16.09848485,6.818181818,12.5,,66,3,528
+sp|P67809|YBOX1_HUMAN,8.950617284,0,4.012345679,8.333333333,2.160493827,12.03703704,0.617283951,0.925925926,4.938271605,1.234567901,1.234567901,6.481481481,10.80246914,7.407407407,12.03703704,4.62962963,4.012345679,4.938271605,0.308641975,4.938271605,,36.72839506,43.82716049,55.86419753,12.34567901,17.59259259,13.88888889,2.160493827,25.92592593,7.407407407,8.641975309,,28,1,324
+tr|A0A1W2PRB8|A0A1W2PRB8_HUMAN,6.324582339,1.909307876,4.534606205,6.563245823,3.937947494,6.324582339,3.102625298,5.84725537,7.637231504,10.38186158,2.028639618,4.176610979,5.84725537,6.682577566,3.69928401,8.830548926,2.744630072,6.324582339,1.193317422,1.909307876,,46.18138425,36.39618138,47.01670644,11.09785203,14.43914081,10.85918854,16.22911695,18.97374702,7.040572792,11.575179,,97,2,838
+sp|Q9H0W9|CK054_HUMAN,5.714285714,2.857142857,4.444444444,7.619047619,6.984126984,8.888888889,4.126984127,4.444444444,7.619047619,8.571428571,2.222222222,3.492063492,7.301587302,2.857142857,2.857142857,4.761904762,4.126984127,7.301587302,0.317460317,3.492063492,,50.79365079,33.01587302,48.88888889,12.06349206,14.6031746,6.349206349,13.01587302,21.9047619,10.79365079,8.888888889,,28,2,315
+sp|P08238|HS90B_HUMAN,5.248618785,0.828729282,7.044198895,13.25966851,3.591160221,4.696132597,1.79558011,6.629834254,10.35911602,8.563535912,2.624309392,3.867403315,3.17679558,2.900552486,4.419889503,6.629834254,4.696132597,5.801104972,0.552486188,3.314917127,,41.85082873,43.64640884,41.98895028,20.3038674,16.57458564,6.767955801,15.19337017,15.74585635,7.458563536,11.32596685,,82,7,724
+sp|P07900|HS90A_HUMAN,4.644808743,0.956284153,7.37704918,13.25136612,3.415300546,4.371584699,1.639344262,6.830601093,10.92896175,8.469945355,2.732240437,4.234972678,2.868852459,3.415300546,4.098360656,5.737704918,5.87431694,5.191256831,0.546448087,3.415300546,,40.57377049,44.94535519,41.2568306,20.6284153,16.66666667,7.650273224,15.30054645,14.20765027,7.37704918,11.61202186,,85,6,732
+sp|P08238|HS90B_HUMAN,5.248618785,0.828729282,7.044198895,13.25966851,3.591160221,4.696132597,1.79558011,6.629834254,10.35911602,8.563535912,2.624309392,3.867403315,3.17679558,2.900552486,4.419889503,6.629834254,4.696132597,5.801104972,0.552486188,3.314917127,,41.85082873,43.64640884,41.98895028,20.3038674,16.57458564,6.767955801,15.19337017,15.74585635,7.458563536,11.32596685,,82,4,724
+sp|P54819|KAD2_HUMAN,8.786610879,1.673640167,6.276150628,7.531380753,3.347280335,6.276150628,2.092050209,6.276150628,7.949790795,10.46025105,3.765690377,2.092050209,7.112970711,2.092050209,6.276150628,5.857740586,5.020920502,5.020920502,0,2.092050209,,47.69874477,34.30962343,48.11715481,13.80753138,16.31799163,4.184100418,16.73640167,20.08368201,5.439330544,10.87866109,,26,3,239
+sp|Q8ND56|LS14A_HUMAN,6.047516199,0.863930886,5.399568035,6.911447084,5.399568035,12.52699784,1.079913607,3.239740821,4.967602592,4.967602592,1.079913607,3.671706263,7.559395248,4.535637149,10.1511879,9.719222462,5.831533477,3.671706263,0.215982721,2.159827214,,40.17278618,36.71706263,55.29157667,12.31101512,16.1987041,8.207343413,8.207343413,22.2462203,7.77537797,15.55075594,,72,2,463
+sp|Q8ND56|LS14A_HUMAN,6.047516199,0.863930886,5.399568035,6.911447084,5.399568035,12.52699784,1.079913607,3.239740821,4.967602592,4.967602592,1.079913607,3.671706263,7.559395248,4.535637149,10.1511879,9.719222462,5.831533477,3.671706263,0.215982721,2.159827214,,40.17278618,36.71706263,55.29157667,12.31101512,16.1987041,8.207343413,8.207343413,22.2462203,7.77537797,15.55075594,,72,1,463
+sp|Q9Y4E1|WAC2C_HUMAN,7.878787879,0.227272727,9.545454545,10.83333333,4.545454545,5.833333333,1.363636364,2.878787879,9.393939394,7.5,0.833333333,2.5,6.590909091,4.696969697,3.712121212,10.60606061,5.303030303,4.696969697,0.606060606,0.454545455,,35.45454545,42.04545455,53.18181818,20.37878788,14.46969697,7.196969697,10.37878788,18.40909091,5.606060606,15.90909091,,210,2,1320
+sp|Q641Q2|WAC2A_HUMAN,7.829977629,0.223713647,9.545115585,10.81282625,4.548844146,5.965697241,1.342281879,2.98284862,9.47054437,7.457121551,0.820283371,2.386278896,6.711409396,4.623415362,3.877703207,10.51454139,5.294556301,4.623415362,0.596569724,0.372856078,,35.42132737,42.05816555,53.09470544,20.35794183,14.69052946,7.009694258,10.43997017,18.41909023,5.518269948,15.80909769,,212,2,1341
+sp|Q9NVZ3|NECP2_HUMAN,8.745247148,0.760456274,5.323193916,4.562737643,4.562737643,11.40684411,0.760456274,4.182509506,5.323193916,5.703422053,1.140684411,3.041825095,9.505703422,6.844106464,5.323193916,6.844106464,5.703422053,6.08365019,2.281368821,1.901140684,,46.76806084,31.17870722,57.41444867,9.885931559,11.40684411,9.885931559,9.885931559,26.23574144,8.745247148,12.54752852,,33,3,263
+sp|P23528|COF1_HUMAN,7.831325301,2.409638554,7.228915663,9.036144578,3.012048193,5.421686747,0.602409639,5.421686747,15.06024096,8.43373494,2.409638554,1.807228916,3.614457831,1.204819277,2.409638554,7.228915663,4.21686747,8.43373494,0.602409639,3.614457831,,47.59036145,37.34939759,48.19277108,16.26506024,18.07228916,3.012048193,13.85542169,21.68674699,7.228915663,11.44578313,,19,2,166
+sp|Q9ULZ2|STAP1_HUMAN,2.372881356,1.355932203,3.389830508,11.18644068,3.728813559,4.06779661,1.355932203,6.440677966,8.813559322,9.491525424,2.372881356,4.406779661,6.440677966,3.389830508,6.101694915,6.101694915,8.13559322,6.101694915,0.677966102,4.06779661,,40.6779661,38.6440678,42.37288136,14.57627119,16.27118644,7.796610169,15.93220339,12.54237288,8.474576271,14.23728814,,42,2,295
+sp|O94826|TOM70_HUMAN,12.33552632,1.973684211,5.756578947,8.059210526,2.796052632,6.743421053,1.315789474,4.111842105,9.539473684,9.539473684,2.796052632,4.111842105,3.947368421,6.25,4.111842105,5.098684211,3.125,3.782894737,0.657894737,3.947368421,,48.68421053,39.14473684,46.875,13.81578947,14.96710526,10.36184211,13.65131579,22.86184211,7.401315789,8.223684211,,50,2,608
+sp|P62805|H4_HUMAN,6.796116505,0,2.912621359,3.883495146,1.941747573,16.50485437,1.941747573,5.825242718,10.67961165,7.766990291,1.941747573,1.941747573,0.970873786,1.941747573,13.59223301,1.941747573,6.796116505,8.737864078,0,3.883495146,,53.39805825,36.89320388,46.60194175,6.796116505,26.21359223,3.883495146,13.59223301,32.03883495,5.825242718,8.737864078,,9,4,103
+sp|P55884|EIF3B_HUMAN,7.616707617,0.85995086,7.371007371,9.828009828,4.791154791,6.142506143,1.842751843,5.036855037,6.511056511,6.265356265,1.965601966,3.316953317,6.265356265,4.791154791,5.405405405,6.265356265,4.2997543,6.511056511,2.57985258,2.334152334,,44.1031941,39.06633907,48.64864865,17.1990172,13.75921376,8.108108108,11.3022113,20.27027027,9.705159705,10.56511057,,86,3,814
+sp|O75663|TIPRL_HUMAN,4.044117647,1.470588235,5.882352941,9.558823529,5.514705882,4.411764706,4.044117647,5.514705882,6.985294118,9.926470588,4.044117647,2.573529412,4.779411765,2.941176471,4.779411765,8.088235294,5.882352941,5.514705882,1.102941176,2.941176471,,44.48529412,36.76470588,42.64705882,15.44117647,15.80882353,5.514705882,15.44117647,13.97058824,9.558823529,13.97058824,,38,1,272
+sp|O95619|YETS4_HUMAN,5.286343612,0.440528634,4.405286344,11.01321586,5.286343612,5.286343612,2.202643172,6.167400881,11.01321586,7.488986784,3.083700441,3.083700441,3.964757709,3.524229075,5.286343612,3.524229075,7.488986784,6.167400881,0.881057269,4.405286344,,44.49339207,40.52863436,39.64757709,15.4185022,18.50220264,6.607929515,13.65638767,16.74008811,10.57268722,11.01321586,,25,1,227
+sp|Q14C86|GAPD1_HUMAN,7.104194858,1.759133965,7.104194858,7.780784844,3.112313938,4.668470907,1.962110961,4.330175913,4.871447903,10.75778078,2.368064953,3.788903924,5.48037889,4.939106901,6.224627876,10.0135318,5.074424899,5.751014885,0.744248985,2.165087957,,42.76048714,36.67117727,50.74424899,14.8849797,13.05818674,8.728010825,15.0879567,17.52368065,6.02165088,15.0879567,,223,4,1478
+sp|P27694|RFA1_HUMAN,6.980519481,1.785714286,5.357142857,6.168831169,4.058441558,6.980519481,0.649350649,5.681818182,6.655844156,6.980519481,2.272727273,6.006493506,4.383116883,4.707792208,4.87012987,8.766233766,5.681818182,7.792207792,0.974025974,3.246753247,,46.75324675,34.41558442,53.73376623,11.52597403,12.17532468,10.71428571,12.66233766,21.75324675,8.279220779,14.44805195,,89,2,616
+sp|P53041|PPP5_HUMAN,7.214428858,2.004008016,6.21242485,8.016032064,4.408817635,6.613226453,2.605210421,4.809619238,7.815631263,8.617234469,3.006012024,4.609218437,4.408817635,4.208416834,4.609218437,5.01002004,4.408817635,5.410821643,0.601202405,5.410821643,,48.09619238,38.0761523,45.89178357,14.22845691,15.03006012,8.817635271,13.42685371,19.23847695,10.42084168,9.418837675,,47,1,499
+tr|A0A182DWH4|A0A182DWH4_HUMAN,4.511278195,1.879699248,2.631578947,7.142857143,6.015037594,9.398496241,3.383458647,1.127819549,3.007518797,10.90225564,1.503759398,3.383458647,4.135338346,5.639097744,7.142857143,8.270676692,5.639097744,9.398496241,1.503759398,3.383458647,,49.62406015,32.33082707,49.2481203,9.77443609,13.53383459,9.022556391,12.03007519,23.30827068,10.90225564,13.90977444,,37,4,266
+sp|Q30154|DRB5_HUMAN,4.511278195,1.879699248,4.135338346,6.766917293,5.263157895,8.646616541,3.007518797,1.503759398,3.383458647,10.15037594,1.879699248,3.383458647,4.135338346,5.263157895,6.766917293,7.142857143,6.766917293,9.77443609,1.503759398,4.135338346,,49.2481203,32.70676692,50.37593985,10.90225564,13.15789474,8.646616541,11.65413534,22.93233083,10.90225564,13.90977444,,37,3,266
+sp|P01911|2B1F_HUMAN,4.135338346,2.255639098,3.007518797,6.390977444,6.015037594,8.646616541,2.255639098,1.503759398,3.007518797,10.15037594,2.255639098,3.007518797,4.887218045,5.639097744,6.766917293,8.270676692,6.766917293,9.77443609,1.879699248,3.383458647,,50,30.07518797,50.7518797,9.398496241,12.03007519,8.646616541,11.65413534,22.55639098,11.27819549,15.03759398,,40,3,266
+sp|Q9UQ35|SRRM2_HUMAN,6.649709302,0.472383721,2.325581395,4.651162791,0.690406977,4.978197674,1.453488372,0.981104651,4.723837209,4.469476744,1.199127907,1.453488372,12.24563953,3.488372093,17.00581395,23.32848837,6.25,2.906976744,0.181686047,0.54505814,,23.07412791,35.10174419,60.61046512,6.976744186,23.18313953,4.941860465,5.450581395,14.53488372,1.417151163,29.57848837,,814,10,2752
+sp|Q9UQ35|SRRM2_HUMAN,6.649709302,0.472383721,2.325581395,4.651162791,0.690406977,4.978197674,1.453488372,0.981104651,4.723837209,4.469476744,1.199127907,1.453488372,12.24563953,3.488372093,17.00581395,23.32848837,6.25,2.906976744,0.181686047,0.54505814,,23.07412791,35.10174419,60.61046512,6.976744186,23.18313953,4.941860465,5.450581395,14.53488372,1.417151163,29.57848837,,814,9,2752
+sp|P49189|AL9A1_HUMAN,8.906882591,3.238866397,3.846153846,7.489878543,5.060728745,9.51417004,0.809716599,5.668016194,5.465587045,7.085020243,3.036437247,3.846153846,5.060728745,3.643724696,4.858299595,5.263157895,5.465587045,8.299595142,0.809716599,2.631578947,,54.25101215,29.95951417,53.44129555,11.33603239,11.13360324,7.489878543,12.75303644,26.72064777,8.502024291,10.72874494,,53,5,494
+sp|P46087|NOP2_HUMAN,8.128078818,0.738916256,5.418719212,7.881773399,2.832512315,7.512315271,1.600985222,2.955665025,9.236453202,8.374384236,1.354679803,3.571428571,7.512315271,5.541871921,6.403940887,7.881773399,5.295566502,5.541871921,0.492610837,1.724137931,,39.65517241,39.65517241,51.60098522,13.30049261,17.24137931,9.113300493,11.33004926,21.18226601,5.049261084,13.1773399,,107,2,812
+sp|P11021|BIP_HUMAN,7.033639144,0.305810398,7.186544343,9.785932722,3.516819572,7.645259939,0.917431193,6.422018349,9.327217125,7.951070336,1.681957187,4.281345566,4.128440367,3.669724771,4.281345566,4.281345566,7.49235474,7.798165138,0.305810398,1.987767584,,44.64831804,39.44954128,50.1529052,16.97247706,14.52599388,7.951070336,14.37308869,22.47706422,5.810397554,11.77370031,,77,7,654
+sp|P30626|SORCN_HUMAN,8.080808081,2.525252525,7.575757576,2.525252525,6.060606061,12.62626263,1.01010101,3.535353535,3.03030303,6.565656566,3.535353535,3.03030303,5.555555556,6.565656566,5.555555556,5.050505051,6.060606061,5.050505051,1.01010101,5.050505051,,54.04040404,29.29292929,55.55555556,10.1010101,9.595959596,9.595959596,10.1010101,25.75757576,12.12121212,11.11111111,,22,1,198
+sp|Q7Z5L9|I2BP2_HUMAN,13.9693356,2.214650767,2.555366269,5.962521295,2.214650767,8.858603066,2.72572402,1.703577513,4.088586031,7.325383305,1.36286201,3.236797274,12.26575809,4.599659284,6.132879046,9.710391823,4.599659284,4.940374787,0.851788756,0.681431005,,44.12265758,29.30153322,62.35093697,8.517887564,12.9471891,7.836456559,9.028960818,27.76831346,3.747870528,14.31005111,,84,6,587
+sp|Q13620|CUL4B_HUMAN,6.024096386,1.095290252,5.69550931,7.995618839,4.381161008,3.943044907,1.861993428,6.352683461,9.200438116,10.29572837,2.847754655,4.600219058,2.95728368,5.91456736,4.381161008,9.857612267,4.709748083,4.600219058,0.657174151,2.628696605,,42.82584885,39.64950712,43.483023,13.69112815,15.44359255,10.51478642,16.64841183,14.56736035,7.667031763,14.56736035,,133,2,913
+sp|Q53H12|AGK_HUMAN,6.63507109,1.895734597,4.028436019,7.109004739,4.028436019,6.63507109,2.132701422,5.450236967,7.109004739,10.18957346,1.421800948,3.08056872,6.161137441,5.213270142,4.739336493,5.924170616,8.293838863,6.161137441,1.895734597,1.895734597,,46.20853081,33.41232227,48.81516588,11.13744076,13.98104265,8.293838863,15.63981043,19.43127962,7.819905213,14.21800948,,60,1,422
+sp|Q14156|EFR3A_HUMAN,6.455542022,1.948842875,5.602923264,7.30816078,4.019488429,4.384896468,3.045066991,7.551766139,5.724725944,10.35322777,3.166869671,3.897685749,4.872107186,3.897685749,5.968331303,7.1863581,4.263093788,7.30816078,0.243605359,2.801461632,,48.23386114,35.44457978,45.91961023,12.91108404,14.73812424,7.795371498,17.90499391,18.14859927,7.06455542,11.44945189,,94,1,821
+sp|P60842|IF4A1_HUMAN,6.157635468,0.985221675,7.142857143,7.142857143,3.448275862,5.911330049,1.231527094,8.374384236,4.926108374,8.866995074,4.187192118,3.9408867,2.955665025,5.172413793,7.142857143,5.665024631,6.157635468,6.896551724,0.738916256,2.955665025,,48.52216749,36.69950739,45.81280788,14.28571429,13.30049261,9.113300493,17.24137931,18.96551724,7.142857143,11.8226601,,48,1,406
+sp|P13796|PLSL_HUMAN,6.858054226,1.594896332,6.379585327,7.814992026,3.189792663,6.858054226,1.275917065,6.698564593,7.177033493,11.16427432,2.711323764,7.974481659,3.827751196,2.711323764,4.625199362,5.103668262,3.827751196,6.220095694,1.275917065,2.711323764,,49.28229665,37.9585327,48.64433812,14.19457735,13.07814992,10.68580542,17.86283892,19.93620415,7.177033493,8.931419458,,56,1,627
+sp|O95487|SC24B_HUMAN,8.044164038,1.65615142,4.416403785,3.391167192,3.312302839,5.520504732,2.681388013,3.154574132,3.075709779,10.01577287,2.129337539,4.574132492,9.069400631,6.230283912,3.627760252,12.30283912,6.072555205,6.230283912,0.394321767,4.100946372,,44.55835962,27.99684543,57.88643533,7.807570978,9.384858044,10.8044164,13.170347,19.79495268,7.807570978,18.37539432,,233,1,1268
+sp|Q5JPE7|NOMO2_HUMAN,4.972375691,1.499605367,4.814522494,6.550907656,4.656669298,8.445146014,2.131018153,5.130228887,5.44593528,10.10260458,1.578531965,3.472770324,5.367008682,4.262036306,3.63062352,7.813733228,7.103393844,8.760852407,0.631412786,3.63062352,,49.40805051,30.30781373,52.24940805,11.36543015,11.20757695,7.73480663,15.23283346,22.17837411,8.918705604,14.91712707,,189,1,1267
+sp|Q15155|NOMO1_HUMAN,4.991816694,1.391162029,4.909983633,6.464811784,4.582651391,8.510638298,2.045826514,5.155482815,5.646481178,9.656301146,1.718494272,3.682487725,5.482815057,4.337152209,3.600654664,7.855973813,7.037643208,8.75613748,0.490998363,3.682487725,,48.93617021,30.68739771,52.61865794,11.37479542,11.29296236,8.019639935,14.81178396,22.25859247,8.75613748,14.89361702,,182,1,1222
+sp|P69849|NOMO3_HUMAN,4.991816694,1.391162029,4.991816694,6.464811784,4.582651391,8.592471358,2.045826514,5.073649755,5.564648118,9.656301146,1.554828151,3.682487725,5.482815057,4.337152209,3.518821604,7.855973813,7.037643208,9.001636661,0.490998363,3.682487725,,49.01800327,30.60556465,53.02782324,11.45662848,11.12929624,8.019639935,14.7299509,22.58592471,8.75613748,14.89361702,,182,1,1222
+sp|P43243|MATR3_HUMAN,5.903187721,1.06257379,7.674144038,8.146399055,2.597402597,7.674144038,2.833530106,3.423848878,7.792207792,9.208972845,2.12514758,4.604486423,6.021251476,4.604486423,6.021251476,9.681227863,3.659976387,3.305785124,0.472255018,3.18772137,,38.96103896,41.67650531,49.58677686,15.82054309,16.64698937,9.208972845,12.63282172,16.88311688,6.257378985,13.34120425,,113,1,847
+sp|Q9NR09|BIRC6_HUMAN,7.494338069,2.264772493,4.982499485,5.867819642,2.67654931,5.703108915,2.964793082,4.570722668,4.653078032,12.80625901,2.161828289,3.911879761,5.558987029,5.044266008,3.767757875,10.06794317,6.3001853,6.423718345,0.96767552,1.811817995,,46.88079061,31.19209389,52.70743257,10.85031913,11.38562899,8.956145769,17.37698168,19.62116533,5.456042825,16.36812847,,795,2,4857
+sp|Q96T37|RBM15_HUMAN,7.267144319,0.409416581,7.267144319,4.912998976,2.354145343,9.928352098,1.842374616,2.354145343,5.015353122,9.00716479,0.818833163,1.944728762,7.676560901,2.86591607,12.07778915,11.97543501,4.40122825,4.298874104,0.818833163,2.763561924,,40.02047083,35.92630502,55.16888434,12.1801433,18.93551689,4.810644831,11.36131013,21.49437052,5.93654043,16.37666325,,160,1,977
+tr|A0A0C4DFX4|A0A0C4DFX4_HUMAN,9.433344252,0.949885359,3.504749427,8.188666885,1.73599738,6.354405503,1.670488045,2.784146741,3.308221422,10.21945627,1.441205372,1.932525385,13.69145103,4.847690796,6.452669505,10.0884376,6.12512283,5.764821487,0.655093351,0.851621356,,40.18997707,29.90501146,57.84474288,11.69341631,11.43137897,6.780216181,13.00360301,21.55257124,3.242712086,16.21356043,,495,2,3053
+sp|Q6ZRS2|SRCAP_HUMAN,9.504643963,0.897832817,3.343653251,7.73993808,1.671826625,6.253869969,1.73374613,2.724458204,3.188854489,10.30959752,1.424148607,1.888544892,14.11764706,4.891640867,6.253869969,10.18575851,6.53250774,5.882352941,0.619195046,0.835913313,,40.12383901,29.04024768,58.60681115,11.08359133,11.17647059,6.780185759,13.03405573,21.64086687,3.126934985,16.71826625,,540,2,3230
+sp|Q96T68|SETB2_HUMAN,3.755215577,4.172461752,5.424200278,7.92767733,4.728789986,4.172461752,1.808066759,4.589707928,8.623087622,7.232267038,1.251738526,7.232267038,4.172461752,5.146036161,5.006954103,8.623087622,6.815020862,6.11961057,0.556328234,2.64255911,,39.22114047,41.16828929,50.4867872,13.35187761,15.43810848,12.3783032,11.82197497,14.0472879,7.92767733,15.43810848,,111,1,719
+sp|Q9Y3A5|SBDS_HUMAN,4,2,5.6,10.4,3.2,4.8,1.6,8,13.2,8,2.4,3.2,2.4,5.2,5.2,4,5.6,9.2,0.4,1.6,,43.6,44.4,40.8,16,20,8.4,16,18,5.2,9.6,,24,1,250
+sp|Q96A72|MGN2_HUMAN,3.378378378,0.675675676,8.108108108,8.108108108,6.081081081,6.081081081,3.378378378,8.108108108,8.783783784,8.783783784,2.027027027,3.378378378,4.054054054,2.027027027,5.405405405,6.081081081,2.027027027,7.432432432,0.675675676,5.405405405,,48.64864865,39.18918919,41.21621622,16.21621622,17.56756757,5.405405405,16.89189189,16.89189189,12.16216216,8.108108108,,12,1,148
+sp|P61326|MGN_HUMAN,2.054794521,0.684931507,8.219178082,8.904109589,6.164383562,6.164383562,3.424657534,8.219178082,8.904109589,8.904109589,2.054794521,3.424657534,4.109589041,2.054794521,5.479452055,6.164383562,2.054794521,6.849315068,0.684931507,5.479452055,,47.26027397,40.4109589,39.7260274,17.12328767,17.80821918,5.479452055,17.12328767,15.06849315,12.32876712,8.219178082,,12,1,146
+sp|Q9UIA9|XPO7_HUMAN,5.335786569,2.207911684,5.151793928,5.427782889,4.691812328,3.587856486,2.115915363,5.335786569,4.139834407,14.53541858,2.943882245,5.243790248,3.127874885,5.887764489,5.059797608,9.015639374,6.53173873,5.335786569,0.827966881,3.495860166,,48.29806808,33.02667893,45.53817847,10.57957682,11.31554738,11.13155474,19.87120515,14.25942962,9.015639374,15.5473781,,169,2,1087
+sp|P30086|PEBP1_HUMAN,4.278074866,1.069518717,8.021390374,4.812834225,1.604278075,8.021390374,3.20855615,1.604278075,8.021390374,10.16042781,1.069518717,2.139037433,8.021390374,3.743315508,4.812834225,8.021390374,4.812834225,8.556149733,2.673796791,5.347593583,,44.38502674,34.75935829,52.94117647,12.8342246,16.04278075,5.882352941,11.76470588,20.85561497,9.625668449,12.8342246,,24,11,187
+sp|P30086|PEBP1_HUMAN,4.278074866,1.069518717,8.021390374,4.812834225,1.604278075,8.021390374,3.20855615,1.604278075,8.021390374,10.16042781,1.069518717,2.139037433,8.021390374,3.743315508,4.812834225,8.021390374,4.812834225,8.556149733,2.673796791,5.347593583,,44.38502674,34.75935829,52.94117647,12.8342246,16.04278075,5.882352941,11.76470588,20.85561497,9.625668449,12.8342246,,24,4,187
+sp|P49848|TAF6_HUMAN,8.714918759,1.624815362,3.249630724,5.76070901,1.920236337,6.499261448,1.624815362,4.579025111,6.203840473,10.04431315,1.624815362,2.363367799,10.93057607,5.908419498,4.135893648,8.714918759,7.090103397,6.35155096,0.59084195,2.067946824,,44.01772526,29.24667651,55.53914328,9.010339734,11.96454948,8.271787297,14.62333826,21.56573117,4.579025111,15.80502216,,107,1,677
+sp|P11142|HSP7C_HUMAN,7.73993808,0.619195046,7.120743034,7.585139319,3.715170279,8.204334365,1.083591331,6.811145511,8.359133127,6.811145511,2.012383901,5.263157895,3.86996904,4.024767802,4.334365325,5.417956656,7.275541796,7.120743034,0.309597523,2.321981424,,45.66563467,37.77089783,52.63157895,14.70588235,13.77708978,9.287925697,13.62229102,23.06501548,6.346749226,12.69349845,,82,7,646
+sp|P11142|HSP7C_HUMAN,7.73993808,0.619195046,7.120743034,7.585139319,3.715170279,8.204334365,1.083591331,6.811145511,8.359133127,6.811145511,2.012383901,5.263157895,3.86996904,4.024767802,4.334365325,5.417956656,7.275541796,7.120743034,0.309597523,2.321981424,,45.66563467,37.77089783,52.63157895,14.70588235,13.77708978,9.287925697,13.62229102,23.06501548,6.346749226,12.69349845,,82,1,646
+sp|Q53QZ3|RHG15_HUMAN,4.210526316,0.842105263,5.052631579,7.157894737,4.210526316,4.210526316,3.578947368,6.736842105,9.684210526,9.263157895,2.526315789,4.842105263,3.368421053,5.263157895,5.684210526,9.894736842,5.052631579,5.684210526,1.263157895,1.473684211,,40.42105263,41.26315789,43.15789474,12.21052632,18.94736842,10.10526316,16,14.10526316,6.947368421,14.94736842,,71,1,475
+sp|P06576|ATPB_HUMAN,11.15311909,0,5.103969754,6.994328922,3.024574669,9.262759924,1.890359168,6.805293006,4.347826087,9.073724008,2.646502836,1.701323251,6.049149338,4.536862004,4.914933837,4.914933837,6.238185255,8.884688091,0,2.457466919,,53.30812854,29.48960302,53.30812854,12.09829868,11.15311909,6.238185255,15.87901701,29.30056711,5.482041588,11.15311909,,59,1,529
+sp|Q86UE4|LYRIC_HUMAN,7.04467354,0.171821306,6.18556701,8.419243986,1.030927835,6.872852234,0.515463918,2.920962199,12.37113402,7.216494845,0.343642612,4.639175258,5.841924399,4.810996564,4.810996564,12.19931271,6.357388316,4.982817869,2.577319588,0.687285223,,33.84879725,41.75257732,54.29553265,14.604811,17.6975945,9.450171821,10.13745704,18.90034364,4.295532646,18.55670103,,108,1,582
+sp|P54886|P5CS_HUMAN,8.050314465,1.635220126,5.157232704,6.289308176,2.893081761,7.044025157,3.647798742,5.911949686,4.779874214,11.57232704,2.012578616,3.396226415,3.773584906,4.65408805,6.037735849,7.547169811,4.779874214,8.805031447,0.628930818,1.383647799,,49.93710692,33.96226415,50.18867925,11.44654088,14.46540881,8.050314465,17.48427673,23.89937107,4.905660377,12.32704403,,98,2,795
+sp|Q9Y2L1|RRP44_HUMAN,6.576200418,1.983298539,5.636743215,8.455114823,3.131524008,4.384133612,3.75782881,6.784968685,7.306889353,9.498956159,2.296450939,5.010438413,5.010438413,3.340292276,6.158663883,6.158663883,5.114822547,6.158663883,0.730688935,2.505219207,,44.05010438,39.66597077,46.03340292,14.09185804,17.22338205,8.350730689,16.28392484,17.11899791,6.36743215,11.27348643,,108,1,958
+sp|Q9NYF8|BCLF1_HUMAN,3.47826087,0.217391304,5.97826087,9.347826087,3.152173913,6.304347826,3.369565217,2.173913043,10,3.260869565,0.97826087,2.934782609,5.326086957,3.369565217,12.39130435,16.41304348,4.565217391,2.608695652,0.652173913,3.47826087,,26.30434783,47.39130435,47.82608696,15.32608696,25.76086957,6.304347826,5.434782609,12.39130435,7.282608696,20.97826087,,193,5,920
+sp|Q9NYF8|BCLF1_HUMAN,3.47826087,0.217391304,5.97826087,9.347826087,3.152173913,6.304347826,3.369565217,2.173913043,10,3.260869565,0.97826087,2.934782609,5.326086957,3.369565217,12.39130435,16.41304348,4.565217391,2.608695652,0.652173913,3.47826087,,26.30434783,47.39130435,47.82608696,15.32608696,25.76086957,6.304347826,5.434782609,12.39130435,7.282608696,20.97826087,,193,1,920
+sp|O75608|LYPA1_HUMAN,9.130434783,2.608695652,4.782608696,3.47826087,3.47826087,8.695652174,2.608695652,7.826086957,4.782608696,9.565217391,3.913043478,4.347826087,7.391304348,4.782608696,2.608695652,6.956521739,5.217391304,5.217391304,1.304347826,1.304347826,,53.04347826,27.39130435,54.34782609,8.260869565,10,9.130434783,17.39130435,23.04347826,6.086956522,12.17391304,,28,1,230
+sp|P29350|PTN6_HUMAN,5.042016807,1.176470588,5.210084034,7.56302521,2.857142857,8.067226891,3.025210084,5.210084034,7.226890756,7.899159664,1.848739496,4.369747899,4.033613445,6.386554622,5.714285714,6.722689076,5.714285714,6.218487395,1.512605042,4.201680672,,44.03361345,39.49579832,46.55462185,12.77310924,15.96638655,10.75630252,13.1092437,19.32773109,8.571428571,12.43697479,,74,2,595
+sp|P29350|PTN6_HUMAN,5.042016807,1.176470588,5.210084034,7.56302521,2.857142857,8.067226891,3.025210084,5.210084034,7.226890756,7.899159664,1.848739496,4.369747899,4.033613445,6.386554622,5.714285714,6.722689076,5.714285714,6.218487395,1.512605042,4.201680672,,44.03361345,39.49579832,46.55462185,12.77310924,15.96638655,10.75630252,13.1092437,19.32773109,8.571428571,12.43697479,,74,1,595
+sp|O60508|PRP17_HUMAN,7.081174439,2.07253886,6.563039724,6.908462867,4.14507772,6.21761658,2.763385147,4.490500864,8.635578584,6.563039724,2.590673575,3.626943005,5.008635579,3.972366149,4.317789292,7.944732297,4.663212435,6.563039724,2.245250432,3.626943005,,45.59585492,36.78756477,49.74093264,13.47150259,15.71675302,7.599309154,11.05354059,19.86183074,10.01727116,12.60794473,,73,3,579
+sp|P35606|COPB2_HUMAN,7.395143488,1.655629139,6.070640177,8.388520971,3.752759382,5.849889625,2.538631347,5.739514349,6.070640177,9.713024283,1.986754967,4.525386313,3.53200883,4.08388521,4.304635762,6.732891832,4.856512141,7.174392936,2.097130243,3.53200883,,48.89624724,35.98233996,47.79249448,14.45916115,12.91390728,8.609271523,15.45253863,20.41942605,9.381898455,11.58940397,,105,1,906
+sp|P55084|ECHB_HUMAN,12.02531646,1.054852321,4.641350211,4.219409283,4.430379747,7.383966245,1.898734177,3.58649789,7.383966245,10.12658228,4.008438819,3.164556962,5.274261603,2.953586498,4.641350211,7.383966245,6.11814346,6.540084388,0.632911392,2.53164557,,52.32067511,28.90295359,53.58649789,8.860759494,13.92405063,6.11814346,13.71308017,25.94936709,7.594936709,13.5021097,,64,1,474
+sp|P07737|PROF1_HUMAN,7.142857143,2.142857143,6.428571429,2.857142857,2.857142857,11.42857143,1.428571429,3.571428571,7.142857143,8.571428571,3.571428571,4.285714286,2.857142857,2.857142857,3.571428571,7.142857143,7.857142857,9.285714286,1.428571429,3.571428571,,53.57142857,28.57142857,58.57142857,9.285714286,12.14285714,7.142857143,12.14285714,27.85714286,7.857142857,15,,21,6,140
+sp|P07737|PROF1_HUMAN,7.142857143,2.142857143,6.428571429,2.857142857,2.857142857,11.42857143,1.428571429,3.571428571,7.142857143,8.571428571,3.571428571,4.285714286,2.857142857,2.857142857,3.571428571,7.142857143,7.857142857,9.285714286,1.428571429,3.571428571,,53.57142857,28.57142857,58.57142857,9.285714286,12.14285714,7.142857143,12.14285714,27.85714286,7.857142857,15,,21,2,140
+sp|Q99547|MPH6_HUMAN,5,0.625,6.25,16.875,4.375,3.75,1.875,4.375,11.875,10.625,5,3.125,2.5,3.125,6.25,4.375,3.75,3.125,0.625,2.5,,40,49.375,32.5,23.125,20,6.25,15,11.875,7.5,8.125,,13,1,160
+sp|Q7Z4S6|KI21A_HUMAN,6.869772999,1.3739546,6.033452808,9.139784946,2.031063321,5.555555556,1.851851852,5.734767025,8.004778973,8.602150538,2.628434886,5.017921147,3.046594982,5.436081243,6.033452808,8.363201912,6.750298686,5.376344086,0.477897252,1.672640382,,40.32258065,41.51732378,48.38709677,15.17323775,15.89008363,10.45400239,14.33691756,17.80167264,4.181600956,15.1135006,,253,1,1674
+sp|Q15363|TMED2_HUMAN,8.457711443,0.995024876,4.47761194,9.950248756,6.467661692,6.467661692,2.487562189,5.970149254,4.975124378,7.960199005,5.472636816,3.482587065,1.492537313,1.990049751,4.975124378,4.47761194,6.965174129,8.955223881,0.497512438,3.482587065,,54.72636816,32.33830846,45.77114428,14.4278607,12.43781095,5.472636816,13.93034826,23.88059701,10.44776119,11.44278607,,23,1,201
+sp|P29401|TKT_HUMAN,11.71749599,1.926163724,5.617977528,5.617977528,3.852327448,7.223113965,2.728731942,7.544141252,6.741573034,7.383627608,2.086677368,3.210272873,4.494382022,4.173354735,4.654895666,6.741573034,5.136436597,5.778491172,0.642054575,2.728731942,,50.88282504,32.74478331,51.8459069,11.23595506,14.12520064,7.383627608,14.92776886,24.71910112,7.223113965,11.87800963,,74,5,623
+sp|P55036|PSMD4_HUMAN,10.0795756,1.061007958,7.427055703,9.283819629,2.652519894,7.161803714,1.591511936,4.24403183,6.366047745,9.018567639,3.448275862,4.774535809,4.24403183,4.50928382,3.978779841,6.896551724,6.366047745,6.100795756,0,0.795755968,,44.56233422,37.93103448,54.11140584,16.71087533,11.93633952,9.283819629,13.26259947,23.34217507,3.448275862,13.26259947,,50,1,377
+sp|O43815|STRN_HUMAN,9.102564103,1.025641026,7.564102564,7.820512821,3.205128205,6.538461538,2.692307692,3.846153846,6.41025641,9.230769231,1.794871795,4.230769231,4.358974359,4.102564103,4.615384615,8.58974359,5.512820513,5.641025641,1.41025641,2.307692308,,44.1025641,37.43589744,52.56410256,15.38461538,13.71794872,8.333333333,13.07692308,21.28205128,6.923076923,14.1025641,,110,1,780
+sp|P30040|ERP29_HUMAN,8.429118774,0.383141762,5.747126437,7.662835249,4.597701149,8.429118774,0.766283525,3.448275862,10.34482759,13.02681992,2.298850575,2.298850575,4.980842912,4.597701149,3.0651341,6.130268199,3.0651341,5.747126437,0.766283525,4.214559387,,51.34099617,34.48275862,45.21072797,13.40996169,14.17624521,6.896551724,16.47509579,22.60536398,9.578544061,9.195402299,,24,2,261
+sp|P11177|ODPB_HUMAN,10.58495822,1.671309192,4.178272981,6.963788301,4.178272981,8.356545961,1.949860724,7.242339833,5.292479109,6.128133705,3.899721448,3.621169916,6.128133705,3.342618384,5.013927577,5.013927577,3.621169916,9.192200557,1.39275766,2.228412256,,54.87465181,30.36211699,52.36768802,11.14206128,12.25626741,6.963788301,13.37047354,28.13370474,7.799442897,8.635097493,,31,1,359
+sp|Q14181|DPOA2_HUMAN,5.016722408,2.508361204,4.347826087,8.528428094,4.013377926,6.856187291,2.341137124,5.852842809,4.515050167,10.70234114,1.003344482,2.341137124,6.18729097,4.682274247,4.515050167,10.53511706,5.518394649,7.023411371,0.16722408,3.344481605,,46.48829431,31.27090301,50.33444816,12.87625418,11.37123746,7.023411371,16.55518395,18.89632107,7.525083612,16.05351171,,96,3,598
+sp|Q53EL6|PDCD4_HUMAN,5.117270789,1.492537313,7.8891258,8.528784648,2.132196162,8.742004264,1.70575693,4.690831557,6.823027719,10.44776119,2.132196162,4.051172708,3.837953092,2.558635394,5.756929638,9.168443497,4.264392324,7.249466951,0.852878465,2.558635394,,45.41577825,37.31343284,51.81236674,16.41791045,14.28571429,6.609808102,15.13859275,21.108742,5.543710021,13.43283582,,63,1,469
+sp|P17987|TCPA_HUMAN,10.25179856,1.618705036,6.654676259,6.654676259,1.978417266,6.474820144,1.438848921,8.09352518,7.194244604,10.07194245,2.697841727,4.856115108,2.517985612,3.057553957,4.856115108,6.474820144,5.035971223,8.273381295,0.179856115,1.618705036,,51.25899281,34.71223022,52.15827338,13.30935252,13.48920863,7.913669065,18.16546763,25,3.776978417,11.51079137,,64,3,556
+sp|P26196|DDX6_HUMAN,4.347826087,1.449275362,5.383022774,5.383022774,3.105590062,6.832298137,2.277432712,8.074534161,7.039337474,10.55900621,3.105590062,5.175983437,4.347826087,6.418219462,5.175983437,5.590062112,6.832298137,5.797101449,0.414078675,2.691511387,,46.37681159,36.85300207,45.75569358,10.76604555,14.49275362,11.5942029,18.63354037,16.97722567,6.211180124,12.42236025,,60,1,483
+sp|Q9ULT8|HECD1_HUMAN,6.360153257,2.030651341,6.666666667,7.586206897,3.256704981,6.551724138,1.83908046,3.869731801,4.904214559,10.53639847,2.068965517,3.869731801,4.750957854,3.754789272,6.206896552,10.03831418,6.551724138,5.823754789,1.379310345,1.954022989,,43.83141762,34.82758621,52.64367816,14.25287356,12.95019157,7.624521073,14.40613027,18.73563218,6.590038314,16.59003831,,433,2,2610
+sp|P40926|MDHM_HUMAN,11.53846154,2.366863905,3.846153846,4.733727811,3.550295858,8.284023669,1.479289941,6.213017751,7.692307692,9.171597633,1.775147929,3.846153846,5.917159763,2.662721893,2.958579882,6.50887574,7.100591716,8.875739645,0,1.479289941,,53.25443787,27.21893491,58.28402367,8.579881657,12.13017751,6.50887574,15.38461538,28.69822485,5.029585799,13.60946746,,46,3,338
+sp|P40926|MDHM_HUMAN,11.53846154,2.366863905,3.846153846,4.733727811,3.550295858,8.284023669,1.479289941,6.213017751,7.692307692,9.171597633,1.775147929,3.846153846,5.917159763,2.662721893,2.958579882,6.50887574,7.100591716,8.875739645,0,1.479289941,,53.25443787,27.21893491,58.28402367,8.579881657,12.13017751,6.50887574,15.38461538,28.69822485,5.029585799,13.60946746,,46,1,338
+sp|P14866|HNRPL_HUMAN,6.791171477,1.867572156,5.093378608,5.093378608,3.565365025,12.05432937,3.056027165,3.056027165,4.923599321,5.942275042,2.376910017,5.602716469,8.319185059,4.41426146,6.112054329,7.300509338,2.886247878,6.451612903,0.339558574,4.753820034,,47.19864177,34.29541596,56.36672326,10.18675722,14.09168081,10.01697793,8.998302207,25.29711375,8.658743633,10.18675722,,60,2,589
+sp|Q14204|DYHC1_HUMAN,6.607834697,1.033146793,5.510116229,8.243650452,3.83125269,4.606112785,1.98019802,5.316401205,6.306500215,11.14937581,2.625914765,4.068015497,4.003443823,5.531640121,6.220404649,5.876022385,5.122686182,7.554885923,1.657339647,2.755058115,,47.13732243,37.86052518,44.38226431,13.75376668,14.50710288,9.599655618,16.46577701,18.76883341,8.243650452,10.99870857,,511,2,4646
+sp|O15305|PMM2_HUMAN,4.06504065,2.43902439,7.723577236,6.910569106,6.504065041,8.943089431,1.219512195,6.910569106,8.536585366,8.536585366,2.032520325,3.658536585,4.06504065,4.471544715,5.691056911,4.06504065,4.471544715,5.284552846,0.406504065,4.06504065,,49.18699187,38.21138211,44.71544715,14.63414634,15.44715447,8.130081301,15.44715447,18.29268293,10.97560976,8.536585366,,21,1,246
+sp|Q92871|PMM1_HUMAN,5.72519084,2.290076336,6.870229008,8.778625954,7.633587786,8.015267176,1.908396947,5.72519084,6.106870229,8.778625954,1.526717557,2.671755725,3.435114504,4.580152672,7.251908397,5.34351145,4.961832061,6.106870229,0.381679389,1.908396947,,48.09160305,38.16793893,45.41984733,15.64885496,15.26717557,7.251908397,14.50381679,19.84732824,9.923664122,10.30534351,,27,1,262
+sp|Q6ZU35|K1211_HUMAN,9.570154096,0.811030008,3.97404704,14.27412814,1.459854015,6.082725061,1.622060016,1.946472019,7.218167072,7.380373074,1.054339011,2.108678021,9.9756691,6.488240065,8.515815085,8.596918086,4.136253041,3.406326034,0.97323601,0.405515004,,33.09002433,44.20113544,48.66180049,18.24817518,17.35604217,8.596918086,9.326845093,19.05920519,2.838605028,12.73317113,,157,1,1233
+sp|P17844|DDX5_HUMAN,7.003257329,1.465798046,6.188925081,5.700325733,3.745928339,8.794788274,1.791530945,5.374592834,5.537459283,6.840390879,2.442996743,5.374592834,5.048859935,4.885993485,8.306188925,5.374592834,5.700325733,5.374592834,0.977198697,4.071661238,,46.09120521,37.78501629,50.3257329,11.88925081,15.63517915,10.26058632,12.21498371,21.17263844,8.794788274,11.07491857,,68,5,614
+sp|P17844|DDX5_HUMAN,7.003257329,1.465798046,6.188925081,5.700325733,3.745928339,8.794788274,1.791530945,5.374592834,5.537459283,6.840390879,2.442996743,5.374592834,5.048859935,4.885993485,8.306188925,5.374592834,5.700325733,5.374592834,0.977198697,4.071661238,,46.09120521,37.78501629,50.3257329,11.88925081,15.63517915,10.26058632,12.21498371,21.17263844,8.794788274,11.07491857,,68,2,614
+sp|O60493|SNX3_HUMAN,4.320987654,0.617283951,6.172839506,8.024691358,6.172839506,5.555555556,1.851851852,6.172839506,6.172839506,8.641975309,1.234567901,4.938271605,6.790123457,4.320987654,9.259259259,4.938271605,5.555555556,6.172839506,0.617283951,2.469135802,,41.97530864,40.74074074,45.0617284,14.19753086,17.28395062,9.259259259,14.81481481,16.04938272,9.259259259,10.49382716,,17,1,162
+sp|P18124|RL7_HUMAN,6.85483871,0.403225806,1.612903226,6.85483871,4.032258065,6.451612903,1.612903226,8.064516129,13.70967742,8.467741935,3.629032258,6.048387097,3.629032258,2.016129032,10.88709677,2.419354839,2.822580645,5.241935484,0.806451613,4.435483871,,48.38709677,42.74193548,35.48387097,8.467741935,26.20967742,8.064516129,16.53225806,18.5483871,9.274193548,5.241935484,,13,1,248
+tr|A0A1B0GU03|A0A1B0GU03_HUMAN,8.419243986,3.092783505,4.295532646,4.467353952,2.920962199,8.762886598,1.718213058,4.295532646,5.326460481,9.278350515,2.06185567,2.405498282,9.450171821,4.12371134,3.951890034,8.591065292,5.154639175,6.529209622,1.374570447,3.780068729,,50.51546392,26.28865979,56.70103093,8.762886598,10.99656357,6.529209622,13.57388316,23.71134021,8.075601375,13.74570447,,80,1,582
+sp|P07339|CATD_HUMAN,6.796116505,2.184466019,5.097087379,4.126213592,3.398058252,9.466019417,1.45631068,5.582524272,5.582524272,9.951456311,2.427184466,2.669902913,6.310679612,4.126213592,2.912621359,8.980582524,5.097087379,8.252427184,0.970873786,4.611650485,,53.6407767,25.97087379,54.85436893,9.223300971,9.951456311,6.796116505,15.53398058,24.51456311,8.980582524,14.0776699,,58,1,412
+sp|P62701|RS4X_HUMAN,5.703422053,1.520912548,6.08365019,3.422053232,4.562737643,8.745247148,3.041825095,9.505703422,10.2661597,7.604562738,1.901140684,3.802281369,5.323193916,1.140684411,8.365019011,3.041825095,7.224334601,6.08365019,0.760456274,1.901140684,,48.28897338,36.121673,47.52851711,9.505703422,21.6730038,4.942965779,17.11026616,20.53231939,7.224334601,10.2661597,,27,2,263
+sp|Q8TD47|RS4Y2_HUMAN,6.08365019,2.281368821,4.942965779,3.422053232,3.802281369,8.745247148,3.802281369,8.745247148,9.885931559,7.224334601,1.520912548,4.182509506,4.942965779,1.140684411,7.604562738,3.422053232,6.844106464,8.745247148,0.760456274,1.901140684,,49.80988593,34.98098859,50.19011407,8.365019011,21.29277567,5.323193916,15.96958175,23.57414449,6.463878327,10.2661597,,27,2,263
+sp|Q5VTE0|EF1A3_HUMAN,8.441558442,1.298701299,5.627705628,5.844155844,3.03030303,9.523809524,2.164502165,6.493506494,10.38961039,5.627705628,2.813852814,3.246753247,5.411255411,2.164502165,3.67965368,4.978354978,6.060606061,9.523809524,1.082251082,2.597402597,,50.43290043,33.11688312,54.11255411,11.47186147,16.23376623,5.411255411,12.12121212,27.48917749,6.70995671,11.03896104,,51,7,462
+sp|Q5VTE0|EF1A3_HUMAN,8.441558442,1.298701299,5.627705628,5.844155844,3.03030303,9.523809524,2.164502165,6.493506494,10.38961039,5.627705628,2.813852814,3.246753247,5.411255411,2.164502165,3.67965368,4.978354978,6.060606061,9.523809524,1.082251082,2.597402597,,50.43290043,33.11688312,54.11255411,11.47186147,16.23376623,5.411255411,12.12121212,27.48917749,6.70995671,11.03896104,,51,3,462
+sp|P06744|G6PI_HUMAN,7.168458781,0.716845878,4.838709677,5.734767025,5.017921147,7.347670251,3.76344086,5.734767025,6.272401434,9.498207885,2.688172043,5.017921147,3.94265233,5.197132616,4.838709677,5.197132616,6.630824373,5.734767025,2.150537634,2.508960573,,48.56630824,35.66308244,46.59498208,10.5734767,14.87455197,10.21505376,15.23297491,20.25089606,9.677419355,11.82795699,,66,2,558
+sp|Q99873|ANM1_HUMAN,6.738544474,2.964959569,7.277628032,7.547169811,4.851752022,4.582210243,2.425876011,6.199460916,7.277628032,7.277628032,3.504043127,4.043126685,3.234501348,1.886792453,3.773584906,5.39083558,6.199460916,8.355795148,1.347708895,5.121293801,,50.94339623,34.23180593,48.78706199,14.82479784,13.47708895,5.929919137,13.47708895,19.67654987,11.32075472,11.5902965,,43,1,371
+sp|P55265|DSRAD_HUMAN,6.769983687,1.712887439,4.241435563,7.340946166,3.83360522,7.422512235,2.446982055,3.996737357,7.259380098,8.890701468,2.120717781,4.078303426,6.851549755,4.567699837,5.791190865,9.053833605,5.138662316,4.975530179,0.815660685,2.691680261,,43.23001631,35.72593801,50.24469821,11.58238173,15.49755302,8.646003263,12.88743883,19.1680261,7.340946166,14.19249592,,174,4,1226
+sp|P38646|GRP75_HUMAN,10.45655376,0.736377025,6.18556701,7.805596465,2.798232695,8.24742268,1.17820324,5.743740795,7.65832106,7.06921944,2.65095729,3.976435935,3.24005891,5.154639175,5.30191458,6.038291605,6.18556701,7.65832106,0.29455081,1.620029455,,47.27540501,37.26067747,52.72459499,13.99116348,14.13843888,9.13107511,12.81296024,26.3622975,4.71281296,12.22385862,,83,3,679
+sp|P38646|GRP75_HUMAN,10.45655376,0.736377025,6.18556701,7.805596465,2.798232695,8.24742268,1.17820324,5.743740795,7.65832106,7.06921944,2.65095729,3.976435935,3.24005891,5.154639175,5.30191458,6.038291605,6.18556701,7.65832106,0.29455081,1.620029455,,47.27540501,37.26067747,52.72459499,13.99116348,14.13843888,9.13107511,12.81296024,26.3622975,4.71281296,12.22385862,,83,1,679
+sp|P61158|ARP3_HUMAN,5.741626794,1.913875598,5.980861244,7.655502392,5.023923445,7.416267943,2.153110048,7.894736842,5.502392344,6.220095694,2.153110048,2.392344498,6.220095694,3.827751196,5.980861244,5.023923445,5.502392344,7.894736842,1.196172249,4.306220096,,49.76076555,33.49282297,48.0861244,13.63636364,13.63636364,6.220095694,14.11483254,21.05263158,10.52631579,10.52631579,,44,2,418
+sp|Q9UK76|JUPI1_HUMAN,6.493506494,0,5.194805195,7.142857143,3.246753247,11.68831169,0.649350649,1.298701299,5.194805195,6.493506494,1.298701299,5.844155844,11.03896104,2.597402597,5.844155844,14.28571429,5.194805195,5.844155844,0.649350649,0,,37.01298701,32.46753247,65.58441558,12.33766234,11.68831169,8.441558442,7.792207792,24.02597403,3.896103896,19.48051948,,30,2,154
+sp|Q00059|TFAM_HUMAN,6.097560976,1.62601626,3.25203252,10.16260163,3.25203252,3.658536585,1.219512195,4.06504065,12.60162602,8.943089431,2.845528455,2.032520325,4.471544715,4.87804878,8.536585366,8.536585366,3.658536585,3.658536585,2.43902439,4.06504065,,40.6504065,42.68292683,36.99186992,13.41463415,22.35772358,6.910569106,13.00813008,13.41463415,9.756097561,12.19512195,,30,1,246
+sp|Q8WZ42|TITIN_HUMAN,6.066957787,1.493449782,5.00727802,9.295487627,2.643377001,6.014556041,1.391557496,6.002911208,8.56768559,6.163027656,1.158660844,3.234352256,7.327510917,2.742358079,4.774381368,7.170305677,7.411935953,9.269286754,1.356622999,2.908296943,,43.07714702,35.01310044,52.99563319,14.30276565,14.73362445,5.976710335,12.16593886,21.35080058,6.908296943,14.58224163,,5009,1,34350
+sp|P00338|LDHA_HUMAN,5.421686747,1.506024096,5.421686747,5.421686747,2.108433735,7.831325301,2.108433735,6.927710843,8.43373494,11.44578313,2.710843373,4.518072289,3.313253012,3.614457831,3.313253012,7.228915663,4.21686747,10.24096386,1.807228916,2.409638554,,52.40963855,32.8313253,49.69879518,10.84337349,13.85542169,8.13253012,18.37349398,23.4939759,6.325301205,11.44578313,,38,3,332
+sp|P00338|LDHA_HUMAN,5.421686747,1.506024096,5.421686747,5.421686747,2.108433735,7.831325301,2.108433735,6.927710843,8.43373494,11.44578313,2.710843373,4.518072289,3.313253012,3.614457831,3.313253012,7.228915663,4.21686747,10.24096386,1.807228916,2.409638554,,52.40963855,32.8313253,49.69879518,10.84337349,13.85542169,8.13253012,18.37349398,23.4939759,6.325301205,11.44578313,,38,1,332
+sp|P07954|FUMH_HUMAN,12.74509804,0.588235294,3.333333333,5.68627451,3.333333333,8.235294118,2.549019608,5.294117647,6.274509804,8.62745098,4.117647059,5.882352941,5.490196078,3.137254902,3.725490196,5.098039216,6.078431373,7.254901961,0.588235294,1.960784314,,52.74509804,30.58823529,54.70588235,9.019607843,12.54901961,9.019607843,13.92156863,28.23529412,5.882352941,11.17647059,,57,1,510
+sp|O15235|RT12_HUMAN,3.623188406,5.072463768,1.449275362,3.623188406,1.449275362,10.86956522,3.623188406,1.449275362,7.971014493,11.5942029,2.173913043,2.898550725,8.695652174,4.347826087,8.695652174,4.347826087,7.971014493,7.971014493,1.449275362,0.724637681,,46.37681159,32.60869565,52.89855072,5.072463768,20.28985507,7.246376812,13.04347826,22.46376812,3.623188406,12.31884058,,17,1,138
+sp|Q9BRR9|RHG09_HUMAN,5.866666667,1.6,4.4,6.666666667,2.533333333,7.2,2.133333333,2.533333333,2.8,13.6,1.2,2.666666667,10.13333333,5.333333333,9.066666667,10,4.533333333,4.533333333,1.866666667,1.333333333,,42.26666667,33.06666667,50.93333333,11.06666667,14,8,16.13333333,17.6,5.733333333,14.53333333,,109,1,750
+sp|Q6PI48|SYDM_HUMAN,4.96124031,1.550387597,4.96124031,6.821705426,4.96124031,5.581395349,2.480620155,5.736434109,5.271317829,11.47286822,2.170542636,3.410852713,6.821705426,4.96124031,6.976744186,6.821705426,4.96124031,6.201550388,0.930232558,2.945736434,,46.51162791,34.88372093,45.27131783,11.78294574,14.72868217,8.372093023,17.20930233,16.74418605,8.837209302,11.78294574,,76,1,645
+sp|Q9Y4B6|DCAF1_HUMAN,6.96748507,2.057067021,7.365627074,7.763769078,3.915063039,5.242203052,2.654280027,5.175846052,4.512276045,11.21433311,2.654280027,4.180491042,5.109489051,4.379562044,5.308560053,7.631055076,5.242203052,5.441274054,0.796284008,2.388852024,,45.85268746,36.16456536,49.23689449,15.12939615,12.47511612,8.560053086,16.39017916,17.65096218,7.100199071,12.87325813,,194,1,1507
+sp|Q9BWU0|NADAP_HUMAN,5.527638191,1.633165829,6.407035176,12.18592965,2.512562814,7.537688442,1.75879397,2.512562814,8.668341709,9.170854271,1.884422111,2.010050251,7.537688442,4.271356784,5.653266332,8.417085427,5.778894472,3.64321608,0.879396985,2.010050251,,37.31155779,40.95477387,48.49246231,18.59296482,16.08040201,6.281407035,11.68341709,16.70854271,5.40201005,14.1959799,,113,1,796
+sp|P41250|GARS_HUMAN,7.98376184,1.759133965,5.683355886,7.713125846,5.142083897,5.953991881,2.029769959,4.871447903,7.036535859,9.607577808,2.706359946,3.382949932,5.277401894,4.059539919,5.953991881,5.818673884,4.465493911,7.171853857,0.541271989,2.841677943,,48.57916103,35.85926928,47.49661705,13.39648173,15.0202977,7.442489851,14.47902571,21.10960758,8.525033829,10.28416779,,76,1,739
+sp|O75083|WDR1_HUMAN,6.270627063,1.98019802,7.425742574,3.795379538,3.465346535,9.735973597,3.96039604,5.610561056,6.600660066,6.435643564,1.320132013,3.795379538,3.630363036,2.805280528,2.97029703,9.240924092,5.280528053,9.570957096,1.815181518,4.290429043,,50.4950495,31.35313531,56.93069307,11.22112211,13.53135314,6.600660066,12.04620462,25.57755776,9.570957096,14.52145215,,88,1,606
+sp|O75533|SF3B1_HUMAN,8.512269939,0.996932515,5.981595092,6.978527607,2.070552147,6.825153374,2.45398773,6.441717791,6.441717791,9.279141104,3.067484663,2.914110429,6.518404908,3.987730061,6.058282209,4.524539877,6.288343558,5.828220859,1.226993865,3.604294479,,47.85276074,34.81595092,48.38957055,12.9601227,14.95398773,6.901840491,15.7208589,21.16564417,6.901840491,10.81288344,,141,1,1304
+sp|P13861|KAP2_HUMAN,6.188118812,1.485148515,7.425742574,9.653465347,3.465346535,6.435643564,1.485148515,5.940594059,5.445544554,7.920792079,2.227722772,3.465346535,5.198019802,4.702970297,7.178217822,6.188118812,4.207920792,8.168316832,0.247524752,2.97029703,,45.04950495,39.35643564,48.76237624,17.07920792,14.10891089,8.168316832,13.86138614,20.79207921,6.683168317,10.3960396,,42,1,404
+sp|Q71UI9|H2AV_HUMAN,14.0625,0,3.125,3.90625,0.78125,11.71875,4.6875,7.03125,10.9375,9.375,0.78125,0.78125,2.34375,3.90625,7.03125,6.25,6.25,5.46875,0,1.5625,,50.78125,34.375,50,7.03125,22.65625,4.6875,16.40625,31.25,2.34375,12.5,,16,1,128
+sp|P0C0S5|H2AZ_HUMAN,12.5,0,3.125,3.90625,0.78125,11.71875,4.6875,7.03125,10.9375,9.375,0.78125,0.78125,2.34375,3.90625,7.03125,7.03125,6.25,6.25,0,1.5625,,50,34.375,50,7.03125,22.65625,4.6875,16.40625,30.46875,2.34375,13.28125,,17,1,128
+sp|O75534|CSDE1_HUMAN,5.388471178,1.879699248,6.64160401,7.769423559,5.513784461,8.145363409,2.255639098,5.639097744,7.518796992,6.516290727,1.879699248,5.263157895,4.260651629,4.135338346,5.263157895,5.764411028,5.263157895,8.771929825,0.125313283,2.005012531,,45.86466165,38.84711779,51.37844612,14.41102757,15.03759398,9.398496241,12.15538847,22.30576441,7.644110276,11.02756892,,88,2,798
+sp|Q32P44|EMAL3_HUMAN,6.808035714,2.120535714,5.580357143,4.575892857,2.790178571,12.83482143,2.790178571,3.348214286,3.125,9.151785714,1.004464286,2.455357143,7.142857143,3.236607143,6.584821429,10.9375,4.464285714,7.03125,1.785714286,2.232142857,,49.10714286,28.34821429,59.375,10.15625,12.5,5.691964286,12.5,26.67410714,6.808035714,15.40178571,,138,2,896
+sp|P00505|AATM_HUMAN,10.23255814,1.627906977,4.88372093,4.88372093,4.88372093,8.372093023,2.558139535,5.581395349,6.744186047,7.906976744,2.790697674,3.720930233,4.88372093,4.186046512,5.348837209,5.581395349,4.88372093,6.511627907,1.627906977,2.790697674,,52.3255814,32.3255814,50.69767442,9.76744186,14.65116279,7.906976744,13.48837209,25.11627907,9.302325581,10.46511628,,45,1,430
+sp|Q09472|EP300_HUMAN,6.296603148,2.112676056,3.189726595,4.183927092,1.822700911,7.290803645,2.858326429,3.106876553,4.473902237,7.332228666,4.888152444,5.095277548,11.76470588,11.51615576,4.142502071,8.077879039,5.095277548,4.391052196,0.497100249,1.864125932,,39.6023198,35.45981773,53.31400166,7.373653687,11.47473074,16.61143331,10.43910522,17.97845899,4.183927092,13.17315659,,318,1,2414
+tr|A0A2R8Y4L2|A0A2R8Y4L2_HUMAN,4,0.363636364,5.818181818,4.727272727,6.909090909,21.81818182,2.909090909,2.545454545,5.454545455,1.090909091,1.818181818,6.545454545,2.545454545,2.909090909,8,10.18181818,2.909090909,5.454545455,0,4,,48,36.36363636,59.63636364,10.54545455,16.36363636,9.454545455,3.636363636,31.27272727,10.90909091,13.09090909,,36,2,275
+sp|Q9BTE3|MCMBP_HUMAN,4.984423676,2.336448598,5.451713396,6.853582555,3.894080997,4.205607477,2.959501558,3.894080997,4.828660436,12.77258567,2.024922118,5.763239875,6.386292835,5.451713396,4.672897196,7.320872274,5.140186916,6.697819315,1.246105919,3.115264798,,45.17133956,35.98130841,48.28660436,12.30529595,12.46105919,11.21495327,16.66666667,15.88785047,8.255451713,12.46105919,,80,2,642
+sp|P52292|IMA1_HUMAN,8.695652174,1.134215501,5.293005671,6.427221172,2.835538752,5.860113422,1.512287335,6.994328922,5.293005671,9.829867675,1.512287335,6.238185255,4.914933837,4.914933837,3.969754253,6.616257089,6.805293006,8.31758034,1.323251418,1.512287335,,48.01512287,33.64839319,53.87523629,11.72022684,10.77504726,11.15311909,16.8241966,22.87334594,5.671077505,13.42155009,,71,2,529
+sp|P08240|SRPRA_HUMAN,8.307210031,1.253918495,5.956112853,6.112852665,4.231974922,8.150470219,1.253918495,4.07523511,8.620689655,10.03134796,2.821316614,3.761755486,3.448275862,4.231974922,5.329153605,6.739811912,6.5830721,7.36677116,0.470219436,1.253918495,,47.96238245,35.26645768,51.56739812,12.06896552,15.20376176,7.993730408,14.10658307,23.82445141,5.956112853,13.32288401,,85,1,638
+sp|Q9Y5V0|ZN706_HUMAN,13.15789474,2.631578947,3.947368421,2.631578947,2.631578947,3.947368421,3.947368421,2.631578947,17.10526316,3.947368421,2.631578947,1.315789474,7.894736842,15.78947368,2.631578947,2.631578947,6.578947368,2.631578947,0,1.315789474,,35.52631579,47.36842105,44.73684211,6.578947368,23.68421053,17.10526316,6.578947368,19.73684211,3.947368421,9.210526316,,7,1,76
+sp|P06748|NPM_HUMAN,6.462585034,1.020408163,11.56462585,10.54421769,2.380952381,6.12244898,1.700680272,3.401360544,11.2244898,6.462585034,2.721088435,3.06122449,5.782312925,4.421768707,2.721088435,8.843537415,3.401360544,6.12244898,0.680272109,1.360544218,,36.73469388,45.23809524,52.38095238,22.10884354,15.6462585,7.482993197,9.863945578,18.70748299,4.421768707,12.24489796,,36,7,294
+sp|P06748|NPM_HUMAN,6.462585034,1.020408163,11.56462585,10.54421769,2.380952381,6.12244898,1.700680272,3.401360544,11.2244898,6.462585034,2.721088435,3.06122449,5.782312925,4.421768707,2.721088435,8.843537415,3.401360544,6.12244898,0.680272109,1.360544218,,36.73469388,45.23809524,52.38095238,22.10884354,15.6462585,7.482993197,9.863945578,18.70748299,4.421768707,12.24489796,,36,5,294
+sp|Q9NRW3|ABC3C_HUMAN,4.210526316,4.210526316,4.210526316,7.368421053,7.368421053,3.684210526,1.578947368,2.631578947,5.263157895,7.368421053,2.105263158,6.842105263,4.736842105,4.210526316,6.842105263,5.789473684,5.789473684,5.789473684,4.210526316,5.789473684,,47.36842105,36.31578947,45.26315789,11.57894737,13.68421053,11.05263158,10,13.68421053,17.36842105,11.57894737,,22,1,190
+sp|P36578|RL4_HUMAN,11.70960187,1.170960187,1.8735363,4.449648712,1.639344262,6.791569087,2.107728337,5.152224824,13.34894614,7.962529274,2.341920375,5.152224824,5.854800937,2.341920375,9.601873536,4.449648712,4.449648712,6.088992974,1.405152225,2.107728337,,46.37002342,38.87587822,47.54098361,6.323185012,25.05854801,7.494145199,13.1147541,24.59016393,5.152224824,8.899297424,,38,1,427
+sp|Q92608|DOCK2_HUMAN,4.644808743,1.256830601,5.846994536,7.540983607,4.808743169,4.535519126,2.404371585,6.284153005,7.650273224,10.10928962,4.207650273,3.879781421,3.825136612,5.136612022,5.027322404,6.666666667,5.191256831,6.06557377,1.038251366,3.879781421,,46.83060109,37.4863388,41.91256831,13.38797814,15.08196721,9.016393443,16.39344262,15.24590164,9.726775956,11.8579235,,217,2,1830
+sp|Q9Y2W1|TR150_HUMAN,4.397905759,0.104712042,5.445026178,8.691099476,3.560209424,8.062827225,2.827225131,1.361256545,10.47120419,2.931937173,1.047120419,3.35078534,5.340314136,3.769633508,11.93717277,16.33507853,4.188481675,2.408376963,0.837696335,2.931937173,,27.64397906,46.4921466,49.63350785,14.13612565,25.23560209,7.120418848,4.293193717,14.86910995,7.329842932,20.52356021,,196,1,955
+sp|Q9Y2W1|TR150_HUMAN,4.397905759,0.104712042,5.445026178,8.691099476,3.560209424,8.062827225,2.827225131,1.361256545,10.47120419,2.931937173,1.047120419,3.35078534,5.340314136,3.769633508,11.93717277,16.33507853,4.188481675,2.408376963,0.837696335,2.931937173,,27.64397906,46.4921466,49.63350785,14.13612565,25.23560209,7.120418848,4.293193717,14.86910995,7.329842932,20.52356021,,196,9,955
+sp|O14980|XPO1_HUMAN,5.415499533,1.867413632,4.481792717,7.376283847,5.22875817,3.454715219,2.987861811,7.096171802,5.78898226,11.57796452,3.641456583,5.602240896,3.734827264,6.162464986,3.641456583,5.135387488,5.695611578,7.189542484,1.213818861,2.707749767,,49.39309057,36.0410831,42.57703081,11.85807656,12.41830065,11.76470588,18.67413632,16.05975724,9.150326797,10.83099907,,116,2,1071
+sp|P18433|PTPRA_HUMAN,5.486284289,1.995012469,4.738154613,6.857855362,3.990024938,5.36159601,1.74563591,6.483790524,5.735660848,6.733167082,2.369077307,5.486284289,5.112219451,4.738154613,5.112219451,7.356608479,7.855361596,7.605985037,1.620947631,3.6159601,,45.26184539,34.41396509,50.99750623,11.59600998,12.59351621,10.2244389,13.21695761,18.45386534,9.226932668,15.21197007,,122,1,802
+sp|Q9BWJ5|SF3B5_HUMAN,5.813953488,2.325581395,5.813953488,8.139534884,3.488372093,4.651162791,5.813953488,3.488372093,5.813953488,8.139534884,4.651162791,5.813953488,4.651162791,4.651162791,4.651162791,5.813953488,5.813953488,2.325581395,2.325581395,5.813953488,,43.02325581,40.69767442,43.02325581,13.95348837,16.27906977,10.46511628,11.62790698,12.79069767,11.62790698,11.62790698,,10,2,86
+sp|Q13347|EIF3I_HUMAN,5.538461538,2.153846154,6.769230769,6.461538462,6.461538462,8.615384615,3.384615385,4.923076923,5.230769231,6.153846154,2.461538462,4.923076923,3.384615385,3.692307692,4.307692308,7.384615385,6.769230769,6.461538462,1.538461538,3.384615385,,47.69230769,34.76923077,52,13.23076923,12.92307692,8.615384615,11.07692308,20.61538462,11.38461538,14.15384615,,46,1,325
+sp|Q8N7R7|CCYL1_HUMAN,8.913649025,2.78551532,6.963788301,6.963788301,4.178272981,2.78551532,3.064066852,5.571030641,5.013927577,10.30640669,1.39275766,5.013927577,4.178272981,2.78551532,6.406685237,8.356545961,4.735376045,6.128133705,0.835654596,3.621169916,,46.51810585,36.21169916,49.86072423,13.9275766,14.48467967,7.799442897,15.87743733,17.82729805,8.635097493,13.09192201,,47,1,359
+sp|Q8ND76|CCNY_HUMAN,6.744868035,2.639296188,7.624633431,5.865102639,3.225806452,1.46627566,2.639296188,6.451612903,5.571847507,11.14369501,1.173020528,5.571847507,5.278592375,3.225806452,7.624633431,9.677419355,4.398826979,4.398826979,1.173020528,4.105571848,,42.52199413,38.12316716,47.80058651,13.48973607,15.83577713,8.797653959,17.59530792,12.60997067,8.504398827,14.07624633,,48,1,341
+sp|Q15833|STXB2_HUMAN,9.10623946,1.349072513,6.239460371,7.757166948,2.529510961,4.55311973,2.698145025,5.396290051,7.082630691,12.14165261,2.698145025,2.023608769,5.059021922,3.372681282,5.564924115,6.745362563,5.733558179,6.070826307,1.011804384,2.866779089,,47.72344013,34.7386172,46.88026981,13.99662732,15.34569983,5.396290051,17.53794266,19.7301855,6.408094435,12.47892074,,74,1,593
+sp|P14625|ENPL_HUMAN,5.479452055,0.622665006,8.094645081,13.20049813,3.860523039,4.234122042,1.245330012,5.105853051,9.713574097,8.592777086,2.366127024,3.486924035,2.864259029,2.864259029,4.732254047,6.600249066,6.351183064,6.475716065,1.120797011,2.98879203,,40.84682441,43.33748443,44.20921544,21.29514321,15.69115816,6.351183064,13.69863014,16.18929016,7.97011208,12.95143213,,104,9,803
+sp|P14625|ENPL_HUMAN,5.479452055,0.622665006,8.094645081,13.20049813,3.860523039,4.234122042,1.245330012,5.105853051,9.713574097,8.592777086,2.366127024,3.486924035,2.864259029,2.864259029,4.732254047,6.600249066,6.351183064,6.475716065,1.120797011,2.98879203,,40.84682441,43.33748443,44.20921544,21.29514321,15.69115816,6.351183064,13.69863014,16.18929016,7.97011208,12.95143213,,104,2,803
+sp|P07437|TBB5_HUMAN,6.756756757,1.801801802,5.855855856,8.108108108,5.18018018,7.882882883,2.252252252,4.054054054,3.378378378,7.207207207,3.828828829,4.72972973,4.504504505,4.72972973,4.954954955,5.855855856,6.981981982,7.432432432,0.900900901,3.603603604,,48.64864865,34.00900901,51.8018018,13.96396396,10.58558559,9.459459459,11.26126126,22.07207207,9.684684685,12.83783784,,57,7,444
+sp|P07437|TBB5_HUMAN,6.756756757,1.801801802,5.855855856,8.108108108,5.18018018,7.882882883,2.252252252,4.054054054,3.378378378,7.207207207,3.828828829,4.72972973,4.504504505,4.72972973,4.954954955,5.855855856,6.981981982,7.432432432,0.900900901,3.603603604,,48.64864865,34.00900901,51.8018018,13.96396396,10.58558559,9.459459459,11.26126126,22.07207207,9.684684685,12.83783784,,57,1,444
+sp|P82650|RT22_HUMAN,6.666666667,0.833333333,5,8.333333333,3.888888889,5,2.222222222,5.833333333,6.944444444,10,2.5,2.222222222,5.555555556,5.555555556,6.666666667,5.555555556,6.666666667,5.833333333,1.111111111,3.611111111,,45.27777778,36.94444444,43.33333333,13.33333333,15.83333333,7.777777778,15.83333333,17.5,8.611111111,12.22222222,,44,1,360
+sp|Q5T4S7|UBR4_HUMAN,7.678950415,2.392436813,4.842755161,6.810727378,3.241366004,5.09357515,2.295967586,4.746285935,5.556627436,11.96218406,2.315261432,4.148176732,4.495465946,5.09357515,4.128882886,9.396102643,6.077561258,6.174030484,0.926104573,2.623962956,,47.15415782,32.87671233,50.2990546,11.65348254,11.98147791,9.241751881,16.70847,18.94655605,6.791433533,15.4736639,,802,1,5183
+sp|Q6IBS0|TWF2_HUMAN,8.595988539,1.146131805,5.730659026,8.309455587,4.297994269,6.303724928,3.724928367,4.297994269,7.449856734,10.6017192,1.719197708,1.432664756,5.157593123,6.59025788,5.444126074,5.730659026,3.724928367,5.444126074,0.859598854,3.438395415,,46.70487106,38.68194842,43.26647564,14.04011461,16.61891117,8.022922636,14.89971347,20.34383954,8.595988539,9.455587393,,33,1,349
+sp|Q9BQE3|TBA1C_HUMAN,8.46325167,2.672605791,6.458797327,7.572383073,4.454342984,7.795100223,2.89532294,5.79064588,4.231625835,7.126948775,2.227171492,3.563474388,4.454342984,3.563474388,4.677060134,4.677060134,6.904231626,7.349665924,0.890868597,4.231625835,,51.00222717,32.96213808,52.33853007,14.0311804,11.80400891,7.126948775,12.91759465,23.60801782,9.576837416,11.58129176,,52,4,449
+sp|P68363|TBA1B_HUMAN,7.982261641,2.66075388,5.986696231,8.203991131,4.4345898,7.982261641,2.88248337,5.986696231,4.21286031,7.095343681,2.2172949,3.54767184,4.4345898,3.54767184,4.65631929,5.099778271,6.430155211,7.538802661,0.88691796,4.21286031,,50.99778271,33.03769401,51.66297118,14.19068736,11.75166297,7.095343681,13.08203991,23.50332594,9.534368071,11.52993348,,52,4,451
+sp|Q71U36|TBA1A_HUMAN,7.982261641,2.66075388,5.986696231,8.203991131,4.4345898,8.203991131,2.88248337,5.986696231,4.21286031,7.095343681,2.2172949,3.54767184,4.4345898,3.54767184,4.65631929,4.65631929,6.651884701,7.538802661,0.88691796,4.21286031,,51.2195122,33.03769401,51.66297118,14.19068736,11.75166297,7.095343681,13.08203991,23.72505543,9.534368071,11.30820399,,51,4,451
+sp|Q9BQE3|TBA1C_HUMAN,8.46325167,2.672605791,6.458797327,7.572383073,4.454342984,7.795100223,2.89532294,5.79064588,4.231625835,7.126948775,2.227171492,3.563474388,4.454342984,3.563474388,4.677060134,4.677060134,6.904231626,7.349665924,0.890868597,4.231625835,,51.00222717,32.96213808,52.33853007,14.0311804,11.80400891,7.126948775,12.91759465,23.60801782,9.576837416,11.58129176,,52,1,449
+sp|Q71U36|TBA1A_HUMAN,7.982261641,2.66075388,5.986696231,8.203991131,4.4345898,8.203991131,2.88248337,5.986696231,4.21286031,7.095343681,2.2172949,3.54767184,4.4345898,3.54767184,4.65631929,4.65631929,6.651884701,7.538802661,0.88691796,4.21286031,,51.2195122,33.03769401,51.66297118,14.19068736,11.75166297,7.095343681,13.08203991,23.72505543,9.534368071,11.30820399,,51,1,451
+sp|P68363|TBA1B_HUMAN,7.982261641,2.66075388,5.986696231,8.203991131,4.4345898,7.982261641,2.88248337,5.986696231,4.21286031,7.095343681,2.2172949,3.54767184,4.4345898,3.54767184,4.65631929,5.099778271,6.430155211,7.538802661,0.88691796,4.21286031,,50.99778271,33.03769401,51.66297118,14.19068736,11.75166297,7.095343681,13.08203991,23.50332594,9.534368071,11.52993348,,52,1,451
+sp|B5ME19|EIFCL_HUMAN,6.126914661,1.312910284,6.892778993,11.26914661,2.625820569,5.032822757,2.735229759,5.032822757,8.315098468,9.518599562,3.06345733,4.048140044,2.84463895,4.923413567,6.455142232,6.455142232,4.595185996,4.595185996,0.765864333,3.391684902,,41.46608315,44.63894967,41.90371991,18.1619256,17.50547046,8.971553611,14.55142232,15.75492341,6.783369803,11.05032823,,101,1,914
+sp|Q99613|EIF3C_HUMAN,6.133625411,1.314348302,6.900328587,11.17196057,2.628696605,5.038335159,2.73822563,5.038335159,8.324205915,9.529025192,3.066812705,4.052573932,2.847754655,4.928806134,6.462212486,6.462212486,4.600219058,4.600219058,0.766703176,3.395399781,,41.51150055,44.57831325,41.94961665,18.07228916,17.52464403,8.981380066,14.56736035,15.77217963,6.790799562,11.06243154,,101,1,913
+sp|Q86VP6|CAND1_HUMAN,6.74796748,2.43902439,6.666666667,6.016260163,2.845528455,3.983739837,2.032520325,6.260162602,6.341463415,13.65853659,2.520325203,3.495934959,4.634146341,3.821138211,4.146341463,9.024390244,5.365853659,7.235772358,0.243902439,2.520325203,,48.45528455,32.5203252,49.59349593,12.68292683,12.5203252,7.317073171,19.91869919,17.96747967,5.609756098,14.3902439,,177,2,1230
+sp|Q08211|DHX9_HUMAN,6.771653543,1.811023622,4.409448819,7.165354331,4.015748031,9.37007874,2.047244094,6.062992126,5.118110236,8.267716535,2.440944882,4.960629921,5.669291339,4.330708661,5.826771654,5.826771654,4.803149606,6.456692913,0.866141732,3.779527559,,49.84251969,33.85826772,50.07874016,11.57480315,12.99212598,9.291338583,14.33070866,22.5984252,8.661417323,10.62992126,,135,1,1270
+sp|P30084|ECHM_HUMAN,13.10344828,2.75862069,4.482758621,6.896551724,4.482758621,7.931034483,0.689655172,5.862068966,8.275862069,8.620689655,3.103448276,3.793103448,3.793103448,4.137931034,4.137931034,4.482758621,4.827586207,6.206896552,0.689655172,1.724137931,,54.48275862,32.4137931,51.37931034,11.37931034,13.10344828,7.931034483,14.48275862,27.24137931,6.896551724,9.310344828,,27,2,290
+sp|Q9Y3I0|RTCB_HUMAN,9.504950495,1.782178218,6.138613861,5.742574257,3.168316832,9.702970297,3.168316832,5.148514851,6.336633663,7.524752475,3.96039604,4.554455446,3.96039604,3.762376238,5.148514851,4.356435644,3.96039604,8.712871287,0.792079208,2.574257426,,52.87128713,34.85148515,52.67326733,11.88118812,14.65346535,8.316831683,12.67326733,27.92079208,6.534653465,8.316831683,,42,1,505
+sp|P16930|FAAA_HUMAN,5.727923628,1.670644391,5.966587112,3.579952267,5.011933174,9.069212411,2.863961814,5.250596659,4.534606205,9.785202864,4.057279236,4.057279236,8.353221957,4.057279236,4.295942721,6.92124105,4.534606205,5.727923628,1.670644391,2.863961814,,50.8353222,29.35560859,52.02863962,9.546539379,11.69451074,8.114558473,15.03579952,20.52505967,9.546539379,11.45584726,,48,1,419
+sp|Q9BRA2|TXD17_HUMAN,5.691056911,4.06504065,4.06504065,10.56910569,5.691056911,7.317073171,2.43902439,2.43902439,8.130081301,6.504065041,1.62601626,4.06504065,4.87804878,4.06504065,3.25203252,5.691056911,4.06504065,9.756097561,1.62601626,4.06504065,,48.7804878,36.58536585,49.59349593,14.63414634,13.82113821,8.130081301,8.943089431,22.76422764,11.38211382,9.756097561,,12,1,123
+sp|P43686|PRS6B_HUMAN,7.416267943,0.4784689,7.177033493,9.330143541,3.588516746,5.023923445,1.674641148,7.416267943,6.937799043,9.80861244,2.870813397,3.110047847,5.023923445,5.263157895,5.741626794,4.784688995,4.066985646,7.177033493,0,3.110047847,,46.88995215,39.23444976,44.25837321,16.50717703,14.35406699,8.373205742,17.22488038,19.61722488,6.698564593,8.851674641,,37,1,418
+sp|P53597|SUCA_HUMAN,9.826589595,2.023121387,2.023121387,5.49132948,3.179190751,12.71676301,2.89017341,8.38150289,6.069364162,7.514450867,2.023121387,3.468208092,5.202312139,4.913294798,3.468208092,5.780346821,7.225433526,6.069364162,0,1.734104046,,53.46820809,28.32369942,54.33526012,7.514450867,12.42774566,8.38150289,15.89595376,28.61271676,4.913294798,13.00578035,,45,3,346
+sp|P53597|SUCA_HUMAN,9.826589595,2.023121387,2.023121387,5.49132948,3.179190751,12.71676301,2.89017341,8.38150289,6.069364162,7.514450867,2.023121387,3.468208092,5.202312139,4.913294798,3.468208092,5.780346821,7.225433526,6.069364162,0,1.734104046,,53.46820809,28.32369942,54.33526012,7.514450867,12.42774566,8.38150289,15.89595376,28.61271676,4.913294798,13.00578035,,45,2,346
+sp|P27797|CALR_HUMAN,3.836930456,0.71942446,13.18944844,12.94964029,4.316546763,6.474820144,1.678657074,4.556354916,10.07194245,6.23501199,1.199040767,3.836930456,6.474820144,3.597122302,1.918465228,4.79616307,3.597122302,4.556354916,2.637889688,3.357314149,,37.88968825,47.24220624,47.48201439,26.13908873,13.66906475,7.434052758,10.79136691,14.86810552,10.3117506,8.393285372,,35,1,417
+sp|Q99426|TBCB_HUMAN,7.37704918,2.049180328,6.557377049,9.836065574,3.68852459,8.196721311,0.819672131,3.278688525,5.737704918,6.967213115,1.229508197,1.639344262,3.68852459,4.098360656,7.37704918,8.606557377,4.098360656,8.606557377,0.409836066,5.737704918,,47.54098361,36.06557377,50.81967213,16.39344262,13.93442623,5.737704918,10.24590164,24.18032787,9.836065574,12.70491803,,31,1,244
+sp|Q14697|GANAB_HUMAN,6.25,0.847457627,6.56779661,5.826271186,4.343220339,7.944915254,3.177966102,3.601694915,2.860169492,10.69915254,2.224576271,2.966101695,6.779661017,4.131355932,7.097457627,6.779661017,4.661016949,6.88559322,2.542372881,3.813559322,,49.15254237,32.62711864,49.68220339,12.3940678,13.13559322,7.097457627,14.30084746,21.08050847,10.69915254,11.44067797,,108,2,944
+sp|Q13315|ATM_HUMAN,5.137434555,2.912303665,5.104712042,7.62434555,4.02486911,3.893979058,2.356020942,5.857329843,7.002617801,12.72905759,2.585078534,4.482984293,3.206806283,5.039267016,4.97382199,7.657068063,5.170157068,5.857329843,1.243455497,3.141361257,,47.38219895,36.58376963,43.42277487,12.72905759,14.33246073,9.522251309,18.58638743,14.88874346,8.409685864,12.82722513,,392,1,3056
+sp|P51991|ROA3_HUMAN,2.116402116,1.058201058,5.291005291,5.82010582,5.026455026,27.24867725,1.851851852,1.851851852,5.555555556,2.116402116,1.851851852,4.497354497,3.968253968,3.174603175,7.671957672,6.613756614,3.174603175,5.026455026,0.264550265,5.82010582,,52.38095238,33.86243386,58.99470899,11.11111111,15.07936508,7.671957672,3.968253968,34.39153439,11.11111111,9.788359788,,37,2,378
+sp|Q99575|POP1_HUMAN,6.54296875,2.9296875,3.515625,7.51953125,2.34375,7.2265625,3.3203125,4.58984375,8.0078125,8.984375,2.05078125,2.63671875,7.32421875,5.078125,6.93359375,7.91015625,4.6875,4.8828125,2.05078125,1.46484375,,43.06640625,37.01171875,47.65625,11.03515625,18.26171875,7.71484375,13.57421875,18.65234375,5.859375,12.59765625,,129,1,1024
+sp|P49588|SYAC_HUMAN,9.194214876,1.342975207,7.747933884,6.714876033,3.82231405,8.05785124,1.756198347,5.061983471,6.818181818,9.504132231,2.479338843,3.512396694,3.615702479,4.338842975,5.061983471,5.061983471,5.371900826,7.024793388,0.826446281,2.685950413,,50,35.95041322,50.92975207,14.46280992,13.63636364,7.851239669,14.5661157,24.2768595,7.334710744,10.4338843,,101,1,968
+sp|P23588|IF4B_HUMAN,6.055646481,0.163666121,12.60229133,8.019639935,1.963993453,8.019639935,0.654664484,1.47299509,6.382978723,4.255319149,0.654664484,3.436988543,7.692307692,2.782324059,12.76595745,11.12929624,4.582651391,2.454991817,1.145662848,3.764320786,,29.95090016,46.64484452,56.13747954,20.62193126,19.80360065,6.219312602,5.728314239,16.53027823,6.873977087,15.71194763,,96,1,611
+sp|O15042|SR140_HUMAN,5.053449951,0.777453839,5.83090379,11.66180758,3.498542274,4.178814383,2.235179786,3.790087464,10.49562682,6.899902818,2.623906706,4.275996113,7.385811467,3.206997085,7.774538387,10.49562682,3.595724004,3.498542274,0.874635569,1.846452867,,33.04178814,45.48104956,45.09232264,17.49271137,20.505345,7.482993197,10.68999028,12.73080661,6.219630709,14.09135083,,145,1,1029
+sp|Q9UKM9|RALY_HUMAN,8.823529412,0.326797386,6.535947712,5.555555556,2.287581699,13.07189542,1.307189542,3.594771242,7.189542484,7.516339869,0.653594771,4.248366013,5.22875817,3.594771242,6.862745098,8.169934641,5.22875817,6.535947712,0,3.267973856,,46.07843137,35.29411765,58.16993464,12.09150327,15.35947712,7.843137255,11.11111111,28.43137255,5.555555556,13.39869281,,41,1,306
+sp|Q13586|STIM1_HUMAN,7.00729927,0.729927007,5.98540146,9.051094891,2.04379562,4.671532847,5.255474453,3.211678832,7.445255474,11.38686131,2.481751825,3.211678832,4.817518248,4.671532847,5.401459854,9.343065693,4.525547445,5.693430657,1.605839416,1.459854015,,40.2919708,41.02189781,45.98540146,15.03649635,18.10218978,7.883211679,14.59854015,17.37226277,5.109489051,13.86861314,,95,1,685
+sp|P06737|PYGL_HUMAN,6.965761511,0.826446281,6.257378985,6.965761511,4.722550177,5.667060213,2.243211334,6.493506494,7.674144038,9.917355372,2.715466352,5.903187721,3.778040142,3.423848878,5.194805195,4.132231405,4.722550177,6.847697757,1.416765053,4.132231405,,49.70484061,37.66233766,45.10035419,13.2231405,15.11216057,9.3270366,16.41086187,19.48051948,10.27154664,8.854781582,,75,2,847
+sp|Q9NZL9|MAT2B_HUMAN,8.682634731,1.796407186,5.089820359,6.886227545,4.491017964,5.988023952,3.892215569,5.089820359,5.089820359,8.383233533,1.796407186,5.389221557,5.688622754,4.491017964,6.586826347,5.089820359,3.892215569,8.383233533,1.497005988,1.796407186,,47.90419162,37.4251497,50,11.9760479,15.56886228,9.880239521,13.47305389,23.05389222,7.784431138,8.982035928,,30,2,334
+sp|Q9NZL9|MAT2B_HUMAN,8.682634731,1.796407186,5.089820359,6.886227545,4.491017964,5.988023952,3.892215569,5.089820359,5.089820359,8.383233533,1.796407186,5.389221557,5.688622754,4.491017964,6.586826347,5.089820359,3.892215569,8.383233533,1.497005988,1.796407186,,47.90419162,37.4251497,50,11.9760479,15.56886228,9.880239521,13.47305389,23.05389222,7.784431138,8.982035928,,30,1,334
+sp|Q9NPJ3|ACO13_HUMAN,9.285714286,1.428571429,2.857142857,5.714285714,1.428571429,8.571428571,3.571428571,6.428571429,7.857142857,10,5,4.285714286,2.142857143,2.142857143,3.571428571,5,12.14285714,7.857142857,0,0.714285714,,50.71428571,30,53.57142857,8.571428571,15,6.428571429,16.42857143,25.71428571,2.142857143,17.14285714,,24,1,140
+sp|Q9H7N4|SFR19_HUMAN,9.298780488,0.838414634,5.716463415,8.460365854,1.143292683,8.68902439,1.067073171,1.75304878,6.326219512,5.716463415,0.609756098,0.68597561,13.26219512,2.515243902,9.756097561,13.56707317,5.487804878,3.506097561,0.533536585,1.067073171,,33.1554878,34.52743902,61.05182927,14.17682927,17.14939024,3.201219512,7.469512195,21.49390244,2.743902439,19.05487805,,250,2,1312
+sp|Q03252|LMNB2_HUMAN,9.193548387,0.322580645,4.838709677,13.70967742,1.774193548,6.290322581,1.290322581,1.935483871,6.290322581,11.12903226,2.419354839,1.935483871,2.741935484,5.322580645,10,8.709677419,4.032258065,5.64516129,0.64516129,1.774193548,,41.12903226,43.38709677,43.70967742,18.5483871,17.58064516,7.258064516,13.06451613,21.12903226,4.193548387,12.74193548,,79,1,620
+sp|Q9HCC0|MCCB_HUMAN,10.8348135,1.598579041,5.150976909,5.68383659,4.085257549,10.12433393,1.953818828,6.74955595,4.973357016,8.170515098,2.131438721,3.730017762,4.795737123,3.730017762,6.039076377,5.150976909,3.552397869,6.927175844,0.710479574,3.907637655,,55.23978686,31.26110124,51.86500888,10.8348135,12.96625222,7.460035524,14.92007105,27.88632327,8.703374778,8.703374778,,49,2,563
+sp|Q9HCC0|MCCB_HUMAN,10.8348135,1.598579041,5.150976909,5.68383659,4.085257549,10.12433393,1.953818828,6.74955595,4.973357016,8.170515098,2.131438721,3.730017762,4.795737123,3.730017762,6.039076377,5.150976909,3.552397869,6.927175844,0.710479574,3.907637655,,55.23978686,31.26110124,51.86500888,10.8348135,12.96625222,7.460035524,14.92007105,27.88632327,8.703374778,8.703374778,,49,1,563
+sp|Q9UI08|EVL_HUMAN,8.894230769,0.480769231,4.086538462,6.490384615,1.682692308,7.211538462,1.682692308,3.846153846,5.528846154,4.807692308,3.125,3.605769231,10.81730769,7.211538462,6.009615385,13.22115385,4.086538462,5.288461538,0.721153846,1.201923077,,37.25961538,34.61538462,57.69230769,10.57692308,13.22115385,10.81730769,8.653846154,21.39423077,3.605769231,17.30769231,,72,1,416
+sp|Q8WVB6|CTF18_HUMAN,9.846153846,1.230769231,5.025641026,7.487179487,2.974358974,7.179487179,2.256410256,2.461538462,2.871794872,11.79487179,1.435897436,1.948717949,8,5.641025641,9.333333333,7.179487179,3.897435897,6.974358974,0.923076923,1.538461538,,46.35897436,34.56410256,51.28205128,12.51282051,14.46153846,7.58974359,14.25641026,24,5.435897436,11.07692308,,108,1,975
+sp|P25789|PSA4_HUMAN,8.812260536,1.915708812,4.214559387,9.961685824,2.298850575,6.513409962,1.53256705,5.747126437,9.961685824,10.34482759,2.298850575,3.831417625,1.915708812,4.980842912,4.597701149,5.363984674,4.980842912,5.363984674,0.766283525,4.597701149,,48.65900383,39.08045977,42.91187739,14.17624521,16.09195402,8.812260536,16.09195402,20.68965517,7.662835249,10.34482759,,27,3,261
+sp|P25789|PSA4_HUMAN,8.812260536,1.915708812,4.214559387,9.961685824,2.298850575,6.513409962,1.53256705,5.747126437,9.961685824,10.34482759,2.298850575,3.831417625,1.915708812,4.980842912,4.597701149,5.363984674,4.980842912,5.363984674,0.766283525,4.597701149,,48.65900383,39.08045977,42.91187739,14.17624521,16.09195402,8.812260536,16.09195402,20.68965517,7.662835249,10.34482759,,27,1,261
+sp|P30101|PDIA3_HUMAN,8.910891089,1.386138614,6.732673267,8.514851485,5.742574257,6.138613861,1.782178218,4.752475248,9.504950495,8.118811881,1.584158416,5.544554455,4.95049505,1.782178218,4.554455446,5.742574257,4.158415842,5.742574257,0.594059406,3.762376238,,46.73267327,38.41584158,49.30693069,15.24752475,15.84158416,7.326732673,12.87128713,20.79207921,10.0990099,9.900990099,,50,2,505
+sp|O60573|IF4E2_HUMAN,4.489795918,0.816326531,6.530612245,6.530612245,4.081632653,6.530612245,2.448979592,5.306122449,7.346938776,6.93877551,2.857142857,6.12244898,5.306122449,5.306122449,7.346938776,6.93877551,5.714285714,4.081632653,2.857142857,2.448979592,,40.40816327,41.63265306,46.53061224,13.06122449,17.14285714,11.42857143,12.24489796,15.10204082,9.387755102,12.65306122,,31,1,245
+sp|P34932|HSP74_HUMAN,7.261904762,1.785714286,5.952380952,10.35714286,3.69047619,4.404761905,0.952380952,4.285714286,9.642857143,7.380952381,2.857142857,4.642857143,5.119047619,5.119047619,3.452380952,7.380952381,4.880952381,7.619047619,0.476190476,2.738095238,,42.5,40.11904762,49.04761905,16.30952381,14.04761905,9.761904762,11.66666667,19.28571429,6.904761905,12.26190476,,103,1,840
+sp|Q8WV74|NUDT8_HUMAN,10.16949153,2.966101695,3.389830508,5.084745763,2.542372881,9.322033898,3.389830508,0.423728814,2.118644068,15.25423729,0.423728814,1.271186441,9.322033898,4.237288136,8.050847458,5.084745763,5.93220339,8.050847458,0.847457627,2.118644068,,52.11864407,27.54237288,55.50847458,8.474576271,13.55932203,5.508474576,15.6779661,27.54237288,5.508474576,11.01694915,,26,1,236
+sp|P22087|FBRL_HUMAN,6.853582555,0.62305296,4.361370717,4.672897196,4.049844237,20.24922118,3.426791277,5.295950156,5.919003115,4.361370717,1.869158879,3.738317757,4.672897196,2.492211838,9.034267913,4.984423676,2.492211838,8.411214953,0.31152648,2.180685358,,54.20560748,33.64485981,56.38629283,9.034267913,18.38006231,6.230529595,9.657320872,35.51401869,6.542056075,7.476635514,,24,1,321
+sp|A6NHQ2|FBLL1_HUMAN,8.383233533,0.299401198,4.191616766,4.191616766,2.694610778,20.05988024,2.694610778,4.191616766,5.988023952,5.688622754,1.497005988,2.395209581,3.592814371,3.293413174,8.982035928,6.586826347,2.994011976,8.982035928,0.898203593,2.395209581,,55.08982036,31.73652695,57.48502994,8.383233533,17.66467066,5.688622754,9.880239521,37.4251497,5.988023952,9.580838323,,32,1,334
+sp|P61960|UFM1_HUMAN,9.411764706,1.176470588,3.529411765,4.705882353,5.882352941,5.882352941,1.176470588,8.235294118,7.058823529,7.058823529,1.176470588,3.529411765,8.235294118,1.176470588,4.705882353,9.411764706,8.235294118,8.235294118,0,1.176470588,,48.23529412,25.88235294,57.64705882,8.235294118,12.94117647,4.705882353,15.29411765,23.52941176,7.058823529,17.64705882,,15,1,85
+sp|Q8IYB3|SRRM1_HUMAN,5.530973451,0.110619469,2.32300885,6.637168142,1.10619469,2.544247788,1.991150442,1.769911504,11.28318584,2.986725664,0.995575221,1.880530973,15.7079646,3.650442478,15.92920354,16.70353982,4.314159292,3.761061947,0.331858407,0.442477876,,19.57964602,43.69469027,52.87610619,8.960176991,29.20353982,5.530973451,4.756637168,11.83628319,1.880530973,21.01769912,,190,4,904
+sp|Q8IYB3|SRRM1_HUMAN,5.530973451,0.110619469,2.32300885,6.637168142,1.10619469,2.544247788,1.991150442,1.769911504,11.28318584,2.986725664,0.995575221,1.880530973,15.7079646,3.650442478,15.92920354,16.70353982,4.314159292,3.761061947,0.331858407,0.442477876,,19.57964602,43.69469027,52.87610619,8.960176991,29.20353982,5.530973451,4.756637168,11.83628319,1.880530973,21.01769912,,190,3,904
+sp|Q14690|RRP5_HUMAN,5.718866916,1.282736505,4.489577766,7.963655799,3.420630679,6.413682523,2.832709781,4.061998931,9.299839658,11.5980759,1.710315339,2.93960449,4.917156601,4.649919829,4.863709246,7.375734901,5.184393373,8.765366114,0.427578835,2.08444682,,45.48369856,37.03901657,47.08711919,12.45323356,16.99625869,7.589524319,15.66007483,20.89791555,5.932656334,12.56012827,,235,1,1871
+sp|P04075|ALDOA_HUMAN,11.53846154,2.197802198,3.846153846,6.593406593,2.197802198,8.241758242,2.472527473,5.494505495,7.142857143,9.340659341,1.098901099,3.846153846,5.21978022,4.67032967,4.120879121,5.494505495,6.043956044,6.043956044,0.824175824,3.571428571,,50.54945055,32.69230769,52.47252747,10.43956044,13.73626374,8.516483516,14.83516484,25.82417582,6.593406593,11.53846154,,42,2,364
+sp|P08865|RSSA_HUMAN,12.54237288,0.677966102,5.084745763,8.474576271,3.389830508,5.084745763,1.355932203,5.084745763,3.728813559,7.118644068,2.372881356,3.050847458,6.779661017,5.084745763,5.084745763,4.745762712,8.13559322,6.440677966,3.389830508,2.372881356,,48.47457627,31.86440678,52.54237288,13.55932203,10.16949153,8.13559322,12.20338983,24.06779661,9.152542373,12.88135593,,38,2,295
+sp|P13639|EF2_HUMAN,7.226107226,1.981351981,6.060606061,7.226107226,4.079254079,7.692307692,1.864801865,6.293706294,7.575757576,8.508158508,3.263403263,3.146853147,5.361305361,3.37995338,5.128205128,5.128205128,4.778554779,8.041958042,0.815850816,2.447552448,,50.34965035,34.38228438,49.41724942,13.28671329,14.56876457,6.526806527,14.8018648,22.96037296,7.342657343,9.906759907,,85,6,858
+sp|P13639|EF2_HUMAN,7.226107226,1.981351981,6.060606061,7.226107226,4.079254079,7.692307692,1.864801865,6.293706294,7.575757576,8.508158508,3.263403263,3.146853147,5.361305361,3.37995338,5.128205128,5.128205128,4.778554779,8.041958042,0.815850816,2.447552448,,50.34965035,34.38228438,49.41724942,13.28671329,14.56876457,6.526806527,14.8018648,22.96037296,7.342657343,9.906759907,,85,3,858
+sp|P62807|H2B1C_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,2,126
+sp|O60814|H2B1K_HUMAN,11.11111111,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,10.31746032,6.349206349,7.142857143,0,3.968253968,,41.26984127,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.80952381,5.555555556,16.66666667,,21,2,126
+sp|Q99880|H2B1L_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,4.761904762,2.380952381,4.761904762,15.87301587,5.555555556,2.380952381,2.380952381,3.968253968,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,49.20634921,7.936507937,24.6031746,4.761904762,10.31746032,22.22222222,5.555555556,18.25396825,,23,2,126
+sp|P58876|H2B1D_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,7.142857143,7.142857143,0,3.968253968,,39.68253968,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,2,126
+sp|Q93079|H2B1H_HUMAN,10.31746032,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,2,126
+sp|Q5QNW6|H2B2F_HUMAN,9.523809524,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.936507937,0,3.968253968,,40.47619048,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,2,126
+sp|Q99877|H2B1N_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,39.68253968,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,2,126
+sp|P57053|H2BFS_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.07936508,4.761904762,2.380952381,2.380952381,5.555555556,2.380952381,7.142857143,10.31746032,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,16.66666667,,21,2,126
+sp|Q99879|H2B1M_HUMAN,8.73015873,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,3.174603175,4.761904762,2.380952381,6.349206349,11.11111111,5.555555556,7.936507937,0,3.968253968,,40.47619048,38.0952381,49.20634921,7.936507937,24.6031746,5.555555556,10.31746032,22.22222222,5.555555556,16.66666667,,21,2,126
+sp|P62807|H2B1C_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,1,126
+sp|O60814|H2B1K_HUMAN,11.11111111,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,10.31746032,6.349206349,7.142857143,0,3.968253968,,41.26984127,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,23.80952381,5.555555556,16.66666667,,21,1,126
+sp|Q99880|H2B1L_HUMAN,10.31746032,0,2.380952381,5.555555556,1.587301587,4.761904762,2.380952381,4.761904762,15.87301587,5.555555556,2.380952381,2.380952381,3.968253968,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,49.20634921,7.936507937,24.6031746,4.761904762,10.31746032,22.22222222,5.555555556,18.25396825,,23,1,126
+sp|P58876|H2B1D_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,7.142857143,7.142857143,0,3.968253968,,39.68253968,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,1,126
+sp|Q93079|H2B1H_HUMAN,10.31746032,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.142857143,0,3.968253968,,40.47619048,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,1,126
+sp|Q5QNW6|H2B2F_HUMAN,9.523809524,0,3.174603175,4.761904762,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.11111111,6.349206349,7.936507937,0,3.968253968,,40.47619048,37.3015873,50.79365079,7.936507937,24.6031746,4.761904762,9.523809524,23.01587302,5.555555556,17.46031746,,22,1,126
+sp|Q99877|H2B1N_HUMAN,9.523809524,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,4.761904762,15.87301587,4.761904762,2.380952381,2.380952381,4.761904762,2.380952381,6.349206349,11.9047619,6.349206349,7.142857143,0,3.968253968,,39.68253968,37.3015873,50,7.936507937,24.6031746,4.761904762,9.523809524,22.22222222,5.555555556,18.25396825,,23,1,126
+sp|Q99879|H2B1M_HUMAN,8.73015873,0,2.380952381,5.555555556,1.587301587,5.555555556,2.380952381,5.555555556,15.87301587,4.761904762,2.380952381,3.174603175,4.761904762,2.380952381,6.349206349,11.11111111,5.555555556,7.936507937,0,3.968253968,,40.47619048,38.0952381,49.20634921,7.936507937,24.6031746,5.555555556,10.31746032,22.22222222,5.555555556,16.66666667,,21,1,126
+sp|Q9UKJ3|GPTC8_HUMAN,7.256990679,1.065246338,6.191744341,7.92276964,2.263648469,7.656458056,4.527296937,2.796271638,8.521970706,5.992010652,0.86551265,1.864181092,8.122503329,4.793608522,6.72436751,14.51398136,4.394141145,2.197070573,0.266311585,2.06391478,,32.42343542,40.54593875,53.26231691,14.11451398,19.77363515,6.657789614,8.78828229,17.11051931,4.593874834,18.9081225,,284,3,1502
+sp|O60583|CCNT2_HUMAN,5.068493151,1.232876712,4.383561644,5.068493151,2.054794521,4.520547945,6.301369863,4.657534247,7.671232877,8.082191781,2.328767123,3.561643836,5.616438356,5.616438356,3.561643836,15.47945205,6.301369863,5.068493151,0.95890411,2.465753425,,36.43835616,36.16438356,51.23287671,9.452054795,17.53424658,9.178082192,12.73972603,14.65753425,5.479452055,21.78082192,,159,1,730
+sp|Q14554|PDIA5_HUMAN,8.285163776,2.504816956,5.780346821,8.092485549,5.202312139,4.624277457,3.66088632,2.504816956,10.40462428,8.670520231,2.119460501,2.697495183,6.165703276,3.082851638,4.046242775,5.009633911,4.238921002,6.936416185,2.312138728,3.66088632,,46.82080925,37.76493256,46.24277457,13.87283237,18.11175337,5.780346821,11.17533719,19.84585742,11.17533719,9.248554913,,48,1,519
+sp|Q96QH2|PRAM_HUMAN,6.71641791,0.298507463,4.626865672,7.910447761,4.029850746,5.373134328,1.940298507,1.343283582,9.402985075,8.955223881,1.044776119,0.746268657,20,4.925373134,6.865671642,8.208955224,2.686567164,3.582089552,0.447761194,0.895522388,,32.68656716,36.41791045,52.23880597,12.53731343,18.20895522,5.671641791,10.29850746,15.67164179,5.373134328,10.89552239,,73,1,670
+sp|P53999|TCP4_HUMAN,2.362204724,0,8.661417323,7.086614173,1.57480315,5.511811024,0,4.724409449,14.96062992,5.511811024,3.937007874,1.57480315,4.724409449,5.511811024,6.299212598,16.53543307,1.57480315,6.299212598,1.57480315,1.57480315,,33.07086614,44.09448819,47.24409449,15.7480315,21.25984252,7.086614173,10.23622047,14.17322835,4.724409449,18.11023622,,23,7,127
+sp|Q6PJG6|BRAT1_HUMAN,11.44945189,3.65408039,4.993909866,5.481120585,3.53227771,6.699147381,2.436053593,0.974421437,1.827040195,16.44336175,0.974421437,0.365408039,7.1863581,6.455542022,5.115712546,8.038976857,5.359317905,6.699147381,1.705237515,0.609013398,,52.74056029,26.67478685,54.44579781,10.47503045,9.378806334,6.820950061,17.41778319,24.84774665,5.846528624,13.39829476,,110,1,821
+sp|P49450|CENPA_HUMAN,8.571428571,0.714285714,2.142857143,5.714285714,4.285714286,7.142857143,3.571428571,2.857142857,5,13.57142857,0.714285714,0.714285714,7.857142857,5,15,7.142857143,4.285714286,3.571428571,1.428571429,0.714285714,,43.57142857,37.14285714,42.14285714,7.857142857,23.57142857,5.714285714,16.42857143,19.28571429,6.428571429,11.42857143,,16,1,140
+sp|O00231|PSD11_HUMAN,11.13744076,1.184834123,5.924170616,8.293838863,2.606635071,3.08056872,1.658767773,5.924170616,8.293838863,14.4549763,1.895734597,2.369668246,2.369668246,4.976303318,4.976303318,7.345971564,4.502369668,4.976303318,0.473933649,3.55450237,,49.28909953,36.492891,42.89099526,14.21800948,14.92890995,7.345971564,20.37914692,19.1943128,6.63507109,11.84834123,,50,1,422
+sp|Q9NR82|KCNQ5_HUMAN,8.47639485,1.931330472,4.399141631,4.82832618,3.862660944,7.510729614,1.716738197,5.25751073,6.115879828,10.08583691,1.502145923,2.145922747,4.613733906,4.721030043,6.86695279,10.6223176,6.115879828,5.793991416,1.394849785,2.038626609,,47.85407725,30.79399142,51.60944206,9.227467811,14.69957082,6.86695279,15.34334764,21.78111588,7.296137339,16.73819742,,156,3,932
+tr|H3BQZ7|H3BQZ7_HUMAN,6.434316354,1.340482574,6.300268097,13.67292225,3.887399464,9.249329759,1.072386059,1.474530831,6.300268097,7.104557641,1.608579088,3.887399464,6.032171582,4.825737265,8.042895442,5.09383378,3.08310992,5.898123324,0.804289544,3.887399464,,41.68900804,44.10187668,47.31903485,19.97319035,15.4155496,8.713136729,8.579088472,21.58176944,8.579088472,8.1769437,,61,1,746
+sp|Q1KMD3|HNRL2_HUMAN,6.425702811,1.338688086,6.425702811,13.52074967,3.480589023,9.3708166,0.93708166,1.204819277,6.291834003,6.961178046,1.472556894,3.882195448,6.024096386,4.953145917,8.032128514,5.087014726,2.945113788,5.756358768,0.93708166,4.953145917,,41.90093708,44.04283802,47.25568942,19.94645248,15.26104418,8.835341365,8.165997323,21.55287818,9.3708166,8.032128514,,60,1,747
+sp|Q07002|CDK18_HUMAN,4.008438819,1.265822785,4.219409283,7.594936709,4.852320675,5.907172996,3.375527426,4.008438819,5.485232068,13.71308017,2.742616034,3.58649789,5.907172996,4.641350211,7.594936709,8.016877637,5.696202532,3.797468354,0.632911392,2.953586498,,43.88185654,36.4978903,42.40506329,11.81434599,16.4556962,8.227848101,17.72151899,13.71308017,8.438818565,13.71308017,,65,1,474
+sp|P45973|CBX5_HUMAN,5.759162304,1.570680628,6.806282723,14.65968586,3.141361257,4.188481675,1.047120419,3.664921466,15.18324607,5.759162304,2.617801047,5.235602094,3.141361257,1.570680628,4.712041885,7.853403141,3.664921466,4.712041885,2.094240838,2.617801047,,36.12565445,49.21465969,42.93193717,21.46596859,20.94240838,6.806282723,9.42408377,14.65968586,7.853403141,11.51832461,,22,4,191
+sp|Q14739|LBR_HUMAN,5.691056911,1.138211382,3.414634146,5.691056911,6.341463415,6.016260163,2.276422764,5.528455285,5.691056911,12.03252033,1.951219512,3.25203252,6.016260163,2.43902439,6.666666667,7.967479675,3.577235772,7.154471545,1.788617886,5.365853659,,53.00813008,29.43089431,44.22764228,9.105691057,14.63414634,5.691056911,17.56097561,18.86178862,13.49593496,11.54471545,,71,1,615
+sp|P19338|NUCL_HUMAN,10.14084507,0.14084507,10.28169014,14.50704225,3.661971831,10.98591549,0.14084507,2.394366197,12.67605634,3.943661972,1.126760563,2.957746479,4.366197183,1.971830986,3.661971831,5.070422535,5.352112676,5.211267606,0.281690141,1.126760563,,39.01408451,46.1971831,54.50704225,24.78873239,16.47887324,4.929577465,6.338028169,26.33802817,5.070422535,10.42253521,,74,13,710
+sp|P19338|NUCL_HUMAN,10.14084507,0.14084507,10.28169014,14.50704225,3.661971831,10.98591549,0.14084507,2.394366197,12.67605634,3.943661972,1.126760563,2.957746479,4.366197183,1.971830986,3.661971831,5.070422535,5.352112676,5.211267606,0.281690141,1.126760563,,39.01408451,46.1971831,54.50704225,24.78873239,16.47887324,4.929577465,6.338028169,26.33802817,5.070422535,10.42253521,,74,10,710
+sp|Q92804|RBP56_HUMAN,1.52027027,0.675675676,9.290540541,2.533783784,2.195945946,29.56081081,1.182432432,1.351351351,2.702702703,0.337837838,1.182432432,4.391891892,3.040540541,7.094594595,9.459459459,10.47297297,2.364864865,1.182432432,0.337837838,9.121621622,,47.46621622,36.65540541,62.5,11.82432432,13.34459459,11.48648649,1.689189189,32.26351351,11.65540541,12.83783784,,76,2,592
+sp|Q9HCN4|GPN1_HUMAN,8.288770053,0.534759358,6.14973262,7.754010695,4.278074866,5.080213904,2.139037433,4.278074866,4.278074866,8.823529412,3.743315508,3.743315508,4.278074866,4.812834225,4.278074866,8.021390374,7.219251337,8.021390374,0.802139037,3.475935829,,47.32620321,33.15508021,51.3368984,13.90374332,10.69518717,8.556149733,13.10160428,21.39037433,8.556149733,15.24064171,,57,1,374
+sp|P31943|HNRH1_HUMAN,6.458797327,1.113585746,5.345211581,6.904231626,5.567928731,14.69933185,2.672605791,3.340757238,3.563474388,4.899777283,3.340757238,4.231625835,3.786191537,4.008908686,6.904231626,8.240534521,3.563474388,5.567928731,0.445434298,5.345211581,,50.77951002,33.63028953,53.00668151,12.24944321,13.1403118,8.240534521,8.240534521,26.72605791,11.35857461,11.80400891,,53,2,449
+sp|P55795|HNRH2_HUMAN,6.236080178,1.113585746,5.345211581,6.904231626,5.345211581,14.4766147,2.672605791,2.89532294,3.563474388,5.122494432,4.008908686,3.786191537,3.786191537,3.563474388,6.904231626,9.131403118,3.786191537,5.345211581,0.445434298,5.567928731,,50.55679287,32.73942094,53.00668151,12.24944321,13.1403118,7.349665924,8.017817372,26.05790646,11.35857461,12.91759465,,58,1,449
+sp|P31943|HNRH1_HUMAN,6.458797327,1.113585746,5.345211581,6.904231626,5.567928731,14.69933185,2.672605791,3.340757238,3.563474388,4.899777283,3.340757238,4.231625835,3.786191537,4.008908686,6.904231626,8.240534521,3.563474388,5.567928731,0.445434298,5.345211581,,50.77951002,33.63028953,53.00668151,12.24944321,13.1403118,8.240534521,8.240534521,26.72605791,11.35857461,11.80400891,,53,1,449
+sp|O94888|UBXN7_HUMAN,6.339468303,1.431492843,5.72597137,10.42944785,4.294478528,6.54396728,2.862985685,4.703476483,5.316973415,8.793456033,1.840490798,3.476482618,5.72597137,6.339468303,5.72597137,7.975460123,5.112474438,5.112474438,0.81799591,1.431492843,,41.30879346,39.87730061,47.44376278,16.15541922,13.90593047,9.81595092,13.49693252,17.99591002,6.54396728,13.08793456,,64,1,489
+sp|Q99618|CDCA3_HUMAN,4.850746269,0,4.47761194,8.208955224,1.492537313,6.71641791,1.865671642,1.865671642,5.597014925,9.701492537,1.492537313,2.985074627,14.17910448,5.970149254,5.970149254,12.68656716,5.970149254,4.850746269,1.119402985,0,,32.08955224,35.07462687,56.71641791,12.68656716,13.43283582,8.955223881,11.56716418,16.41791045,2.611940299,18.65671642,,50,1,268
+sp|Q9NWQ8|PHAG1_HUMAN,6.481481481,1.851851852,6.018518519,11.34259259,1.851851852,6.481481481,1.851851852,3.009259259,5.787037037,8.101851852,2.083333333,4.166666667,6.481481481,4.62962963,3.472222222,12.03703704,6.944444444,4.861111111,0.231481481,2.314814815,,37.26851852,37.26851852,55.32407407,17.36111111,11.11111111,8.796296296,11.11111111,17.82407407,4.398148148,18.98148148,,82,2,432
+sp|P25205|MCM3_HUMAN,7.797029703,1.361386139,8.292079208,8.168316832,2.846534653,4.702970297,1.98019802,4.95049505,7.54950495,8.292079208,2.475247525,2.475247525,3.589108911,4.95049505,6.559405941,7.54950495,5.816831683,7.301980198,0,3.341584158,,43.06930693,39.97524752,48.88613861,16.46039604,16.08910891,7.425742574,13.24257426,19.8019802,6.188118812,13.36633663,,108,2,808
+sp|P25205|MCM3_HUMAN,7.797029703,1.361386139,8.292079208,8.168316832,2.846534653,4.702970297,1.98019802,4.95049505,7.54950495,8.292079208,2.475247525,2.475247525,3.589108911,4.95049505,6.559405941,7.54950495,5.816831683,7.301980198,0,3.341584158,,43.06930693,39.97524752,48.88613861,16.46039604,16.08910891,7.425742574,13.24257426,19.8019802,6.188118812,13.36633663,,108,3,808
+sp|P27824|CALX_HUMAN,5.743243243,1.351351351,11.31756757,11.82432432,3.378378378,5.743243243,1.52027027,5.236486486,9.290540541,6.418918919,2.027027027,3.378378378,8.783783784,2.027027027,3.378378378,4.054054054,4.054054054,5.236486486,2.702702703,2.533783784,,40.37162162,42.73648649,49.66216216,23.14189189,14.18918919,5.405405405,11.65540541,16.72297297,8.614864865,8.108108108,,48,1,592
+sp|P61978|HNRPK_HUMAN,4.535637149,1.079913607,7.127429806,7.127429806,2.807775378,12.0950324,0.863930886,7.559395248,4.75161987,6.26349892,2.591792657,2.591792657,8.855291577,4.535637149,7.77537797,6.911447084,5.183585313,3.023758099,0.647948164,3.671706263,,44.27645788,34.77321814,51.40388769,14.25485961,13.39092873,7.127429806,13.82289417,19.65442765,7.127429806,12.0950324,,56,1,463
+sp|Q9HCE3|ZN532_HUMAN,7.225211376,3.228285934,4.919292852,5.457340507,2.382782475,4.304381245,3.920061491,4.381245196,9.377401998,6.917755573,1.998462721,4.073789393,6.610299769,4.534973098,3.382013836,12.37509608,6.225980015,6.994619523,0.153727902,1.537279016,,39.12375096,35.66487317,55.95695619,10.37663336,16.67947733,8.60876249,11.29900077,18.52421214,4.073789393,18.6010761,,242,1,1301
+sp|P18615|NELFE_HUMAN,6.315789474,0.526315789,10.26315789,7.894736842,3.157894737,6.578947368,0.789473684,2.105263158,7.368421053,6.315789474,1.578947368,2.631578947,6.052631579,4.210526316,13.15789474,10.26315789,3.947368421,4.473684211,0.526315789,1.842105263,,33.42105263,46.31578947,51.05263158,18.15789474,21.31578947,6.842105263,8.421052632,17.36842105,5.526315789,14.21052632,,54,2,380
+sp|P08575|PTPRC_HUMAN,5.972434916,1.990811639,5.436447167,7.503828484,3.82848392,4.287901991,3.139356815,5.130168453,6.7381317,7.274119449,1.684532925,6.355283308,5.819295559,4.364471669,3.82848392,7.963246554,7.810107198,6.049004594,0.995405819,3.82848392,,41.04134763,37.36600306,51.68453292,12.94027565,13.70597243,10.71975498,12.4042879,16.3093415,8.65237366,15.77335375,,206,3,1306
+sp|Q15036|SNX17_HUMAN,5.319148936,1.063829787,5.106382979,7.659574468,3.617021277,6.170212766,1.489361702,2.553191489,4.893617021,12.12765957,2.340425532,2.127659574,4.255319149,5.744680851,7.872340426,11.06382979,4.042553191,8.723404255,0.85106383,2.978723404,,45.74468085,34.89361702,47.87234043,12.76595745,14.25531915,7.872340426,14.68085106,20.21276596,7.446808511,15.10638298,,71,1,470
+sp|Q6JBY9|CPZIP_HUMAN,8.653846154,1.201923077,3.605769231,13.46153846,1.923076923,7.932692308,1.442307692,0.480769231,7.932692308,4.567307692,0.961538462,2.644230769,13.22115385,5.048076923,6.25,10.57692308,4.086538462,5.769230769,0,0.240384615,,31.73076923,40.38461538,57.69230769,17.06730769,15.625,7.692307692,5.048076923,22.35576923,2.163461538,14.66346154,,61,1,416
+sp|Q96RU3|FNBP1_HUMAN,5.510534846,1.296596434,6.645056726,10.85899514,3.241491086,4.53808752,2.106969206,5.186385737,9.724473258,6.320907618,2.431118314,4.376012966,5.348460292,7.131280389,5.186385737,7.455429498,3.889789303,4.213938412,1.13452188,3.40356564,,37.27714749,46.02917342,43.273906,17.50405186,17.0178282,11.50729335,11.50729335,14.26256078,7.779578606,11.3452188,,70,1,617
+sp|Q7Z6Z7|HUWE1_HUMAN,7.430269776,1.577503429,5.669867398,8.161865569,2.812071331,5.509830818,2.263374486,4.160951075,4.366712391,11.31687243,2.606310014,3.200731596,5.532693187,5.189757659,5.509830818,9.990855053,7.018747142,5.418381344,0.594421582,1.668952904,,43.0955647,34.36213992,51.34887974,13.83173297,12.1399177,8.390489255,15.4778235,18.35848194,5.075445816,17.00960219,,744,3,4374
+sp|Q15366|PCBP2_HUMAN,6.849315068,1.917808219,3.01369863,6.02739726,1.643835616,10.1369863,1.643835616,10.1369863,4.657534247,6.575342466,3.287671233,3.287671233,6.575342466,5.205479452,3.835616438,10.95890411,7.397260274,4.931506849,0.273972603,1.643835616,,47.39726027,27.67123288,55.06849315,9.04109589,10.1369863,8.493150685,16.71232877,21.91780822,3.561643836,18.35616438,,67,5,365
+sp|Q15366|PCBP2_HUMAN,6.849315068,1.917808219,3.01369863,6.02739726,1.643835616,10.1369863,1.643835616,10.1369863,4.657534247,6.575342466,3.287671233,3.287671233,6.575342466,5.205479452,3.835616438,10.95890411,7.397260274,4.931506849,0.273972603,1.643835616,,47.39726027,27.67123288,55.06849315,9.04109589,10.1369863,8.493150685,16.71232877,21.91780822,3.561643836,18.35616438,,67,3,365
+sp|P85037|FOXK1_HUMAN,14.59754434,1.091405184,2.04638472,4.092769441,2.864938608,8.185538881,2.182810368,3.547066849,2.72851296,6.548431105,1.227830832,1.637107776,12.00545703,5.457025921,5.320600273,11.32332879,5.866302865,6.957708049,0.272851296,2.04638472,,47.33969986,23.46521146,63.71077763,6.139154161,10.2319236,7.094133697,10.09549795,29.74079127,5.184174625,17.18963165,,126,1,733
+sp|Q13098|CSN1_HUMAN,9.572301426,2.036659878,6.109979633,6.720977597,3.054989817,3.054989817,2.240325866,4.276985743,5.702647658,12.01629328,3.258655804,4.073319756,4.276985743,5.091649695,6.313645621,8.146639511,4.073319756,5.702647658,0.407331976,3.869653768,,47.25050916,36.25254582,47.04684318,12.83095723,14.25661914,9.16496945,16.29327902,18.3299389,7.33197556,12.21995927,,60,2,491
+sp|P10412|H14_HUMAN,26.94063927,0,0.456621005,2.739726027,0.456621005,6.392694064,0,0.913242009,28.31050228,4.109589041,0.456621005,1.369863014,9.589041096,0.456621005,1.826484018,7.305936073,4.566210046,3.652968037,0,0.456621005,,43.37899543,35.15981735,60.2739726,3.196347032,30.1369863,1.826484018,5.02283105,36.98630137,0.913242009,11.87214612,,26,1,219
+sp|P16403|H12_HUMAN,22.53521127,0,0.469483568,2.816901408,0.469483568,7.511737089,0,0.938967136,27.69953052,4.225352113,0.469483568,1.408450704,9.85915493,0.469483568,1.408450704,7.042253521,5.164319249,7.042253521,0,0.469483568,,43.66197183,34.27230047,61.03286385,3.286384977,29.10798122,1.877934272,5.164319249,37.08920188,0.938967136,12.20657277,,26,1,213
+sp|Q02539|H11_HUMAN,19.53488372,0,0.465116279,2.790697674,0.465116279,6.046511628,0,1.395348837,26.51162791,4.651162791,0.465116279,1.860465116,8.837209302,0.930232558,1.860465116,10.69767442,6.511627907,6.511627907,0,0.465116279,,39.53488372,34.41860465,60.46511628,3.255813953,28.37209302,2.790697674,6.046511628,32.09302326,0.930232558,17.20930233,,37,1,215
+sp|P16401|H15_HUMAN,26.54867257,0,0.442477876,3.097345133,0.442477876,7.079646018,0,0.884955752,28.76106195,4.424778761,0.442477876,1.769911504,8.407079646,0.442477876,1.327433628,5.752212389,5.309734513,4.424778761,0,0.442477876,,44.69026549,35.84070796,59.73451327,3.539823009,30.08849558,2.212389381,5.309734513,38.05309735,0.884955752,11.0619469,,25,1,226
+sp|P22492|H1T_HUMAN,12.07729469,0,0.966183575,2.898550725,0.483091787,5.797101449,0.966183575,2.415458937,19.3236715,7.729468599,1.449275362,2.898550725,4.347826087,2.898550725,6.763285024,13.52657005,6.763285024,8.212560386,0,0.483091787,,38.647343,36.71497585,54.58937198,3.8647343,27.0531401,5.797101449,10.14492754,26.08695652,0.966183575,20.28985507,,42,1,207
+sp|P16402|H13_HUMAN,20.81447964,0,0.452488688,2.714932127,0.452488688,7.692307692,0,1.809954751,27.60180995,4.524886878,0.452488688,1.357466063,9.954751131,0.904977376,1.809954751,7.239819005,6.334841629,5.429864253,0,0.452488688,,41.62895928,34.84162896,59.2760181,3.167420814,29.41176471,2.262443439,6.334841629,33.93665158,0.904977376,13.57466063,,30,1,221
+sp|P60174|TPIS_HUMAN,11.88811189,1.748251748,5.244755245,7.342657343,3.496503497,9.79020979,1.748251748,5.594405594,6.993006993,6.643356643,1.398601399,2.797202797,3.846153846,4.545454545,3.846153846,5.244755245,5.244755245,8.741258741,2.097902098,1.748251748,,53.14685315,32.51748252,54.54545455,12.58741259,12.58741259,7.342657343,12.23776224,30.41958042,7.342657343,10.48951049,,30,1,286
+sp|Q15287|RNPS1_HUMAN,3.278688525,0,4.590163934,4.262295082,0.983606557,5.573770492,2.295081967,2.295081967,9.508196721,2.62295082,2.950819672,1.967213115,9.180327869,0.655737705,17.04918033,23.60655738,4.918032787,2.62295082,0.655737705,0.983606557,,21.96721311,40.32786885,55.73770492,8.852459016,28.85245902,2.62295082,4.918032787,11.47540984,2.62295082,28.52459016,,87,1,305
+sp|Q05193|DYN1_HUMAN,5.902777778,0.810185185,6.018518519,7.638888889,3.587962963,6.018518519,1.50462963,5.555555556,6.25,8.912037037,3.240740741,4.62962963,7.175925926,4.861111111,7.175925926,6.25,5.208333333,6.481481481,0.578703704,2.199074074,,43.28703704,38.0787037,48.49537037,13.65740741,14.93055556,9.490740741,14.46759259,18.40277778,6.365740741,11.45833333,,99,1,864
+sp|Q5SSJ5|HP1B3_HUMAN,7.594936709,0.904159132,3.254972875,9.945750452,1.627486438,5.605786618,0.904159132,3.254972875,14.28571429,7.233273056,1.627486438,2.350813743,8.499095841,4.882459313,5.244122966,9.945750452,5.424954792,4.882459313,0.361663653,2.169981917,,35.26220615,40.86799277,48.46292948,13.20072333,20.43399638,7.233273056,10.48824593,18.08318264,4.159132007,15.37070524,,85,2,553
+sp|P49585|PCY1A_HUMAN,7.356948229,1.634877384,6.267029973,9.264305177,4.632152589,5.177111717,2.72479564,4.359673025,7.901907357,4.632152589,2.179836512,3.269754768,6.267029973,3.269754768,7.356948229,8.174386921,4.08719346,7.356948229,0.817438692,3.269754768,,41.41689373,40.05449591,49.59128065,15.53133515,17.98365123,6.539509537,8.991825613,19.89100817,8.719346049,12.26158038,,45,1,367
+sp|Q92610|ZN592_HUMAN,7.26124704,3.709550118,4.183109708,6.314127861,3.157063931,5.524861878,4.735595896,2.604577743,6.314127861,7.419100237,1.657458564,2.604577743,10.26045777,4.735595896,4.735595896,12.47040253,4.735595896,5.91949487,0.236779795,1.420678769,,38.91081294,33.62273086,56.66929755,10.49723757,15.78531965,7.340173639,10.02367798,18.70560379,4.814522494,17.20599842,,218,1,1267
+sp|Q03164|KMT2A_HUMAN,5.59334845,2.015621063,4.560342656,6.324011086,2.544721592,6.198034769,2.116402116,3.75409423,7.709750567,7.029478458,1.612496851,3.9808516,9.019904258,4.585537919,5.769715294,13.70622323,6.324011086,5.291005291,0.529100529,1.335348954,,35.90325019,35.04661124,56.6893424,10.88435374,15.59586798,8.566389519,10.78357269,17.08238851,4.409171076,20.03023432,,795,1,3969
+sp|Q07666|KHDR1_HUMAN,8.126410835,0.451467269,5.191873589,6.997742664,1.805869074,10.83521445,2.031602709,2.483069977,5.417607223,6.320541761,2.934537246,1.805869074,13.09255079,3.837471783,7.674943567,6.320541761,4.288939052,5.191873589,0.225733634,4.966139955,,43.34085779,32.95711061,55.30474041,12.18961625,15.1241535,5.643340858,8.803611738,24.15349887,6.997742664,10.60948081,,47,2,443
+sp|Q16629|SRSF7_HUMAN,4.621848739,1.680672269,3.781512605,4.201680672,2.941176471,8.823529412,1.260504202,2.100840336,2.941176471,2.941176471,1.260504202,1.260504202,7.142857143,0.420168067,24.3697479,20.16806723,1.680672269,3.361344538,0.420168067,4.621848739,,32.77310924,38.23529412,52.5210084,7.983193277,28.57142857,1.680672269,5.042016807,16.80672269,7.983193277,21.8487395,,52,2,238
+sp|Q16629|SRSF7_HUMAN,4.621848739,1.680672269,3.781512605,4.201680672,2.941176471,8.823529412,1.260504202,2.100840336,2.941176471,2.941176471,1.260504202,1.260504202,7.142857143,0.420168067,24.3697479,20.16806723,1.680672269,3.361344538,0.420168067,4.621848739,,32.77310924,38.23529412,52.5210084,7.983193277,28.57142857,1.680672269,5.042016807,16.80672269,7.983193277,21.8487395,,52,1,238
+sp|Q5T7W0|ZN618_HUMAN,9.433962264,3.144654088,3.668763103,7.651991614,3.039832285,5.870020964,2.620545073,3.039832285,6.498951782,7.86163522,1.572327044,4.612159329,5.765199161,5.241090147,4.402515723,8.490566038,5.765199161,7.1278826,0.943396226,3.249475891,,45.28301887,34.69601677,53.87840671,11.32075472,13.52201258,9.853249476,10.90146751,22.43186583,7.232704403,14.2557652,,136,1,954
+sp|Q9H0E3|SP130_HUMAN,11.25954198,0.286259542,2.385496183,3.530534351,0.667938931,4.675572519,3.435114504,5.916030534,4.198473282,5.820610687,2.671755725,3.148854962,12.59541985,6.488549618,4.29389313,10.30534351,9.160305344,7.729007634,0.190839695,1.240458015,,40.45801527,27.48091603,61.54580153,5.916030534,11.92748092,9.63740458,11.73664122,23.66412214,2.099236641,19.46564885,,204,1,1048
+sp|P61313|RL15_HUMAN,6.862745098,0.980392157,2.450980392,2.941176471,2.941176471,8.823529412,5.392156863,3.921568627,8.333333333,7.352941176,1.470588235,1.960784314,4.411764706,4.411764706,16.17647059,4.411764706,3.921568627,5.882352941,2.450980392,4.901960784,,45.58823529,41.66666667,39.70588235,5.392156863,29.90196078,6.37254902,11.2745098,21.56862745,10.29411765,8.333333333,,17,1,204
+sp|Q9NQ55|SSF1_HUMAN,7.610993658,1.057082452,4.4397463,6.976744186,3.382663848,8.245243129,2.748414376,2.748414376,7.822410148,9.302325581,2.959830867,3.171247357,4.651162791,6.976744186,10.14799154,6.553911205,3.594080338,6.131078224,0.21141649,1.268498943,,42.91754757,42.2832981,45.45454545,11.41649049,20.71881607,10.14799154,12.05073996,21.98731501,4.862579281,10.14799154,,48,1,473
+tr|A0A0B4J1V8|A0A0B4J1V8_HUMAN,10.95717884,2.392947103,3.400503778,5.289672544,3.652392947,6.675062972,2.896725441,2.770780856,5.289672544,11.96473552,2.518891688,2.896725441,5.793450882,5.037783375,7.682619647,6.926952141,3.400503778,6.801007557,1.007556675,2.644836272,,51.38539043,32.49370277,49.24433249,8.690176322,15.86901763,7.934508816,14.73551637,24.43324937,7.304785894,10.32745592,,82,1,794
+sp|P49736|MCM2_HUMAN,7.632743363,1.327433628,6.526548673,9.623893805,3.318584071,5.973451327,2.876106195,5.752212389,4.756637168,8.738938053,2.986725664,3.982300885,4.424778761,4.092920354,7.632743363,6.969026549,3.982300885,6.526548673,0.221238938,2.654867257,,45.13274336,39.49115044,47.34513274,16.15044248,15.26548673,8.075221239,14.49115044,20.13274336,6.194690265,10.95132743,,99,1,904
+sp|P19013|K2C4_HUMAN,6.741573034,1.310861423,3.93258427,7.865168539,4.307116105,12.54681648,0.74906367,4.68164794,6.367041199,8.988764045,1.872659176,4.307116105,1.310861423,6.367041199,5.056179775,10.6741573,4.868913858,5.992509363,0.187265918,1.872659176,,48.50187266,34.64419476,51.68539326,11.79775281,12.17228464,10.6741573,13.67041199,25.28089888,6.367041199,15.54307116,,83,1,534
+sp|O15530|PDPK1_HUMAN,5.935251799,1.618705036,5.035971223,7.374100719,4.856115108,6.115107914,2.697841727,4.496402878,6.834532374,10.07194245,1.798561151,3.237410072,6.834532374,5.035971223,5.395683453,7.913669065,4.676258993,4.856115108,1.079136691,4.136690647,,44.96402878,35.61151079,46.22302158,12.41007194,14.92805755,8.273381295,14.56834532,16.90647482,10.07194245,12.58992806,,70,15,556
+sp|O15530|PDPK1_HUMAN,5.935251799,1.618705036,5.035971223,7.374100719,4.856115108,6.115107914,2.697841727,4.496402878,6.834532374,10.07194245,1.798561151,3.237410072,6.834532374,5.035971223,5.395683453,7.913669065,4.676258993,4.856115108,1.079136691,4.136690647,,44.96402878,35.61151079,46.22302158,12.41007194,14.92805755,8.273381295,14.56834532,16.90647482,10.07194245,12.58992806,,70,7,556
+sp|Q92793|CBP_HUMAN,7.207207207,2.047502048,3.194103194,4.2997543,2.006552007,7.084357084,2.620802621,3.071253071,4.75020475,7.084357084,3.89025389,4.873054873,11.3022113,10.97461097,4.013104013,8.927108927,5.446355446,4.873054873,0.573300573,1.760851761,,39.5986896,34.72563473,54.95495495,7.493857494,11.38411138,15.84766585,10.15561016,19.16461916,4.340704341,14.37346437,,351,1,2442
+sp|Q9Y6K9|NEMO_HUMAN,10.02386635,2.625298329,3.579952267,13.8424821,1.431980907,2.625298329,2.386634845,2.14797136,7.159904535,11.69451074,2.863961814,0.954653938,4.534606205,12.88782816,7.398568019,6.205250597,1.193317422,4.77326969,0.238663484,1.431980907,,39.85680191,48.21002387,36.51551313,17.42243437,16.9451074,13.8424821,13.8424821,17.42243437,3.102625298,7.398568019,,31,1,419
+sp|Q13547|HDAC1_HUMAN,5.394190871,2.074688797,6.846473029,9.958506224,4.149377593,7.676348548,2.904564315,4.771784232,8.298755187,6.43153527,3.319502075,4.564315353,4.356846473,3.112033195,4.564315353,5.601659751,4.149377593,5.601659751,0.414937759,5.809128631,,45.64315353,40.24896266,46.26556017,16.80497925,15.76763485,7.676348548,11.2033195,18.67219917,10.37344398,9.751037344,,47,1,482
+sp|Q13547|HDAC1_HUMAN,5.394190871,2.074688797,6.846473029,9.958506224,4.149377593,7.676348548,2.904564315,4.771784232,8.298755187,6.43153527,3.319502075,4.564315353,4.356846473,3.112033195,4.564315353,5.601659751,4.149377593,5.601659751,0.414937759,5.809128631,,45.64315353,40.24896266,46.26556017,16.80497925,15.76763485,7.676348548,11.2033195,18.67219917,10.37344398,9.751037344,,47,2,482
+sp|Q9H0F6|SHRPN_HUMAN,14.9870801,2.583979328,2.842377261,5.943152455,2.067183463,8.785529716,2.067183463,1.291989664,1.033591731,11.36950904,0.775193798,1.550387597,13.69509044,5.684754522,5.684754522,8.527131783,3.359173127,5.684754522,1.291989664,0.775193798,,49.6124031,24.80620155,62.01550388,8.785529716,8.785529716,7.235142119,12.66149871,29.45736434,4.134366925,11.88630491,,46,1,387
+sp|P31930|QCR1_HUMAN,11.45833333,2.5,4.791666667,6.458333333,3.125,7.083333333,2.708333333,4.166666667,3.125,9.791666667,2.083333333,3.125,4.375,4.375,6.458333333,6.875,5.625,7.291666667,1.25,3.333333333,,52.08333333,31.04166667,53.125,11.25,12.29166667,7.5,13.95833333,25.83333333,7.708333333,12.5,,60,1,480
+sp|Q05BQ5|MBTD1_HUMAN,6.52866242,3.184713376,5.414012739,6.050955414,4.458598726,6.687898089,2.547770701,4.777070064,7.643312102,7.006369427,2.388535032,3.503184713,5.732484076,4.140127389,4.299363057,8.917197452,4.777070064,6.210191083,2.229299363,3.503184713,,46.97452229,33.59872611,50.95541401,11.46496815,14.49044586,7.643312102,11.78343949,19.42675159,10.1910828,13.69426752,,86,1,628
+sp|Q5VUA4|ZN318_HUMAN,5.660377358,1.272487933,5.353225099,9.039052216,2.36946029,5.748135147,2.413339184,3.641948223,7.415533129,8.205353225,1.360245722,3.027643703,9.477841158,3.598069329,6.625713032,12.76875823,4.782799473,5.089951733,0.482667837,1.667397982,,35.49802545,37.47257569,53.18121983,14.39227731,16.45458534,6.625713032,11.84730145,16.49846424,4.519526108,17.5515577,,400,2,2279
+sp|Q92688|AN32B_HUMAN,2.390438247,1.195219124,15.13944223,22.31075697,2.788844622,6.374501992,0.796812749,2.390438247,6.772908367,13.14741036,1.195219124,5.179282869,2.788844622,0.796812749,3.984063745,4.38247012,2.788844622,4.38247012,0,1.195219124,,35.05976096,54.98007968,44.62151394,37.4501992,11.55378486,5.976095618,15.53784861,13.14741036,3.984063745,7.171314741,,18,1,251
--- a/all stuff/Commonality and Difference finderMADE 7 TO 7 1-15-2019.R	Fri Apr 19 16:55:29 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1281 +0,0 @@
-#I should make an SOP for this.  Problems we encountered: no x in the xY motif, and the kilodemon
-#the output files have both Y and xY, they shouldn't why is that happening?  make it not happen
-#make sure that accession numbers stay locked to each motif, somehow
-#output should look just like the KALIP input
-
-#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
-FullMotifsOnly_questionmark<-"NO"
-#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
-TruncatedMotifsOnly_questionmark<-"NO"
-#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
-Are_You_Looking_For_Commonality<-"NO"
-
-
-#put the names of your input files here
-FirstSubstrateSet<- read.csv("Galaxy63-BTK_PLUS-R1_Substrates.csv", stringsAsFactors=FALSE)
-Firstsubbackfreq<- read.csv("Galaxy64-BTK_PLUS-R1_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-SecondSubstrateSet<- read.csv("Galaxy65-BTK_PLUS_R2_Substrates.csv", stringsAsFactors=FALSE)
-Secondsubbackfreq<- read.csv("Galaxy66-BTK_PLUS_R2_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-ThirdSubstrateSet<- read.csv("Galaxy69-BTK_PLUS_R3_Substrates.csv", stringsAsFactors=FALSE)
-Thirdsubbackfreq<- read.csv("Galaxy70-BTK_PLUS_R3_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-#then put the names of your output files here
-Shared_motifs_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-substrates.csv"
-Shared_subbackfreq_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-SubBackFreq.csv"
-
-# Shared_motifs_table<-"Shared motifs 7-27-17.csv"
-# Shared_subbackfreq_table<-"SubstrateBackgrounFrequency-for-shared-motifs 4 7-27-17.csv"
-
-First_unshared_motifs_table<-"R1 substrates.csv"
-First_unshared_subbackfreq<-"R1 SBF.csv"
-
-Second_unshared_motifs_table<-"R2 subs.csv"
-Second_unshared_subbackfreq<-"R2 SBf.csv"
-
-Third_unshared_motifs_table<-"R3 subs.csv"
-Third_unshared_subbackfreq<-"R3 SBF.csv"
-
-#final note, this code is going to be unworkable if you want to make a Venn diagram of more than 3 circles.  I think I'll poke around
-#other languages to see if any of them can do it.
-####################################################################################################################################
-
-
-
-
-
-FirstxY<-rep("xY",times=nrow(FirstSubstrateSet))
-FirstSubstrateSet[,11]<-FirstxY
-
-SecondxY<-rep("xY",times=nrow(SecondSubstrateSet))
-SecondSubstrateSet[,11]<-SecondxY
-
-ThirdxY<-rep("xY",times=nrow(ThirdSubstrateSet))
-ThirdSubstrateSet[,11]<-ThirdxY
-
-
-
-
-
-
-
-
-
-
-
-####################################################################################################################################
-####################################################################################################################################
-# better version of this code written in C: what happens when two kinases share a motif, but they found that motif in two 
-# separate proteins thus two separate accession numbers?
-# It should actually output the shared motif and BOTH accession numbers.  Right now it does not, it only maps out the second
-# accession number.  So that needs to be fixed BUT you need to keep the commonality between a motif and its accession number
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-
-#Create the motif sets, deciding wether or not you're looking for truncated or full here
-#full only
-if (Are_You_Looking_For_Commonality=="YES"){
-  if (FullMotifsOnly_questionmark=="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    leftspaces<-c()
-    rightspaces<-c()
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-        
-      }
-      
-    }
-    # FTLwtmotifs <- FTLwtmotifs[!is.na(FTLwtmotifs)]
-    # FTLwtmotifs<-matrix(FTLwtmotifs,ncol = 1)
-    # 
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-        
-      }
-    }
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-ThirdSubstrateSet[i,3]
-        
-      }
-    }
-    
-  }
-  
-  ##############################################3
-  #Truncated only
-  if (TruncatedMotifsOnly_questionmark=="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-        D835Ymotifs[i,1]<-D835letters
-      }
-    }
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDAccessionNumbers[i,1]<-ThirdSubstrateSet[i,3]
-        ITDmotifs[i,1]<-ITDletters
-      }
-    }
-    
-  }
-  
-  ###############################################
-  #ALL motifs, full and truncated
-  
-  if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-        
-        
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-    }
-    
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      leftspaces<-c()
-      rightspaces<-c()
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-    }
-    
-  }
-  #############################################################################################################################
-  #############################################################################################################################
-  #############################################################################################################################
-  #############################################################################################################################
-  #############################################################################################################################
-  
-  #now look for either commonality or difference.  Actually could you look for both...
-  
-  if (Are_You_Looking_For_Commonality=="YES"){
-    
-    columnalheader<-c(as.character(Thirdsubbackfreq[1:36,1]))
-    columnalheader<-matrix(columnalheader,nrow = 1)
-    write.table(x=columnalheader,
-                file=Shared_subbackfreq_table,
-                quote=FALSE, sep=",",
-                row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-    
-    FirstOverlapmotifs<-c()
-    for (i in 1:nrow(ITDmotifs)){
-      for (j in 1:nrow(D835Ymotifs)){
-        if (is.na(ITDmotifs[i,1])!=TRUE&&is.na(D835Ymotifs[j,1])!=TRUE){
-          if (ITDmotifs[i,1]==D835Ymotifs[j,1]){
-            FirstOverlapmotifs<-c(FirstOverlapmotifs,D835Ymotifs[j,1])
-          }
-        }
-      }
-    }
-    
-    AllAccessionNumbers<-c()
-    columnalheader<-c(rep(NA,36))
-    FinalMatrix<-matrix(data =columnalheader,nrow = 1)
-    
-    FinalMotifs<-c(rep(NA,20))
-    FinalMotifsMatrix<-matrix(data = FinalMotifs,nrow = 1)
-    
-    
-    for (l in 1:length(FirstOverlapmotifs)) {
-      AccessionNumber<-00000000000
-      for (k in 1:nrow(FTLwtmotifs)) {
-        AccessionNumber<-0000000000000
-        if(is.na(FTLwtmotifs[k])!=TRUE){
-          #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-          #destroyed immediately after use
-          if (FirstOverlapmotifs[l] == FTLwtmotifs[k]) {
-            substratematrix<-FirstSubstrateSet[k,1:20]
-            substratematrix<-as.matrix(substratematrix,nrow=1)
-            FinalMotifsMatrix<-rbind(FinalMotifsMatrix,substratematrix)
-            #when you find a match between the venn diagrams, save the substrate info you get into a matrix
-            
-            AccessionNumber <- as.character(FirstSubstrateSet[k, 3])
-            #then take the accession number 
-            
-            for (m in 1:ncol(Firstsubbackfreq)) {
-              AN <- as.character(Firstsubbackfreq[1, m])
-              if (grepl(pattern = AN,
-                        x = AccessionNumber,
-                        fixed = TRUE) == TRUE) {
-                outputmatrix <- as.character(Firstsubbackfreq[, m])
-                outputmatrix <- matrix(outputmatrix, nrow = 1)
-                #with that accession number, find a match in the subbackfreq file and save it here
-                FinalMatrix<-rbind(FinalMatrix,outputmatrix)
-              }
-            }
-          }
-        }
-      }
-    }
-    
-    
-    TrueMatrix<-FinalMatrix[!duplicated(FinalMatrix),]
-    TrueFinalMotifsMatrix<-FinalMotifsMatrix[!duplicated(FinalMotifsMatrix),]
-    
-    TrueFinalMotifsMatrix<-TrueFinalMotifsMatrix[2:nrow(TrueFinalMotifsMatrix),]
-    TrueMatrix<-TrueMatrix[2:nrow(TrueMatrix),]
-    
-    write.table(
-      x = TrueFinalMotifsMatrix,
-      file = Shared_motifs_table,
-      quote = FALSE,
-      sep = ",",
-      row.names = FALSE,
-      col.names = TRUE,
-      na = "",
-      append = TRUE
-    )
-    
-    
-    write.table(
-      x = TrueMatrix,
-      file = Shared_subbackfreq_table,
-      quote = FALSE,
-      sep = ",",
-      row.names = FALSE,
-      col.names = FALSE,
-      na = "",
-      append = TRUE
-    )
-  }
-}
-
-if (Are_You_Looking_For_Commonality=="NO"){
-  if (FullMotifsOnly_questionmark=="YES"){
-    FTLwtmotifs=rep(NA,times=nrow(FirstSubstrateSet))
-    FTLwtAccessionNumbers=rep(NA,times=nrow(FirstSubstrateSet))
-    leftspaces<-c()
-    rightspaces<-c()
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i]<-FTLwtletters
-        FTLwtAccessionNumbers[i]<-FirstSubstrateSet[i,3]
-      }
-      
-    }
-    # FTLwtmotifs <- FTLwtmotifs[!is.na(FTLwtmotifs)]
-    # FTLwtmotifs<-matrix(FTLwtmotifs,ncol = 1)
-    # 
-    
-    D835Ymotifs=rep(NA,times=nrow(FirstSubstrateSet))
-    D835YAccessionNumbers=rep(NA,times=nrow(FirstSubstrateSet))
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i]<-D835letters
-        D835YAccessionNumbers[i]<-SecondSubstrateSet[i,3]
-      }
-    }
-    
-    ITDmotifs=rep(NA,times=nrow(FirstSubstrateSet))
-    ITDAccessionNumbers=rep(NA,times=nrow(FirstSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i]<-ITDletters
-        ITDAccessionNumbers[i]<-ThirdSubstrateSet[i,3]
-        
-      }
-    }
-    names(ITDmotifs)<-ITDAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-  }
-  
-  
-  ##############################################3
-  #Truncated only
-  if (TruncatedMotifsOnly_questionmark=="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    i=2
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-        D835Ymotifs[i,1]<-D835letters
-      }
-    }
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDAccessionNumbers[i,1]<-ThirdSubstrateSet[i,3]
-        ITDmotifs[i,1]<-ITDletters
-      }
-    }
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    names(ITDmotifs)<-ITDAccessionNumbers
-  }
-  
-  ###############################################
-  #ALL motifs, full and truncated
-  
-  if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-        
-        
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-    }
-    
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      leftspaces<-c()
-      rightspaces<-c()
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-    }
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    names(ITDmotifs)<-ITDAccessionNumbers
-  }
-  
-  
-  FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
-  FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!FTLwtmotifsFINAL %in% ITDmotifs]
-  FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
-  
-  
-  ITDmotifsFINAL<-ITDmotifs[!ITDmotifs %in% D835Ymotifs]
-  ITDmotifsFINAL<-ITDmotifsFINAL[!ITDmotifsFINAL %in% FTLwtmotifs]
-  ITDmotifsFINAL<-ITDmotifsFINAL[!duplicated(ITDmotifsFINAL)]
-  
-  
-  D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
-  D835YmotifsFINAL<-D835YmotifsFINAL[!D835YmotifsFINAL %in% ITDmotifs]
-  D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
-  
-  
-  columnalheader<-c(rep(NA,35))
-  FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(FTLwtmotifsFINAL)) {
-    AN<-00000
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Firstsubbackfreq)) {
-      AN <- as.character(Firstsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(FTLwtmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Firstsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  FTLFinalMatrix<-FTLFinalMatrix[!duplicated(FTLFinalMatrix),]
-  
-  columnalheader<-c(rep(NA,35))
-  ITDFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(ITDmotifsFINAL)) {
-    AN<-00000
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Thirdsubbackfreq)) {
-      AN <- as.character(Thirdsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(ITDmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Thirdsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        ITDFinalMatrix<-rbind(ITDFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  ITDFinalMatrix<-ITDFinalMatrix[!duplicated(ITDFinalMatrix),]
-  
-  columnalheader<-c(rep(NA,35))
-  D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(D835YmotifsFINAL)) {
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Secondsubbackfreq)) {
-      AN <- as.character(Secondsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(D835YmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Secondsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  D835YFinalMatrix<-D835YFinalMatrix[!duplicated(D835YFinalMatrix),]
-  
-  FTLoutputmatrix<-matrix(data=c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)),ncol = 2)
-  
-  
-  write.table(x=FTLoutputmatrix,
-              file=First_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=FTLFinalMatrix,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  ############################################################################################################
-  
-  D835Youtputmatrix<-matrix(data=c(D835YmotifsFINAL,names(D835YmotifsFINAL)),ncol = 2)
-  
-  write.table(x=D835Youtputmatrix,
-              file=Second_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=D835YFinalMatrix,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  ############################################################################################################
-  
-  ITDoutputmatrix<-matrix(data = c(ITDmotifsFINAL,names(ITDmotifsFINAL)),ncol = 2)
-  
-  write.table(x=ITDoutputmatrix,
-              file=Third_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=Third_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=ITDFinalMatrix,
-              file=Third_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-}
-
-# if (Are_You_Looking_For_Commonality=="NO"){
-#   
-#   
-#   FTLwtmotifsFULLMATRIX<-cbind(FTLwtmotifs,FTLwtAccessionNumbers)
-#   ITDmotifsFULLMATRIX<-cbind(ITDmotifs,ITDAccessionNumbers)
-#   D835YmotifsFULLMATRIX<-cbind(D835Ymotifs,D835YAccessionNumbers)
-#   # ?duplicated
-# 
-#   FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
-#   FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!FTLwtmotifsFINAL %in% ITDmotifs]
-#   FTLwtmotifsFINAL<-matrix(data=FTLwtmotifsFINAL, ncol = 1)
-# 
-#   ITDmotifsFINAL<-ITDmotifs[!ITDmotifs %in% D835Ymotifs]
-#   ITDmotifsFINAL<-ITDmotifsFINAL[!ITDmotifsFINAL %in% FTLwtmotifs]
-#   ITDmotifsFINAL<-matrix(data=ITDmotifsFINAL, ncol = 1)
-# 
-#   D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
-#   D835YmotifsFINAL<-D835YmotifsFINAL[!D835YmotifsFINAL %in% ITDmotifs]
-#   D835YmotifsFINAL<-matrix(data=D835YmotifsFINAL, ncol = 1)
-#   
-#   FTLnondupeAccessionNumbers<-c()
-#   
-#   for (z in 1:nrow(FTLwtmotifsFINAL)) {
-#     for (w in 1:nrow(FTLwtmotifsFULLMATRIX)) {
-#       if (is.na(FTLwtmotifsFULLMATRIX[w,1])!=TRUE)
-#         if (FTLwtmotifsFINAL[z]==FTLwtmotifsFULLMATRIX[w,1]){
-#           FTLnondupeAccessionNumbers<-c(FTLnondupeAccessionNumbers,FTLwtmotifsFULLMATRIX[w,2])
-#         }
-#     }  
-#   }
-# 
-#   
-#   #find accession numbers here, put a matrix of those things, amino acid %, but only after I've unduped them
-#   FTLnondupeAccessionNumbers<-FTLnondupeAccessionNumbers[!duplicated(FTLnondupeAccessionNumbers)]
-#   
-#   columnalheader<-c(rep(NA,35))
-#   FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-#   
-#   for (k in 1:length(FTLnondupeAccessionNumbers)) {
-#     #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#     #destroyed immediately after use
-#     for (m in 1:ncol(Firstsubbackfreq)) {
-#       AN <- as.character(Firstsubbackfreq[1, m])
-#       if (grepl(pattern = AN,
-#                 x = FTLnondupeAccessionNumbers[k],
-#                 fixed = TRUE) == TRUE) {
-#         outputmatrix <- as.character(Firstsubbackfreq[, m])
-#         outputmatrix <- matrix(outputmatrix, nrow = 1)
-#         #with that accession number, find a match in the subbackfreq file and save it here
-#         FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
-#       }
-#     }
-#   }
-#   ITDnondupeAccessionNumbers<-c()
-#   
-#   for (z in 1:nrow(ITDmotifsFINAL)) {
-#     for (w in 1:nrow(ITDmotifsFULLMATRIX)) {
-#       if (is.na(ITDmotifsFULLMATRIX[w,1])!=TRUE)
-#         if (ITDmotifsFINAL[z]==ITDmotifsFULLMATRIX[w,1]){
-#           ITDnondupeAccessionNumbers<-c(ITDnondupeAccessionNumbers,ITDmotifsFULLMATRIX[w,2])
-#         }
-#     }  
-#   }
-#   
-#   
-#   #find accession numbers here, put a matrix of those things, amino acid %, but only after I've unduped them
-#   ITDnondupeAccessionNumbers<-ITDnondupeAccessionNumbers[!duplicated(ITDnondupeAccessionNumbers)]
-#   
-#   columnalheader<-c(rep(NA,35))
-#   ITDFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-#   
-#   for (k in 1:length(ITDnondupeAccessionNumbers)) {
-#     #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#     #destroyed immediately after use
-#     for (m in 1:ncol(Thirdsubbackfreq)) {
-#       AN <- as.character(Thirdsubbackfreq[1, m])
-#       if (grepl(pattern = AN,
-#                 x = ITDnondupeAccessionNumbers[k],
-#                 fixed = TRUE) == TRUE) {
-#         outputmatrix <- as.character(Thirdsubbackfreq[, m])
-#         outputmatrix <- matrix(outputmatrix, nrow = 1)
-#         #with that accession number, find a match in the subbackfreq file and save it here
-#         ITDFinalMatrix<-rbind(ITDFinalMatrix,outputmatrix)
-#       }
-#     }
-#   }
-#   
-#   
-#   D835YnondupeAccessionNumbers<-c()
-#   
-#   for (z in 1:nrow(D835YmotifsFINAL)) {
-#     for (w in 1:nrow(D835YmotifsFULLMATRIX)) {
-#       if (is.na(D835YmotifsFULLMATRIX[w,1])!=TRUE)
-#         if (D835YmotifsFINAL[z]==D835YmotifsFULLMATRIX[w,1]){
-#           D835YnondupeAccessionNumbers<-c(D835YnondupeAccessionNumbers,D835YmotifsFULLMATRIX[w,2])
-#         }
-#     }  
-#   }
-#   
-#   
-#   #find accession numbers here, put a matrix of those things, amino acid %, but only after I've unduped them
-#   D835YnondupeAccessionNumbers<-D835YnondupeAccessionNumbers[!duplicated(D835YnondupeAccessionNumbers)]
-#   
-#   columnalheader<-c(rep(NA,35))
-#   D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-#   
-#   for (k in 1:length(D835YnondupeAccessionNumbers)) {
-#     #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#     #destroyed immediately after use
-#     for (m in 1:ncol(Secondsubbackfreq)) {
-#       AN <- as.character(Secondsubbackfreq[1, m])
-#       if (grepl(pattern = AN,
-#                 x = D835YnondupeAccessionNumbers[k],
-#                 fixed = TRUE) == TRUE) {
-#         outputmatrix <- as.character(Secondsubbackfreq[, m])
-#         outputmatrix <- matrix(outputmatrix, nrow = 1)
-#         #with that accession number, find a match in the subbackfreq file and save it here
-#         D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
-#       }
-#     }
-#   }
-#   
-#   
-# 
-#   # FinalFTLmotifs<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
-#   # FinalFTLAccessionNumbers<-FTLnondupeAccessionNumbers[!duplicated(FTLnondupeAccessionNumbers)]
-#   # necessaryNAs<-rep(NA,times=(length(FinalFTLmotifs)-length(FinalFTLAccessionNumbers)))
-#   # FinalFTLAccessionNumbers<-c(FinalFTLAccessionNumbers,necessaryNAs)
-#   # TRUEFTLoutputmatrix<-cbind(FinalFTLmotifs,FinalFTLAccessionNumbers)
-#   # TRUEFTLoutputmatrix
-# 
-#   write.table(x=FTLwtmotifsFINAL,
-#               file=First_unshared_motifs_table,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-#   columnalheader<-matrix(columnalheader,nrow = 1)
-#   write.table(x=columnalheader,
-#               file=First_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   write.table(x=FTLFinalMatrix,
-#               file=First_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-# 
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   write.table(x=D835YmotifsFINAL,
-#               file=Second_unshared_motifs_table,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-#   columnalheader<-matrix(columnalheader,nrow = 1)
-#   write.table(x=columnalheader,
-#               file=Second_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   write.table(x=D835YFinalMatrix,
-#               file=Second_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   write.table(x=ITDmotifsFINAL,
-#               file=Third_unshared_motifs_table,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-#   columnalheader<-matrix(columnalheader,nrow = 1)
-#   write.table(x=columnalheader,
-#               file=Third_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   write.table(x=ITDFinalMatrix,
-#               file=Third_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   
-#   
-#   
-#   
-#   
-# }
--- a/all stuff/Commonality and Difference finderMADE 7 TO 7.R	Fri Apr 19 16:55:29 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1281 +0,0 @@
-#I should make an SOP for this.  Problems we encountered: no x in the xY motif, and the kilodemon
-#the output files have both Y and xY, they shouldn't why is that happening?  make it not happen
-#make sure that accession numbers stay locked to each motif, somehow
-#output should look just like the KALIP input
-
-#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
-FullMotifsOnly_questionmark<-"NO"
-#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
-TruncatedMotifsOnly_questionmark<-"NO"
-#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
-Are_You_Looking_For_Commonality<-"YES"
-
-
-#put the names of your input files here
-FirstSubstrateSet<- read.csv("Galaxy63-BTK_PLUS-R1_Substrates.csv", stringsAsFactors=FALSE)
-Firstsubbackfreq<- read.csv("Galaxy64-BTK_PLUS-R1_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-SecondSubstrateSet<- read.csv("Galaxy65-BTK_PLUS_R2_Substrates.csv", stringsAsFactors=FALSE)
-Secondsubbackfreq<- read.csv("Galaxy66-BTK_PLUS_R2_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-ThirdSubstrateSet<- read.csv("Galaxy69-BTK_PLUS_R3_Substrates.csv", stringsAsFactors=FALSE)
-Thirdsubbackfreq<- read.csv("Galaxy70-BTK_PLUS_R3_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-#then put the names of your output files here
-Shared_motifs_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-substrates.csv"
-Shared_subbackfreq_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-SubBackFreq.csv"
-
-# Shared_motifs_table<-"Shared motifs 7-27-17.csv"
-# Shared_subbackfreq_table<-"SubstrateBackgrounFrequency-for-shared-motifs 4 7-27-17.csv"
-
-First_unshared_motifs_table<-"R1 substrates.csv"
-First_unshared_subbackfreq<-"R1 SBF.csv"
-
-Second_unshared_motifs_table<-"R2 subs.csv"
-Second_unshared_subbackfreq<-"R2 SBf.csv"
-
-Third_unshared_motifs_table<-"R3 subs.csv"
-Third_unshared_subbackfreq<-"R3 SBF.csv"
-
-#final note, this code is going to be unworkable if you want to make a Venn diagram of more than 3 circles.  I think I'll poke around
-#other languages to see if any of them can do it.
-####################################################################################################################################
-
-
-
-
-
-FirstxY<-rep("xY",times=nrow(FirstSubstrateSet))
-FirstSubstrateSet[,11]<-FirstxY
-
-SecondxY<-rep("xY",times=nrow(SecondSubstrateSet))
-SecondSubstrateSet[,11]<-SecondxY
-
-ThirdxY<-rep("xY",times=nrow(ThirdSubstrateSet))
-ThirdSubstrateSet[,11]<-ThirdxY
-
-
-
-
-
-
-
-
-
-
-
-####################################################################################################################################
-####################################################################################################################################
-# better version of this code written in C: what happens when two kinases share a motif, but they found that motif in two 
-# separate proteins thus two separate accession numbers?
-# It should actually output the shared motif and BOTH accession numbers.  Right now it does not, it only maps out the second
-# accession number.  So that needs to be fixed BUT you need to keep the commonality between a motif and its accession number
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-
-#Create the motif sets, deciding wether or not you're looking for truncated or full here
-#full only
-if (Are_You_Looking_For_Commonality=="YES"){
-  if (FullMotifsOnly_questionmark=="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    leftspaces<-c()
-    rightspaces<-c()
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-        
-      }
-      
-    }
-    # FTLwtmotifs <- FTLwtmotifs[!is.na(FTLwtmotifs)]
-    # FTLwtmotifs<-matrix(FTLwtmotifs,ncol = 1)
-    # 
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-        
-      }
-    }
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-ThirdSubstrateSet[i,3]
-        
-      }
-    }
-    
-  }
-  
-  ##############################################3
-  #Truncated only
-  if (TruncatedMotifsOnly_questionmark=="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-        D835Ymotifs[i,1]<-D835letters
-      }
-    }
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDAccessionNumbers[i,1]<-ThirdSubstrateSet[i,3]
-        ITDmotifs[i,1]<-ITDletters
-      }
-    }
-    
-  }
-  
-  ###############################################
-  #ALL motifs, full and truncated
-  
-  if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-        
-        
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-    }
-    
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      leftspaces<-c()
-      rightspaces<-c()
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-    }
-    
-  }
-  #############################################################################################################################
-  #############################################################################################################################
-  #############################################################################################################################
-  #############################################################################################################################
-  #############################################################################################################################
-  
-  #now look for either commonality or difference.  Actually could you look for both...
-  
-  if (Are_You_Looking_For_Commonality=="YES"){
-    
-    columnalheader<-c(as.character(Thirdsubbackfreq[1:36,1]))
-    columnalheader<-matrix(columnalheader,nrow = 1)
-    write.table(x=columnalheader,
-                file=Shared_subbackfreq_table,
-                quote=FALSE, sep=",",
-                row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-    
-    FirstOverlapmotifs<-c()
-    for (i in 1:nrow(ITDmotifs)){
-      for (j in 1:nrow(D835Ymotifs)){
-        if (is.na(ITDmotifs[i,1])!=TRUE&&is.na(D835Ymotifs[j,1])!=TRUE){
-          if (ITDmotifs[i,1]==D835Ymotifs[j,1]){
-            FirstOverlapmotifs<-c(FirstOverlapmotifs,D835Ymotifs[j,1])
-          }
-        }
-      }
-    }
-    
-    AllAccessionNumbers<-c()
-    columnalheader<-c(rep(NA,36))
-    FinalMatrix<-matrix(data =columnalheader,nrow = 1)
-    
-    FinalMotifs<-c(rep(NA,20))
-    FinalMotifsMatrix<-matrix(data = FinalMotifs,nrow = 1)
-    
-    
-    for (l in 1:length(FirstOverlapmotifs)) {
-      AccessionNumber<-00000000000
-      for (k in 1:nrow(FTLwtmotifs)) {
-        AccessionNumber<-0000000000000
-        if(is.na(FTLwtmotifs[k])!=TRUE){
-          #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-          #destroyed immediately after use
-          if (FirstOverlapmotifs[l] == FTLwtmotifs[k]) {
-            substratematrix<-FirstSubstrateSet[k,1:20]
-            substratematrix<-as.matrix(substratematrix,nrow=1)
-            FinalMotifsMatrix<-rbind(FinalMotifsMatrix,substratematrix)
-            #when you find a match between the venn diagrams, save the substrate info you get into a matrix
-            
-            AccessionNumber <- as.character(FirstSubstrateSet[k, 3])
-            #then take the accession number 
-            
-            for (m in 1:ncol(Firstsubbackfreq)) {
-              AN <- as.character(Firstsubbackfreq[1, m])
-              if (grepl(pattern = AN,
-                        x = AccessionNumber,
-                        fixed = TRUE) == TRUE) {
-                outputmatrix <- as.character(Firstsubbackfreq[, m])
-                outputmatrix <- matrix(outputmatrix, nrow = 1)
-                #with that accession number, find a match in the subbackfreq file and save it here
-                FinalMatrix<-rbind(FinalMatrix,outputmatrix)
-              }
-            }
-          }
-        }
-      }
-    }
-    
-    
-    TrueMatrix<-FinalMatrix[!duplicated(FinalMatrix),]
-    TrueFinalMotifsMatrix<-FinalMotifsMatrix[!duplicated(FinalMotifsMatrix),]
-    
-    TrueFinalMotifsMatrix<-TrueFinalMotifsMatrix[2:nrow(TrueFinalMotifsMatrix),]
-    TrueMatrix<-TrueMatrix[2:nrow(TrueMatrix),]
-    
-    write.table(
-      x = TrueFinalMotifsMatrix,
-      file = Shared_motifs_table,
-      quote = FALSE,
-      sep = ",",
-      row.names = FALSE,
-      col.names = TRUE,
-      na = "",
-      append = TRUE
-    )
-    
-    
-    write.table(
-      x = TrueMatrix,
-      file = Shared_subbackfreq_table,
-      quote = FALSE,
-      sep = ",",
-      row.names = FALSE,
-      col.names = FALSE,
-      na = "",
-      append = TRUE
-    )
-  }
-}
-
-if (Are_You_Looking_For_Commonality=="NO"){
-  if (FullMotifsOnly_questionmark=="YES"){
-    FTLwtmotifs=rep(NA,times=nrow(FirstSubstrateSet))
-    FTLwtAccessionNumbers=rep(NA,times=nrow(FirstSubstrateSet))
-    leftspaces<-c()
-    rightspaces<-c()
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i]<-FTLwtletters
-        FTLwtAccessionNumbers[i]<-FirstSubstrateSet[i,3]
-      }
-      
-    }
-    # FTLwtmotifs <- FTLwtmotifs[!is.na(FTLwtmotifs)]
-    # FTLwtmotifs<-matrix(FTLwtmotifs,ncol = 1)
-    # 
-    
-    D835Ymotifs=rep(NA,times=nrow(FirstSubstrateSet))
-    D835YAccessionNumbers=rep(NA,times=nrow(FirstSubstrateSet))
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i]<-D835letters
-        D835YAccessionNumbers[i]<-SecondSubstrateSet[i,3]
-      }
-    }
-    
-    ITDmotifs=rep(NA,times=nrow(FirstSubstrateSet))
-    ITDAccessionNumbers=rep(NA,times=nrow(FirstSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 6 && YYYLettersToTheRight > 6) {
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i]<-ITDletters
-        ITDAccessionNumbers[i]<-ThirdSubstrateSet[i,3]
-        
-      }
-    }
-    names(ITDmotifs)<-ITDAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-  }
-  
-  
-  ##############################################3
-  #Truncated only
-  if (TruncatedMotifsOnly_questionmark=="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    i=2
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-        D835Ymotifs[i,1]<-D835letters
-      }
-    }
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDAccessionNumbers[i,1]<-ThirdSubstrateSet[i,3]
-        ITDmotifs[i,1]<-ITDletters
-      }
-    }
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    names(ITDmotifs)<-ITDAccessionNumbers
-  }
-  
-  ###############################################
-  #ALL motifs, full and truncated
-  
-  if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-        
-        
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-    }
-    
-    
-    ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-    ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-    
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,4:18]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      leftspaces<-c()
-      rightspaces<-c()
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i,1]<-ITDletters
-        ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-    }
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    names(ITDmotifs)<-ITDAccessionNumbers
-  }
-  
-  
-  FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
-  FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!FTLwtmotifsFINAL %in% ITDmotifs]
-  FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
-  
-  
-  ITDmotifsFINAL<-ITDmotifs[!ITDmotifs %in% D835Ymotifs]
-  ITDmotifsFINAL<-ITDmotifsFINAL[!ITDmotifsFINAL %in% FTLwtmotifs]
-  ITDmotifsFINAL<-ITDmotifsFINAL[!duplicated(ITDmotifsFINAL)]
-  
-  
-  D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
-  D835YmotifsFINAL<-D835YmotifsFINAL[!D835YmotifsFINAL %in% ITDmotifs]
-  D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
-  
-  
-  columnalheader<-c(rep(NA,35))
-  FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(FTLwtmotifsFINAL)) {
-    AN<-00000
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Firstsubbackfreq)) {
-      AN <- as.character(Firstsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(FTLwtmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Firstsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  FTLFinalMatrix<-FTLFinalMatrix[!duplicated(FTLFinalMatrix),]
-  
-  columnalheader<-c(rep(NA,35))
-  ITDFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(ITDmotifsFINAL)) {
-    AN<-00000
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Thirdsubbackfreq)) {
-      AN <- as.character(Thirdsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(ITDmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Thirdsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        ITDFinalMatrix<-rbind(ITDFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  ITDFinalMatrix<-ITDFinalMatrix[!duplicated(ITDFinalMatrix),]
-  
-  columnalheader<-c(rep(NA,35))
-  D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(D835YmotifsFINAL)) {
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Secondsubbackfreq)) {
-      AN <- as.character(Secondsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(D835YmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Secondsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  D835YFinalMatrix<-D835YFinalMatrix[!duplicated(D835YFinalMatrix),]
-  
-  FTLoutputmatrix<-matrix(data=c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)),ncol = 2)
-  
-  
-  write.table(x=FTLoutputmatrix,
-              file=First_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=FTLFinalMatrix,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  ############################################################################################################
-  
-  D835Youtputmatrix<-matrix(data=c(D835YmotifsFINAL,names(D835YmotifsFINAL)),ncol = 2)
-  
-  write.table(x=D835Youtputmatrix,
-              file=Second_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=D835YFinalMatrix,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  ############################################################################################################
-  
-  ITDoutputmatrix<-matrix(data = c(ITDmotifsFINAL,names(ITDmotifsFINAL)),ncol = 2)
-  
-  write.table(x=ITDoutputmatrix,
-              file=Third_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=Third_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=ITDFinalMatrix,
-              file=Third_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-}
-
-# if (Are_You_Looking_For_Commonality=="NO"){
-#   
-#   
-#   FTLwtmotifsFULLMATRIX<-cbind(FTLwtmotifs,FTLwtAccessionNumbers)
-#   ITDmotifsFULLMATRIX<-cbind(ITDmotifs,ITDAccessionNumbers)
-#   D835YmotifsFULLMATRIX<-cbind(D835Ymotifs,D835YAccessionNumbers)
-#   # ?duplicated
-# 
-#   FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
-#   FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!FTLwtmotifsFINAL %in% ITDmotifs]
-#   FTLwtmotifsFINAL<-matrix(data=FTLwtmotifsFINAL, ncol = 1)
-# 
-#   ITDmotifsFINAL<-ITDmotifs[!ITDmotifs %in% D835Ymotifs]
-#   ITDmotifsFINAL<-ITDmotifsFINAL[!ITDmotifsFINAL %in% FTLwtmotifs]
-#   ITDmotifsFINAL<-matrix(data=ITDmotifsFINAL, ncol = 1)
-# 
-#   D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
-#   D835YmotifsFINAL<-D835YmotifsFINAL[!D835YmotifsFINAL %in% ITDmotifs]
-#   D835YmotifsFINAL<-matrix(data=D835YmotifsFINAL, ncol = 1)
-#   
-#   FTLnondupeAccessionNumbers<-c()
-#   
-#   for (z in 1:nrow(FTLwtmotifsFINAL)) {
-#     for (w in 1:nrow(FTLwtmotifsFULLMATRIX)) {
-#       if (is.na(FTLwtmotifsFULLMATRIX[w,1])!=TRUE)
-#         if (FTLwtmotifsFINAL[z]==FTLwtmotifsFULLMATRIX[w,1]){
-#           FTLnondupeAccessionNumbers<-c(FTLnondupeAccessionNumbers,FTLwtmotifsFULLMATRIX[w,2])
-#         }
-#     }  
-#   }
-# 
-#   
-#   #find accession numbers here, put a matrix of those things, amino acid %, but only after I've unduped them
-#   FTLnondupeAccessionNumbers<-FTLnondupeAccessionNumbers[!duplicated(FTLnondupeAccessionNumbers)]
-#   
-#   columnalheader<-c(rep(NA,35))
-#   FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-#   
-#   for (k in 1:length(FTLnondupeAccessionNumbers)) {
-#     #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#     #destroyed immediately after use
-#     for (m in 1:ncol(Firstsubbackfreq)) {
-#       AN <- as.character(Firstsubbackfreq[1, m])
-#       if (grepl(pattern = AN,
-#                 x = FTLnondupeAccessionNumbers[k],
-#                 fixed = TRUE) == TRUE) {
-#         outputmatrix <- as.character(Firstsubbackfreq[, m])
-#         outputmatrix <- matrix(outputmatrix, nrow = 1)
-#         #with that accession number, find a match in the subbackfreq file and save it here
-#         FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
-#       }
-#     }
-#   }
-#   ITDnondupeAccessionNumbers<-c()
-#   
-#   for (z in 1:nrow(ITDmotifsFINAL)) {
-#     for (w in 1:nrow(ITDmotifsFULLMATRIX)) {
-#       if (is.na(ITDmotifsFULLMATRIX[w,1])!=TRUE)
-#         if (ITDmotifsFINAL[z]==ITDmotifsFULLMATRIX[w,1]){
-#           ITDnondupeAccessionNumbers<-c(ITDnondupeAccessionNumbers,ITDmotifsFULLMATRIX[w,2])
-#         }
-#     }  
-#   }
-#   
-#   
-#   #find accession numbers here, put a matrix of those things, amino acid %, but only after I've unduped them
-#   ITDnondupeAccessionNumbers<-ITDnondupeAccessionNumbers[!duplicated(ITDnondupeAccessionNumbers)]
-#   
-#   columnalheader<-c(rep(NA,35))
-#   ITDFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-#   
-#   for (k in 1:length(ITDnondupeAccessionNumbers)) {
-#     #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#     #destroyed immediately after use
-#     for (m in 1:ncol(Thirdsubbackfreq)) {
-#       AN <- as.character(Thirdsubbackfreq[1, m])
-#       if (grepl(pattern = AN,
-#                 x = ITDnondupeAccessionNumbers[k],
-#                 fixed = TRUE) == TRUE) {
-#         outputmatrix <- as.character(Thirdsubbackfreq[, m])
-#         outputmatrix <- matrix(outputmatrix, nrow = 1)
-#         #with that accession number, find a match in the subbackfreq file and save it here
-#         ITDFinalMatrix<-rbind(ITDFinalMatrix,outputmatrix)
-#       }
-#     }
-#   }
-#   
-#   
-#   D835YnondupeAccessionNumbers<-c()
-#   
-#   for (z in 1:nrow(D835YmotifsFINAL)) {
-#     for (w in 1:nrow(D835YmotifsFULLMATRIX)) {
-#       if (is.na(D835YmotifsFULLMATRIX[w,1])!=TRUE)
-#         if (D835YmotifsFINAL[z]==D835YmotifsFULLMATRIX[w,1]){
-#           D835YnondupeAccessionNumbers<-c(D835YnondupeAccessionNumbers,D835YmotifsFULLMATRIX[w,2])
-#         }
-#     }  
-#   }
-#   
-#   
-#   #find accession numbers here, put a matrix of those things, amino acid %, but only after I've unduped them
-#   D835YnondupeAccessionNumbers<-D835YnondupeAccessionNumbers[!duplicated(D835YnondupeAccessionNumbers)]
-#   
-#   columnalheader<-c(rep(NA,35))
-#   D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-#   
-#   for (k in 1:length(D835YnondupeAccessionNumbers)) {
-#     #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#     #destroyed immediately after use
-#     for (m in 1:ncol(Secondsubbackfreq)) {
-#       AN <- as.character(Secondsubbackfreq[1, m])
-#       if (grepl(pattern = AN,
-#                 x = D835YnondupeAccessionNumbers[k],
-#                 fixed = TRUE) == TRUE) {
-#         outputmatrix <- as.character(Secondsubbackfreq[, m])
-#         outputmatrix <- matrix(outputmatrix, nrow = 1)
-#         #with that accession number, find a match in the subbackfreq file and save it here
-#         D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
-#       }
-#     }
-#   }
-#   
-#   
-# 
-#   # FinalFTLmotifs<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
-#   # FinalFTLAccessionNumbers<-FTLnondupeAccessionNumbers[!duplicated(FTLnondupeAccessionNumbers)]
-#   # necessaryNAs<-rep(NA,times=(length(FinalFTLmotifs)-length(FinalFTLAccessionNumbers)))
-#   # FinalFTLAccessionNumbers<-c(FinalFTLAccessionNumbers,necessaryNAs)
-#   # TRUEFTLoutputmatrix<-cbind(FinalFTLmotifs,FinalFTLAccessionNumbers)
-#   # TRUEFTLoutputmatrix
-# 
-#   write.table(x=FTLwtmotifsFINAL,
-#               file=First_unshared_motifs_table,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-#   columnalheader<-matrix(columnalheader,nrow = 1)
-#   write.table(x=columnalheader,
-#               file=First_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   write.table(x=FTLFinalMatrix,
-#               file=First_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-# 
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   write.table(x=D835YmotifsFINAL,
-#               file=Second_unshared_motifs_table,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-#   columnalheader<-matrix(columnalheader,nrow = 1)
-#   write.table(x=columnalheader,
-#               file=Second_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   write.table(x=D835YFinalMatrix,
-#               file=Second_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   
-#   write.table(x=ITDmotifsFINAL,
-#               file=Third_unshared_motifs_table,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   columnalheader<-c("Accession Numbers",as.character(Thirdsubbackfreq[1:35,1]))
-#   columnalheader<-matrix(columnalheader,nrow = 1)
-#   write.table(x=columnalheader,
-#               file=Third_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   write.table(x=ITDFinalMatrix,
-#               file=Third_unshared_subbackfreq,
-#               quote=FALSE, sep=",",
-#               row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-#   
-#   
-#   
-#   
-#   
-#   
-# }
--- a/all stuff/Difference finder MADE 7 TO 7 4-18-2019.R	Fri Apr 19 16:55:29 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,351 +0,0 @@
-#I should make an SOP for this.  Problems we encountered: no x in the xY motif, and the kilodemon
-#the output files have both Y and xY, they shouldn't why is that happening?  make it not happen
-#make sure that accession numbers stay locked to each motif, somehow
-#output should look just like the KALIP input
-
-#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
-FullMotifsOnly_questionmark<-"NO"
-#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
-TruncatedMotifsOnly_questionmark<-"NO"
-#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
-Are_You_Looking_For_Commonality<-"NO"
-
-
-#put the names of your input files here
-FirstSubstrateSet<- read.csv("Galaxy1071-(17A_TiO2_Substrates.csv).csv", stringsAsFactors=FALSE)
-Firstsubbackfreq<- read.csv("Galaxy1072-(17A_TiO2_SubstrateBackgroundFrequency.csv).csv", header=FALSE, stringsAsFactors=FALSE)
-
-SecondSubstrateSet<- read.csv("Galaxy1073-(17A_FeNTA_Substrates.csv) (1).csv", stringsAsFactors=FALSE)
-Secondsubbackfreq<- read.csv("Galaxy1074-(17A_FeNTA_SubstrateBackgroundFrequency.csv).csv", header=FALSE, stringsAsFactors=FALSE)
-
-# ThirdSubstrateSet<- read.csv("Galaxy69-BTK_PLUS_R3_Substrates.csv", stringsAsFactors=FALSE)
-# Thirdsubbackfreq<- read.csv("Galaxy70-BTK_PLUS_R3_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-#then put the names of your output files here
-# Shared_motifs_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-substrates.csv"
-# Shared_subbackfreq_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-SubBackFreq.csv"
-
-# Shared_motifs_table<-"Shared motifs 7-27-17.csv"
-# Shared_subbackfreq_table<-"SubstrateBackgrounFrequency-for-shared-motifs 4 7-27-17.csv"
-
-First_unshared_motifs_table<-"17A TIo2 without FeNTA.csv"
-First_unshared_subbackfreq<-"17A TIo2 without FeNTA sbf.csv"
-
-Second_unshared_motifs_table<-"17A FeNTA without TIo2.csv"
-Second_unshared_subbackfreq<-"17A FeNTA without TIo2 sbf.csv"
-
-# Third_unshared_motifs_table<-"R3 subs.csv"
-# Third_unshared_subbackfreq<-"R3 SBF.csv"
-
-#final note, this code is going to be unworkable if you want to make a Venn diagram of more than 3 circles.  I think I'll poke around
-#other languages to see if any of them can do it.
-####################################################################################################################################
-
-
-
-
-
-# grepl(pattern = "S", x=asdf, ignore.case = TRUE)
-
-FirstCentralLetters<-FirstSubstrateSet[,11]
-SecondCentralLetters<-SecondSubstrateSet[,11]
-
-FirstEsses<-sapply(FirstCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-FirstTees<-sapply(FirstCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-FirstWys<-sapply(FirstCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-SecondEsses<-sapply(SecondCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-SecondTees<-sapply(SecondCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-SecondWys<-sapply(SecondCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-FirstCentralLetters<-replace(FirstCentralLetters,FirstEsses,"xS")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstTees,"xT")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstWys,"xY")
-
-SecondCentralLetters<-replace(SecondCentralLetters,SecondEsses,"xS")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondTees,"xT")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondWys,"xY")
-
-FirstCentralLetters->FirstSubstrateSet[,11]
-SecondCentralLetters->SecondSubstrateSet[,11]
-
-####################################################################################################################################
-####################################################################################################################################
-# better version of this code written in C: what happens when two kinases share a motif, but they found that motif in two 
-# separate proteins thus two separate accession numbers?
-# It should actually output the shared motif and BOTH accession numbers.  Right now it does not, it only maps out the second
-# accession number.  So that needs to be fixed BUT you need to keep the commonality between a motif and its accession number
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-
-#Create the motif sets, deciding wether or not you're looking for truncated or full here
-#full only
-
-
-if (Are_You_Looking_For_Commonality=="NO"){
-  
-  ###############################################
-  #ALL motifs, full and truncated
-  
-  if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-        
-        
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-      }
-    }
-    
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    
-  }
-  
-  
-  FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
-  FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
-  
-  D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
-  D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
-  
-  
-  columnalheader<-c(rep(NA,36))
-  FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(FTLwtmotifsFINAL)) {
-    AN<-00000
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Firstsubbackfreq)) {
-      AN <- as.character(Firstsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(FTLwtmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Firstsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  FTLFinalMatrix<-FTLFinalMatrix[!duplicated(FTLFinalMatrix),]
-  FTLFinalMatrix<-FTLFinalMatrix[2:nrow(FTLFinalMatrix),]
-  
-  columnalheader<-c(rep(NA,36))
-  D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(D835YmotifsFINAL)) {
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Secondsubbackfreq)) {
-      AN <- as.character(Secondsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(D835YmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Secondsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  D835YFinalMatrix<-D835YFinalMatrix[!duplicated(D835YFinalMatrix),]
-  D835YFinalMatrix<-D835YFinalMatrix[2:nrow(D835YFinalMatrix),]
-  
-  FTLoutputmatrix<-matrix(data=c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)),ncol = 2)
-  
-  
-  FLTheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # FLTheader<-unlist(FLTheader)
-  lefthandFLT<-matrix(data = rep(NA,times=2*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  righthandFLT<-matrix(data = rep(NA,times=1*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  FLTaccessionset<-FTLoutputmatrix[,2]
-  FTLmeat<-sapply(FTLoutputmatrix[,1], strsplit, "")
-  FTLmeat<-sapply(FTLmeat, unlist)
-  colnames(FTLmeat)<-NULL
-  FTLmeat<-t(FTLmeat)
-  
-  FTLoutputmatrix2<-cbind(lefthandFLT,FLTaccessionset,FTLmeat,righthandFLT)
-  colnames(FTLoutputmatrix2)<-NULL
-  rownames(FTLoutputmatrix2)<-NULL
-  colnames(FLTheader)<-NULL
-  rownames(FLTheader)<-NULL
-  
-  
-  FirstCentralLettersAGAIN<-FTLoutputmatrix2[,11]
-  
-  FirstEsses<-sapply(FirstCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  FirstTees<-sapply(FirstCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  FirstWys<-sapply(FirstCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-  
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstEsses,"xS")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstTees,"xT")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstWys,"xY")
-  
-  FirstCentralLettersAGAIN->FTLoutputmatrix2[,11]
-  
-  FTLoutputmatrix2<-rbind(FLTheader,FTLoutputmatrix2)
-  
-  write.table(x=FTLoutputmatrix2,
-              file=First_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=FTLFinalMatrix,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  ############################################################################################################
-  
-  D835Youtputmatrix<-matrix(data=c(D835YmotifsFINAL,names(D835YmotifsFINAL)),ncol = 2)
-  
-  D835Yheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # D835Yheader<-unlist(D835Yheader)
-  lefthandD835<-matrix(data = rep(NA,times=2*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  righthandD835<-matrix(data = rep(NA,times=1*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  D835Yaset<-D835Youtputmatrix[,2]
-  D835meat<-sapply(D835Youtputmatrix[,1], strsplit, "")
-  D835meat<-sapply(D835meat, unlist)
-  colnames(D835meat)<-NULL
-  D835meat<-t(D835meat)
-  
-  D835Youtputmatrix2<-cbind(lefthandD835,D835Yaset,D835meat,righthandD835)
-  colnames(D835Youtputmatrix2)<-NULL
-  rownames(D835Youtputmatrix2)<-NULL
-  colnames(D835Yheader)<-NULL
-  rownames(D835Yheader)<-NULL
-  
-  
-  SecondCentralLettersAGAIN<-D835Youtputmatrix2[,11]
-  
-  SecondEsses<-sapply(SecondCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  SecondTees<-sapply(SecondCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  SecondWys<-sapply(SecondCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-  
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondEsses,"xS")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondTees,"xT")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondWys,"xY")
-  
-  SecondCentralLettersAGAIN->D835Youtputmatrix2[,11]
-  
-  D835Youtputmatrix2<-rbind(D835Yheader,D835Youtputmatrix2)
-  
-  write.table(x=D835Youtputmatrix2,
-              file=Second_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=D835YFinalMatrix,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-}
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/all stuff/Difference finder for GalaxyP 2-21-20.R	Fri Feb 21 13:07:45 2020 -0500
@@ -0,0 +1,358 @@
+#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
+FullMotifsOnly_questionmark<-"NO"
+#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
+TruncatedMotifsOnly_questionmark<-"NO"
+#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
+Are_You_Looking_For_Commonality<-"NO"
+
+
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE,colClasses = "character")
+Firstsubbackfreq<- read.csv("SBF1.csv", header=FALSE, stringsAsFactors=FALSE)
+
+SecondSubstrateSet<- read.csv("S2.csv", stringsAsFactors=FALSE,colClasses = "character")
+Secondsubbackfreq<- read.csv("SBF2.csv", header=FALSE, stringsAsFactors=FALSE)
+
+
+First_unshared_motifs_table<-"1RS.csv"
+First_unshared_subbackfreq<-"1RSBF.csv"
+
+Second_unshared_motifs_table<-"2RS.csv"
+Second_unshared_subbackfreq<-"2RSBF.csv"
+
+EmptySubHeader<-colnames(FirstSubstrateSet)
+EmptySubHeader<-matrix(EmptySubHeader, nrow=1)
+EmptySBFHeader<-Firstsubbackfreq[,1]
+
+#final note, this code is going to be unworkable if you want to make a Venn diagram of more than 3 circles.  I think I'll poke around
+#other languages to see if any of them can do it.
+####################################################################################################################################
+
+
+FirstCentralLetters<-FirstSubstrateSet[,11]
+SecondCentralLetters<-SecondSubstrateSet[,11]
+
+FirstEsses<-sapply(FirstCentralLetters, grepl, pattern="S", ignore.case=TRUE)
+FirstTees<-sapply(FirstCentralLetters, grepl, pattern="T", ignore.case=TRUE)
+FirstWys<-sapply(FirstCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
+
+SecondEsses<-sapply(SecondCentralLetters, grepl, pattern="S", ignore.case=TRUE)
+SecondTees<-sapply(SecondCentralLetters, grepl, pattern="T", ignore.case=TRUE)
+SecondWys<-sapply(SecondCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
+
+FirstCentralLetters<-replace(FirstCentralLetters,FirstEsses,"xS")
+FirstCentralLetters<-replace(FirstCentralLetters,FirstTees,"xT")
+FirstCentralLetters<-replace(FirstCentralLetters,FirstWys,"xY")
+
+SecondCentralLetters<-replace(SecondCentralLetters,SecondEsses,"xS")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondTees,"xT")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondWys,"xY")
+
+FirstCentralLetters->FirstSubstrateSet[,11]
+SecondCentralLetters->SecondSubstrateSet[,11]
+
+####################################################################################################################################
+####################################################################################################################################
+# better version of this code written in C: what happens when two kinases share a motif, but they found that motif in two 
+# separate proteins thus two separate accession numbers?
+# It should actually output the shared motif and BOTH accession numbers.  Right now it does not, it only maps out the second
+# accession number.  So that needs to be fixed BUT you need to keep the commonality between a motif and its accession number
+####################################################################################################################################
+####################################################################################################################################
+####################################################################################################################################
+####################################################################################################################################
+
+#Create the motif sets, deciding wether or not you're looking for truncated or full here
+#full only
+
+
+###############################################
+#ALL motifs, full and truncated
+
+if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
+  FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
+  FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
+  
+  for (i in 1:nrow(FirstSubstrateSet)){
+    FTLwtletters<-FirstSubstrateSet[i,4:18]
+    FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
+    FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
+    leftspaces<-c()
+    rightspaces<-c()
+    
+    YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
+    YYYposition <- match(x = "x", table = YYYmotif)
+    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
+    #just 3 letters to the left of x
+    
+    YYYLettersToTheLeft <- YYYposition - 1
+    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
+    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
+    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
+    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
+    #variable the user puts in is
+    
+    
+    if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
+      leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
+      rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
+      #add blank spaces if the motif has less than 4 letters to the left/right
+      motif<-c(leftspaces,YYYmotif,rightspaces)
+      #save that motif, which is the Y and +/- 4 amino acids, including truncation
+      motif<-motif[!motif %in% "x"]
+      motif<-paste(motif, sep="", collapse="")
+      FTLwtletters<-motif
+      FTLwtmotifs[i,1]<-FTLwtletters
+      FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
+    }
+    
+    if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
+      motif<-YYYmotif
+      #add blank spaces if the motif has less than 4 letters to the left/right
+      motif<-c(leftspaces,YYYmotif,rightspaces)
+      #save that motif, which is the Y and +/- 4 amino acids, including truncation
+      motif<-motif[!motif %in% "x"]
+      motif<-paste(motif, sep="", collapse="")
+      FTLwtletters<-motif
+      FTLwtmotifs[i,1]<-FTLwtletters
+      FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
+      
+      
+    }
+    
+  }
+  
+  D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
+  D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
+  
+  for (i in 1:nrow(SecondSubstrateSet)){
+    D835letters<-SecondSubstrateSet[i,4:18]
+    D835letters<-D835letters[D835letters !="XXXXX"]
+    D835letters<-paste(D835letters, sep="", collapse="")
+    leftspaces<-c()
+    rightspaces<-c()
+    
+    YYYmotif <- unlist(strsplit(D835letters, split = ""))
+    YYYposition <- match(x = "x", table = YYYmotif)
+    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
+    #just 3 letters to the left of x
+    
+    YYYLettersToTheLeft <- YYYposition - 1
+    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
+    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
+    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
+    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
+    #variable the user puts in is
+    if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
+      leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
+      rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
+      #add blank spaces if the motif has less than 4 letters to the left/right
+      motif<-c(leftspaces,YYYmotif,rightspaces)
+      #save that motif, which is the Y and +/- 4 amino acids, including truncation
+      motif<-motif[!motif %in% "x"]
+      motif<-paste(motif, sep="", collapse="")
+      D835letters<-motif
+      D835Ymotifs[i,1]<-D835letters
+      D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
+    }
+    
+    if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
+      motif<-YYYmotif
+      #add blank spaces if the motif has less than 4 letters to the left/right
+      motif<-c(leftspaces,YYYmotif,rightspaces)
+      #save that motif, which is the Y and +/- 4 amino acids, including truncation
+      motif<-motif[!motif %in% "x"]
+      motif<-paste(motif, sep="", collapse="")
+      D835letters<-motif
+      D835Ymotifs[i,1]<-D835letters
+      D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
+    }
+  }
+  
+  names(FTLwtmotifs)<-FTLwtAccessionNumbers
+  names(D835Ymotifs)<-D835YAccessionNumbers
+  
+}
+
+
+FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
+FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
+
+D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
+D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
+
+
+columnalheader<-c(rep(NA,36))
+FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
+
+FLTheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
+
+if (length(FTLwtmotifsFINAL)>0){
+  for (k in 1:length(FTLwtmotifsFINAL)) {
+    AN<-00000
+    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
+    #destroyed immediately after use
+    for (m in 1:ncol(Firstsubbackfreq)) {
+      AN <- as.character(Firstsubbackfreq[1, m])
+      if (grepl(pattern = AN,
+                x = names(FTLwtmotifsFINAL[k]),
+                fixed = TRUE) == TRUE) {
+        outputmatrix <- as.character(Firstsubbackfreq[, m])
+        outputmatrix <- matrix(outputmatrix, nrow = 1)
+        #with that accession number, find a match in the subbackfreq file and save it here
+        FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
+      }
+    }
+  }
+  FTLFinalMatrix<-FTLFinalMatrix[!duplicated(FTLFinalMatrix),]
+  FTLFinalMatrix<-FTLFinalMatrix[2:nrow(FTLFinalMatrix),]
+  
+  
+  FTLoutputmatrix<-matrix(data=c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)),ncol = 2)
+  # FLTheader<-unlist(FLTheader)
+  lefthandFLT<-matrix(data = rep(NA,times=2*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
+  righthandFLT<-matrix(data = rep(NA,times=1*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
+  FLTaccessionset<-FTLoutputmatrix[,2]
+  FTLmeat<-sapply(FTLoutputmatrix[,1], strsplit, "")
+  FTLmeat<-sapply(FTLmeat, unlist)
+  colnames(FTLmeat)<-NULL
+  FTLmeat<-t(FTLmeat)
+  
+  FTLoutputmatrix2<-cbind(lefthandFLT,FLTaccessionset,FTLmeat,righthandFLT)
+  colnames(FTLoutputmatrix2)<-NULL
+  rownames(FTLoutputmatrix2)<-NULL
+  colnames(FLTheader)<-NULL
+  rownames(FLTheader)<-NULL
+  
+  
+  FirstCentralLettersAGAIN<-FTLoutputmatrix2[,11]
+  
+  FirstEsses<-sapply(FirstCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
+  FirstTees<-sapply(FirstCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
+  FirstWys<-sapply(FirstCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
+  
+  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstEsses,"xS")
+  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstTees,"xT")
+  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstWys,"xY")
+  
+  FirstCentralLettersAGAIN->FTLoutputmatrix2[,11]
+  
+  FTLoutputmatrix2<-rbind(FLTheader,FTLoutputmatrix2)
+  
+  write.table(x=FTLoutputmatrix2,
+              file=First_unshared_motifs_table,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
+  columnalheader<-matrix(columnalheader,nrow = 1)
+  write.table(x=columnalheader,
+              file=First_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  write.table(x=FTLFinalMatrix,
+              file=First_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+} else{
+  FTLFinalMatrix<-columnalheader
+  write.table(x=EmptySubHeader,
+              file=First_unshared_motifs_table,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
+  columnalheader<-matrix(columnalheader,nrow = 1)
+  write.table(x=columnalheader,
+              file=First_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+}
+
+
+columnalheader<-c(rep(NA,36))
+D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
+
+if (length(D835YmotifsFINAL)>0){
+  for (k in 1:length(D835YmotifsFINAL)) {
+    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
+    #destroyed immediately after use
+    for (m in 1:ncol(Secondsubbackfreq)) {
+      AN <- as.character(Secondsubbackfreq[1, m])
+      if (grepl(pattern = AN,
+                x = names(D835YmotifsFINAL[k]),
+                fixed = TRUE) == TRUE) {
+        outputmatrix <- as.character(Secondsubbackfreq[, m])
+        outputmatrix <- matrix(outputmatrix, nrow = 1)
+        #with that accession number, find a match in the subbackfreq file and save it here
+        D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
+      }
+    }
+  }
+  D835YFinalMatrix<-D835YFinalMatrix[!duplicated(D835YFinalMatrix),]
+  D835YFinalMatrix<-D835YFinalMatrix[2:nrow(D835YFinalMatrix),]
+  
+  D835Youtputmatrix<-matrix(data=c(D835YmotifsFINAL,names(D835YmotifsFINAL)),ncol = 2)
+  
+  D835Yheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
+  # D835Yheader<-unlist(D835Yheader)
+  lefthandD835<-matrix(data = rep(NA,times=2*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
+  righthandD835<-matrix(data = rep(NA,times=1*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
+  D835Yaset<-D835Youtputmatrix[,2]
+  D835meat<-sapply(D835Youtputmatrix[,1], strsplit, "")
+  D835meat<-sapply(D835meat, unlist)
+  colnames(D835meat)<-NULL
+  D835meat<-t(D835meat)
+  
+  D835Youtputmatrix2<-cbind(lefthandD835,D835Yaset,D835meat,righthandD835)
+  colnames(D835Youtputmatrix2)<-NULL
+  rownames(D835Youtputmatrix2)<-NULL
+  colnames(D835Yheader)<-NULL
+  rownames(D835Yheader)<-NULL
+  
+  
+  SecondCentralLettersAGAIN<-D835Youtputmatrix2[,11]
+  
+  SecondEsses<-sapply(SecondCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
+  SecondTees<-sapply(SecondCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
+  SecondWys<-sapply(SecondCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
+  
+  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondEsses,"xS")
+  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondTees,"xT")
+  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondWys,"xY")
+  
+  SecondCentralLettersAGAIN->D835Youtputmatrix2[,11]
+  
+  D835Youtputmatrix2<-rbind(D835Yheader,D835Youtputmatrix2)
+  
+  write.table(x=D835Youtputmatrix2,
+              file=Second_unshared_motifs_table,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
+  columnalheader<-matrix(columnalheader,nrow = 1)
+  write.table(x=columnalheader,
+              file=Second_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  write.table(x=D835YFinalMatrix,
+              file=Second_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+} else {
+  D835YFinalMatrix<- columnalheader
+  write.table(x=EmptySubHeader,
+              file=Second_unshared_motifs_table,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
+  columnalheader<-matrix(columnalheader,nrow = 1)
+  write.table(x=columnalheader,
+              file=Second_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+}
\ No newline at end of file
--- a/all stuff/Difference finder for GalaxyP 4-18-2019.R	Fri Apr 19 16:55:29 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,351 +0,0 @@
-#I should make an SOP for this.  Problems we encountered: no x in the xY motif, and the kilodemon
-#the output files have both Y and xY, they shouldn't why is that happening?  make it not happen
-#make sure that accession numbers stay locked to each motif, somehow
-#output should look just like the KALIP input
-
-#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
-FullMotifsOnly_questionmark<-"NO"
-#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
-TruncatedMotifsOnly_questionmark<-"NO"
-#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
-Are_You_Looking_For_Commonality<-"NO"
-
-
-#put the names of your input files here
-FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
-Firstsubbackfreq<- read.csv("SBF1.csv", header=FALSE, stringsAsFactors=FALSE)
-
-SecondSubstrateSet<- read.csv("S2.csv", stringsAsFactors=FALSE)
-Secondsubbackfreq<- read.csv("SBF2.csv", header=FALSE, stringsAsFactors=FALSE)
-
-# ThirdSubstrateSet<- read.csv("Galaxy69-BTK_PLUS_R3_Substrates.csv", stringsAsFactors=FALSE)
-# Thirdsubbackfreq<- read.csv("Galaxy70-BTK_PLUS_R3_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-#then put the names of your output files here
-# Shared_motifs_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-substrates.csv"
-# Shared_subbackfreq_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-SubBackFreq.csv"
-
-# Shared_motifs_table<-"Shared motifs 7-27-17.csv"
-# Shared_subbackfreq_table<-"SubstrateBackgrounFrequency-for-shared-motifs 4 7-27-17.csv"
-
-First_unshared_motifs_table<-"1RS.csv"
-First_unshared_subbackfreq<-"1RSBF.csv"
-
-Second_unshared_motifs_table<-"2RS.csv"
-Second_unshared_subbackfreq<-"2RSBF.csv"
-
-# Third_unshared_motifs_table<-"R3 subs.csv"
-# Third_unshared_subbackfreq<-"R3 SBF.csv"
-
-#final note, this code is going to be unworkable if you want to make a Venn diagram of more than 3 circles.  I think I'll poke around
-#other languages to see if any of them can do it.
-####################################################################################################################################
-
-
-
-
-
-# grepl(pattern = "S", x=asdf, ignore.case = TRUE)
-
-FirstCentralLetters<-FirstSubstrateSet[,11]
-SecondCentralLetters<-SecondSubstrateSet[,11]
-
-FirstEsses<-sapply(FirstCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-FirstTees<-sapply(FirstCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-FirstWys<-sapply(FirstCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-SecondEsses<-sapply(SecondCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-SecondTees<-sapply(SecondCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-SecondWys<-sapply(SecondCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-FirstCentralLetters<-replace(FirstCentralLetters,FirstEsses,"xS")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstTees,"xT")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstWys,"xY")
-
-SecondCentralLetters<-replace(SecondCentralLetters,SecondEsses,"xS")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondTees,"xT")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondWys,"xY")
-
-FirstCentralLetters->FirstSubstrateSet[,11]
-SecondCentralLetters->SecondSubstrateSet[,11]
-
-####################################################################################################################################
-####################################################################################################################################
-# better version of this code written in C: what happens when two kinases share a motif, but they found that motif in two 
-# separate proteins thus two separate accession numbers?
-# It should actually output the shared motif and BOTH accession numbers.  Right now it does not, it only maps out the second
-# accession number.  So that needs to be fixed BUT you need to keep the commonality between a motif and its accession number
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-
-#Create the motif sets, deciding wether or not you're looking for truncated or full here
-#full only
-
-
-if (Are_You_Looking_For_Commonality=="NO"){
-  
-  ###############################################
-  #ALL motifs, full and truncated
-  
-  if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-        
-        
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-      }
-    }
-    
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    
-  }
-  
-  
-  FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
-  FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
-  
-  D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
-  D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
-  
-  
-  columnalheader<-c(rep(NA,36))
-  FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(FTLwtmotifsFINAL)) {
-    AN<-00000
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Firstsubbackfreq)) {
-      AN <- as.character(Firstsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(FTLwtmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Firstsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  FTLFinalMatrix<-FTLFinalMatrix[!duplicated(FTLFinalMatrix),]
-  FTLFinalMatrix<-FTLFinalMatrix[2:nrow(FTLFinalMatrix),]
-  
-  columnalheader<-c(rep(NA,36))
-  D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(D835YmotifsFINAL)) {
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Secondsubbackfreq)) {
-      AN <- as.character(Secondsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(D835YmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Secondsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  D835YFinalMatrix<-D835YFinalMatrix[!duplicated(D835YFinalMatrix),]
-  D835YFinalMatrix<-D835YFinalMatrix[2:nrow(D835YFinalMatrix),]
-  
-  FTLoutputmatrix<-matrix(data=c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)),ncol = 2)
-  
-  
-  FLTheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # FLTheader<-unlist(FLTheader)
-  lefthandFLT<-matrix(data = rep(NA,times=2*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  righthandFLT<-matrix(data = rep(NA,times=1*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  FLTaccessionset<-FTLoutputmatrix[,2]
-  FTLmeat<-sapply(FTLoutputmatrix[,1], strsplit, "")
-  FTLmeat<-sapply(FTLmeat, unlist)
-  colnames(FTLmeat)<-NULL
-  FTLmeat<-t(FTLmeat)
-  
-  FTLoutputmatrix2<-cbind(lefthandFLT,FLTaccessionset,FTLmeat,righthandFLT)
-  colnames(FTLoutputmatrix2)<-NULL
-  rownames(FTLoutputmatrix2)<-NULL
-  colnames(FLTheader)<-NULL
-  rownames(FLTheader)<-NULL
-  
-  
-  FirstCentralLettersAGAIN<-FTLoutputmatrix2[,11]
-  
-  FirstEsses<-sapply(FirstCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  FirstTees<-sapply(FirstCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  FirstWys<-sapply(FirstCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-  
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstEsses,"xS")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstTees,"xT")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstWys,"xY")
-  
-  FirstCentralLettersAGAIN->FTLoutputmatrix2[,11]
-  
-  FTLoutputmatrix2<-rbind(FLTheader,FTLoutputmatrix2)
-  
-  write.table(x=FTLoutputmatrix2,
-              file=First_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=FTLFinalMatrix,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  ############################################################################################################
-  
-  D835Youtputmatrix<-matrix(data=c(D835YmotifsFINAL,names(D835YmotifsFINAL)),ncol = 2)
-  
-  D835Yheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # D835Yheader<-unlist(D835Yheader)
-  lefthandD835<-matrix(data = rep(NA,times=2*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  righthandD835<-matrix(data = rep(NA,times=1*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  D835Yaset<-D835Youtputmatrix[,2]
-  D835meat<-sapply(D835Youtputmatrix[,1], strsplit, "")
-  D835meat<-sapply(D835meat, unlist)
-  colnames(D835meat)<-NULL
-  D835meat<-t(D835meat)
-  
-  D835Youtputmatrix2<-cbind(lefthandD835,D835Yaset,D835meat,righthandD835)
-  colnames(D835Youtputmatrix2)<-NULL
-  rownames(D835Youtputmatrix2)<-NULL
-  colnames(D835Yheader)<-NULL
-  rownames(D835Yheader)<-NULL
-  
-  
-  SecondCentralLettersAGAIN<-D835Youtputmatrix2[,11]
-  
-  SecondEsses<-sapply(SecondCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  SecondTees<-sapply(SecondCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  SecondWys<-sapply(SecondCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-  
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondEsses,"xS")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondTees,"xT")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondWys,"xY")
-  
-  SecondCentralLettersAGAIN->D835Youtputmatrix2[,11]
-  
-  D835Youtputmatrix2<-rbind(D835Yheader,D835Youtputmatrix2)
-  
-  write.table(x=D835Youtputmatrix2,
-              file=Second_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=D835YFinalMatrix,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-}
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/all stuff/Difference finder for GalaxyP working.R	Fri Feb 21 13:07:45 2020 -0500
@@ -0,0 +1,358 @@
+#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
+FullMotifsOnly_questionmark<-"NO"
+#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
+TruncatedMotifsOnly_questionmark<-"NO"
+#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
+Are_You_Looking_For_Commonality<-"NO"
+
+
+#put the names of your input files here
+FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE,colClasses = "character")
+Firstsubbackfreq<- read.csv("SBF1.csv", header=FALSE, stringsAsFactors=FALSE)
+
+SecondSubstrateSet<- read.csv("S2.csv", stringsAsFactors=FALSE,colClasses = "character")
+Secondsubbackfreq<- read.csv("SBF2.csv", header=FALSE, stringsAsFactors=FALSE)
+
+
+First_unshared_motifs_table<-"1RS.csv"
+First_unshared_subbackfreq<-"1RSBF.csv"
+
+Second_unshared_motifs_table<-"2RS.csv"
+Second_unshared_subbackfreq<-"2RSBF.csv"
+
+EmptySubHeader<-colnames(FirstSubstrateSet)
+EmptySubHeader<-matrix(EmptySubHeader, nrow=1)
+EmptySBFHeader<-Firstsubbackfreq[,1]
+
+#final note, this code is going to be unworkable if you want to make a Venn diagram of more than 3 circles.  I think I'll poke around
+#other languages to see if any of them can do it.
+####################################################################################################################################
+
+
+FirstCentralLetters<-FirstSubstrateSet[,11]
+SecondCentralLetters<-SecondSubstrateSet[,11]
+
+FirstEsses<-sapply(FirstCentralLetters, grepl, pattern="S", ignore.case=TRUE)
+FirstTees<-sapply(FirstCentralLetters, grepl, pattern="T", ignore.case=TRUE)
+FirstWys<-sapply(FirstCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
+
+SecondEsses<-sapply(SecondCentralLetters, grepl, pattern="S", ignore.case=TRUE)
+SecondTees<-sapply(SecondCentralLetters, grepl, pattern="T", ignore.case=TRUE)
+SecondWys<-sapply(SecondCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
+
+FirstCentralLetters<-replace(FirstCentralLetters,FirstEsses,"xS")
+FirstCentralLetters<-replace(FirstCentralLetters,FirstTees,"xT")
+FirstCentralLetters<-replace(FirstCentralLetters,FirstWys,"xY")
+
+SecondCentralLetters<-replace(SecondCentralLetters,SecondEsses,"xS")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondTees,"xT")
+SecondCentralLetters<-replace(SecondCentralLetters,SecondWys,"xY")
+
+FirstCentralLetters->FirstSubstrateSet[,11]
+SecondCentralLetters->SecondSubstrateSet[,11]
+
+####################################################################################################################################
+####################################################################################################################################
+# better version of this code written in C: what happens when two kinases share a motif, but they found that motif in two 
+# separate proteins thus two separate accession numbers?
+# It should actually output the shared motif and BOTH accession numbers.  Right now it does not, it only maps out the second
+# accession number.  So that needs to be fixed BUT you need to keep the commonality between a motif and its accession number
+####################################################################################################################################
+####################################################################################################################################
+####################################################################################################################################
+####################################################################################################################################
+
+#Create the motif sets, deciding wether or not you're looking for truncated or full here
+#full only
+
+
+###############################################
+#ALL motifs, full and truncated
+
+if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
+  FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
+  FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
+  
+  for (i in 1:nrow(FirstSubstrateSet)){
+    FTLwtletters<-FirstSubstrateSet[i,4:18]
+    FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
+    FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
+    leftspaces<-c()
+    rightspaces<-c()
+    
+    YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
+    YYYposition <- match(x = "x", table = YYYmotif)
+    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
+    #just 3 letters to the left of x
+    
+    YYYLettersToTheLeft <- YYYposition - 1
+    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
+    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
+    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
+    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
+    #variable the user puts in is
+    
+    
+    if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
+      leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
+      rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
+      #add blank spaces if the motif has less than 4 letters to the left/right
+      motif<-c(leftspaces,YYYmotif,rightspaces)
+      #save that motif, which is the Y and +/- 4 amino acids, including truncation
+      motif<-motif[!motif %in% "x"]
+      motif<-paste(motif, sep="", collapse="")
+      FTLwtletters<-motif
+      FTLwtmotifs[i,1]<-FTLwtletters
+      FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
+    }
+    
+    if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
+      motif<-YYYmotif
+      #add blank spaces if the motif has less than 4 letters to the left/right
+      motif<-c(leftspaces,YYYmotif,rightspaces)
+      #save that motif, which is the Y and +/- 4 amino acids, including truncation
+      motif<-motif[!motif %in% "x"]
+      motif<-paste(motif, sep="", collapse="")
+      FTLwtletters<-motif
+      FTLwtmotifs[i,1]<-FTLwtletters
+      FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
+      
+      
+    }
+    
+  }
+  
+  D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
+  D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
+  
+  for (i in 1:nrow(SecondSubstrateSet)){
+    D835letters<-SecondSubstrateSet[i,4:18]
+    D835letters<-D835letters[D835letters !="XXXXX"]
+    D835letters<-paste(D835letters, sep="", collapse="")
+    leftspaces<-c()
+    rightspaces<-c()
+    
+    YYYmotif <- unlist(strsplit(D835letters, split = ""))
+    YYYposition <- match(x = "x", table = YYYmotif)
+    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
+    #just 3 letters to the left of x
+    
+    YYYLettersToTheLeft <- YYYposition - 1
+    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
+    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
+    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
+    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
+    #variable the user puts in is
+    if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
+      leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
+      rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
+      #add blank spaces if the motif has less than 4 letters to the left/right
+      motif<-c(leftspaces,YYYmotif,rightspaces)
+      #save that motif, which is the Y and +/- 4 amino acids, including truncation
+      motif<-motif[!motif %in% "x"]
+      motif<-paste(motif, sep="", collapse="")
+      D835letters<-motif
+      D835Ymotifs[i,1]<-D835letters
+      D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
+    }
+    
+    if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
+      motif<-YYYmotif
+      #add blank spaces if the motif has less than 4 letters to the left/right
+      motif<-c(leftspaces,YYYmotif,rightspaces)
+      #save that motif, which is the Y and +/- 4 amino acids, including truncation
+      motif<-motif[!motif %in% "x"]
+      motif<-paste(motif, sep="", collapse="")
+      D835letters<-motif
+      D835Ymotifs[i,1]<-D835letters
+      D835YAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
+    }
+  }
+  
+  names(FTLwtmotifs)<-FTLwtAccessionNumbers
+  names(D835Ymotifs)<-D835YAccessionNumbers
+  
+}
+
+
+FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
+FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
+
+D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
+D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
+
+
+columnalheader<-c(rep(NA,36))
+FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
+
+FLTheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
+
+if (length(FTLwtmotifsFINAL)>0){
+  for (k in 1:length(FTLwtmotifsFINAL)) {
+    AN<-00000
+    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
+    #destroyed immediately after use
+    for (m in 1:ncol(Firstsubbackfreq)) {
+      AN <- as.character(Firstsubbackfreq[1, m])
+      if (grepl(pattern = AN,
+                x = names(FTLwtmotifsFINAL[k]),
+                fixed = TRUE) == TRUE) {
+        outputmatrix <- as.character(Firstsubbackfreq[, m])
+        outputmatrix <- matrix(outputmatrix, nrow = 1)
+        #with that accession number, find a match in the subbackfreq file and save it here
+        FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
+      }
+    }
+  }
+  FTLFinalMatrix<-FTLFinalMatrix[!duplicated(FTLFinalMatrix),]
+  FTLFinalMatrix<-FTLFinalMatrix[2:nrow(FTLFinalMatrix),]
+  
+  
+  FTLoutputmatrix<-matrix(data=c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)),ncol = 2)
+  # FLTheader<-unlist(FLTheader)
+  lefthandFLT<-matrix(data = rep(NA,times=2*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
+  righthandFLT<-matrix(data = rep(NA,times=1*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
+  FLTaccessionset<-FTLoutputmatrix[,2]
+  FTLmeat<-sapply(FTLoutputmatrix[,1], strsplit, "")
+  FTLmeat<-sapply(FTLmeat, unlist)
+  colnames(FTLmeat)<-NULL
+  FTLmeat<-t(FTLmeat)
+  
+  FTLoutputmatrix2<-cbind(lefthandFLT,FLTaccessionset,FTLmeat,righthandFLT)
+  colnames(FTLoutputmatrix2)<-NULL
+  rownames(FTLoutputmatrix2)<-NULL
+  colnames(FLTheader)<-NULL
+  rownames(FLTheader)<-NULL
+  
+  
+  FirstCentralLettersAGAIN<-FTLoutputmatrix2[,11]
+  
+  FirstEsses<-sapply(FirstCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
+  FirstTees<-sapply(FirstCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
+  FirstWys<-sapply(FirstCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
+  
+  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstEsses,"xS")
+  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstTees,"xT")
+  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstWys,"xY")
+  
+  FirstCentralLettersAGAIN->FTLoutputmatrix2[,11]
+  
+  FTLoutputmatrix2<-rbind(FLTheader,FTLoutputmatrix2)
+  
+  write.table(x=FTLoutputmatrix2,
+              file=First_unshared_motifs_table,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
+  columnalheader<-matrix(columnalheader,nrow = 1)
+  write.table(x=columnalheader,
+              file=First_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  write.table(x=FTLFinalMatrix,
+              file=First_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+} else{
+  FTLFinalMatrix<-columnalheader
+  write.table(x=EmptySubHeader,
+              file=First_unshared_motifs_table,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
+  columnalheader<-matrix(columnalheader,nrow = 1)
+  write.table(x=columnalheader,
+              file=First_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+}
+
+
+columnalheader<-c(rep(NA,36))
+D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
+
+if (length(D835YmotifsFINAL)>0){
+  for (k in 1:length(D835YmotifsFINAL)) {
+    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
+    #destroyed immediately after use
+    for (m in 1:ncol(Secondsubbackfreq)) {
+      AN <- as.character(Secondsubbackfreq[1, m])
+      if (grepl(pattern = AN,
+                x = names(D835YmotifsFINAL[k]),
+                fixed = TRUE) == TRUE) {
+        outputmatrix <- as.character(Secondsubbackfreq[, m])
+        outputmatrix <- matrix(outputmatrix, nrow = 1)
+        #with that accession number, find a match in the subbackfreq file and save it here
+        D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
+      }
+    }
+  }
+  D835YFinalMatrix<-D835YFinalMatrix[!duplicated(D835YFinalMatrix),]
+  D835YFinalMatrix<-D835YFinalMatrix[2:nrow(D835YFinalMatrix),]
+  
+  D835Youtputmatrix<-matrix(data=c(D835YmotifsFINAL,names(D835YmotifsFINAL)),ncol = 2)
+  
+  D835Yheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
+  # D835Yheader<-unlist(D835Yheader)
+  lefthandD835<-matrix(data = rep(NA,times=2*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
+  righthandD835<-matrix(data = rep(NA,times=1*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
+  D835Yaset<-D835Youtputmatrix[,2]
+  D835meat<-sapply(D835Youtputmatrix[,1], strsplit, "")
+  D835meat<-sapply(D835meat, unlist)
+  colnames(D835meat)<-NULL
+  D835meat<-t(D835meat)
+  
+  D835Youtputmatrix2<-cbind(lefthandD835,D835Yaset,D835meat,righthandD835)
+  colnames(D835Youtputmatrix2)<-NULL
+  rownames(D835Youtputmatrix2)<-NULL
+  colnames(D835Yheader)<-NULL
+  rownames(D835Yheader)<-NULL
+  
+  
+  SecondCentralLettersAGAIN<-D835Youtputmatrix2[,11]
+  
+  SecondEsses<-sapply(SecondCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
+  SecondTees<-sapply(SecondCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
+  SecondWys<-sapply(SecondCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
+  
+  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondEsses,"xS")
+  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondTees,"xT")
+  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondWys,"xY")
+  
+  SecondCentralLettersAGAIN->D835Youtputmatrix2[,11]
+  
+  D835Youtputmatrix2<-rbind(D835Yheader,D835Youtputmatrix2)
+  
+  write.table(x=D835Youtputmatrix2,
+              file=Second_unshared_motifs_table,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
+  columnalheader<-matrix(columnalheader,nrow = 1)
+  write.table(x=columnalheader,
+              file=Second_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  write.table(x=D835YFinalMatrix,
+              file=Second_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+} else {
+  D835YFinalMatrix<- columnalheader
+  write.table(x=EmptySubHeader,
+              file=Second_unshared_motifs_table,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+  
+  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
+  columnalheader<-matrix(columnalheader,nrow = 1)
+  write.table(x=columnalheader,
+              file=Second_unshared_subbackfreq,
+              quote=FALSE, sep=",",
+              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
+}
\ No newline at end of file
--- a/all stuff/Difference finderMADE 7 TO 7 1-15-2019.R	Fri Apr 19 16:55:29 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,351 +0,0 @@
-#I should make an SOP for this.  Problems we encountered: no x in the xY motif, and the kilodemon
-#the output files have both Y and xY, they shouldn't why is that happening?  make it not happen
-#make sure that accession numbers stay locked to each motif, somehow
-#output should look just like the KALIP input
-
-#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
-FullMotifsOnly_questionmark<-"NO"
-#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
-TruncatedMotifsOnly_questionmark<-"NO"
-#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
-Are_You_Looking_For_Commonality<-"NO"
-
-
-#put the names of your input files here
-FirstSubstrateSet<- read.csv("S1.csv", stringsAsFactors=FALSE)
-Firstsubbackfreq<- read.csv("SBF1.csv", header=FALSE, stringsAsFactors=FALSE)
-
-SecondSubstrateSet<- read.csv("S2.csv", stringsAsFactors=FALSE)
-Secondsubbackfreq<- read.csv("SBF2.csv", header=FALSE, stringsAsFactors=FALSE)
-
-# ThirdSubstrateSet<- read.csv("Galaxy69-BTK_PLUS_R3_Substrates.csv", stringsAsFactors=FALSE)
-# Thirdsubbackfreq<- read.csv("Galaxy70-BTK_PLUS_R3_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-#then put the names of your output files here
-# Shared_motifs_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-substrates.csv"
-# Shared_subbackfreq_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-SubBackFreq.csv"
-
-# Shared_motifs_table<-"Shared motifs 7-27-17.csv"
-# Shared_subbackfreq_table<-"SubstrateBackgrounFrequency-for-shared-motifs 4 7-27-17.csv"
-
-First_unshared_motifs_table<-"1RS.csv"
-First_unshared_subbackfreq<-"1RSBF.csv"
-
-Second_unshared_motifs_table<-"2RS.csv"
-Second_unshared_subbackfreq<-"2RSBF.csv"
-
-# Third_unshared_motifs_table<-"R3 subs.csv"
-# Third_unshared_subbackfreq<-"R3 SBF.csv"
-
-#final note, this code is going to be unworkable if you want to make a Venn diagram of more than 3 circles.  I think I'll poke around
-#other languages to see if any of them can do it.
-####################################################################################################################################
-
-
-
-
-
-# grepl(pattern = "S", x=asdf, ignore.case = TRUE)
-
-FirstCentralLetters<-FirstSubstrateSet[,11]
-SecondCentralLetters<-SecondSubstrateSet[,11]
-
-FirstEsses<-sapply(FirstCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-FirstTees<-sapply(FirstCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-FirstWys<-sapply(FirstCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-SecondEsses<-sapply(SecondCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-SecondTees<-sapply(SecondCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-SecondWys<-sapply(SecondCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-FirstCentralLetters<-replace(FirstCentralLetters,FirstEsses,"xS")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstTees,"xT")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstWys,"xY")
-
-SecondCentralLetters<-replace(SecondCentralLetters,SecondEsses,"xS")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondTees,"xT")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondWys,"xY")
-
-FirstCentralLetters->FirstSubstrateSet[,11]
-SecondCentralLetters->SecondSubstrateSet[,11]
-
-####################################################################################################################################
-####################################################################################################################################
-# better version of this code written in C: what happens when two kinases share a motif, but they found that motif in two 
-# separate proteins thus two separate accession numbers?
-# It should actually output the shared motif and BOTH accession numbers.  Right now it does not, it only maps out the second
-# accession number.  So that needs to be fixed BUT you need to keep the commonality between a motif and its accession number
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-
-#Create the motif sets, deciding wether or not you're looking for truncated or full here
-#full only
-
-
-if (Are_You_Looking_For_Commonality=="NO"){
-  
-  ###############################################
-  #ALL motifs, full and truncated
-  
-  if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-    FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    for (i in 1:nrow(FirstSubstrateSet)){
-      FTLwtletters<-FirstSubstrateSet[i,4:18]
-      FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-      FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        FTLwtletters<-motif
-        FTLwtmotifs[i,1]<-FTLwtletters
-        FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-        
-        
-      }
-      
-    }
-    
-    D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    for (i in 1:nrow(SecondSubstrateSet)){
-      D835letters<-SecondSubstrateSet[i,4:18]
-      D835letters<-D835letters[D835letters !="XXXXX"]
-      D835letters<-paste(D835letters, sep="", collapse="")
-      leftspaces<-c()
-      rightspaces<-c()
-      
-      YYYmotif <- unlist(strsplit(D835letters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-        leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-      
-      if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        D835letters<-motif
-        D835Ymotifs[i,1]<-D835letters
-        D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      }
-    }
-    
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    
-  }
-  
-  
-  FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
-  FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
-  
-  D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
-  D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
-  
-  
-  columnalheader<-c(rep(NA,36))
-  FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(FTLwtmotifsFINAL)) {
-    AN<-00000
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Firstsubbackfreq)) {
-      AN <- as.character(Firstsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(FTLwtmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Firstsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  FTLFinalMatrix<-FTLFinalMatrix[!duplicated(FTLFinalMatrix),]
-  FTLFinalMatrix<-FTLFinalMatrix[2:nrow(FTLFinalMatrix),]
-  
-  columnalheader<-c(rep(NA,36))
-  D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  for (k in 1:length(D835YmotifsFINAL)) {
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Secondsubbackfreq)) {
-      AN <- as.character(Secondsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(D835YmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Secondsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  D835YFinalMatrix<-D835YFinalMatrix[!duplicated(D835YFinalMatrix),]
-  D835YFinalMatrix<-D835YFinalMatrix[2:nrow(D835YFinalMatrix),]
-  
-  FTLoutputmatrix<-matrix(data=c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)),ncol = 2)
-  
-  
-  FLTheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # FLTheader<-unlist(FLTheader)
-  lefthandFLT<-matrix(data = rep(NA,times=2*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  righthandFLT<-matrix(data = rep(NA,times=1*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  FLTaccessionset<-FTLoutputmatrix[,2]
-  FTLmeat<-sapply(FTLoutputmatrix[,1], strsplit, "")
-  FTLmeat<-sapply(FTLmeat, unlist)
-  colnames(FTLmeat)<-NULL
-  FTLmeat<-t(FTLmeat)
-  
-  FTLoutputmatrix2<-cbind(lefthandFLT,FLTaccessionset,FTLmeat,righthandFLT)
-  colnames(FTLoutputmatrix2)<-NULL
-  rownames(FTLoutputmatrix2)<-NULL
-  colnames(FLTheader)<-NULL
-  rownames(FLTheader)<-NULL
-  
-  
-  FirstCentralLettersAGAIN<-FTLoutputmatrix2[,11]
-  
-  FirstEsses<-sapply(FirstCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  FirstTees<-sapply(FirstCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  FirstWys<-sapply(FirstCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-  
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstEsses,"xS")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstTees,"xT")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstWys,"xY")
-  
-  FirstCentralLettersAGAIN->FTLoutputmatrix2[,11]
-  
-  FTLoutputmatrix2<-rbind(FLTheader,FTLoutputmatrix2)
-  
-  write.table(x=FTLoutputmatrix2,
-              file=First_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=FTLFinalMatrix,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  ############################################################################################################
-  
-  D835Youtputmatrix<-matrix(data=c(D835YmotifsFINAL,names(D835YmotifsFINAL)),ncol = 2)
-  
-  D835Yheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # D835Yheader<-unlist(D835Yheader)
-  lefthandD835<-matrix(data = rep(NA,times=2*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  righthandD835<-matrix(data = rep(NA,times=1*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  D835Yaset<-D835Youtputmatrix[,2]
-  D835meat<-sapply(D835Youtputmatrix[,1], strsplit, "")
-  D835meat<-sapply(D835meat, unlist)
-  colnames(D835meat)<-NULL
-  D835meat<-t(D835meat)
-  
-  D835Youtputmatrix2<-cbind(lefthandD835,D835Yaset,D835meat,righthandD835)
-  colnames(D835Youtputmatrix2)<-NULL
-  rownames(D835Youtputmatrix2)<-NULL
-  colnames(D835Yheader)<-NULL
-  rownames(D835Yheader)<-NULL
-  
-  
-  SecondCentralLettersAGAIN<-D835Youtputmatrix2[,11]
-  
-  SecondEsses<-sapply(SecondCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  SecondTees<-sapply(SecondCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  SecondWys<-sapply(SecondCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-  
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondEsses,"xS")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondTees,"xT")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondWys,"xY")
-  
-  SecondCentralLettersAGAIN->D835Youtputmatrix2[,11]
-  
-  D835Youtputmatrix2<-rbind(D835Yheader,D835Youtputmatrix2)
-  
-  write.table(x=D835Youtputmatrix2,
-              file=Second_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,nrow = 1)
-  write.table(x=columnalheader,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  write.table(x=D835YFinalMatrix,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-}
-
--- a/all stuff/Difference finderMADE 7 TO 7 fastversion 2-14-2019.R	Fri Apr 19 16:55:29 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,453 +0,0 @@
-#I should make an SOP for this.  Problems we encountered: no x in the xY motif, and the kilodemon
-#the output files have both Y and xY, they shouldn't why is that happening?  make it not happen
-#make sure that accession numbers stay locked to each motif, somehow
-#output should look just like the KALIP input
-#S2 is negatives
-#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
-FullMotifsOnly_questionmark<-"NO"
-#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
-TruncatedMotifsOnly_questionmark<-"NO"
-#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
-Are_You_Looking_For_Commonality<-"NO"
-
-
-#put the names of your input files here
-FirstSubstrateSet<- read.csv("Substrates 1A TiO2 and FeNTA no duplicates.csv", stringsAsFactors=FALSE)
-Firstsubbackfreq<- read.csv("SBF 1A TiO2 and FeNTA no duplicates.csv", header=FALSE, stringsAsFactors=FALSE)
-
-SecondSubstrateSet<- read.csv("Substrates 1B TiO2 and FeNTA no duplicates.csv", stringsAsFactors=FALSE)
-Secondsubbackfreq<- read.csv("SBF 1B TiO2 and FeNTA no duplicates.csv", header=FALSE, stringsAsFactors=FALSE)
-
-# ThirdSubstrateSet<- read.csv("Galaxy69-BTK_PLUS_R3_Substrates.csv", stringsAsFactors=FALSE)
-# Thirdsubbackfreq<- read.csv("Galaxy70-BTK_PLUS_R3_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-#then put the names of your output files here
-# Shared_motifs_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-substrates.csv"
-# Shared_subbackfreq_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-SubBackFreq.csv"
-
-# Shared_motifs_table<-"Shared motifs 7-27-17.csv"
-# Shared_subbackfreq_table<-"SubstrateBackgrounFrequency-for-shared-motifs 4 7-27-17.csv"
-
-First_unshared_motifs_table<-"pka_minus_wo-plus_wo_vector_subs.csv"
-First_unshared_subbackfreq<-"pka_minus_wo-plus_wo_vector_sbf.csv"
-
-Second_unshared_motifs_table<-"pka_plus_wo-minus_wo_vector_subs.csv"
-Second_unshared_subbackfreq<-"pka_plus_wo-minus_wo_vector_sbf.csv"
-
-# Third_unshared_motifs_table<-"R3 subs.csv"
-# Third_unshared_subbackfreq<-"R3 SBF.csv"
-
-#final note, this code is going to be unworkable if you want to make a Venn diagram of more than 3 circles.  I think I'll poke around
-#other languages to see if any of them can do it.
-####################################################################################################################################
-
-
-
-
-
-# grepl(pattern = "S", x=asdf, ignore.case = TRUE)
-
-FirstCentralLetters<-FirstSubstrateSet[,11]
-SecondCentralLetters<-SecondSubstrateSet[,11]
-
-FirstEsses<-sapply(FirstCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-FirstTees<-sapply(FirstCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-FirstWys<-sapply(FirstCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-SecondEsses<-sapply(SecondCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-SecondTees<-sapply(SecondCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-SecondWys<-sapply(SecondCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-FirstCentralLetters<-replace(FirstCentralLetters,FirstEsses,"xS")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstTees,"xT")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstWys,"xY")
-
-SecondCentralLetters<-replace(SecondCentralLetters,SecondEsses,"xS")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondTees,"xT")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondWys,"xY")
-
-FirstCentralLetters->FirstSubstrateSet[,11]
-SecondCentralLetters->SecondSubstrateSet[,11]
-
-####################################################################################################################################
-####################################################################################################################################
-# better version of this code written in C: what happens when two kinases share a motif, but they found that motif in two 
-# separate proteins thus two separate accession numbers?
-# It should actually output the shared motif and BOTH accession numbers.  Right now it does not, it only maps out the second
-# accession number.  So that needs to be fixed BUT you need to keep the commonality between a motif and its accession number
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-
-#Create the motif sets, deciding wether or not you're looking for truncated or full here
-#full only
-
-
-if (Are_You_Looking_For_Commonality=="NO"){
-  
-  ###############################################
-  #ALL motifs, full and truncated
-  
-  if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-    # FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    # FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    #so what this does is
-    #find the central phospho position and add spaces to either side of it
-    #create a pasted together motif which will be used for difference finding
-    #keep motifs and accession numbers in the same index position of two vectors
-    
-    #so instead just take the FLTwt[i,4:18], and replace "" with "O"
-    #then perform paste function
-    #then FLTwt with "O" can be the motif that will get printed to the CSV (after re-removing the "O") and the pasted motif is in its own vector that follows the A #s
-    
-    FTLwtmotifs<-FirstSubstrateSet[,4:18]
-    # FTLwtmotifs<-sapply(FTLwtmotifs, gsub, pattern=" ", replacement="O",ignore.case=TRUE)
-    FTLwtmotifs<-replace(FTLwtmotifs, FTLwtmotifs=="", "O")
-    FTLwtmotifs<-apply(FTLwtmotifs, 1, paste, sep="", collapse="")
-    FTLwtAccessionNumbers<-FirstSubstrateSet[,3]
-    
-    # D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    # D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    D835Ymotifs<-SecondSubstrateSet[,4:18]
-    # D835Ymotifs<-sapply(D835Ymotifs, gsub, patter="", replacement="O",ignore.case=TRUE)
-    D835Ymotifs<-replace(D835Ymotifs, D835Ymotifs=="", "O")
-    D835Ymotifs<-replace(D835Ymotifs, D835Ymotifs=="", "O")
-    D835Ymotifs<-apply(D835Ymotifs, 1, paste, sep="", collapse="")
-    D835YAccessionNumbers<-SecondSubstrateSet[,3]
-    
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    
-  }
-  
-  
-  FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
-  FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
-  
-  D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
-  D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
-  
-  
-  
-  # columnalheader<-c(rep(NA,36))
-  # FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  # 
-  #how to make this an apply
-  #actual first turn names(motifsFINAL) into a vector, then gsub to replace all "|" pipe characters with "*" star characters
-  #first take the accession numbers as Firstsubbackfreq[1,], then gsub to replace all "|" pipe characters with "*" star characters
-  #then use AccessionNumbers as a vector and use 
-  #matches <- unique (grep(paste(toMatch,collapse="|"), names(motifsFINAL), value=TRUE))
-  
-  FLTwtNames<-names(FTLwtmotifsFINAL)
-  FLTwtNames<-FLTwtNames[!duplicated(FLTwtNames)]
-  #the problem is the names includes a lot of things that are multi names separated by ;
-  #I need to do soem paper writing and poster writing
-  
-  FLTwtNames<-gsub(pattern = '\\|', replacement = "*", x=FLTwtNames)
-  FLTwtNames<-paste(FLTwtNames,collapse = "|")
-  
-  AccNums<-as.character(Firstsubbackfreq[1,])
-  AccNums<-gsub(pattern = "\\|", replacement = "*", x=AccNums)
-  
-  
-  firstthree123<-gsub(pattern = "\\|", replacement = "", x=FLTwtNames)
-  lastthree123<-gsub(pattern = "\\|", replacement = "", x=AccNums)
-
-  pasty<-paste(lastthree123,collapse = "|")
-  
-  my_matches<-unique(grep(pattern = FLTwtNames, x=AccNums, value = TRUE))
-  # matches <- unique (grep(paste(FLTwtNames,collapse="|"), AccNums, value=TRUE))
-  My_matches<- AccNums %in% FLTwtNames #use apply grep function
-  My_matches<-grep(pattern = pasty, x=firstthree123, ignore.case = TRUE)
-  sensation<-firstthree123[My_matches]
-  what<-firstthree123[!firstthree123 %in% sensation]
-  
-  #my matches are which columns in the SBF file still have a motif with them
-  FirstFINALSBF<-Firstsubbackfreq[My_matches]
-  FTLFinalMatrix<-FirstFINALSBF
-  duped<-FTLFinalMatrix[1,]
-  duped<-duped[!duplicated(duped)]
-  names(duped)<-NULL
-  duped<-unlist(duped)
-  unduped<-FTLFinalMatrix[,!duplicated(duped)]
-  FTLFinalMatrix<-unduped
-  # FTLFinalMatrix<-FTLFinalMatrix[2:nrow(FTLFinalMatrix),]
-  
-  # columnalheader<-c(rep(NA,36))
-  # D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  D835names<-names(D835YmotifsFINAL)
-  D835names<-D835names[!duplicated(D835names)]
-  AccNums<-as.character(Secondsubbackfreq[1,])
-  My_matches<-AccNums %in% D835names
-  SecondFINALSBF<-Secondsubbackfreq[My_matches]
-  D835YFinalMatrix<-SecondFINALSBF
-  duped<-D835YFinalMatrix[1,]
-  duped<-duped[!duplicated(duped)]
-  names(duped)<-NULL
-  duped<-unlist(duped)
-  unduped<-D835YFinalMatrix[,!duplicated(duped)]
-  D835YFinalMatrix<-unduped
-  #there's a problem, accession numbers are duplicated
-  
-  # FTLoutputmatrix<-matrix(data=c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)),ncol = 2)
-  
-  FTLwtmotifsFINAL<-gsub(pattern = "O", replacement = " ", x=FTLwtmotifsFINAL)
-  FTLwtmotifsFINAL<-gsub(pattern = "x", replacement = "", x=FTLwtmotifsFINAL)
-  FTLoutputmatrix<-matrix(data = c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)), ncol=2)
-  
-  # FTLwtmotifsFINAL<-gsub(pattern = "O", replacement = " ", x=FTLwtmotifsFINAL)
-  # FTLwtmotifsFINAL<-gsub(pattern = "x", replacement = "", x=FTLwtmotifsFINAL)
-  # FTLoutputmatrix<-matrix(data = c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)), ncol=2)
-  
-  FLTheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # FLTheader<-unlist(FLTheader)
-  lefthandFLT<-matrix(data = rep(NA,times=2*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  righthandFLT<-matrix(data = rep(NA,times=1*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  FLTaccessionset<-FTLoutputmatrix[,2]
-  FTLmeat<-sapply(FTLoutputmatrix[,1], strsplit, "")
-  FTLmeat<-sapply(FTLmeat, unlist)
-  colnames(FTLmeat)<-NULL
-  FTLmeat<-t(FTLmeat)
-  
-  FTLoutputmatrix2<-cbind(lefthandFLT,FLTaccessionset,FTLmeat,righthandFLT)
-  colnames(FTLoutputmatrix2)<-NULL
-  rownames(FTLoutputmatrix2)<-NULL
-  colnames(FLTheader)<-NULL
-  rownames(FLTheader)<-NULL
-  
-  
-  FirstCentralLettersAGAIN<-FTLoutputmatrix2[,11]
-  
-  FirstEsses<-sapply(FirstCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  FirstTees<-sapply(FirstCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  FirstWys<-sapply(FirstCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-  
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstEsses,"xS")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstTees,"xT")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstWys,"xY")
-  
-  FirstCentralLettersAGAIN->FTLoutputmatrix2[,11]
-  
-  FTLoutputmatrix2<-rbind(FLTheader,FTLoutputmatrix2)
-  
-  write.table(x=FTLoutputmatrix2,
-              file=First_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,ncol = 1)
-  # write.table(x=columnalheader,
-  #             file=First_unshared_subbackfreq,
-  #             quote=FALSE, sep=",",
-  #             row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  FTLFinalMatrix<-cbind(columnalheader,FTLFinalMatrix)
-  
-  write.table(x=FTLFinalMatrix,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  ############################################################################################################
-  
-  D835YmotifsFINAL<-gsub(pattern = "O", replacement = " ", x=D835YmotifsFINAL)
-  D835YmotifsFINAL<-gsub(pattern = "x", replacement = "", x=D835YmotifsFINAL)
-  D835Youtputmatrix<-matrix(data = c(D835YmotifsFINAL,names(D835YmotifsFINAL)), ncol=2)
-  
-  # D835YmotifsFINAL<-gsub(pattern = "O", replacement = " ", x=D835YoutputmatrixL)
-  # D835YmotifsFINAL<-gsub(pattern = "x", replacement = "", x=D835Youtputmatrix)
-  # D835Youtputmatrix<-matrix(data = c(D835Youtputmatrix,names(D835Youtputmatrix)), ncol=2)
-  # 
-
-  # D835Youtputmatrix<-matrix(data=c(D835YmotifsFINAL,names(D835YmotifsFINAL)),ncol = 2)
-  
-  D835Yheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # D835Yheader<-unlist(D835Yheader)
-  lefthandD835<-matrix(data = rep(NA,times=2*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  righthandD835<-matrix(data = rep(NA,times=1*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  D835Yaset<-D835Youtputmatrix[,2]
-  D835meat<-sapply(D835Youtputmatrix[,1], strsplit, "")
-  D835meat<-sapply(D835meat, unlist)
-  colnames(D835meat)<-NULL
-  D835meat<-t(D835meat)
-
-  # FTLmeat<-sapply(FTLoutputmatrix[,1], strsplit, "")
-  # FTLmeat<-sapply(FTLmeat, unlist)
-  # colnames(FTLmeat)<-NULL
-  # FTLmeat<-t(FTLmeat)
-
-
-  D835Youtputmatrix2<-cbind(lefthandD835,D835Yaset,D835meat,righthandD835)
-  colnames(D835Youtputmatrix2)<-NULL
-  rownames(D835Youtputmatrix2)<-NULL
-  colnames(D835Yheader)<-NULL
-  rownames(D835Yheader)<-NULL
-
-
-  SecondCentralLettersAGAIN<-D835Youtputmatrix2[,11]
-
-  SecondEsses<-sapply(SecondCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  SecondTees<-sapply(SecondCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  SecondWys<-sapply(SecondCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondEsses,"xS")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondTees,"xT")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondWys,"xY")
-
-  SecondCentralLettersAGAIN->D835Youtputmatrix2[,11]
-
-  D835Youtputmatrix2<-rbind(D835Yheader,D835Youtputmatrix2)
-
-  write.table(x=D835Youtputmatrix2,
-              file=Second_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,ncol = 1)
-  # write.table(x=columnalheader,
-  #             file=Second_unshared_subbackfreq,
-  #             quote=FALSE, sep=",",
-  #             row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  D835YFinalMatrix<-cbind(columnalheader,D835YFinalMatrix)
-  
-  write.table(x=D835YFinalMatrix,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-}
-
-
-
-#  for (i in 1:nrow(FirstSubstrateSet)){
-#   FTLwtletters<-FirstSubstrateSet[i,4:18]
-#   FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-#   FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-#   leftspaces<-c()
-#   rightspaces<-c()
-#   
-#   YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-#   YYYposition <- match(x = "x", table = YYYmotif)
-#   #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-#   #just 3 letters to the left of x
-#   
-#   YYYLettersToTheLeft <- YYYposition - 1
-#   #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-#   #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-#   YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-#   #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-#   #variable the user puts in is
-#   
-#   
-#   if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-#     leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-#     rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-#     #add blank spaces if the motif has less than 4 letters to the left/right
-#     motif<-c(leftspaces,YYYmotif,rightspaces)
-#     #save that motif, which is the Y and +/- 4 amino acids, including truncation
-#     motif<-motif[!motif %in% "x"]
-#     motif<-paste(motif, sep="", collapse="")
-#     FTLwtletters<-motif
-#     FTLwtmotifs[i,1]<-FTLwtletters
-#     FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-#   }
-#   
-#   if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-#     motif<-YYYmotif
-#     #add blank spaces if the motif has less than 4 letters to the left/right
-#     motif<-c(leftspaces,YYYmotif,rightspaces)
-#     #save that motif, which is the Y and +/- 4 amino acids, including truncation
-#     motif<-motif[!motif %in% "x"]
-#     motif<-paste(motif, sep="", collapse="")
-#     FTLwtletters<-motif
-#     FTLwtmotifs[i,1]<-FTLwtletters
-#     FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-#     
-#     
-#   }
-#   
-# }
-
-
-
-# for (i in 1:nrow(SecondSubstrateSet)){
-#   D835letters<-SecondSubstrateSet[i,4:18]
-#   D835letters<-D835letters[D835letters !="XXXXX"]
-#   D835letters<-paste(D835letters, sep="", collapse="")
-#   leftspaces<-c()
-#   rightspaces<-c()
-#   
-#   YYYmotif <- unlist(strsplit(D835letters, split = ""))
-#   YYYposition <- match(x = "x", table = YYYmotif)
-#   #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-#   #just 3 letters to the left of x
-#   
-#   YYYLettersToTheLeft <- YYYposition - 1
-#   #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-#   #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-#   YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-#   #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-#   #variable the user puts in is
-#   if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-#     leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-#     rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-#     #add blank spaces if the motif has less than 4 letters to the left/right
-#     motif<-c(leftspaces,YYYmotif,rightspaces)
-#     #save that motif, which is the Y and +/- 4 amino acids, including truncation
-#     motif<-motif[!motif %in% "x"]
-#     motif<-paste(motif, sep="", collapse="")
-#     D835letters<-motif
-#     D835Ymotifs[i,1]<-D835letters
-#     D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-#   }
-#   
-#   if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-#     motif<-YYYmotif
-#     #add blank spaces if the motif has less than 4 letters to the left/right
-#     motif<-c(leftspaces,YYYmotif,rightspaces)
-#     #save that motif, which is the Y and +/- 4 amino acids, including truncation
-#     motif<-motif[!motif %in% "x"]
-#     motif<-paste(motif, sep="", collapse="")
-#     D835letters<-motif
-#     D835Ymotifs[i,1]<-D835letters
-#     D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-#   }
-# }
-
-# for (k in 1:length(FTLwtmotifsFINAL)) {
-#   AN<-00000
-#   #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#   #destroyed immediately after use
-#   for (m in 1:ncol(Firstsubbackfreq)) {
-#     AN <- as.character(Firstsubbackfreq[1, m])
-#     if (grepl(pattern = AN,
-#               x = names(FTLwtmotifsFINAL[k]),
-#               fixed = TRUE) == TRUE) {
-#       outputmatrix <- as.character(Firstsubbackfreq[, m])
-#       outputmatrix <- matrix(outputmatrix, nrow = 1)
-#       #with that accession number, find a match in the subbackfreq file and save it here
-#       FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
-#     }
-#   }
-# }
-# for (k in 1:length(D835YmotifsFINAL)) {
-#   #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#   #destroyed immediately after use
-#   for (m in 1:ncol(Secondsubbackfreq)) {
-#     AN <- as.character(Secondsubbackfreq[1, m])
-#     if (grepl(pattern = AN,
-#               x = names(D835YmotifsFINAL[k]),
-#               fixed = TRUE) == TRUE) {
-#       outputmatrix <- as.character(Secondsubbackfreq[, m])
-#       outputmatrix <- matrix(outputmatrix, nrow = 1)
-#       #with that accession number, find a match in the subbackfreq file and save it here
-#       D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
-#     }
-#   }
-# }
\ No newline at end of file
--- a/all stuff/Difference finderMADE 7 TO 7 fastversion.R	Fri Apr 19 16:55:29 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,451 +0,0 @@
-#I should make an SOP for this.  Problems we encountered: no x in the xY motif, and the kilodemon
-#the output files have both Y and xY, they shouldn't why is that happening?  make it not happen
-#make sure that accession numbers stay locked to each motif, somehow
-#output should look just like the KALIP input
-#S2 is negatives
-#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
-FullMotifsOnly_questionmark<-"NO"
-#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
-TruncatedMotifsOnly_questionmark<-"NO"
-#if you want to find the overlap, put a "YES" here (all caps), if you want to find the non-overlap, put "NO" (all caps)
-Are_You_Looking_For_Commonality<-"NO"
-
-
-#put the names of your input files here
-FirstSubstrateSet<- read.csv("pka_minus_wo_vector_subs.csv", stringsAsFactors=FALSE)
-Firstsubbackfreq<- read.csv("pka_minus_wo_vector_sbf.csv", header=FALSE, stringsAsFactors=FALSE)
-
-SecondSubstrateSet<- read.csv("pka_plus_wo_vector_substrates.csv", stringsAsFactors=FALSE)
-Secondsubbackfreq<- read.csv("pka_plus_wo_vector_sbf.csv", header=FALSE, stringsAsFactors=FALSE)
-
-# ThirdSubstrateSet<- read.csv("Galaxy69-BTK_PLUS_R3_Substrates.csv", stringsAsFactors=FALSE)
-# Thirdsubbackfreq<- read.csv("Galaxy70-BTK_PLUS_R3_SubstrateBackgroundFrequency.csv", header=FALSE, stringsAsFactors=FALSE)
-
-#then put the names of your output files here
-# Shared_motifs_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-substrates.csv"
-# Shared_subbackfreq_table<-"180719_GALAXY-BTK-plus-rep-OVLP-7to7-SubBackFreq.csv"
-
-# Shared_motifs_table<-"Shared motifs 7-27-17.csv"
-# Shared_subbackfreq_table<-"SubstrateBackgrounFrequency-for-shared-motifs 4 7-27-17.csv"
-
-First_unshared_motifs_table<-"pka_minus_wo-plus_wo_vector_subs.csv"
-First_unshared_subbackfreq<-"pka_minus_wo-plus_wo_vector_sbf.csv"
-
-Second_unshared_motifs_table<-"pka_plus_wo-minus_wo_vector_subs.csv"
-Second_unshared_subbackfreq<-"pka_plus_wo-minus_wo_vector_sbf.csv"
-
-# Third_unshared_motifs_table<-"R3 subs.csv"
-# Third_unshared_subbackfreq<-"R3 SBF.csv"
-
-#final note, this code is going to be unworkable if you want to make a Venn diagram of more than 3 circles.  I think I'll poke around
-#other languages to see if any of them can do it.
-####################################################################################################################################
-
-
-
-
-
-# grepl(pattern = "S", x=asdf, ignore.case = TRUE)
-
-FirstCentralLetters<-FirstSubstrateSet[,11]
-SecondCentralLetters<-SecondSubstrateSet[,11]
-
-FirstEsses<-sapply(FirstCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-FirstTees<-sapply(FirstCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-FirstWys<-sapply(FirstCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-SecondEsses<-sapply(SecondCentralLetters, grepl, pattern="S", ignore.case=TRUE)
-SecondTees<-sapply(SecondCentralLetters, grepl, pattern="T", ignore.case=TRUE)
-SecondWys<-sapply(SecondCentralLetters, grepl, pattern="Y", ignore.case=TRUE)
-
-FirstCentralLetters<-replace(FirstCentralLetters,FirstEsses,"xS")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstTees,"xT")
-FirstCentralLetters<-replace(FirstCentralLetters,FirstWys,"xY")
-
-SecondCentralLetters<-replace(SecondCentralLetters,SecondEsses,"xS")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondTees,"xT")
-SecondCentralLetters<-replace(SecondCentralLetters,SecondWys,"xY")
-
-FirstCentralLetters->FirstSubstrateSet[,11]
-SecondCentralLetters->SecondSubstrateSet[,11]
-
-####################################################################################################################################
-####################################################################################################################################
-# better version of this code written in C: what happens when two kinases share a motif, but they found that motif in two 
-# separate proteins thus two separate accession numbers?
-# It should actually output the shared motif and BOTH accession numbers.  Right now it does not, it only maps out the second
-# accession number.  So that needs to be fixed BUT you need to keep the commonality between a motif and its accession number
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-####################################################################################################################################
-
-#Create the motif sets, deciding wether or not you're looking for truncated or full here
-#full only
-
-
-if (Are_You_Looking_For_Commonality=="NO"){
-  
-  ###############################################
-  #ALL motifs, full and truncated
-  
-  if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-    # FTLwtmotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    # FTLwtAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-    
-    #so what this does is
-    #find the central phospho position and add spaces to either side of it
-    #create a pasted together motif which will be used for difference finding
-    #keep motifs and accession numbers in the same index position of two vectors
-    
-    #so instead just take the FLTwt[i,4:18], and replace "" with "O"
-    #then perform paste function
-    #then FLTwt with "O" can be the motif that will get printed to the CSV (after re-removing the "O") and the pasted motif is in its own vector that follows the A #s
-    
-    FTLwtmotifs<-FirstSubstrateSet[,4:18]
-    # FTLwtmotifs<-sapply(FTLwtmotifs, gsub, pattern=" ", replacement="O",ignore.case=TRUE)
-    FTLwtmotifs<-replace(FTLwtmotifs, FTLwtmotifs=="", "O")
-    FTLwtmotifs<-apply(FTLwtmotifs, 1, paste, sep="", collapse="")
-    FTLwtAccessionNumbers<-FirstSubstrateSet[,3]
-    
-    # D835Ymotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-    # D835YAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-    
-    D835Ymotifs<-SecondSubstrateSet[,4:18]
-    # D835Ymotifs<-sapply(D835Ymotifs, gsub, patter="", replacement="O",ignore.case=TRUE)
-    D835Ymotifs<-replace(D835Ymotifs, D835Ymotifs=="", "O")
-    D835Ymotifs<-replace(D835Ymotifs, D835Ymotifs=="", "O")
-    D835Ymotifs<-apply(D835Ymotifs, 1, paste, sep="", collapse="")
-    D835YAccessionNumbers<-SecondSubstrateSet[,3]
-    
-    names(FTLwtmotifs)<-FTLwtAccessionNumbers
-    names(D835Ymotifs)<-D835YAccessionNumbers
-    
-  }
-  
-  
-  FTLwtmotifsFINAL<-FTLwtmotifs[!FTLwtmotifs %in% D835Ymotifs]
-  FTLwtmotifsFINAL<-FTLwtmotifsFINAL[!duplicated(FTLwtmotifsFINAL)]
-  
-  D835YmotifsFINAL<-D835Ymotifs[!D835Ymotifs %in% FTLwtmotifs]
-  D835YmotifsFINAL<-D835YmotifsFINAL[!duplicated(D835YmotifsFINAL)]
-  
-  
-  
-  # columnalheader<-c(rep(NA,36))
-  # FTLFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  # 
-  #how to make this an apply
-  #actual first turn names(motifsFINAL) into a vector, then gsub to replace all "|" pipe characters with "*" star characters
-  #first take the accession numbers as Firstsubbackfreq[1,], then gsub to replace all "|" pipe characters with "*" star characters
-  #then use AccessionNumbers as a vector and use 
-  #matches <- unique (grep(paste(toMatch,collapse="|"), names(motifsFINAL), value=TRUE))
-  
-  FLTwtNames<-names(FTLwtmotifsFINAL)
-  FLTwtNames<-FLTwtNames[!duplicated(FLTwtNames)]
-  #the problem is the names includes a lot of things that are multi names separated by ;
-  #I need to do soem paper writing and poster writing
-  
-  # FLTwtNames<-gsub(pattern = '\\|', replacement = "*", x=FLTwtNames)
-  # FLTwtNames<-paste(FLTwtNames,collapse = "|")
-  
-  AccNums<-as.character(Firstsubbackfreq[1,])
-  # AccNums<-gsub(pattern = "\\|", replacement = "*", x=AccNums)
-  
-  
-  firstthree123<-gsub(pattern = "\\|", replacement = "", x=FLTwtNames)
-  lastthree123<-gsub(pattern = "\\|", replacement = "", x=AccNums)
-
-  pasty<-paste(lastthree123,collapse = "|")
-  
-  # my_matches<-unique(grep(pattern = FLTwtNames, x=AccNums, value = TRUE))
-  # matches <- unique (grep(paste(FLTwtNames,collapse="|"), AccNums, value=TRUE))
-  My_matches<- AccNums %in% FLTwtNames #use apply grep function
-  # My_matches<-grep(pattern = pasty, x=lastthree123, ignore.case = TRUE)
-  
-  #my matches are which columns in the SBF file still have a motif with them
-  FirstFINALSBF<-Firstsubbackfreq[My_matches]
-  FTLFinalMatrix<-FirstFINALSBF
-  duped<-FTLFinalMatrix[1,]
-  duped<-duped[!duplicated(duped)]
-  names(duped)<-NULL
-  duped<-unlist(duped)
-  unduped<-FTLFinalMatrix[,!duplicated(duped)]
-  FTLFinalMatrix<-unduped
-  # FTLFinalMatrix<-FTLFinalMatrix[2:nrow(FTLFinalMatrix),]
-  
-  # columnalheader<-c(rep(NA,36))
-  # D835YFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-  
-  D835names<-names(D835YmotifsFINAL)
-  D835names<-D835names[!duplicated(D835names)]
-  AccNums<-as.character(Secondsubbackfreq[1,])
-  My_matches<-AccNums %in% D835names
-  SecondFINALSBF<-Secondsubbackfreq[My_matches]
-  D835YFinalMatrix<-SecondFINALSBF
-  duped<-D835YFinalMatrix[1,]
-  duped<-duped[!duplicated(duped)]
-  names(duped)<-NULL
-  duped<-unlist(duped)
-  unduped<-D835YFinalMatrix[,!duplicated(duped)]
-  D835YFinalMatrix<-unduped
-  #there's a problem, accession numbers are duplicated
-  
-  # FTLoutputmatrix<-matrix(data=c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)),ncol = 2)
-  
-  FTLwtmotifsFINAL<-gsub(pattern = "O", replacement = " ", x=FTLwtmotifsFINAL)
-  FTLwtmotifsFINAL<-gsub(pattern = "x", replacement = "", x=FTLwtmotifsFINAL)
-  FTLoutputmatrix<-matrix(data = c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)), ncol=2)
-  
-  # FTLwtmotifsFINAL<-gsub(pattern = "O", replacement = " ", x=FTLwtmotifsFINAL)
-  # FTLwtmotifsFINAL<-gsub(pattern = "x", replacement = "", x=FTLwtmotifsFINAL)
-  # FTLoutputmatrix<-matrix(data = c(FTLwtmotifsFINAL,names(FTLwtmotifsFINAL)), ncol=2)
-  
-  FLTheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # FLTheader<-unlist(FLTheader)
-  lefthandFLT<-matrix(data = rep(NA,times=2*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  righthandFLT<-matrix(data = rep(NA,times=1*nrow(FTLoutputmatrix)),nrow=nrow(FTLoutputmatrix))
-  FLTaccessionset<-FTLoutputmatrix[,2]
-  FTLmeat<-sapply(FTLoutputmatrix[,1], strsplit, "")
-  FTLmeat<-sapply(FTLmeat, unlist)
-  colnames(FTLmeat)<-NULL
-  FTLmeat<-t(FTLmeat)
-  
-  FTLoutputmatrix2<-cbind(lefthandFLT,FLTaccessionset,FTLmeat,righthandFLT)
-  colnames(FTLoutputmatrix2)<-NULL
-  rownames(FTLoutputmatrix2)<-NULL
-  colnames(FLTheader)<-NULL
-  rownames(FLTheader)<-NULL
-  
-  
-  FirstCentralLettersAGAIN<-FTLoutputmatrix2[,11]
-  
-  FirstEsses<-sapply(FirstCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  FirstTees<-sapply(FirstCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  FirstWys<-sapply(FirstCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-  
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstEsses,"xS")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstTees,"xT")
-  FirstCentralLettersAGAIN<-replace(FirstCentralLettersAGAIN,FirstWys,"xY")
-  
-  FirstCentralLettersAGAIN->FTLoutputmatrix2[,11]
-  
-  FTLoutputmatrix2<-rbind(FLTheader,FTLoutputmatrix2)
-  
-  write.table(x=FTLoutputmatrix2,
-              file=First_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,ncol = 1)
-  # write.table(x=columnalheader,
-  #             file=First_unshared_subbackfreq,
-  #             quote=FALSE, sep=",",
-  #             row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  FTLFinalMatrix<-cbind(columnalheader,FTLFinalMatrix)
-  
-  write.table(x=FTLFinalMatrix,
-              file=First_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  ############################################################################################################
-  
-  D835YmotifsFINAL<-gsub(pattern = "O", replacement = " ", x=D835YmotifsFINAL)
-  D835YmotifsFINAL<-gsub(pattern = "x", replacement = "", x=D835YmotifsFINAL)
-  D835Youtputmatrix<-matrix(data = c(D835YmotifsFINAL,names(D835YmotifsFINAL)), ncol=2)
-  
-  # D835YmotifsFINAL<-gsub(pattern = "O", replacement = " ", x=D835YoutputmatrixL)
-  # D835YmotifsFINAL<-gsub(pattern = "x", replacement = "", x=D835Youtputmatrix)
-  # D835Youtputmatrix<-matrix(data = c(D835Youtputmatrix,names(D835Youtputmatrix)), ncol=2)
-  # 
-
-  # D835Youtputmatrix<-matrix(data=c(D835YmotifsFINAL,names(D835YmotifsFINAL)),ncol = 2)
-  
-  D835Yheader<-c("Substrate","Species","Reference","-7","-6","-5","-4","-3","-2","-1","0","1","2","3","4","5","6","7","Phosphite")
-  # D835Yheader<-unlist(D835Yheader)
-  lefthandD835<-matrix(data = rep(NA,times=2*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  righthandD835<-matrix(data = rep(NA,times=1*nrow(D835Youtputmatrix)),nrow=nrow(D835Youtputmatrix))
-  D835Yaset<-D835Youtputmatrix[,2]
-  D835meat<-sapply(D835Youtputmatrix[,1], strsplit, "")
-  D835meat<-sapply(D835meat, unlist)
-  colnames(D835meat)<-NULL
-  D835meat<-t(D835meat)
-
-  # FTLmeat<-sapply(FTLoutputmatrix[,1], strsplit, "")
-  # FTLmeat<-sapply(FTLmeat, unlist)
-  # colnames(FTLmeat)<-NULL
-  # FTLmeat<-t(FTLmeat)
-
-
-  D835Youtputmatrix2<-cbind(lefthandD835,D835Yaset,D835meat,righthandD835)
-  colnames(D835Youtputmatrix2)<-NULL
-  rownames(D835Youtputmatrix2)<-NULL
-  colnames(D835Yheader)<-NULL
-  rownames(D835Yheader)<-NULL
-
-
-  SecondCentralLettersAGAIN<-D835Youtputmatrix2[,11]
-
-  SecondEsses<-sapply(SecondCentralLettersAGAIN, grepl, pattern="S", ignore.case=TRUE)
-  SecondTees<-sapply(SecondCentralLettersAGAIN, grepl, pattern="T", ignore.case=TRUE)
-  SecondWys<-sapply(SecondCentralLettersAGAIN, grepl, pattern="Y", ignore.case=TRUE)
-
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondEsses,"xS")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondTees,"xT")
-  SecondCentralLettersAGAIN<-replace(SecondCentralLettersAGAIN,SecondWys,"xY")
-
-  SecondCentralLettersAGAIN->D835Youtputmatrix2[,11]
-
-  D835Youtputmatrix2<-rbind(D835Yheader,D835Youtputmatrix2)
-
-  write.table(x=D835Youtputmatrix2,
-              file=Second_unshared_motifs_table,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  columnalheader<-c("Accession Numbers",as.character(Firstsubbackfreq[1:35,1]))
-  columnalheader<-matrix(columnalheader,ncol = 1)
-  # write.table(x=columnalheader,
-  #             file=Second_unshared_subbackfreq,
-  #             quote=FALSE, sep=",",
-  #             row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-  
-  D835YFinalMatrix<-cbind(columnalheader,D835YFinalMatrix)
-  
-  write.table(x=D835YFinalMatrix,
-              file=Second_unshared_subbackfreq,
-              quote=FALSE, sep=",",
-              row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-}
-
-
-
-#  for (i in 1:nrow(FirstSubstrateSet)){
-#   FTLwtletters<-FirstSubstrateSet[i,4:18]
-#   FTLwtletters<-FTLwtletters[FTLwtletters !="XXXXX"]
-#   FTLwtletters<-paste(FTLwtletters, sep="", collapse="")
-#   leftspaces<-c()
-#   rightspaces<-c()
-#   
-#   YYYmotif <- unlist(strsplit(FTLwtletters, split = ""))
-#   YYYposition <- match(x = "x", table = YYYmotif)
-#   #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-#   #just 3 letters to the left of x
-#   
-#   YYYLettersToTheLeft <- YYYposition - 1
-#   #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-#   #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-#   YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-#   #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-#   #variable the user puts in is
-#   
-#   
-#   if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-#     leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-#     rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-#     #add blank spaces if the motif has less than 4 letters to the left/right
-#     motif<-c(leftspaces,YYYmotif,rightspaces)
-#     #save that motif, which is the Y and +/- 4 amino acids, including truncation
-#     motif<-motif[!motif %in% "x"]
-#     motif<-paste(motif, sep="", collapse="")
-#     FTLwtletters<-motif
-#     FTLwtmotifs[i,1]<-FTLwtletters
-#     FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-#   }
-#   
-#   if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-#     motif<-YYYmotif
-#     #add blank spaces if the motif has less than 4 letters to the left/right
-#     motif<-c(leftspaces,YYYmotif,rightspaces)
-#     #save that motif, which is the Y and +/- 4 amino acids, including truncation
-#     motif<-motif[!motif %in% "x"]
-#     motif<-paste(motif, sep="", collapse="")
-#     FTLwtletters<-motif
-#     FTLwtmotifs[i,1]<-FTLwtletters
-#     FTLwtAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-#     
-#     
-#   }
-#   
-# }
-
-
-
-# for (i in 1:nrow(SecondSubstrateSet)){
-#   D835letters<-SecondSubstrateSet[i,4:18]
-#   D835letters<-D835letters[D835letters !="XXXXX"]
-#   D835letters<-paste(D835letters, sep="", collapse="")
-#   leftspaces<-c()
-#   rightspaces<-c()
-#   
-#   YYYmotif <- unlist(strsplit(D835letters, split = ""))
-#   YYYposition <- match(x = "x", table = YYYmotif)
-#   #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-#   #just 3 letters to the left of x
-#   
-#   YYYLettersToTheLeft <- YYYposition - 1
-#   #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-#   #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-#   YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-#   #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-#   #variable the user puts in is
-#   if (YYYLettersToTheLeft < 7 | YYYLettersToTheRight < 7) {
-#     leftspaces<-rep(" ",times=(7-YYYLettersToTheLeft))
-#     rightspaces<-rep(" ",times=7-(YYYLettersToTheRight))
-#     #add blank spaces if the motif has less than 4 letters to the left/right
-#     motif<-c(leftspaces,YYYmotif,rightspaces)
-#     #save that motif, which is the Y and +/- 4 amino acids, including truncation
-#     motif<-motif[!motif %in% "x"]
-#     motif<-paste(motif, sep="", collapse="")
-#     D835letters<-motif
-#     D835Ymotifs[i,1]<-D835letters
-#     D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-#   }
-#   
-#   if(YYYLettersToTheLeft>6 && YYYLettersToTheRight>6){
-#     motif<-YYYmotif
-#     #add blank spaces if the motif has less than 4 letters to the left/right
-#     motif<-c(leftspaces,YYYmotif,rightspaces)
-#     #save that motif, which is the Y and +/- 4 amino acids, including truncation
-#     motif<-motif[!motif %in% "x"]
-#     motif<-paste(motif, sep="", collapse="")
-#     D835letters<-motif
-#     D835Ymotifs[i,1]<-D835letters
-#     D835YAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-#   }
-# }
-
-# for (k in 1:length(FTLwtmotifsFINAL)) {
-#   AN<-00000
-#   #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#   #destroyed immediately after use
-#   for (m in 1:ncol(Firstsubbackfreq)) {
-#     AN <- as.character(Firstsubbackfreq[1, m])
-#     if (grepl(pattern = AN,
-#               x = names(FTLwtmotifsFINAL[k]),
-#               fixed = TRUE) == TRUE) {
-#       outputmatrix <- as.character(Firstsubbackfreq[, m])
-#       outputmatrix <- matrix(outputmatrix, nrow = 1)
-#       #with that accession number, find a match in the subbackfreq file and save it here
-#       FTLFinalMatrix<-rbind(FTLFinalMatrix,outputmatrix)
-#     }
-#   }
-# }
-# for (k in 1:length(D835YmotifsFINAL)) {
-#   #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-#   #destroyed immediately after use
-#   for (m in 1:ncol(Secondsubbackfreq)) {
-#     AN <- as.character(Secondsubbackfreq[1, m])
-#     if (grepl(pattern = AN,
-#               x = names(D835YmotifsFINAL[k]),
-#               fixed = TRUE) == TRUE) {
-#       outputmatrix <- as.character(Secondsubbackfreq[, m])
-#       outputmatrix <- matrix(outputmatrix, nrow = 1)
-#       #with that accession number, find a match in the subbackfreq file and save it here
-#       D835YFinalMatrix<-rbind(D835YFinalMatrix,outputmatrix)
-#     }
-#   }
-# }
\ No newline at end of file
--- a/all stuff/difference finder for 2 overlaps proper names 7-7_1-15-2019.R	Fri Apr 19 16:55:29 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,547 +0,0 @@
-#Difference finder for only 2 
-
-#ff you want ONLY FULL MOTIFS, put "YES" here, please use all caps
-FullMotifsOnly_questionmark<-"NO"
-#If you want ONLY TRUNCATED MOTIFS, put "YES" here, please use all caps
-TruncatedMotifsOnly_questionmark<-"NO"
-
-FirstSubstrateSet<- read.csv("Substrates 1A TiO2 and FeNTA no duplicates.csv", stringsAsFactors=FALSE)
-Firstsubbackfreq<- read.csv("SBF 1A TiO2 and FeNTA no duplicates.csv", header=FALSE, stringsAsFactors=FALSE)
-
-SecondSubstrateSet<- read.csv("Substrates 1B TiO2 and FeNTA no duplicates.csv", stringsAsFactors=FALSE)
-Secondsubbackfreq<- read.csv("SBF 1B TiO2 and FeNTA no duplicates.csv", header=FALSE, stringsAsFactors=FALSE)
-
-First_unshared_motifs_table<-"Substrates 1A no duplicates no negatives.csv"
-First_unshared_subbackfreq<-"SBF 1A no duplicates no negatives.csv"
-
-Second_unshared_motifs_table<-"Substrates 1B no duplicates no negatives.csv"
-Second_unshared_subbackfreq<-"SBF 1B no duplicates no negatives.csv"
-
-
-LeftOfYLetters<-7
-RightOfYLetters<-7
-
-if (FullMotifsOnly_questionmark=="YES"){
-  FirstMotifs=rep(NA,times=nrow(FirstSubstrateSet))
-  FirstAccessionNumbers=rep(NA,times=nrow(FirstSubstrateSet))
-  leftspaces<-c()
-  rightspaces<-c()
-  for (i in 1:nrow(FirstSubstrateSet)){
-    FirstLetters<-FirstSubstrateSet[i,7:15]
-    FirstLetters<-FirstLetters[FirstLetters !="XXXXX"]
-    FirstLetters<-paste(FirstLetters, sep="", collapse="")
-    
-    
-    YYYmotif <- unlist(strsplit(FirstLetters, split = ""))
-    YYYposition <- match(x = "x", table = YYYmotif)
-    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-    #just 3 letters to the left of x
-    
-    YYYLettersToTheLeft <- YYYposition - 1
-    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-    #variable the user puts in is
-    
-    if (YYYLettersToTheLeft > 3 && YYYLettersToTheRight > 3) {
-      motif<-YYYmotif
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      FirstLetters<-motif
-      FirstMotifs[i]<-FirstLetters
-      FirstAccessionNumbers[i]<-FirstSubstrateSet[i,3]
-    }
-    
-  }
-  # FirstMotifs <- FirstMotifs[!is.na(FirstMotifs)]
-  # FirstMotifs<-matrix(FirstMotifs,ncol = 1)
-  # 
-  
-  SecondMotifs=rep(NA,times=nrow(FirstSubstrateSet))
-  SecondAccessionNumbers=rep(NA,times=nrow(FirstSubstrateSet))
-  
-  for (i in 1:nrow(SecondSubstrateSet)){
-    SecondLetters<-SecondSubstrateSet[i,7:15]
-    SecondLetters<-SecondLetters[SecondLetters !="XXXXX"]
-    SecondLetters<-paste(SecondLetters, sep="", collapse="")
-    
-    
-    YYYmotif <- unlist(strsplit(SecondLetters, split = ""))
-    YYYposition <- match(x = "x", table = YYYmotif)
-    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-    #just 3 letters to the left of x
-    
-    YYYLettersToTheLeft <- YYYposition - 1
-    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-    #variable the user puts in is
-    
-    if (YYYLettersToTheLeft > 3 && YYYLettersToTheRight > 3) {
-      motif<-YYYmotif
-      #add blank spaces if the motif has less than 4 letters to the left/right
-      motif<-c(leftspaces,YYYmotif,rightspaces)
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      SecondLetters<-motif
-      SecondMotifs[i]<-SecondLetters
-      SecondAccessionNumbers[i]<-SecondSubstrateSet[i,3]
-    }
-  }
-  names(FirstMotifs)<-FirstAccessionNumbers
-  names(SecondMotifs)<-SecondAccessionNumbers
-  
-  
-#  ITDmotifs=rep(NA,times=nrow(FirstSubstrateSet))
-#  ITDAccessionNumbers=rep(NA,times=nrow(FirstSubstrateSet))
-  if(1==0){
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,7:15]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft > 3 && YYYLettersToTheRight > 3) {
-        motif<-YYYmotif
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDmotifs[i]<-ITDletters
-        ITDAccessionNumbers[i]<-ThirdSubstrateSet[i,3]
-        
-      }
-    }
-  }  
-  #names(ITDmotifs)<-ITDAccessionNumbers
-  names(SecondMotifs)<-SecondAccessionNumbers
-  names(FirstMotifs)<-FirstAccessionNumbers
-}
-
-
-##############################################3
-#Truncated only
-if (TruncatedMotifsOnly_questionmark=="YES"){
-  FirstMotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-  FirstAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-  
-  for (i in 1:nrow(FirstSubstrateSet)){
-    FirstLetters<-FirstSubstrateSet[i,7:15]
-    FirstLetters<-FirstLetters[FirstLetters !="XXXXX"]
-    FirstLetters<-paste(FirstLetters, sep="", collapse="")
-    
-    
-    YYYmotif <- unlist(strsplit(FirstLetters, split = ""))
-    YYYposition <- match(x = "x", table = YYYmotif)
-    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-    #just 3 letters to the left of x
-    
-    YYYLettersToTheLeft <- YYYposition - 1
-    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-    #variable the user puts in is
-    
-    if (YYYLettersToTheLeft < 4 | YYYLettersToTheRight < 4) {
-      leftspaces<-rep(" ",times=(4-YYYLettersToTheLeft))
-      rightspaces<-rep(" ",times=4-(YYYLettersToTheRight))
-      #add blank spaces if the motif has less than 4 letters to the left/right
-      motif<-c(leftspaces,YYYmotif,rightspaces)
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      FirstLetters<-motif
-      FirstMotifs[i,1]<-FirstLetters
-      FirstAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-    }
-    
-  }
-  
-  SecondMotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-  SecondAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-  i=2
-  for (i in 1:nrow(SecondSubstrateSet)){
-    SecondLetters<-SecondSubstrateSet[i,7:15]
-    SecondLetters<-SecondLetters[SecondLetters !="XXXXX"]
-    SecondLetters<-paste(SecondLetters, sep="", collapse="")
-    
-    
-    YYYmotif <- unlist(strsplit(SecondLetters, split = ""))
-    YYYposition <- match(x = "x", table = YYYmotif)
-    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-    #just 3 letters to the left of x
-    
-    YYYLettersToTheLeft <- YYYposition - 1
-    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-    #variable the user puts in is
-    
-    if (YYYLettersToTheLeft < 4 | YYYLettersToTheRight < 4) {
-      leftspaces<-rep(" ",times=(4-YYYLettersToTheLeft))
-      rightspaces<-rep(" ",times=4-(YYYLettersToTheRight))
-      #add blank spaces if the motif has less than 4 letters to the left/right
-      motif<-c(leftspaces,YYYmotif,rightspaces)
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      SecondLetters<-motif
-      SecondAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-      SecondMotifs[i,1]<-SecondLetters
-    }
-  }
-  
-#  ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-#  ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-  if(1==0){
-    for (i in 1:nrow(ThirdSubstrateSet)){
-      ITDletters<-ThirdSubstrateSet[i,7:15]
-      ITDletters<-ITDletters[ITDletters !="XXXXX"]
-      ITDletters<-paste(ITDletters, sep="", collapse="")
-      YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-      YYYposition <- match(x = "x", table = YYYmotif)
-      #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-      #just 3 letters to the left of x
-      
-      YYYLettersToTheLeft <- YYYposition - 1
-      #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-      #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-      YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-      #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-      #variable the user puts in is
-      
-      if (YYYLettersToTheLeft < 4 | YYYLettersToTheRight < 4) {
-        leftspaces<-rep(" ",times=(4-YYYLettersToTheLeft))
-        rightspaces<-rep(" ",times=4-(YYYLettersToTheRight))
-        #add blank spaces if the motif has less than 4 letters to the left/right
-        motif<-c(leftspaces,YYYmotif,rightspaces)
-        #save that motif, which is the Y and +/- 4 amino acids, including truncation
-        motif<-motif[!motif %in% "x"]
-        motif<-paste(motif, sep="", collapse="")
-        ITDletters<-motif
-        ITDAccessionNumbers[i,1]<-ThirdSubstrateSet[i,3]
-        ITDmotifs[i,1]<-ITDletters
-      }
-    }
-  }
-  names(FirstMotifs)<-FirstAccessionNumbers
-  names(SecondMotifs)<-SecondAccessionNumbers
-  #names(ITDmotifs)<-ITDAccessionNumbers
-}
-
-###############################################
-#ALL motifs, full and truncated
-
-if (FullMotifsOnly_questionmark!="YES"&&TruncatedMotifsOnly_questionmark!="YES"){
-  #print("!")}
-  FirstMotifs=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-  FirstAccessionNumbers=matrix(,nrow = nrow(FirstSubstrateSet),ncol=1)
-  
-  for (i in 1:nrow(FirstSubstrateSet)){
-    FirstLetters<-FirstSubstrateSet[i,7:15]
-    FirstLetters<-FirstLetters[FirstLetters !="XXXXX"]
-    FirstLetters<-paste(FirstLetters, sep="", collapse="")
-    leftspaces<-c()
-    rightspaces<-c()
-    
-    YYYmotif <- unlist(strsplit(FirstLetters, split = ""))
-    YYYposition <- match(x = "x", table = YYYmotif)
-    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-    #just 3 letters to the left of x
-    
-    YYYLettersToTheLeft <- YYYposition - 1
-    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-    #variable the user puts in is
-    
-    
-    if (YYYLettersToTheLeft < 4 | YYYLettersToTheRight < 4) {
-      leftspaces<-rep(" ",times=(4-YYYLettersToTheLeft))
-      rightspaces<-rep(" ",times=4-(YYYLettersToTheRight))
-      #add blank spaces if the motif has less than 4 letters to the left/right
-      motif<-c(leftspaces,YYYmotif,rightspaces)
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      FirstLetters<-motif
-      FirstMotifs[i,1]<-FirstLetters
-      FirstAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-    }
-    
-    if(YYYLettersToTheLeft>3 && YYYLettersToTheRight>3){
-      motif<-YYYmotif
-      #add blank spaces if the motif has less than 4 letters to the left/right
-      motif<-c(leftspaces,YYYmotif,rightspaces)
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      FirstLetters<-motif
-      FirstMotifs[i,1]<-FirstLetters
-      FirstAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-      
-      
-    }
-    
-  }
-  
-  SecondMotifs=matrix(,nrow = nrow(SecondSubstrateSet),ncol=1)
-  SecondAccessionNumbers<-matrix(,nrow = nrow(SecondSubstrateSet),ncol = 1)
-  
-  for (i in 1:nrow(SecondSubstrateSet)){
-    SecondLetters<-SecondSubstrateSet[i,7:15]
-    SecondLetters<-SecondLetters[SecondLetters !="XXXXX"]
-    SecondLetters<-paste(SecondLetters, sep="", collapse="")
-    leftspaces<-c()
-    rightspaces<-c()
-    
-    YYYmotif <- unlist(strsplit(SecondLetters, split = ""))
-    YYYposition <- match(x = "x", table = YYYmotif)
-    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-    #just 3 letters to the left of x
-    
-    YYYLettersToTheLeft <- YYYposition - 1
-    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-    #variable the user puts in is
-    if (YYYLettersToTheLeft < 4 | YYYLettersToTheRight < 4) {
-      leftspaces<-rep(" ",times=(4-YYYLettersToTheLeft))
-      rightspaces<-rep(" ",times=4-(YYYLettersToTheRight))
-      #add blank spaces if the motif has less than 4 letters to the left/right
-      motif<-c(leftspaces,YYYmotif,rightspaces)
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      SecondLetters<-motif
-      SecondMotifs[i,1]<-SecondLetters
-      SecondAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-    }
-    
-    if(YYYLettersToTheLeft>3 && YYYLettersToTheRight>3){
-      motif<-YYYmotif
-      #add blank spaces if the motif has less than 4 letters to the left/right
-      motif<-c(leftspaces,YYYmotif,rightspaces)
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      SecondLetters<-motif
-      SecondMotifs[i,1]<-SecondLetters
-      SecondAccessionNumbers[i,1]<-SecondSubstrateSet[i,3]
-    }
-  }
-  
-  
-  #ITDmotifs=matrix(,nrow = nrow(ThirdSubstrateSet),ncol=1)
-  #ITDAccessionNumbers<-matrix(,nrow = nrow(ThirdSubstrateSet))
-  if(1==0){
-  for (i in 1:nrow(ThirdSubstrateSet)){
-    ITDletters<-ThirdSubstrateSet[i,7:15]
-    ITDletters<-ITDletters[ITDletters !="XXXXX"]
-    ITDletters<-paste(ITDletters, sep="", collapse="")
-    YYYmotif <- unlist(strsplit(ITDletters, split = ""))
-    leftspaces<-c()
-    rightspaces<-c()
-    YYYposition <- match(x = "x", table = YYYmotif)
-    #position itself tells me how much is to the left of that X by what it's number is.  x at position 4 tells me that there are
-    #just 3 letters to the left of x
-    
-    YYYLettersToTheLeft <- YYYposition - 1
-    #how many letters to the right SHOULD just be length(motif)-position-1 if it's 5 long and x is at 3 then Y is at 4 and there is
-    #just 1 spot to the right of Y so LettersToTheRight<-1 because 5-3-1=1
-    YYYLettersToTheRight <- length(YYYmotif) - YYYposition - 1
-    #then sanity check, we're currently looking only at +/-4, but this spot allows for up to +/- 7 as well, just depends on what the
-    #variable the user puts in is
-    if (YYYLettersToTheLeft < 4 | YYYLettersToTheRight < 4) {
-      leftspaces<-rep(" ",times=(4-YYYLettersToTheLeft))
-      rightspaces<-rep(" ",times=4-(YYYLettersToTheRight))
-      #add blank spaces if the motif has less than 4 letters to the left/right
-      motif<-c(leftspaces,YYYmotif,rightspaces)
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      ITDletters<-motif
-      ITDmotifs[i,1]<-ITDletters
-      ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-    }
-    
-    if(YYYLettersToTheLeft>3 && YYYLettersToTheRight>3){
-      motif<-YYYmotif
-      #add blank spaces if the motif has less than 4 letters to the left/right
-      motif<-c(leftspaces,YYYmotif,rightspaces)
-      #save that motif, which is the Y and +/- 4 amino acids, including truncation
-      motif<-motif[!motif %in% "x"]
-      motif<-paste(motif, sep="", collapse="")
-      ITDletters<-motif
-      ITDmotifs[i,1]<-ITDletters
-      ITDAccessionNumbers[i,1]<-FirstSubstrateSet[i,3]
-    }
-  }
-  }
-  names(FirstMotifs)<-FirstAccessionNumbers
-  names(SecondMotifs)<-SecondAccessionNumbers
-  #names(ITDmotifs)<-ITDAccessionNumbers
-}
-
-
-FirstMotifsFINAL<-FirstMotifs[!FirstMotifs %in% SecondMotifs]
-#FirstMotifsFINAL<-FirstMotifsFINAL[!FirstMotifsFINAL %in% ITDmotifs]
-FirstMotifsFINAL<-FirstMotifsFINAL[!duplicated(FirstMotifsFINAL)]
-
-
-# ITDmotifsFINAL<-ITDmotifs[!ITDmotifs %in% SecondMotifs]
-# ITDmotifsFINAL<-ITDmotifsFINAL[!ITDmotifsFINAL %in% FirstMotifs]
-# ITDmotifsFINAL<-ITDmotifsFINAL[!duplicated(ITDmotifsFINAL)]
-
-
-SecondMotifsFINAL<-SecondMotifs[!SecondMotifs %in% FirstMotifs]
-#SecondMotifsFINAL<-SecondMotifsFINAL[!SecondMotifsFINAL %in% ITDmotifs]
-SecondMotifsFINAL<-SecondMotifsFINAL[!duplicated(SecondMotifsFINAL)]
-
-
-columnalheader<-c(rep(NA,36))
-FirstFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-
-for (k in 1:length(FirstMotifsFINAL)) {
-  AN<-00000
-  #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-  #destroyed immediately after use
-  for (m in 2:ncol(Firstsubbackfreq)) {
-    AN <- as.character(Firstsubbackfreq[2, m])
-    #print(AN)}
-    if (grepl(pattern = AN,
-              x = names(FirstMotifsFINAL[k]),
-              fixed = TRUE) == TRUE) {
-      outputmatrix <- as.character(Firstsubbackfreq[, m])
-      outputmatrix <- matrix(outputmatrix, nrow = 1)
-      #with that accession number, find a match in the subbackfreq file and save it here
-      FirstFinalMatrix<-rbind(FirstFinalMatrix,outputmatrix)
-      #      print(AN,outputmatrix)}
-    }
-  }
-}
-FirstFinalMatrix<-FirstFinalMatrix[!duplicated(FirstFinalMatrix),]
-
-#columnalheader<-c(rep(NA,36))
-#ITDFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-
-if(1==0){
-  for (k in 1:length(ITDmotifsFINAL)) {
-    AN<-00000
-    #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-    #destroyed immediately after use
-    for (m in 1:ncol(Thirdsubbackfreq)) {
-      AN <- as.character(Thirdsubbackfreq[1, m])
-      if (grepl(pattern = AN,
-                x = names(ITDmotifsFINAL[k]),
-                fixed = TRUE) == TRUE) {
-        outputmatrix <- as.character(Thirdsubbackfreq[, m])
-        outputmatrix <- matrix(outputmatrix, nrow = 1)
-        #with that accession number, find a match in the subbackfreq file and save it here
-        ITDFinalMatrix<-rbind(ITDFinalMatrix,outputmatrix)
-      }
-    }
-  }
-  ITDFinalMatrix<-ITDFinalMatrix[!duplicated(ITDFinalMatrix),]
-}
-
-columnalheader<-c(rep(NA,36))
-SecondFinalMatrix<-matrix(data =columnalheader,nrow = 1)
-
-for (k in 1:length(SecondMotifsFINAL)) {
-  #I don't remember why, but I felt it necessary to destroy the accession number multiple times to ensure it is
-  #destroyed immediately after use
-  for (m in 1:ncol(Secondsubbackfreq)) {
-    AN <- as.character(Secondsubbackfreq[1, m])
-    if (grepl(pattern = AN,
-              x = names(SecondMotifsFINAL[k]),
-              fixed = TRUE) == TRUE) {
-      outputmatrix <- as.character(Secondsubbackfreq[, m])
-      outputmatrix <- matrix(outputmatrix, nrow = 1)
-      #with that accession number, find a match in the subbackfreq file and save it here
-      SecondFinalMatrix<-rbind(SecondFinalMatrix,outputmatrix)
-    }
-  }
-}
-SecondFinalMatrix<-SecondFinalMatrix[!duplicated(SecondFinalMatrix),]
-FTLoutputmatrix<-matrix(data=c(FirstMotifsFINAL,names(FirstMotifsFINAL)),ncol = 2)
-
-
-write.table(x=FTLoutputmatrix,
-            file=First_unshared_motifs_table,
-            quote=FALSE, sep=",",
-            row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-
-columnalheader<-c(as.character(Firstsubbackfreq[1:36,1]))
-columnalheader<-matrix(columnalheader,nrow = 1)
-write.table(x=columnalheader,
-            file=First_unshared_subbackfreq,
-            quote=FALSE, sep=",",
-            row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-FirstFinalMatrix<-FirstFinalMatrix[2:nrow(FirstFinalMatrix),]
-write.table(x=FirstFinalMatrix,
-            file=First_unshared_subbackfreq,
-            quote=FALSE, sep=",",
-            row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-
-############################################################################################################
-
-D835Youtputmatrix<-matrix(data=c(SecondMotifsFINAL,names(SecondMotifsFINAL)),ncol = 2)
-
-write.table(x=D835Youtputmatrix,
-            file=Second_unshared_motifs_table,
-            quote=FALSE, sep=",",
-            row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-
-columnalheader<-c(as.character(Firstsubbackfreq[1:36,1]))
-columnalheader<-matrix(columnalheader,nrow = 1)
-write.table(x=columnalheader,
-            file=Second_unshared_subbackfreq,
-            quote=FALSE, sep=",",
-            row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-SecondFinalMatrix<-SecondFinalMatrix[2:nrow(SecondFinalMatrix),]  
-write.table(x=SecondFinalMatrix,
-            file=Second_unshared_subbackfreq,
-            quote=FALSE, sep=",",
-            row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-
-############################################################################################################
-
-# ITDoutputmatrix<-matrix(data = c(ITDmotifsFINAL,names(ITDmotifsFINAL)),ncol = 2)
-# 
-# write.table(x=ITDoutputmatrix,
-#             file=Third_unshared_motifs_table,
-#             quote=FALSE, sep=",",
-#             row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-# 
-# columnalheader<-c(as.character(Thirdsubbackfreq[1:36,1]))
-# columnalheader<-matrix(columnalheader,nrow = 1)
-# write.table(x=columnalheader,
-#             file=Third_unshared_subbackfreq,
-#             quote=FALSE, sep=",",
-#             row.names=FALSE,col.names = FALSE, na="", append=TRUE)
-# ITDFinalMatrix<-ITDFinalMatrix[2:nrow(ITDFinalMatrix),]
-# write.table(x=ITDFinalMatrix,
-#             file=Third_unshared_subbackfreq,
-#             quote=FALSE, sep=",",
-#             row.names=FALSE,col.names = FALSE, na="", append=TRUE)
\ No newline at end of file
--- a/all stuff/differenceFinder.xml	Fri Apr 19 16:55:29 2019 -0400
+++ b/all stuff/differenceFinder.xml	Fri Feb 21 13:07:45 2020 -0500
@@ -9,7 +9,7 @@
 		ln -s '$input3' S2.csv &&
 		ln -s '$input4' SBF2.csv &&
 		
-		Rscript '$__tool_directory__/Difference finder for GalaxyP 4-18-2019.R'
+		Rscript '$__tool_directory__/Difference finder for GalaxyP 2-21-20.R'
     ]]></command>
     <inputs>
 		<param format="csv" name="input1" type="data" label="First Substrate Set"/>