# HG changeset patch # User laurenmarazzi # Date 1640188834 0 # Node ID 7e5c71b2e71f0e420992be9ae1bcd83c19f31e5c # Parent f24d4892aaed5ad8adb35088b21b058ed72e859b Uploaded diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/._.DS_Store Binary file tools/myTools/._.DS_Store has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/10_internal_control_node_analysis.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/10_internal_control_node_analysis.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,38 @@ + +Extracts the steady-state values of internal-marker nodes in the attractors from perturbations whose attractors passed filtering criterion 1 + + + pandas + sys + + + python3 '$__tool_directory__/bin/get_RONs_getperts.py' '$pert_attrs' '$icn' '$crit_perts' + + + + + + + + + + + + + + + + + + + + + + This tool extracts the steady-state values of internal-marker nodes in the attractors from perturbations whose attractors passed filtering criterion 1. + Required Inputs: + 1. Perturbation Attractors + 2. Perturbation Attractors IDs that shifted to a different state/cluster + 3. Internal Control Nodes + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/11_filtering_by_icn.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/11_filtering_by_icn.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,58 @@ + +Filters perutrbations on FVS control nodes whose steady-state values of internal-marker nodes are within the gene expression range of the desired attractor. + + + plyr + dplyr + reshape2 + readr + + + Rscript '$__tool_directory__/bin/crit2.R' '$exp_attrs_icn' '$samples' '$desired_state' '$undesired_state' '$filter_type' '$crit_perts' crit2_perturbations.txt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This tool Filters perutrbations on FVS control nodes whose steady-state values of internal-marker nodes are within the gene expression range of the desired attractor. + Required Inputs: + 1. Experimental Attractors of Internal Control Markers + 2. Experimental Samples of Interest + 3. Perturbation Attractors that shifted to a different state/cluster + 4. Sample Name of Desired State + 5. Sample Name of Undesired State + 6. Strict or Relaxed Criterion + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/12_extract_perts.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/12_extract_perts.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,39 @@ + +Extracts the combinations of perturbations on FVS control nodes that pass filtering criterion 2 + + + pandas + sys + + + python3 '$__tool_directory__/bin/get_perts.py' '$fvs_init' '$fvs' '$filtered_perts' + + + + + + + + + + + + + + + + + + + + + + + This tool extracts the combinations of perturbations on FVS control nodes that pass filtering criterion 2. + Required Inputs: + 1. Random Perturbation States for Feedback Vertex Set + 2. Feedback Vertex Set + 3. Perturbation Attractors that successfully shifted the network from undesired to desired state + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/13_translate_perts.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/13_translate_perts.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,32 @@ + +Translates combinations of perturbations on FVS control nodes into readable format. + + + dplyr + ggplot2 + + + Rscript '$__tool_directory__/bin/pertanalysis.R' '$perts' successful_controlnode_perturbations.txt + + + + + + + + + + + + + + + + + + This tool translates combinations of perturbations on FVS control nodes into readable format + Required Inputs: + 1. Successful Perturbations that shifted network from undesired to desired state + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/1_sfa_exp.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/1_sfa_exp.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,45 @@ + + + Estimates attractors from experimental data using Signal Flow Analysis. + + + os + numpy + pandas + networkx + random + sfa + csv + sys + + + python3 '$__tool_directory__/bin/SFA_exp_attr.py' '$network' '$expression_data' exp_attrs.csv + + + + + + + + + + + + + + + + + + + + This tool estimates attractors for each experimental sample from normalized expression data using Signal Flow Analysis. + Required Inputs: + 1. network in sif format (activating edges as "activates", inhibitory edges as "inhibits") + 2. normalized expression values for data sample + + + + 10.1038/s41598-019-50790-0 + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/2_get_exp_internal_control_nodes.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/2_get_exp_internal_control_nodes.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,36 @@ + + + Extracts Internal-marker node values from attractors generated from experimental data + + + pandas + sys + + + python3 '$__tool_directory__/bin/get_RONs.py' '$attrs_exp' '$icn' + + + + + + + + + + + + + + + + + + + + This tool extracts Internal-marker node values from attractors generated from experimental data. + Required Inputs: + 1. output from netisce step 1 + 2. internal control nodes in txt format + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/3_insilico_attrs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/3_insilico_attrs.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,52 @@ + +Estimates the attractors for randomly generated initial states using signal flow analysis + + + pandas + numpy + os + networkx + random + sys + csv + sfa + statistics + + + python3 '$__tool_directory__/bin/SFA_insilico.py' '$network' '$expression_data' '$samples' '$num_states' + + + + + + + + + + + + + + + + + + + + + + + + This tool estimates the attractors for randomly generated initial states using signal flow analysis. + Required Inputs: + 1. network in sif format (activating edges as "activates", inhibitory edges as "inhibits") + 2. normalized expression values for data sample + 3. experimental sample names of interest + 4. number of insilico Attractors to generate (default = 10,000) + + + + 10.1038/s41598-019-50790-0 + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/4_getFVS.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/4_getFVS.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,36 @@ + +Computes the minimal Feedback Vertex Set of the network + + + networkx + random + FVS_python3 + re + csv + sys + + + python3 '$__tool_directory__/bin/FVS_run.py' '$network' fvs.txt + + + + + + + + + + + + + + + + + + This tool computes the minimal Feedback Vertex Set using Control Systems theory and the topological features of the network. + Required Inputs: + 1. network in sif format (activating edges as "activates", inhibitory edges as "inhibits") + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/5_perturbation_inits.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/5_perturbation_inits.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,40 @@ + +Generates combinations of perturbations for FVS control nodes + + + numpy + pandas + os + itertools + csv + sys + + + python3 '$__tool_directory__/bin/generate_perts.py' '$fvs' 'pert' '-1,0,1' + + + + + + + + + + + + + + + + + + + + + This tool Generates combinations of perturbations for FVS control nodes. + Required Inputs: + 1. minimal Feedbfack Vertex Set in txt format (from 4_getFVS) + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/6_sfa_perts.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/6_sfa_perts.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,58 @@ + +Computes the attractors from perturbations on FVS control nodes + + + numpy + pandas + os + networkx + random + sfa + sklearn.preprocessing + csv + sys + + + python3 '$__tool_directory__/bin/SFA_virtscreen.py' '$network' '$expression_data' '$init' '$samples' '$fvs' '$fvs_init' + + + + + + + + + + + + + + + + + + + + + + + + + + + + This tool computes Computes the attractors from perturbations on FVS control nodes. + Required Inputs: + 1. network in sif format (activating edges as "activates", inhibitory edges as "inhibits") + 2. normalized expression values for data sample (rows are expressed genes, columns are samples) + 3. name of undesired initial state/experimental sample + 4. name of all experimental samples of interest + 5. minimal Feedback Vertex set of the network + 6. randomly generated perturbations of FVS Set + + + + 10.1038/s41598-019-50790-0 + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/7_check_icns.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/7_check_icns.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,38 @@ + +Checks the values of internal-marker nodes in attractors generated from experimental data + + + plyr + dplyr + ggplot2 + reshape2 + readr + + + Rscript '$__tool_directory__/bin/icn_check1.R' '$attrs_exp' '$samples' + + + + + + + + + + + + + + + + + + + + This tool checks the values of internal-marker nodes in attractors generated from experimental data + Required Inputs: + 1. name of all experimental samples of interest + 2. experimental attractors + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/8_kmeans.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/8_kmeans.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,46 @@ + +This tool computes the optimal k value using Elbow and Silhouette Metric and clusters the attractors generated from experimental data and random initial states to the k clusters + + + pandas + scipy + matplotlib + matplotlib.pyplot + sklearn.decomposition + numpy + sklearn.datasets + sklearn.cluster + yellowbrick.cluster.elbow + sys + os + + + python3 '$__tool_directory__/bin/kmeans_full.py' '$experimental_attractors','$random_attractors' + + + + + + + + + + + + + + + + + + + + + + + This tool computes the optimal k value using Elbow and Silhouette Metric and clusters the attractors generated from experimental data and random initial states to the k clusters. + Required Inputs: + 1. Experimental Attractors of all samples of interest, Insilico Attractors of all samples of interest + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/9_class_and_consensus.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/9_class_and_consensus.xml Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,45 @@ + +classifies perturbation attractors to k clusters with SVM, Naive Bayes and Random Forest + and then extracts the perturbation attractors that shifted to the cluster associated to the desired phenotype by to 2/3 classification methods. + + + pandas + collections + sys + sklearn.naive_bayes + sklearn.svm + sklearn.ensemble + + + python3 '$__tool_directory__/bin/class_and_consensus.py' '$experimental_attractors','$random_attractors' '$pert_attrs' '$kmeans' + + + + + + + + + + + + + + + + + + + + + + + Classifies perturbation attractors to k clusters with SVM, Naive Bayes and Random Forest + and then extracts the perturbation attractors that shifted to the cluster associated to the desired phenotype by to 2/3 classification methods. + Required Inputs: + 1. Training Set: Experimental and Insilico Attractors + 2. Test Set: Perturbation Attractors + 3. K-mean classifications of training set attractors + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/.Rhistory --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/.Rhistory Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,512 @@ +} +}else { #filter=="relaxed" +for (node in nodes){ +if (disc[node]==0){ +val=min(dfundes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]% select(-ID,-perturbation,-replicate) +isdisc<-is +if (filter=="strict"){ +for (node in nodes){ +if (disc[node]==0){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=min(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=min(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]%filter(hammingdist<1) +}else{ +hams1_1<-hammings %>%filter(hammingdist<=length(nodes)-round(.9*length(nodes))) +} +exp<-read.delim('exp_internalmarkers.txt',sep=" ",row.names = 1) +samples<-read.delim("test-data/samples.txt",sep="\t",row.names = 1) +exp<-exp %>% dplyr::filter(row.names(exp) %in% row.names(samples)) +desired<-"sensitive" +undesired<-"resistant" +filter<-"strict" +dfdes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% desired,,drop=FALSE])) +meandes<- apply(dfdes,2,mean) +dfundes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% undesired,,drop=FALSE])) +meandundes<-apply(dfundes,2,mean) +test<-meandes-meandundes +disc<-test +disc[disc<0]<-0 +disc[disc>0]<-1 +nodes<-colnames(dfdes) +is<-read.delim("internal_markers.txt",sep=" ") +is$ID<-paste(is$replicate,is$perturbation,sep="_") +row.names(is)<-is$ID +is<- is %>% select(-ID,-perturbation,-replicate) +isdisc<-is +if (filter=="strict"){ +for (node in nodes){ +if (disc[node]==0){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=min(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]%filter(hammingdist<1) +}else{ +hams1_1<-hammings %>%filter(hammingdist<=length(nodes)-round(.9*length(nodes))) +} +poi<-Reduce(intersect,list(hams1_1$perturbations)) +write.table(poi,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE,col.names = c('pert')) +write.table(poi,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +exp<-read.delim('exp_internalmarkers.txt',sep=" ",row.names = 1) +samples<-read.delim("test-data/samples.txt",sep="\t",row.names = 1) +exp<-exp %>% dplyr::filter(row.names(exp) %in% row.names(samples)) +desired<-"sensitive" +undesired<-"resistant" +filter<-"strict" +dfdes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% desired,,drop=FALSE])) +meandes<- apply(dfdes,2,mean) +dfundes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% undesired,,drop=FALSE])) +meandundes<-apply(dfundes,2,mean) +test<-meandes-meandundes +disc<-test +disc[disc<0]<-0 +disc[disc>0]<-1 +nodes<-colnames(dfdes) +is<-read.delim("internal_markers.txt",sep=" ") +is$ID<-paste(is$replicate,is$perturbation,sep="_") +row.names(is)<-is$ID +is<- is %>% select(-ID,-perturbation,-replicate) +isdisc<-is +if (filter=="strict"){ +for (node in nodes){ +if (disc[node]==0){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=min(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]% dplyr::filter(row.names(exp) %in% row.names(samples)) +desired<-"sensitive" +undesired<-"resistant" +filter<-"strict" +dfdes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% desired,,drop=FALSE])) +meandes<- apply(dfdes,2,mean) +dfundes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% undesired,,drop=FALSE])) +meandundes<-apply(dfundes,2,mean) +test<-meandes-meandundes +disc<-test +disc[disc<0]<-0 +disc[disc>0]<-1 +nodes<-colnames(dfdes) +is<-read.delim("internal_markers.txt",sep=" ") +isdisc<-is +if (filter=="strict"){ +for (node in nodes){ +if (disc[node]==0){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=min(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]%filter(hammingdist<1) +}else{ +hams1_1<-hammings %>%filter(hammingdist<=length(nodes)-round(.9*length(nodes))) +} +poi<-Reduce(intersect,list(hams1_1$perturbations)) +write.table(poi,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +View(hammings) +if (length(nodes)<10){ +hams1_1<-hammings %>%filter(hammingdist<1) +}else{ +hams1_1<-hammings %>%filter(hammingdist<=length(nodes)-round(.9*length(nodes))) +} +View(hams1_1) +poi<-Reduce(intersect,list(hams1_1$perturbations)) +write.table(poi,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +source('~/Dropbox/NETISCE_galaxy/new_bin/crit2-update.R') +exp<-read.delim('exp_internalmarkers.txt',sep=" ",row.names = 1) +samples<-read.delim("test-data/samples.txt",sep="\t",row.names = 1) +exp<-exp %>% dplyr::filter(row.names(exp) %in% row.names(samples)) +desired<-"sensitive" +undesired<-"resistant" +filter<-"strict" +dfdes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% desired,,drop=FALSE])) +meandes<- apply(dfdes,2,mean) +dfundes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% undesired,,drop=FALSE])) +meandundes<-apply(dfundes,2,mean) +test<-meandes-meandundes +disc<-test +disc[disc<0]<-0 +disc[disc>0]<-1 +nodes<-colnames(dfdes) +is<-read.delim("internal_markers.txt",sep=" ") +isdisc<-is +if (filter=="strict"){ +for (node in nodes){ +if (disc[node]==0){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=min(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]%filter(hammingdist<1) +}else{ +hams1_1<-hammings %>%filter(hammingdist<=length(nodes)-round(.9*length(nodes))) +} +poi<-Reduce(intersect,list(hams1_1$perturbations)) +write.table(poi,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +View(hams1_1) +View(hams1_1) +poi<-Reduce(intersect,list(hams1_1$perturbations)) +poi<-hams1_1 +View(poi) +write.table(poi,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +write.table(hams1_1,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +View(hams1_1) +write.table(hams1_1,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +write.table(as.dataframe(hams1_1),'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +View(hams1_1) +View(hams1_1) +write.table(hams1_1,file='crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +class(hams1_1) +.libPaths('~/R_libs_36') +args = commandArgs(trailingOnly=TRUE) +library(plyr) +library(dplyr) +library(ggplot2) +library(reshape2) +library(readr) +getwd() +exp<-read.delim('exp_internalmarkers.txt',sep=" ",row.names = 1) +samples<-read.delim("test-data/samples.txt",sep="\t",row.names = 1) +exp<-exp %>% dplyr::filter(row.names(exp) %in% row.names(samples)) +desired<-"sensitive" +undesired<-"resistant" +filter<-"strict" +dfdes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% desired,,drop=FALSE])) +meandes<- apply(dfdes,2,mean) +dfundes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% undesired,,drop=FALSE])) +meandundes<-apply(dfundes,2,mean) +test<-meandes-meandundes +disc<-test +disc[disc<0]<-0 +disc[disc>0]<-1 +nodes<-colnames(dfdes) +is<-read.delim("internal_markers.txt",sep=" ") +isdisc<-is +if (filter=="strict"){ +for (node in nodes){ +if (disc[node]==0){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=min(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]%filter(hammingdist<1) +}else{ +hams1_1<-hammings %>%filter(hammingdist<=length(nodes)-round(.9*length(nodes))) +} +poi<-Reduce(intersect,list(hams1_1$perturbations)) +write.table(poi,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +poi<-Reduce(intersect,list(hams1_1$perturbations)) +View(hams1_1) +write.table(hams1_1,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE) +write.delim(hams1_1,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE,sep=" ") +write.table(hams1_1,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE,sep=" ") +#!/usr/bin/env Rscript +.libPaths('~/R_libs_36') +args = commandArgs(trailingOnly=TRUE) +library(plyr) +library(dplyr) +library(reshape2) +library(readr) +getwd() +exp<-read.delim('exp_internalmarkers.txt',sep=" ",row.names = 1) +samples<-read.delim("test-data/samples.txt",sep="\t",row.names = 1) +exp<-exp %>% dplyr::filter(row.names(exp) %in% row.names(samples)) +desired<-"sensitive" +undesired<-"resistant" +filter<-"strict" +dfdes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% desired,,drop=FALSE])) +meandes<- apply(dfdes,2,mean) +dfundes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% undesired,,drop=FALSE])) +meandundes<-apply(dfundes,2,mean) +test<-meandes-meandundes +disc<-test +disc[disc<0]<-0 +disc[disc>0]<-1 +nodes<-colnames(dfdes) +is<-read.delim("internal_markers.txt",sep=" ") +isdisc<-is +if (filter=="strict"){ +for (node in nodes){ +if (disc[node]==0){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=min(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) +} +if (disc[node]==1){ +val=max(dfdes[,node]) +isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) +isdisc[,node]<-replace(isdisc[,node],is[,node]%filter(hammingdist<1) +}else{ +hams1_1<-hammings %>%filter(hammingdist<=length(nodes)-round(.9*length(nodes))) +} +View(hams1_1) +class(hams1_1) +write.table(hams1_1,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE,sep=" ") +typeof(hams1_1$replicate) +typeof(hams1_1$perturbation) +?lapply +hammings$hammingdist<-lapply(simplify=T,isdisc[,3],function(x) sum(disc != x)) +hammings$hammingdist<-sapply(isdisc[,3],function(x) sum(disc != x)) +if (length(nodes)<10){ +hams1_1<-hammings %>%filter(hammingdist<1) +}else{ +hams1_1<-hammings %>%filter(hammingdist<=length(nodes)-round(.9*length(nodes))) +} +write.table(hams1_1,'crit2_perturbations.txt',quote=FALSE,row.names = FALSE,sep=" ") +write.table(hams1_1[c(1,2),],'crit2_perturbations.txt',quote=FALSE,row.names = FALSE,sep=" ") +View(hams1_1) +View(hams1_1) +write.table(hams1_1[c(1,2),],'crit2_perturbations.txt',quote=FALSE,row.names = FALSE,sep=" ") +write.table(hams1_1[,c(1,2)],'crit2_perturbations.txt',quote=FALSE,row.names = FALSE,sep=" ") diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_python3/FVS.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/FVS_python3/FVS.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,189 @@ +''' +This file contains functions used to calculate feedback vertex set for graph/directed graph. +''' + +import networkx as nx +#import FVS_localsearch_10_cython as FVS10 +import FVS_python3.FVS_localsearch_10_python as FVS10 + +def python_format(Ginput): + ''' + The FVS_local_search function are written based on the fact that the node are named as + sequential integer number from 0 to N-1. This function convert the input graph into a + graph that follows this criteria and can be used by FVS_local_search. The function returns + the formatted graph, this mapping from original name to new name and its inverse mapping. + ''' + G=nx.DiGraph() + N=len(G.nodes()) + i=0 + mapping={} + inverse_mapping={} + for node in Ginput.nodes(): + mapping[node]=i + inverse_mapping[i]=node + i+=1 + new_edgelist=[(mapping[edge[0]],mapping[edge[1]]) for edge in Ginput.edges()] + G.add_edges_from(new_edgelist) + return G,mapping,inverse_mapping + + +def FVS(G, T_0 = 0.6, alpha = 0.99, maxMvt_factor = 5, maxFail = 50, randomseed=None): + ''' + Returns an approximation of minimum Feedback Vertex Set (FVS) for a DiGraph G. + An undirected graph will be converted to a directed graph. + If the input graph is weakly connected, FVS_weakly_connected() will be called. + If the input graph is not weakly connected, i.e. have disconnected components, + FVS_disconnected() will be called. + + + From Wikipedia: + A Feedback Vertex Set of a graph is a set of vertices whose removal leaves a graph without cycles. + In other words, each Feedback Vertex Set contains at least one vertex of any cycle in the graph. + The Feedback Vertex Set problem for directed graph is an NP-complete problem in computational complexity theory. + + This algorithm is a fast approximation based on simulating annealing(SA) of a noval local search strategy [1]_. + The function mainly called a function named FVS_local_search. + FVS_local_search calcualte the longest sub topological ordering of G_input (directed graph) + based on simulated annealing(SA) of local search of topological ordering. + FVS is then G \ the topological ordering. + The code follows the pseudocode given in Page 805 in that paper. + This algorithm is claimed to outperform the existing heuristic algorithm, + greedy adaptive search procedure (GRASP) by Pardalos et al. + + Parameters + ---------- + G : NetworkX Graph/DiGraph, result for MultiGraph is not tested + T_0 : the initial temperature in SA + alpha : the cooling multiplier for temperatue in the geometric cooling regime + maxMvt_factor : maxMvt_factor times network size is the number of iterations for the inner loop given a fixed temperatue + maxFail : FVS_local_search stops when maxFail number of outloops (temperatue) fail to improve the result + randomseed: random seed for generating random numbers + + Returns + ------- + An approximation of the minimum FVS of the given graph as a list. + + + Examples + -------- + #calculate a FVS for a random graph + >>>G1 = nx.gnm_random_graph(6, 12, seed=None, directed=True) + >>>G1_FVS = FVS.FVS(G1) + #calculate a FVS for a toy example + >>>G2 = nx.DiGraph() + >>>G2.add_edges_from([('A','B'),('B','C'),('C','A'),('A','D'),('D','A')]) + >>>G2_FVS = FVS.FVS(G2) + #result should be ['A'] + + Notes + ----- + The code is written by Gang Yang, Department of Physics, Penn State University + + References + ---------- + ..[1] Galinier, P., Lemamou, E. & Bouzidi, M.W. J Heuristics (2013) 19: 797. doi:10.1007/s10732-013-9224-z + + ''' + #make sure input is a directed graph, undirected graph will be converted into a directed graph + if not nx.is_directed(G): + print("Warning: undirected graph is converted to directed graph!") + Gtemp=G.to_directed() + else: + Gtemp=G.copy() + if nx.is_weakly_connected(Gtemp): + result = FVS_weakly_connected(Gtemp,T_0,alpha,maxMvt_factor,maxFail,randomseed) + else: + result = FVS_disconnected(Gtemp,T_0,alpha,maxMvt_factor,maxFail,randomseed) + return result + + + + +def FVS_weakly_connected(G, T_0, alpha, maxMvt_factor, maxFail,randomseed): + ''' + Returns an approximation of minimum Feedback Vertex Set (FVS) for a weakly connected DiGraph G. + This function is part of FVS(). Do not call this function directly. + See more information at FVS(). + + Parameters + ---------- + G : NetworkX DiGraph (required to be weakly connected) + T_0 : the initial temperature in SA + alpha : the cooling multiplier for temperatue in the geometric cooling regime + maxMvt_factor : maxMvt_factor times network size is the number of iterations for the inner loop given a fixed temperatue + maxFail : FVS_local_search stops when maxFail number of outloops (temperatue) fail to improve the result + randomseed: random seed for generating random numbers + + Returns + ------- + An approximation of the minimum FVS of the given graph as a list. + + + Notes + ----- + The code is written by Gang Yang, Department of Physics, Penn State University + + ''' + #test whether it is already a Directed Acyclic Graph + self_loops = [edge[0] for edge in G.edges() if edge[0]==edge[1] ] #all the nodes that are self_loops + Gtemp = G.copy() + Gtemp.remove_nodes_from(self_loops) + if nx.is_directed_acyclic_graph(Gtemp): + return self_loops + #map the network into a format required by FVS_local search + G_formatted, mapping, inverse_mapping = python_format(G) + N = len(G.nodes()) + #maximum iteration times for inner loop + maxMvt = maxMvt_factor*N + #calculate the longest topological order inside the given graph + S_optimal_formatted = FVS10.FVS_local_search(G_formatted, T_0, alpha, maxMvt, maxFail, randomseed) + #map the topological order back to the names in the original graph + S_optimal = [inverse_mapping[node] for node in S_optimal_formatted] + #minimum FVS is all the nodes minus nodes in the topological order + FVS_set = set(G.nodes())-set(S_optimal) + FVS = [node for node in FVS_set] + #check that we do obtain a FVS through checking G\FVS is a Directed Acyclic Graph + Gprime=G.copy() + Gprime.remove_nodes_from(FVS) + assert nx.is_directed_acyclic_graph(Gprime) + return FVS + + +def FVS_disconnected(G, T_0, alpha, maxMvt_factor, maxFail, randomseed): + ''' + Returns an approximation of minimum Feedback Vertex Set (FVS) for a disconnected DiGraph G. + This function is part of FVS(). Do not call this function directly. + See more information at FVS(). + + For each weakly connnected component of the original graph, + call FVS_weakly_connected to calculate FVS of each component. + The result is the union of the FVS of each component. + + + Parameters + ---------- + G : A disconnected NetworkX DiGraph + T_0 : the initial temperature in SA + alpha : the cooling multiplier for temperatue in the geometric cooling regime + maxMvt_factor : maxMvt_factor times network size is the number of iterations for the inner loop given a fixed temperatue + maxFail : FVS_local_search stops when maxFail number of outloops (temperatue) fail to improve the result + randomseed: random seed for generating random numbers + + Returns + ------- + An approximation of the minimum FVS of the given graph as a list. + + + Notes + ----- + The code is written by Gang Yang, Department of Physics, Penn State University + ''' + + wccs = nx.weakly_connected_component_subgraphs(G) + FVS=[] + for wcc in wccs: + FVS_temp = FVS_weakly_connected(wcc, T_0, alpha, maxMvt_factor, maxFail, randomseed) + FVS.extend(FVS_temp) + return FVS + + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_python3/FVS_localsearch_10_python.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/FVS_python3/FVS_localsearch_10_python.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,193 @@ +''' +This file contains functions used to calculate feedback vertex set for directed graph + +The major function is the FVS_local_search(), which calculate maximum sub topological ordering of a graph +The algorithm is given by "Applying local search to feedback vertex set problem" +Author of the paper Philippe Galinier, Eunice Lemamou, Mohamed Wassim Bouzidi +The code mimic the pseudocode given in Page 805 in that paper +The code is written by Gang Yang, Penn State University +''' + + +import networkx as nx +import random +import math +import array + + + +#the following two function calculate the position for the candidate given the existing topological ordering S +def get_position_minus(candidate_incoming_neighbour, S): + ''' + get_position_minus return position as just after its numbered in-coming neighbours + As in the paper, the function return i_minus(v) + ''' + position = 1 + for x in range(len(S)-1,-1,-1): #we loop through index from the end as we try to find the largest index of numbered incoming neighbour + if S[x] in candidate_incoming_neighbour: + position = x+2 #2 comes from we need to put candidate after the incoming neighbour and also the position count from 1 instead of 0 + return position + return position #put the candidate in the first position if there is no numbered incoming neighbour + + + +def get_position_plus(candidate_outgoing_neighbour, S): + ''' + get_position_plus return position as just before its numbered out-going neighbours + As in the paper, the function return i_plus(v) + ''' + position = 1+len(S) + for x in range(len(S)): #we loop through index from the beginning as we try to find the smallest index of numbered outgoing neighbour + if S[x] in candidate_outgoing_neighbour: + position = x+1 #1 comes from the fact position count from 1 instead of 0 + return position + return position #put the candidate in the first position if there is no numbered outgoing neighbour + + + +def FVS_local_search(G_input, T_0, alpha, maxMvt, maxFail, randomseed=None): + ''' + Returns an maximum sub topological ordering of a DiGraph G. + FVS is G_input \ the topological ordering + A topological ordering of a graph is an ordering of vertices such that + the starting point of every arc occurs earlier in the ordering than + the endpoint of the art. + + This algorithm is a fast approximation based on simulating annealing(SA) of a noval local search strategy [1]_. + The code follows the pseudocode given in Page 805 in that paper. + + + Parameters + ---------- + G : NetworkX Graph/DiGraph, result for MultiGraph is not tested + T_0 : the initial temperature in SA + alpha : the cooling multiplier for temperatue in the geometric cooling regime + maxMvt_factor : maxMvt_factor times network size is the number of iterations for the inner loop given a fixed temperatue + maxFail : FVS_local_search stops when maxFail number of outloops (temperatue) fail to improve the result + randomseed: random seed for generating random numbers + + Returns + ------- + An approximation of the maximum ordering of the given graph as a list. + + + Notes + ----- + The code is written by Gang Yang, Department of Physics, Penn State University + + + References + ---------- + ..[1] Galinier, P., Lemamou, E. & Bouzidi, M.W. J Heuristics (2013) 19: 797. doi:10.1007/s10732-013-9224-z + + ''' + #set a random seed + random.seed(randomseed) + G=G_input.copy() + N= len(G.nodes()) #number of nodes in the graph + edges=G.edges() + + + #Initialization + T = T_0 #set initial temperatue + nbFail = 0 #Outer loop counter to record failure times + S = [] #list to record the ascending ordering + S_optimal = [] #list to record the optimal ordering + + + #calculate parent and child node for each node + parent = [{} for i in range(N)] + child = [{} for i in range(N)] + + for edge in edges: + child[int(edge[0])][int(edge[1])]=None + parent[int(edge[1])][int(edge[0])]=None + + #all the nodes that are self_loops + self_loops = [edge[0] for edge in edges if edge[0]==edge[1]] + print(self_loops) + #all the nodes that is not in S + unnumbered=[x for x in range(N) if x not in self_loops] + N_unnumbered = len(unnumbered) + while nbFail< maxFail: + nbMvt = 0 #Inner loop counter to record movement times + failure = True #if cardinal of S increase after one inner loop, failure will be set to false + while nbMvt < maxMvt: + candidate_index = random.randint(0, N_unnumbered-1) + candidate = unnumbered[candidate_index] #random pick a node from all unnumbered node + position_type = random.randint(0,1) #random choose a position type + #calculate incoming/outgoing neighbour for the candidate node, store as keys in the dict + candidate_incoming_neighbour = parent[candidate] + candidate_outgoing_neighbour = child[candidate] + #see how to find the position on Page 803 of the paper + #position_type=1 means just after incoming neighbours + if position_type==1: + position = get_position_minus(candidate_incoming_neighbour,S) + #position_type=0 means just before outgoint neighbours + elif position_type==0: + position = get_position_plus(candidate_outgoing_neighbour,S) + + #first, insert the candidate to the given position + S_trail = S[:] #copy the list + S_trail.insert(position-1,candidate) + + #second remove all the conflict + #break the sequence into two parts: before and after the candidate node and + S_trail_head= S_trail[:position-1] + S_trail_tail= S_trail[position:] + #determine conflict node See page 801 + if position_type==1: + CV_pos=[] #conflict before the newly inserted node in the topological ordering + for x in range(len(S_trail_head)): + nodetemp=S_trail_head[x] + #print nodetemp,candidate_outgoing_neighbour,nodetemp in candidate_outgoing_neighbour + if nodetemp in candidate_outgoing_neighbour: + CV_pos.append(nodetemp) + conflict=CV_pos #there won't be conflict after the inserted node as the node inserted after its incoming neighbour + elif position_type==0: + CV_neg=[] #conflict after the newly inserted node in the topological ordering + for x in range(len(S_trail_tail)): + nodetemp=S_trail_tail[x] + #print nodetemp,candidate_incoming_neighbour,nodetemp in candidate_incoming_neighbour + if nodetemp in candidate_incoming_neighbour: + CV_neg.append(nodetemp) + conflict=CV_neg #there won't be conflict before the inserted node as the node inserted before its outgoing neighbour + #finally remove the conflict node + N_conflict=len(conflict) + if N_conflict>0: + for i in range(N_conflict): + S_trail.remove(conflict[i]) + + #third, evaluate the move + #delta_move=-len(S_trail)+len(S) + delta_move=N_conflict-1 + #accept all the move that is not harmful, otherwise use metrospolis algorithm + if delta_move<=0 or math.exp(-delta_move/float(T))>random.random(): + S = S_trail[:] + #update unnumbered nodes + unnumbered.remove(candidate) #remove the node just inserted + if N_conflict>0: #add all the conflict node just removed + for i in range(N_conflict): + unnumbered.append(conflict[i]) + N_unnumbered+=delta_move + nbMvt = nbMvt+1 + #update S_optimal only when there is increase in cardinal of the sequence + if len(S)>len(S_optimal): + S_optimal = S[:] + failure = False + if N_unnumbered==0: + return S_optimal + + #Increment the failure times if no progress in size of the sequence + if failure==True: + nbFail+=1 + else: #otherwise reset the num of failure times + nbFail=0 + #shrink the temperatue by factor alpha + T=T*alpha + #print T + #print nbFail + return S_optimal + + + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_python3/FVS_localsearch_10_python.py.bak --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/FVS_python3/FVS_localsearch_10_python.py.bak Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,193 @@ +''' +This file contains functions used to calculate feedback vertex set for directed graph + +The major function is the FVS_local_search(), which calculate maximum sub topological ordering of a graph +The algorithm is given by "Applying local search to feedback vertex set problem" +Author of the paper Philippe Galinier, Eunice Lemamou, Mohamed Wassim Bouzidi +The code mimic the pseudocode given in Page 805 in that paper +The code is written by Gang Yang, Penn State University +''' + + +import networkx as nx +import random +import math +import array + + + +#the following two function calculate the position for the candidate given the existing topological ordering S +def get_position_minus(candidate_incoming_neighbour, S): + ''' + get_position_minus return position as just after its numbered in-coming neighbours + As in the paper, the function return i_minus(v) + ''' + position = 1 + for x in range(len(S)-1,-1,-1): #we loop through index from the end as we try to find the largest index of numbered incoming neighbour + if S[x] in candidate_incoming_neighbour: + position = x+2 #2 comes from we need to put candidate after the incoming neighbour and also the position count from 1 instead of 0 + return position + return position #put the candidate in the first position if there is no numbered incoming neighbour + + + +def get_position_plus(candidate_outgoing_neighbour, S): + ''' + get_position_plus return position as just before its numbered out-going neighbours + As in the paper, the function return i_plus(v) + ''' + position = 1+len(S) + for x in range(len(S)): #we loop through index from the beginning as we try to find the smallest index of numbered outgoing neighbour + if S[x] in candidate_outgoing_neighbour: + position = x+1 #1 comes from the fact position count from 1 instead of 0 + return position + return position #put the candidate in the first position if there is no numbered outgoing neighbour + + + +def FVS_local_search(G_input, T_0, alpha, maxMvt, maxFail, randomseed=None): + ''' + Returns an maximum sub topological ordering of a DiGraph G. + FVS is G_input \ the topological ordering + A topological ordering of a graph is an ordering of vertices such that + the starting point of every arc occurs earlier in the ordering than + the endpoint of the art. + + This algorithm is a fast approximation based on simulating annealing(SA) of a noval local search strategy [1]_. + The code follows the pseudocode given in Page 805 in that paper. + + + Parameters + ---------- + G : NetworkX Graph/DiGraph, result for MultiGraph is not tested + T_0 : the initial temperature in SA + alpha : the cooling multiplier for temperatue in the geometric cooling regime + maxMvt_factor : maxMvt_factor times network size is the number of iterations for the inner loop given a fixed temperatue + maxFail : FVS_local_search stops when maxFail number of outloops (temperatue) fail to improve the result + randomseed: random seed for generating random numbers + + Returns + ------- + An approximation of the maximum ordering of the given graph as a list. + + + Notes + ----- + The code is written by Gang Yang, Department of Physics, Penn State University + + + References + ---------- + ..[1] Galinier, P., Lemamou, E. & Bouzidi, M.W. J Heuristics (2013) 19: 797. doi:10.1007/s10732-013-9224-z + + ''' + #set a random seed + random.seed(randomseed) + G=G_input.copy() + N= len(G.nodes()) #number of nodes in the graph + edges=G.edges() + + + #Initialization + T = T_0 #set initial temperatue + nbFail = 0 #Outer loop counter to record failure times + S = [] #list to record the ascending ordering + S_optimal = [] #list to record the optimal ordering + + + #calculate parent and child node for each node + parent = [{} for i in range(N)] + child = [{} for i in range(N)] + + for i in range(len(edges)): + edege = edges[i] + child[int(edge[0])][int(edge[1])]=None + parent[int(edge[1])][int(edge[0])]=None + + #all the nodes that are self_loops + self_loops = [edges[i][0] for i in range(len(edges)) if edges[i][0]==edges[i][1]] + #all the nodes that is not in S + unnumbered=[x for x in range(N) if x not in self_loops] + N_unnumbered = len(unnumbered) + while nbFail< maxFail: + nbMvt = 0 #Inner loop counter to record movement times + failure = True #if cardinal of S increase after one inner loop, failure will be set to false + while nbMvt < maxMvt: + candidate_index = random.randint(0, N_unnumbered-1) + candidate = unnumbered[candidate_index] #random pick a node from all unnumbered node + position_type = random.randint(0,1) #random choose a position type + #calculate incoming/outgoing neighbour for the candidate node, store as keys in the dict + candidate_incoming_neighbour = parent[candidate] + candidate_outgoing_neighbour = child[candidate] + #see how to find the position on Page 803 of the paper + #position_type=1 means just after incoming neighbours + if position_type==1: + position = get_position_minus(candidate_incoming_neighbour,S) + #position_type=0 means just before outgoint neighbours + elif position_type==0: + position = get_position_plus(candidate_outgoing_neighbour,S) + + #first, insert the candidate to the given position + S_trail = S[:] #copy the list + S_trail.insert(position-1,candidate) + + #second remove all the conflict + #break the sequence into two parts: before and after the candidate node and + S_trail_head= S_trail[:position-1] + S_trail_tail= S_trail[position:] + #determine conflict node See page 801 + if position_type==1: + CV_pos=[] #conflict before the newly inserted node in the topological ordering + for x in range(len(S_trail_head)): + nodetemp=S_trail_head[x] + #print nodetemp,candidate_outgoing_neighbour,nodetemp in candidate_outgoing_neighbour + if nodetemp in candidate_outgoing_neighbour: + CV_pos.append(nodetemp) + conflict=CV_pos #there won't be conflict after the inserted node as the node inserted after its incoming neighbour + elif position_type==0: + CV_neg=[] #conflict after the newly inserted node in the topological ordering + for x in range(len(S_trail_tail)): + nodetemp=S_trail_tail[x] + #print nodetemp,candidate_incoming_neighbour,nodetemp in candidate_incoming_neighbour + if nodetemp in candidate_incoming_neighbour: + CV_neg.append(nodetemp) + conflict=CV_neg #there won't be conflict before the inserted node as the node inserted before its outgoing neighbour + #finally remove the conflict node + N_conflict=len(conflict) + if N_conflict>0: + for i in range(N_conflict): + S_trail.remove(conflict[i]) + + #third, evaluate the move + #delta_move=-len(S_trail)+len(S) + delta_move=N_conflict-1 + #accept all the move that is not harmful, otherwise use metrospolis algorithm + if delta_move<=0 or math.exp(-delta_move/float(T))>random.random(): + S = S_trail[:] + #update unnumbered nodes + unnumbered.remove(candidate) #remove the node just inserted + if N_conflict>0: #add all the conflict node just removed + for i in range(N_conflict): + unnumbered.append(conflict[i]) + N_unnumbered+=delta_move + nbMvt = nbMvt+1 + #update S_optimal only when there is increase in cardinal of the sequence + if len(S)>len(S_optimal): + S_optimal = S[:] + failure = False + if N_unnumbered==0: + return S_optimal + + #Increment the failure times if no progress in size of the sequence + if failure==True: + nbFail+=1 + else: #otherwise reset the num of failure times + nbFail=0 + #shrink the temperatue by factor alpha + T=T*alpha + #print T + #print nbFail + return S_optimal + + + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_python3/FVS_test.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/FVS_python3/FVS_test.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,34 @@ +''' +This file contains test cases to test the FVS function. +''' + +import networkx as nx +import random +from FVS_python3 import FVS as FVS + + +#A random graph example +N=6 +M=12 +G1=nx.gnm_random_graph(N, M, seed=None, directed=True) +#calculate FVS +G1_FVS=FVS.FVS(G1) +print(G1.edges()) +print(G1_FVS) + +#A fixed graph example, the solution should be ['A'] +G2=nx.DiGraph() +G2.add_edges_from([('A','B'),('B','C'),('C','A'),('A','D'),('D','A')]) +#calculate FVS +G2_FVS=FVS.FVS(G2) +print(G2.edges()) +print(G2_FVS) + +#A three node feedback loops. The solution could be any node. +#With fixed randomseed, one should get the same answer. +G3=nx.DiGraph() +G3.add_edges_from([('A','B'),('B','C'),('C','A')]) +#calculate FVS +G3_FVS=FVS.FVS(G3, T_0=0.6, alpha=0.99, maxMvt_factor=5, maxFail=50, randomseed=1) +print(G3.edges()) +print(G3_FVS) diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_python3/README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/FVS_python3/README.md Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,102 @@ +# README + +# I) THE METHOD +This repository contains functions used to approximate the minimum feedback vertex set (FVS) of a directed graph, a problem whose exact solution is known to be NP-hard. This algorithms was used to estimate the size of the minimum FVS in a recent paper "Zañudo, J. G. T., Yang, G., & Albert, R. (2017). PNAS 114: 28, 7234–7239, doi: 10.1073/pnas.1617387114". + +This algorithm identifies a near-minimum feedback vertex set using simulated annealing (SA) and a local search of topological ordering. The algorithm is describe in the paper "Galinier, P., Lemamou, E. & Bouzidi, M.W. J Heuristics (2013) 19: 797. doi:10.1007/s10732-013-9224-z". The code follows the pseudocode given in Page 805 in that paper. + +The originally code was written in Python 2.7, and this updated version seems to work for Python 3 (although it is still not fully tested). The module requires NetworkX 1.11. + +Another version written in Cython is available at https://github.com/yanggangthu/FVS_cython. The cython version is typically 5-10 times faster than the python version. It has not been updated for use in Python 3. + + +# II) STRUCTURE OF MODULE +Related functions are stored in FVS.py and FVS_localsearch_10_python.py. + +Core functions of finding a maximum sub topological ordering of a given graph (which is equivalent to identifying a minimum FVS) is written in FVS_localsearch_10_python.py. + +FVS.py is a wrapper, that deals with graph input and identifies a near-minimum FVS by subtracting the nodes in the topological ordering from all the nodes. + +FVS_test.py contains three examples illustrating how to use the code. + +# III) INSTRUCTIONS + +To use this module, import FVS and call FVS() just as a regular function. The function can take 6 paramters listed below and only the first (the graph) is neccessary. + +This was tested in anaconda3 creating an environment "py37_FVS" with Python=3.7 and networkx=1.1: + +``` +conda create -n py3_FVS python=3.7 networkx=1.11 +``` + +From there, the FVS_python3 folder with the contents of the repository was moved to *anaconda3/envs/py37_FVS/lib/python3.7/site-packages*. With that, the *FVS_test.py* runs as it should: + +``` +python FVS_test.py + +[(0, 4), (0, 1), (1, 0), (2, 1), (2, 4), (2, 5), (2, 3), (3, 5), (3, 4), (4, 1), (5, 2), (5, 0)] +[0, 2] +[('A', 'B'), ('A', 'D'), ('B', 'C'), ('C', 'A'), ('D', 'A')] +['A'] +[('A', 'B'), ('B', 'C'), ('C', 'A')] +['B'] +``` + +Parameters +---------- +G : NetworkX Graph/DiGraph, result for MultiGraph is not tested +T_0 : the initial temperature in SA +alpha : the cooling multiplier for temperatue in the geometric cooling regime +maxMvt_factor : maxMvt_factor times network size is the number of iterations for the inner loop given a fixed temperatue +maxFail : FVS_local_search stops when maxFail number of outloops (temperatue) fail to improve the result +randomseed: random seed for generating random numbers + +Default Parameter Values +----------------------- +T_0 = 0.6, alpha = 0.99, maxMvt_factor = 5, maxFail = 50, randomseed=None +The default values are suggested by the author of the paper. +T_0 and maxFail are chosen after a limited number of preliminary experiments +alpha is chosen more arbitrarily, however alpha should be a positive number slightly smaller than 1. +Increase alpha or maxMvt_factor or maxFail will increase the time of finding FVS. + +Returns +------- +An approximation of the minimum FVS of the given graph as a list. + +# IV) EXAMPLES + +``` +import networkx as nx +from FVS_python3 import FVS as FVS +``` +Here we construct an example with an optimal solution. G2_FVS shoule be ['A'] as a list. + +``` +G2=nx.DiGraph() +G2.add_edges_from([('A','B'),('B','C'),('C','A'),('A','D'),('D','A')]) +G2_FVS=FVS.FVS(G2) +``` + +Here we construct an example of three-node feedback loops. +We show how you change all the parameters and set a random seed. +Your result should be the same with the same randomseed. +``` +G3=nx.DiGraph() +G3.add_edges_from([('A','B'),('B','C'),('C','A')]) +G3_FVS=FVS.FVS(G3, T_0=0.6, alpha=0.99, maxMvt_factor=5, maxFail=50, randomseed=1) +``` + + + +# V) COPYRIGHT + + +The MIT License (MIT) + +Copyright (c) 2017 Gang Yang and Reka Albert. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_python3/__init__.py diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_python3/__pycache__/FVS.cpython-36.pyc Binary file tools/myTools/bin/FVS_python3/__pycache__/FVS.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_python3/__pycache__/FVS_localsearch_10_python.cpython-36.pyc Binary file tools/myTools/bin/FVS_python3/__pycache__/FVS_localsearch_10_python.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_python3/__pycache__/__init__.cpython-36.pyc Binary file tools/myTools/bin/FVS_python3/__pycache__/__init__.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/FVS_run.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/FVS_run.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,27 @@ +#!/usr/bin/env python3 + +import networkx as nx +import random +from FVS_python3 import FVS as FVS +import re +import csv +import sys + +outputfile=open('fvs.txt','w+') +edges=open(sys.argv[1]).readlines() #open network file +data1=[(line.strip().split()[0],line.strip().split()[1],line.strip().split()[2]) for line in edges] +for elem in data1: + if elem[0]==elem[2]: + if elem[1]=="inhibits": + data1.remove(elem) +data=[tuple([line[0],line[2]]) for line in data1] #creates tuple from file +G3=nx.DiGraph() +G3.add_edges_from(data) + +G3_FVS1=FVS.FVS(G3, T_0=0.6, alpha=0.99, maxMvt_factor=5, maxFail=10,randomseed=1) +G3_FVS1.sort() + +outputfile.write('name'+'\n') +outputfile.write("\n".join(map(str, G3_FVS1))) + +outputfile.close() diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/SFA_exp_attr.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/SFA_exp_attr.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,68 @@ +#!/usr/bin/env python3 +# ----------------------------------------------------------- +# SimulateAttractors.py +## estimate experimental attractors +## calculate the median of the resistant and vehicle attractors +#----------------------------------------------------------- + + +import os +import numpy as np +import pandas as pd +import networkx as nx +import random +import sfa +import csv +import sys +########INPUTS############ + +fpath = os.path.join(sys.argv[1]) #location of networkfile + +samples=pd.read_csv(sys.argv[2],index_col = 0) ##expression values for data + +class ThreeNodeCascade(sfa.base.Data): + def __init__(self): + super().__init__() + self._abbr = "TNC" + self._name = "A simple three node cascade" + + signs = {'activates':1, 'inhibits':-1} + A, n2i, dg = sfa.read_sif(fpath, signs=signs, as_nx=True) + self._A = A + self._n2i = n2i + self._dg = dg + self._i2n = {idx: name for name, idx in n2i.items()} + + # end of def __init__ +# end of def class + +if __name__ == "__main__": +## initalize parameters from SFA + data = ThreeNodeCascade() + algs = sfa.AlgorithmSet() + alg = algs.create('SP') + alg.data = data + alg.params.apply_weight_norm = True + alg.initialize() + alg.params.exsol_forbidden=True + alg.params.alpha=.9 + + netnodes= list(data.dg.nodes) #get network node names + samples=samples.loc[list(set(netnodes) & set(samples.index))] + n = data.dg.number_of_nodes() #the number of nodes + b = np.zeros((n,)) + + + + logss=pd.DataFrame(index=samples.columns,columns=netnodes,copy=True) + pi=[] + for name, item in samples.iteritems(): #for each experimental sample + enodes=item.index.tolist() + for node in enodes: # set initial state to sample norm exp value + b[data.n2i[node]]=float(str(item.loc[node])) + + x = alg.compute(b,pi) #Run SFA calculation + logss.loc[name,netnodes]=x[0] + logss=logss.astype(float).round(3) +#write out nondisc tables + logss.to_csv('attrs_exp.tsv', sep=' ',float_format='%.3f',index_label="name",chunksize=10000) diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/SFA_insilico.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/SFA_insilico.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,107 @@ +#!/usr/bin/env python3 + + +import os +import numpy as np +import pandas as pd +import networkx as nx +import random +import sfa +import csv +import sys +import statistics + + + +fpath = os.path.join(sys.argv[1]) #location of networkfile +qdata_all=pd.read_csv(sys.argv[2],index_col = 0) +all_samples=pd.read_csv(sys.argv[3],delim_whitespace=True, index_col = False) +npert=int(sys.argv[4]) +phenotypes = all_samples.phenotype.unique() +class ThreeNodeCascade(sfa.base.Data): + def __init__(self): + super().__init__() + self._abbr = "TNC" + self._name = "A simple three node cascade" + + signs = {'activates':1, 'inhibits':-1} + A, n2i, dg = sfa.read_sif(fpath, signs=signs, as_nx=True) + self._A = A + self._n2i = n2i + self._dg = dg + self._i2n = {idx: name for name, idx in n2i.items()} + + # end of def __init__ +# end of def class + + +def gen_basal_states(npert,nnode,pre,opts): + numpert=int(npert) # number of perturbations to generate + numnodes=int(nnode) # number of nodes to generate them for + prefix = pre # prefix for column labels + options=opts.split(',') + df1=pd.DataFrame() + if numpert > len(options)**numnodes: + numpert = len(options)**numnodes + while len(df1.index)numpert: + df1=df1.iloc[0:numpert,] + l1=[] + for i in range(0,numpert): + l1.append(prefix+'_' + str(i+1).rjust(len(str(numpert)), '0')) + df1.index=l1 + + return df1 + + +if __name__ == "__main__": +## initalize parameters from SFA + data = ThreeNodeCascade() + algs = sfa.AlgorithmSet() + alg = algs.create('SP') + alg.data = data + alg.params.apply_weight_norm = True + alg.initialize() + alg.params.exsol_forbidden=True + alg.params.alpha=0.9 + + + + netnodes=list(data.dg.nodes) + expnodes=list(set(netnodes) & set(qdata_all.index)) + samples=gen_basal_states(npert,len(expnodes),'attr','0,-1,1') + samples.columns=expnodes + n = data.dg.number_of_nodes() #the number of nodes + b = np.zeros((n,)) + switch_num = int(len(samples)/len(phenotypes)) + (len(phenotypes) % len(samples) > 0) + l=0 + logss=pd.DataFrame(index=samples.index,columns=netnodes,copy=True) + for i in range(len(phenotypes)): + m=switch_num*i + qs = all_samples[all_samples.isin([phenotypes[i]]).any(axis=1)]['name'].tolist() + qdata=qdata_all.loc[:,qs] + pi=[] + samples2=samples.iloc[l:switch_num+m] + minv=pd.Series(index = qdata.index, data = [np.amin(qdata.loc[node,]) for node in qdata.index]) + maxv=pd.Series(index = qdata.index, data = [np.amax(qdata.loc[node,]) for node in qdata.index]) + q1=pd.Series(index = qdata.index, data = [np.quantile(qdata.loc[node,],.33) for node in qdata.index]) + q2=pd.Series(index = qdata.index, data = [np.quantile(qdata.loc[node,],.66) for node in qdata.index]) + + for name, item in samples2.iterrows(): #for each simulated initial condition + enodes=item.index.tolist() + for node in enodes: # set initial state to simulated value + if item.loc[node]==1: # if 1 + number=np.random.uniform(low=q2[node], high=maxv[node]) #generate a random value for the node in the upper quartile + elif item.loc[node]==-1: # if -1 + number=np.random.uniform(low=minv[node], high=q1[node]) #generate a random value for the node in the lower quartile + else: #item.loc[node]==0 + number=np.random.uniform(low=q1[node], high=q2[node]) #generate a random value for the node in the middle + b[data.n2i[node]]=number + x = alg.compute(b,pi) # Run SFA calculation + logss.loc[name,netnodes]=x[0] + l=switch_num+m + logss=logss.astype(float).round(3) + logss.to_csv('attrs_insilico.tsv', sep=' ',float_format='%.3f',index_label="name",chunksize=10000) \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/SFA_virtscreen.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/SFA_virtscreen.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,86 @@ +#!/usr/bin/env python3 +import os +import numpy as np +import pandas as pd +import networkx as nx +import random +import sfa +import csv +from sys import argv +from sklearn.preprocessing import StandardScaler +import itertools +########INPUTS############ +fpath = os.path.join( argv[1]) # location of networkfile +samples=pd.read_csv(argv[2],index_col = 0) # input samples (normexp initial states) +inits=argv[3] #the initial states of interest + +phenotypes = pd.read_csv(argv[4],delim_whitespace=True, index_col = False) +initz = phenotypes[phenotypes.isin([inits]).any(axis=1)]['name'].tolist() +samples = samples[initz] + +FC_nodes=open(argv[5]).read().strip().split('\n') # FC set +FC_perts=pd.read_csv(argv[6],delim_whitespace=True,index_col=0,header=0,names=FC_nodes) + + +class ThreeNodeCascade(sfa.base.Data): + def __init__(self): + super().__init__() + self._abbr = "TNC" + self._name = "A simple three node cascade" + + signs = {'activates':1, 'inhibits':-1} + A, n2i, dg = sfa.read_sif(fpath, signs=signs, as_nx=True) + self._A = A + self._n2i = n2i + self._dg = dg + self._i2n = {idx: name for name, idx in n2i.items()} + + # end of def __init__ +# end of def class + +if __name__ == "__main__": +## initalize parameters from SFA + data = ThreeNodeCascade() + algs = sfa.AlgorithmSet() + alg = algs.create('SP') + alg.data = data + alg.params.apply_weight_norm = True + alg.initialize() + alg.params.exsol_forbidden=True + alg.params.alpha=0.9 + + + netnodes= list(data.dg.nodes) + + n = data.dg.number_of_nodes() #the number of nodes + b = np.zeros((n,)) + + alllogss=pd.DataFrame() + for name, item in samples.iteritems(): #for each simulated initial condition + logss=pd.DataFrame(index=FC_perts.index,columns=netnodes,copy=True) # create dataframe for the FC perturbations + enodes=item.index.tolist() # get expressed nodes + for node in enodes: # set initial state to simulated value + b[data.n2i[node]]=float(str(item.loc[node])) + for name2,item2 in FC_perts.iterrows(): # for each FCnode perturbation + pnode=item2.index.tolist() + pi = [] + for node in pnode: #if logFC.loc[node].at['logFC']>0: # if the logfc is postive (res > veh) + if int(item2.loc[node])==-1: #if the perturbation is 0 + if node in enodes: + b[data.n2i[node]]=float(str(item.loc[node]))-2.5*(float(str(item.loc[node]))) #downregulate the expression. fix to 0 + else: + b[data.n2i[node]]=-2.5 #downregulate the expression. fix to 0 + pi.append(data.n2i[node]) + if int(item2.loc[node])==1: #if the perturbation is 1 + if node in enodes: + b[data.n2i[node]]=float(str(item.loc[node]))+2.5*(float(str(item.loc[node]))) #upregulate the expression + else: + b[data.n2i[node]]=2.5 #upregulate the expression + pi.append(data.n2i[node]) + x = alg.compute(b,pi) # Run SFA calculation + logss.loc[name2,netnodes]=x[0] + logss=logss.astype(float).round(3) + alllogss=pd.concat([alllogss,logss],axis=0) + multi=pd.MultiIndex.from_product([samples.columns.tolist(),FC_perts.index.tolist()],names=['replicate', 'perturbation']) + alllogss.set_index(multi,inplace=True) + alllogss.to_csv('pert_logss.txt', sep=' ',float_format='%.3f',chunksize=10000) \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/class_and_consensus.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/class_and_consensus.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,62 @@ +#!/usr/bin/env python3 +import pandas as pd +from sklearn.naive_bayes import GaussianNB +from sklearn.ensemble import RandomForestClassifier +from sklearn.svm import SVC +from collections import Counter +import sys +def main(): + train=sys.argv[1].split(',') #train attractors + df_attr=pd.DataFrame() + for j in train: + dfj=pd.read_csv(j, delim_whitespace=True,index_col = ["name"]) + df_attr=pd.concat([df_attr,dfj],axis=0) + #df_attr=df_attr.drop_duplicates() + df_perturb=pd.read_csv(sys.argv[2], delim_whitespace=True,index_col=[0,1]) + + df_labels=pd.read_csv(sys.argv[3], delim_whitespace=True,index_col = ["name"]) # kmeans results + labels=df_labels['clusters'].tolist() + + gnb = GaussianNB() + gnb.fit(df_attr,labels) #do knn with attractor landscape + perturb_lab=gnb.predict(df_perturb) # predict clusters for perturbations + #create dataframe of perturabtion and clusters + NB_label=pd.DataFrame(index=df_perturb.index) + NB_label['clusters']=perturb_lab + + regressor = RandomForestClassifier(n_estimators=100, random_state=1) + regressor.fit(df_attr,labels) #do knn with attractor landscape + perturb_lab=regressor.predict(df_perturb) # predict clusters for perturbations + #create dataframe of perturabtion and clusters + RF_label=pd.DataFrame(index=df_perturb.index) + RF_label['clusters']=perturb_lab + + + svm=SVC(gamma='auto',random_state=4) #intialize knn + svm.fit(df_attr,labels) #do knn with attractor landscape + perturb_lab=svm.predict(df_perturb) # predict clusters for perturbations + #create dataframe of perturabtion and clusters + SVM_label=pd.DataFrame(index=df_perturb.index) + SVM_label['clusters']=perturb_lab + + consensus=[] + + for df in (SVM_label,NB_label,RF_label): + df=df.where(df==0, None) + df['count']=df.apply(lambda x: x.count(), axis=1) + if df.index.nlevels>1: + consensus.append(df.loc[df['count']>=1].index.get_level_values('perturbation').to_list()) + else: + consensus.append(df.loc[df['count']>1].index.to_list()) + cencount=Counter(x for sublist in consensus for x in sublist) + + if df.index.nlevels>1: + keys = [k for k, v in cencount.items() if v >=len(df.index.unique('replicate').tolist())*2] + else: + keys = [k for k, v in cencount.items()] + + with open('crit1perts.txt','w') as f: + for item in keys: + f.write("%s\n" % item) + +main() \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/crit2.R --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/crit2.R Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,74 @@ +#!/usr/bin/env Rscript +.libPaths('~/R_libs_36') +args = commandArgs(trailingOnly=TRUE) + +library(plyr) +library("dplyr", warn.conflicts = FALSE) +library(reshape2) +library(readr) +getwd() + +exp<-read.delim(args[1],sep=" ",row.names = 1) +samples<-read.delim(args[2],sep="\t",row.names = 1) +exp<-exp %>% dplyr::filter(row.names(exp) %in% row.names(samples)) +desired<-args[3] +undesired<-args[4] +filter<-args[5] + + +dfdes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% desired,,drop=FALSE])) +meandes<- apply(dfdes,2,mean) +dfundes<- exp %>% filter(rownames(exp) %in% rownames(samples[samples$phenotype %in% undesired,,drop=FALSE])) +meandundes<-apply(dfundes,2,mean) +test<-meandes-meandundes +disc<-test +disc[disc<0]<-0 +disc[disc>0]<-1 +nodes<-colnames(dfdes) + +is<-read.delim(args[6],sep=" ") #internal_markers.txt +isdisc<-is +if (filter=="strict"){ + for (node in nodes){ + if (disc[node]==0){ + val=max(dfdes[,node]) + isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) + } + if (disc[node]==1){ + val=min(dfdes[,node]) + isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) + isdisc[,node]<-replace(isdisc[,node],is[,node]val, 1) + } + if (disc[node]==1){ + val=max(dfdes[,node]) + isdisc[,node]<-replace(isdisc[,node],is[,node]>val, 1) + isdisc[,node]<-replace(isdisc[,node],is[,node]%filter(hammingdist<1) +}else{ + hams1_1<-hammings %>%filter(hammingdist<=length(nodes)-round(.9*length(nodes))) +} + +write.table(hams1_1[,c(1,2)],'crit2_perturbations.txt',quote=FALSE,row.names = FALSE,sep=" ") + + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/generate_perts.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/generate_perts.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,18 @@ +#!/usr/bin/env python3 +import os +import numpy as np +import pandas as pd +import itertools +import csv +import sys + +def main(): + numnodes=len(open(sys.argv[1]).read().strip().split('\n')[1:])# number of perturbations to generate + prefix = sys.argv[2] # prefix for column labels + options=sys.argv[3].split(',') + test=itertools.product(options, repeat=numnodes) + df1=pd.DataFrame(list(test)) + df1=df1.set_index(prefix+'_'+df1.index.astype(str)) + + df1.to_csv('init.txt',sep=' ', index=True,na_rep='NA') +main() diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/get_RONs.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/get_RONs.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 +import pandas as pd +import sys + +def main(): + +# read in sfa attractors + df=pd.read_csv(sys.argv[1], delim_whitespace=True,index_col = ["name"]) +# read in rons + rons = open(sys.argv[2],"r").read().strip().split('\n') +#get the rons and their values + df1=df.loc[:,rons] + df1.to_csv("exp_internalmarkers.tsv",sep=' ',index_label="name",na_rep='NA') +main() \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/get_RONs_getperts.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/get_RONs_getperts.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,17 @@ +#!/usr/bin/env python3 +import pandas as pd +import sys + +def main(): + +# read in sfa attractors + df=pd.read_csv(sys.argv[1], delim_whitespace=True,index_col=[0,1]) + perts=open(sys.argv[3],"r").read().split('\n') + del perts[-1] + #print(perts) +# read in rons + rons = open(sys.argv[2],"r").read().strip().split('\n') +#get the rons and their values + df1=df.loc[pd.IndexSlice[:,perts],rons] + df1.to_csv("internal_markers.txt",sep=' ',na_rep='NA') +main() \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/get_perts.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/get_perts.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,15 @@ +#!/usr/bin/env python3 + +import pandas as pd +import sys + +def main(): + + FC_perts=pd.read_csv(sys.argv[1], delim_whitespace=True) + FC_nodes=open(sys.argv[2]).read().strip().split('\n')[1:] # FC set + extracts_file=pd.read_csv(sys.argv[3], delim_whitespace=True,index_col=0) + extracts=extracts_file.perturbation.unique() + FC_perts.columns=FC_nodes #set index for FC nodes + df1=FC_perts.loc[extracts,:] + df1.to_csv("extracted_perts.txt",sep=' ',index_label="name",na_rep='NA') +main() \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/icn_check1.R --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/icn_check1.R Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,30 @@ +#!/usr/bin/env Rscript + + +args = commandArgs(trailingOnly=TRUE) + +library("plyr") +library("dplyr", warn.conflicts = FALSE) +library("ggplot2") +library("reshape2") +library("readr") + +png(file="experimental_internalmarkers.png") +exp<-read.delim(args[1],sep=" ",row.names = 1) +samples<-read.delim(args[2],sep="\t",row.names = 1) +exp<-exp %>% dplyr::filter(row.names(exp) %in% row.names(samples)) + + +d1exp<-exp +d1exp$phenotype<-samples$phenotype +suppressWarnings({ +suppressMessages({ +mu <- ddply(melt(d1exp), .(variable,phenotype)) + +g1<- ggplot(melt(d1exp),aes(x = value)) + + facet_wrap(~variable,scales = "free_x",shrink=FALSE) + + geom_vline(data=mu,aes(xintercept=value,color=phenotype),linetype="dashed") + +g1 +}) +}) \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/kmeans_full.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/kmeans_full.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,46 @@ +#!/usr/bin/env python3 +import pandas as pd +from scipy import stats +import matplotlib as mpl +mpl.use('Agg') +import matplotlib.pyplot as plt +from sklearn.decomposition import PCA +import numpy as np +from sklearn.datasets import make_blobs +from sklearn.cluster import MiniBatchKMeans +from yellowbrick.cluster.elbow import kelbow_visualizer +import sys +import os + +def main(): +#####Input files and user specifications########### + datasets = sys.argv[1].split(',') #the input data file (logss, DAC, both, or discrete versions) + df=pd.DataFrame() + for i in datasets: + dfi=pd.read_csv(i, delim_whitespace=True,index_col = ["name"]) + df=pd.concat([df,dfi],axis=0) +# Use the quick method and immediately show the figure + df=df.loc[:, (df != 0).any(axis=0)] + + visualizer1=kelbow_visualizer(MiniBatchKMeans(random_state=0,n_init=10),df, k=(2,10),title="optimal k via elbow method") + elbow=visualizer1.elbow_value_ + visualizer1.show('elbow.png',clear_figure=True) + visualizer2=kelbow_visualizer(MiniBatchKMeans(random_state=0,n_init=10),df, k=(2,10),metric='silhouette',title="optimal k via silhouette method") + silhouette=visualizer2.elbow_value_ + visualizer2.show("silhouette.png") + + if elbow==silhouette: + k=elbow + if elbowsilhouette: + k=silhouette +#report out final k-means selected + kmeans = MiniBatchKMeans(n_clusters=k,random_state=0,n_init=100).fit(df) + labels = kmeans.labels_ + df['clusters'] = labels + df2 = pd.DataFrame(index=df.index) + df2['clusters'] = labels + df2.index.name = 'name' + df2.to_csv('kmeans.txt', sep=' ') +main() diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/pertanalysis.R --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/pertanalysis.R Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,24 @@ +#!/usr/bin/env Rscript +.libPaths('~/R_libs_36') +args = commandArgs(trailingOnly=TRUE) + +library("dplyr", warn.conflicts = FALSE) +library(ggplot2) + + +perts_lab<-read.delim(args[1],sep=" ",row.names = 1) + +perts_lab<-replace(perts_lab,perts_lab==-1,"down") +perts_lab<-replace(perts_lab,perts_lab==1,"up") +perts_lab<-replace(perts_lab,perts_lab==0,"nochange") + +df1<-data.frame(perts_lab) +df1$up <- apply(df1, 1, function(x) length(which(x=="up"))) +df1$down<-apply(df1, 1, function(x) length(which(x=="down"))) +df1$total<-df1$up+df1$down +df1<-df1[order(df1$total),] +write.table(df1,"successful_controlnode_perturbations.txt",quote=F) + +# oh<-t(perts_lab) %>% reshape2::melt() +# pdf(file="pertrubation_trends.pdf") +# ggplot(oh, aes(x=value)) + facet_wrap(~Var1,scales = "free_x",shrink=FALSE) + geom_bar(aes(y = (..count..)/nrow(perts_lab))) + scale_y_continuous(labels=scales::percent) \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,19 @@ + + + +from .base import * +from .containers import AlgorithmSet +from .containers import DataSet + +from .stats import * +from .utils import * +from .topology import * +from .fileio import * + +__all__ = [] +__all__ += base.__all__ +__all__ += containers.__all__ +__all__ += stats.__all__ +__all__ += utils.__all__ +__all__ += topology.__all__ +__all__ += fileio.__all__ diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/__init__.cpython-36.pyc Binary file tools/myTools/bin/sfa/__pycache__/__init__.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/__init__.cpython-39.pyc Binary file tools/myTools/bin/sfa/__pycache__/__init__.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/base.cpython-36.pyc Binary file tools/myTools/bin/sfa/__pycache__/base.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/base.cpython-39.pyc Binary file tools/myTools/bin/sfa/__pycache__/base.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/containers.cpython-36.pyc Binary file tools/myTools/bin/sfa/__pycache__/containers.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/containers.cpython-39.pyc Binary file tools/myTools/bin/sfa/__pycache__/containers.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/fileio.cpython-36.pyc Binary file tools/myTools/bin/sfa/__pycache__/fileio.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/fileio.cpython-39.pyc Binary file tools/myTools/bin/sfa/__pycache__/fileio.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/stats.cpython-36.pyc Binary file tools/myTools/bin/sfa/__pycache__/stats.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/stats.cpython-39.pyc Binary file tools/myTools/bin/sfa/__pycache__/stats.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/topology.cpython-36.pyc Binary file tools/myTools/bin/sfa/__pycache__/topology.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/topology.cpython-39.pyc Binary file tools/myTools/bin/sfa/__pycache__/topology.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/utils.cpython-36.pyc Binary file tools/myTools/bin/sfa/__pycache__/utils.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/__pycache__/utils.cpython-39.pyc Binary file tools/myTools/bin/sfa/__pycache__/utils.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/algorithms/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/algorithms/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- + +from .np import NetworkPropagation +from .np import NetworkPropagationParameterSet + +from .sp import SignalPropagation +from .sp import SignalPropagationParameterSet \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/algorithms/__pycache__/__init__.cpython-36.pyc Binary file tools/myTools/bin/sfa/algorithms/__pycache__/__init__.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/algorithms/__pycache__/__init__.cpython-39.pyc Binary file tools/myTools/bin/sfa/algorithms/__pycache__/__init__.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/algorithms/__pycache__/np.cpython-36.pyc Binary file tools/myTools/bin/sfa/algorithms/__pycache__/np.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/algorithms/__pycache__/np.cpython-39.pyc Binary file tools/myTools/bin/sfa/algorithms/__pycache__/np.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/algorithms/__pycache__/sp.cpython-36.pyc Binary file tools/myTools/bin/sfa/algorithms/__pycache__/sp.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/algorithms/__pycache__/sp.cpython-39.pyc Binary file tools/myTools/bin/sfa/algorithms/__pycache__/sp.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/algorithms/np.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/algorithms/np.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,425 @@ +# -*- coding: utf-8 -*- + +import sys + +if sys.version_info <= (2, 8): + from builtins import super + + +import numpy as np +import pandas as pd + +import sfa.base +import sfa.utils + + +class NetworkPropagationParameterSet(sfa.base.ParameterSet): + """ + An object that deals with the parameters + of ``sfa.algorithms.np.NetworkPropagation`` base algorithm. + + Attributes + ---------- + alpha : float + lim_iter : int + apply_weight_norm : bool + use_rel_change : bool + exsol_forbidden : bool + no_inputs : bool + """ + + def __init__(self): + self.initialize() + self._freeze() + + def initialize(self): + """Initialize the parameters with default values. + """ + self._alpha = 0.5 # float value in (0, 1). The default value is 0.5. + self._lim_iter = 1000 + self._apply_weight_norm = False + self._use_rel_change = False + self._exsol_forbidden = False + self._no_inputs = False + + @property + def alpha(self): + r"""Hyperparameter, :math:`\alpha` ~ (0, 1). + It controls the portion of signal flow + in determining the activity. + The default value is 0.5. + """ + return self._alpha + + @alpha.setter + def alpha(self, val): + if not isinstance(val, float): + raise TypeError("alpha should be a float type value in (0,1).") + elif (val <= 0.0) or (val >= 1.0): + raise ValueError("alpha should be within (0,1).") + else: + self._alpha = val + + @property + def lim_iter(self): + """Number of maximum iterations in the iterative method. + """ + return self._lim_iter + + @lim_iter.setter + def lim_iter(self, val): + if not isinstance(val, int): + raise TypeError("lim_iter is a integer type value.") + elif val < 0: + raise ValueError("lim_iter should be greater than 0.") + else: + self._lim_iter = val + + @property + def apply_weight_norm(self): + """Apply the link weight normalization. + """ + return self._apply_weight_norm + + @apply_weight_norm.setter + def apply_weight_norm(self, val): + if not isinstance(val, bool): + raise TypeError( + "apply_weight_norm should be a bool type value.") + self._apply_weight_norm = val + + @property + def use_rel_change(self): + """Use relative change for prediction. + """ + + return self._use_rel_change + + @use_rel_change.setter + def use_rel_change(self, val): + if not isinstance(val, bool): + raise TypeError("use_rel_change should be a bool type value.") + self._use_rel_change = val + + @property + def exsol_forbidden(self): + """Forbid the propagation computation + based on the exact solution. + In other words, use the iterative method. + """ + return self._exsol_forbidden + + @exsol_forbidden.setter + def exsol_forbidden(self, val): + if not isinstance(val, bool): + raise TypeError("exsol_forbidden should be boolean type.") + + self._exsol_forbidden = val + + @property + def no_inputs(self): + """Do not apply the effects of inputs in a given network. + """ + return self._no_inputs + + @no_inputs.setter + def no_inputs(self, val): + if not isinstance(val, bool): + raise TypeError("no_inputs is bool type.") + self._no_inputs = val +# end of def class ParameterSet + + +class NetworkPropagation(sfa.base.Algorithm): + """A base class that defines the basic functionality of + network propagation algorithms. + + Attributes + ---------- + + + """ + + def __init__(self, abbr): + """Constructor of NetworkPropagation. + """ + super().__init__(abbr) + self._name = "Abstract base class for network propagation algorithms" + self._params = NetworkPropagationParameterSet() + + # The following members are assigned the instances in initialize() + self._W = None + self._b = None + self._pi=None + + self._exsol_avail = False # The exact solution is available. + self._M = None # A matrix for getting the exact solution. + self._weight_matrix_invalidated = True + + self._result = sfa.base.Result() + + # end of def __init__ + + @property + def b(self): + return self._b + + @b.setter + def b(self, vec): + self._b = vec + + @property + def pi(self): + return self._pi + + @pi.setter + def pi(self,vec): + self._pi=vec + @property + def W(self): + return self._W + + @W.setter + def W(self, mat): + self._W = mat + self._weight_matrix_invalidated = True + + # end of _W.setter + + def initialize_network(self): + + # Matrix normalization for getting transition matrix + if self._params.apply_weight_norm: + self.W = sfa.utils.normalize(self.data.A) + else: + self.W = np.array(self.data.A, dtype=np.float) + + self._check_dimension(self.W, "transition matrix") + + if not self.params.exsol_forbidden: + # Try to prepare the exact solution + try: + self.prepare_exact_solution() + self._check_dimension(self._M, "exact solution matrix") + self._exsol_avail = True + except np.linalg.LinAlgError: + pass + + if not self._exsol_avail: + self.prepare_iterative_solution() + self._exsol_avail = False + + # end of def _initialize_network + + def _check_dimension(self, mat, mat_name): + """Check whether a given matrix is a square matrix. + """ + if mat.shape[0] != mat.shape[1]: + raise ValueError("The %s should be square matrix." % (mat_name)) + # end of def _check_dimension + + def initialize_basal_activity(self): + N = self.data.A.shape[0] # Number of state variables + self._b = np.zeros(N) + self._pi=[] + # end of def + + def apply_inputs(self, inds, vals): + """ + + Parameters + ---------- + + """ + if self._params.no_inputs: + return + + # Input condition + if hasattr(self.data, 'inputs') and self.data.inputs: + inds_inputs = [self.data.n2i[inp] for inp in self.data.inputs] + vals_inputs = [val for val in self.data.inputs.values()] + inds.extend(inds_inputs) + vals.extend(vals_inputs) + # end of if + + # end of def apply_inputs + + def apply_perturbations(self, targets, inds, vals, W_ptb=None): + if self.data.has_link_perturb and W_ptb is None: + raise ValueError("Weight matrix for perturbation is necessary for " + "the data including link type perturbations.") + + for target in targets: + if self.data.df_ptb is not None: + type_ptb = self.data.df_ptb.ix[target, "Type"] + val_ptb = self.data.df_ptb.ix[target, "Value"] + else: + type_ptb = 'node' + val_ptb = -1 + + if type_ptb == 'node': + inds.append(self.data.n2i[target]) + vals.append(val_ptb) + elif type_ptb == 'link': + idx = self.data.n2i[target] + W_ptb[:, idx] *= val_ptb + elif type_ptb == 'isolation': + idx = self.data.n2i[target] + W_ptb[:, idx] *= val_ptb + W_ptb[idx, :] *= val_ptb + else: + raise ValueError("Undefined perturbation type: %s" % (type_ptb)) + + # end of def apply_perturbations + + def compute_batch(self): + + df_exp = self.data.df_exp # Result of experiment + + # Simulation result + sim_result = np.zeros(df_exp.shape, dtype=np.float) + + b = self._b + pi=self._pi + + if self._params.use_rel_change: + inds_ba = [] # Indices of nodes to be perturbed + vals_ba = [] # Basal activity + self.apply_inputs(inds_ba, vals_ba) + b[inds_ba] = vals_ba + x_cnt = self.compute(b) + + W_cnt = self.W + + # Main loop of the simulation + for i, targets_ptb in enumerate(self.data.names_ptb): + inds_ba = [] # Indices of nodes to be perturbed + vals_ba = [] # Basal activity + self.apply_inputs(inds_ba, vals_ba) # Apply the input condition + + if self.data.has_link_perturb: + W_ptb = W_cnt.copy() + self.apply_perturbations(targets_ptb, inds_ba, vals_ba, W_ptb) + self.W = W_ptb + else: + self.apply_perturbations(targets_ptb, inds_ba, vals_ba) + + b_store = b[inds_ba] + b[inds_ba] = vals_ba + x_exp = self.compute(b) + + # Result of a single condition + if self._params.use_rel_change: # Use relative change + x_diff = (x_exp - x_cnt) + rel_change = x_diff + res_single = rel_change[self.data.iadj_to_idf] + else: + res_single = x_exp[self.data.iadj_to_idf] + + sim_result[i, :] = res_single + b[inds_ba] = b_store + # end of for + + self.W = W_cnt + + df_sim = pd.DataFrame(sim_result, + index=df_exp.index, + columns=df_exp.columns) + + # Get the result of elements in the columns of df_exp. + self._result.df_sim = df_sim[df_exp.columns] + + # end of def compute_batch + + def prepare_exact_solution(self): + """Prepare to get the matrix for the exact solution. + """ + # end of def _prepare_exact_solution + + def prepare_iterative_solution(self): + """Prepare to get the solution from the iterative method. + """ + # end of def _prepare_iterative_solution + + def compute(self, b, pi): + if self.params.exsol_forbidden is True \ + or self._exsol_avail is False: + alpha = self._params.alpha + W = self.W + lim_iter = self._params.lim_iter + x_ss, _ = self.propagate_iterative(W, b, b,pi, a=alpha, + lim_iter=lim_iter) + return x_ss, _ # x at steady-state (i.e., stationary state) + else: + return self.propagate_exact(b) + + # end of def compute + + def propagate_exact(self, b): + """Obtain the activity at steady-state + based on the exact solution of network propagation. + + Parameters + ---------- + b : numpy.ndarray + 1D array of basal activity. + + Returns + ------- + x : numpy.ndarray + The exact solution of the activity at steady-state + in 1D array. + """ + raise NotImplementedError("propagate_exact is not implemented") + + def propagate_iterative(self, + W, + xi, + b, + pi, + a=0.5, + lim_iter=1000, + tol=1e-5, + get_trj=False): + + r"""Compute network propagation based on the iterative method. + This method should be used if we want to obtain the trajectory. + + Parameters + ---------- + W: numpy.ndarray + 2D array for weight matrix. + xi: numpy.ndarray + 1D array for initial state. + b: numpy.ndarray + 1D array for basal activity. + a: real number, optional + Hyperparameter, :math:`\alpha`, ~ (0, 1). + The default value is 0.5. + lim_iter: int, optional + Number of maximum iterations in the iterative method. + Computation terminates when the iteration reaches ``lim_iter``. + The default value is 1000. + tol: float, optional + Tolerance for terminating iteration. + Iteration continues, if Frobenius norm of + :math:`x(t+1)-x(t)` is greater than ``tol``. + The default value is 1e-5. + get_trj: bool, optional + Determine whether the trajectory of the state is returned. + If get_trj is true, the trajectory is returned. + + Returns + ------- + x : numpy.ndarray + 1D array of the activity after the computation. + trj : numpy.ndarray + 2D array where the row represents a state of the activity. + + See also + -------- + """ + raise NotImplementedError("propagate_iterative is not implemented") + # end of def propagate_iterative + +# end of def class NetworkPropagation diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/algorithms/sp.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/algorithms/sp.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,119 @@ +# -*- coding: utf-8 -*- + +import sys +if sys.version_info <= (2, 8): + from builtins import super + +import numpy as np + +from .np import NetworkPropagation +from .np import NetworkPropagationParameterSet + + +def create_algorithm(abbr): + return SignalPropagation(abbr) +# end of def + + +class SignalPropagationParameterSet(NetworkPropagationParameterSet): + def initialize(self): + super().initialize() +# end of class ParameterSet + + +class SignalPropagation(NetworkPropagation): + + def __init__(self, abbr): + super().__init__(abbr) + self._name = "Signal propagation algorithm" + # end of def __init__ + + def prepare_exact_solution(self): + """ + Prepare to get the matrix for the exact solution: + + .. :math + x(t+1) = a*_W.dot(x(t)) + (1-a)*b, where $a$ is alpha. + + When $t -> inf$, both $x(t+1)$ and $x(t)$ + converges to the stationary state. + + + Then, s = aW*s + (1-a)b + (I-aW)*s = (1-a)b + s = (I-aW)^-1 * (1-a)b + s = M*b, where M is (1-a)(I-aW)^-1. + + This method is to get the matrix, M for preparing the exact solution + """ + W = self._W + a = self._params.alpha + M0 = np.eye(W.shape[0]) - a*W + self._M = (1-a)*np.linalg.inv(M0) + # end of def _prepare_exact_solution + + def prepare_iterative_solution(self): + pass # Nothing... + # end of def prepare_iterative_solution + + def propagate_exact(self, b): + if self._weight_matrix_invalidated: + self.prepare_exact_solution() + + return self._M.dot(b) + # end of def propagate_exact + + def propagate_iterative(self, + W, + xi, + b, + pi, + a=0.5, + lim_iter=1000, + tol=1e-5, + get_trj=False): + + + n = W.shape[0] + # Initial values + + #x0 = np.zeros((n,), dtype=np.float) + #x0[:] = xi + x0 = np.array(xi, dtype=np.float64) + #print(x0) + + x_t1 = x0.copy() + if get_trj: + # Record the initial states + trj_x = [] + trj_x.append(x_t1.copy()) + + # Main loop + num_iter = 0 + for i in range(lim_iter): + # Main formula + x_t2 = a*W.dot(x_t1) + (1-a)*b + for j in pi: + x_t2[j] = x0[j] + + num_iter += 1 + # Check termination condition + if np.linalg.norm(x_t2 - x_t1) <= tol: + break + + # Add the current state to the trajectory + if get_trj: + trj_x.append(x_t2) + + # Update the state + x_t1 = x_t2.copy() +## print("***") + # end of for + if get_trj is False: + return x_t2, num_iter + else: +## print(np.array(trj_x)) + return x_t2, np.array(trj_x) + + # end of def propagate_iterative +# end of def class SignalPropagation diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/analysis/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/analysis/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + + +from .perturb import analyze_perturb + +from .random.weight import RandomWeightBatchSimulator +from .random.structure import RandomStructureBatchSimulator + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/analysis/perturb.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/analysis/perturb.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,122 @@ +# -*- coding: utf-8 -*- + +import numpy as np + + +def analyze_perturb(alg, data, targets, b=None, get_trj=False): + """Perform signal flow analysis under perturbations. + + Parameters + ---------- + alg : sfa.Algorithm + Algorithm object. + + data : sfa.Data + Data object which has perturbation data. + + targets : list + List of node names, which are the keys of data.n2i. + + b : numpy.ndarray + Basic vector for signaling sources or basal activities. + + get_trj : bool (optional) + Decide to get the trajectory of activity change. + + Returns + ------- + act : numpy.ndarray + Change in the activities. It is usually calculated + as x2 - x1, where x is + the a vector of activities at steady-state. + + F : numpy.ndarray + A matrix of signal flows. + It is usually calculated as W2*x1 - W1*x1, + where W is weight matrix and + x is a vector of activities at steady-state. + + trj : numpy.ndarray (optional) + Trajectory of activity change, which is returned + if get_trj is True. + """ + N = data.A.shape[0] + + if b is None: + b = np.zeros((N,), dtype=np.float) + elif b.size != N: + raise TypeError("The size of b should be equal to %d"%(N)) + + inds = [] + vals = [] + alg.apply_inputs(inds, vals) + b[inds] = vals + + W_ctrl = alg.W.copy() + x_ctrl, trj_ctrl = alg.propagate_iterative( + W_ctrl, + b, + b, + alg.params.alpha, + get_trj=get_trj) + + if data.has_link_perturb: + W_pert = W_ctrl.copy() + alg.apply_perturbations(targets, inds, vals, W_pert) + alg.W = W_pert + else: + W_pert = W_ctrl + alg.apply_perturbations(targets, inds, vals) + + b[inds] = vals + x_pert, trj_pert = alg.propagate_iterative( + W_pert, + b, + b, + alg.params.alpha, + get_trj=get_trj) + + act_change = x_pert - x_ctrl + + if data.has_link_perturb: + F = W_pert*x_pert - W_ctrl*x_ctrl + else: + F = W_ctrl*act_change + + ret = [act_change, F] # return objects + if get_trj: + if trj_pert.shape[0] != trj_ctrl.shape[0]: + trj_ctrl, trj_pert = resize_trj(trj_ctrl, trj_pert) + + trj_change = trj_pert - trj_ctrl + ret.append(trj_change) + + return tuple(ret) + + +def resize_trj(trj_ctrl, trj_pert): + # Prepare the comparison + trjs = [trj_pert, trj_ctrl] + ind_trjs = [0, 1] + func_key = lambda x: trjs[x].shape[0] + + # Find smaller and bigger arrays. + ind_smaller = min(ind_trjs, key=func_key) + ind_bigger = max(ind_trjs, key=func_key) + smaller = trjs[ind_smaller] + bigger = trjs[ind_bigger] + + # Resize the smaller one. + smaller_resized = np.zeros_like(bigger) + smaller_resized[:smaller.shape[0], :] = smaller + smaller_resized[smaller.shape[0]:, :] = smaller[-1, :] + + if ind_smaller == 0: + trj_pert = smaller_resized + elif ind_smaller == 1: + trj_ctrl = smaller_resized + else: + err_msg = "Invalid index for trajectories: %d" % (ind_smaller) + raise IndexError(err_msg) + + return trj_ctrl, trj_pert \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/analysis/random/__init__.py diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/analysis/random/base.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/analysis/random/base.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,260 @@ +# -*- coding: utf-8 -*- + +from multiprocessing import Pool + +import numpy as np +import pandas as pd + +import sfa + + +class BaseRandomSimulator(object): + + def __init__(self): + # Consider RuntimeWarning from NumPy as an error + np.seterr(all='raise') + + def _initialize(self, alg): + self._S = np.sign(alg.data.A) # Sign matrix + self._ir, self._ic = alg.data.A.nonzero() + self._num_links = self._ir.size + self._A = np.array(alg.data.A) + self._W = np.zeros_like(self._A, dtype=np.float) + + def _randomize(self): + raise NotImplementedError() + + def _apply_norm(self, alg, use_norm): + """ + Apply normalization + """ + if use_norm: + alg.W = sfa.normalize(self._W) + else: + alg.W = self._W + + # end of def + + def _need_to_print(self, use_print, freq_print, cnt): + return use_print and (cnt % freq_print == 0) + + def simulate_single(*args, **kwargs): + raise NotImplementedError() + + def simulate_multiple(*args, **kwargs): + raise NotImplementedError() + + """ + def _simulate_single(self, args): + num_samp = args[0] + alg = args[1] + data = args[2] + use_norm = args[3] + use_print = args[4] + freq_print = args[5] + + alg.data = data + alg.initialize(network=False) + + results = np.zeros((num_samp,), dtype=np.float) + cnt = 0 + + if self._need_to_print(use_print, freq_print, cnt): + print("%s simulation for %s starts..." % (alg.abbr, data.abbr)) + + while cnt < num_samp: + self._randomize() + self._apply_norm(alg, use_norm) + try: + alg.compute_batch() + acc = sfa.calc_accuracy(self._alg.result.df_sim, + self._alg.data.df_exp) + except FloatingPointError as pe: + # Skip this condition + if self._need_to_print(use_print, freq_print, cnt): + print("%s: skipped..." % (pe)) + continue + except RuntimeWarning as rw: + # Skip these weights + if self._need_to_print(use_print, freq_print, cnt): + print("%s: skipped..." % (rw)) + continue + + # Skip these weights assuming acc cannot be exactly 0. + if acc == 0: + if self._need_to_print(use_print, freq_print, cnt): + print("Zero accuracy: skipped...") + continue + + results[cnt] = acc + cnt += 1 + if self._need_to_print(use_print, freq_print, cnt): + print("[Iteration #%d] acc: %f" % (cnt, acc)) + # end of loop + df = pd.DataFrame(results) + df.index = range(1, num_samp + 1) + df.columns = [data.abbr] + return df + # end of def + + def simulate_single(self, num_samp, alg, data, use_norm=False, + use_print=False, freq_print=100): + self._alg = alg + self._alg.data = data + self._alg.initialize() + self._initialize(alg) + + df = self._simulate_single((num_samp, alg, data, use_norm, + use_print, freq_print)) + return df + + # end of def + + def simulate_multiple(self, num_samp, alg, mdata, use_norm=False, + use_print=False, freq_print=100, + max_workers=1): + self._alg = alg + + # Initialize network information only + self._alg.data = sfa.get_avalue(mdata) + self._alg.initialize() + self._initialize(alg) + + if isinstance(mdata, list): + list_data = [(data.abbr, data) for data in mdata] + elif isinstance(mdata, dict): + list_data = [(abbr, mdata[abbr]) for abbr in mdata] + + dfs = [] + if max_workers == 1: + for (abbr, data) in list_data: + df = self._simulate_single(num_samp, alg, data, use_norm, + use_print, freq_print) + dfs.append(df) + # end of for + elif max_workers > 1: + args = ((num_samp, alg, data, use_norm, use_print, freq_print) + for (abbr, data) in list_data) + pool = Pool(processes=max_workers) + dfs = list(pool.map(self._simulate_single, args)) + pool.close() + pool.join() + else: + raise ValueError("max_workers should be a positive integer.") + + df_res = pd.concat(dfs, axis=1) + return df_res + # end of def + """ + +# end of class + + +class BaseRandomBatchSimulator(BaseRandomSimulator): + def __init__(self): + super().__init__() + + def _randomize(self): + raise NotImplementedError() + + def _simulate_single(self, args): + num_samp = args[0] + alg = args[1] + data = args[2] + use_norm = args[3] + use_print = args[4] + freq_print = args[5] + + alg.data = data + alg.initialize(network=False) + + results = np.zeros((num_samp,), dtype=np.float) + cnt = 0 + + if self._need_to_print(use_print, freq_print, cnt): + print("%s simulation for %s starts..." % (alg.abbr, data.abbr)) + + while cnt < num_samp: + self._randomize() + self._apply_norm(alg, use_norm) + try: + alg.compute_batch() + acc = sfa.calc_accuracy(self._alg.result.df_sim, + self._alg.data.df_exp) + except FloatingPointError as pe: + # Skip this condition + if self._need_to_print(use_print, freq_print, cnt): + print("%s: skipped..." % (pe)) + continue + except RuntimeWarning as rw: + # Skip these weights + if self._need_to_print(use_print, freq_print, cnt): + print("%s: skipped..." % (rw)) + continue + + # Skip these weights assuming acc cannot be exactly 0. + if acc == 0: + if self._need_to_print(use_print, freq_print, cnt): + print("Zero accuracy: skipped...") + continue + + results[cnt] = acc + cnt += 1 + if self._need_to_print(use_print, freq_print, cnt): + print("[Iteration #%d] acc: %f" % (cnt, acc)) + # end of loop + df = pd.DataFrame(results) + df.index = range(1, num_samp + 1) + df.columns = [data.abbr] + return df + # end of def + + def simulate_single(self, num_samp, alg, data, use_norm=False, + use_print=False, freq_print=100): + self._alg = alg + self._alg.data = data + self._alg.initialize() + self._initialize(alg) + + df = self._simulate_single((num_samp, alg, data, use_norm, + use_print, freq_print)) + return df + + # end of def + + def simulate_multiple(self, num_samp, alg, mdata, use_norm=False, + use_print=False, freq_print=100, + max_workers=1): + self._alg = alg + + # Initialize network information only + self._alg.data = sfa.get_avalue(mdata) + self._alg.initialize() + self._initialize(alg) + + if isinstance(mdata, list): + list_data = [(data.abbr, data) for data in mdata] + elif isinstance(mdata, dict): + list_data = [(abbr, mdata[abbr]) for abbr in mdata] + + dfs = [] + if max_workers == 1: + for (abbr, data) in list_data: + df = self._simulate_single(num_samp, alg, data, use_norm, + use_print, freq_print) + dfs.append(df) + # end of for + elif max_workers > 1: + args = ((num_samp, alg, data, use_norm, use_print, freq_print) + for (abbr, data) in list_data) + pool = Pool(processes=max_workers) + dfs = list(pool.map(self._simulate_single, args)) + pool.close() + pool.join() + else: + raise ValueError("max_workers should be a positive integer.") + + df_res = pd.concat(dfs, axis=1) + return df_res + # end of def +# end of class diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/analysis/random/structure.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/analysis/random/structure.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- + +import sfa +from .base import BaseRandomBatchSimulator + + +class RandomStructureBatchSimulator(BaseRandomBatchSimulator): + def __init__(self, *args, nswap=10, nflip=10, noself=True, **kwargs): + super().__init__(*args, **kwargs) + self._nswap = nswap + self._nflip = nflip + self._noself = noself + + def _randomize(self): + B = sfa.rand_flip(self._A, self._nflip) + B = sfa.rand_swap(B, self._nswap, self._noself) + ir, ic = B.nonzero() + self._W[ir, ic] = B[ir, ic] +# end of class diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/analysis/random/weight.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/analysis/random/weight.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- + +import sfa +from .base import BaseRandomBatchSimulator + + +class RandomWeightBatchSimulator(BaseRandomBatchSimulator): + def __init__(self, *args, bounds=(-3,0), **kwargs): + super().__init__(*args, **kwargs) + self._lb = bounds[0] + self._ub = bounds[1] + + def _randomize(self): + sfa.rand_weights(self._W, self._lb, self._ub, inplace=True) +# end of class + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/base.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/base.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,344 @@ +import os +import sys +if sys.version_info <= (2, 8): + from builtins import super + +# from abc import ABC, abstractmethod +import abc +import copy + +import pandas as pd +import six +import sfa.utils + +__all__ = ['Algorithm', 'Data', 'Result'] + + +@six.add_metaclass(abc.ABCMeta) +class ContainerItem(): + """ + The base class that defines the item object of + ``sfa.containers.Container``. + + """ + def __init__(self, abbr=None, name=None): + self._abbr = abbr + self._name = name + + def __str__(self): + return self._abbr + + def __repr__(self): + class_name = self.__class__.__name__ + return "%s object" % (class_name) + + @property + def abbr(self): + """Abbreviation or symbol representing this item. + """ + return self._abbr + + @abbr.setter + def abbr(self, val): + self._abbr =val + + @property + def name(self): + """Full name or description of this item. + """ + return self._name + + @name.setter + def name(self, val): + self._name = val + + +class ParameterSet(sfa.utils.FrozenClass): + """The base class of ParameterSet objects. + """ + + def __init__(self, abbr): + """ + """ + super().__init__(abbr) + + +class Algorithm(ContainerItem): + """The base class of Algorithm classes. + + Attributes + ---------- + abbr : str + name : str + data : sfa.base.Data + params : sfa.base.ParameterSet + result : sfa.base.Result + + Examples + -------- + >>> class AnAlgorithm(sfa.base.Algorithm): + # Definition of algorithm ... + ... + + >>> alg = AnAlgorithm() + >>> alg.params = params_obj # Parameters of the algorithm + >>> alg.data = data_obj # Data to be analyzed by the algorithm + >>> alg.initialize() + >>> res = alg.compute() + + """ + def __init__(self, abbr): + super().__init__(abbr) + self._data = None + self._params = None + self._result = None + + def copy(self, is_deep=False): + """ + + """ + if is_deep: + copy.deepcopy(self) + else: + return copy.copy(self) + + # Read-only properties + @property + def result(self): + """The object of ``sfa.base.Result``. + The result of computing the batch. + """ + return self._result + + # Read & write properties + @property + def params(self): + """The object of ``sfa.base.ParameterSet``. + Parameters of the algorithm can accessed + through this member. + """ + return self._params + + @params.setter + def params(self, obj): + self._params = obj + + @property + def data(self): + """The object of ``sfa.base.Data``. + Data to be processed based on the algorithm + can accessed through this member. + """ + return self._data + + @data.setter + def data(self, obj): + self._data = obj + + def initialize(self, network=True, ba=True): + """ + """ + if network: + self.initialize_network() + + if ba: + self.initialize_basal_activity() + + def initialize_network(self): + """Initialize the data structures related to network. + """ + pass + + def initialize_basal_activity(self): + """Initialize the basal activity, :math:`b`. + """ + pass + + @abc.abstractmethod + def compute(self, b,pi): + r"""Process the assigned data + with the given basal activity, :math:`b`. + + Parameters + ---------- + b : numpy.ndarray + 1D array of basal activity. + + pi: list + list of fixed node perturbations + Returns + ------- + x : numpy.ndarray + 1D-array object of activity at steady-state. + """ + raise NotImplementedError("compute() should be implemented") + + @abc.abstractmethod + def compute_batch(self): + """Process the assigned data that contains a batch data. + The result is stored in ``result`` member. + """ + raise NotImplementedError("compute_batch() should be implemented") + +# end of class Algorithm + + +class Data(ContainerItem): + def __init__(self): + super().__init__() + self._A = None + self._n2i = None + self._i2n = None + self._dg = None + self._inputs= None + self._df_conds = None + self._df_exp = None + self._df_ptb = None + self._names_ptb = None + self._iadj_to_idf = None + self._has_link_perturb = None + + def initialize(self, + fpath, + fname_network="network.sif", + fname_ptb="ptb.tsv", + fname_conds="conds.tsv", + fname_exp="exp.tsv", + inputs={}): + + dpath = os.path.dirname(fpath) + fpath_network = os.path.join(dpath, fname_network) + fpath_ptb = os.path.join(dpath, fname_ptb) + + A, n2i, dg = sfa.read_sif(fpath_network, as_nx=True) + self._A = A + self._n2i = n2i + self._dg = dg + self._df_conds = pd.read_table(os.path.join(dpath, fname_conds), + header=0, index_col=0) + self._df_exp = pd.read_table(os.path.join(dpath, fname_exp), + header=0, index_col=0) + + self._inputs = inputs + self._df_ptb = pd.read_table(fpath_ptb, index_col=0) + if any(self._df_ptb.Type == 'link'): + self._has_link_perturb = True + else: + self._has_link_perturb = False + + self._names_ptb = [] + for i, row in enumerate(self._df_conds.iterrows()): + row = row[1] + list_name = [] # Target names + for target in self._df_conds.columns[row.nonzero()]: + list_name.append(target) + # end of for + self._names_ptb.append(list_name) + # end of for + + # For mapping from the indices of adj. matrix to those of DataFrame + # (arrange the indices of adj. matrix according to df_exp.columns) + self._iadj_to_idf = [n2i[x] for x in self._df_exp.columns] + + self._i2n = {idx: name for name, idx in n2i.items()} + + # end of def + + # Read-only members + @property + def A(self): # Adjacency matrix (numpy.ndarray) + return self._A + + @property + def n2i(self): # Name to index mapping (hashable) + return self._n2i + + @property + def i2n(self): # Index to name mapping (hashable) + return self._i2n + + @property + def dg(self): # Directed graph object of NetworkX + return self._dg + + @property # List of perturbation targets + def names_ptb(self): + return self._names_ptb + + @property # List of values for perturbation + def vals_ptb(self): + return self._vals_ptb + +# @property # List of perturbation types +# def types_ptb(self): +# return self._types_ptb + + @property + def iadj_to_idf(self): + return self._iadj_to_idf + + @iadj_to_idf.setter + def iadj_to_idf(self, arr): + self._iadj_to_idf = arr + + # Replaceable (assignable) members + @property + def inputs(self): # Input conditions + return self._inputs + + @inputs.setter + def inputs(self, obj_dict): + self._inputs = obj_dict + + @property # DataFrame of experimental conditions + def df_conds(self): + return self._df_conds + + @df_conds.setter + def df_conds(self, df): + self._df_conds = df + + @property # DataFrame of experimental results + def df_exp(self): + return self._df_exp + + @df_exp.setter + def df_exp(self, df): + self._df_exp = df + + @property # DataFrame of perturbation information + def df_ptb(self): + return self._df_ptb + + @df_ptb.setter + def df_ptb(self, df): + self._df_ptb = df + + @property + def has_link_perturb(self): + return self._has_link_perturb + + @has_link_perturb.setter + def has_link_perturb(self, val): + if not isinstance(val, bool): + raise TypeError("has_link_perturb should be boolean.") + self._has_link_perturb = val + +# end of class Data + + +class Result(sfa.utils.FrozenClass): + + def __init__(self): + self._df_sim = None + self._freeze() + + @property + def df_sim(self): + return self._df_sim + + @df_sim.setter + def df_sim(self, val): + self._df_sim = val + +# end of def class Result diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/containers.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/containers.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,267 @@ +# -*- coding: utf-8 -*- + +import sys +if sys.version_info <= (2, 8): + from builtins import super + +import os +import re +import importlib +import collections + +import abc +import six + +import sfa.base +import sfa.algorithms +import sfa.data + +from sfa.utils import Singleton + +__all__ = ["AlgorithmSet", "DataSet"] + +@six.add_metaclass(abc.ABCMeta) +class Container(collections.MutableMapping): + """ + A simple container class, which handles multiple objects with + its hashable functionality (using dictionary). + """ + def __init__(self, *args, **kwargs): + """ + _dict: internal data structure, which is hashable. + _dpath: Path of the directory containing algorithms, data, etc. + """ + self._map = dict() + self._dpath = None + self._all_keys = None + self.update(dict(*args, **kwargs)) + + def __getitem__(self, key): + return self._map[key] + + def __setitem__(self, key, value): + if isinstance(value, sfa.base.ContainerItem): + self._map[key] = value + else: + raise TypeError("Container.__setitem__ only accepts " + "sfa.base.ContainerItem type object.") + + def __delitem__(self, key): + del self._map[key] + + def __iter__(self): + return iter(self._map) + + def __len__(self): + return len(self._map) + + def __str__(self): + return str(self._map) + + def keys(self): + return self._map.keys() + + def values(self): + return self._map.values() + + def create(self, keys=None): + """ + Create a single or multiple objects according to keys. + keys: a single string or multiple strings in an iterable object. + All related objects are created if 'keys' is None. + """ + if keys is not None: + if type(keys) is str: + return self._create_single(keys) + elif hasattr(keys, '__iter__'): + mult = [] # To return multiple elements + # An iterable object contains multiple keys. + for elem in keys: + mult.append(self._create_single(elem)) + return mult + else: + self._create_all() + return self + # end of def create + + @abc.abstractmethod + def get_all_keys(self): + """""" + # end of def + + @abc.abstractmethod + def _create_single(self, key): + """Create a single object""" + # end of def + + @abc.abstractmethod + def _create_all(self): + """Create all objects""" + # end of def + + + +""" + + +[Dictionary functionality] +http://stackoverflow.com/questions/3387691/python-how-to-perfectly-override-a-dict +""" +# end of def class + +excluded = ['np.py'] + +@Singleton +class AlgorithmSet(Container): + _instance = None + def __new__(cls, *args, **kwargs): + return super().__new__(cls, *args, **kwargs) + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + """ + sfa.algorithms.__file__ represents a directory path + containing sfa.algorithms's init module (__init__.py). + """ + self._dpath = os.path.dirname(sfa.algorithms.__file__) + + # end of def __init__ + + def get_all_keys(self): + if not self._all_keys: + self._all_keys = [] + for entity in os.listdir(self._dpath): + if re.match(r"[^_]\w+\.py$", entity) \ + and entity not in excluded: + mod_name = entity.split('.')[0] # Module name + print(mod_name, entity) + key = mod_name.upper() + self._all_keys.append(key) + yield key + # end of for + else: + return iter(self._all_keys) + + def _create_single(self, key): + if key in self._map: + return self._map[key] + + + key_low = key.lower() + fstr_module_path = "%s.%s" % (sfa.algorithms.__name__, + key_low) + + _key = key.upper() # We use captital characters for the key. + if _key in self._map: # Avoid redundant importing + return + + mod = importlib.import_module(fstr_module_path) + # The following is of test purpose (removable in the future). + if "this_should_be_imported" in mod.__name__: + return + + alg = mod.create_algorithm(_key) + self._map[_key] = alg + + # For testing purpose + print("%s algorithm has been created." % (_key)) + return alg + + def _create_all(self): + """ + Import all algorithms, based on file names + """ + for entity in os.listdir(self._dpath): + if re.match(r"[^_]\w+\.py", entity) \ + and entity not in excluded: + mod_name = entity.split('.')[0] # Module name + self._create_single(mod_name) + # end of for + # end of def _create_all + +# end of class Algorithms + +@Singleton +class DataSet(Container): + """ + The name of this class is similar to that of 'DataSet' in C#. + The instance of this class handles multiple sfa.base.Data objects. + """ + _instance = None + def __new__(cls, *args, **kwargs): + return super().__new__(cls, *args, **kwargs) + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + """ + sfa.data.__file__ represents a directory path + containing sfa.data's init module (__init__.py). + """ + self._dpath = os.path.dirname(sfa.data.__file__) + + # end of def __init__ + + def get_all_keys(self): + if not self._all_keys: + self._all_keys = [] + for entity in os.listdir(self._dpath): + dpath = os.path.join(self._dpath, entity) + if not entity.startswith('_') and os.path.isdir(dpath): + key = entity.upper() + self._all_keys.append(key) + yield key + else: + return iter(self._all_keys) + + def _create_single(self, key): + if key in self._map: + return self._map[key] + + key_items = key.split("_") + key_1st, key_2nd = key_items[:2] + mod_name = "%s_%s"%(key_1st.lower(), key_2nd.lower()) + fstr_module_path = "%s.%s" % (sfa.data.__name__, mod_name) + + _key = key.upper() + if _key in self._map: # Avoid redundant importing + return + elif mod_name.upper() in self._map: + # All data object in this directory has been created before. + return + + mod = importlib.import_module(fstr_module_path) + if len(key_items) > 2: # Create the specified single data object + data = mod.create_data(key) + else: # Create all data objects from this directory + data = mod.create_data() + + if isinstance(data, dict): + self._map[_key] = data + elif isinstance(data, list): + self._map[_key] = {obj.abbr.upper(): obj for obj in data} + elif isinstance(data, sfa.base.Data): + _key = data.abbr.upper() + self._map[_key] = data + else: + err_msg = "%s.create_data() returns unsupported type."\ + % (fstr_module_path) + raise TypeError(err_msg) + # end of if + + # For testing purpose + print("%s data has been created." % (_key)) + return self._map[_key] + # end of def _create_single + + def _create_all(self): + """ + Import all data, based on the directory names of data modules + """ + for entity in os.listdir(self._dpath): + dpath = os.path.join(self._dpath, entity) + if not entity.startswith('_') and os.path.isdir(dpath): + self._create_single(entity) + # end of for + # end of def _create_all + +# end of def class DataSet diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/control/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/control/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,4 @@ + +from .influence import compute_influence +from .influence import arrange_si +from .influence import prioritize \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/control/influence.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/control/influence.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,347 @@ +from collections import Counter + +import numpy as np +import scipy as sp +import pandas as pd + + +def compute_influence(W, + alpha=0.9, + beta=0.1, + S=None, + rtype='df', + outputs=None, + n2i=None, + max_iter=1000, + tol=1e-7, + get_iter=False, + device="cpu", + sparse=False): + r"""Compute the influence. + It estimates the effects of a node to the other nodes, + by calculating partial derivative with respect to source nodes, + based on a simple iterative method. + + Based on the below difference equation, + + x(t+1) = alpha*W.dot(x(t)) + (1-alpha)*b + + The influence matrix, S, is computed using chain rule of + partial derivative as follows. + + \begin{align} + S_{ij} &= \frac{\partial{x_i}}{\partial{x_j}} \\ + &= (I + \alpha W + \alpha^2 W^2 + ... + \alpha^{\infty}W^{\infty})_{ij} \\ + &\approx (I + \alpha W + \alpha^2 W^2 + ... + \alpha^{l}W^{l})_{ij} \\ + \end{align} + + This is the summation of the weight multiplications along all paths + including cycles. $S_{ij}$ denotes the influence of node (j) on node (i). + + An iterative method for an approximated solution is as follows. + + S(t+1) = \alpha WS(t) + I, + + where $S(0) = \beta I$ and $S(1) = \beta(I + \alpha W)$ $(t>1)$. + + The iteration continues until $||S(t+1) - S(t)|| \leq tol$. + + + Parameters + ---------- + W : numpy.ndarray + Weight matrix. + alpha : float, optional + Hyperparameter for adjusting the effect of signal flow. + beta : float, optional + Hyperparameter for adjusting the effect of basal activity. + S : numpy.ndarray, optional + Initial influence matrix. + rtype: str (optional) + Return object type: 'df' or 'array'. + outputs: list (or iterable) of str, optional + Names of output nodes, which is necessary for 'df' rtype. + n2i: dict, optional + Name to index dict, which is necessary for 'df' rtype. + max_iter : int, optional + The maximum iteration number for the estimation. + tol : float, optional + Tolerance for terminating the iteration. + get_iter : bool, optional + Determine whether the actual iteration number is returned. + device : str, optional, {'CPU', 'GPU:0', 'GPU:1', ...} + Select which device to use. 'CPU' is default. + sparse : bool, optional + Use sparse matrices for the computation. + + Returns + ------- + S : numpy.ndarray, optional + 2D array of influence. + df : pd.DataFrame, optional + Influences for each output in DataFrame. + num_iter : int, optional + The actual number of iteration. + """ + # TODO: Test rendering the above mathematical expressions in LaTeX form. + + if max_iter < 2: + raise ValueError("max_iter should be greater than 2.") + + device = device.lower() + + if 'cpu' in device: + if sparse: + ret = _compute_influence_cpu_sparse(W, alpha, beta, S, + max_iter, tol, get_iter) + else: + ret = _compute_influence_cpu(W, alpha, beta, S, + max_iter, tol, get_iter) + elif 'gpu'in device: + _, id_device = device.split(':') + ret = _compute_influence_gpu(W, alpha, beta, S, + max_iter, tol, get_iter, id_device) + + if rtype == 'df': + import cupy as cp + if isinstance(ret, cp.core.core.ndarray): + ret = cp.asnumpy(ret) + + if get_iter: + S_ret, num_iter = ret + else: + S_ret = ret + + if rtype == 'array': + return ret + elif rtype == 'df': + if not outputs: + err_msg = "outputs should be designated for 'df' return type." + raise ValueError(err_msg) + + df = pd.DataFrame(columns=outputs) + + for trg in outputs: + for src in n2i: + if src == trg: + df.loc[src, trg] = np.inf + + idx_src = n2i[src] + idx_trg = n2i[trg] + df.loc[src, trg] = S_ret[idx_trg, idx_src] + + if get_iter: + return df, num_iter + else: + return df + else: + raise ValueError("Unknown return type: %s"%(rtype)) + + +def _compute_influence_cpu(W, alpha=0.5, beta=0.5, S=None, + max_iter=1000, tol=1e-6, get_iter=False): + N = W.shape[0] + if S is not None: + S1 = S + else: + S1 = np.eye(N, dtype=np.float) + + I = np.eye(N, dtype=np.float) + S2 = np.zeros_like(W) + aW = alpha * W + for cnt in range(max_iter): + S2[:, :] = S1.dot(aW) + I + norm = np.linalg.norm(S2 - S1) + if norm < tol: + break + # end of if + S1[:, :] = S2 + # end of for + + S_fin = beta * S2 + if get_iter: + return S_fin, cnt + else: + return S_fin + + +def _compute_influence_cpu_sparse(W, alpha, beta, S, + max_iter, tol, get_iter): + N = W.shape[0] + if S is not None: + S1 = S + else: + S1 = sp.sparse.lil_matrix(sp.sparse.eye(N, dtype=np.float)) + + + I = sp.sparse.eye(N, dtype=np.float) + S2 = sp.sparse.lil_matrix((N,N), dtype=np.float) + aW = sp.sparse.csc_matrix(alpha * W) + for cnt in range(max_iter): + S2[:, :] = S1.dot(aW) + I + norm = sp.sparse.linalg.norm(S2 - S1) + if norm < tol: + break + # end of if + S1[:, :] = S2 + # end of for + + S_fin = beta * S2 + if get_iter: + return S_fin, cnt + else: + return S_fin + + +def _compute_influence_gpu(W, alpha=0.5, beta=0.5, S=None, + max_iter=1000, tol=1e-6, get_iter=False, + id_device=0): + import cupy as cp + cp.cuda.Device(id_device).use() + N = W.shape[0] + I = cp.eye(N, dtype=cp.float32) #np.eye(N, N, dtype=np.float) + if S is not None: + S1 = cp.array(S, dtype=cp.float32) + else: + S1 = cp.eye(N, dtype=cp.float32) + + S2 = cp.zeros((N,N), dtype=cp.float32) + aW = alpha * cp.array(W, dtype=cp.float32) + + tol_gpu = cp.array(tol) + + for cnt in range(max_iter): + S2[:, :] = cp.dot(S1, aW) + I + mat_norm = cp.linalg.norm(S2 - S1) + if mat_norm < tol_gpu: + break + # end of if + S1[:, :] = S2 + # end of for + + S_fin = beta*S2 + if get_iter: + return S_fin, cnt + else: + return S_fin + + + +def arrange_si( + df_splo, + df_inf, + output, + min_splo=None, + max_splo=None, + thr_inf=1e-10, + ascending=True): + + # SPLO-Influence data + if not min_splo: + min_splo = df_splo.min() + + if not max_splo: + max_splo = df_splo.max() + + mask_splo = (min_splo <= df_splo) & (df_splo <= max_splo) + df_splo = df_splo[mask_splo] + + df_splo = pd.DataFrame(df_splo) + df_splo.columns = ['SPLO'] + + if output in df_splo.index: + df_splo.drop(output, inplace=True) + + index_common = df_splo.index.intersection(df_inf.index) + df_inf = pd.DataFrame(df_inf.loc[index_common]) + + mark_drop = df_inf[output].abs() <= thr_inf + df_inf.drop(df_inf.loc[mark_drop, output].index, + inplace=True) + + + df_si = df_inf.join(df_splo.loc[index_common]) + df_si.index.name = 'Source' + df_si.reset_index(inplace=True) + + cnt_splo = Counter(df_si['SPLO']) + splos = sorted(cnt_splo.keys()) + + si = {} + for i, splo in enumerate(splos): + df_sub = df_si[df_si['SPLO'] == splo] + df_sub = df_sub.sort_values(by=output, + ascending=ascending) + #num_items = df_sub[output].count() + #influence = np.zeros((cnt_max,)) # Influence + #num_empty = cnt_max - num_items + #influence[num_empty:] = df_sub[output] + #names = df_sub['Source'].tolist() + si[splo] = df_sub #[output] + + return si + + +def prioritize(df_splo, + df_inf, + output, + dac, + thr_rank=3, + min_group_size=0, + min_splo=None, + max_splo=None, + thr_inf=1e-10, +): + """Prioritize target candiates. + + Parameters + ---------- + df_splo : pandas.DataFrame + Dataframe for SPLO information. + df_inf : pandas.DataFrame + Dataframe for influence information. + output : str + Names of output node, which is necessary for 'df_inf'. + dac : int + Direction of activity change (DAC) of the output. + thr_rank : int or float + Rank to filter out the entities. + The entities whose ranks are greater than thr_rank survive. + min_group_size : int + Minimum group size to be satisfied. + """ + ascending = True if dac < 0 else False + + df_inf_dac = df_inf[np.sign(df_inf[output]) == dac] + si = arrange_si(df_splo, + df_inf_dac, + output, + min_splo, + max_splo, + thr_inf, + ascending) + targets = [] + for splo in si: + # Get the group of this SPLO. + df_sub = si[splo] + + if df_sub.shape[0] < min_group_size: + continue + + # Get the entities that have the designated dac. + df_sub = df_sub[np.sign(df_sub[output]) == dac] + + # Get the enetities whose rank exceeds the threshods. + if 0 < thr_rank < 1: + ix_max_rank = int(thr_rank * df_sub.shape[0]) + if ix_max_rank == 0: + ix_max_rank = df_sub.shape[0] + else: + ix_max_rank = thr_rank + + #print(ix_max_rank) + df_top = df_sub.iloc[:ix_max_rank, :] + + targets.extend(df_top['Source'].tolist()) + # end of for + return targets \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/__pycache__/__init__.cpython-36.pyc Binary file tools/myTools/bin/sfa/data/__pycache__/__init__.cpython-36.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/__pycache__/__init__.cpython-39.pyc Binary file tools/myTools/bin/sfa/data/__pycache__/__init__.cpython-39.pyc has changed diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,193 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Borisov, N. et al. +Systems-level interactions between insulin-EGF networks amplify mitogenic +signaling. +Molecular Systems Biology (2009) 5(1), 256. +http://doi.org/10.1038/msb.2009.19 + +[Information] +- The experimental data was generated using ODE model of Borisov et al. + (It is hypothesized that the ODE model is quite well constructed enough to be + a substitute for real experimental data). +- The directed network was created by Daewon Lee (dwl@kaist.ac.kr). +- The units of EGF and insulin (I) stimulation are nM. +""" + +import sys +if sys.version_info <= (2, 8): + from builtins import super + +import os +import re +import glob + +import pandas as pd + +import sfa +import sfa.base + + +def create_data(abbr=None): + if abbr is None: # Create all data objects + data_mult = {} # Multiple data + dpath = os.path.dirname(__file__) + + fstr_file = os.path.join(dpath, 'exp_data', 'exp_*') + for abspath in glob.glob(fstr_file): + fname = os.path.basename(abspath) + data_obj = _create_single_data(abbr, fname=fname) + data_mult[data_obj.abbr] = data_obj + + # end of for + + return data_mult + else: # Create a single data object + return _create_single_data(abbr) + +# end of def + +def create_test_data(): + data_mult = {} + dpath = os.path.dirname(__file__) + + fstr_file = os.path.join(dpath, 'exp_data_test', 'exp_*') + for abspath in glob.glob(fstr_file): + fname = os.path.basename(abspath) + items = re.split("[_.]", fname) + + data_type = items[1] + stim_type = items[2] + + if 'EGF' in stim_type: + conc_EGF = 1 + else: + conc_EGF = 0.0001 + + if 'I' in stim_type: + conc_I = 1 + else: + conc_I = 0.0001 + + #data_obj = #_create_single_data(abbr, fname=fname) + #data_mult[data_obj.abbr] = data_obj + + # str_exp_file = os.path.join(dpath, 'exp_data_test', fname) + # df_exp = pd.read_table(str_exp_file, + # header=0, + # index_col=0) # Load basal activity data + # + # # Load basal activity data + # str_ba_file = os.path.join(dpath, 'exp_data_test', 'conds.tsv') + # df_conds = pd.read_table(str_ba_file, + # header=0, + # index_col=0) + # + # abbr = "BORISOV_2009_%s_%s"%(data_type, stim_type) + # data_obj = BorisovData(abbr, data_type, conc_EGF, conc_I, df_conds, df_exp) + abbr = "BORISOV_2009_%s_%s" % (data_type, stim_type) + fname_conds = os.path.join('exp_data_test', "conds.tsv") + fname_exp = os.path.join('exp_data_test', fname) + + data_obj = BorisovData(abbr, data_type, + conc_EGF, conc_I, + fname_conds, fname_exp) + data_mult[abbr] = data_obj + # end of for + + return data_mult + + + +def _create_single_data(abbr=None, fname=None): + dpath = os.path.dirname(__file__) + + if fname: + items = re.split('[._+]', fname) + + sim_duration = items[1] + data_type = items[2] + stim_EGF = items[3] + stim_I = items[4] + + m = re.search("EGF=((\d|d)+)", stim_EGF) + dconc_EGF = m.group(1) + conc_EGF = dconc_EGF.replace('d', '.') # Use '.' instead of 'd' + + # Fetch the concentration of I + m = re.search("I=((\d|d)+)", stim_I) + dconc_I = m.group(1) + conc_I = dconc_I.replace('d', '.') # Use '.' instead of 'd' + abbr = "%s_%s_EGF=%s+I=%s"%(sim_duration, data_type, conc_EGF, conc_I) + + elif abbr: # Use abbr + items = re.split('[_+]', abbr) + + sim_duration = items[1] + data_type = items[2] + stim_EGF = items[3] + stim_I = items[4] + + # Fetch the concentration of EGF + m = re.search("EGF=((\w|\.)+)", stim_EGF) + conc_EGF = m.group(1) + dconc_EGF = conc_EGF.replace('.', 'd') # Use 'd' instead of '.' + + # Fetch the concentration of I + m = re.search("I=((\w|\.)+)", stim_I) + conc_I = m.group(1) + dconc_I = conc_I.replace('.', 'd') # Use 'd' instead of '.' + + fname = "exp_%s_%s_EGF=%s+I=%s.tsv" % (sim_duration, data_type, + dconc_EGF, dconc_I) + else: + raise ValueError("One of abbr or fname should be given" + "in %s._create_single_data()"%(__name__)) + # end of if-else + + fname_exp = os.path.join('exp_data', fname) + fname_conds = "conds.tsv" + + return BorisovData(abbr, data_type, + conc_EGF, conc_I, + fname_conds, fname_exp) + + # str_exp_file = os.path.join(dpath, 'exp_data', fname) + # df_exp = pd.read_table(str_exp_file, + # header=0, index_col=0) + # + # # Load basal activity data + # str_ba_file = os.path.join(dpath, "conds.tsv") + # df_conds = pd.read_table(str_ba_file, + # header=0, + # index_col=0) + + #return BorisovData(abbr, data_type, conc_EGF, conc_I, df_conds, df_exp) +# end of def + +class BorisovData(sfa.base.Data): + def __init__(self, + abbr, + data_type, + conc_EGF, conc_I, + fname_conds, fname_exp): + + super().__init__() + self._abbr = abbr + fstr_name = "BORISOV_2009_%s[EGF=%snM,I=%snM]" + str_name = fstr_name % (data_type, conc_EGF, conc_I) + self._name = str_name + + inputs = {} + inputs['EGF'] = 1 #float(conc_EGF) + inputs['I'] = 1 #float(conc_I) + + self.initialize(__file__, + inputs=inputs, + fname_conds=fname_conds, + fname_exp=fname_exp) + + # end of def __init__ +# end of def class BorisovData \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/conds.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/conds.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR +1 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +2 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +3 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +4 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +5 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 +6 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 +7 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 +8 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 +9 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 +10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 +11 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 +12 -1.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +13 -1.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +14 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +15 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 +16 -1.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 +17 -1.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 +18 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 +19 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 +20 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 +21 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 +22 0.0 -1.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +23 0.0 -1.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +24 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 +25 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 +26 0.0 -1.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 +27 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 +28 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 +29 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 +30 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 +31 0.0 0.0 -1.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +32 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 +33 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 +34 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 +35 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 +36 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 +37 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 +38 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 +39 0.0 0.0 0.0 -1.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 +40 0.0 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 +41 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 +42 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 +43 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 +44 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 +45 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 +46 0.0 0.0 0.0 0.0 -1.0 -1.0 0.0 0.0 0.0 0.0 0.0 +47 0.0 0.0 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0 0.0 0.0 +48 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 +49 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 +50 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 -1.0 0.0 +51 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 -1.0 +52 0.0 0.0 0.0 0.0 0.0 -1.0 -1.0 0.0 0.0 0.0 0.0 +53 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0 0.0 +54 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 +55 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 +56 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 0.0 -1.0 +57 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 -1.0 0.0 0.0 0.0 +58 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0 +59 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 +60 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 +61 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 -1.0 0.0 0.0 +62 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 -1.0 0.0 +63 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 +64 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 -1.0 0.0 +65 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 0.0 -1.0 +66 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.0 -1.0 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/__init__.py diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.8800897 0.19303874 0.041429602 0.042649542 -2.9024859 -2.6993664 -1.1368766000000001 0.047752315 0.047570525999999995 0.047558703 0.047594325 -1.141902 0.047597676 +2 -1.6511551 -3.6024517999999994 -0.29192429 -0.06252332099999999 -1.6566646 -1.4223079 -0.46286647 -0.34671396 -0.33890357 -0.33883563 -0.3390466 -0.46524998 -0.33906477 +3 1.4325096000000002 1.7183096000000002 0.73398034 0.5316274 1.3742097 0.75777856 0.90641635 1.9242881999999997 1.9229668999999998 1.9220787 1.9257009999999999 0.91247305 1.9257851000000001 +4 0.00035764828000000003 0.00038160011 7.7590746e-05 -3.3216303 0.18309696 0.12776162 0.029573599 9.1544031e-05 9.038956399999999e-05 9.036505e-05 9.0425677e-05 0.029752344 9.0434966e-05 +5 0.00042116537 0.00039828259 8.171385e-05 1.5947414e-05 -1.7284396 -1.5303779 -0.55094276 9.324732900000001e-05 0.00010512956 0.00010510603000000001 0.0001051622 -0.55373329 0.00010517149 +6 0.0006762327799999999 0.0006498291099999999 0.00012823738 2.6270677e-05 0.00066482303 -3.2825497 -1.5294881999999999 0.00015081723 0.00017020115 0.00017015491999999998 0.00017022609 -1.5349064 0.00017025125 +7 0.00066786756 0.0006443916999999999 0.00012588295 2.6112204e-05 0.00065515582 0.00029512934 -1.4944684 0.00014922133 0.00016844181 0.00016839396 0.00016845935000000002 -1.4988413999999999 0.00016848686 +8 -1.5765736000000001 -3.3376047999999994 -3.5050116 -0.036326277000000004 -1.5861668 -1.3715045 -0.41962166 -4.0334766 -4.034234 -4.0339457 -4.035328 -0.42187915 -4.0353188 +9 -1.7245584999999999 -4.0210197999999995 -4.0576498 -0.063952269 -1.7312691000000002 -1.503785 -0.49955195 -0.7501594 -4.0723023000000005 -4.0720131 -4.0733974 -0.50211317 -4.0733884 +10 9.16388e-05 0.00012314127 0.00018064976 5.6361578e-06 9.8084662e-05 0.00015804368 8.698137199999999e-05 6.6772003e-05 9.8416938e-05 -3.3218297 -3.3231476000000004 8.745152700000001e-05 -3.3231458 +11 1.8234694e-06 2.4478336e-06 4.8669438e-06 2.718242e-08 1.8910371999999998e-06 1.8304237e-06 3.4315303e-07 1.099581e-06 2.1966258e-06 2.1963524e-06 -2.4594397 3.4554932e-07 -8.1051311e-07 +12 -4.1147471 -3.447757 -0.28787317 -0.027067651 -4.1294794999999995 -3.9083711 -1.9716851999999998 -0.34218558 -0.33438177 -0.33431467 -0.33452309 -1.9784800999999999 -0.33454103 +13 -1.6115551000000001 1.8960566000000003 0.76556023 0.57423411 -1.7195083999999998 -1.7039498 0.09188170699999999 1.9575209999999998 1.95613 1.9552144 1.9589497999999999 0.09174958400000001 1.9590362000000001 +14 -2.8797057 0.19345772 0.041523706 -3.2789683 -2.717514 -2.5224682 -1.0337013000000002 0.047862906 0.047680165 0.047668313 0.047704014 -1.0384255 0.047707375999999996 +15 -2.8799744 0.19316877 0.041454797 0.04265611 -4.606582700000001 -4.4268425 -2.4127304 0.047784825999999996 0.047606638 0.0475948 0.047630427999999995 -2.420405 0.047633790999999995 +16 -2.8799554 0.19319041 0.041458856 0.042657204000000004 -2.9023589 -5.8340687 -3.6606421 0.0477902 0.047612611 0.04760077 0.047636397999999996 -3.6692728999999997 0.047639762999999995 +17 -2.8799688999999997 0.19317526 0.041455908 0.042656439000000004 -2.9023717 -2.6993049 -2.6268697999999997 0.04778641 0.047608400999999995 0.047596562 0.047632189000000005 -2.6340957 0.047635553 +18 -4.047098600000001 -3.1108472999999996 -3.4982453999999996 0.00052605702 -4.0660471 -3.8580937000000004 -1.9079767 -4.0254906 -4.0264689 -4.026181299999999 -4.027564 -1.9147432 -4.0275541 +19 -4.1593345 -3.8668667 -4.0544361 -0.028617631 -4.174531 -3.9593928999999997 -2.0126496 -0.7465253 -4.0687259 -4.068437 -4.0698214 -2.0195365 -4.0698122 +20 -2.8800146 0.19316835 0.041619696 0.042656132 -2.9023998 -2.6992127 -1.1367543 0.047824219 0.047674765 -3.2742652000000003 -3.2755827 -1.1417792 -3.2755775000000003 +21 -2.8800881 0.19304132 0.041434666 0.042649587 -2.9024842 -2.6993644 -1.1368755 0.047753526 0.047572867000000005 0.047561044000000004 -2.4118455 -1.1419008999999998 0.04759693 +22 -1.0468556 -1.7124683 0.50433414 0.38671662 -1.1145817 -1.0375721 0.39781347 1.6722924 1.680552 1.6798395000000002 1.6827305000000001 0.39970813 1.6828003 +23 -1.6508371 -3.6021475 -0.29191431 -3.3841574999999997 -1.485517 -1.2677478000000002 -0.40191045 -0.34670251 -0.33889221 -0.33882427 -0.33903524 -0.40402485 -0.33905341 +24 -1.6510499 -3.6022247000000003 -0.29191962 -0.062524035 -3.3656998999999996 -3.1288516 -1.4320435 -0.34670841 -0.33889713 -0.33882919 -0.33904016 -1.4376955 -0.33905833 +25 -1.6510223000000002 -3.6021620999999997 -0.29191842 -0.06252418900000001 -1.6565363999999998 -4.6224551 -2.5910836 -0.3467069 -0.33889538 -0.33882744 -0.33903841 -2.5984279999999997 -0.33905658 +26 -1.6510330000000002 -3.602185 -0.2919189 -0.062524111 -1.6565468 -1.4222435 -1.9550488999999998 -0.34670746 -0.33889603 -0.33882809 -0.33903906 -1.9606858 -0.33905724 +27 -1.8941101999999999 -6.683290700000001 -3.5261175000000002 -0.04243852099999999 -1.9046565 -1.6723284 -0.54662537 -4.0733769 -4.0658334 -4.0655401 -4.0669181000000005 -0.54943697 -4.066913700000001 +28 -1.9357593999999998 -7.3539875 -4.0665455 -0.067825515 -1.9432318 -1.7063718 -0.58788717 -0.77526586 -4.0896056000000005 -4.0893126 -4.0906929 -0.59082158 -4.0906877999999995 +29 -1.6511367 -3.6023697999999995 -0.2917873 -0.06252303299999999 -1.6566471 -1.4222705 -0.46284033 -0.34667652 -0.33883887 -3.6606991 -3.6620207000000002 -0.46522369 -3.6620373999999996 +30 -1.6511547999999998 -3.6024501000000004 -0.29192056 -0.06252338 -1.6566642 -1.4223073999999998 -0.46286638 -0.34671349 -0.3389022 -0.33883426 -2.7984855 -0.46524988 -0.33906594 +31 1.4327976999999998 1.7186328000000002 0.73403328 -2.7900726000000002 1.6318068000000001 0.85974439 0.92752274 1.9243462 1.9230228999999999 1.9221346999999998 1.9257571 0.93379269 1.9258412 +32 1.4336844 1.7191644 0.7341491 0.53171256 -0.39846882 -0.45817754 0.56163627 1.9244426 1.9231460999999999 1.9222578000000001 1.9258807 0.56482252 1.9259648 +33 1.4350078000000002 1.7202037000000001 0.73434523 0.53181777 1.3767128 -2.6181932 -0.34363711 1.9246290000000001 1.9233637 1.9224752 1.9260987 -0.3452209 1.9261828 +34 1.4351646 1.7203384999999998 0.73436935 0.53183164 1.3768626 0.75842812 -0.59548031 1.9246531000000002 1.9233918 1.9225033 1.9261269 -0.59741346 1.9262110000000001 +35 -0.73740756 -1.1346901000000003 -2.3721235000000003 0.42024663 -0.81052056 -0.7842254 0.5084395 -1.7570873 -1.7592506 -1.7591067999999999 -1.7602525000000002 0.51109471 -1.7601677 +36 -1.1007405000000001 -1.8253778000000003 -2.9821141 0.38465099 -1.1690584 -1.0966121000000002 0.37166344 1.5144194 -1.8090201000000001 -1.808871 -1.8100273999999998 0.37336825 -1.8099449 +37 1.4325888999999998 1.7183970000000002 0.73412304 0.53163513 1.3742943 0.75788549 0.90648266 1.9243139 1.9230387999999998 -1.3997775 -1.4008171 0.91253976 -1.400727 +38 1.4325086 1.7183084 0.73399346 0.5316258 1.3742091 0.75777886 0.90641366 1.9242858 1.9229648999999998 1.9220767 -0.53376903 0.91247035 1.9257723999999998 +39 0.00077915223 0.0007788018799999999 0.00015977936000000003 -3.3216144 -1.5492606000000002 -1.3671746999999999 -0.48462171 0.00018473373 0.00019542741999999997 0.00019538026 0.00019549944999999998 -0.48712317 0.00019551688000000002 +40 0.0010576365 0.0010531537 0.00021067921000000002 -3.3216031000000004 0.18378964 -3.1627616 -1.4444712 0.00024757557 0.00026645104 0.0002663795 0.00026651582 -1.4496632 0.00026655012 +41 0.0010564247 0.0010550038 0.00020956373 -3.321603 0.18378652 0.12805523 -1.465071 0.00024761977000000004 0.00026654946 0.00026647555 0.00026660617000000004 -1.4693495 0.00026664342 +42 -1.5762431000000001 -3.3372678 -3.5050001 -3.3579527000000002 -1.4121156000000001 -1.2151828000000002 -0.35912567 -4.0334620999999995 -4.0342207000000005 -4.0339323 -4.035314700000001 -0.3611073 -4.0353053999999995 +43 -1.7242383000000001 -4.0207125 -4.0576415 -3.3855863 -1.5605646 -1.3487776000000002 -0.43654434 -0.75014933 -4.0722932 -4.072004 -4.0733882 -0.43883277 -4.0733793 +44 0.00044929405999999996 0.0005047435099999999 0.00025823322999999997 -3.3216246 0.18319422 0.12791424 0.029657032000000003 0.0001583229 0.00018881517 -3.3217392999999995 -3.3230572 0.029836228 -3.3230555 +45 0.00035947193 0.00038404815 8.2458036e-05 -3.3216302000000004 0.18309887 0.12776339 0.029573905 9.2643804e-05 9.2586442e-05 9.2561654e-05 -2.4593493 0.029752652 8.962456e-05 +46 0.00074707812 0.00072006854 0.00014104915000000002 2.9162226e-05 -1.7281294999999999 -4.7218807 -2.6932332000000003 0.00016684705000000001 0.00018832621 0.00018827345000000002 0.00018834817 -2.700929 0.00018837804 +47 0.0007206827099999999 0.00069432049 0.00013614216999999998 2.8111778e-05 -1.7281548999999998 -1.5302228 -2.0429565 0.00016091537 0.0001816257 0.00018157489 0.00018164735000000002 -2.048931 0.00018167602 +48 -1.5764506999999999 -3.3373489999999997 -3.5049977999999995 -0.036326822 -3.295612 -3.0756835 -1.3737847 -4.0334685 -4.0342163 -4.0339279 -4.0353103 -1.3793806999999998 -4.0353010000000005 +49 -1.724466 -4.020795 -4.057641 -0.063953142 -3.4398547999999995 -3.2134055 -1.4918592 -0.75015491 -4.0722893 -4.0720001 -4.0733843 -1.4976878999999998 -4.0733754 +50 0.0005127842400000001 0.0005214433999999999 0.00026256876 2.1585682000000003e-05 -1.7283426 -1.5302022 -0.55082219 0.00016003042 0.00020356011000000003 -3.3217246 -3.3230424 -0.55361211 -3.3230407 +51 0.0004229891099999999 0.00040073067000000005 8.6581119e-05 1.5974632e-05 -1.7284377 -1.5303757 -0.55094189 9.434711900000001e-05 0.00010732646999999999 0.00010730266000000002 -2.4593345 -0.55373242 0.00010436112 +52 0.00075284331 0.00072603063 0.00014201114 2.9413205e-05 0.0007387053 -3.2825227 -3.018348 0.00016817408 0.00018983016 0.00018977650000000002 0.00018985085999999999 -3.0254195 0.00018988153000000003 +53 -1.5764171 -3.3372754999999996 -3.5049941 -0.036326922000000005 -1.5860158000000002 -4.575493799999999 -2.5276923 -4.0334662 -4.0342112 -4.033922799999999 -4.035305200000001 -2.5350544 -4.035296 +54 -1.7244424999999999 -4.0207346 -4.0576388 -0.063953332 -1.7311577 -4.698966 -2.6584277000000003 -0.75015372 -4.0722858 -4.0719966 -4.0733808 -2.665901 -4.0733719 +55 0.00076785766 0.00077301736 0.00030921135 3.1910905e-05 0.0007629663499999999 -3.2824053999999996 -1.5293565 0.00021761062999999997 0.00026864576 -3.3216595 -3.3229773999999996 -1.5347741000000001 -3.3229757000000006 +56 0.00067805693 0.00065227755 0.00013310485 2.6297926999999998e-05 0.00066671477 -3.2825480000000002 -1.5294871 0.00015191719 0.00017239828 0.00017235177 -2.4592695 -1.5349053 0.00016944104999999998 +57 -1.5764295 -3.3373008 -3.5049955 -0.03632686 -1.5860279 -1.3714297 -1.9120133000000001 -4.033467 -4.034212999999999 -4.0339246 -4.0353069999999995 -1.9176256 -4.0352977 +58 -1.7244522 -4.0207576000000005 -4.0576397 -0.063953237 -1.731167 -1.5037305 -1.9915807 -0.75015417 -4.0722871 -4.0719978999999995 -4.073382100000001 -1.9973197 -4.073373200000001 +59 0.00075949762 0.0007675838 0.00030685182 3.1752575e-05 0.0007533028599999999 0.00045320102 -1.4943817 0.00021601548 0.0002668877 -3.3216612999999997 -3.3229792000000002 -1.4987542999999999 -3.3229773999999996 +60 0.00066969178 0.0006468401999999999 0.00013075043 2.6139457000000002e-05 0.0006570476299999999 0.00029695998 -1.4944681 0.0001503213 0.00017063896000000001 0.00017059083 -2.4592712000000003 -1.4988411 0.00016767667000000002 +61 -1.8959301 -6.744299400000001 -6.913429400000001 -0.042458017 -1.9065186 -1.6745192999999998 -0.54773164 -4.1216647 -7.4443583 -7.444053 -7.4455171 -0.55054857 -7.4455072 +62 -1.5765624 -3.3375557000000002 -3.5049357000000003 -0.036326044 -1.5861549 -1.3714788999999998 -0.41960428 -4.0334722 -4.0341983 -7.3558381 -7.3573011 -0.42186168 -7.3572917 +63 -1.5765736000000001 -3.3376047 -3.5050114000000003 -0.036326277000000004 -1.5861668 -1.3715044 -0.41962165 -4.0334766 -4.034234 -4.0339456 -6.4947602 -0.42187914 -4.0353189 +64 -1.7245491999999998 -4.0209736000000005 -4.057617700000001 -0.06395213 -1.7312613999999997 -1.5037679 -0.49953998 -0.75015653 -4.0722682 -7.3939072 -7.3953701 -0.50210114 -7.395361 +65 -1.7245584999999999 -4.0210197 -4.0576495999999995 -0.063952269 -1.7312691000000002 -1.503785 -0.49955194 -0.75015939 -4.0723023000000005 -4.0720131 -6.5328295 -0.50211316 -4.0733885999999995 +66 9.182099599999999e-05 0.00012338583999999998 0.00018113605 5.638873999999999e-06 9.827361e-05 0.00015822659 8.7015684e-05 6.6881878e-05 9.863641400000001e-05 -3.3218294999999998 -5.78258 8.7486079e-05 -3.3231459 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.1497732999999997 0.16112775 0.0013812517999999998 0.05074556400000001 -3.4153286 -1.1348323999999999 -0.28515915 0.0024411935 0.0024447568 0.0022579454 0.0044987514 -0.29456623 0.0044830808 +2 -1.9156006999999997 -2.3134848 -0.006762882 -0.35035984 -1.9892908999999999 -0.30208462 -0.084754204 -0.01387887 -0.013128941000000002 -0.012266734 -0.014545058 -0.087622075 -0.014610228000000001 +3 -0.47377151 -0.31730007 -3.4218998999999997 0.6162776 -0.84785202 -0.13807713 0.73065265 -2.8050740000000003 -2.8081194 -2.6173907 -4.3940535999999994 0.76067859 -4.386958 +4 -0.00063742736 -0.00037569627 -2.6444612e-06 -3.3220034 0.77659972 0.031808035 0.0070464321 -4.9669862e-06 -5.0809757000000005e-06 -4.6954832e-06 -6.222925e-06 0.0073163609 -6.237204400000001e-06 +5 0.010087944 0.0071197084 6.1551053e-05 0.0019312726000000001 -2.1195006000000003 -0.3826435 -0.10107863 0.00010566749 0.00010717905 0.00010004543 0.00013715376 -0.10458811 0.00013718934 +6 0.04383168900000001 0.030968725 0.00029870621 0.0084273639 0.049162011 -3.4191236000000003 -1.0189327 0.0004916640299999999 0.0005013928 0.00047690019 0.0005109433900000001 -1.0448863000000002 0.0005117285900000001 +7 0.050660711 0.035742122 0.00034696241 0.0097365784 0.056845757000000004 0.0011213047 -1.5539254999999998 0.00056998731 0.0005814690799999999 0.0005534797099999999 0.00058556095 -1.5879149 0.00058650985 +8 -3.8611663 -4.0091345 -7.6281371 -1.2255117 -3.7444319999999998 -1.2119731000000002 -1.6247818 -9.489812400000002 -9.4968774 -9.2767061 -11.195041999999999 -1.6602682 -11.187849 +9 -4.5830283 -4.946607299999999 -8.525718800000002 -1.2678995000000002 -4.4680915 -1.8117161 -1.8155721999999999 -6.4605548 -9.789630099999998 -9.5694013 -11.488083 -1.8533269 -11.480876 +10 -0.0034243185999999998 -0.0041446461 -0.074652562 -0.2733762 0.12101016 0.010604421999999999 -0.42527136 -0.082902427 -0.082472024 -3.4061296000000003 -5.228313 -0.43641448 -5.221282700000001 +11 0.0023370671 -0.0010928071000000001 -0.031110909 -0.22420388 0.10635884 0.0088470029 -0.34325194 -0.039078149 -0.038738875 -0.042846083 -2.4644042 -0.35248195 0.028860517000000002 +12 -5.018191099999999 -2.1033245 -0.006285753900000001 -0.32833283 -5.1661967 -2.8534549 -0.88487267 -0.013115419 -0.012364769 -0.011557187 -0.013233065 -0.90898486 -0.013302225 +13 -3.5549996 -0.11934314 -3.4057581 0.65064325 -4.09093 -2.0705035 0.22523003 -2.7867224 -2.7895193 -2.5991473 -4.374033799999999 0.23291913 -4.3669394 +14 -3.1565646000000003 0.15636858 0.0013312017000000002 -3.2725471 -2.7701949 -0.68342905 -0.18089232 0.0023585037 0.0023607038 0.0021780842000000003 0.0044168876 -0.18681814 0.0044010393 +15 -3.1278123 0.17668836 0.0015515842000000002 0.055315569 -5.139963 -2.8713986 -0.90230243 0.0027189578999999996 0.0027275776 0.002528221 0.0047646541 -0.92684393 0.0047495429 +16 -3.1169876 0.18431899 0.0016399116 0.057566808 -3.3841650999999997 -4.8728279 -2.0955986 0.0028603195000000002 0.0028721544 0.0026678184000000003 0.0048864949 -2.135999 0.0048717115000000005 +17 -3.1185167000000003 0.18325023 0.0016284084 0.057250402 -3.3856193999999995 -1.120758 -1.8256849999999998 0.0028413579 0.0028528721000000003 0.002649506 0.0048671453 -1.8630626000000001 0.0048523278 +18 -6.780597599999999 -3.7783271000000003 -7.6187887000000005 -1.1972869 -6.6920927 -4.0461339999999995 -2.8319713 -9.479084199999999 -9.4862166 -9.2660475 -11.184377 -2.8781016 -11.177183 +19 -7.4493758 -4.790327400000001 -8.522117999999999 -1.2460547 -7.352783500000001 -4.7541198 -3.3194562999999992 -6.4565660000000005 -9.7855917 -9.565363699999999 -11.484044 -3.3680699 -11.476835000000001 +20 -3.1599758 0.15181025 -0.07265845 -0.21499097 -3.3210778 -0.98910006 -0.71523204 -0.079871101 -0.079438452 -3.4033186 -5.2254074 -0.73471587 -5.2183766 +21 -3.1533821 0.15566424 -0.029007446 -0.16722254 -3.3323648 -1.010913 -0.63044605 -0.035962071 -0.035620464 -0.039967205 -2.4585515 -0.64813468 0.034803646 +22 -2.8548689 -2.8818620999999998 -3.506214 0.43536146 -3.2715155 -1.2109968 0.46739392 -2.9064267000000004 -2.9054107000000005 -2.7129129 -4.4983545 0.48549312 -4.4912523 +23 -1.9197705000000003 -2.318187 -0.0067708735 -3.6725778 -1.4388191000000001 -0.16397378 -0.057057804000000004 -0.013892783999999998 -0.01314291 -0.012279867 -0.01456036 -0.05883256 -0.014625556000000001 +24 -1.8865471 -2.2805188999999997 -0.0067007885 -0.3480643 -3.7805513 -1.3840316000000001 -0.3543114 -0.013774709 -0.013024352 -0.012167846000000001 -0.014432553 -0.36568287 -0.014497568 +25 -1.8490386000000003 -2.2380067 -0.006612432099999999 -0.34503692 -1.9200747 -3.9307266000000003 -1.3796864 -0.013630706000000001 -0.01287956 -0.012028615 -0.014303921 -1.4115468 -0.014368627 +26 -1.8459165000000002 -2.2344687999999997 -0.0066045144999999994 -0.34478169 -1.9168247 -0.29155468 -1.6343125 -0.013618088 -0.012866861 -0.012016253999999999 -0.0142946 -1.6693004 -0.01435927 +27 -5.7536528 -7.3285728 -7.6536568 -1.2766654 -5.6476637 -2.9498179 -2.2178756 -9.5378771 -9.5377665 -9.317590699999998 -11.235917 -2.2597336 -11.228729 +28 -6.0130779 -8.2567063 -8.5354666 -1.2951743 -5.9055393 -3.2288852 -2.3672942999999997 -6.487493700000001 -9.809415 -9.589183300000002 -11.507855000000001 -2.4103967 -11.500651 +29 -1.9256727999999999 -2.3069591 -0.08435096800000001 -0.7042207 -1.8827501 -0.24578182 -0.51553704 -0.10007077 -0.098885642 -3.4217864000000002 -5.2443067 -0.52945032 -5.2372803 +30 -1.9128178 -2.3039201 -0.040564908999999996 -0.63985881 -1.8891551 -0.25305964 -0.43201135 -0.055780437 -0.054698169000000005 -0.05797879400000001 -2.482399 -0.44399904 0.01130033 +31 -0.47886118 -0.32053979 -3.4221595999999996 -2.7060675 0.12007993 -0.041592423999999996 0.75023656 -2.8053636 -2.8084199 -2.6176855 -4.394377400000001 0.78127385 -4.3872817 +32 -0.4381251 -0.29350863 -3.4199772000000004 0.61964735 -2.7689501 -0.84503385 0.56655151 -2.8029297000000004 -2.8058889 -2.6152015 -4.39166 0.5889048 -4.3845645 +33 -0.35678711 -0.23841032 -3.415318 0.62763724 -0.72304972 -3.7158201 -0.46578029 -2.7977877999999996 -2.8004358 -2.6098386000000002 -4.3858587 -0.48154793 -4.3787626 +34 -0.3460714 -0.23123008 -3.4146932999999997 0.62869783 -0.7115869 -0.12909929 -0.8645654 -2.7971011000000003 -2.7997034 -2.6091182 -4.3850802 -0.88968188 -4.377984 +35 -2.4288574 -2.3479408999999998 -7.1815398 0.43485119 -2.8318527000000002 -0.97608426 0.44158057 -7.572553 -7.584279400000001 -7.364972099999999 -9.2799451 0.45930398 -9.272641499999999 +36 -3.1031513 -3.0900822999999997 -8.14967 0.38152435 -3.4975845999999997 -1.4930318 0.26883784 -4.3898655 -7.722562400000001 -7.5031563 -9.4185873 0.27930862 -9.411283300000001 +37 -0.47228927 -0.31595731 -3.4114574999999996 0.6151882 -0.84559049 -0.13763641 0.72928581 -2.7988287 -2.8018156000000003 -5.9331321 -7.8393738 0.75923729 -7.8321008 +38 -0.47256494 -0.31622647 -3.4127347 0.61526751 -0.84593976 -0.13782852 0.72926196 -2.7996138 -2.8026432999999997 -2.6120164 -6.848666499999999 0.75921708 -4.3813895 +39 0.0070657872 0.0050535665 4.3117902e-05 -3.3205303999999995 -1.5939975 -0.22196169 -0.066831024 7.4437999e-05 7.541019e-05 7.0154516e-05 0.00010276288000000001 -0.069018049 0.00010273856 +40 0.042929536 0.030414721000000002 0.00029376472999999997 -3.3136262000000003 0.83120207 -3.3455692999999997 -0.97151595 0.00048323934 0.00049274683 0.00046870004 0.0005033273400000001 -0.99651639 0.0005040792900000001 +41 0.05077214 0.035895208 0.00034873577000000004 -3.3121229 0.84100557 0.032481892000000005 -1.5472576 0.00057273412 0.00058420286 0.00055603933 0.00059025123 -1.5811525 0.0005911827 +42 -3.8612947 -4.0091659 -7.6281555999999995 -4.5472834 -3.4298919000000003 -0.99309693 -1.5708703000000002 -9.489819800000001 -9.4968994 -9.2767281 -11.195065 -1.6056301000000002 -11.187871000000001 +43 -4.583148400000001 -4.946687 -8.5257355 -4.5896733 -4.1653867 -1.5485893 -1.7380273999999998 -6.4605599 -9.7896505 -9.5694217 -11.488104 -1.7748576 -11.480896000000001 +44 -0.003809298 -0.0043371436 -0.07465437 -3.5953329 0.79454628 0.036201752000000004 -0.41776504 -0.082905474 -0.08247518599999999 -3.4061326000000003 -5.228316 -0.42863474 -5.2212857 +45 0.0019152864000000001 -0.0013124142 -0.031112951 -3.5461692000000005 0.79840204 0.035356156 -0.33589618 -0.039081564 -0.0387424 -0.042849349 -2.4644085 -0.34485673 0.028856277000000003 +46 0.050568082 0.035662467 0.00034396843 0.009716355999999999 -2.0857435 -4.029661 -1.4539579 0.00056652676 0.0005777161599999999 0.000549239 0.00059074111 -1.4870569 0.0005916450599999999 +47 0.051724438 0.03647769 0.00035345312000000005 0.0099394132 -2.0847753 -0.37648187 -1.6501430000000001 0.00058113825 0.00059279614 0.0005640469 0.00060021546 -1.6853851999999998 0.00060116698 +48 -3.8581410000000003 -4.0066217 -7.6279405 -1.2254256000000001 -5.4791221 -2.7668726 -2.1735187000000002 -9.489667599999999 -9.496638 -9.276466699999999 -11.194803 -2.2147662 -11.187609 +49 -4.5807085 -4.9444426 -8.5255957 -1.2678636 -6.1885561 -3.5115777 -2.5501138 -6.4604849 -9.7894781 -9.5692494 -11.487931 -2.5943966 -11.480723 +50 0.0035865156 0.00076269519 -0.074594668 -0.27179059 -2.0344357 -0.32601275 -0.53504581 -0.082813035 -0.082381176 -3.4060439 -5.228225 -0.54963438 -5.2211947 +51 0.0097988282 0.0041379237 -0.031048969 -0.22256253 -2.0445224 -0.33463014 -0.45073538 -0.038983619 -0.038642937 -0.04275594 -2.4642754 -0.46339355 0.028989412000000003 +52 0.055461215999999994 0.03907972 0.00037972888999999993 0.01065483 0.062253771 -3.4179573 -2.5381049 0.00062385945 0.00063648915 0.0006058185 0.00064170014 -2.5808225 0.00064273423 +53 -3.8563211 -4.0050305 -7.6278312 -1.2253698999999998 -3.7395213 -4.6646252 -3.2100578 -9.489581300000001 -9.496491800000001 -9.2763205 -11.194657000000001 -3.2575668999999996 -11.187463000000001 +54 -4.5797614 -4.9435183 -8.5255475 -1.2678478000000002 -4.4647984 -5.2296017 -3.6673742999999996 -6.460456099999999 -9.7894142 -9.5691855 -11.487867 -3.7168395 -11.48066 +55 0.023662056 0.014891587 -0.074421645 -0.26720614 0.15183102 -3.3762464999999997 -1.426166 -0.082547517 -0.08210930799999999 -3.405779 -5.227956900000001 -1.4574146000000001 -5.220926400000001 +56 0.031984191 0.019768195 -0.030860538 -0.21763955 0.14004025 -3.3830023000000002 -1.346208 -0.038695882 -0.038348739 -0.04247096 -2.463996 -1.3765072 0.02926719 +57 -3.8564214999999997 -4.0050989 -7.6278393 -1.225372 -3.7396267 -1.2095548 -3.1329279999999997 -9.489586300000001 -9.496499400000001 -9.2763281 -11.194664 -3.1795859 -11.187471 +58 -4.5799422 -4.943681099999999 -8.5255575 -1.2678504 -4.464982599999999 -1.8098003 -3.3210379999999997 -6.4604615 -9.7894258 -9.569197099999998 -11.487879 -3.3686580000000004 -11.480671000000001 +59 0.027941217999999997 0.017886448 -0.074384638 -0.26623055 0.15670878 0.011100401000000001 -1.9638643 -0.08249077 -0.082051147 -3.4057222 -5.227899400000001 -2.0012776999999997 -5.220869 +60 0.036681526 0.023056244 -0.030820609 -0.21659944 0.14538799 0.009420925600000001 -1.8844521 -0.038634911 -0.038286337999999996 -0.042410404000000006 -2.4639389 -1.9212624 0.029323848 +61 -5.945247599999999 -7.960758599999999 -11.642074000000001 -1.2780988000000002 -5.8413066 -3.1811171000000003 -2.3375482999999995 -10.147697 -13.477974 -13.257518 -15.177351000000002 -2.3804601 -15.170125 +62 -3.8610684999999996 -4.0090148999999995 -7.6279497 -1.2255074 -3.7443328 -1.2118027 -1.6246530000000001 -9.4897421 -9.4967808 -12.598538000000001 -14.518275 -1.6601383 -14.511079 +63 -3.861164 -4.0091317 -7.6281315 -1.2255121999999998 -3.7444295 -1.2119704 -1.6247818 -9.489811 -9.496874900000002 -9.2767036 -13.654482999999999 -1.6602682 -11.18785 +64 -4.582976400000001 -4.9465328 -8.5255984 -1.2678981000000002 -4.468038099999999 -1.8116084 -1.8154856 -6.4605254 -9.7895726 -12.891272 -14.811055999999999 -1.8532396 -14.803847 +65 -4.583027400000001 -4.946606 -8.5257156 -1.2678998 -4.4680905 -1.8117148 -1.8155721999999999 -6.4605545 -9.789629 -9.569400300000002 -13.947522 -1.8533269 -11.480877 +66 -0.0041757018 -0.004571556 -0.079621816 -0.27846866 0.12230982 0.010746954 -0.43391978 -0.087893612 -0.087451294 -3.4108727999999995 -7.6933072 -0.44523312 -5.2263416 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.7701308999999998 1.450146 -0.0019661395 0.055775320999999996 -1.8591695 -2.3847148 -1.5320211000000001 0.0012881405999999999 0.0012974271000000001 0.0010704886 0.0043177626 -1.7080261000000003 0.0042814119 +2 -0.91476946 -1.9732793000000002 0.0008966684599999999 -0.024226392000000003 -0.92926444 -1.254592 -0.66453337 -0.00049962896 -0.00014315249 -0.00020169435000000002 -0.0010233377 -0.75395574 -0.0010190254 +3 -0.20910389 0.17447506 -2.2797867000000003 0.12392766 -0.33018494 -0.54130437 -0.15156554 -1.6891526000000001 -1.6896096 -1.3439869 -4.3674254999999995 -0.17727121 -4.357879799999999 +4 -0.44168746 -0.49454841 0.000333151 -3.3313269999999995 1.6296506000000002 1.1714255 0.49534193 -0.00021714665000000002 -0.00021835778 -0.00018252243000000003 -0.0007310774799999999 0.55838227 -0.00072506034 +5 0.94765862 0.91168899 -0.0010749210000000002 0.028343481 -0.89624384 -1.2712631 -0.6138898 0.00060504241 0.00060824877 0.00050811125 0.0021058874 -0.71354744 0.0020871427 +6 1.448619 1.333425 -0.0017921047000000001 0.04854922 1.4775566 -2.5719572 -1.6996398000000001 0.0011030255999999999 0.0011129737 0.0009392938599999999 0.0038398738 -1.8847075 0.0038059432 +7 1.3666787 1.268835 -0.0016785923000000001 0.045082744 1.3908037 1.5548662 -1.258408 0.0010073752 0.00101514 0.00085491278 0.0035075351 -1.4189661 0.0034764283000000003 +8 1.1001725 1.1637443 -0.39577791 -1.7408183000000002 2.4306007999999997 2.2667847 -1.2231233 -3.8360447 -3.8384992999999996 -3.3967991 -7.0102087 -1.3672073 -6.999838400000001 +9 -0.49566102 -0.38238983 -3.8531329 -2.038933 0.85074579 1.9278771000000001 -1.6203382 -3.4745172999999996 -6.8032826 -6.3188151 -10.151735 -1.7934063999999998 -10.141009 +10 0.86092256 -0.21481573 2.5000749 -0.26666078 1.1072855 1.2898914 0.50704863 1.980573 1.9812631999999997 -2.0815818999999998 -5.4987182 0.56451908 -5.488395400000001 +11 0.42895945 -0.09583124900000001 1.3401611 -0.084667193 0.55665693 0.62714966 0.20578932 1.1063003999999999 1.1067966 0.7463671 -1.1214256999999999 0.23691945 1.6207966999999999 +12 -3.3683818 -0.70901899 0.00053089987 -0.011932648 -3.4131315000000004 -4.019087600000001 -3.0561916 -0.00020959648000000002 0.00014792159 3.3010476e-05 -9.5126839e-05 -3.2841795 -9.818473099999999e-05 +13 -2.0101825 1.3997856000000002 -2.2685397999999997 0.16910686 -2.1818424 -2.77907 -1.8429096 -1.6723144 -1.6726801 -1.3286544 -4.3404107000000005 -2.0339157 -4.3308900999999995 +14 -2.4931947 0.81970916 -0.0008543191 -3.2967955 -0.73548947 -1.0354003 -0.47887906 0.0005567836799999999 0.00055899414 0.00043954903 0.0017568964000000001 -0.55236275 0.0017434829 +15 -1.6478959 1.542211 -0.0021565348999999998 0.061402899000000004 -3.4598949999999995 -4.0673097 -3.1070391 0.0014394029 0.0014520326 0.0012030860000000001 0.004843826 -3.3368335 0.0048029925 +16 -1.636082 1.5507895 -0.0021746728 0.061944564 -1.7264026999999997 -5.4458432 -4.4552035000000005 0.0014542088 0.0014672397 0.0012161361 0.004895455 -4.701489700000001 0.0048541847 +17 -1.6495064999999998 1.5410358999999998 -0.0021540927 0.061328952 -1.7396984 -2.2567383 -3.0252284 0.0014373475 0.0014499209 0.0012012642 0.00483663 -3.2534617999999997 0.004795858 +18 -1.8730019 1.4822149 -0.39043587 -1.6800238999999997 -0.77143455 0.75451547 -1.6772099999999999 -3.8295852 -3.8315443 -3.3898751000000003 -7.003120699999999 -1.8541171000000003 -6.9927494999999995 +19 -3.5215058 -0.15095907 -3.8377767999999994 -2.0166880000000003 -2.2561505 -0.76965815 -2.5800182 -3.4598259 -6.7864105 -6.3019793 -10.134729 -2.7936682 -10.124003 +20 -1.1166087 1.426713 2.5004441 -0.19858149 -1.0034339 -1.3005028 -0.72404293 1.9811217 1.9818122 -2.0813449 -5.4983972 -0.83744263 -5.488074500000001 +21 -1.4814638 1.4535904 1.3404079 -0.024278642000000003 -1.505326 -1.9588471 -1.1881588 1.107639 1.1081376 0.74725827 -1.1204456 -1.3361370000000001 1.6219268 +22 -1.2985323999999998 -1.4294219 -2.2839117 0.10095276 -1.4132841999999999 -1.9348310000000002 -1.0881986000000001 -1.6966080000000001 -1.6959272 -1.3496925 -4.377676200000001 -1.2320926 -4.3681207 +23 -1.5305659 -3.0124821 0.0010577669 -3.3503423999999997 0.33849131 0.38345069 0.15829878 -0.00058673245 -0.00023056942999999998 -0.00027392096 -0.0013170917999999999 0.18157811 -0.0013103503 +24 -0.30760464 -1.0356925 0.00062248555 -0.016595286 -2.0790331 -2.6185103 -1.7410331000000001 -0.0003308936 2.6303238e-05 -5.9652939999999995e-05 -0.00044567529 -1.9252881000000002 -0.00044632077000000006 +25 -0.17232661 -0.85442263 0.0005505012599999999 -0.014458533999999999 -0.17604871 -3.9772222999999998 -3.0155623 -0.00027900322999999995 7.8504096e-05 -1.526685e-05 -0.00026818822 -3.2426293999999998 -0.00027034362 +26 -0.26955056 -0.98402484 0.0006015946 -0.016012798 -0.27580688 -0.49615522 -1.8599633999999998 -0.00031803027 3.9223901e-05 -4.8933969e-05 -0.0004021532 -2.0521988999999996 -0.00040316017999999994 +27 -0.78657132 -1.4393652 -0.39940368 -1.9556734 0.449224 1.8264711999999999 -1.3267423 -3.8464422 -3.8460351000000004 -3.4050832000000004 -7.014145200000001 -1.4797041000000002 -7.003787400000001 +28 -2.8806349 -3.3145861000000005 -3.8451604 -2.1288793 -1.5758568000000002 0.1070099 -2.1323456000000003 -3.4837802000000004 -6.805691800000001 -6.3216114 -10.15264 -2.3310433999999995 -10.141923 +29 0.35638954 -2.8301582 2.5003019 -0.29409698 0.58127331 0.85959779 0.40199465 1.9806266 1.9814075 -2.0814497 -5.498581 0.44107311 -5.488258200000001 +30 -0.319996 -2.5812701000000002 1.3403183 -0.11071685 -0.23266288 -0.21715739 -0.14958149 1.1060121 1.1066743 0.74628783 -1.1215479 -0.15919785 1.6206443000000001 +31 -0.96490768 -0.46172144 -2.2826847999999997 -3.2099444999999998 0.9240158 0.78796017 0.37490908 -1.6936031999999999 -1.6940749 -1.3480263000000001 -4.3746064 0.429429 -4.3650535999999995 +32 0.80746523 0.99766744 -2.2734723 0.14954895 -1.1060667 -1.5857205 -0.79846584 -1.679548 -1.6799647 -1.3352566000000001 -4.3519794 -0.91860097 -4.3424488 +33 1.1805796 1.2723611000000001 -2.2702793 0.16173773 1.100482 -2.9046279999999998 -1.9577338 -1.6748465 -1.6752108 -1.3309403 -4.3445218 -2.1539273 -4.3349971 +34 1.0692747999999999 1.1935716 -2.2712752 0.15801421 0.98347721 1.0971269 -1.3040029 -1.6762965 -1.6766836999999999 -1.3322786 -4.3468195 -1.4663313999999998 -4.3372931 +35 -0.23860605 0.2404313 -4.7836918 0.08263554299999999 -0.31860637 -0.54446119 -0.1170259 -6.1769207 -6.1934012 -5.7097016 -9.5402127 -0.15562209 -9.5292934 +36 -0.65898884 -0.33404621 -6.604343400000001 0.032021443 -0.70283432 -1.0063553 -0.45944358 -3.1948027000000003 -6.532118 -6.047027 -9.8840793 -0.54217236 -9.873154 +37 -0.20569832 0.172816 -2.1938334999999998 0.11923175 -0.32373338 -0.53154416 -0.14665147 -1.6339868999999998 -1.6343485 -4.6158356 -8.410237 -0.17204897 -8.399347500000001 +38 -0.20613937 0.17307493 -2.2061217999999996 0.11987338 -0.32457969 -0.53282373 -0.14744812 -1.6419540000000001 -1.6423691000000002 -1.3011601000000002 -6.7604079 -0.17289756 -4.285569000000001 +39 0.076557825 0.062867275 -5.7733576999999996e-05 -3.3204792000000003 -0.071235934 -0.09779809699999999 -0.0086526363 2.5103738e-05 2.5134849e-05 1.5448255e-05 6.496406e-05 -0.012045408999999998 6.4841577e-05 +40 1.1657525 1.10176 -0.0013890620000000002 -3.2851616999999997 3.2817443999999996 -1.5437551 -0.81736166 0.0007960083299999999 0.00080073435 0.00067110564 0.0027731235 -0.94195252 0.0027484007 +41 1.3431915 1.2500018 -0.0016452114 -3.2778263999999995 3.4919879999999996 2.2774509 -1.1786881999999999 0.00098149477 0.00098878013 0.00083235606 0.0034182502000000003 -1.3340591999999998 0.0033878959000000004 +42 1.086565 1.1535706000000001 -0.39596242 -5.064432900000001 3.6152974 2.3439400000000004 -1.2013855 -3.8362589999999996 -3.8387451 -3.3970432 -7.010462400000001 -1.3433898000000002 -7.0000921 +43 -0.51379343 -0.39436373 -3.8546178 -5.3616526 1.7204127 2.1434234 -1.5578290000000001 -3.4757933 -6.804849099999999 -6.3203765 -10.153321 -1.7266214 -10.142594 +44 0.72121239 -0.39455989 2.5000644 -3.5924312000000005 3.028369 2.0840349 0.67755178 1.9805485 1.9812386999999998 -2.0815924999999997 -5.498732599999999 0.76186906 -5.4884097999999994 +45 0.19382348 -0.45885942 1.3401392 -3.4136747000000005 2.464791 1.5774373 0.61983385 1.1061396000000001 1.1066356000000002 0.74624613 -1.1215905000000002 0.69899312 1.6206126 +46 1.5376357 1.3999133999999998 -0.0019185176 0.052274719000000004 -0.33093952 -4.116015099999999 -3.1539174 0.0012021585 0.0012147530999999999 0.0010264907000000001 0.0041854146 -3.3845617 0.0041485559 +47 1.4810874 1.3580014 -0.0018392410000000001 0.049907855999999994 -0.38427395 -0.65458464 -1.9367578 0.0011380709 0.0011488152000000001 0.00096979519 0.0039611924 -2.1328702999999996 0.0039262402 +48 1.1795598 1.2239944 -0.3945589 -1.7305501 0.43896899 1.7197933 -1.3848548 -3.8346334000000004 -3.8368718 -3.3951782999999995 -7.0085524999999995 -1.5424197 -6.998182000000001 +49 -0.4308556 -0.33714842 -3.8478676 -2.0357445 -0.91940949 0.77156787 -1.9603038000000002 -3.4699373999999996 -6.7975497 -6.3130955 -10.145952000000001 -2.1512036 -10.135226 +50 1.4755581 0.52761212 2.5001463 -0.24476594 -0.21781691 -0.24152658 -0.065945931 1.9807188000000002 1.9814091 -2.0815194 -5.4986334 -0.09478569699999999 -5.4883106 +51 1.1341745 0.70318951 1.3402204 -0.061346594000000004 -0.66731898 -0.88939634 -0.43659257 1.1067805 1.1072775 0.74667846 -1.1210991000000001 -0.49903551 1.6211759 +52 1.5387058999999998 1.4006927 -0.0019199873 0.052319337 1.5732409 -2.5006081 -3.2232662999999997 0.0012033942999999999 0.0012160308 0.0010275936 0.0041897795 -3.4551041 0.0041528835 +53 1.3387573 1.3448626000000001 -0.3911231 -1.708836 2.7092068 -1.2435838 -2.3978609 -3.8306979 -3.8322512000000004 -3.3905391000000002 -7.0040216 -2.6043409 -6.993649799999999 +54 -0.36380128 -0.28739535 -3.8426216 -2.0321309 0.99410644 -1.7977101999999998 -3.0766862999999995 -3.4652809999999996 -6.791490799999999 -6.3070419 -10.139875 -3.3021334 -10.129149 +55 2.2861042 1.459276 2.5003316000000004 -0.19649448 2.6397762000000005 -1.7769432 -1.0983443000000002 1.9810749 1.9817656000000003 -2.0813631999999997 -5.4984226 -1.246235 -5.4880999 +56 1.8099294999999997 1.387378 1.3403083 -0.028612678 1.9514289 -2.2418313 -1.4274736000000001 1.1075178999999997 1.108017 0.74719615 -1.1204995 -1.5953218999999998 1.6218633 +57 1.3611874 1.361493 -0.39057466 -1.7057282 2.7360356 2.2809333 -2.8542083 -3.8300745000000003 -3.8315120000000005 -3.3897958 -7.003301400000001 -3.0736465 -6.992929400000001 +58 -0.36153741 -0.2854396 -3.8424762 -2.0319868000000003 0.9967643 1.9576986 -3.2125206000000004 -3.4651425000000002 -6.7912892000000005 -6.306839599999999 -10.139676 -3.4406687999999996 -10.12895 +59 2.3387928 1.5102011 2.5003456 -0.19291237 2.7000632999999996 2.1537181 -1.2782733 1.9811025000000002 1.9817932 -2.0813509 -5.4984060999999995 -1.439898 -5.4880832999999996 +60 1.7939797999999998 1.3713261 1.3403040000000002 -0.029563746000000002 1.9351116999999998 1.8902883999999998 -1.2449894 1.1074906999999998 1.1079894 0.74717222 -1.1205368999999998 -1.4045631 1.6218222 +61 -3.8140114 -4.3004392 -8.2830194 -2.1401174 -2.4729918 -1.0951647 -2.820441 -8.7738847 -12.104608 -11.614179 -15.475479 -3.0412742 -15.464645 +62 1.103682 1.1661635000000001 -0.39350621 -1.7502569 2.4412061 2.2683885 -1.2352705 -3.8346107000000003 -3.8369501000000006 -6.7172733 -10.556561 -1.3800843999999999 -10.545865 +63 1.1031716 1.1657834999999999 -0.39440752 -1.7493648000000002 2.4400726 2.2679562 -1.2344209 -3.835297 -3.8376556000000006 -3.3960165 -9.470483300000001 -1.3791816000000001 -6.9992958 +64 -0.49518114 -0.38190054 -3.8521553 -2.0390462 0.85123134 1.9283312 -1.6201277 -3.4738182999999996 -6.802556299999999 -9.6400225 -13.498982999999999 -1.7931891 -13.488222 +65 -0.49551413 -0.38225449 -3.8528026 -2.0390748 0.85097881 1.9279851000000003 -1.6205081000000001 -3.4743067 -6.803060899999999 -6.318594999999999 -12.611144 -1.7935849 -10.140841 +66 0.88186894 -0.21422186 2.5407137000000004 -0.28065338 1.1367676000000002 1.3287289 0.51187412 2.0048044999999997 2.0054984 -2.0709492 -7.947488099999999 0.56972911 -5.4751331 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.7692976999999999 1.4501184999999999 -0.001970127 0.055757445999999995 -1.8580813000000003 -2.3832359 -1.5321058 0.0012883226 0.0012976085 0.0010703727 0.0043182436 -1.7079633 0.0042819237 +2 -0.91421362 -1.9719057 0.00081819936 -0.024230589 -0.92828827 -1.2539464 -0.66441558 -0.00052182155 -0.00016541598000000002 -0.00020804093999999998 -0.0010181914999999998 -0.75389037 -0.0010137938 +3 -0.20821826 0.17428082 -2.2792731 0.12583277 -0.32953769 -0.5410951 -0.15191225 -1.6893817999999998 -1.6898378 -1.3452266000000002 -4.35959 -0.17749429 -4.3501023000000005 +4 -0.44313268 -0.49546876 0.00033436581 -3.3313388999999995 1.6261927 1.1723503999999998 0.49514983 -0.00021735986 -0.00021857033999999999 -0.00018262988000000002 -0.0007318756 0.55824782 -0.00072585378 +5 0.94842631 0.9117857 -0.0010767971 0.028338942000000002 -0.89503592 -1.2696902 -0.61381589 0.0006051843799999999 0.0006083904 0.0005081028599999999 0.0021064904 -0.71336628 0.0020877498 +6 1.4494196000000001 1.3333753000000002 -0.0017947979 0.048531812 1.4784825000000001 -2.5706108 -1.6998258999999998 0.0011031211 0.0011130692 0.00093909159 0.0038398831 -1.8847453999999997 0.0038059784000000004 +7 1.3674053 1.2687538 -0.0016810209 0.045064828 1.3916467 1.5560757 -1.2587874 0.0010074529 0.0010152189 0.0008547386500000001 0.0035076161 -1.4192082000000001 0.0034765306 +8 1.1019622 1.1643497999999999 -0.39394752 -1.739668 2.4322089 2.2688984 -1.2230087 -3.8359072 -3.8383553 -3.3974367999999995 -7.0101932 -1.3669546000000001 -6.999811900000001 +9 -0.49343729 -0.3813927 -3.8507114000000002 -2.0376401 0.85273403 1.9307006999999998 -1.6198128 -3.473519 -6.8022641 -6.3185905 -10.150803999999999 -1.7927155 -10.140066000000001 +10 0.86172482 -0.21517349 2.5016808999999998 -0.26663943 1.1083221 1.2917831 0.50664167 1.9810411 1.9817310000000001 -2.0814473000000002 -5.4980043 0.5641567 -5.4876705 +11 0.42905664 -0.09619872 1.3408848999999998 -0.08461716 0.55677647 0.62797995 0.20552616 1.1061593 1.1066552 0.74609941 -1.1209471000000002 0.23668784 1.6211646999999998 +12 -3.3679654 -0.70902217 0.00045140665999999997 -0.011948058999999999 -3.4122981 -4.0179161 -3.0565314 -0.00023188935000000003 0.00012555755 2.6555636e-05 -9.024445299999999e-05 -3.2843724 -9.320516799999999e-05 +13 -2.0090543000000003 1.3996516 -2.2680146 0.17093657 -2.1811103 -2.7785189 -1.8433004000000002 -1.6725385 -1.6729033 -1.3298868000000001 -4.3327209 -2.0341351999999997 -4.3232568 +14 -2.4919113 0.82039724 -0.0008577721699999999 -3.2967755 -0.73455754 -1.0343965 -0.47894082 0.00055740155 0.0005596134099999999 0.00044002734000000006 0.0017596091000000001 -0.5523931 0.0017461801 +15 -1.6470827000000001 1.5421403 -0.0021606996 0.06138052 -3.4588138999999996 -4.0658848 -3.1071231 0.0014395517 0.0014521812 0.0012028936 0.004844055 -3.3367495000000003 0.0048032595 +16 -1.6352696000000002 1.5507158 -0.0021788562 0.061921804000000004 -1.725342 -5.444460299999999 -4.455309099999999 0.0014543556 0.0014673864000000001 0.0012159373 0.004895664 -4.701423 0.0048544324 +17 -1.6486949 1.5409645 -0.0021582520000000003 0.061306552 -1.7386378 -2.255268 -3.0253227000000003 0.0014374951 0.0014500682999999998 0.0012010716 0.004836858 -3.2533877999999996 0.0047961239 +18 -1.8711318 1.4828881999999999 -0.3885998 -1.6789009999999998 -0.76969173 0.7577357 -1.6768403000000003 -3.8294405 -3.8313927000000003 -3.390505 -7.0030984 -1.8535921999999998 -6.9927163 +19 -3.5192817 -0.14994863 -3.8353513999999995 -2.0154096000000004 -2.2541477000000003 -0.76601751 -2.5788061 -3.4588267999999998 -6.7853917 -6.3017543 -10.133797999999999 -2.7922695 -10.12306 +20 -1.1157598 1.426489 2.5020501 -0.19858814 -1.0023325 -1.2987229999999998 -0.72414585 1.9815901000000002 1.9822802 -2.0812101000000003 -5.497683 -0.8373942 -5.487349299999999 +21 -1.4807276000000003 1.4535152 1.3411309999999999 -0.024244705 -1.5044113000000001 -1.9575651 -1.1884101999999999 1.1074986 1.1079968999999998 0.74699123 -1.1199651000000002 -1.3362635 1.6222968999999998 +22 -1.2977333999999998 -1.4296951 -2.2834854 0.10289551 -1.4128116000000002 -1.9345394 -1.0888635 -1.6968955000000001 -1.6962138 -1.3509975 -4.368616 -1.2325911 -4.3591354 +23 -1.5316013000000002 -3.0131238999999996 0.0009799661599999999 -3.3503552000000005 0.33635033 0.38212367 0.15779512 -0.00060910608 -0.0002530142 -0.00028040035 -0.00131265 0.18100381 -0.0013058167 +24 -0.3071427 -1.035439 0.0005437600499999999 -0.016606874 -2.0780368 -2.6171979 -1.7411932 -0.00035316669000000003 3.9591159e-06 -6.610463399999999e-05 -0.00044080852 -1.9253429 -0.00044136342000000007 +25 -0.17196556 -0.85443223 0.00047176935999999995 -0.014473695 -0.1753601 -3.9760675 -3.0159154999999997 -0.00030132876 5.6107407000000003e-05 -2.1777588e-05 -0.00026353512 -3.2428367000000002 -0.00026559668 +26 -0.26923066 -0.98400035 0.00052293067 -0.016027088999999998 -0.27515162 -0.49530994 -1.8601965 -0.00034035254 1.6830485e-05 -5.5427652e-05 -0.00039744422 -2.0522896 -0.00039835928 +27 -0.78523881 -1.4390368999999998 -0.39764145 -1.9543769 0.45028722 1.8288153000000003 -1.3265828000000002 -3.8463694999999998 -3.8459608 -3.4057896 -7.0142058 -1.4794022 -7.003837 +28 -2.8788213 -3.3137316 -3.8428686 -2.1275376 -1.5742252 0.11025827 -2.1317365 -3.4828859 -6.8047908999999995 -6.3215037 -10.15183 -2.330259 -10.141100999999999 +29 0.35724146 -2.8311811000000002 2.5018741 -0.29408094 0.58245519 0.86163852 0.40163685 1.9810762 1.9818567999999999 -2.0813252 -5.4978788 0.44077316 -5.487545 +30 -0.31988348 -2.581695 1.3409993999999998 -0.11067037 -0.2322813 -0.2165803 -0.15009424 1.1058529 1.1065148 0.74601143 -1.121074 -0.1597022 1.6210073999999999 +31 -0.96460422 -0.46217673 -2.2821747 -3.2080222000000003 0.92357875 0.78777333 0.37453179 -1.6938346000000002 -1.6943055 -1.3492688 -4.3667335 0.42917888 -4.357239099999999 +32 0.80851054 0.99748495 -2.2729529 0.15140975 -1.1053703000000001 -1.5852374 -0.79888491 -1.679775 -1.6801909 -1.3364928999999999 -4.344228299999999 -0.91886171 -4.334755 +33 1.1817115 1.272229 -2.2697564 0.16358003 1.1011961000000001 -2.9040662 -1.9581156000000002 -1.6750716 -1.6754351000000003 -1.3321741000000002 -4.3368098 -2.1541377 -4.3273419 +34 1.0703473 1.1934008999999999 -2.2707536 0.15986099 0.98413772 1.0975840000000001 -1.3042915000000002 -1.6765226999999998 -1.676909 -1.3335137 -4.3390961 -1.4664504999999999 -4.3296267 +35 -0.2373359 0.24053706 -4.7861392 0.085165235 -0.317901 -0.54414935 -0.11737112 -6.1765362 -6.1930100999999995 -5.710236900000001 -9.5393741 -0.15581549 -9.5284446 +36 -0.65670621 -0.33275812 -6.604561599999999 0.034205215 -0.70116227 -1.0050105 -0.45875722 -3.193108 -6.530406 -6.0462452 -9.8819284 -0.54130854 -9.8709932 +37 -0.20483247 0.17258997 -2.1931642000000005 0.12112654 -0.32309071 -0.53131435 -0.14701166 -1.6341624 -1.6345228 -4.6170376 -8.410651300000001 -0.17228374 -8.3997508 +38 -0.20525116 0.17287386 -2.2054103 0.12177657 -0.32392353 -0.53259304 -0.14779018 -1.6420895 -1.6425037 -1.3023082000000001 -6.7531915 -0.17311501 -4.278101599999999 +39 0.076599527 0.06287831099999999 -5.7869829e-05 -3.3204792999999997 -0.070666063 -0.097113315 -0.0087544238 2.5104739e-05 2.5136545999999998e-05 1.5480582e-05 6.5309826e-05 -0.012116354 6.5178375e-05 +40 1.1665534 1.1018078000000002 -0.0013912812 -3.2851706 3.2817107000000005 -1.5426601999999998 -0.81780863 0.00079621304 0.0008009411900000001 0.0006711103599999999 0.0027738308 -0.94228648 0.002749117 +41 1.3438707 1.2498913999999999 -0.0016475222 -3.2778455 3.4918748999999996 2.2784324000000002 -1.1790323999999999 0.0009815454800000002 0.00098883212 0.0008321693300000001 0.0034182609999999997 -1.334266 0.0033879278000000005 +42 1.0883524 1.1541743 -0.39413224 -5.0632817 3.6165483999999997 2.3459717999999996 -1.2012851999999998 -3.8361217000000005 -3.8386013999999995 -3.3976812000000005 -7.0104470999999995 -1.3431523 -7.0000659 +43 -0.51154783 -0.39335076 -3.8521947999999995 -5.3603582 1.7222463 2.1458876 -1.5574423000000002 -3.4747932999999995 -6.803828500000001 -6.3201498 -10.152388 -1.7260756999999998 -10.14165 +44 0.72197947 -0.39497363 2.5016705000000004 -3.5924089 3.0281822999999997 2.0853822 0.67685817 1.9810166 1.9817063999999998 -2.081458 -5.4980187 0.76117383 -5.4876849000000005 +45 0.19352017 -0.45960958 1.3408631000000002 -3.4136269999999995 2.4631282000000003 1.5784778 0.61937536 1.1059983999999998 1.106494 0.74597836 -1.1211122 0.69856423 1.6209803999999999 +46 1.538427 1.3998357 -0.0019213422 0.052254463 -0.32981405 -4.1145653 -3.1539685 0.0012022275 0.0012148219 0.0010262341 0.0041852522 -3.3844434999999997 0.0041484241 +47 1.4818565000000001 1.3579206 -0.0018419422 0.049888253 -0.3831607 -0.65286081 -1.9368478 0.0011381293 0.0011488730000000001 0.0009695525999999999 0.0039610647 -2.1327979999999997 0.0039261404 +48 1.1813738999999999 1.2246177 -0.39272706 -1.7294040000000002 0.4406897 1.722459 -1.3846513999999999 -3.8344942000000004 -3.8367259 -3.3958141000000004 -7.0085353 -1.5420725 -6.9981538 +49 -0.42863505 -0.33616228 -3.8454462999999994 -2.0344541 -0.91742521 0.77522366 -1.9594049999999998 -3.4689402 -6.796533 -6.3128725999999995 -10.145023 -2.1501271 -10.134286 +50 1.4763429 0.52734622 2.5017523999999995 -0.24475335 -0.2166484 -0.23951037 -0.066085617 1.9811869999999998 1.981877 -2.0813848000000004 -5.497919400000001 -0.094812544 -5.4875856 +51 1.1347824 0.70318456 1.3409441 -0.061296437999999995 -0.66633426 -0.88806906 -0.43673927 1.1066398000000002 1.1071365 0.74641111 -1.1206198 -0.49910336 1.6215447 +52 1.5394983999999998 1.4006156 -0.0019228148000000002 0.052299100999999994 1.5741656000000002 -2.4992912 -3.2234543999999996 0.0012034649 0.0012161014 0.001027338 0.0041896214 -3.4551244 0.0041527559 +53 1.3406789 1.3455685 -0.38928619 -1.7076897 2.7109732999999996 -1.2414003 -2.3976341 -3.8305525 -3.8320983999999996 -3.3911677000000005 -7.003998200000001 -2.6039519 -6.9936155 +54 -0.361522 -0.28637561 -3.8401968999999996 -2.03084 0.99615418 -1.7950515 -3.075805 -3.4642817000000004 -6.7904713 -6.3068163 -10.138943 -3.3010718 -10.128206 +55 2.287081 1.4591813 2.5019378 -0.19649333 2.6409475 -1.7755231 -1.0986496000000001 1.9815433999999998 1.9822338 -2.0812284 -5.4977084000000005 -1.2463992 -5.4873747 +56 1.8106232 1.3872642 1.3410316999999998 -0.028579862 1.9521543999999997 -2.2406158 -1.4277868 1.1073773999999998 1.1078761000000001 0.746929 -1.1200192 -1.5954975 1.6222332 +57 1.3631263 1.3622124 -0.3887369 -1.7045814 2.7378239 2.2830485 -2.8540352 -3.8299281 -3.8313580000000003 -3.3904233 -7.003277000000001 -3.0733069 -6.992894000000001 +58 -0.35924925 -0.28441397 -3.8400508 -2.0306956 0.99882223 1.9605088 -3.2119746 -3.4641427000000005 -6.790269 -6.3066133 -10.138743 -3.4399469 -10.128006 +59 2.3397927000000003 1.510129 2.5019517999999996 -0.19291091 2.7012604 2.1549617999999997 -1.2787237 1.981571 1.9822613999999998 -2.0812161 -5.4976918 -1.4402146 -5.4873581 +60 1.7946133999999998 1.371168 1.3410274 -0.029533142999999998 1.9357698 1.8914936000000002 -1.2453353999999999 1.1073501000000001 1.1078485 0.74690503 -1.1200567 -1.40477 1.6221919 +61 -3.8112416 -4.2978824 -8.279520100000001 -2.1387902000000003 -2.470308 -1.0906139 -2.8189685 -8.7716201 -12.102297 -11.612665 -15.473260999999999 -3.0395962000000005 -15.462415 +62 1.1054871000000002 1.1667819 -0.39161356 -1.7490913000000001 2.4428208 2.2705201 -1.2351228 -3.8344184 -3.8367513 -6.7178575 -10.556447 -1.3797966999999998 -10.545741 +63 1.1049626000000001 1.1663894 -0.39257906 -1.7482109000000001 2.4416829 2.2700699 -1.2343111 -3.8351617999999994 -3.837514 -3.3966567000000003 -9.470469699999999 -1.3789337 -6.9992714000000005 +64 -0.49292747 -0.38087207 -3.8496688999999997 -2.0377491 0.85324485 1.9311764 -1.6195758999999998 -3.4727704 -6.801488000000001 -9.639748599999999 -13.498007000000001 -1.7924707999999998 -13.487235 +65 -0.49329047 -0.38125746 -3.8503809999999996 -2.0377819 0.852967 1.9308086 -1.6199828 -3.4733084 -6.802042500000001 -6.318370400000001 -12.610214 -1.7928941999999999 -10.139899 +66 0.8827067 -0.21455513 2.5423339 -0.28063934 1.1378540000000001 1.3306685 0.51143737 2.0052863000000003 2.0059799 -2.0708067999999997 -7.946763099999999 0.56933334 -5.474398000000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d001+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.7692811000000002 1.450102 -0.0019703382 0.05575763 -1.8580598999999998 -2.3832385 -1.5320991000000002 0.0012883151 0.001297598 0.0010703533000000001 0.0043183773 -1.7079471999999998 0.0042820587 +2 -0.91421795 -1.9718746999999999 0.0008179463 -0.024230157000000002 -0.92826681 -1.2539565000000001 -0.66440142 -0.00052152243 -0.00016509404 -0.00020685029 -0.0010180375 -0.75387578 -0.0010136547 +3 -0.20816582 0.17428838 -2.2793452999999997 0.12620543 -0.32956432 -0.54122728 -0.15194233 -1.689434 -1.6898604 -1.3453224 -4.3585059 -0.17751847 -4.3490303 +4 -0.44314624 -0.49546925 0.00033440296000000004 -3.3313391 1.6260343000000002 1.1723552 0.49510597 -0.00021736146 -0.00021857137999999998 -0.00018262836 -0.00073191351 0.5582019 -0.00072589145 +5 0.94843347 0.91176849 -0.0010768724000000001 0.028338818999999998 -0.89501609 -1.2696756999999999 -0.613814 0.0006051823999999999 0.00060838692 0.00050809345 0.002106556 -0.71335656 0.0020878156 +6 1.4494391000000002 1.3333611 -0.0017949317999999999 0.048532032 1.4785045 -2.5706453999999996 -1.6998448 0.0011031348 0.0011130805 0.0009390855300000001 0.0038400187 -1.884756 0.0038061151 +7 1.3674356 1.2687496999999999 -0.0016811627 0.045065543 1.3916801 1.5560615 -1.2588738000000002 0.0010074806 0.0010152447 0.00085474752 0.0035078013 -1.4192904 0.003476716 +8 1.1019626 1.1643128999999999 -0.39435178 -1.7395793000000002 2.4322263 2.2687374 -1.2233148 -3.8363142 -3.8387606 -3.3978846 -7.0105887000000005 -1.3672712 -7.000206599999999 +9 -0.49355258 -0.38157372 -3.8511013 -2.0374819 0.8525853 1.9305474999999999 -1.6200017 -3.4738660000000006 -6.8025729 -6.3189456 -10.151052 -1.7929055 -10.140313 +10 0.86179403 -0.21511816 2.5016894 -0.26663838 1.1084028000000001 1.2918797 0.50656061 1.9810464 1.9817334999999998 -2.0814459 -5.4978998 0.56406962 -5.4875653 +11 0.42907208 -0.09619829199999999 1.3408802 -0.084612856 0.5567906 0.6280033 0.20549734 1.1061383999999999 1.1066323999999998 0.7460774 -1.1208595 0.23665639 1.6212421000000001 +12 -3.3679636 -0.7090355 0.0004510788 -0.011947728000000001 -3.4122784 -4.0179339999999995 -3.0565235 -0.00023161112999999997 0.00012585787 2.7730556e-05 -9.008573700000001e-05 -3.2843561 -9.306109e-05 +13 -2.0090071 1.3996464 -2.2680852000000002 0.17129825 -2.1811445 -2.7786539 -1.8433423 -1.6725896 -1.6729251 -1.3299816999999998 -4.3316558 -2.0341683 -4.322203599999999 +14 -2.4918524 0.82043257 -0.0008579793400000001 -3.2967736000000003 -0.73456646 -1.0344216 -0.47896103 0.0005574199500000001 0.00055963055 0.00044004449 0.0017598135 -0.55241163 0.0017463829999999998 +15 -1.6470620999999999 1.5421254 -0.0021609282 0.061380857000000004 -3.4587891 -4.0658972 -3.1071101000000003 0.0014395510999999999 0.0014521776 0.001202877 0.0048442159000000005 -3.3367273999999996 0.0048034218 +16 -1.6352485 1.5507011 -0.0021790866 0.061922160999999996 -1.7253168999999997 -5.4444798 -4.4552986 0.0014543559 0.0014673835999999998 0.0012159211 0.0048958281 -4.7014035000000005 0.004854598 +17 -1.6486741999999999 1.5409496 -0.0021584804 0.061306888 -1.7386131999999999 -2.255265 -3.0253164 0.0014374945999999999 0.0014500645999999998 0.0012010551 0.0048370187 -3.2533724 0.0047962861 +18 -1.8711886000000002 1.4827978000000002 -0.38900294 -1.6788266 -0.76974584 0.75770912 -1.6771121 -3.8298463 -3.8317967000000004 -3.3909516 -7.0034927 -1.8538664 -6.993109700000001 +19 -3.5194152 -0.15014688 -3.8357419999999998 -2.0152568 -2.2543092999999996 -0.76618865 -2.5790097999999997 -3.459175 -6.785702400000001 -6.3021114 -10.134048 -2.7924696 -10.123308 +20 -1.1157714 1.42646 2.5020586 -0.19858876 -1.0023405 -1.2987144 -0.72417648 1.9815953999999998 1.9822828000000001 -2.0812086 -5.4975785 -0.83741714 -5.4872442 +21 -1.4807293 1.4534934 1.3411262 -0.0242406 -1.5044138 -1.9575851999999998 -1.1884276000000003 1.1074778 1.1079741 0.74696927 -1.1198772 -1.3362733999999998 1.6223743999999998 +22 -1.2977174999999999 -1.4297101 -2.2835631000000003 0.1032733 -1.4128648000000001 -1.9346903999999998 -1.0889256999999999 -1.6969515 -1.6962396 -1.3510969 -4.3674989 -1.2326446000000002 -4.3580315999999995 +23 -1.5316339 -3.0131257000000002 0.0009797368 -3.3503550000000004 0.33621319 0.38201072 0.15775268 -0.00060881145 -0.00025269653999999996 -0.00027921278 -0.0013125292 0.18095381 -0.0013057105 +24 -0.30714498 -1.035448 0.0005434909099999999 -0.016606562 -2.0780157 -2.6172066000000003 -1.7411849 -0.00035286941 4.2788092e-06 -6.491813500000001e-05 -0.00044064372000000005 -1.9253272000000001 -0.00044121338 +25 -0.17196667 -0.85444561 0.00047149621 -0.014473406999999999 -0.17534524 -3.9760948 -3.0159168 -0.00030103119 5.6427282999999994e-05 -2.0591836e-05 -0.00026336687999999997 -3.2428297 -0.00026544311 +26 -0.26923437 -0.98401301 0.0005226609599999999 -0.01602681 -0.27513848 -0.49528856 -1.8602087 -0.00034005574 1.7149667e-05 -5.4241648e-05 -0.00039727912000000006 -2.0522937 -0.00039820894 +27 -0.78538638 -1.4390703 -0.39804012 -1.9542714 0.45015679 1.8286572 -1.3269082 -3.8467733999999996 -3.8463627000000002 -3.4062342000000005 -7.0145974 -1.4797373 -7.004227799999999 +28 -2.8790091 -3.3139837999999995 -3.8432686 -2.1273606 -1.5744358999999999 0.11001166 -2.1319903 -3.4832428999999996 -6.8051095 -6.321868299999999 -10.152089 -2.3305125 -10.141358 +29 0.35726391 -2.8311734 2.5018835 -0.29408109 0.58249267 0.86173328 0.40156496 1.9810823 1.9818601999999998 -2.0813227 -5.4977733 0.4406972 -5.4874389 +30 -0.31990685 -2.5817025 1.3409951 -0.11066581 -0.23229277 -0.21658291 -0.15012887 1.1058326 1.1064924999999999 0.74599043 -1.1209858 -0.15973927 1.6210852 +31 -0.96458947 -0.46218637 -2.2822473 -3.207647 0.92347768 0.78761043 0.37449817 -1.6938872999999999 -1.6943284 -1.3493648999999999 -4.3656445999999995 0.4291496 -4.3561623 +32 0.80855811 0.99748165 -2.2730243 0.15177609 -1.1054025 -1.5853684 -0.79892497 -1.6798267 -1.6802130000000002 -1.3365882 -4.3431551 -0.91889352 -4.333693599999999 +33 1.1817592 1.2722245 -2.2698272999999998 0.16394346 1.1011615 -2.9042044999999996 -1.95816 -1.6751228999999999 -1.675457 -1.3322691 -4.3357418 -2.1541736 -4.326285700000001 +34 1.0703966 1.193398 -2.2708247000000004 0.16022537 0.98410488 1.0974511 -1.3043386000000001 -1.6765741000000003 -1.6769308999999997 -1.3336086999999999 -4.3380265 -1.4664899 -4.3285689000000005 +35 -0.23727864 0.24053783 -4.7865116 0.08580293300000001 -0.31793716 -0.54429549 -0.11741352 -6.1765476999999995 -6.1929524 -5.7102729000000005 -9.539190800000002 -0.15585077 -9.5282575 +36 -0.65655615 -0.33264447 -6.604699799999999 0.034617478 -0.70110893 -1.0050656 -0.45870162 -3.1930129000000003 -6.530218 -6.0461418 -9.8816344 -0.54124373 -9.870694199999999 +37 -0.20478782 0.1725871 -2.1932267999999997 0.12149476 -0.32312092 -0.53144278 -0.14704818 -1.6342133 -1.6345438 -4.6171364 -8.4106297 -0.17231387 -8.3997269 +38 -0.20519812 0.17288009 -2.205447 0.12214844 -0.32394816 -0.53272053 -0.14781931 -1.6421217000000001 -1.6425073000000001 -1.3023861 -6.7522047999999995 -0.17313806 -4.277057599999999 +39 0.076621403 0.06289903599999999 -5.7897846e-05 -3.3204788 -0.0706735 -0.09711707300000001 -0.0087761955 2.5113221e-05 2.5145037999999998e-05 1.5489534e-05 6.5367721e-05 -0.012138338 6.5235327e-05 +40 1.1665987 1.1018205 -0.0013914276000000002 -3.2851692999999997 3.2816688999999997 -1.542745 -0.81788543 0.00079625257 0.00080097931 0.0006711339 0.0027740519 -0.94236026 0.0027493374 +41 1.3439045 1.2498907 -0.0016476657999999998 -3.2778446000000003 3.4918231 2.278315 -1.1791313 0.00098157781 0.00098886278 0.0008321829400000001 0.0034184614 -1.3343616000000003 0.0033881283000000003 +42 1.0883589 1.1541426000000001 -0.39453651 -5.063192099999999 3.6164704 2.3457971 -1.2015927 -3.8365287000000006 -3.8390067 -3.398129 -7.010842599999999 -1.3434708 -7.0004606 +43 -0.51165908 -0.39352893 -3.8525845000000003 -5.3601996 1.7220282999999998 2.1457325000000003 -1.5576299 -3.4751402000000002 -6.804137 -6.3205046 -10.152635 -1.7262650000000002 -10.141896000000001 +44 0.72208945 -0.39486356 2.5016789 -3.5924068999999994 3.0281995999999998 2.0853362 0.67670922 1.9810218999999998 1.9817088999999999 -2.0814565 -5.4979142 0.76100854 -5.4875796999999995 +45 0.1935623 -0.45956393 1.3408583 -3.4136221 2.4630549 1.5784758999999997 0.61929517 1.1059776000000001 1.1064711999999999 0.74595635 -1.1210245 0.69847681 1.6210577 +46 1.5384465 1.3998205 -0.0019214845000000002 0.05225467 -0.32978899 -4.1145874 -3.1539642000000003 0.0012022422 0.0012148342 0.0010262269 0.0041853941 -3.3844301 0.0041485672 +47 1.4818748 1.3579051000000002 -0.0018420779 0.04988842 -0.38313621 -0.65281518 -1.9368608 0.001138142 0.0011488834 0.00096954511 0.0039611991999999995 -2.1328021 0.003926275999999999 +48 1.181343 1.2245538 -0.39313119 -1.7293207 0.44065989 1.7223552 -1.3849528 -3.8349010999999997 -3.837131 -3.3962617999999996 -7.008930599999999 -1.5423813999999998 -6.9985484 +49 -0.42876397 -0.33635307 -3.8458367999999994 -2.0342973 -0.91757576 0.7750508 -1.9596056 -3.4692881 -6.796842900000001 -6.3132288 -10.145272 -2.1503269 -10.134533 +50 1.4763478 0.52734435 2.5017609 -0.24475311 -0.21663681 -0.23943741 -0.06611953200000001 1.9811922999999998 1.9818794999999998 -2.0813832999999997 -5.497814900000001 -0.09484186800000001 -5.4874805 +51 1.1347833 0.70317602 1.3409393 -0.061292013 -0.66632625 -0.88805121 -0.4367539 1.106619 1.1071137 0.74638913 -1.1205321000000001 -0.4991135 1.6216222 +52 1.5395183000000001 1.4006007 -0.0019229577 0.052299322999999995 1.5741883999999997 -2.4993279 -3.2234757000000003 0.0012034800999999999 0.0012161142 0.0010273311 0.0041897649 -3.455137 0.0041529007 +53 1.3405915000000002 1.3454579 -0.38968996 -1.7076168999999999 2.7108858 -1.2415382 -2.3979067 -3.8309592000000006 -3.8325032 -3.3916150999999997 -7.0043933 -2.6042228 -6.9940098 +54 -0.36166693 -0.28657821 -3.8405883000000003 -2.0306849 0.9959719 -1.7952021 -3.0759972999999996 -3.4646306000000004 -6.7907826 -6.3071739 -10.139194 -3.3012588 -10.128454 +55 2.2870816 1.4591649 2.5019463 -0.19649308 2.640952 -1.7755866999999999 -1.0987233 1.9815488 1.9822363999999997 -2.0812269 -5.4976038 -1.2464681 -5.4872695 +56 1.810625 1.3872464 1.341027 -0.028575565 1.9521519 -2.2406718999999997 -1.4278309999999999 1.1073566000000001 1.1078533000000002 0.74690705 -1.1199313 -1.5955351 1.6223107 +57 1.3630331 1.3620973 -0.38914058 -1.7045096999999998 2.7377290000000003 2.2828797 -2.8543165 -3.8303347000000003 -3.8317627 -3.3908705 -7.0036719 -3.0735848999999997 -6.993288199999999 +58 -0.35939493 -0.28461715 -3.8404422999999994 -2.0305405 0.99863904 1.9603508 -3.2121506 -3.4644917 -6.7905804000000005 -6.306971099999999 -10.138994 -3.4401172 -10.128255000000001 +59 2.3397981 1.5101165 2.5019603 -0.19291033 2.7012704 2.1548667999999997 -1.2788374 1.9815763 1.982264 -2.0812146 -5.4975873 -1.4403256000000002 -5.487253 +60 1.7946224999999998 1.3711576 1.3410227 -0.029528411 1.9357748 1.8914317999999999 -1.2454294 1.1073293 1.1078257 0.74688309 -1.1199688 -1.4048604 1.6222695 +61 -3.8111053999999998 -4.2977495999999995 -8.2798695 -2.138587 -2.4702296 -1.0905023999999999 -2.8189196 -8.7716591 -12.102166 -11.612563 -15.473045999999998 -3.0395374 -15.462193 +62 1.1054778 1.1667366000000001 -0.39204697 -1.7490013 2.4428289 2.2703496 -1.2354399999999999 -3.8348507000000005 -3.8371818999999996 -6.71833 -10.556807000000001 -1.3801248 -10.5461 +63 1.1049607 1.1663508 -0.39298323 -1.7481164 2.4416943 2.269908 -1.2346119 -3.8355686 -3.8379190000000003 -3.3971042000000002 -9.470864500000001 -1.3792446000000003 -6.9996658 +64 -0.49306038 -0.38107153 -3.8500949 -2.037593 0.85308119 1.9310102999999998 -1.6197796999999998 -3.4731453 -6.8018243 -9.6401314 -13.498273999999999 -1.7926763 -13.4875 +65 -0.49340585 -0.38143856 -3.850771 -2.0376236 0.85281812 1.9306554 -1.6201716 -3.4736556000000003 -6.8023515 -6.318725700000001 -12.610462 -1.7930840000000001 -10.140146000000001 +66 0.8827788 -0.21449452 2.5423407000000005 -0.28063816 1.1379382 1.3307652 0.51134997 2.0052918 2.0059826000000003 -2.070805 -7.946658099999999 0.56923913 -5.4742924 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.5805978 0.56747472 0.42068914 0.19088201 -3.2338097 -1.5657497 -0.32730869 0.5305357 0.53241972 0.5224809 0.57369229 -0.36462272 0.57365349 +2 -3.6565286 -7.3003118 -4.8015300000000005 -0.31312454 -3.7182031 -2.2426182 -0.59727079 -5.1580294 -5.1515218 -5.129946299999999 -5.2346334 -0.68388895 -5.2344403 +3 -0.07862775799999999 -0.044165399 -1.0697923 0.010311279 -0.079605425 0.017498028 0.042127528 -0.12611748 -0.12607579 -0.1220106 -0.14271521 0.047949045999999995 -0.14265123 +4 -0.040887347000000004 -0.023807007999999998 -0.01765875 -3.3250621 2.2118947 0.17761727 0.027256617 -0.0221385 -0.022253564 -0.021974701 -0.023366832999999997 0.031126377 -0.023367626000000002 +5 0.25709204 0.16624115 0.12163591 0.029577679 -2.3342764 -0.64575683 -0.13996326 0.15458247 0.15538605 0.15285751 0.16565303 -0.15767799 0.16563926 +6 1.5109998 1.1913438 0.78339289 0.31011062 1.6306825 -3.2898278 -1.2175444 1.1027225 1.1067001 1.0909847 1.1687708 -1.3673332 1.1687646 +7 1.7812036 1.3982296 0.90375259 0.38888741 1.9053191999999999 0.15460282 -1.8727155 1.2938215 1.2981778999999998 1.2778298000000001 1.379022 -2.0700543999999996 1.379022 +8 -3.4147672 -5.747003299999999 -7.517895200000001 -0.224266 -3.5532294 -2.1069992 -0.45660871 -8.282334 -8.2916344 -8.2697073 -8.3764951 -0.52583921 -8.376217 +9 -3.6868051 -7.7742532 -8.642733 -0.31385845 -3.7496706 -2.2937782 -0.62056329 -5.6396234000000005 -8.9621702 -8.940176199999998 -9.046996 -0.71032868 -9.046766900000001 +10 0.00040265532 0.00012700224 0.00063275999 3.031069e-05 0.00084975811 0.00012544233 8.173265199999999e-05 0.00018478256999999998 0.00027255243 -3.3216656 -3.4183485 8.9480627e-05 -3.4182142 +11 3.5212168999999997e-05 4.607662400000001e-06 6.1948366e-05 -6.205876599999999e-06 5.499811800000001e-05 -4.0294264e-06 -1.6903788e-05 -1.8866631e-05 3.8617655e-05 3.5761928e-05 -2.460171 -1.9829531999999998e-05 -0.00018100721999999997 +12 -5.7877647 -6.8038625 -4.646857700000001 -0.21382813 -5.9648949 -5.1268867 -2.6039417 -4.9993544000000005 -4.992296499999999 -4.970774400000001 -5.075200499999999 -2.8313182 -5.07501 +13 -2.6198478 0.55429505 -0.57750042 0.20450632 -3.249765 -1.6293749 -0.30904767 0.42915803 0.43156795 0.42647256 0.45190973 -0.34581413 0.45194526 +14 -3.0168421000000003 0.19327326 0.1642937 -3.2140549 -1.0095622 -0.28543078 0.015122462 0.1841947 0.1847173 0.17868223 0.21019141 0.023641884 0.21013518 +15 -1.6407333999999998 1.3672434 0.9380511 0.43771554 -4.277588099999999 -3.1078995 -1.0255831 1.2734481000000002 1.2774896999999998 1.2562236 1.3638921999999998 -1.1503416000000002 1.3638223 +16 -1.099964 1.7974261999999999 1.1833274 0.61772839 -2.0264526000000003 -4.7200692 -2.2610641 1.6713943 1.6761012999999998 1.6438977 1.8077835 -2.4737373 1.8077039000000001 +17 -1.1557928999999998 1.7557803 1.1602179 0.59870645 -2.0676488 -0.58747874 -1.9270745999999999 1.6328723 1.6375242 1.6066308 1.7636289 -2.1252167 1.7635496 +18 -5.116725 -3.5457528 -6.2396343 -0.10208331 -5.426481400000001 -4.6174459 -2.0973062999999996 -6.845775099999999 -6.850164299999999 -6.8284655 -6.9349322 -2.3066253 -6.9345246 +19 -5.8153407999999995 -7.3216847000000005 -8.519560400000001 -0.21420562 -5.9917987 -5.1565668 -2.6312648999999997 -5.5171727 -8.834525 -8.8125344 -8.919341099999999 -2.8596581000000003 -8.9191115 +20 -2.5805331000000002 0.56755654 0.42080616 0.19090737 -3.2336737 -1.5655972 -0.32722633 0.53056875 0.53256486 -2.7993086 -2.89151 -0.36453532 -2.8913422000000004 +21 -2.5806033999999998 0.56744093 0.4203472 0.19086502 -3.2338158 -1.5657085 -0.32733144 0.53039849 0.53235615 0.52241518 -1.8869957999999998 -0.36464847 0.57324748 +22 -3.4911052000000002 -5.8606834999999995 -4.4888849 -0.29407011 -3.5662495 -2.0521175 -0.48697096 -3.6556748 -3.648397 -3.6276773 -3.7287698 -0.55967035 -3.7285138 +23 -3.8377011 -7.449648 -4.830339599999999 -3.6215962 -1.8084271 -0.32797987 -0.049288755999999996 -5.1878989 -5.1819312 -5.1603484 -5.2650811 -0.057483905999999994 -5.2648858 +24 -3.4867697 -7.1802561 -4.7722555 -0.32701161 -5.31249 -4.3180181 -1.9844188999999999 -5.131442400000001 -5.124414700000001 -5.1028453 -5.207474400000001 -2.1860703 -5.2072866 +25 -3.4613869 -7.1624879 -4.767493599999999 -0.32925912 -3.5241854 -5.8868356 -3.3887327000000003 -5.1273077 -5.1201983 -5.09863 -5.203249 -3.6366211 -5.2030621 +26 -3.4755602 -7.173329700000001 -4.770128400000001 -0.3280537 -3.5384528 -1.9904872999999998 -2.2582428 -5.1297963 -5.1227355 -5.1011667 -5.2057908 -2.4738618 -5.205603400000001 +27 -3.6763119 -9.847663 -8.2847766 -0.23341432 -3.8038837999999995 -2.4705406 -0.63359207 -9.1323705 -9.126624099999999 -9.1046254 -9.2114596 -0.72498744 -9.2112319 +28 -3.7615844 -11.34665 -8.8905411 -0.31637368 -3.8240149 -2.4062808999999996 -0.67521116 -5.9064269 -9.2219921 -9.1999871 -9.306824699999998 -0.77169006 -9.3066015 +29 -3.6565232000000005 -7.3001942 -4.801331200000001 -0.31312353 -3.7181824 -2.2425827000000003 -0.59725413 -5.157959 -5.1514178 -8.4517704 -8.5584833 -0.68386993 -8.5582875 +30 -3.6565284 -7.3003084000000005 -4.8015222 -0.31312454 -3.7182028 -2.2426176 -0.59727058 -5.1580277 -5.1515185 -5.129943 -7.6940774 -0.68388871 -5.2344415 +31 -0.11330217 -0.067297413 -1.0888601999999998 -3.3146574 2.2197508 0.19664663 0.066559298 -0.1473091 -0.1474024 -0.14312758 -0.16484535 0.076048832 -0.16478321 +32 0.17887782 0.12383221 -0.93093943 0.039403935 -2.3562026 -0.66385296 -0.095592403 0.028513627000000003 0.029456281 0.031265762 0.021767415 -0.10853396 0.021820562999999998 +33 1.4779623 1.1656575 -0.097117226 0.31640303 1.5924459 -3.2728409 -1.1740286 1.0045197 1.0094322 0.9973084 1.0563083 -1.3215451999999999 1.0563475 +34 1.7603775000000002 1.3799132 0.06286475 0.39625692 1.8857224999999997 0.17972265 -1.8383258999999998 1.2069887 1.2124553999999998 1.1955133999999998 1.2787876 -2.0341782 1.2788305 +35 -3.0064113 -4.1268266 -6.8770048 -0.19383107 -3.1667566000000003 -1.5897412 -0.22991799 -6.572331200000001 -6.5840959 -6.562321799999999 -6.6686217 -0.26716906 -6.668305499999999 +36 -3.5136324 -5.9990555 -7.9935298999999995 -0.29453798 -3.5902974999999997 -2.0904084 -0.50323025 -3.8363501 -7.159028200000001 -7.137155099999999 -7.2436547000000004 -0.57819775 -7.243384 +37 -0.07820778 -0.04391986 -1.0670697 0.010348099 -0.078789288 0.017609904 0.042185873 -0.12571023 -0.1256322 -3.4435025 -3.5421019 0.048009803 -3.5419309 +38 -0.07849172 -0.044034591 -1.0675364999999999 0.010316019000000001 -0.079457221 0.017520953 0.042102949 -0.12584645 -0.12579857 -0.12173737 -2.6024827 0.047920299000000006 -0.14254256 +39 0.10003092 0.052692897 0.041338764 -3.3127044999999997 -1.1008117 -0.13153752 -0.041716547 0.049483253 0.049773778 0.048718128 0.054106385 -0.045628848 0.054094724000000004 +40 1.4694901000000002 1.1623413 0.76543941 -3.021589 2.8481081 -3.1798848 -1.1388081 1.0758222 1.079744 1.0646167 1.1394520000000001 -1.2827848999999998 1.1394444 +41 1.7806057000000002 1.3985386 0.9039003 -2.9324439 2.8716988 0.19230488 -1.8629708999999999 1.2941044 1.29846 1.278103 1.3793412 -2.0599222 1.3793412 +42 -3.6670241999999997 -6.080331200000001 -7.652516599999999 -3.5324864999999996 -1.6550178 -0.29421872 0.04489163 -8.4267747 -8.444567900000001 -8.4226285 -8.5294311 0.052444963 -8.5291605 +43 -3.8689586000000005 -7.918773299999999 -8.6681632 -3.6218602999999994 -1.8440918000000002 -0.34432409 -0.052269142000000005 -5.6608322 -8.9890088 -8.9670162 -9.0738406 -0.06095419 -9.0736096 +44 -0.040395763 -0.023667179 -0.016998769 -3.3250317000000003 2.2118065 0.17772614 0.027310191 -0.021937615 -0.021965851 -3.3436256 -3.4404318 0.031184284 -3.4403002000000003 +45 -0.040850046 -0.023800829 -0.017588246000000002 -3.3250678999999996 2.2118702999999997 0.17761578 0.027240521 -0.022154032 -0.0222121 -0.021936102000000002 -2.483524 0.031107448 -0.023542591 +46 1.7871218 1.3990616000000002 0.90579847 0.38897665 -1.3550562 -4.2162492 -1.9253516 1.2948333 1.2991977 1.2787971000000002 1.3802961 -2.1221822 1.3802934 +47 1.7963657 1.407368 0.90988336 0.39240623 -1.3513169 -0.2341355 -1.9509888 1.3024033000000002 1.3067796999999999 1.2861885 1.3886418 -2.1511716 1.3886405000000002 +48 -3.1430769 -5.4587339 -7.3679685 -0.23990249 -5.0591308 -4.09347 -1.7385501 -8.141346799999999 -8.1407617 -8.1188169 -8.2255517 -1.9275360000000001 -8.2252975 +49 -3.5271004999999995 -7.6730152 -8.620475599999999 -0.32742794 -5.3516654 -4.3642764000000005 -2.0235792 -5.6243777 -8.942134 -8.9201358 -9.026947999999999 -2.2274464 -9.0267237 +50 0.25731949 0.16637208 0.12217476 0.029614499 -2.3341996 -0.64562805 -0.13980035 0.15474666 0.1556441 -3.1688223 -3.2643543 -0.15750234 -3.2642164 +51 0.25711775 0.16623946 0.12162439 0.029569511 -2.334278 -0.64574645 -0.13998242 0.15454102 0.15540692 0.15287553 -2.294636 -0.15770032 0.16541122 +52 1.9039903000000002 1.4862407 0.95486093 0.42466659 2.0158381000000003 -3.2530478 -2.8580256 1.3752881000000001 1.3798058000000002 1.3571626 1.4701293 -3.0935457000000004 1.4701298 +53 -3.0938981 -5.406318 -7.338592200000001 -0.2427736 -3.2366563 -5.6733657 -3.1342255 -8.1140849 -8.1115697 -8.089621300000001 -8.196344900000001 -3.3771644 -8.1960956 +54 -3.5041286 -7.6589502000000005 -8.617087699999999 -0.32954188 -3.5676247 -5.926533999999999 -3.4269459 -5.6222246 -8.9392633 -8.9172645 -9.0240756 -3.6756952000000003 -9.023852 +55 1.5113002 1.1916516000000001 0.78300228 0.31021785 1.6310506 -3.2895988 -1.2173415 1.102873 1.1069878999999998 -2.2306565 -2.3202812 -1.3671216 -2.3200523 +56 1.5109489999999999 1.191283 0.78237012 0.31008239 1.6306399 -3.2898292999999996 -1.2175833 1.1024703000000002 1.1065334 1.0908208000000001 -1.2922278 -1.3673753999999998 1.1681799 +57 -3.1187505 -5.4360387999999995 -7.354207700000001 -0.24145575 -3.2614443 -1.6974946 -2.1087641 -8.1296126 -8.1281144 -8.106167 -8.2128958 -2.3180692 -8.2126447 +58 -3.517517 -7.668276400000001 -8.6191435 -0.32835776 -3.5811330999999997 -2.0582339 -2.2809334999999997 -5.6237089000000005 -8.9412023 -8.9192038 -9.026015600000001 -2.4975517999999997 -9.0257916 +59 1.7816026999999999 1.3986258999999999 0.90291728 0.38904027 1.9057892 0.15482856 -1.8726551 1.2939854 1.2984912 -2.043784 -2.131345 -2.0699921000000003 -2.1310811000000003 +60 1.7811298 1.3981515 0.90227214 0.38885147 1.9052642 0.15460386 -1.872755 1.2934934999999999 1.2979402 1.2775982 -1.0822463 -2.0700959 1.3782987 +61 -3.6770714 -9.9085985 -11.674023 -0.2334065 -3.8046982000000003 -2.4718138 -0.63423903 -9.182085899999999 -12.510097 -12.488076 -12.595039 -0.72571988 -12.594807000000001 +62 -3.4147512000000004 -5.7468887 -7.5177217 -0.22426433 -3.5531992 -2.1069476000000003 -0.45658629 -8.2822756 -8.2915293 -11.59153 -11.69853 -0.52581344 -11.698252 +63 -3.4147671 -5.747003 -7.517894500000001 -0.224266 -3.5532293 -2.1069991000000003 -0.45660867 -8.282333900000001 -8.291634 -8.269706900000001 -10.835928 -0.52583916 -8.3762171 +64 -3.6868033 -7.7741939 -8.6426543 -0.31385804 -3.7496622000000004 -2.293764 -0.62055618 -5.6396101 -8.9621189 -12.262053 -12.369010000000001 -0.71032063 -12.368781 +65 -3.6868051 -7.7742531 -8.6427326 -0.31385845 -3.7496706 -2.2937782 -0.62056328 -5.6396234000000005 -8.9621701 -8.9401761 -11.506428999999999 -0.71032867 -9.0467671 +66 0.00040599295 0.00012755322 0.0006386064499999999 2.9766219999999998e-05 0.00085492356 0.00012510832 8.0187497e-05 0.00018318582 0.00027629322999999994 -3.3216620999999997 -5.8778484 8.766807300000001e-05 -3.4182317 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7833628 0.4968717 0.009886169200000001 0.22164099 -3.5519367999999996 -1.5387407 -0.37918801 0.049878520999999995 0.049910105999999996 0.045389269 0.1029704 -0.42641683 0.1025385 +2 -2.3237596000000003 -2.757523 0.007380585699999999 -0.49970261 -1.8474065 -0.57042888 -0.15441951 -0.08329384 -0.082457417 -0.07029036400000001 -0.40037749 -0.17731942 -0.39676469 +3 -0.41186942 -0.26714354 -2.7324166 0.32874751 -0.56679212 -0.20690202 0.08654745300000001 -2.0420237 -2.0437997 -1.8716917000000002 -3.8860099000000003 0.10245549 -3.8745178 +4 -0.017295008 -0.018814479 -0.0011268924000000001 -3.3270662000000004 1.4812475 0.20770566 0.025296014 -0.0023383216 -0.0023402512 -0.0022094064000000003 -0.0025851603 0.02948362 -0.0025861423 +5 0.21831109 0.18914851 0.0030238163 0.062182164000000005 -2.7943499 -0.72614957 -0.13943468 0.016855947 0.016867911 0.014970223000000001 0.037753715 -0.16061574 0.037654351 +6 1.6346829 1.4009806 0.084889664 0.59599949 1.6119847 -3.1981341 -1.1814414 0.22564678 0.22585269 0.20441446 0.29680988 -1.3523684999999999 0.29730384 +7 2.0060401999999997 1.6819849999999998 0.10695397 0.75948136 1.8669723000000003 0.22652636 -1.9137372 0.29076836 0.2910395 0.26309759 0.37848478 -2.1445722999999997 0.37918126 +8 -2.4851838 -2.6066408 -6.4597284 0.087036306 -2.8258752 -0.628985 -0.21712791 -8.3439626 -8.366306100000001 -8.1322315 -10.474086 -0.25348489 -10.462100999999999 +9 -3.619447 -4.902255 -8.126463900000001 -0.047338632 -3.8877084 -1.6432353 -0.56714328 -6.151361 -9.482536999999999 -9.248052900000001 -11.591700999999999 -0.65738776 -11.579733000000001 +10 0.10589805 0.08448328599999999 0.090140781 -0.026114337999999997 0.16806307 0.05767541599999999 -0.073006852 0.069341957 0.069881949 -3.2790508999999997 -5.5105773000000005 -0.086694631 -5.4988019 +11 0.088236131 0.068797595 0.15884282 -0.04011682 0.14732898 0.049138934 -0.053450693 0.13405658 0.13448042 0.10514831 -2.0481872 -0.063499655 0.48956849 +12 -4.5179372 -1.7293115000000001 0.022089398 -0.34346334 -4.5992543 -2.8419627999999997 -1.0228681 -0.052659864 -0.051823008 -0.04223973 -0.33929533 -1.1468682 -0.33590389 +13 -2.9336585 0.42755848 -2.469853 0.52807588 -3.8574726999999998 -2.0005341 -0.48959117 -1.7006497999999999 -1.7015828999999998 -1.5417162 -3.4847965 -0.54870304 -3.4733877 +14 -3.1327694 0.14901952 -0.010229656 -3.2222687000000003 -1.0201348 -0.36494465 -0.0053289387 0.0019339555 0.0019259842999999998 0.00096730614 0.043756830999999996 -0.0023041258 0.043264461 +15 -1.7980171000000003 1.3395805 0.061840285 0.60633841 -4.5892572 -2.9821131000000003 -0.97548295 0.19743526 0.19760072 0.17823691 0.29749826 -1.1144283000000001 0.29745252 +16 -1.0289583 1.941659 0.10531959 0.95950717 -2.1634062999999997 -4.482522900000001 -2.1171333 0.34027857 0.34057583 0.30606949 0.48168699 -2.3583737 0.48214055 +17 -1.0719364 1.9102706000000003 0.10279516 0.93951973 -2.1923274 -0.35840699 -1.9138096000000002 0.33185718 0.33214603 0.29854532 0.47097952 -2.1438725 0.47140199 +18 -3.7066375 -0.60443711 -5.1754189 0.32604878 -4.403129 -2.6018098999999997 -0.85238697 -6.9415938 -6.958023799999999 -6.7251541 -9.061664 -0.97731539 -9.0496388 +19 -5.777087 -4.363731400000001 -7.9760793 0.04623583 -6.188436 -4.7392628 -2.474383 -6.0064886 -9.3297618 -9.0953094 -11.43877 -2.7311311000000003 -11.426809 +20 -2.7364387999999997 0.5116193 0.1378856 0.17186666 -3.4624141 -1.3464694 -0.37232245 0.14484741 0.14541579 -3.2125845 -5.4404376 -0.42107029 -5.4286511 +21 -2.7444401000000003 0.5085193 0.20954687 0.1624181 -3.4694872 -1.3812635 -0.36576338 0.21207476 0.21252369 0.17414965 -1.8684657 -0.41300986 0.67678336 +22 -2.8906405 -3.1987520000000003 -3.3332182 0.071369694 -3.121386 -1.1468218000000001 -0.20414012 -2.8077908 -2.8067022 -2.6042242 -4.792721299999999 -0.22948852 -4.7809029 +23 -2.3789333 -2.82573 0.0065057262 -3.8233644 0.22547725 0.01802346 -0.037076505 -0.084877211 -0.084040766 -0.07179485099999999 -0.40256677 -0.042666558 -0.3989505 +24 -1.9439263 -2.3467446 0.012103748000000001 -0.47806701 -3.8845046 -1.7830163 -0.59167702 -0.073494828 -0.07265811400000001 -0.06132355900000001 -0.38079967 -0.66608667 -0.37724064 +25 -0.77360918 -1.1947968999999998 0.039154302 -0.3550038 -0.39337889 -3.6126059 -1.5184421000000001 -0.022502782000000002 -0.021653995 -0.014542791999999999 -0.30980933 -1.7166428 -0.30622296 +26 -0.49434216 -0.93915338 0.048640338 -0.31061924 -0.10047299 0.12974646 -1.9710105 -0.004894445999999999 -0.0040410886 0.0017836969 -0.28823981 -2.2047566 -0.28463059 +27 -3.9493690000000004 -6.7531314 -7.4819816999999995 0.015401378 -4.290057 -2.3466226000000003 -0.78267438 -9.4556129 -9.4560408 -9.2215642 -11.565066999999999 -0.90333783 -11.553119 +28 -4.1427295 -8.473234 -8.4319291 -0.068199688 -4.421026 -2.4556970000000002 -0.90728059 -6.4781251 -9.7998985 -9.5653446 -11.909285 -1.0444501 -11.897322 +29 -2.2785592999999995 -2.7181972 -0.048914242000000004 -0.51399583 -1.7690602999999998 -0.48219072 -0.18983519 -0.14913281 -0.14784868 -3.4631426 -5.708272 -0.2198477 -5.6964927 +30 -2.2839549999999997 -2.7234954 0.0007067720500000001 -0.52547839 -1.7751245999999998 -0.4912009 -0.18121906 -0.09945886400000001 -0.09828498199999999 -0.094135038 -2.8024392999999996 -0.20962799 -0.29756614 +31 -0.44654626 -0.30511725 -2.7476814999999997 -2.9985367999999997 1.1884447 0.17288892 0.14268665 -2.0601156 -2.0619536 -1.8895529999999998 -3.9052407999999996 0.1681223 -3.8937527000000003 +32 -0.10713371 -0.0065863699 -2.6367617 0.37561376 -3.1203877 -1.113237 -0.15641125 -1.9200802 -1.921507 -1.7534721000000002 -3.7448178999999997 -0.176625 -3.7333470999999996 +33 1.3652795 1.1876715 -2.1467103 0.71786964 1.1958801000000001 -3.2560613999999997 -1.1338698999999999 -1.2637204 -1.2638403999999999 -1.1212018999999998 -2.9736039 -1.3001976999999998 -2.962335 +34 1.7680387999999998 1.4915152 -2.0272751 0.84903467 1.585904 0.21920025 -1.8369811000000003 -1.0820016000000001 -1.0818318999999998 -0.94906862 -2.743845 -2.0633378 -2.732642 +35 -2.032496 -1.6109232 -6.5881012000000005 0.28313914 -2.484232 -0.5698445 0.058056509000000006 -7.0523685 -7.077942599999999 -6.8448612 -9.1826876 0.070754725 -9.1706036 +36 -2.9762258999999998 -3.163021 -7.9000145999999996 0.12935249 -3.3655196000000003 -1.2803452 -0.19693065 -4.2340497 -7.5691122 -7.3355469 -9.6754991 -0.22819889 -9.6634349 +37 -0.4086102 -0.26431539 -2.6932907999999998 0.32628224 -0.56245628 -0.20411912 0.085788429 -2.0202191000000003 -2.021906 -5.1723482 -7.4887473 0.10153485 -7.476778100000001 +38 -0.40929648 -0.26486033 -2.6980842000000003 0.32650208 -0.56331571 -0.20445303 0.085766951 -2.0229630000000003 -2.0246899 -1.853118 -6.3267832 0.10152313 -3.853886 +39 0.12145172 0.092945315 -0.0018307545000000001 -3.2905193999999995 -1.7561914 -0.15792167 -0.02971873 0.005097812 0.0051002955 0.0040732815 0.022123307000000002 -0.033909196 0.022018156 +40 1.6117257 1.382696 0.083179819 -2.7358238999999998 2.360544 -3.1420911 -1.144132 0.22139995 0.22160176 0.20053131 0.29213249 -1.3116249 0.29261265 +41 2.0060234 1.6821296000000001 0.10695893 -2.5621959 2.3825341 0.23631191 -1.9119106 0.29079866 0.29106979 0.26312426 0.37853668 -2.1426734 0.37923311 +42 -2.6357519 -2.7254528 -6.5193392999999995 -3.2348974999999998 -0.5043791 0.050136557000000005 -0.10669614 -8.4091524 -8.4333968 -8.1992853 -10.541262 -0.12471708 -10.529286 +43 -3.8006731 -5.0226837 -8.1539035 -3.3606431000000003 -1.8985753 -0.17198569 -0.22502396 -6.1775585 -9.5125651 -9.278074400000001 -11.621748 -0.26322787 -11.609781 +44 0.09153056300000001 0.069999835 0.08862143800000001 -3.3520760999999997 1.6234245 0.21825505 -0.054139928 0.06695412 0.067493391 -3.2813012 -5.5128867 -0.064867723 -5.501112 +45 0.073468449 0.053664427 0.15727477 -3.3663242999999996 1.5981553999999998 0.21631173 -0.033740923 0.13162841 0.13205143 0.10287619 -2.0517301 -0.040653813999999996 0.48597238 +46 1.9977302 1.6757665000000002 0.10594562 0.75578962 -1.6461026 -4.1108353 -1.8797635 0.28885372 0.28912265 0.26135038 0.37702895 -2.1072417000000003 0.37770889 +47 2.0199901999999996 1.6918436000000001 0.10724798 0.76555346 -1.6387223999999998 -0.12387432 -1.9578072 0.29279529 0.2930685 0.26488513 0.38198701 -2.1908127 0.38268221 +48 -1.8941355 -2.1700307999999997 -6.2106631 0.093055803 -4.1776652 -2.1490369 -0.7107784 -8.0807136 -8.0953864 -7.8614583 -10.202658999999999 -0.81851838 -10.190669999999999 +49 -3.2970171 -4.7232482000000005 -8.075374900000002 -0.063640515 -5.3682125 -3.6986093 -1.7047272 -6.1075372 -9.4321311 -9.1976541 -11.541234 -1.9157423999999998 -11.529272 +50 0.31262641 0.25699584 0.10842573 0.031027877000000002 -2.6773976000000004 -0.57310203 -0.18546016 0.098080948 0.09863775 -3.2541746 -5.4840978 -0.21596219 -5.4723218000000005 +51 0.29612165 0.24329423 0.17772272 0.018011806 -2.6919625 -0.60001864 -0.16942964 0.16302162 0.16345859 0.13036425 -1.9761226000000003 -0.1968836 0.563205 +52 2.1460977000000003 1.7804026000000002 0.113823 0.82024244 1.9341277 -3.1696482999999995 -2.854435 0.31443716 0.31473512 0.28423325 0.41052025 -3.1285316 0.41128545 +53 -1.1902925 -1.6394741000000002 -5.878666099999999 0.11215559 -1.5005008999999998 -4.0032963 -1.8868762 -7.7244285 -7.7292716 -7.495567100000001 -9.835586900000001 -2.1121999 -9.8236239 +54 -3.2160322999999997 -4.6799215 -8.0612183 -0.06818414 -3.4899484 -5.3553755 -3.1062894 -6.0960475999999995 -9.4189103 -9.1844354 -11.527994 -3.3858214999999996 -11.516034 +55 1.6957973999999998 1.4425783 0.28203947 0.56426438 1.6990736000000002 -3.1838783999999998 -1.2469997 0.37579931 0.37650508 -3.0011825 -5.2202557 -1.4243393999999998 -5.2084589999999995 +56 1.6926459999999999 1.4406566 0.34449412 0.56263705 1.6985022 -3.1858272999999997 -1.2256011 0.43100039 0.43157982 0.37195902 -1.556655 -1.4008949 0.98145123 +57 -1.1390862 -1.5984698999999998 -5.853054900000001 0.11447132 -1.4448148 -0.086190562 -2.0591253000000003 -7.6957877 -7.6998866999999995 -7.466202099999999 -9.806111900000001 -2.297827 -9.7941521 +58 -3.2396221 -4.6941833 -8.065300599999999 -0.066966233 -3.5136127 -1.1694061000000002 -2.2675433999999997 -6.0997195 -9.423142 -9.1886664 -11.53223 -2.5170187000000004 -11.52027 +59 2.0426461 1.7050502 0.32866901 0.7200232 1.914765 0.22888355 -1.9812216 0.45413108 0.45487505 -2.9302502 -5.1460777 -2.2160832000000004 -5.1342664000000005 +60 2.0473769 1.7088865000000002 0.38854882 0.72354228 1.9171223000000002 0.22831035 -1.9601226999999999 0.50676553 0.50738499 0.43965382 -1.4391566999999998 -2.1937512999999997 1.0985511000000001 +61 -4.0093944 -7.3792118 -11.502545 0.016982998 -4.3559627 -2.4514547 -0.83340315 -10.096138 -13.430891 -13.196101 -15.541274 -0.9614257 -15.529285999999999 +62 -2.4849412 -2.6063166 -6.4592457 0.087056345 -2.8254681 -0.62874004 -0.21704171 -8.3436742 -8.365983400000001 -11.453837 -13.798770000000001 -0.25338817 -13.786781 +63 -2.4851755 -2.6066302 -6.4597096 0.087036564 -2.8258664000000002 -0.62897957 -0.21712718 -8.3439534 -8.3662946 -8.13222 -12.933530000000001 -0.25348403 -10.462097 +64 -3.6194319999999998 -4.9021622 -8.126303 -0.047334268 -3.8876227 -1.6431131 -0.56709388 -6.151307599999999 -9.4824546 -12.569899000000001 -14.914992000000002 -0.6573316 -14.903022 +65 -3.6194462999999995 -4.9022532 -8.126459200000001 -0.047338635999999996 -3.8877076 -1.643234 -0.56714296 -6.1513602 -9.4825352 -9.248051 -14.051142 -0.65738738 -11.579734 +66 0.10670728 0.085188296 0.084811765 -0.025002096 0.16877543 0.058040193 -0.07417551900000001 0.06436645099999999 0.0649162 -3.2838157999999997 -7.9757063 -0.088073964 -5.5039078 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.2304546000000003 1.0272131 -0.014898452 0.25033178 -2.8238908 -1.5245546 -0.85740398 0.013070001000000001 0.013081072 0.009689956 0.034333145 -0.95537349 0.034188087 +2 -1.9241884999999999 -2.3745553 0.0063644156 -0.22108963 -1.4087215 -0.55445514 -0.46696678 -0.0104486 -0.010098497 -0.0052765539000000005 -0.013452776999999999 -0.51190972 -0.013568311000000001 +3 -0.47418262 -0.10613493 -2.2036792000000003 0.32692743 -0.51604491 -0.16910657 -0.09083047300000001 -1.5777502 -1.578107 -1.2408323 -4.1406697999999995 -0.10293136 -4.1316672 +4 -0.16077341 -0.36153992 0.0036681687 -3.3743361000000003 1.1791553999999997 0.74086497 0.41953744 -0.0027122222 -0.0027147195 -0.002312393 -0.0091244473 0.47898836 -0.0090466525 +5 0.51828424 0.51010655 -0.0063891053000000005 0.09615242199999999 -2.3228714 -0.9558445 -0.45302945 0.0053248422999999994 0.005329481800000001 0.0038923329 0.013200736000000001 -0.5112507 0.013178779 +6 1.9029711 1.6344825 -0.037643958 0.4349212 1.9515729 -2.0141819 -1.0563927 0.022566823 0.02258538 0.017315999 0.066758361 -1.2358504 0.066368063 +7 2.6104996 2.2174058 -0.064985865 0.69260667 2.693743 1.6907008000000001 -1.6419179 0.040329879 0.040365497 0.032304991 0.12625918 -1.8922814 0.12534841 +8 0.46568529 0.64786894 -0.2912717 -0.35468614 0.9472846 1.3202854 -0.13688144 -3.7209193999999997 -3.7251782999999996 -3.2811562000000007 -6.882577099999999 -0.15760587 -6.8723651 +9 -0.83304031 -0.66371144 -3.3185597000000002 -0.23776725 -0.45713101 1.0796677 -0.32554358 -2.9346126 -6.2693015 -5.7821419 -9.608735300000001 -0.3794964 -9.5981674 +10 0.24205917 -0.0089612622 2.5094205 -0.59402938 0.41119623 0.39098071 0.23332329 1.9718606 1.9725442 -2.0864616999999996 -5.5126504999999995 0.26892753 -5.5024639 +11 0.20581071 0.038458018 1.3494525 -0.27913886 0.29794682 0.17390208 0.089684783 1.101772 1.102263 0.74430845 -1.1328866000000002 0.10333596 1.6098776000000001 +12 -3.591428 -0.92061526 0.0011092941 -0.10841499 -3.6679203 -2.5291206 -1.5495021 -0.0064785716 -0.00612624 -0.0023553386 -0.0028553238 -1.7474663000000001 -0.0030145533 +13 -2.2767496 1.0828188 -2.116984 0.54144145 -3.0160486 -1.8271897000000001 -0.95533924 -1.425725 -1.4259361000000002 -1.1053893999999997 -3.8592440000000003 -1.0798292999999999 -3.8506536 +14 -2.9623522 0.39506477 -0.003329301 -3.2301305 -0.44607079 -0.10596994 -0.16481645 0.0041797486 0.0041830662 0.0026751421 0.008272182900000001 -0.17690305 0.008272126500000001 +15 -0.91405709 2.0914413 -0.055502814000000004 0.65443405 -3.5334404000000004 -2.4304433 -1.3985698 0.036769266 0.036799217 0.028520456 0.1086722 -1.6115913999999998 0.10798827 +16 -0.18997004 2.6589270000000003 -0.091056191 0.94729849 -1.1371028 -3.5179424 -2.3998679 0.061111257 0.061164414 0.049041374000000006 0.18958468 -2.7047738 0.18819581 +17 -0.39587893 2.5027188 -0.080694538 0.86134929 -1.286166 0.21192694 -1.809964 0.05267952099999999 0.052723333 0.041827888 0.16143511 -2.0740388 0.1602935 +18 -2.0383138 1.3612421000000001 -0.22246798 -0.06821246 -2.3973785 -0.38376662 -0.66151299 -3.6289304 -3.6327517 -3.1898551 -6.7847035 -0.75008449 -6.774484200000001 +19 -3.0375117 0.092669032 -3.0542623 -0.10477993 -3.1502142 -1.1933454 -1.1514254 -2.6539139 -5.9829262000000005 -5.497498200000001 -9.3157573 -1.3084378 -9.305201199999999 +20 -2.0984677000000005 1.0018086 2.511967 -0.25666412 -2.4015927 -1.0234518 -0.52234103 1.9760671000000003 1.9767512999999999 -2.0846521 -5.5101977 -0.58702778 -5.500012 +21 -2.1334548 1.0404852 1.3515155 0.0084449482 -2.60364 -1.2529594 -0.72080584 1.1125998 1.1130944 0.75167351 -1.1240933000000002 -0.79886356 1.6198803999999998 +22 -2.2981903 -2.5247957999999997 -2.2607727000000004 0.1725034 -2.4316786 -1.0859348 -0.66710888 -1.6831387999999998 -1.6824636000000002 -1.3328169 -4.3502274000000005 -0.73456953 -4.340855 +23 -2.2403619 -2.8750371 0.007258736899999999 -3.5525222000000003 0.57717599 0.34718222 0.15697658 -0.011169891999999999 -0.010820302 -0.0058827973 -0.015793492 0.18050515 -0.015890682 +24 -1.2251288999999999 -1.7608435000000002 0.0048275303000000006 -0.20419963 -3.1630351 -1.8926975 -1.131933 -0.0091712082 -0.0088202788 -0.0043595749 -0.010351296 -1.2628408000000002 -0.010470429 +25 -0.057092606 -0.60213901 -0.0018418248000000002 -0.11280925 0.23404548 -2.7013078 -1.6716845 -0.0053735077 -0.0050203067 -0.0013630295000000001 0.001653234 -1.9160549 0.0014500084 +26 0.14026824 -0.41704356 -0.0036342616 -0.089618691 0.43367064 1.3351772 -1.6822240000000002 -0.0045520662 -0.0041985065 -0.00072705106 0.004289394 -1.9357490000000002 0.0040665981 +27 -1.8635818 -2.2035562 -0.37658196 -0.81967029 -0.9212987 0.57714139 -0.37574133 -3.8381202000000005 -3.8379318999999996 -3.3914851 -7.007051 -0.42628811 -6.996830900000001 +28 -2.8925332000000004 -4.0075817 -3.7632638999999997 -0.36941803 -2.665198 -0.48148515 -0.82644131 -3.417904 -6.740263499999999 -6.2505515 -10.089329 -0.95287606 -10.078749 +29 -1.6704671000000002 -2.5053179 2.507602 -0.93605416 -0.74275962 -0.076891295 -0.071441327 1.9689218000000002 1.9696956 -2.0875593 -5.514198 -0.0782166 -5.5040107 +30 -1.7397857 -2.3715433999999997 1.3476119 -0.55635834 -0.93866059 -0.32292127 -0.31287358 1.0952346000000002 1.0958898000000001 0.74084284 -1.1364951 -0.34248333 1.6057131000000002 +31 -0.75320305 -0.57232588 -2.2298248 -3.0340803 1.0441414 0.60262747 0.38428743 -1.6171613999999999 -1.6175611 -1.2766563 -4.2018657 0.43638114 -4.1928165 +32 0.23224362 0.4526785 -2.168556 0.3940012 -2.50486 -1.1958478000000001 -0.56114293 -1.5180673 -1.5183628 -1.1875 -4.0333726 -0.63266407 -4.0245131 +33 1.725066 1.5675284999999999 -2.0699111 0.63235746 1.6051393999999999 -2.1186032000000004 -1.1173073999999998 -1.3335061000000001 -1.3336357 -1.0240692 -3.6858709000000003 -1.303505 -3.6775272000000006 +34 2.3870251000000002 2.0836898999999995 -2.003588 0.8055158 2.3271849 1.6609383999999998 -1.6207272 -1.2067214 -1.2067403 -0.91200283 -3.4452644 -1.8689499 -3.4372635000000002 +35 -1.0155166 0.22602959 -4.499295099999999 0.52494753 -1.3628094 -0.1416452 0.06056103 -5.9062121 -5.9235995 -5.435308099999999 -9.268671800000002 0.070930093 -9.2578954 +36 -1.6240581 -0.77364512 -6.4428510999999995 0.40385628 -1.9987893 -0.59679158 -0.18201701 -3.0534977999999997 -6.389482900000001 -5.8989572 -9.7428678 -0.20560358 -9.732078999999999 +37 -0.47409428 -0.1077496 -2.0922697 0.31147473 -0.51121234 -0.1625493 -0.08558448699999999 -1.5088718 -1.5091272 -4.5004991 -8.2976332 -0.097080487 -8.286893300000001 +38 -0.4743275 -0.10765837 -2.1091341 0.31378673 -0.5122091 -0.16346456 -0.086477654 -1.5194457000000001 -1.5197549 -1.1881355 -6.5169386 -0.09806486699999999 -4.0409657999999995 +39 0.14480135 0.046099965 5.4879611999999995e-05 -3.3140657 -1.560284 -0.17406812 0.044381101 0.00056392845 0.00056415767 -3.4030032e-05 -0.0019348197 0.053073459 -0.0018464872 +40 1.6906849999999998 1.4299509 -0.03096763 -2.9633247000000003 3.3965396 -1.7046008000000001 -0.80432252 0.017340979 0.017354146 0.012807756000000002 0.049122129 -0.95077191 0.048886093 +41 2.6090338 2.2163742 -0.06493291 -2.6297456 3.5898229 1.7244341 -1.6388773999999997 0.040287248 0.040322813 0.032269572 0.12612387 -1.8890343999999997 0.12521415 +42 0.43151992 0.6121356 -0.294589 -3.6858446000000002 2.4245132000000003 1.6566755000000002 -0.090223586 -3.7253863 -3.7296791 -3.285668 -6.887034900000001 -0.10348152 -6.8768245 +43 -0.90424552 -0.71471882 -3.3325803 -3.5617937999999993 1.9688835999999998 1.5943291000000002 -0.240246 -2.9499652999999997 -6.285245099999999 -5.798028599999999 -9.624885 -0.28128423 -9.614318800000001 +44 0.14674404 -0.23891037 2.5090684 -3.9707097 1.4922535 1.1080616 0.52093601 1.9712213 1.9719046999999998 -2.0867456 -5.5130322 0.59496368 -5.5028456 +45 0.087450101 -0.26509593 1.3491597 -3.6585209 1.3760981 0.88659095 0.45844503 1.0994329999999999 1.0999233 0.74255547 -1.1350879999999999 0.52378706 1.6073788999999998 +46 2.7870065 2.3535502999999998 -0.072381919 0.76119215 -0.55737031 -3.0731251 -2.0073303 0.046266944000000004 0.046309787000000005 0.037364421 0.14598432 -2.2869766 0.14490414 +47 2.6629049 2.2579217000000003 -0.067176804 0.7126964 -0.6128764 0.89864324 -1.7227116000000002 0.041973632999999996 0.042011068 0.033682937 0.13160538 -1.979701 0.13065058 +48 0.80623716 0.92470503 -0.26815411 -0.2672039 -1.7231636000000001 0.42120887 -0.3629116 -3.6902114 -3.6942739999999996 -3.2507392999999998 -6.8493682 -0.4174005 -6.839154700000001 +49 -0.41909169 -0.4046302 -3.2346654999999997 -0.22224058 -2.3873851000000004 -0.10536356 -0.69565393 -2.8461096 -6.1780513 -5.6914203 -9.5154811 -0.79889107 -9.504914900000001 +50 0.7284885 0.49925253 2.5104568 -0.44765681 -1.9620683999999997 -0.52759658 -0.17542444 1.9735819 1.9742657 -2.0857273000000003 -5.5116527 -0.19889949 -5.5014665 +51 0.69307173 0.54517641 1.3503159 -0.15864292 -2.1411861 -0.7470283 -0.3411214 1.106183 1.1066755 0.74718937 -1.1295667 -0.3842746 1.6136674 +52 2.9514109 2.4731918999999998 -0.079541686 0.82409374 2.9772475 -1.7509148 -2.6498373 0.051932970999999994 0.05198346 0.042199067 0.16491705 -2.9692101 0.163672 +53 2.4475292 2.2429419 -0.096326212 0.33940469 2.7991584 -1.7356547999999998 -1.3841735000000002 -3.4581004 -3.4607113 -3.0202946 -6.6032268 -1.6032726000000002 -6.5930157000000005 +54 0.58000577 0.24302381 -2.9874045 -0.16143191 1.0519374 -2.1387247000000005 -1.7789479 -2.58397 -5.9088543 -5.423692900000001 -9.240684 -2.0309539 -9.2301372 +55 2.3529103 1.802978 2.5156400000000003 0.11769406 2.7240553 -1.8040321 -0.92080459 1.9818476999999999 1.982533 -2.0822762999999997 -5.5069348 -1.0832613000000002 -5.4967511 +56 2.1489756 1.7157259999999999 1.3538274 0.26783375 2.3247784 -1.9312593 -1.0022386 1.1235708999999998 1.1240694 0.75686013 -1.1213663999999999 -1.1742765 1.6234378 +57 2.9260197999999997 2.6048697 -0.032604108 0.5640198 3.108331 1.7066473999999998 -2.1265366 -3.3677727999999996 -3.3696636 -2.9300667000000002 -6.509303500000001 -2.414059 -6.4990772 +58 0.7745776 0.37670325 -2.9331136000000004 -0.14233227 1.2812121 1.5904988000000002 -2.2395373 -2.5251382 -5.8485213 -5.363699400000001 -9.179055900000002 -2.5341326 -9.1685133 +59 3.2356841 2.539039 2.5211756000000003 0.56639069 3.291556 1.7167131999999998 -1.6762749 1.9914977999999999 1.9921846999999997 -2.0780689 -5.5012491 -1.9297331000000002 -5.4910674 +60 2.914081 2.3695961 1.3566882 0.60937876 3.0191594 1.7054585999999998 -1.6566918999999998 1.1442271000000002 1.1447331 0.77114605 -1.1055620000000002 -1.9084385 1.6416598999999998 +61 -2.9108633999999998 -4.2599183 -8.2023817 -0.19237316 -2.8815607000000005 -0.90023231 -0.92916374 -8.7016951 -12.040935000000001 -11.544492 -15.415384 -1.0836735 -15.404681 +62 0.47002132 0.65138305 -0.28915959 -0.35588146 0.95296563 1.3255171000000001 -0.13945426 -3.7196349000000004 -3.7237875 -6.601792999999999 -10.449053 -0.1607193 -10.43848 +63 0.46893502 0.65065282 -0.28999734 -0.35591766 0.95218204 1.3249575 -0.13934578 -3.7202549 -3.7244288 -3.2804727999999996 -9.3431201 -0.16056675 -6.8719470000000005 +64 -0.83193877 -0.66291708 -3.3170911 -0.23776952 -0.45515061 1.0798955 -0.32548974 -2.9335388 -6.2681935 -9.102974699999999 -12.970006 -0.37944517 -12.959385000000001 +65 -0.83268096 -0.66340677 -3.3178834000000004 -0.23784245 -0.45665319 1.0798668 -0.32559487 -2.9341513 -6.2688241 -5.781669 -12.067993 -0.37955847 -9.5977668 +66 0.24374509 -0.010550513000000001 2.5501032 -0.60802887 0.41647745 0.40444082 0.23842434 1.9960256999999997 1.9967129000000001 -2.075863 -7.961469500000001 0.27487591 -5.489247 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.230686 1.0268836 -0.014947965 0.25025803 -2.8239815 -1.5248365 -0.85725486 0.013069808 0.013080874 0.00968943 0.034355371 -0.95528645 0.03421006 +2 -1.9247749 -2.3746402 0.0063379775 -0.22115921 -1.4094796 -0.5548368 -0.46694949 -0.010491859 -0.010141838 -0.0052878016 -0.013446351 -0.51193893 -0.013563324 +3 -0.47504868 -0.10728527 -2.2028172 0.32706941 -0.51426037 -0.16936286 -0.091316669 -1.5778198 -1.5781758 -1.2418527 -4.1342447 -0.10341143 -4.125288200000001 +4 -0.16059514 -0.36124899 0.0036756602000000004 -3.3743038 1.1792477 0.74090139 0.41945866 -0.0027115272999999997 -0.0027140226 -0.0023114960999999997 -0.0091244121 0.47892605 -0.0090466377 +5 0.51756508 0.50956955 -0.006406059699999999 0.096045856 -2.3228486 -0.95586302 -0.4529162 0.005318071800000001 0.0053227045 0.0038899823 0.013213055 -0.5111561 0.013190555 +6 1.9028915000000002 1.6339602 -0.037731231000000004 0.43477417 1.9515063999999998 -2.014252 -1.056366 0.022562448 0.022580992 0.017314208 0.06681335299999999 -1.2358292 0.06642176 +7 2.6107574000000002 2.2170313999999998 -0.065141335 0.69250903 2.693967 1.6906226000000002 -1.6419602999999998 0.040334329 0.04036993 0.032304811 0.12633663 -1.8923196 0.12542481 +8 0.46580628 0.64757913 -0.28930859 -0.35414169 0.94731239 1.320178 -0.13611875 -3.7207092000000004 -3.7249642999999995 -3.2817017 -6.882469500000001 -0.15682408 -6.8722485 +9 -0.83275534 -0.66371113 -3.3159361000000005 -0.23802159 -0.45263942 1.0795116000000002 -0.32485211 -2.9336041 -6.268278 -5.7818931 -9.6077645 -0.37876147 -9.597187599999998 +10 0.24310245 -0.008569624100000001 2.5110745 -0.59400043 0.41179002 0.3911719 0.23326731 1.9723018 1.9729849 -2.0863366 -5.511936799999999 0.26887669 -5.501741099999999 +11 0.20667471 0.038759655 1.3502226000000002 -0.27895762 0.29834857 0.17386836 0.08960289199999999 1.1016155 1.1021062 0.744036 -1.1324035 0.1032477 1.6102496000000002 +12 -3.5912579 -0.92058372 0.0010649193 -0.10847569 -3.6677505 -2.5291211 -1.5492264999999998 -0.0065196374 -0.0061673889 -0.0023652567000000003 -0.0028372508 -1.7472552 -0.0029979917 +13 -2.2782937999999997 1.0810939 -2.1160487999999997 0.5412882 -3.0164256000000003 -1.8277995999999999 -0.9557401 -1.4258372 -1.4260476999999998 -1.1064200000000002 -3.8542578 -1.0802008 -3.8457012 +14 -2.9630523999999996 0.39463245 -0.0033443457 -3.2302246 -0.44748725 -0.10661504 -0.16490338 0.0041785139 0.0041818288 0.0026741940000000004 0.008275581899999999 -0.17702477 0.0082755091 +15 -0.91399333 2.0909788000000002 -0.055642618 0.65429459 -3.5333897000000003 -2.4305056 -1.3984577 0.036771466 0.036801401 0.028519039 0.10873917 -1.6114882 0.10805428 +16 -0.1896602 2.6585606 -0.091284305 0.9471985 -1.1369633999999997 -3.5179446000000003 -2.3996858 0.06112434 0.061177477 0.049041438 0.18968157 -2.7045752 0.18829199 +17 -0.39571518 2.5022603 -0.080891305 0.86120117 -1.2861274999999999 0.21206252 -1.8098528999999999 0.052685904000000006 0.052729694 0.041825351000000004 0.16151576 -2.0739151000000002 0.16037333 +18 -2.0385775 1.3608648 -0.22043471 -0.067955081 -2.3973267999999996 -0.38427521 -0.66119549 -3.6286202000000003 -3.6324370999999998 -3.1902936 -6.7845228 -0.74981446 -6.7742944000000005 +19 -3.0386551 0.091670382 -3.0520294999999997 -0.1052314 -3.1498537 -1.1932228 -1.1511502 -2.6533372 -5.982342 -5.4976833 -9.3152446 -1.3080628 -9.304679400000001 +20 -2.0985847 1.0014193 2.5136195 -0.25683204 -2.4015673 -1.0234507 -0.52228983 1.9765101000000003 1.9771938999999998 -2.0845262 -5.5094828 -0.58700109 -5.499288 +21 -2.1335459 1.0401731 1.3522797 0.0084678186 -2.6037231 -1.2531358999999997 -0.72080138 1.112451 1.1129452 0.75140752 -1.1235926999999999 -0.79890213 1.6202712 +22 -2.30061 -2.5272474 -2.2602421 0.17268558 -2.4325068 -1.0871877 -0.66752988 -1.6834406000000002 -1.6827645 -1.3341058000000001 -4.3415045 -0.73499993 -4.3322057 +23 -2.2410673 -2.8748964 0.0072346166 -3.5525830000000003 0.57639511 0.34679411 0.15692828 -0.011213068999999999 -0.010863562 -0.0058939103 -0.015787443 0.18045635 -0.015886077 +24 -1.2254828000000002 -1.7610615 0.0047960018 -0.20427795 -3.1629515 -1.8927805 -1.1317043 -0.00921472 -0.0088638738 -0.0043706686 -0.010340906 -1.2626741000000001 -0.010461546 +25 -0.057076768 -0.60255136 -0.00188795 -0.11290857 0.2337721 -2.7013341 -1.6715548999999998 -0.0054166242 -0.0050635079 -0.0013743995 0.0016697976999999998 -1.9159244 0.0014649862 +26 0.14030691 -0.41748958 -0.0036839721000000002 -0.089724531 0.43343409 1.3352087 -1.6821965 -0.004595102199999999 -0.0042416276 -0.00073844853 0.0043076267 -1.9357151000000001 0.0040832196 +27 -1.8628738 -2.2029477 -0.37475169 -0.81875917 -0.91930177 0.57644056 -0.37585857 -3.8380574999999997 -3.8378678 -3.3921811 -7.007094 -0.42642826 -6.9968647 +28 -2.8932914 -4.0076883 -3.7609163999999997 -0.36985311 -2.6640610000000002 -0.47993842 -0.82640004 -3.4170553 -6.739408999999999 -6.25047 -10.088536 -0.95267227 -10.077947 +29 -1.6704982 -2.5051652 2.5092342 -0.93622934 -0.7422303 -0.07699906 -0.0714633 1.9693456000000003 1.970119 -2.087441 -5.5134935 -0.07825233200000001 -5.503297 +30 -1.7398620999999999 -2.3713896 1.3483526000000001 -0.55628552 -0.93838413 -0.3232348 -0.31296203 1.0950516000000001 1.0957065000000001 0.74056111 -1.1360177 -0.34261012 1.6060781000000002 +31 -0.75223077 -0.57243699 -2.2289722999999997 -3.0338167 1.0444864 0.60203734 0.38371764 -1.6171853 -1.617584 -1.2776452 -4.194986 0.43582571 -4.1859861 +32 0.23016621 0.45082166 -2.1676804 0.3939804 -2.5051162999999996 -1.1963091000000001 -0.5614856 -1.5181945 -1.5184891999999999 -1.1885594 -4.0276271 -0.63299019 -4.0188084 +33 1.7243635 1.5661770000000002 -2.0689726000000004 0.63223585 1.604709 -2.1192706 -1.1176131 -1.3335928999999997 -1.3337218000000002 -1.0250755999999999 -3.6813177 -1.3037948000000001 -3.6730028 +34 2.3867889 2.0826415000000003 -2.0025852 0.80539491 2.3269569 1.6604039000000002 -1.6210889 -1.2067350000000001 -1.2067533000000001 -0.91293278 -3.4413002 -1.8692842 -3.4333214 +35 -1.0185376 0.22506611 -4.5008323 0.52512584 -1.3645136999999998 -0.14278611 0.060564808 -5.9058511 -5.923231400000001 -5.435821099999999 -9.2679301 0.07093439900000001 -9.257145300000001 +36 -1.6247611000000002 -0.77301339 -6.442576799999999 0.40407863 -1.9962511000000003 -0.59479615 -0.18167058 -3.0518037999999996 -6.3877698 -5.8981395999999995 -9.7407431 -0.20523456 -9.729946 +37 -0.47506875 -0.10898412 -2.0912408 0.31158811 -0.50955544 -0.16281566 -0.086085934 -1.5088923 -1.5091466 -4.501484 -8.2978375 -0.09757423 -8.2870884 +38 -0.47518048 -0.1088066 -2.1080696 0.3139193 -0.51041181 -0.16371563 -0.08695951800000001 -1.519427 -1.5197352 -1.1890697000000001 -6.5110562000000005 -0.09853999699999999 -4.0348823 +39 0.14383079 0.045479723 5.4146948e-05 -3.3141707 -1.5602363000000001 -0.17403938 0.044441437 0.0005561932 0.00055641722 -3.6371822e-05 -0.0019290378 0.053135157999999995 -0.0018412232 +40 1.6905321 1.4294141000000002 -0.031039736000000002 -2.9634687 3.3967214999999995 -1.7046825 -0.80433026 0.017335333999999997 0.017348491 0.012806778999999999 0.049177523 -0.95079074 0.048940019 +41 2.6093057999999996 2.2160104 -0.065088829 -2.6298379 3.5900646000000003 1.7243411 -1.6389349999999998 0.040292077 0.040327626 0.03226969 0.12620239 -1.8890885 0.12529161 +42 0.43218956 0.61211326 -0.29261747 -3.6851989 2.4240206000000004 1.6571761000000003 -0.089433026 -3.7251663999999995 -3.7294553999999995 -3.2862055 -6.8869098 -0.10265883 -6.876690400000001 +43 -0.90287886 -0.71431161 -3.3297913999999995 -3.5620284 1.9692004 1.5947183999999999 -0.23953998 -2.9487992999999997 -6.2840618 -5.7976222 -9.623745699999999 -0.28052723 -9.6131703 +44 0.14812859 -0.23812779 2.5107225 -3.9706161 1.4924603 1.1082258999999999 0.52073768 1.9716623 1.9723453999999998 -2.0866206000000003 -5.512318700000001 0.59477341 -5.502122900000001 +45 0.08860994800000001 -0.26445601 1.3499308 -3.6582919 1.3761503000000002 0.88655429 0.45830176 1.0992757 1.0997656 0.74228198 -1.1346088 0.52365438 1.6077466 +46 2.7872441 2.3531468999999996 -0.072553612 0.76107774 -0.55714185 -3.0730686 -2.0071148 0.046271698 0.04631452 0.037362571000000004 0.1460599 -2.2867417000000003 0.14497883 +47 2.6630964 2.2574937000000004 -0.067334586 0.71257143 -0.61266098 0.89885915 -1.7226305 0.041976445 0.042013861 0.033681007 0.13167778 -1.9796093000000001 0.13072199 +48 0.80572037 0.92411982 -0.26618058 -0.26685659 -1.723377 0.42038977 -0.36239668 -3.6899847 -3.694043 -3.2512642000000005 -6.849259700000001 -0.41691555 -6.839036999999999 +49 -0.41985779 -0.40515218 -3.2322609 -0.22253654 -2.3867955000000003 -0.10559484 -0.69520839 -2.8453209 -6.177251200000001 -5.6913918 -9.514745300000001 -0.79840243 -9.5041699 +50 0.72823962 0.49879726 2.5121102000000004 -0.44784583 -1.9619808999999997 -0.5274831 -0.17537044 1.9740227 1.9747061999999997 -2.0856021 -5.5109389 -0.19885526 -5.5007436 +51 0.69277754 0.54475324 1.3510837 -0.15863512 -2.1411902 -0.74707473 -0.34110569 1.1060277 1.1065199 0.74691929 -1.1290764 -0.38428147 1.614047 +52 2.9518011000000004 2.4728867 -0.079736563 0.8240298 2.9775378 -1.7509726000000003 -2.6497652 0.051943919000000005 0.051994390999999994 0.042200434 0.1650095 -2.9691216000000002 0.16376358 +53 2.4478237000000003 2.2425827999999997 -0.094233215 0.33952824 2.7992504 -1.7350671999999998 -1.3831873 -3.4577266000000004 -3.4603333 -3.0206718999999995 -6.6029708 -1.602262 -6.5927507 +54 0.58033333 0.24275634 -2.9848129 -0.16175909 1.0535398999999999 -2.1383742999999997 -1.778016 -2.5830498 -5.9079274 -5.423540200000001 -9.2398108 -2.0299746 -9.229254899999999 +55 2.3530021 1.8024942 2.517298 0.11748197 2.7241003 -1.8041147000000002 -0.92084344 1.9822963 1.9829811999999998 -2.0821473999999998 -5.506216200000001 -1.0833152 -5.4960234 +56 2.1489395 1.7152006000000002 1.3545934 0.26773809 2.3245862 -1.9313904 -1.0022743 1.1234308000000002 1.1239289 0.75660006 -1.1208589 -1.1743268 1.6238369 +57 2.9269439999999998 2.6049908999999998 -0.030382727 0.56437928 3.109169 1.7074109 -2.1257014 -3.3672167999999996 -3.3691028 -2.9302596000000003 -6.5088710999999995 -2.4131949 -6.4986359 +58 0.77529476 0.3766314 -2.9304215 -0.14263681 1.283033 1.5913966999999998 -2.2386724 -2.5241232000000005 -5.8474995000000005 -5.3634529 -9.178083099999998 -2.5332282000000004 -9.1675315 +59 3.2359982999999994 2.5386701 2.5228393 0.5662503 3.2917697999999995 1.7166264999999998 -1.6763683 1.9919575 1.9926441000000004 -2.0779345 -5.5005233 -1.9298261000000003 -5.4903325 +60 2.9142526 2.3691601 1.3574488999999998 0.60929247 3.0192162000000002 1.7053692999999999 -1.6567445 1.1441021 1.1446078000000002 0.77089732 -1.1050261000000001 -1.9084876 1.6420898000000002 +61 -2.9114125 -4.2582870999999995 -8.198827099999999 -0.19318604 -2.8805902999999997 -0.89853361 -0.92859671 -8.699453 -12.038665 -11.542999 -15.413178 -1.0828502 -15.402466 +62 0.47016493 0.65110769 -0.28714163 -0.35532783 0.95299856 1.3254226999999998 -0.13866988 -3.7193779 -3.7235266000000005 -6.6022928 -10.448848 -0.1599143 -10.438265 +63 0.46905437 0.65035949 -0.28803661 -0.35537274 0.95220513 1.3248571000000002 -0.1385806 -3.7200476000000005 -3.7242178 -3.2810212999999995 -9.3430149 -0.15978204 -6.8718330000000005 +64 -0.83162171 -0.66288447 -3.3144101000000004 -0.23801815 -0.45058103 1.0797466999999998 -0.32478632 -2.9324852000000003 -6.2671247 -9.1026811 -12.969002 -0.37869758 -12.958371000000001 +65 -0.83239586 -0.66340665 -3.3152593999999995 -0.23809679 -0.45216237 1.0797108 -0.32490337 -2.9331428 -6.267800599999999 -5.7814202 -12.067022999999999 -0.3788235 -9.596786900000001 +66 0.24479307 -0.010154637 2.5517715 -0.60800598 0.41707695 0.40464979 0.23836789 1.9964804 1.9971672999999999 -2.0757301 -7.960744900000001 0.27482471 -5.4885141 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d01+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.2306847999999997 1.0268773000000002 -0.014950803 0.25025952 -2.8239874 -1.5248496999999999 -0.85723811 0.013070035 0.013081068000000001 0.009689528000000001 0.034357864 -0.95527406 0.034212553 +2 -1.9247928 -2.3746515 0.0063399331 -0.22116365 -1.4095173 -0.5548555 -0.46694193 -0.010492932 -0.010142864 -0.005287265699999999 -0.013447172 -0.51193427 -0.013564254 +3 -0.47531266 -0.10745234 -2.2028589 0.32719585 -0.51447795 -0.16947222 -0.09132964699999999 -1.5778596999999999 -1.5781886 -1.2419338 -4.1333609 -0.10342611 -4.1244141 +4 -0.16057794 -0.36121902 0.0036758909 -3.3743005 1.1792698999999998 0.74090909 0.41943807 -0.0027114444 -0.0027139327000000003 -0.0023114052 -0.009124471700000001 0.47890536 -0.0090467004 +5 0.51753672 0.50954959 -0.0064071355 0.096042741 -2.322845 -0.95585486 -0.45290415 0.0053178036 0.0053224227 0.0038898869 0.013214247 -0.51114576 0.013191723 +6 1.9029251 1.6339696000000001 -0.037737714 0.43478313 1.9515301999999999 -2.0142894 -1.0563768999999998 0.022562832 0.022581319 0.017314576 0.06682159 -1.2358438 0.066429877 +7 2.6108004 2.2170408999999998 -0.065151556 0.69252144 2.6939900000000003 1.6905613999999998 -1.6419922999999998 0.040335558 0.040371059 0.032305534 0.12634898 -1.8923561000000002 0.12543703 +8 0.46564907 0.64748002 -0.28965169 -0.35406246 0.94722311 1.3201181 -0.13616681 -3.7210517 -3.7253065000000003 -3.2820864999999997 -6.882798299999999 -0.15688327 -6.8725766 +9 -0.83296889 -0.6639189 -3.3162432 -0.23799586 -0.4528858 1.0794187 -0.32485601 -2.9338929 -6.2685428 -5.782204900000001 -9.6079721 -0.37877256 -9.5973937 +10 0.24315533 -0.0085472941 2.5110862000000003 -0.59400136 0.41183014 0.39119354 0.23325155 1.9723064 1.9729868000000002 -2.0863353 -5.511832599999999 0.26886015 -5.5016365 +11 0.20671994 0.038777291 1.3502206 -0.27894576 0.29837592 0.17386922 0.089593804 1.1015943000000001 1.1020831 0.74401393 -1.1323157 0.10323792 1.6103268999999998 +12 -3.5912415 -0.92057725 0.0010658149 -0.10847715 -3.6677445 -2.5291296 -1.5491995 -0.0065206068 -0.0061683212 -0.0023646497 -0.0028369614 -1.7472327 -0.0029978178 +13 -2.2783384 1.0810293 -2.1160756000000003 0.54140093 -3.0164645 -1.8278921000000001 -0.95575494 -1.4258616000000002 -1.4260481000000003 -1.1064881000000002 -3.8535104 -1.0802186000000003 -3.8449614000000003 +14 -2.9630603 0.39462431 -0.0033452034000000003 -3.2302251 -0.44756904 -0.10665883 -0.1649134 0.0041786811 0.0041819854 0.0026742702000000004 0.0082760445 -0.17703704 0.0082759897 +15 -0.91398062 2.0909671999999997 -0.055651053 0.65429679 -3.5333984 -2.4305277999999997 -1.3984472 0.036771844 0.036801686 0.028519113 0.1087479 -1.6114794 0.10806293 +16 -0.18963093 2.6585572 -0.091298041 0.94720661 -1.136967 -3.5179773 -2.399679 0.061125744 0.06117873 0.049041883 0.18969583 -2.7045696 0.18830615 +17 -0.39568461 2.5022591 -0.080903737 0.86120989 -1.2861288999999998 0.21208163 -1.8098627 0.052687149 0.052730808 0.041825866 0.16152914 -2.0739273000000003 0.1603866 +18 -2.0386225 1.3607938 -0.22075154 -0.067893927 -2.3973779 -0.38431263 -0.66123758 -3.6289315 -3.6327481 -3.1906478 -6.784818400000001 -0.74986347 -6.7745894 +19 -3.0387647999999996 0.09149113 -3.0522947 -0.10521636 -3.1499514 -1.193376 -1.1512063999999997 -2.6535914000000003 -5.9825763 -5.4979656 -9.3154225 -1.3081314 -9.304856 +20 -2.0985792 1.0014063 2.5136314 -0.25683754 -2.401571 -1.0234458 -0.52228879 1.9765152 1.9771964 -2.0845247 -5.5093783 -0.5870024 -5.499183 +21 -2.1335363 1.0401661 1.3522774 0.0084761123 -2.6037293 -1.2531411 -0.72079683 1.1124306000000002 1.1129228999999998 0.75138606 -1.1235033 -0.79890079 1.6203504 +22 -2.3007193999999997 -2.5273952 -2.2603129 0.17284106 -2.4326992 -1.0874261 -0.6675631 -1.6834963 -1.6827904999999999 -1.3342038 -4.3404248 -0.73504154 -4.331139 +23 -2.2410755 -2.8748774 0.0072366601 -3.5525865 0.576363 0.34677114 0.15691544 -0.011214123000000001 -0.010864566 -0.005893354599999999 -0.0157883 0.18044338 -0.015887045 +24 -1.2254916 -1.7610669999999997 0.0047976280999999996 -0.20428199 -3.1629468999999997 -1.8927813999999998 -1.1316802 -0.0092157909 -0.0088649007 -0.0043701126 -0.010341338 -1.2626544 -0.010462091 +25 -0.057058519 -0.60255451 -0.001887279 -0.11291139 0.23376668 -2.7013595 -1.6715478 -0.0054176369999999995 -0.0050644864 -0.0013738232999999998 0.0016704807 -1.9159192999999999 0.0014655426999999998 +26 0.14034151 -0.41747937 -0.0036836528 -0.089725319 0.43344564 1.3351864 -1.6822249 -0.0045960102 -0.0042425033000000004 -0.00073778355 0.0043089185 -1.9357475 0.0040843781 +27 -1.8629473 -2.2030408 -0.37513893 -0.81860142 -0.91952648 0.57637496 -0.37593194 -3.8384529 -3.8382612999999997 -3.3926165999999998 -7.0074761 -0.42651257 -6.9972462 +28 -2.893374 -4.0079647000000005 -3.7613027999999997 -0.36981282 -2.6641849 -0.48010966 -0.82646933 -3.4174064 -6.739724000000001 -6.2508305 -10.088792 -0.95275419 -10.078201 +29 -1.6704868000000002 -2.505156 2.5092464 -0.93624399 -0.74218923 -0.076997914 -0.071472569 1.9693502 1.9701209 -2.0874392 -5.513389 -0.078262817 -5.503191999999999 +30 -1.7398502 -2.3713841 1.3483508 -0.55628045 -0.93835711 -0.32324812 -0.31296574 1.0950299 1.0956828 0.74053945 -1.1359303 -0.3426161 1.606155 +31 -0.75249607 -0.57262851 -2.229017 -3.0336839 1.0443891 0.60194283 0.38369807 -1.6172265 -1.6175973999999997 -1.2777273999999998 -4.1940631 0.43580493 -4.1850733 +32 0.23001942 0.4507056 -2.1677172000000002 0.39410152 -2.5051541 -1.1963999 -0.56149683 -1.5182295 -1.5184985 -1.1886366000000002 -4.026799 -0.63300393 -4.0179892 +33 1.7243414000000001 1.5661218000000001 -2.068997 0.6323411 1.6046472999999999 -2.1193597 -1.1176323000000001 -1.3336141000000001 -1.3337208 -1.0251417 -3.6806422999999997 -1.3038161 -3.6723341 +34 2.3867792000000003 2.0825933 -2.0026024 0.80548674 2.3268998 1.6603123 -1.6211029 -1.2067497999999999 -1.2067481000000002 -0.9129939 -3.4407165 -1.8692998 -3.4327432 +35 -1.0186870000000001 0.22501507 -4.5011167 0.52533937 -1.3647383 -0.14293548 0.0605577 -5.9058555 -5.9231796999999995 -5.435855200000001 -9.267764 0.07092545 -9.256976 +36 -1.6247175 -0.77290987 -6.4426705 0.40423005 -1.9960451000000001 -0.59464978 -0.1816355 -3.0517008 -6.3875833 -5.898033900000001 -9.7404545 -0.20520007 -9.7296531 +37 -0.47539513 -0.10919067 -2.0912805 0.31170605 -0.50983864 -0.1629326 -0.086102539 -1.5089378 -1.5091651000000001 -4.5015739 -8.2978088 -0.097592247 -8.2870578 +38 -0.47544173 -0.10897295 -2.1080838 0.31404466 -0.51062513 -0.16382364 -0.08697196300000001 -1.5194526000000002 -1.5197351000000001 -1.1891383999999998 -6.5102627 -0.09855407699999999 -4.0340425 +39 0.14380008 0.045465799 5.3853095e-05 -3.3141729 -1.5602293999999999 -0.17402803 0.044438648 0.0005559127 0.00055613514 -3.6425008e-05 -0.0019285166000000001 0.053131305999999996 -0.0018407246 +40 1.6905813000000003 1.4294427 -0.031045932000000002 -2.9634541000000003 3.3967318 -1.7047421000000003 -0.80436352 0.017335892 0.017349006 0.012807424 0.049186297999999996 -0.95083096 0.048948654 +41 2.6093498999999998 2.2160208 -0.065099089 -2.6298251 3.5900515 1.7242758000000002 -1.6389683999999998 0.040293336 0.040328785 0.032270438 0.12621482 -1.8891263999999999 0.12530392 +42 0.43202435 0.61201355 -0.29296153 -3.6851182000000002 2.4240395 1.6570968999999998 -0.08948445099999999 -3.72551 -3.7297987999999997 -3.2865914 -6.8872398 -0.1027219 -6.8770197 +43 -0.90308687 -0.71451648 -3.3300984 -3.5620017 1.9690482 1.5946558000000002 -0.23954108 -2.9490877 -6.284326 -5.797933400000001 -9.623952599999999 -0.28053458 -9.6133757 +44 0.14820893 -0.23806507 2.5107342 -3.9706097000000002 1.4924969 1.1082415 0.52069034 1.9716668999999998 1.9723473000000002 -2.0866192999999997 -5.512214599999999 0.59472365 -5.5020183 +45 0.08867878400000001 -0.26440434 1.3499288999999999 -3.6582748999999994 1.3761733 0.88655584 0.45827123 1.0992546 1.0997424999999998 0.74225987 -1.1345214 0.52362269 1.6078236000000001 +46 2.7872717999999996 2.3531433999999996 -0.072564173 0.76108424 -0.55714474 -3.0731025 -2.007113 0.046272577999999995 0.046315285 0.037362861000000004 0.14607136 -2.2867415 0.14499019 +47 2.6631327999999996 2.2574978 -0.067344835 0.71258135 -0.6126582 0.8988515 -1.722653 0.041977515 0.042014827000000005 0.033681567 0.13168974 -1.9796356 0.13073384 +48 0.80561291 0.92402293 -0.26651641 -0.266789 -1.7233958999999999 0.4203728 -0.36243643 -3.6903183 -3.6943763999999994 -3.2516404 -6.849578999999999 -0.41696409 -6.8393557000000005 +49 -0.42002889 -0.40535556 -3.2325569 -0.22251566 -2.3868917 -0.10573321 -0.69523904 -2.8456011 -6.1775085999999995 -5.6916965 -9.514945800000001 -0.79844373 -9.5043691 +50 0.72823577 0.49878114 2.5121219 -0.44785494 -1.9619764 -0.52746356 -0.17537255 1.9740275 1.9747082999999999 -2.0856006999999996 -5.5108347 -0.1988592 -5.5006389 +51 0.69277255 0.54473967 1.3510815 -0.15862988 -2.1411884999999997 -0.74706671 -0.34110334 1.1060068 1.1064969999999998 0.74689746 -1.1289878999999998 -0.38428123 1.6141251 +52 2.9518367999999997 2.4728881 -0.079748415 0.82403938 2.9775424 -1.7510310000000002 -2.6497884 0.051945222 0.051995565 0.042200947999999995 0.16502264 -2.9691473 0.16377661 +53 2.4477825 2.2424953 -0.09451617400000001 0.33953469 2.7991613999999996 -1.7351590000000001 -1.3832438999999999 -3.4579953999999997 -3.4606019999999997 -3.0209837000000004 -6.6032246 -1.6023252000000001 -6.5930038 +54 0.58014886 0.24251148 -2.9850987 -0.16175901 1.0532868999999998 -2.1384977000000003 -1.7780673999999999 -2.5833286 -5.9081875 -5.4238483 -9.2400148 -2.0300336 -9.2294577 +55 2.3530464 1.8025133999999998 2.5173105 0.11749716 2.7241242000000003 -1.8041657 -0.92087537 1.9823026000000001 1.9829848 -2.0821453 -5.506111 -1.0833535 -5.4959176 +56 2.148974 1.7152131000000002 1.3545912 0.26775562 2.3245966 -1.9314354 -1.0022938 1.1234122 1.1239084 0.75657974 -1.1207683000000002 -1.1743513 1.6239173999999998 +57 2.9268791000000003 2.6048827 -0.030654481 0.56435707 3.1090819 1.7073188999999998 -2.1257368999999997 -3.3674718999999995 -3.3693578 -2.9305578 -6.5091113 -2.4132344 -6.4988754 +58 0.77508257 0.37636329 -2.9307114 -0.14264492 1.2827447 1.5913201000000001 -2.2386642999999995 -2.5244088 -5.847767299999999 -5.3637688 -9.1782951 -2.5332225 -9.1677423 +59 3.2360243 2.5386692 2.5228523 0.56625926 3.2917574 1.7165596 -1.6764089 1.9919651000000003 1.9926490000000001 -2.0779316999999997 -5.5004172 -1.9298716 -5.4902258 +60 2.9142806 2.3691617000000003 1.3574461000000002 0.60930691 3.0192123 1.7053058 -1.6567778999999998 1.1440848999999997 1.1445885 0.77087817 -1.1049323999999998 -1.9085255 1.6421737 +61 -2.9114145000000002 -4.2581795 -8.199148 -0.19317013 -2.8805348 -0.89846138 -0.9285458 -8.699482199999998 -12.038536 -11.542898 -15.412964 -1.0827878 -15.402246 +62 0.46999332 0.65099814 -0.28751106 -0.35525049 0.9529008 1.3253572 -0.13872383 -3.7197426 -3.7238910000000005 -6.6026992 -10.449142 -0.15997957 -10.438558 +63 0.4688958 0.65025906 -0.28837961 -0.35529295 0.95211336 1.3247943000000002 -0.13862738 -3.7203897000000006 -3.7245595999999996 -3.2814058 -9.343342999999999 -0.1598397 -6.8721608 +64 -0.83185459 -0.66311047 -3.3147489 -0.23799453 -0.45086663 1.0796493999999999 -0.32479555 -2.9327992000000003 -6.2674145 -9.103017999999999 -12.969223 -0.37871446 -12.958591 +65 -0.83260957 -0.66361455 -3.3155669000000003 -0.23807102 -0.45240902 1.0796179 -0.32490724 -2.9334318 -6.2680656 -5.7817323 -12.06723 -0.37883455 -9.596993199999998 +66 0.24484641 -0.010131672 2.5517814999999997 -0.60800674 0.41711756 0.40467273 0.23835155 1.9964852 1.9971693 -2.0757285 -7.9606402 0.27480751 -5.488409 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2466198 1.3676302 0.80688794 -0.047421374 -1.9050439 -1.2051199 -0.95787652 1.2491782 1.2503715 1.1261915 1.9145102999999999 -0.85841385 1.917391 +2 -1.5546414 -6.3889442 -3.7465157999999996 0.13410944 -2.1040766 -1.3669586999999999 -1.123532 -4.6243193 -4.6228169 -4.5023267 -6.161705 -1.0296901 -6.149609900000001 +3 0.039743521000000004 0.064430645 -1.1742115 0.015309145 0.033634621 0.014501861999999999 0.013097346999999999 -0.036128153999999996 -0.034961297 -0.030374857 -0.1218691 0.021448187999999997 -0.12131746 +4 -0.83085378 -0.97453418 -0.67916589 -3.1896825 1.4055293 0.89078296 0.79034133 -0.90583082 -0.90737153 -0.90989505 -0.58891796 0.83677285 -0.59076329 +5 1.1690199 0.72508889 0.48318369 -0.08563482900000001 -1.5144396 -0.82204664 -0.58671205 0.66653532 0.66722105 0.60809284 1.1676463 -0.46359965 1.1670931 +6 2.4318102 1.5754089 0.75760069 -0.13219491 2.4224647999999998 -1.1619488000000002 -0.91829156 1.4318028999999999 1.4332091999999998 1.2879798 2.446672 -0.81481794 2.4451767 +7 3.3291926 2.2373107000000005 0.35558207 -0.052088899 3.4333193 2.6400514999999998 -1.1100008 2.0006021 2.0024651999999996 1.7626971000000002 3.7046676 -1.0540323999999999 3.70088 +8 -0.33840973 0.30269742 -2.1660055000000003 0.067178243 -0.95138627 -0.2704921 -0.012725559 -3.1991817000000005 -3.2059569 -3.0932869 -4.7159987 0.23818918 -4.7038820999999995 +9 -1.563492 -6.879365299999999 -7.5563820999999995 0.1371971 -2.1186356 -1.3805013000000002 -1.1371926 -5.1392596 -8.4608936 -8.3369588 -10.012645 -1.0455605 -10.000487 +10 0.0024375870999999998 -0.0041593101 -0.056250117999999995 0.0020244017 0.0012796453 -0.0014150168 -0.0021188326 -0.011542226000000001 -0.011152525 -3.3331315000000004 -4.956031299999999 -0.0026907116 -4.9439508000000005 +11 -0.0009044145500000001 -0.0052040205 -0.047352422000000005 0.0016837984 -0.0012927492 -0.0017963589000000002 -0.0020971961 -0.011096628999999998 -0.010805946 -0.010587535 -2.5598587999999998 -0.0026791472 -0.011414007 +12 -3.3623991 -6.0224609000000004 -3.556985 0.2374812 -4.0918347 -3.3168855 -3.0647762000000003 -4.4315485 -4.4299743 -4.3100362 -5.9668307 -3.1589987 -5.9547377 +13 -1.2413044 1.3660435 -1.3757399 -0.014138996000000001 -1.9201711 -1.2196666 -0.97241425 1.1465546 1.1486188 1.0363639 1.7918456999999999 -0.87364122 1.7939977999999999 +14 -2.8666354 0.16015692 0.062806988 -3.2604284 0.24196073 0.069873722 0.027112136000000002 0.12659261 0.12656723 0.080364121 0.71582885 -0.011628672 0.71617287 +15 0.27502494 2.503514 0.28269412 0.084053807 -2.3431743999999997 -1.5996445 -1.3446624 2.2370345 2.238989 1.9588787 3.9593667999999997 -1.3021307 3.9585207000000002 +16 1.3094333 3.3245142 -0.64097288 0.43929666 0.35073694 -2.2732362 -2.0217681 2.9595043999999997 2.9618127999999997 2.5066843 5.5305586 -2.0638058 5.527028700000001 +17 0.97865578 3.0590096 -0.42304023 0.29867524 0.10951456 0.67668277 -1.6279738000000001 2.7235427000000003 2.7257609 2.3317985 5.132466099999999 -1.6339951000000001 5.128365799999999 +18 -1.0751812 1.7558906000000003 -0.85302295 0.020647269 -1.7518166000000002 -1.0400068 -0.77418639 -1.8271693 -1.8295142 -1.7325012999999998 -3.2780445 -0.64024499 -3.2660553 +19 -3.3782036 -6.5615752999999994 -7.391553 0.2428789 -4.1120958 -3.3371375 -3.0851314 -4.978768 -8.2997137 -8.175813 -9.8513654 -3.1803215 -9.839203699999999 +20 -1.2596561000000002 1.3441848 0.73796506 -0.04384462 -1.9216764 -1.2206893 -0.97359757 1.2198521999999998 1.2213776 -2.2234074 -3.7961837999999997 -0.87550565 -3.7841377 +21 -1.2573946000000003 1.3470598 0.78268727 -0.04542025 -1.9180628 -1.2184583 -0.97139777 1.2267693000000002 1.2281898999999998 1.1049454 -0.71608678 -0.87278258 1.9072155 +22 -1.5494506000000001 -6.2793125 -4.796628500000001 0.13661564 -2.1012042999999996 -1.3644249 -1.1209973999999998 -4.517991599999999 -4.5153812 -4.3950885 -6.053764599999999 -1.0273251 -6.0416322000000005 +23 -2.9065092 -6.36754 -3.7010294000000004 -3.1009921 0.11270219 0.388248 0.44751529 -4.5664945 -4.5653935 -4.4450176 -6.103911900000001 0.50967419 -6.0918088 +24 -1.1450388 -6.5245829 -3.8138061000000003 0.077176915 -3.4959260000000003 -2.7124632999999996 -2.4753447 -4.701842500000001 -4.700235500000001 -4.5795797 -6.239702200000001 -2.5411071 -6.2276114 +25 -1.102077 -6.5423738 -3.8220355 0.070128355 -1.6582618000000002 -4.0037272 -3.7685012 -4.7116595000000006 -4.7100363 -4.5893614000000005 -6.249567 -3.8929701 -6.2374773 +26 -1.1290870000000002 -6.531550299999999 -3.8171638999999997 0.074430083 -1.6858586 -0.95232123 -2.624804 -4.7056862 -4.7040751 -4.5834114999999995 -6.2435694999999996 -2.7063957000000003 -6.231478900000001 +27 -1.4594854 -8.322790600000001 -7.1854457 0.26121097 -2.1363543999999997 -1.4073579999999999 -1.1528155 -8.608219300000002 -8.607156 -8.483203300000001 -10.159011999999999 -1.0635919 -10.146848 +28 -1.591652 -10.612349 -7.957578900000001 0.13695369 -2.1504615 -1.4103638 -1.1670423 -5.5477989 -8.8684797 -8.744481599999999 -10.420454 -1.0792193 -10.408297 +29 -1.554686 -6.3887915 -3.7462172 0.13411667 -2.1040723999999997 -1.3669608 -1.1235347 -4.6242111 -4.622656500000001 -7.8240949 -9.4991793 -1.0296887 -9.487063599999999 +30 -1.5546408999999999 -6.3889113 -3.7464367999999997 0.13410926 -2.1040756000000003 -1.3669577 -1.123531 -4.6242978 -4.6227828 -4.5022928 -8.621225099999998 -1.0296889 -6.1496115 +31 -0.76607716 -0.91858208 -1.9200542 -3.1771036 1.384686 0.88682606 0.79437335 -0.96513839 -0.9655005 -0.96372183 -0.69505124 0.84995567 -0.69662102 +32 1.1828876 0.75040066 -1.199122 -0.059219311 -1.5097863999999999 -0.81640942 -0.58067821 0.58401597 0.58575931 0.53672698 1.0155655000000001 -0.45657526 1.0146365 +33 2.4114988 1.5509532 -1.652053 -0.10651447 2.3883951 -1.1793643999999999 -0.93571879 1.3198662 1.3220703999999999 1.1942348 2.250707 -0.83511764 2.2487426 +34 3.3010723 2.2075357 -2.3142129000000002 -0.043012403 3.3966392 2.6166482 -1.1129848 1.9269439 1.9294048 1.7018639 3.6102023 -1.0575353 3.6057871 +35 -0.33805353 0.32911993 -3.0239089 0.069088805 -0.9444147 -0.26520791 -0.0074604664 -3.1807090000000002 -3.1858766 -3.0731333999999997 -4.696172 0.24227126 -4.684059599999999 +36 -1.5535593 -6.4591985 -8.2977883 0.1381359 -2.1078740000000002 -1.3706274 -1.1272076000000002 -4.7212528 -8.041529400000002 -7.9176833 -9.5929803 -1.0343638000000002 -9.580819400000001 +37 0.044441732000000005 0.06490057 -0.89467893 0.012297065 0.039653227 0.01651717 0.014030926 -0.019111806999999998 -0.017843629 -3.3363357000000002 -4.9605394 0.021574417999999998 -4.9484484 +38 0.040274048 0.06306587 -0.93839218 0.012749436000000001 0.036239874 0.01562687 0.013615101999999999 -0.023450834 -0.022237369 -0.018293072 -2.6500058999999996 0.021215885 -0.10963977 +39 0.052763037 -0.24730611 -0.18935425 -3.2622047000000003 -0.66137485 -0.041340139 0.17510091 -0.24711396 -0.24762232 -0.28282129 0.44876002 0.34061322 0.44602706 +40 1.7372251 0.94357542 0.40485423 -3.3711195 3.8036817000000003 -0.57581381 -0.3316506 0.82995755 0.83079597 0.69802915 2.0891241000000003 -0.13621566 2.08595 +41 3.2976837999999997 2.2110974999999997 0.35522237 -3.3775004 4.596821 2.9799162999999997 -1.0665705 1.9761729 1.9780247 1.7404897000000001 3.6769092000000003 -1.005002 3.6730747000000004 +42 -2.4168342000000003 -0.83507233 -3.0736645 -3.1049113 0.51856982 0.76490549 0.85408899 -4.2718905 -4.2870119 -4.1683672 -5.8192449 0.98779127 -5.8071282 +43 -2.9143087000000003 -6.7544598 -7.4767659 -3.0966626 0.091877957 0.3788259 0.44163092 -5.0453263 -8.3706397 -8.246730099999999 -9.9223556 0.50475536 -9.9101882 +44 -0.82492095 -0.97502186 -0.70157063 -3.1890207999999998 1.4046596000000002 0.89022778 0.78978421 -0.91068832 -0.9116372 -4.2368019 -5.8595988 0.83609867 -5.847588 +45 -0.83116307 -0.97680969 -0.6982036 -3.1892067 1.4051458000000001 0.89032789 0.78979344 -0.91130221 -0.91237631 -0.91505421 -3.1479166000000003 0.83605139 -0.60002229 +46 4.084213200000001 2.8315057 -0.23789145 0.1312216 0.61884005 -2.0542846999999997 -1.8186193 2.5302281000000004 2.5323689999999996 2.1990216 4.8197033 -1.843778 4.813920599999999 +47 3.7968674 2.6074989 0.062937542 0.043909825 0.49448281 1.0233313 -1.4891478999999999 2.3316122000000004 2.3336580000000002 2.040575 4.3546078 -1.4810223999999999 4.3499344 +48 -0.056121400999999994 -1.9559246 -4.0838419 0.14544463 -2.5746381 -1.8212858 -1.5758631 -5.3177402 -5.3190081 -5.1973294999999995 -6.8634009 -1.5776735 -6.8510982 +49 -1.1667331 -7.0331698000000005 -7.6277854000000005 0.081135707 -3.5210284 -2.737366 -2.5004714 -5.218016400000001 -8.5389509 -8.4149978 -10.090735 -2.5681896 -10.078583 +50 1.1646372 0.71067184 0.37419235 -0.080947905 -1.5237493 -0.83064008 -0.59546851 0.64039389 0.64150304 -2.7390703999999997 -4.3379172 -0.47385995 -4.325860700000001 +51 1.1644709999999998 0.71135303 0.40078954 -0.081943146 -1.5223848999999998 -0.83005499 -0.59489532 0.64408565 0.64508244 0.5864196 -1.4431273999999998 -0.47285172 1.1558801 +52 4.3388520999999995 3.026891 -0.45129247 0.22489571 4.2595867 -0.42744481 -2.2259872000000005 2.7039865 2.7062042999999996 2.3315886000000003 5.1969222 -2.2863999 5.1904561 +53 -0.25689062 -2.7066649 -4.6152014999999995 0.15228334 -0.92775878 -3.3368854 -3.091781 -5.978593099999999 -5.9778392 -5.8550914 -7.525269199999999 -3.1971557999999995 -7.5131165 +54 -1.1257209 -7.0524786 -7.6362252999999995 0.074354108 -1.6869392 -4.030273200000001 -3.7952150000000002 -5.2277022 -8.548544 -8.4245882 -10.100331 -3.9205341000000002 -10.08818 +55 2.4226025 1.5567567 0.93073703 -0.13362636 2.4153860000000003 -1.1776947 -0.93380617 1.4258867 1.4276648 -2.0434400000000004 -3.6037836000000003 -0.83112156 -3.5918147000000005 +56 2.4251799 1.5606109 0.99151159 -0.13539069 2.4200499 -1.1749586 -0.93119123 1.4351655 1.4368208999999998 1.286979 -0.092725907 -0.82822352 2.5120998 +57 -0.19015754 -2.4107484 -4.4100978 0.15150834 -0.86421961 -0.18242578 -2.0672973000000003 -5.7221215999999995 -5.7221138 -5.599696400000001 -7.268640400000001 -2.1156179 -7.2564356 +58 -1.151964 -7.040421799999999 -7.631093700000001 0.07856192299999999 -1.7137756000000002 -0.97893767 -2.6439757999999998 -5.221637599999999 -8.542548 -8.4185941 -10.094334 -2.7267161 -10.082182000000001 +59 3.3550084000000004 2.2540187 1.351807 -0.056561154 3.4556342000000004 2.6378995 -1.1111937 2.0639276 2.0661065 -1.514973 -3.0300347000000003 -1.0553143 -3.0181848999999996 +60 3.3587239 2.2591429 1.3899794 -0.057165362000000004 3.4620218 2.642906 -1.1103128999999998 2.0723113 2.0743313000000003 1.8152768 1.2825408 -1.0543301999999999 3.9039097999999997 +61 -1.4597266000000002 -8.3739981 -10.56263 0.26151403 -2.1369467999999996 -1.4079191999999998 -1.1533803999999999 -8.6607665 -11.983756 -11.859601 -13.536373000000001 -1.0642353999999998 -13.524201999999999 +62 -0.33845349 0.303277 -2.1648124 0.067101273 -0.95127767 -0.27040102 -0.012631678 -3.1986014 -3.2052807999999997 -6.4145402 -8.086111599999999 0.23828296 -8.0739304 +63 -0.33840566 0.30274891 -2.1657889999999997 0.06717182099999999 -0.95137702 -0.27048365 -0.012716883 -3.1991294999999997 -3.2058673 -3.093198 -7.175725 0.23819967 -4.7039029999999995 +64 -1.5635132999999999 -6.8792951 -7.5562551 0.13720053 -2.1186327 -1.3805022 -1.1371937 -5.1392362 -8.460823399999999 -11.658816999999999 -13.335560000000001 -1.0455594000000001 -13.323402 +65 -1.563492 -6.879364 -7.556379 0.1371971 -2.1186356 -1.3805013000000002 -1.1371926 -5.1392593 -8.460892300000001 -8.3369575 -12.472083 -1.0455605 -10.000488 +66 0.0024221525 -0.0042473364 -0.057072726 0.002052775 0.0012584862 -0.0014464967 -0.0021558833 -0.011729268999999999 -0.011330348 -3.333306 -7.4160363 -0.0027385827 -4.9442435 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.5865943 1.277477 -0.20869513 0.18597647 -2.1434952000000003 -1.2757908000000002 -1.0037258 0.35748545 0.35776103 0.28127492 0.77038861 -0.92622451 0.77052925 +2 -1.8568377 -2.8878133 -0.0086371248 -0.074670357 -1.4895334999999998 -0.78172076 -0.60789627 -0.38455644 -0.38405948 -0.30531473 -0.738747 -0.61642887 -0.74257099 +3 -0.14478411 0.023343358999999998 -2.3348212999999998 0.3669301 -0.19161003 -0.12212337 -0.10885169 -1.0675793 -1.0674583999999998 -0.92994745 -1.5258381 -0.11679923 -1.5300423 +4 -0.4622002 -0.76324397 -0.071572038 -3.2745808 1.2518821000000002 0.87388081 0.78748026 -0.2341542 -0.23435235 -0.21216832 -0.28248886 0.81111498 -0.28268551 +5 0.98447567 0.73127297 -0.097497835 0.050738744 -1.7186583999999998 -0.85688194 -0.59402828 0.17687733 0.17701844 0.13777414 0.3831083 -0.47699073 0.38359994 +6 2.2103732999999997 1.5809412 -0.45372298 0.19753639 2.2386448 -1.2468011 -0.97362723 0.43133551 0.43167583 0.33761488 1.0984942 -0.87227688 1.0963011 +7 3.1114894 2.2269155 -0.92118451 0.39085512 3.2293363 2.5256488 -1.2786283999999999 0.72793603 0.72848217 0.57144803 1.9634556 -1.238926 1.9566501 +8 -0.84245113 0.39802295 -2.3024247000000004 0.3896104 -1.232689 -0.3996976 -0.12289891 -4.242053299999999 -4.2483394 -3.9539342000000004 -6.4803996 0.067935995 -6.4741931 +9 -1.9529032 -5.6741002 -7.1075479999999995 0.56730286 -2.4668115000000004 -1.5471576 -1.276744 -5.470729799999999 -8.7934784 -8.481538800000001 -11.091966000000001 -1.1964223999999999 -11.085631 +10 -0.0083489937 -0.050467560999999994 0.3962287 -0.12515306 0.049328869000000004 0.032006551 0.02491708 0.25251826 0.25299876 -3.1175794999999997 -5.5803901 0.019252532 -5.5742504 +11 -0.011630488999999999 -0.038626135 0.44810461 -0.14484156 0.053404964000000006 0.040981937 0.036932064 0.29890661 0.29926721 0.24777481 -1.6997258000000002 0.03676989 0.87967602 +12 -2.9316815 -1.1951758999999997 0.0089617499 -0.027860025 -2.9923653999999997 -2.0573782 -1.7729476000000002 -0.21422949 -0.2137068 -0.1562655 -0.32759281 -1.7581384999999998 -0.33302952 +13 -1.5940678 1.2768321000000002 -2.5464107000000005 0.38562604 -2.2480078 -1.3682141 -1.0928553 -0.23633379 -0.23565959 -0.20159244 -0.27625353 -1.012233 -0.2775549 +14 -2.9253467 0.19711453 -0.017866958999999998 -3.2494186000000003 0.18132763 0.061293948 0.020627773999999998 0.030563424 0.030586508 0.012538391000000001 0.047074075 -0.022375472999999996 0.048487604000000004 +15 -0.071753264 2.3802341 -1.0314946 0.51517023 -2.6843466 -1.7608422 -1.477259 0.80971288 0.81029332 0.63103791 2.1226556 -1.4466624 2.1156022 +16 0.94624759 3.1799645 -1.5631282 0.90796551 -0.015181554 -2.462885 -2.1824793 1.3760156000000001 1.3768573999999998 1.0531215 3.1748990000000004 -2.2411217999999997 3.1677332000000002 +17 0.63827558 2.9336528 -1.4418022 0.76828813 -0.23595279 0.50550208 -1.7937205000000003 1.1860451 1.1868168 0.91358193 2.9031735 -1.8164105 2.8946541 +18 -1.5541446 1.5891753 -1.4652646999999999 0.37973866 -2.1338369999999998 -1.244558 -0.9528673 -3.224426 -3.2277357 -2.9504626 -5.389516599999999 -0.83539561 -5.3833801 +19 -3.7512383999999996 -5.3736815 -6.9609821 0.66636551 -4.449849700000001 -3.4896566 -3.2106277000000003 -5.3291923 -8.6510465 -8.339188700000001 -10.949235 -3.3214099999999998 -10.9429 +20 -1.6398331000000002 1.2329525 0.73619328 -0.026062536 -2.0602616 -1.1923078 -0.92008549 0.82032787 0.82104261 -2.6702055000000002 -5.0861196 -0.83774318 -5.0799975 +21 -1.6295228000000002 1.2349691999999999 0.61130651 0.010169989 -2.0743553 -1.212142 -0.94048943 0.75162577 0.75218396 0.59804673 -0.55901839 -0.85939251 2.0424154 +22 -1.7580165 -3.1860348 -2.8204898 0.45902855 -2.1193972000000003 -1.2319950000000002 -0.96508692 -2.531316 -2.5301822 -2.2687627999999997 -4.627594599999999 -0.8716072 -4.6215637 +23 -2.8955078 -3.9663406 -0.040593939 -3.3376277 0.79512892 0.60944072 0.55688741 -0.45374334 -0.45325946 -0.36855643 -0.84071275 0.57289034 -0.84448051 +24 -0.74430338 -1.9138175 0.001056728 -0.13070197 -2.5213113999999996 -1.5983361 -1.3250262 -0.30689867 -0.30639301 -0.23739813 -0.52936448 -1.2428409 -0.53423516 +25 0.10268373 -1.2455433 0.01152775 -0.17543121 0.43695283 -2.1941184 -1.9244633999999998 -0.22018807 -0.21965852 -0.16111204 -0.34642454 -1.9425828 -0.35174689 +26 0.094881381 -1.2475855 0.004310177199999999 -0.17137078 0.44082718 0.99646683 -1.6538981 -0.22637744 -0.22585106 -0.16721577 -0.33993841 -1.6596906999999999 -0.34539538 +27 -1.8711863999999998 -7.009111 -6.5312953 0.68712398 -2.5113586 -1.5981386 -1.3165933 -8.8205899 -8.8204571 -8.5085133 -11.118905999999999 -1.2425458999999999 -11.112581 +28 -2.0162120999999997 -9.550683900000001 -7.6524235 0.56790159 -2.5455232000000003 -1.6202176000000001 -1.3500117 -6.018136 -9.339886300000002 -9.0277233 -11.63923 -1.2802358999999999 -11.632886 +29 -1.8900668 -2.9809567 0.0006536561900000001 -0.07040097 -1.5030856000000001 -0.79808772 -0.62657435 -0.39508043 -0.39414066 -3.650254 -6.156165799999999 -0.63962382 -6.1500318 +30 -1.8843900000000002 -2.9425564 0.063003043 -0.098131994 -1.4895126 -0.78213456 -0.60825234 -0.33339032 -0.3325731 -0.27044825 -2.9861 -0.61686722 -0.46777615 +31 -0.74771271 -0.81163375 -2.7628213 -2.8227637000000003 1.1011594999999998 0.74962608 0.67205405 -1.6880993999999998 -1.6887093999999998 -1.5413903 -1.8437888999999998 0.69877003 -1.8499332999999998 +32 0.89705615 0.704584 -2.4419237000000003 0.32174205 -1.8324249 -0.96131286 -0.69661042 -0.64327628 -0.64281714 -0.55371628 -0.8071058 -0.58586881 -0.8111764 +33 2.0870469 1.4675093000000001 -2.8914211 0.32231673 2.0741558 -1.3407232 -1.0674565 -0.11818279 -0.11742147 -0.09831632900000001 0.20248449 -0.97909016 0.19646385 +34 2.9626989 2.0955897 -3.5433312999999993 0.41622021 3.06319 2.4429043 -1.2891591999999998 0.3687883 0.36974885 0.30085364 1.3842753 -1.2511023000000001 1.3751788999999999 +35 -0.77330877 0.44980611 -3.6144969 0.44992779 -1.2034114 -0.37547979 -0.10192444 -4.3631381 -4.368782 -4.071865 -6.611136500000001 0.09279987099999999 -6.604856900000001 +36 -1.8536522000000002 -4.4101995 -7.5132477 0.57536604 -2.3674409 -1.4557632999999999 -1.1846085 -4.2143748 -7.5362813 -7.2252929 -9.8316943 -1.0969541999999999 -9.825294 +37 -0.13848551 0.015836105 -1.6663345 0.30228091 -0.15628591 -0.097707111 -0.088098748 -0.85095357 -0.85062568 -4.050810500000001 -6.5825202 -0.09783200800000001 -6.576210499999999 +38 -0.14192069 0.015871687 -1.7868088 0.31593948 -0.16389231 -0.10311773 -0.09286929 -0.8960149 -0.89576137 -0.77040695 -3.9384657 -0.10236401 -1.352583 +39 0.22470396 -0.075248051 -0.090757406 -3.2648337000000005 -0.87329921 -0.08539061 0.1573878 -0.09537180099999999 -0.095456512 -0.10205214 -0.040211633 0.32174986 -0.039372862 +40 1.6700118000000002 1.0860983 -0.36764001 -3.1645046000000003 3.7093301 -0.68700844 -0.41425927 0.18784165 0.18799358 0.11814864 0.71117659 -0.21929001 0.70974412 +41 3.0915675 2.2110637000000004 -0.90873022 -2.9363427000000004 4.2155684 2.7695081000000004 -1.2509303999999999 0.71888371 0.71942432 0.56393118 1.9416417000000001 -1.2075528 1.9349231 +42 -2.5443129 -0.70159047 -3.1041606 -2.7707642000000003 0.71693462 0.79541626 0.80291217 -5.1891467 -5.2028435 -4.8997004 -7.4685024 0.82666153 -7.462243300000001 +43 -3.3065931000000006 -5.6252739 -7.0869757 -2.6711791000000003 -0.23219485 0.19911283 0.27681773 -5.4315633000000005 -8.7581444 -8.4462174 -11.056638000000001 0.31927884 -11.050294000000001 +44 -0.43344489 -0.78677129 0.22024707 -3.3620212999999994 1.3118341999999998 0.9061682 0.80741785 -0.028505875 -0.028138178 -3.3727209000000005 -5.8477421 0.8192364 -5.8416302 +45 -0.44084342 -0.78395571 0.29257129 -3.3959842000000005 1.3143124 0.91391752 0.81806456 0.036289452 0.036540172 0.012915309 -2.1740966 0.83232068 0.42365789 +46 3.7777426 2.7361602 -1.3646001 0.61004071 0.25317038 -2.2451038 -1.9800848000000002 1.0497368 1.0504604 0.82488487 2.7327673999999997 -2.0219139999999998 2.7227957000000003 +47 3.5210334000000003 2.5396389 -1.2025589 0.51671174 0.15130589 0.85215905 -1.6562401000000002 0.91558962 0.91624588 0.72072083 2.4386405 -1.6648314999999998 2.4296121 +48 0.56088909 0.83188634 -1.9994538 0.30752576 -1.7937756 -0.90254992 -0.61664112 -3.8649440000000004 -3.868923 -3.5783547999999996 -6.0863192999999995 -0.44056333 -6.0801184 +49 -1.5111357 -5.8082996 -7.1590296 0.50816437 -3.8323932000000003 -2.8643169 -2.5999008999999997 -5.5319108 -8.853810800000002 -8.5418465 -11.152365 -2.6792222999999997 -11.146033000000001 +50 0.95066778 0.66076244 0.57334221 -0.13044158 -1.6840523 -0.82350243 -0.56092744 0.5458908 0.54650406 -2.8859383 -5.3248927 -0.44419527 -5.3187653 +51 0.95866862 0.67647204 0.56275738 -0.12454181 -1.6730756999999998 -0.81670054 -0.55437551 0.54912754 0.54960026 0.44197332 -1.0976561000000002 -0.43557581 1.495449 +52 4.0233065 2.9224334 -1.4782053 0.70978474 3.8915565 -0.63119108 -2.4027939999999997 1.1873843000000002 1.1881674 0.92847832 2.9734135 -2.4813071 2.9636720000000003 +53 1.6404231 1.1082052 -1.8124703999999998 0.2548887 1.7227067999999999 -1.4077226999999999 -1.1263861000000002 -3.6287237 -3.6308474000000004 -3.3438931000000003 -5.8340685 -1.0475919 -5.8278774 +54 -1.4629775 -5.826194999999999 -7.1655150999999995 0.50040257 -1.9850328000000002 -4.1509372 -3.8885559 -5.5398602 -8.8616495 -8.549682 -11.160210000000001 -4.0293748 -11.153880000000001 +55 2.2458007999999996 1.5704938999999998 0.85310905 -0.0040870112 2.4199697000000002 -1.2034211000000001 -0.92880198 0.99754733 0.99835204 -2.5572619999999997 -4.9497855 -0.8158622 -4.9437265 +56 2.2496412 1.5758982 0.6262742 0.047936531 2.3819842 -1.2193809 -0.94568086 0.88175315 0.88238992 0.67686485 -0.40604911 -0.83644693 2.2346748 +57 1.9420143 1.1548778 -1.7749026 0.24220269 2.1573868 2.086313 -1.3507031999999999 -3.5896692999999997 -3.5910894 -3.3053342000000003 -5.7892978 -1.3201433999999999 -5.7831236 +58 -1.4919681999999999 -5.8158933 -7.161892900000001 0.50494791 -2.0146201 -1.099382 -2.7643487 -5.5352767 -8.8571398 -8.545174099999999 -11.155697 -2.8615666 -11.149366 +59 3.4025866999999996 2.4465162 1.1397941 0.32896505 3.5328988 2.6179579 -1.2672196000000002 1.4858521 1.4868188999999998 -2.2157677000000002 -4.5538889000000005 -1.2258826 -4.5479205 +60 3.3120632000000003 2.3702055 0.59801361 0.35673438 3.4009806000000005 2.5719554000000002 -1.2731613000000002 1.2256467 1.2264448000000001 0.9165858 0.12960245 -1.2326656999999999 2.8110452 +61 -1.8777264 -7.670037 -10.569844999999999 0.69597975 -2.5282324000000003 -1.6141743 -1.3328087 -9.4900909 -12.814308 -12.501728 -15.11535 -1.2612373 -15.108972 +62 -0.84255265 0.3980189 -2.3017442999999997 0.38963448 -1.2320984 -0.39934135 -0.12266329 -4.241906200000001 -4.248108900000001 -7.275633099999999 -9.8809525 0.06771537400000001 -9.8746382 +63 -0.84248605 0.39797286 -2.3022851 0.38960644 -1.2327066 -0.39971844 -0.1229216 -4.2420807 -4.2483191 -3.9539153 -8.940439999999999 0.067899537 -6.4743529 +64 -1.9529859 -5.673982700000001 -7.107338499999999 0.56731588 -2.4668037 -1.5471656 -1.2767541999999998 -5.470648799999999 -8.7933629 -11.803351 -14.416795 -1.1964298 -14.410454999999999 +65 -1.9529031000000003 -5.674095400000001 -7.1075365999999995 0.56730282 -2.4668112 -1.5471574 -1.2767438 -5.4707270999999995 -8.793473599999999 -8.481534 -13.551417 -1.1964221000000002 -11.085633 +66 -0.0082078759 -0.051323722999999995 0.39026912 -0.12291498 0.048798615 0.031045512999999997 0.023744974 0.24765086 0.24813808 -3.1219866 -8.0455833 0.017666468 -5.5792097 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9532596000000002 1.1277691 -0.12260464 0.26500885 -2.3031607000000003 -1.3379334999999999 -1.0567303 0.12969134 0.12977439 0.091932591 0.31763856 -0.99891017 0.31557296 +2 -2.0598869 -2.7836193 0.06245067 -0.23250129 -0.63749525 -0.46485515 -0.4535104 -0.083981409 -0.08368687 -0.05007773099999999 -0.17261188 -0.51968234 -0.17160828 +3 -0.47206502 -0.035087372 -2.1876076 0.45204526 -0.33355728 -0.16800837 -0.1346652 -1.1046171999999999 -1.1045914 -0.83203786 -2.5478678 -0.13758615 -2.5431207000000002 +4 -0.28345058 -0.64197741 0.055857694000000006 -3.3748531 1.1308006000000002 0.86407912 0.79867444 -0.03997414 -0.04000406 -0.033828818999999996 -0.13621223 0.81690637 -0.13494591 +5 0.80538984 0.66152233 -0.056441653 0.10696425 -1.8803583 -0.90808014 -0.62913608 0.06550038799999999 0.06554463599999999 0.041679016 0.13378561 -0.51626728 0.13329812 +6 1.9267331 1.5332902 -0.20895838 0.33992942 2.1109695 -1.3133454 -1.0207355 0.21675333 0.21688693 0.14270444 0.41233306 -0.91222586 0.41200643 +7 2.850164 2.2475810000000003 -0.39720389 0.62192163 3.1189797 2.4657321 -1.3469797 0.4417372 0.44198501 0.30981727 0.83003009 -1.3041493 0.82947953 +8 -0.92912785 0.10755912 0.18952641 -0.10428709 -0.12196645 0.09641602699999999 0.12001457 -3.2622318999999997 -3.2650485000000002 -2.799162 -6.4689987 0.1082151 -6.4574934 +9 -2.1264338 -1.7375761000000003 -2.2699957000000004 0.41500296 -1.8689359 -0.92296363 -0.66816559 -1.981732 -5.3058009 -4.7935608 -8.715592 -0.5973076 -8.7037459 +10 -0.050352808 -0.20634918 2.5970644 -1.3023513 0.38505313 0.42623085 0.45211478 1.9082778999999999 1.9089023 -2.1308256 -5.6938782 0.5292548 -5.682347099999999 +11 -0.003629871 -0.068960413 1.4371901000000002 -0.63140197 0.25227022 0.22615288 0.22228032 1.0761715 1.0766182 0.72798493 -1.2870976 0.24311791 1.4632406999999998 +12 -3.736276 -1.5549388000000002 0.039397845 -0.13785403 -3.1109564 -2.1019361 -1.8077120999999998 -0.060852243 -0.060546393 -0.034397197000000004 -0.1181172 -1.7452998 -0.11734651 +13 -2.030836 1.203252 -2.3218207000000004 0.53245461 -2.4175199 -1.4160252 -1.1230965 -0.57335203 -0.57305853 -0.39706637 -1.4351551000000002 -1.0394482 -1.4301518 +14 -3.0105656 0.20005845 -0.0022756622 -3.2485824 0.1884581 0.080890673 0.030639708999999998 0.010766356000000001 0.010772918999999999 0.0047266209 0.014536516000000001 -0.023633704 0.014450082 +15 -0.47632308 2.2859539 -0.38949429 0.69167885 -2.8696109 -1.825751 -1.5244540000000002 0.4455157 0.44575812 0.31456917 0.86884001 -1.4837722 0.86704033 +16 0.57301218 3.1314384 -0.56441295 1.1597481 -0.17903302 -2.515809 -2.2173822999999997 0.88654742 0.88695026 0.63253134 1.3894798000000002 -2.2700982000000005 1.3932071000000001 +17 0.29900345 2.9095306 -0.52956204 1.0214343000000001 -0.37212281 0.47707985 -1.8438839 0.75348403 0.75384761 0.5367914 1.2553155 -1.8618443 1.2569516 +18 -2.1139558999999997 1.4438872 0.50654392 0.13626907 -2.1813292 -1.1792385 -0.87910718 -2.8161372000000005 -2.8181794 -2.3694316000000004 -5.9330823 -0.75797198 -5.9217316 +19 -3.3278958 -0.9983269 -1.8961223999999999 0.38704887 -3.2592818 -2.1876574 -1.8868194999999999 -1.573167 -4.895262799999999 -4.389917400000001 -8.2771305 -1.8460386000000002 -8.2653414 +20 -2.0401843 1.0987699 2.6230791 -0.61201954 -1.7818697000000001 -0.82162365 -0.53606999 1.9500404999999998 1.9506708 -2.1133517000000004 -5.6700379000000005 -0.42317266 -5.658515400000001 +21 -1.9877026999999998 1.132092 1.4580754999999999 -0.20565757 -2.0218447 -1.0703498 -0.78891187 1.1742686000000002 1.1747413 0.79117422 -1.2241097 -0.71481482 1.5367017 +22 -2.2079231 -2.6487737 -2.0613012 0.4077161 -1.9570975 -1.0229249 -0.77401114 -1.5581703000000002 -1.5575115 -1.1959441000000002 -4.1751132 -0.73077601 -4.1648298 +23 -2.7121579 -3.6222255 0.072188143 -3.5345845000000002 0.86681501 0.66277585 0.59981205 -0.091521035 -0.09123088900000001 -0.056426328 -0.19781446 0.61517771 -0.19659401 +24 -1.2286466 -2.0486112000000003 0.051050612 -0.24747477 -2.5791117999999997 -1.5751556999999998 -1.2924145 -0.072305868 -0.072005104 -0.042406081 -0.1471186 -1.2169839 -0.14617662 +25 -0.21988738 -1.1197028 0.017199528000000002 -0.23607358 0.89443958 -2.0383782999999998 -1.7496246 -0.048370719000000006 -0.04805770400000001 -0.024934422999999997 -0.084870611 -1.7295932 -0.084175372 +26 -0.0016978389000000002 -0.92201882 0.0060001127 -0.22454399 1.1231378 1.3522185 -1.5895685 -0.041689405 -0.041373798999999996 -0.020506496000000003 -0.07029071099999999 -1.5779922 -0.069594611 +27 -2.5205832999999997 -2.7945834 -0.1947314 -0.057474357000000004 -1.6899028000000003 -0.79896817 -0.55809711 -3.7818111000000005 -3.7815921 -3.3029952000000007 -7.0470402000000005 -0.52283581 -7.035476299999999 +28 -2.5457045 -6.174238 -3.4764519 0.58519905 -2.6237866000000003 -1.5737728000000002 -1.2894308 -3.2768528 -6.598455599999999 -6.0753469 -10.050241999999999 -1.1950236 -10.038311 +29 -2.3449881 -3.0835316 2.5799201000000003 -1.941461 -0.11156417 0.12112272 0.1812754 1.8841557 1.8848667000000001 -2.1406602 -5.7073237 0.24437696 -5.6957864 +30 -2.1824903 -2.8469848 1.4198722 -1.0055892 -0.30507388 -0.15880104 -0.14092672 1.0179517 1.0185459000000001 0.69344418 -1.3235244 -0.17069754 1.4212661 +31 -0.96892382 -0.81376812 -2.381923 -2.7711992000000003 0.93725189 0.69953867 0.64121463 -1.4409473999999998 -1.4411626 -1.1408341 -2.8698315 0.66885274 -2.8658832999999997 +32 0.51271364 0.65034982 -2.2665656000000003 0.44581521 -2.0011432 -1.0094531999999998 -0.72577441 -0.84457083 -0.84439414 -0.61826523 -1.9720669999999998 -0.60891133 -1.9675194999999999 +33 1.6919582999999998 1.4251719999999999 -2.6439877 0.51107122 1.9246676 -1.3984754 -1.1056924 -0.50294055 -0.50260262 -0.3439324 -1.0242343 -1.009455 -1.0230527 +34 2.58155 2.0580403 -3.1678902 0.65304092 2.9032237000000003 2.3749775 -1.3591001 -0.14213738 -0.1416681 -0.06486942400000001 -0.046805765 -1.3180264 -0.048958752 +35 -1.1273066999999999 0.5044755 -2.932914 0.56732145 -0.94113788 -0.21214302 -0.028313424 -4.4608975 -4.4657468 -3.9593295 -7.8543210000000006 0.062267659 -7.8423391 +36 -2.0070240000000004 -2.3419729 -6.0180803 0.73727196 -2.1696329 -1.1707383999999998 -0.89065382 -2.7976338 -6.1204902 -5.5972492 -9.574052499999999 -0.79439181 -9.561924900000001 +37 -0.47574157 -0.051682371 -1.5454218000000002 0.32809083 -0.2895682 -0.12803301 -0.095001515 -0.82663756 -0.82644155 -3.9123687000000005 -7.7985055999999995 -0.091901095 -7.7864908999999995 +38 -0.4757598 -0.04941657 -1.6744575000000002 0.35628494 -0.29862051 -0.13758582 -0.10476779 -0.88877264 -0.8886442 -0.64387517 -4.7676150999999996 -0.10329743 -2.1879825 +39 0.28921435 -0.0081322476 0.027649426 -3.303775 -1.0238072 -0.12015871 0.14134786 -0.00099233517 -0.00099519201 -0.01176574 -0.06980675900000001 0.31567572 -0.068595478 +40 1.5138364 1.1029892 -0.1000524 -3.0880975 3.5496265 -0.758275 -0.46640664 0.12941844 0.129496 0.066856812 0.14021597 -0.26530974 0.14252806 +41 2.8346207999999997 2.2344997 -0.39359503 -2.7055937 4.0013341 2.6775827000000003 -1.3228976000000001 0.43629847 0.43654364 0.30535772 0.81849407 -1.2768458 0.81799626 +42 -1.472899 -0.66037026 0.01927027 -3.3590359 1.414085 1.0265098 0.9012438 -3.4989980000000003 -3.5025034 -3.0332956 -6.7182395 0.85512563 -6.706748599999999 +43 -3.230706 -2.2584054 -2.5125914000000003 -2.813805 0.65428234 0.5960643 0.53351143 -2.2466002 -5.5739 -5.058903599999999 -8.9944479 0.52090385 -8.9825769 +44 -0.20713623 -0.69424642 2.5914610000000002 -4.798386499999999 1.6728023999999997 1.3976374 1.2967601 1.8985985 1.8992214 -2.1350414 -5.6995762999999995 1.1273666000000002 -5.6880432999999995 +45 -0.21380955 -0.66526582 1.4321968999999999 -4.0590747 1.4819632 1.1452792 1.0348267 1.0424744000000001 1.0429113 0.7040808 -1.3143143999999998 0.97144068 1.4319931000000001 +46 3.4744917999999996 2.7416563 -0.51723003 0.87602584 0.069730473 -2.3140694 -2.0294401 0.67886441 0.67921034 0.49214469 1.1981066 -2.0668223 1.1986188 +47 3.2384282000000004 2.5565269 -0.4774842 0.77330197 -0.01983621 0.79194819 -1.7186926 0.58202836 0.58233779 0.41874505 1.065544 -1.7237628 1.0652076000000001 +48 0.18389104 0.79451044 0.34631767 -0.054810505999999995 -1.7873787 -0.8063743 -0.51814106 -3.0456406000000005 -3.0479141 -2.5898844 -6.2131812 -0.3719852 -6.2017426 +49 -1.043893 -1.5126784 -2.1560592 0.34090487 -2.7620747000000003 -1.7035818 -1.4127934 -1.8607784 -5.183513099999999 -4.673407800000001 -8.5847164 -1.2988395000000001 -8.5728905 +50 0.75330351 0.55748045 2.6096305 -0.94680995 -1.4212421999999998 -0.46520645 -0.18189354 1.9281515999999999 1.9287789 -2.1226297 -5.6826517 -0.0039382818 -5.671125099999999 +51 0.80416388 0.63238966 1.4480518999999998 -0.43018588 -1.6483226000000002 -0.69419757 -0.41426423 1.1213333 1.1217926999999999 0.7557465 -1.2589358 -0.27890881 1.495938 +52 3.7197085 2.9300588 -0.55010621 0.99069913 3.7056955 -0.71308897 -2.4687576 0.78544311 0.78582459 0.57010772 1.3167302 -2.5447261 1.3187601 +53 1.6775441999999998 1.662207 0.57444897 0.17632309 2.3240034 -1.2351264 -0.93816373 -2.7352004 -2.7368182 -2.2947827999999997 -5.819415900000001 -0.80939284 -5.8081555 +54 -0.44926378 -1.4129962 -2.1055087 0.28335163 -0.035264144 -2.5205763 -2.2335381 -1.8074903000000002 -5.129281400000001 -4.6203687 -8.5256383 -2.2470613 -8.5138245 +55 2.1072804 1.5705033000000002 2.6397819 -0.31826633 2.8191276000000003 -0.99101035 -0.69448726 1.9723959 1.9730304 -2.1051062999999997 -5.6583807 -0.5333343 -5.6468668 +56 2.0646096999999997 1.5544143999999998 1.4745833000000002 -0.019044902 2.4705053 -1.1841367 -0.88969505 1.2072493 1.2077328999999999 0.79707382 -1.229399 -0.75735801 1.5316213 +57 2.7309402 2.3542788 0.78192529 0.49736986 3.2820652000000003 2.5145263 -1.3446357 -2.4353293999999996 -2.4363922000000002 -2.0089281000000003 -5.446856200000001 -1.3008641 -5.435738 +58 -0.44343305 -1.4085993 -2.1036066000000004 0.28413418 -0.018983203 0.6833092 -1.9077679 -1.8053611 -5.1271736 -4.6183208 -8.523280300000001 -1.9204815 -8.511466699999998 +59 3.5267437000000004 2.7157609000000003 2.7031106 0.57881147 3.7229636 2.6307993 -1.3263446 2.0693265 2.0699763 -2.0659103 -5.6043633 -1.2806763 -5.5928779 +60 3.2576838 2.519075 1.5119464 0.57566335 3.4625367999999996 2.5654592999999997 -1.3346719 1.3853837 1.3859149 0.8954824 -1.159959 -1.2901161 1.6161956 +61 -2.3478818 -5.9456248 -7.786911999999999 0.85818253 -2.7012107000000003 -1.6574446 -1.3642163999999999 -8.4477359 -11.772258 -11.241491 -15.252954 -1.2845809 -15.240888 +62 -0.92618834 0.10675222 0.18882357 -0.10336666 -0.12018108 0.09626706300000001 0.11937858 -3.2637146 -3.2664063 -6.1225011 -10.104966000000001 0.10724076 -10.092974 +63 -0.92921 0.10635464 0.18845027 -0.10359957 -0.12204528 0.096016875 0.11944273 -3.263877 -3.266603 -2.8007433999999995 -8.9326481 0.10736003 -6.459695099999999 +64 -2.1261688999999997 -1.7364846 -2.2673837000000003 0.41472257 -1.8663861000000002 -0.92141624 -0.66719801 -1.9799004 -5.3039294 -8.1136493 -12.11709 -0.59734361 -12.105134 +65 -2.126373 -1.7364128 -2.2680248 0.41463339 -1.8685189999999998 -0.92257352 -0.66777898 -1.9802903000000003 -5.3043319 -4.7921139 -11.174127 -0.59687328 -8.702383300000001 +66 -0.051566064 -0.21081068 2.6379348 -1.3230315000000001 0.38991827 0.4331381 0.45991266 1.931807 1.932435 -2.1205632000000003 -8.1431644 0.53851493 -5.669571599999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9609634999999999 1.1244832 -0.12305865 0.26507375 -2.3011622000000003 -1.3366228999999998 -1.0569224 0.12979278 0.12987583 0.091963283 0.3179063 -0.99904213 0.31583923 +2 -2.0737498 -2.7893869 0.062792988 -0.23409402 -0.63705981 -0.46499156 -0.45365568 -0.08428770599999999 -0.083993384 -0.050043959000000006 -0.17256133 -0.51984097 -0.17156302 +3 -0.47545959 -0.038400817000000004 -2.1935047 0.45163549 -0.32995561 -0.16718448 -0.13519001 -1.1056456000000001 -1.1056197 -0.83390665 -2.5488939999999998 -0.13823884 -2.5440531 +4 -0.27858766 -0.63639988 0.056047622000000005 -3.3746604 1.1311547 0.86460303 0.79861358 -0.039957344 -0.039987232000000004 -0.033838335 -0.13634397 0.81705081 -0.13507599 +5 0.8014112 0.65986392 -0.056661323 0.10721843 -1.8786191000000003 -0.90686801 -0.62938064 0.065709747 0.065754084 0.041752068999999996 0.13392086 -0.51625917 0.13343772 +6 1.9153096 1.5275051000000002 -0.20961378 0.33944416 2.1123737 -1.3119752 -1.0208704 0.21683409 0.21696762 0.14274806 0.41269537 -0.91220755 0.41236645 +7 2.8365817000000004 2.2403513999999998 -0.39840921 0.62101937 3.1204774 2.4671074 -1.3469403 0.44181351 0.44206114 0.30983145 0.8304764 -1.3039093000000002 0.82992287 +8 -0.94342624 0.09950948400000001 0.19222105 -0.10583178 -0.1134837 0.09903090699999999 0.11999102 -3.2618277 -3.2646403 -2.7991544999999998 -6.468405000000001 0.1079276 -6.4568957000000005 +9 -2.1458082000000003 -1.7470443 -2.2675489 0.41284062 -1.8576871 -0.91675373 -0.66614027 -1.9816896000000002 -5.3057530999999996 -4.7939288 -8.7152896 -0.59955604 -8.7034394 +10 -0.049526957 -0.20489443 2.5990214 -1.2999504 0.38525054 0.4264879 0.45198956 1.9084189999999999 1.9090429 -2.1307152 -5.6931637 0.52923209 -5.6816285 +11 -0.0035785894 -0.068512641 1.4382688 -0.63018024 0.25233325 0.22620783 0.22211687 1.0758524 1.0762986 0.72774257 -1.2865678999999999 0.24298981 1.4636684 +12 -3.7497464999999996 -1.5603948 0.039627943 -0.13945267 -3.1093577000000003 -2.1008611 -1.8080866000000002 -0.061086716 -0.06078106 -0.034332031 -0.11795992 -1.745543 -0.11719383 +13 -2.0437461 1.1962833000000002 -2.325442 0.53119624 -2.4158107 -1.4149635 -1.1236241000000002 -0.57336548 -0.57307185 -0.39771213 -1.4373446 -1.0399609 -1.4322939 +14 -3.0142723 0.19916743 -0.0023299391 -3.2487388999999998 0.18861884 0.081014608 0.030635568999999998 0.010640988999999998 0.010647469 0.0046788579 0.014533983 -0.023499167 0.014444385 +15 -0.48896794 2.2795626 -0.39083726 0.69116418 -2.8677648999999996 -1.8243865000000001 -1.5247004 0.44574036 0.44598268 0.31467245 0.86951589 -1.4838666999999999 0.86771278 +16 0.55873797 3.1237630000000003 -0.56637798 1.1586714 -0.1770104 -2.5142428 -2.2174336 0.88682624 0.88722883 0.63265319 1.3903159 -2.2699685 1.3940391 +17 0.28492829 2.9020189999999997 -0.53136354 1.0204424 -0.37020298 0.47852638 -1.8439710999999999 0.75368899 0.75405235 0.53686334 1.2560407 -1.8617484 1.2576723 +18 -2.1295366000000002 1.4355071000000001 0.50947362 0.13430947 -2.1795387 -1.1779959999999998 -0.8794986 -2.8154193 -2.8174582999999997 -2.3691019 -5.9322407 -0.75828157 -5.9208858 +19 -3.3471466 -1.0091216 -1.8942664 0.38492424 -3.2584138 -2.1874168999999997 -1.8881935 -1.5738435 -4.895939299999999 -4.3909959 -8.2776089 -1.8467383999999998 -8.2658156 +20 -2.0473983000000002 1.0956176000000002 2.6250478999999998 -0.61041156 -1.780027 -0.8203882 -0.536377 1.9502366999999998 1.9508665 -2.1132251 -5.6692965 -0.42337482 -5.657769999999999 +21 -1.9952272 1.1287902 1.4591393999999998 -0.20467941 -2.0200459 -1.0691928999999998 -0.7892828 1.1740686000000002 1.1745408000000002 0.79100277 -1.2234544 -0.71510931 1.5372716 +22 -2.2296842 -2.6604812 -2.0598879 0.40498044 -1.9495004 -1.0192035 -0.77315808 -1.5586645000000001 -1.5580052 -1.1969749 -4.1691967000000005 -0.73193271 -4.1589689 +23 -2.7233055 -3.6243566 0.07256493900000001 -3.5361304 0.86721488 0.66323313 0.59961029 -0.091820789 -0.091530856 -0.056393278 -0.19778741 0.61523517 -0.19657191 +24 -1.2414857 -2.0539687 0.051337561 -0.24905901 -2.5773623 -1.5739298000000002 -1.2925768999999998 -0.072571329 -0.072270769 -0.042353789 -0.14701675 -1.2168973 -0.14607935 +25 -0.2349409 -1.127738 0.017430783999999998 -0.2377518 0.89579253 -2.0371409 -1.7498308999999999 -0.048664232 -0.048351443 -0.02489917 -0.084778035 -1.7296508000000002 -0.084087935 +26 -0.016934228 -0.93026864 0.0062117857 -0.22623411 1.1244279 1.3532278999999998 -1.5896653 -0.041983785999999995 -0.041668411 -0.020474761 -0.070204108 -1.5779007 -0.069513017 +27 -2.5373712000000004 -2.8036993 -0.19289595 -0.058697349 -1.6810585999999998 -0.79460539 -0.55771517 -3.782421 -3.7822004999999996 -3.3039998999999995 -7.0474807 -0.52505144 -7.035912599999999 +28 -2.5642245999999997 -6.1841555999999995 -3.4744303999999997 0.58267402 -2.6230838 -1.573849 -1.2912312 -3.2769996 -6.5985987999999995 -6.075909200000001 -10.05012 -1.1966451 -10.038185 +29 -2.358832 -3.0888684 2.5819843999999996 -1.9431105 -0.11124925 0.12133371 0.18102919 1.8842661 1.8849766 -2.1405055 -5.706583900000001 0.24424982 -5.6950426 +30 -2.1962555 -2.8526415000000003 1.4210486999999998 -1.0067099 -0.30482873 -0.15886496 -0.14128307 1.0174827 1.0180764 0.6932097 -1.3229954 -0.17102461 1.4216799999999998 +31 -0.96405255 -0.81193164 -2.3900832000000003 -2.7710533 0.93846228 0.70011305 0.64038715 -1.4426088 -1.4428243 -1.1437226999999999 -2.8684865 0.66814368 -2.8644196 +32 0.50339703 0.64491008 -2.2712982000000004 0.4449726 -1.9996948 -1.0085478 -0.72642537 -0.84476009 -0.84458311 -0.6192165 -1.9726627 -0.60941841 -1.9680548 +33 1.6781609 1.4175346000000002 -2.6468912 0.50949539 1.9260561999999999 -1.3973539 -1.1061366000000001 -0.50257041 -0.50223227 -0.34415098 -1.0248416 -1.009738 -1.0236303 +34 2.566857 2.0497866 -3.1715426 0.65125092 2.9047822 2.3761438999999998 -1.3594943000000002 -0.14160949 -0.14114019 -0.06489750400000001 -0.046458757 -1.3182253000000002 -0.048598958 +35 -1.1460753000000001 0.49636499 -2.9302644 0.56463728 -0.92293693 -0.20616379 -0.027037814 -4.4597444 -4.4645874 -3.9586377999999995 -7.8527026 0.06226348 -7.8407172 +36 -2.0329314 -2.3492919 -6.0161628 0.73495382 -2.1587337000000004 -1.1651257 -0.88851665 -2.795977 -6.1188289000000005 -5.5961045 -9.571750900000001 -0.79739533 -9.559619900000001 +37 -0.47903012 -0.05546964 -1.5427365 0.32643898 -0.28557252 -0.12689418 -0.09528470900000001 -0.82498658 -0.82478937 -3.9118303 -7.7970451 -0.09229005900000001 -7.7850269 +38 -0.47879651 -0.052993032999999995 -1.6734642 0.35500477 -0.29466782 -0.13653912 -0.1051183 -0.88778122 -0.88765189 -0.64392537 -4.7662062999999995 -0.10377394 -2.1861256 +39 0.29093546 -0.0054370502 0.027740441 -3.3033004999999998 -1.0221806 -0.11901315 0.14103324 -0.00078627116 -0.00078900004 -0.011720865 -0.069919603 0.31566229 -0.068700487 +40 1.5038665 1.0982381 -0.10032115 -3.0884327999999996 3.5512563999999998 -0.75675019 -0.46642798 0.12947476 0.12955228 0.066877551 0.140376 -0.26515404 0.142688 +41 2.8211517 2.2273537 -0.39479545 -2.7064548 4.0034529 2.6791878 -1.3228571000000002 0.43639814 0.43664315 0.30538615 0.81895832 -1.2766013999999999 0.81845798 +42 -1.4739438 -0.66535836 0.022094442000000002 -3.3600116 1.4169105 1.0276165000000002 0.90069784 -3.498436 -3.5019366 -3.0331688 -6.717257000000001 0.85485909 -6.7057625 +43 -3.2390187000000004 -2.2671961 -2.5097588 -2.8161331 0.66508678 0.59819442 0.53259114 -2.2461756 -5.5734659 -5.058894400000001 -8.993722199999999 0.51989026 -8.981847199999999 +44 -0.2027245 -0.68778119 2.5934178 -4.7951122999999995 1.6734251 1.3983666000000001 1.2966583 1.8987343999999997 1.8993569 -2.1349354 -5.6988669000000005 1.1275434 -5.687329900000001 +45 -0.20972456 -0.65935837 1.43329 -4.0573885999999995 1.4824149 1.1457959999999998 1.0346215 1.042129 1.0425654 0.70380824 -1.3138508 0.97151281 1.4323489 +46 3.4605601000000004 2.7341841000000002 -0.5189882 0.87505397 0.071682518 -2.3125637 -2.02955 0.6791491 0.67949486 0.49229183 1.1989198 -2.0667516 1.1994288 +47 3.2247138 2.5492137 -0.47906889 0.7724003 -0.017956771 0.79336953 -1.7187944 0.58226296 0.58257223 0.41885998 1.0662627 -1.7236796000000003 1.0659234 +48 0.16769431 0.78588409 0.34904525 -0.056658572000000004 -1.7854675 -0.80504348 -0.51836548 -3.0451943 -3.0474642999999997 -2.5898251 -6.2126066 -0.3721145 -6.2011638 +49 -1.0639651 -1.5226596000000001 -2.1538307 0.33888695 -2.7610468999999997 -1.7033082999999998 -1.4140968999999999 -1.8609971 -5.183731099999999 -4.6740374000000005 -8.5846965 -1.2996733 -8.5728665 +50 0.75030334 0.55641851 2.6116330000000003 -0.94445468 -1.4195927 -0.46407753 -0.1822741 1.9283578000000001 1.9289846000000002 -2.122493 -5.681901 -0.0041144386 -5.6703704 +51 0.80058638 0.63087961 1.4491683000000002 -0.42879359 -1.6467696 -0.6931756 -0.41473231 1.1211200000000001 1.121579 0.75555226 -1.2583401 -0.27918214 1.4964396999999998 +52 3.705508 2.9223842999999996 -0.55199701 0.98961884 3.7078317000000003 -0.71140691 -2.4686507 0.78574842 0.78612969 0.57026589 1.3175912 -2.5444286 1.3196177 +53 1.6606583 1.6529269 0.57714164 0.17403663 2.3258754 -1.2334771 -0.93806655 -2.7348414 -2.7364567 -2.2947999 -5.8189915999999995 -0.80915114 -5.8077269 +54 -0.46688934 -1.4227108999999998 -2.1031348 0.28117056 -0.030366002000000003 -2.5185346 -2.2330339 -1.8075709999999998 -5.129361299999999 -4.6208648 -8.525461300000002 -2.2459843999999998 -8.513643400000001 +55 2.0952518 1.5646072 2.6417835 -0.31810403 2.8204738999999996 -0.98963845 -0.69464689 1.9726073 1.9732413 -2.1049629000000003 -5.6576224 -0.53334635 -5.6461044000000005 +56 2.0527016 1.5485335 1.4756833 -0.019063811 2.4717631 -1.1828485 -0.88992473 1.2070628 1.2075459 0.79691879 -1.2287353 -0.75744954 1.5322 +57 2.7153227 2.3453881 0.7848051 0.49513422 3.2844474000000003 2.5167047 -1.3443996999999999 -2.4347586 -2.4358196 -2.0087446 -5.446149 -1.3003976000000002 -5.435026799999999 +58 -0.45996736 -1.4182403000000001 -2.1011924 0.28185993 -0.012627488000000001 0.68673925 -1.9084906000000004 -1.8054033999999999 -5.127214 -4.618778900000001 -8.523057199999998 -1.9209638999999998 -8.5112395 +59 3.5122278 2.7079408 2.7051524 0.57771419 3.7248972 2.6323961 -1.3262749 2.0695993 2.0702487 -2.0657366 -5.6035652 -1.2804021 -5.5920758 +60 3.2433955 2.5113895 1.5130309 0.57468889 3.4640425 2.5668924 -1.3346223 1.3852421 1.3857728999999999 0.89535396 -1.1592394 -1.2898646 1.6168388999999999 +61 -2.3664956000000004 -5.9526565 -7.783471899999999 0.85525877 -2.7000541 -1.6570813000000002 -1.3655507 -8.446075599999999 -11.77058 -11.240241000000001 -15.250993 -1.2855793 -15.238923000000002 +62 -0.9403796 0.098741269 0.19154604 -0.10489171 -0.1116577 0.098882378 0.11936305 -3.2632863 -3.2659740000000004 -6.1224704 -10.104237 0.10696159 -10.092241 +63 -0.94350795 0.09830292 0.1911391 -0.10513914 -0.11356455 0.098629947 0.11941703 -3.2634783 -3.2662004000000002 -2.8007415 -8.9320588 0.10706947 -6.4591025 +64 -2.1455444 -1.7459292000000002 -2.2649029 0.41256501 -1.8549388 -0.91510301 -0.66512624 -1.9798301 -5.3038537 -8.1139897 -12.116725 -0.59958605 -12.104764999999999 +65 -2.1457462000000005 -1.7458808999999997 -2.2655784 0.41247136 -1.8572713 -0.91636432 -0.66575421 -1.9802483 -5.3042846 -4.7924823 -11.173825 -0.59912108 -8.7020772 +66 -0.050728739 -0.20932776 2.6399048 -1.3205843000000002 0.39011942 0.43340107 0.45978828 1.931959 1.9325863999999997 -2.1204456 -8.142439999999999 0.53849536 -5.668843900000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=0d1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9610198 1.1244702 -0.12308203 0.26509911 -2.3009691 -1.3365268999999997 -1.0569376 0.12980776 0.12989052 0.09196809800000001 0.31793396 -0.99905125 0.31586694 +2 -2.0741738 -2.7896022 0.062799689 -0.23415036 -0.63704825 -0.465001 -0.45368019 -0.084301911 -0.08400737 -0.050051172000000005 -0.17258662 -0.5198604 -0.17158826 +3 -0.47538328 -0.038434823 -2.1934881 0.45162221 -0.32977257 -0.16713901 -0.13518859 -1.1055537 -1.1055104 -0.83388141 -2.5488739 -0.13824853 -2.5440254 +4 -0.27843578 -0.63623439 0.05605843 -3.3746522000000003 1.1312453000000002 0.86465469 0.79861032 -0.039957765 -0.039987556 -0.033839307 -0.13635663 0.81705827 -0.13508857 +5 0.80137027 0.65984003 -0.056671849 0.10723019 -1.8784328000000001 -0.90677263 -0.62939426 0.06571975 0.06576393900000001 0.041755016 0.13393215 -0.51625882 0.13344918 +6 1.9150823000000001 1.5273705 -0.20965206 0.33943841 2.1125293999999997 -1.3118749 -1.0208836 0.21684792 0.21698097 0.14275248 0.41273194 -0.91221173 0.41240303 +7 2.8362608 2.2401477 -0.39847975 0.62098868 3.1206327999999997 2.4672034 -1.3469383 0.44182762 0.44207435 0.30983364 0.83053217 -1.3038957 0.82997847 +8 -0.94465912 0.099133011 0.19211991 -0.10585658 -0.1136076 0.099054363 0.1199783 -3.2619474 -3.2647601 -2.7993127999999996 -6.4685231 0.10791433 -6.457013 +9 -2.1465042999999997 -1.7474427 -2.2676785 0.41279127 -1.8574188999999999 -0.91664304 -0.66616966 -1.9818513 -5.305904099999999 -4.794123 -8.7153995 -0.59963262 -8.703548300000001 +10 -0.049582582 -0.20488876 2.5990613999999996 -1.2998826 0.38525974 0.42649699 0.45197008 1.9084284 1.9090497 -2.1307093 -5.6930727999999995 0.52921979 -5.6815370000000005 +11 -0.0036048371 -0.068505065 1.4382858 -0.63012608 0.25233299 0.22620711 0.22210228 1.0758359 1.0762803 0.72772581 -1.286489 0.24297825 1.4637383 +12 -3.7500626000000006 -1.560535 0.039628484 -0.13950856 -3.1091886000000004 -2.1007805 -1.8081169 -0.06109681 -0.060790990999999996 -0.034337242000000004 -0.11797679 -1.7455652 -0.11721061 +13 -2.0439799 1.1961334 -2.3253602000000004 0.53117212 -2.4156115000000002 -1.4148658 -1.1236414 -0.57326036 -0.57295577 -0.39767177 -1.4373545 -1.0399796000000001 -1.4322995 +14 -3.0141529 0.19926584 -0.0023283641 -3.2487194 0.18866817 0.081028929 0.030622991000000002 0.010643936000000001 0.010650392 0.0046790818 0.014532688 -0.023500819 0.014443147 +15 -0.48922592 2.2794138 -0.39091563 0.6911603 -2.8675773999999996 -1.8242869 -1.5247191999999998 0.44576715 0.44600856 0.31468341 0.86959217 -1.4838768 0.86778885 +16 0.55841752 3.1235617 -0.56649409 1.1586423000000001 -0.17681716 -2.5141353 -2.2174449000000003 0.88686701 0.88726803 0.6326712 1.3904233 -2.2699694 1.3941463 +17 0.28461289 2.9018224 -0.53146996 1.0204161 -0.37001634 0.47862635 -1.843982 0.75372237 0.75408433 0.53687674 1.2561368999999998 -1.8617487000000001 1.2577682 +18 -2.1300795 1.4351888000000002 0.5094527 0.13423075 -2.17937 -1.1779138999999998 -0.87953268 -2.8154522 -2.8174921000000004 -2.3691762 -5.9322679 -0.75830295 -5.9209123 +19 -3.3477184 -1.0096472 -1.8944231 0.38488348 -3.2583435 -2.187436 -1.8883310000000002 -1.5740471999999999 -4.896136 -4.391234799999999 -8.2777715 -1.8468677 -8.2659772 +20 -2.0474596000000003 1.0955937 2.6250936 -0.61032347 -1.7798526000000001 -0.82030625 -0.53640899 1.9502555 1.9508828 -2.1132147999999997 -5.6691998 -0.42339945 -5.6576727 +21 -1.9952788000000001 1.1287742 1.4591589 -0.20460637 -2.0198703 -1.069112 -0.78931457 1.1740653 1.1745356000000002 0.79099373 -1.2233625 -0.71513483 1.5373558 +22 -2.2304269 -2.660926 -2.0598965 0.40488687 -1.9492711999999999 -1.0191233 -0.77316425 -1.5587046999999998 -1.5580201 -1.1970478999999998 -4.1684602 -0.73195889 -4.1582414 +23 -2.7237052999999998 -3.6245036 0.07257337900000001 -3.5361847 0.86728528 0.66326817 0.5995843 -0.091835075 -0.09154490300000001 -0.056400662000000004 -0.19781483 0.61522424 -0.19659927 +24 -1.2418176 -2.0541346999999996 0.051341424000000004 -0.24911545 -2.5771874 -1.5738443000000002 -1.2926 -0.07258355799999999 -0.072282807 -0.042360125 -0.14703853 -1.2169066000000002 -0.14610104 +25 -0.23531416 -1.1279754 0.017430193 -0.23781162 0.89592469 -2.0370569 -1.7498591000000001 -0.048676620999999996 -0.048363700999999995 -0.024905756 -0.084795855 -1.7296706999999998 -0.08410568800000001 +26 -0.017332225 -0.93053169 0.0062106836 -0.22629586 1.1245405000000002 1.3532871000000002 -1.5896863 -0.041996890999999995 -0.041681402 -0.020481962 -0.070222634 -1.577911 -0.069531478 +27 -2.5378912999999996 -2.8040618 -0.1932116 -0.058622979000000006 -1.6813276000000001 -0.79479978 -0.55792776 -3.7827614 -3.7825393 -3.3043753 -7.0478189 -0.52515872 -7.03625 +28 -2.5647176 -6.184773000000001 -3.4747726 0.5826038 -2.6229702 -1.5738323 -1.2913369 -3.2773362 -6.5989048 -6.0762552 -10.050381 -1.1967444999999999 -10.038444 +29 -2.3593092999999996 -3.0890999 2.5820064 -1.9431355 -0.1112391 0.12133398 0.18098239 1.8842577 1.8849657 -2.1405111 -5.706506299999999 0.24421146 -5.6949643 +30 -2.196694 -2.8528568 1.4210553999999997 -1.0067197 -0.30482575 -0.1588771 -0.14132794 1.0174482 1.0180402 0.69318097 -1.3229336 -0.17106397 1.4217316 +31 -0.9634848 -0.81168766 -2.3901765 -2.7710388 0.9386151 0.70018482 0.64036849 -1.4425261 -1.4427188 -1.1437258999999997 -2.8683389999999997 0.6681305 -2.8642625 +32 0.50324947 0.64479348 -2.2712626 0.44495375 -1.9995021000000002 -1.0084493 -0.72643828 -0.84465952 -0.84446861 -0.61917898 -1.9726196 -0.60942234 -1.9680064999999998 +33 1.6778928 1.4173608999999998 -2.6468655 0.50946835 1.9262256000000002 -1.3972531000000001 -1.1061499 -0.50246627 -0.50211786 -0.34410674 -1.0247625 -1.009742 -1.0235482 +34 2.5665357 2.0495765 -3.1715633999999997 0.65121499 2.9049514 2.3762402000000002 -1.3594989 -0.14151294 -0.14103642 -0.064857632 -0.046361068 -1.3182181 -0.048499542 +35 -1.1467372999999998 0.49614759 -2.9301836 0.56455734 -0.92219812 -0.20593607 -0.02698192 -4.4596537000000005 -4.4644792 -3.958589 -7.8525271 0.062272105 -7.8405402 +36 -2.0339756999999996 -2.3494342 -6.016136599999999 0.7348936 -2.1578881 -1.1647143 -0.88834514 -2.7958578 -6.1186454 -5.5959892 -9.5714898 -0.79758122 -9.559355199999999 +37 -0.47906317 -0.055556653 -1.5425977 0.32640134 -0.28540455 -0.12684612 -0.095284622 -0.82487864 -0.82466694 -3.9117852999999996 -7.7968967000000005 -0.092298045 -7.784877000000001 +38 -0.47871389 -0.053029104 -1.6733334 0.35498071 -0.29448382 -0.13649045 -0.105115 -0.88766236 -0.88751855 -0.64387475 -4.7661418 -0.10378058 -2.1860371 +39 0.29100388 -0.0053613114 0.02774644 -3.3032867999999995 -1.0219976999999998 -0.11891858 0.14101876 -0.0007808761299999999 -0.00078359993 -0.011720203 -0.069927217 0.31566538 -0.068707872 +40 1.5036662 1.0981246999999998 -0.10033522 -3.0884373 3.5514318999999994 -0.75663985 -0.46643336 0.12948285 0.12956008 0.066878745 0.1403887 -0.26514899 0.14270084 +41 2.8208358 2.2271537 -0.39486549 -2.7064836 4.0036553 2.6793017000000003 -1.3228554 0.43641323 0.43665735 0.30538895 0.81901432 -1.2765878000000002 0.81851383 +42 -1.4751199 -0.66576164 0.021959068999999998 -3.3599940000000004 1.4170425 1.0276669 0.90066712 -3.498599 -3.5020994 -3.0333702999999996 -6.7174146 0.85484204 -6.7059193 +43 -3.2395782000000004 -2.2675951000000003 -2.5099036 -2.8161883999999997 0.66528003 0.59825162 0.53253512 -2.2463497 -5.5736267 -5.0590979 -8.9938421 0.51984376 -8.9819659 +44 -0.2026646 -0.68764139 2.5934575 -4.7950144 1.6735201000000002 1.3984178 1.2966393999999999 1.8987425 1.8993625 -2.1349302000000003 -5.6987769 1.1275465 -5.6872393 +45 -0.2096208 -0.65919384 1.433308 -4.0573141 1.4825053 1.1458416999999999 1.0346046 1.0421095 1.0425441 0.70378878 -1.3137778 0.97151308 1.4324122 +46 3.4602417 2.7339812 -0.51909305 0.8750235 0.071881098 -2.3124505 -2.0295555 0.67918063 0.67952511 0.49230463 1.1990131000000002 -2.0667465 1.1995219 +47 3.2243975 2.5490127 -0.47916251 0.77237097 -0.017763011000000002 0.79347716 -1.7187974999999998 0.58228828 0.5825964 0.41886891 1.0663434999999999 -1.723672 1.0660039 +48 0.16692785 0.7855037 0.34896266 -0.056721701 -1.7853044999999998 -0.80496762 -0.51840102 -3.0452917999999998 -3.0475623 -2.5899619 -6.212703599999999 -0.37213641 -6.2012599999999996 +49 -1.064568 -1.5231685 -2.1540013 0.33884407 -2.7609437999999997 -1.7032965 -1.4142002 -1.8612081999999999 -5.1839328 -4.6742816 -8.584861300000002 -1.2997707 -8.5730302 +50 0.75023517 0.55638903 2.6116757 -0.94438074 -1.4194204 -0.46399386 -0.18230256 1.9283718 1.9289961 -2.1224851000000005 -5.6818074 -0.0041310118 -5.6702761 +51 0.8005399 0.63085859 1.4491869 -0.42873185 -1.6465971999999998 -0.69309295 -0.41476024 1.1211106000000002 1.1215678 0.75553914 -1.2582553 -0.27919819 1.4965161 +52 3.7051861000000006 2.9221784 -0.5521107 0.98958655 3.7080303 -0.7112909 -2.4686508999999996 0.78578601 0.78616584 0.57028234 1.3176941999999998 -2.5444176 1.3197205 +53 1.6601158999999999 1.6525747 0.57708499 0.17394102 2.3260037999999996 -1.2333854 -0.93808994 -2.7349080000000003 -2.7365244 -2.2949076 -5.8190514 -0.80916825 -5.807786 +54 -0.46748946 -1.4232651 -2.1033234 0.28112988 -0.030321595 -2.5185482000000006 -2.2331632000000003 -1.8078042 -5.129585700000001 -4.6211314 -8.525650099999998 -2.2461101 -8.5138311 +55 2.0949782999999997 1.5644537 2.6418287 -0.31809132 2.8206175 -0.98954477 -0.6946684 1.9726268 1.9732581999999999 -2.1049525 -5.6575254 -0.53335991 -5.6460068 +56 2.0524481 1.5483919 1.4757026000000002 -0.019045838 2.4719062000000003 -1.1827563 -0.8899467 1.2070614 1.2075426 0.79691035 -1.2286443999999999 -0.75746386 1.5322833999999999 +57 2.7148402999999997 2.3450482000000004 0.7847676 0.4950158 3.2845898 2.5168089 -1.344391 -2.4348023999999997 -2.4358647999999996 -2.0088308 -5.4461824 -1.3003770000000001 -5.4350595 +58 -0.46057354 -1.4187965 -2.1013818 0.28182037 -0.012589463 0.6867127 -1.9085784 -1.8056376 -5.1274393 -4.619046400000001 -8.523247099999999 -1.9210453 -8.5114283 +59 3.5118565999999998 2.7077033999999998 2.7052011 0.57766201 3.7250777000000004 2.6325034 -1.3262736000000002 2.0696276 2.0702743000000003 -2.0657218999999998 -5.603462599999999 -1.280389 -5.5919725 +60 3.2430402999999997 2.5111633999999996 1.513048 0.57465154 3.464198 2.5669912999999998 -1.3346198999999999 1.3852474 1.3857760000000001 0.89534974 -1.1591412 -1.2898505 1.6169307 +61 -2.3671046000000002 -5.9527519 -7.7836915 0.85516258 -2.6998853 -1.6570313 -1.365622 -8.446083 -11.770464 -11.240152 -15.250810000000001 -1.2856253999999998 -15.238734 +62 -0.94166227 0.098351235 0.19142889 -0.1049184 -0.11181874 0.098896839 0.11934792 -3.2634182999999997 -3.2661062999999997 -6.1226405999999995 -10.104313000000001 0.10694685 -10.092317 +63 -0.94474106 0.097926505 0.19103803 -0.10516404 -0.11368862 0.098653395 0.1194044 -3.2635977 -3.2663199 -2.8008995 -8.9321761 0.1070564 -6.4592195 +64 -2.146244 -1.7463374 -2.2650514999999998 0.41251543 -1.8547151999999998 -0.9150181 -0.66517005 -1.9800068 -5.304019599999999 -8.1141988 -12.116837 -0.59965863 -12.104875999999999 +65 -2.1464423 -1.7462793999999997 -2.2657085 0.41242214 -1.8570034 -0.91625379 -0.66578373 -1.9804104 -5.304436 -4.7926769 -11.173935 -0.59919774 -8.7021864 +66 -0.050784275999999996 -0.20932144 2.6399437999999997 -1.3205152 0.39012885 0.4334103 0.45976853 1.9319686999999999 1.9325936000000001 -2.1204392999999997 -8.1423485 0.5384829 -5.6687518 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.4706316000000001 1.2063992000000001 -0.77586251 -0.37480677 -1.9062752 -1.1335114 -0.87503124 0.96526379 0.96565667 0.67572007 1.5473603999999999 -0.73547649 1.5508973 +2 -0.83953426 -5.6302009 -0.46092172 1.0840379 -2.391732 -1.5807258 -1.3201469 -3.6035446 -3.6039953999999996 -3.1777781000000003 -6.8948662 -1.2076185 -6.882411299999999 +3 -0.007186263000000001 -0.0018604693 -2.9815727 0.01323972 -0.014821682 -0.0069650326 -0.0051588778 -0.026243576 -0.025768031 -0.017542268 -0.066489708 -0.0052214073 -0.066151683 +4 -0.70571309 -0.79804343 0.62108181 -2.8463003 1.3689975 0.87906167 0.76505311 -0.70233487 -0.70275833 -0.63539126 -1.4203223 0.7926844 -1.4125364 +5 0.96812631 0.67585568 -0.68190197 -0.3166672 -1.565909 -0.80976013 -0.55398147 0.57021208 0.57047998 0.4215334 1.1920691 -0.38807858 1.1894735 +6 2.1090537 1.3907428999999998 -0.85856634 -0.50869438 2.5008114 -1.1288042 -0.86452643 1.1534666999999998 1.1539283 0.79404341 1.6602922999999998 -0.70022489 1.6676349 +7 3.0699874 1.9852303 -0.90948666 -0.47480127 3.6459839 2.6587758 -1.2816112 1.6010189 1.6015829 1.046582 1.8595183999999998 -1.20139 1.8747711 +8 -0.50839167 0.09510105099999999 0.31467029 0.012571836000000001 -1.1182138000000001 -0.38260915 -0.12795618 -3.2664584 -3.2685381000000002 -2.8567706000000004 -6.4941283 0.078243968 -6.4818096 +9 -0.83669008 -6.0346918 -3.6633776 1.1303738 -2.4302007000000003 -1.618054 -1.3575548000000002 -4.0699505 -7.3928308000000005 -6.9294554 -10.829564999999999 -1.248062 -10.816831 +10 -0.0037673892 0.0064967646 1.6842771 -0.043842808 0.022503155 0.022351631 0.018955157 0.07637456599999999 0.07656755900000001 -3.2620054 -6.9795292 0.017159905 -6.967038900000001 +11 -0.0033408493 0.0044894621 1.6025665 -0.039878528999999996 0.020658423000000002 0.017370806000000003 0.015252378999999998 0.069588386 0.069660363 0.054492711 -2.4108614 0.013497555 0.19770505 +12 -2.6187810000000002 -5.296682 -0.30849057 1.1736891999999999 -4.370881400000001 -3.5043547 -3.2471074 -3.4251116 -3.425559 -3.0044265 -6.6950384000000005 -3.3199741 -6.6826162 +13 -1.4722528999999998 1.2085153 -3.7256487000000003 -0.37516435 -1.9054374 -1.1323078000000002 -0.87369142 0.96552061 0.96616219 0.67742488 1.5497623 -0.73339842 1.5533132 +14 -2.9905601 0.048596720999999996 0.16094671 -3.2220102 0.13167995 0.040499169 0.023174008 -0.019473884 -0.019489661999999998 -0.040027225 -0.17847333 0.023935152 -0.17644723 +15 -0.038161976 2.2455161 -0.85621254 -0.30713306 -2.3753227999999997 -1.5582371000000002 -1.2947776000000002 1.7322692 1.7328493999999999 1.1030307 1.8914098999999998 -1.2023765 1.9083566000000003 +16 0.9062075 3.0253107000000004 -0.85786855 0.10049701 0.21139624 -2.3445489 -2.0858616000000003 2.2000306 2.2006778 1.3177459999999999 2.005086 -2.0988710999999998 2.028526 +17 0.67885241 2.8258883 -0.86035811 -0.028368677999999998 0.084021975 0.69347806 -1.7399448 2.0917733 2.0924096000000003 1.2714961999999999 1.9831098000000003 -1.7182177 2.0051873 +18 -1.4875582 1.3945906000000001 0.94895027 -0.35255766 -1.9192535 -1.1214211 -0.85808002 -2.2733287 -2.2746386000000003 -1.9109509999999998 -5.2422769 -0.69620743 -5.2305137 +19 -2.6299153 -5.7364600999999995 -3.4673505 1.2297183999999999 -4.428178599999999 -3.5614902 -3.3043649 -3.9050337 -7.227850900000001 -6.7648268 -10.663329 -3.3790037000000006 -10.650591 +20 -1.4805104 1.2144018 2.1968626 -0.40784615 -1.8927873 -1.1093283999999999 -0.85086168 1.0271708000000002 1.0276446 -2.6064919 -6.2171596 -0.70944546 -6.2048042 +21 -1.4778066 1.2001957 1.4922608999999998 -0.38911502 -1.9041552 -1.1315266000000002 -0.87316703 0.98966766 0.9900708 0.69068637 -1.1702667 -0.73355335 1.5651332 +22 -0.83743229 -5.9048916 -1.9531566000000002 1.1174521000000002 -2.4187088 -1.6071499 -1.3466831 -3.8912430000000002 -3.8905968 -3.456835 -7.212935099999999 -1.2365267 -7.200398 +23 -2.2153606 -5.5830989 -0.38167025 -2.1511512 0.10907003 0.25181521 0.29830298 -3.5261271 -3.5266457 -3.1024388 -6.809213000000001 0.37128279 -6.7967671 +24 -0.37770394 -5.7969902 -0.54767872 1.0214425 -3.7741379999999998 -2.9124072 -2.6557442000000004 -3.7022109 -3.7026372000000003 -3.2740077999999997 -7.0034041 -2.7008513 -6.9909369 +25 -0.33207517 -5.8193467000000005 -0.55830995 1.013962 -1.9049292000000002 -4.175394399999999 -3.9212411 -3.7146797 -3.7150998 -3.2861959 -7.0169723 -4.0260356 -7.0045044999999995 +26 -0.35994433 -5.8057692 -0.55200637 1.0184018 -1.9328355 -1.1299257 -2.810356 -3.7071724 -3.7075977 -3.2788526 -7.008835799999999 -2.8728321 -6.9963679999999995 +27 -0.70909258 -7.3626819 -3.2111907000000004 1.2897163999999999 -2.4616533 -1.6482018 -1.3864943 -7.5064234 -7.5072358999999995 -7.0436423999999995 -10.944818 -1.2791066999999998 -10.932074 +28 -0.85746647 -9.7902607 -4.0746036 1.1649941000000001 -2.4826776 -1.6681721 -1.4075618 -4.4981843 -7.8208515 -7.3567366 -11.260299 -1.3015275 -11.24756 +29 -0.83958645 -5.6290913 -0.45765989 1.0839283000000002 -2.3916261000000003 -1.5806071000000002 -1.3200303 -3.6025415 -3.6028575 -6.498596900000001 -10.393697999999999 -1.2075003 -10.380995 +30 -0.839518 -5.6292999 -0.45812839 1.0839301000000001 -2.3916395 -1.5806348 -1.3200558 -3.6027050000000003 -3.6030712999999994 -3.1768767 -9.354760699999998 -1.2075223 -6.881828 +31 -0.70098407 -0.82350499 -2.0794933 -2.7925351000000003 1.3581952 0.86239344 0.74522189 -0.79745318 -0.79720505 -0.72390997 -1.4792466999999998 0.77032256 -1.4718407 +32 0.96190304 0.6761221 -3.6308627 -0.31433011 -1.5671711000000002 -0.81051362 -0.55454101 0.56368083 0.56427425 0.41940435 1.1891968000000002 -0.38781624 1.1865186 +33 2.1042892999999996 1.3886479999999999 -3.7760860000000003 -0.50744285 2.499676 -1.1289367000000001 -0.86464631 1.1487986000000001 1.1494779 0.79272383 1.6597388 -0.70043902 1.6670022 +34 3.0671169 1.9832733 -3.8178437000000005 -0.47462707 3.64546 2.6592868999999997 -1.2811814 1.597784 1.5985076999999999 1.0459460999999999 1.8598484 -1.2009401000000002 1.8750413000000001 +35 -0.50597149 0.094494741 -0.90265745 0.023035318 -1.1244753 -0.38779752 -0.13267856 -3.2847169999999997 -3.2857271 -2.8731414 -6.5151662 0.07579073 -6.5028373 +36 -0.83656058 -6.0351303 -5.2311181 1.1335218999999999 -2.4318412 -1.6198582000000001 -1.3593981000000002 -4.0716364 -7.393152199999999 -6.9297788 -10.829896000000002 -1.2501338 -10.817159 +37 -0.007091141600000001 0.0082022264 0.37790257 -0.013405278 0.00033855260000000004 0.008839019699999999 0.0085358441 0.021657368 0.02218853 -3.3015830999999998 -7.0245114 0.0088655392 -7.0120085 +38 -0.006133834 -0.0015392429999999998 -0.56737436 0.0037130279999999997 -0.0065521272 -0.0018824672 -0.0014539126000000001 -0.0081055048 -0.0076230325 -0.0037400851000000002 -2.6270661 -0.0025421724 -0.024598103 +39 0.023278947 -0.1761904 0.45725301 -3.1505415 -0.7463825 -0.06690462700000001 0.1646359 -0.18353782 -0.18362317 -0.18849673 -0.68285351 0.34330569 -0.6753638 +40 1.5545281000000002 0.92532177 -0.58768828 -3.6130777999999997 3.8196613 -0.62621263 -0.36129552 0.7323432 0.73269876 0.4798793 1.142233 -0.11265224 1.1459517 +41 3.0551082000000003 1.9759038 -0.90908784 -3.7987589999999996 4.3025905 2.8068552 -1.2624712 1.594257 1.5948201000000002 1.0429225 1.8570166000000001 -1.1798247 1.8721536 +42 -1.7519517 -0.81691327 -0.19001037 -2.8182801 1.3179949 0.98333669 0.85310781 -4.044944999999999 -4.0489752 -3.6199502 -7.3447712 0.84238361 -7.3323564 +43 -2.2050994 -5.8113858 -3.5111436 -2.1066471 0.07831561299999999 0.23107722 0.28012227 -3.9387041 -7.2622118 -6.7991074000000005 -10.697999000000001 0.35239337 -10.685258000000001 +44 -0.68752976 -0.80891731 1.2536108999999998 -2.849641 1.3994795 0.89090145 0.76608059 -0.67119404 -0.67129274 -3.9385063999999996 -7.693305499999999 0.78445962 -7.680828999999999 +45 -0.69188364 -0.8079038 1.2691242 -2.8528537999999997 1.3992745 0.89075832 0.76717722 -0.66755106 -0.66777204 -0.61209696 -3.9838635 0.78609879 -1.3013041 +46 3.5317737 2.2742063 -0.91809958 -0.37830333 0.3853548 -2.2112049 -1.9538014 1.7991429 1.7997352999999998 1.1470684 1.9211383999999998 -1.9545642 1.9395409 +47 3.3787443999999995 2.179019 -0.91624358 -0.41637039 0.33067307 0.89791961 -1.6635508999999997 1.7363824 1.7369662000000001 1.11649 1.9035913 -1.6333999 1.9210428 +48 0.80693938 0.32465473 0.23514845 -0.037536077 -1.7019715 -0.90111433 -0.63630092 -3.1022132 -3.1042674999999997 -2.7026251 -6.2840931 -0.43190144 -6.2717042 +49 -0.39367177 -6.234596400000001 -3.7834198 1.0671608 -3.8289142999999997 -2.9668157 -2.7103755 -4.1748791 -7.4976304 -7.0340565999999995 -10.935063000000001 -2.7587349999999997 -10.922333 +50 0.96005691 0.68501991 1.9936266 -0.35761431 -1.5511816999999999 -0.78721761 -0.53169842 0.64456861 0.64495257 -2.8488479 -6.507104200000001 -0.36484889 -6.494693 +51 0.96371697 0.67220311 1.5153662 -0.33800071 -1.5601021000000002 -0.80491713 -0.54940786 0.61077223 0.61106201 0.44834138 -1.4579133 -0.38409508 1.229416 +52 3.6765451000000002 2.3641456 -0.91927049 -0.33722872 3.9969771 -0.56471694 -2.3767454 1.8560976000000002 1.8566975 1.1738494 1.9357491999999998 -2.4157786 1.9549761000000003 +53 0.60305507 -1.5883075 -0.74670184 0.54442249 -0.55740139 -2.9538086 -2.6977749 -4.6784548 -4.6794209 -4.2320427 -8.0559743 -2.7575548999999997 -8.043313900000001 +54 -0.35124265 -6.2586792 -3.7969633000000003 1.0598752 -1.9643685000000002 -4.2317263 -3.9776992 -4.187179799999999 -7.5099116 -7.046315700000001 -10.947417999999999 -4.0838509 -10.934689 +55 2.1238078999999996 1.4123877 2.2941463 -0.53116273 2.5358557999999998 -1.1102753 -0.84577965 1.2171439 1.2176759 -2.4910499 -6.0747686 -0.6781743 -6.0624825 +56 2.1196747000000005 1.3979674 1.4682743 -0.51591584 2.517419 -1.1264646 -0.8621528 1.1803967 1.1808676000000002 0.80763597 -1.0795026 -0.69700237 1.6765299999999999 +57 0.72739232 -1.1194433000000001 -0.48614459 0.39591657 -0.25998931 0.40865332 -1.8515041 -4.2843447 -4.2858686 -3.8448851000000004 -7.6378652 -1.8440456000000003 -7.625141800000001 +58 -0.37769802 -6.2437362 -3.7887974 1.0642789 -1.9908932000000001 -1.1859778 -2.8536074 -4.1796006000000006 -7.5023474000000006 -7.0387651 -10.939810000000001 -2.9183017 -10.927081 +59 3.1144511 2.0268636000000004 2.5061417 -0.47390394 3.6825502999999995 2.6727953999999996 -1.2798671 1.6618451 1.6624583 -2.2449597000000003 -5.7650707 -1.1994021000000001 -5.7528805 +60 3.0897417000000003 2.0018366999999997 1.4724997 -0.47343065 3.6565506 2.661608 -1.2812768 1.6247969 1.6253666000000002 1.0575151000000003 -0.91410652 -1.2010073 1.880134 +61 -0.70825063 -7.435276299999999 -6.5586049 1.2959015 -2.4660743 -1.6525419999999997 -1.3908485000000002 -7.5853432000000005 -10.908553 -10.442549 -14.354982999999999 -1.2837882 -14.342220000000001 +62 -0.5084785 0.09531903300000001 0.31894271 0.012337785 -1.1178132 -0.38229007 -0.12768425 -3.2661265999999998 -3.2680535 -6.1782169 -10.066772 0.078263923 -10.054083 +63 -0.50837581 0.09525251800000001 0.31817729 0.012444067 -1.1180858999999999 -0.38249911 -0.12785273 -3.2662501 -3.2682287 -2.8564716 -8.9553786 0.07832669 -6.4820901 +64 -0.83672481 -6.0345989 -3.6631650000000002 1.1303786 -2.4301909 -1.6180508999999998 -1.3575529 -4.0699152000000005 -7.392738499999999 -10.251291 -14.163541 -1.2480623 -14.150792000000001 +65 -0.83668989 -6.0346753 -3.6633068 1.1303732 -2.4302 -1.6180533000000001 -1.3575541000000002 -4.0699440000000005 -7.3928142999999995 -6.929438900000001 -13.289075 -1.2480612 -10.816842 +66 -0.0037554497 0.0063144356 1.6817502 -0.043633492999999995 0.022451072000000002 0.022252282999999998 0.018831979 0.076013945 0.07621162 -3.2622999 -9.4407842 0.016988186000000002 -6.967801 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.5628018 1.1858312 -0.47580403 -0.2936996 -2.0605505 -1.1945213 -0.91542247 0.79388664 0.79419023 0.55283703 1.1028332 -0.77560402 1.1087748 +2 -1.1471641000000001 -3.3483703 1.1034965 0.42085979 -1.9646247 -1.1022462 -0.82734037 -0.95576283 -0.95583178 -0.69695311 -2.30135 -0.69325619 -2.2985535 +3 -0.10824661 -0.01897926 -2.8601555 0.064279833 -0.123066 -0.044872603 -0.026218776000000003 -0.15647534 -0.15608447 -0.09785410800000001 -0.31705335 -0.020760173 -0.31588196 +4 -0.60950197 -0.66719834 0.61546237 -3.0485919999999997 1.2926176999999999 0.91462457 0.83191417 -0.34835975 -0.34856824 -0.29987714 -1.1273 0.86659515 -1.1174963 +5 0.91355992 0.66146027 -0.40478404 -0.26249347 -1.7004388 -0.8521976 -0.57615703 0.45889265 0.45909489 0.33586936 0.80895878 -0.41050301 0.80950429 +6 2.0247449 1.3864113999999998 -0.55387213 -0.44273385 2.3722103999999997 -1.1731566999999998 -0.88714793 1.0137346 1.0141142 0.6912668 1.2342853999999999 -0.71629134 1.2445955 +7 2.9727335999999998 1.9789508000000002 -0.59502311 -0.39691837 3.5131108999999996 2.6104928 -1.3129966 1.4446743 1.4451495 0.9339775 1.4203803 -1.2273219 1.4383121 +8 -0.64340665 0.06674211599999999 0.37062753 -0.045058043 -1.0255994000000002 -0.27452236 -0.042183211 -3.2351202000000003 -3.2371257 -2.7634066 -6.6666536999999995 0.061093064 -6.652411 +9 -0.98282829 -5.506816400000001 -3.379944 1.1436992 -2.5347842999999997 -1.6271016999999999 -1.3447761 -3.7069153 -7.029594099999999 -6.4966669999999995 -10.707433 -1.2258665000000002 -10.692717 +10 -0.034059281000000004 0.042205754000000005 2.2793857999999996 -0.44136274 0.17987441 0.17916103 0.17395512 0.65698243 0.65731308 -2.8463293 -6.7951368 0.18932446 -6.780753999999999 +11 -0.0089245434 -0.010727891000000002 1.7164256999999998 -0.24863106 0.13616446 0.1075734 0.091657276 0.40263707 0.40281946 0.29089605 -1.9825473000000002 0.07989785 0.70287223 +12 -2.6042427000000004 -2.7732256 1.0643053999999998 0.44059498 -3.637608 -2.6854028 -2.4044613 -0.86302938 -0.86306437 -0.61944456 -2.0927185 -2.4230812999999998 -2.0900093999999996 +13 -1.5992618 1.1781141000000002 -3.5225957 -0.3042769 -2.0535064999999997 -1.1842423 -0.90408135 0.78248274 0.7830288 0.55545822 1.1105770000000001 -0.75896443 1.1165268 +14 -2.9956240000000003 0.078854303 0.098582291 -3.2294885 0.07644912 0.029644981 0.021435827 -0.017359064 -0.017371512 -0.029775739 -0.11806524 0.025103529 -0.11710499 +15 -0.14652537 2.2415828999999996 -0.55232984 -0.22030839 -2.5209599999999996 -1.6073308000000002 -1.3221626 1.5573188999999998 1.5578067 0.98093802 1.4462033 -1.223791 1.4655444 +16 0.78996228 3.014907 -0.55134261 0.19210977 0.063969097 -2.3958102 -2.115413 2.0164548 2.0170074000000002 1.1913855 1.5566521999999998 -2.1228987999999998 1.5823433999999998 +17 0.56410827 2.8161217 -0.55432341 0.061921464 -0.061697249 0.64379443 -1.7702811 1.9098511999999999 1.9103932000000001 1.1459198 1.535179 -1.7430306 1.5595338 +18 -1.6423804 1.3740350000000001 0.98031493 -0.34818574 -2.0431584 -1.1509989999999999 -0.86606248 -2.3466058999999997 -2.3479042999999997 -1.9229724 -5.499371 -0.69524551 -5.485772900000001 +19 -2.7598298999999997 -5.204416200000001 -3.2143577999999997 1.2324161 -4.5113655 -3.5478086 -3.2687912 -3.5372922999999994 -6.859875 -6.327501 -10.535689999999999 -3.3358227 -10.520973 +20 -1.5899718 1.2600707 2.6170369 -0.56411117 -1.8925753 -1.0199174000000002 -0.74019266 1.2865788 1.2870445 -2.4734967999999995 -6.3372343 -0.5809641 -6.3229522000000005 +21 -1.6007252 1.1576973999999998 1.7206414 -0.41118356 -2.0225486 -1.1616796 -0.88316345 0.9995418 0.99990657 0.67462718 -1.5307419 -0.74035618 1.2268861 +22 -0.982158 -4.3552328000000005 -0.9895554 0.93228224 -2.3541277999999997 -1.4525636 -1.1703069 -2.3972136 -2.3966176 -1.9625593999999997 -5.6362752 -1.0386778 -5.622368799999999 +23 -2.4495892999999995 -4.051161100000001 1.0993956 -2.7811432999999997 0.55733499 0.54612848 0.54931149 -1.0526817 -1.0527939 -0.78180088 -2.4626634 0.61885442 -2.4599802000000004 +24 -0.29642408 -3.0775987000000002 1.0894844 0.30898022 -2.995039 -2.0544241000000003 -1.7723267 -0.92145116 -0.92150086 -0.66780838 -2.2224552 -1.7270324000000001 -2.219811 +25 -0.10475366 -3.0542761 1.0879493999999998 0.2780048 -0.89742354 -3.1848531 -2.9071629 -0.91956891 -0.91961507 -0.66623656 -2.2173925 -2.9656743 -2.2147634999999997 +26 -0.16575997 -3.0583763 1.0882988999999998 0.28765136 -0.96281606 -0.14150303 -2.1581931 -0.91959473 -0.91964216 -0.66624334 -2.2178376 -2.1685061 -2.2152057000000003 +27 -0.86454683 -6.692216800000001 -2.7610803 1.2908128 -2.5655556 -1.6560393 -1.3724114 -7.0021947 -7.002722 -6.4699215 -10.680053 -1.2554061 -10.665344000000001 +28 -1.0075671 -9.3936229 -3.9192 1.2048236 -2.6166685000000003 -1.7055006000000001 -1.4231209999999999 -4.2627709000000005 -7.5852944 -7.050940299999999 -11.268448 -1.3103692 -11.253713000000001 +29 -1.2167973 -3.1867019 1.5382653999999998 0.2456844 -1.8722004 -1.0083773999999999 -0.73225502 -0.62702213 -0.62667197 -3.759292 -7.8411922999999994 -0.58327532 -7.8266964 +30 -1.2052496000000001 -3.1544349 1.5567423 0.22808967 -1.8578361 -0.99761891 -0.72155268 -0.60244769 -0.6022563 -0.41125056 -3.7415557 -0.57167848 -1.1682236000000001 +31 -0.76478443 -0.77846609 -2.0915625 -2.7996673 1.2300115 0.83792216 0.74598582 -0.79846899 -0.79827121 -0.67445916 -1.7571927999999999 0.7787828 -1.7471584 +32 0.84310104 0.64802197 -3.4323038999999995 -0.24909708 -1.7112663000000001 -0.85886808 -0.58142773 0.39656927 0.39706953 0.30872771 0.77576458 -0.40989681 0.77557272 +33 1.9769552 1.3571090000000001 -3.5770129999999996 -0.43778189 2.3563522 -1.1793333000000001 -0.89332397 0.96723981 0.96782315 0.67147571 1.219571 -0.72334881 1.2292508999999998 +34 2.9370958 1.9498659 -3.6168772000000002 -0.40178018 3.4999483000000002 2.6074303 -1.3129501000000001 1.4087951 1.409422 0.91962364 1.4129795 -1.2273213 1.4304406 +35 -0.65188387 0.11916445 -0.79117307 -0.0056350095 -1.1573841999999999 -0.35005195 -0.084772465 -3.3074388 -3.3085137000000002 -2.8303107999999995 -6.760817200000001 0.08708436 -6.7464955 +36 -0.97142465 -5.4750252999999995 -4.985889299999999 1.1698951000000002 -2.5483208 -1.6406571 -1.3585207000000001 -3.6755513 -6.9971357 -6.4642155 -10.675184 -1.2415873 -10.660428 +37 -0.11288029 0.031916143 0.30445304 -0.10558573 -0.039548405 0.034807016 0.050380655 0.12625014 0.12672638 -3.2026785 -7.2137519 0.064335527 -7.199258 +38 -0.1033402 -0.017221043000000002 -0.6915154 0.0027215620000000003 -0.075526762 -0.014286968999999998 -0.0024560273 -0.045116019 -0.0447015 -0.014424427 -2.6521884 -0.0016846366 -0.031531902 +39 0.06987478400000001 -0.08928070699999999 0.21557197 -3.2191098 -0.83898448 -0.066911928 0.18623099 -0.076289553 -0.076327407 -0.089123671 -0.40347979 0.37926412 -0.3981054 +40 1.5100221 0.95895208 -0.39884183 -3.5869263 3.7177142 -0.66283384 -0.37630513 0.65071634 0.65100614 0.42476521 0.84638824 -0.11939987 0.85198834 +41 2.9588126 1.9698031000000003 -0.59477294 -3.7210852999999995 4.152305200000001 2.7528516 -1.294904 1.4382913 1.4387656999999998 0.93054663 1.4180903999999999 -1.2069165000000002 1.435914 +42 -1.6395205000000002 -0.77286161 -0.095195133 -2.8722048 1.4084381000000001 0.98515392 0.85061107 -3.9049047999999997 -3.9084369 -3.4206277000000003 -7.392787400000001 0.83477256 -7.378489699999999 +43 -2.3600833999999997 -5.3008752999999995 -3.2670412 -2.1001034 -0.02907962 0.20741393 0.27466049 -3.5831242 -6.9064511 -6.3738852 -10.582998 0.3533958 -10.568276 +44 -0.53707385 -0.66825378 2.0188611 -3.3988962999999996 1.5172195 1.0691033 0.94845574 0.20755096 0.20776359 -3.1917946 -7.184487799999999 0.93888845 -7.170095 +45 -0.54032666 -0.66673562 1.7624241000000003 -3.2983879999999997 1.4861265 1.0335862 0.91440205 0.08062676099999999 0.080681364 0.02985846 -2.6654066000000003 0.91241622 -0.010478718 +46 3.4262935 2.2661455000000004 -0.60093067 -0.29573691 0.24216983 -2.2592725 -1.9801098999999998 1.6360711000000001 1.6365733 1.0307921999999998 1.4787813 -1.9750463 1.4997378000000001 +47 3.2759584 2.1715891 -0.59979898 -0.33511759 0.18871816 0.85120517 -1.6927896 1.5753479 1.575842 1.0012537000000001 1.4620464 -1.6570057 1.4820877000000001 +48 0.51628686 0.66853621 0.64919526 -0.32784336 -1.7447573 -0.85630167 -0.56857195 -2.7896928 -2.7910222 -2.3356929 -6.1363889 -0.3358838 -6.1222945 +49 -0.51727419 -5.7132445 -3.4821927 1.0831226999999999 -3.9156417 -2.9569929 -2.6785501 -3.817078 -7.139619099999999 -6.606391 -10.818545 -2.7174821 -10.803831 +50 0.89132952 0.72836157 2.4869072 -0.61458325 -1.5322353000000002 -0.68310636 -0.40751357 1.0373546999999999 1.0377756 -2.6115082999999997 -6.510258599999999 -0.22421392 -6.4959372 +51 0.89872552 0.64210681 1.7082235000000001 -0.42379171 -1.6441806 -0.80484267 -0.53037651 0.74715935 0.74746085 0.51867503 -1.6796046000000002 -0.36587548 1.0502496000000001 +52 3.5713102999999995 2.3564950000000002 -0.60157035 -0.25314536 3.853991 -0.61636822 -2.407234 1.6919194 1.6924288 1.0570334 1.4929449 -2.4408432999999996 1.5147062 +53 1.4179511999999999 0.67218492 0.60976964 -0.39756916 1.5955613000000002 -1.3909642 -1.1061762 -2.7813470000000002 -2.7824327 -2.3251748 -6.141643900000001 -0.98333019 -6.1274203 +54 -0.47096258 -5.7388955 -3.4939672999999996 1.0756934999999999 -2.0455864 -4.219778 -3.9438681000000004 -3.8303705000000003 -7.152891400000001 -6.6196308 -10.83193 -4.0429781 -10.817217 +55 2.1578127 1.5416463 2.7202259 -0.60606887 2.6438071 -1.0514483000000001 -0.764669 1.4714120000000002 1.4719195 -2.3806734 -6.2162368 -0.5731302 -6.202019 +56 2.1077527999999996 1.4463840000000001 1.7353227 -0.50013187 2.4909904999999997 -1.1480955 -0.86182255 1.2150121 1.2154408 0.7925515 -1.4553163 -0.68433424 1.3206748 +57 1.4639491000000002 0.42377313 0.50077125 -0.34595907 1.5875716999999998 1.8413616000000002 -1.4312635 -2.958644 -2.9596158 -2.4930852000000003 -6.3630057 -1.3623896 -6.3486975 +58 -0.49904575 -5.723593599999999 -3.4871944999999998 1.0800833 -2.0736001 -1.1741745000000001 -2.8357959 -3.8224962 -7.1450321 -6.611789999999999 -10.824008000000001 -2.8924623 -10.809294 +59 3.2773477999999994 2.2629384999999997 2.9057209 -0.35878976 3.7154334 2.6673935 -1.3062109 1.8385883 1.8391495 -2.2041601 -5.984354799999999 -1.2195866000000002 -5.9702167 +60 3.1175694 2.1037993999999998 1.7674134 -0.3796983 3.5877147000000003 2.6295866 -1.3107341000000001 1.6156061000000002 1.616113 1.0106445 -1.3254165 -1.2247348999999998 1.4817999 +61 -0.85302047 -7.3336654999999995 -6.695746400000001 1.3567751000000001 -2.6128387 -1.7025268 -1.4191386000000001 -7.6441464 -10.967345 -10.430314 -14.660492999999999 -1.3063969 -14.645707999999999 +62 -0.64298906 0.065869675 0.36700539 -0.044185995 -1.0245478000000001 -0.27414674 -0.042253305 -3.2363522999999996 -3.2382042 -6.086371700000001 -10.288697 0.06032063 -10.274001 +63 -0.64336633 0.065938738 0.36708869 -0.044260409 -1.0259751 -0.27494494 -0.042642705 -3.2363382 -3.2382389 -2.7644897999999998 -9.1299687 0.060485205 -6.654420399999999 +64 -0.98289436 -5.506655599999999 -3.3796413999999997 1.1437055 -2.5347652000000003 -1.6270959999999999 -1.344773 -3.7068079 -7.0294337 -9.8184352 -14.047819 -1.2258693 -14.033078 +65 -0.98282859 -5.5067765 -3.3798434 1.1436950000000001 -2.5347807 -1.6270982 -1.3447726 -3.7068887999999998 -7.0295546 -6.4966276 -13.166970000000001 -1.2258626 -10.692719 +66 -0.034037727999999996 0.041354666 2.2779884999999997 -0.44052136 0.17976142 0.17872945 0.17335965 0.65573216 0.65606613 -2.8473102999999997 -9.257878999999999 0.18841841 -6.7825034 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.7004080000000001 1.2041711000000002 -0.14592601 -0.15427542 -2.2718562999999996 -1.295556 -0.98405585 0.54114254 0.54131824 0.36824251 0.54507221 -0.83245271 0.55299498 +2 -1.5144313 -3.2299107000000005 0.33463374 0.23050735 -1.2584902 -0.71452951 -0.58241832 -0.47906209 -0.47898431 -0.32487712 -0.90327964 -0.60016631 -0.90057773 +3 -0.28609676 -0.03708233 -2.9095484000000003 0.15555118 -0.25261809 -0.09822807800000001 -0.056238922000000004 -0.34473115 -0.34446943 -0.20399083 -0.45069229 -0.037603585 -0.4520402 +4 -0.44229143 -0.56913842 0.18550565 -3.1127488 1.2088953000000002 0.90255667 0.837413 -0.22010278 -0.22020759 -0.18442419 -0.52134343 0.87288485 -0.51882245 +5 0.83603231 0.65655281 -0.12615005 -0.18553356 -1.8734776000000002 -0.91811521 -0.6106431 0.31905 0.31916747 0.22392797 0.3734761 -0.43644631 0.37742766 +6 1.9213078999999997 1.4279283 -0.20629333 -0.31635315 2.2269373 -1.2382908000000001 -0.91797102 0.80209253 0.80234776 0.52602091 0.68290469 -0.72578563 0.69577504 +7 2.8544332000000003 2.0302697 -0.22409642 -0.22952651 3.3530523999999997 2.5350682 -1.3661534 1.1936178 1.1939531 0.74244837 0.83550235 -1.2623838 0.85518235 +8 -0.76766088 0.079044684 1.2280138 -0.46411041 -0.25391066 0.10751002 0.18141905 -2.7961955 -2.7977842999999996 -2.23513 -6.2073654000000005 0.21994492 -6.193746599999999 +9 -1.3791944999999999 -2.8830374 -1.0415883 0.60790935 -2.2052093 -1.2068938999999999 -0.89043316 -1.4671406 -4.7893854000000005 -4.1485203 -8.590796899999999 -0.70035486 -8.5764048 +10 -0.08337187900000001 -0.06936159900000001 3.0350639 -1.3947456 0.45544374 0.49395915 0.50925012 1.5595417 1.5599359 -2.4092362 -6.541535400000001 0.58860671 -6.5274327 +11 -0.010169652 -0.029676425 1.8670106 -0.6809726 0.30548886 0.26952152 0.25115558 0.87924185 0.87950823 0.55957275 -2.0656198 0.26036117 0.71249574 +12 -2.99895 -2.3417564 0.26923763 0.24625703 -3.4417571000000002 -2.4041802000000003 -2.0864606 -0.42124124 -0.4211389 -0.2839394 -0.76420701 -1.9866031000000002 -0.76219352 +13 -1.8108529999999998 1.1423223 -3.356957 -0.16730788 -2.2562892000000003 -1.2713645 -0.95735853 0.46702455 0.46741461 0.34560185 0.53327053 -0.7954425 0.54041878 +14 -3.0085534 0.15641445 0.040343265 -3.2244968999999997 0.02553092 0.015446726000000001 0.015936991 -0.030117801 -0.030132995 -0.026170332999999997 -0.052722081 0.023803615 -0.053045852000000004 +15 -0.29694803 2.3008108 -0.18939808 -0.032328336 -2.7146764 -1.6842697 -1.3648536 1.2581004 1.2584396 0.76671394 0.84784172 -1.2468687 0.86823718 +16 0.62454614 3.0626659 -0.17798804 0.39987041 -0.13876848 -2.4822135 -2.1675953999999997 1.6920471999999998 1.6924455000000003 0.96324707 0.94800305 -2.1569576 0.97428384 +17 0.40107877 2.8642646000000003 -0.18318684 0.26439882 -0.25882485 0.56240637 -1.8225058 1.5905399 1.5909284 0.92051196 0.92826612 -1.7770584999999999 0.95330059 +18 -1.9036723999999998 1.4132791999999998 1.5939254999999999 -0.46243437 -2.1156355 -1.1126334999999998 -0.79340583 -2.2617995 -2.2629237 -1.740952 -5.399197200000001 -0.58873812 -5.386352 +19 -2.8390701000000003 -2.5636582000000003 -0.89220326 0.59440345 -3.7968339999999996 -2.7194537999999997 -2.4016028 -1.2976776 -4.6196535 -3.9827576000000002 -8.4042426 -2.3911231 -8.389880300000002 +20 -1.7726133999999998 1.3098106000000003 3.1334333 -0.88579495 -1.8094595000000002 -0.83452718 -0.52151619 1.7025514 1.7029634999999999 -2.3531865 -6.4637884 -0.31622566 -6.4497169 +21 -1.7548004000000001 1.1965624 1.9371918999999997 -0.53463126 -2.0790461 -1.1136434 -0.80258703 1.1445151000000002 1.1448316 0.70550736 -1.9733275000000001 -0.63597444 0.82614085 +22 -1.2606124 -3.4279799 -1.503418 0.74088334 -2.3017305 -1.2959133 -0.98031223 -1.5611999 -1.5607287 -1.1171972 -4.0915550000000005 -0.81163092 -4.0805542 +23 -2.5200023999999996 -3.8901112999999996 0.36736759 -3.0227663 0.76397476 0.63580404 0.62222315 -0.50372612 -0.5036618 -0.34541898 -0.9833523 0.69626724 -0.9799639 +24 -0.68213728 -2.676215 0.29542013 0.14089965 -2.8939067 -1.8735182000000001 -1.5572177 -0.4485173 -0.44842411 -0.30230391 -0.82478059 -1.4212816000000001 -0.82247652 +25 -0.204642 -2.4637075 0.27558433 0.070600047 -0.17666095 -2.7427755 -2.4279246 -0.43353528 -0.43343362 -0.29087379 -0.78512874 -2.3997707999999998 -0.78303941 +26 -0.20165659 -2.4437924 0.27352322 0.06924657 -0.16144502 0.42108119 -1.9694558999999998 -0.4319834 -0.43188146 -0.28980592 -0.78182831 -1.9373251 -0.77974365 +27 -1.5841212 -3.3163989000000003 0.49398537 0.23506147 -1.9585953999999999 -0.9851711 -0.67315444 -3.8200941 -3.8201406 -3.2092711 -7.4870738 -0.48886608 -7.4729542 +28 -1.3389784 -7.4689704 -2.1426352000000004 1.0404679000000001 -2.6379023 -1.6118477 -1.2939776 -2.6835697999999995 -6.0055667 -5.3463943 -9.8805335 -1.1430748 -9.865992 +29 -2.0309938 -3.1884672999999997 2.953712 -1.7250816000000002 -0.42683114 0.088026746 0.2242321 1.4434854 1.4439511 -2.4555755 -6.6053743 0.33752924 -6.5912431 +30 -1.7613316000000003 -3.1898977000000004 1.7896895 -0.65220562 -0.73517067 -0.27891714 -0.17501631 0.60948152 0.60983807 0.4034009 -2.1997948 -0.17227795 0.55352291 +31 -0.88034906 -0.73197716 -2.4308904 -2.7718865000000004 1.0830616000000002 0.79692912 0.73466189 -0.81901399 -0.81888555 -0.61320949 -1.8378491999999997 0.77987487 -1.8284227 +32 0.64560452 0.61598659 -3.2838230000000004 -0.12662973 -1.9035419999999998 -0.93684972 -0.62587369 0.12499032 0.12534075 0.13084412 0.26759131 -0.43842728 0.26896603 +33 1.7746263 1.330782 -3.4259359 -0.30167619 2.1711792 -1.2591496000000002 -0.93885882 0.65687134 0.65729757 0.46269731 0.63757036 -0.7497745 0.64848273 +34 2.7316577 1.9226929 -3.4555985000000002 -0.25415859 3.3068573 2.5228867999999998 -1.3670379 1.0758816999999998 1.0763489 0.69470735 0.81029662 -1.2634791 0.82850791 +35 -0.85487721 0.16728395 -1.1624806 -0.02996338 -1.0780208999999998 -0.24560673 0.0020969794 -3.3732817 -3.3744108 -2.7727122000000004 -7.005161800000001 0.12151124 -6.9909533999999995 +36 -1.1794285 -4.2572264 -5.1960398 1.1980966999999998 -2.6343215 -1.6137525 -1.2975987 -2.7947322 -6.116447900000001 -5.4541675000000005 -10.004366000000001 -1.1549011 -9.9896576 +37 -0.30582687 0.025115962999999998 -0.48086339 -0.12982831 -0.13959894 0.021758622999999998 0.06569878 0.072280943 0.072638471 -3.2194316 -7.562074900000001 0.10614466 -7.547651200000001 +38 -0.28981146 -0.017235234 -1.2025508 0.0096727471 -0.17960756 -0.036583055 0.0014619329 -0.12410898 -0.12380734 -0.041126143 -2.7102777000000002 0.023803942 -0.04419732 +39 0.16268453 0.007407564300000001 0.050432495 -3.2324477000000003 -0.98623004 -0.10719521 0.1773356 -0.042870255 -0.042886923 -0.05579140900000001 -0.16654709 0.38431397 -0.16548519 +40 1.4850847 1.0644165 -0.15926265 -3.5187049 3.5849803999999996 -0.72926515 -0.40862048 0.52914557 0.52934068 0.33197832 0.45929499 -0.12997349 0.46715772 +41 2.8429021 2.0223464 -0.22411748 -3.5539300000000003 3.9468052000000005 2.6635644 -1.3503037 1.1886378999999998 1.1889726999999999 0.73982507 0.83386485 -1.2444735 0.85346262 +42 -1.4222531999999999 -0.64819857 0.98254672 -3.4461106 1.4987659 1.1283857 1.0120476999999999 -3.1586546 -3.1607955000000003 -2.5855213 -6.6177151 0.96725656 -6.604070699999999 +43 -2.6625818 -2.998293 -1.0831954 -2.6257049 0.37731009 0.51157136 0.53777278 -1.5155382 -4.8385498 -4.1968485 -8.6433268 0.59955615 -8.6289253 +44 -0.32723768 -0.58031426 3.0057036 -4.789955 1.9087579 1.6187851 1.4996833 1.5102146 1.5106025 -2.4303732000000005 -6.570243400000001 1.2077013 -6.5561319000000005 +45 -0.33202532 -0.56873424 1.8448376 -3.8912708 1.6059609 1.2229673 1.1114126 0.7417408 0.74197599 0.46654766 -2.1471063999999997 1.0430939000000001 0.6156535 +46 3.2893851 2.3131923999999997 -0.22303641 -0.11368231 0.05240569 -2.3358835 -2.0223497999999998 1.3656202 1.3659786 0.82783488 0.88430898 -1.9982281000000002 0.90662883 +47 3.1454619 2.2200964 -0.22383789 -0.15723697 0.0027105178000000002 0.77852876 -1.7417642 1.3107997 1.3111511 0.80158957 0.8700823 -1.6874764 0.89159832 +48 0.25071794 0.77973901 1.4378681999999998 -0.59366748 -1.7424394 -0.76583347 -0.45034728 -2.4872002999999996 -2.4883884999999997 -1.9460813000000001 -5.7880422 -0.22172041 -5.7746531999999995 +49 -0.54813752 -3.0624312000000002 -1.1273754999999999 0.56215222 -3.2734912 -2.2070574 -1.8885062 -1.5671338 -4.8891175 -4.2464711 -8.6978235 -1.8215835999999999 -8.683420800000002 +50 0.78506844 0.69779222 3.0888824 -1.1811808000000001 -1.4133296 -0.46736239 -0.15977933 1.6400806 1.6404857 -2.3772397 -6.4972712999999995 0.073250055 -6.4831873 +51 0.82838185 0.64529615 1.9062265 -0.67698968 -1.6662484 -0.72652588 -0.4207497 1.0343613 1.0346603 0.6451852 -2.0095128 -0.23348766 0.78133237 +52 3.4351248 2.4056174 -0.22208234 -0.065859342 3.6631337999999998 -0.70173685 -2.4593974 1.418401 1.4187659 0.85229484 0.89701182 -2.4750146 0.92007319 +53 1.4728668 1.3830561000000001 1.6102313 -0.57822223 2.2670147999999997 -1.1771903000000001 -0.85548458 -2.2198029999999997 -2.2206509999999997 -1.6995411 -5.3973801 -0.65256728 -5.3842568 +54 -0.37769575 -3.1349781 -1.1604802 0.55088971 -1.2202957 -3.3764731 -3.062277 -1.6066345 -4.9285543 -4.2854293 -8.7391421 -3.1029703 -8.7247383 +55 2.2211676 1.7290819 3.1950138 -0.68785676 2.8384313 -0.96289855 -0.64139703 1.7837973000000003 1.7842223999999998 -2.3234271 -6.4217022 -0.40316427 -6.4076592 +56 2.1167129 1.5843485000000002 1.9841054 -0.48897019 2.5212199 -1.1392711000000002 -0.81814245 1.3045014 1.3048533000000002 0.77607971 -1.9418963 -0.60645188 0.86630758 +57 2.0929916 1.4840563 1.6354678 -0.58049959 3.0721375 2.4568244 -1.3778088 -2.1719716 -2.1725986 -1.655146 -5.3303164 -1.2754832 -5.3172066 +58 -0.42992338 -3.1122429 -1.1502643999999997 0.5545741 -1.2693448 -0.31940187 -2.2907710999999997 -1.5942237 -4.9161672 -4.2731565 -8.7263184 -2.2849567000000004 -8.7119141 +59 3.516718 2.6647787 3.3238887000000004 -0.03513966 3.6610690000000004 2.6126584 -1.3571508999999997 1.953369 1.9538141 -2.261676 -6.334396400000001 -1.2521174 -6.320393900000001 +60 3.2127008 2.3565194 2.060587 -0.15296587 3.5269068999999997 2.578799 -1.3610313 1.6002885 1.6006851999999998 0.91804325 -1.8768299 -1.2565313 0.94886425 +61 -1.1032451 -6.803967299999999 -5.9945054 1.4530124 -2.7976297999999997 -1.7699285 -1.4522548000000002 -7.439864599999999 -10.762855 -10.090436 -14.688073999999999 -1.3197218000000002 -14.673352 +62 -0.76626124 0.07451065 1.2185368 -0.45699151 -0.25356503 0.10528375 0.1781985 -2.8035946 -2.805017 -5.5640765 -10.113891 0.21520448 -10.099260000000001 +63 -0.76730141 0.074881877 1.2196331 -0.45802234 -0.25536073 0.10511958 0.1785125 -2.8027352999999997 -2.804207 -2.2413589 -8.6796374 0.21583585 -6.2024181 +64 -1.3799284 -2.8791849 -1.0364473 0.606315 -2.2036404 -1.2055414 -0.88914044 -1.4634113000000002 -4.7855879 -7.4667379 -12.051451 -0.69927435 -12.036859 +65 -1.379533 -2.8798181 -1.0374075999999999 0.60640515 -2.2041277000000004 -1.2058360000000001 -0.88936695 -1.4640938000000001 -4.786294 -4.1454971 -11.048041 -0.6991359 -8.5733796 +66 -0.08566446400000001 -0.07274318 3.0766917 -1.4187252000000001 0.46094141 0.5016498 0.51803071 1.5797059 1.580103 -2.4007528 -8.9932801 0.5991061 -6.5169949 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.6983903000000002 1.2064698 -0.14715627 -0.15419916 -2.2717417999999996 -1.2951407 -0.98366843 0.54253591 0.54271183 0.36897979 0.54576778 -0.83208782 0.55371301 +2 -1.5162954 -3.2294948 0.33785442 0.23057662 -1.265335 -0.71666278 -0.5832993 -0.48027734 -0.48019997 -0.32530097 -0.90432349 -0.60057611 -0.9016303 +3 -0.28747503 -0.037239881 -2.9186387000000003 0.15536268 -0.25230167 -0.09799154800000001 -0.05599 -0.34467935 -0.34441771 -0.2038803 -0.44946655 -0.037308777 -0.45082905 +4 -0.4365867 -0.56584641 0.18651579 -3.1124508 1.2082853999999998 0.90236383 0.83728404 -0.21985825 -0.21996281 -0.18444037 -0.52176258 0.87271302 -0.51922856 +5 0.83616759 0.65656342 -0.1268612 -0.18572196 -1.8736331000000002 -0.91797527 -0.61052774 0.31942672 0.31954418 0.22416694 0.373774 -0.43637419 0.37773167 +6 1.9196133000000002 1.4264728000000002 -0.20732789 -0.31658962 2.2266341 -1.2382083000000002 -0.91793083 0.80193607 0.80219096 0.52594214 0.68283064 -0.7259063 0.6956987 +7 2.8528659 2.0288299 -0.22524275 -0.22981423 3.352924 2.5352759999999996 -1.3660807 1.1934693 1.1938043 0.74235617 0.83541809 -1.2624457 0.85509537 +8 -0.77037443 0.077313514 1.2329351999999998 -0.46411542 -0.25375162 0.10743299 0.18103374 -2.7975178 -2.7991069 -2.2364459 -6.2093084 0.21921544 -6.195689 +9 -1.3817228000000001 -2.8877097999999997 -1.0382204 0.60841738 -2.2062781000000005 -1.2079712 -0.8916512 -1.4705494 -4.792793700000001 -4.1519407 -8.5945845 -0.70226267 -8.580192599999998 +10 -0.083023084 -0.069560055 3.0405847 -1.3940324 0.45535517 0.49376866 0.50898489 1.5589153999999998 1.5593091000000001 -2.4095371 -6.5419645 0.58823712 -6.5278627 +11 -0.0098211727 -0.029866059 1.8714618000000003 -0.68026186 0.30543977 0.26932105 0.2508713 0.87848571 0.87875161 0.55910664 -2.0659674999999997 0.25995717 0.71207966 +12 -2.996562 -2.3402036 0.27182886 0.24602971 -3.4432758999999997 -2.4049815 -2.0873098999999997 -0.42219642 -0.42209439 -0.28418654 -0.76459483 -1.9886025 -0.76259207 +13 -1.8111618999999999 1.1425024 -3.3715462 -0.16752136 -2.2562581 -1.2710508 -0.95707709 0.46772916 0.46811899 0.34596893 0.53388535 -0.79524138 0.54104297 +14 -3.0068061000000004 0.15824836 0.04018428 -3.224354 0.025463385 0.015428626 0.015930784 -0.029849063999999998 -0.02986412 -0.026120845 -0.052680955999999994 0.023815507000000003 -0.053002666 +15 -0.29762564 2.3001749 -0.19076723 -0.032221189 -2.7150979 -1.6844431 -1.3650785 1.2583864 1.2587252 0.76678809 0.84783529 -1.247231 0.86823359 +16 0.6231969 3.0613349 -0.17934455 0.39962939 -0.13913313 -2.4823348 -2.1677677 1.6920176 1.6924154999999999 0.96317956 0.94792214 -2.1572704 0.97420148 +17 0.39988686 2.8631215 -0.18455567 0.26428586 -0.25920834 0.56227045 -1.8227398999999997 1.5905850000000001 1.590973 0.92047446 0.92819859 -1.7774278000000001 0.95323248 +18 -1.9045564 1.4124302 1.5994694 -0.46268246 -2.1163112 -1.1130771000000002 -0.79390601 -2.2623414 -2.2634654999999997 -1.741534 -5.4000237 -0.58941316 -5.3871792 +19 -2.8415416000000002 -2.5685648999999997 -0.88889515 0.59504307 -3.7993178999999997 -2.7216754 -2.4038863999999998 -1.3011716999999998 -4.623147400000001 -3.9862547 -8.4081581 -2.3936751 -8.393796 +20 -1.7701901999999998 1.3113728 3.1391099 -0.88418163 -1.8101705000000001 -0.8349847 -0.52202287 1.7022323000000001 1.7026438999999998 -2.35338 -6.464061599999999 -0.31688526 -6.449991000000001 +21 -1.7523324 1.1985127 1.9417316000000002 -0.53323609 -2.0797958 -1.1141370000000002 -0.80312898 1.1442294 1.1445455 0.70525072 -1.9735196 -0.63666087 0.82591693 +22 -1.2663262 -3.4304055 -1.4971076 0.74049094 -2.3007266 -1.2957359 -0.98046141 -1.5619381 -1.5614666000000001 -1.1180402 -4.0900181 -0.81325263 -4.0790468 +23 -2.5195391 -3.8863784 0.37069666 -3.0226917 0.76124768 0.63473164 0.62153857 -0.50489029 -0.50482635 -0.34583582 -0.98448454 0.69570889 -0.98110174 +24 -0.68161602 -2.6757787 0.29842334 0.14066322 -2.8947713999999998 -1.8738012 -1.5575103000000001 -0.44967662 -0.44958381 -0.3026843 -0.82562478 -1.4218568999999999 -0.82333066 +25 -0.20633666 -2.4655507 0.27871201 0.070661732 -0.18156824 -2.7437717 -2.4289718999999996 -0.43484762 -0.43474641 -0.29136622 -0.78632055 -2.4012889 -0.78423993 +26 -0.20392579 -2.4459353 0.27667326 0.069398326 -0.16693937 0.41934119 -1.9699708999999999 -0.43331909 -0.43321762 -0.29031567 -0.78307502 -1.9380214 -0.78099886 +27 -1.5855751 -3.3201959000000003 0.49681486 0.23641474 -1.9607027 -0.98691486 -0.67491349 -3.8239107000000003 -3.823957 -3.2130322000000002 -7.491627799999999 -0.49069625 -7.4775078 +28 -1.3406354999999999 -7.473785899999999 -2.1397021 1.0402421999999998 -2.6391923 -1.6128346000000002 -1.2950163000000001 -2.6870129 -6.0090089 -5.3498779 -9.8842272 -1.1443053 -9.8696861 +29 -2.033402 -3.1888231 2.9593618999999998 -1.724502 -0.42985888 0.08709920199999999 0.22359085 1.4424996 1.4429648000000002 -2.4559971000000003 -6.605990400000001 0.33678146 -6.5918599 +30 -1.7634412 -3.1903064999999997 1.7945151000000001 -0.65139645 -0.73904233 -0.28019379 -0.17585367 0.60805667 0.60841263 0.40265399 -2.2004625 -0.17318021 0.55272986 +31 -0.87579515 -0.72993688 -2.4384409 -2.771388 1.0824776000000003 0.79673429 0.73451165 -0.81903577 -0.81890715 -0.61354308 -1.8368738999999998 0.77969976 -1.8274498 +32 0.64501743 0.61574544 -3.2949773 -0.12695194 -1.9035734 -0.93659161 -0.62564206 0.12537887 0.12572912 0.13111444 0.26838917 -0.43825092 0.26976643 +33 1.7727502 1.3294831 -3.4379832 -0.30192962 2.1710241000000003 -1.2588834999999998 -0.93863398 0.65671021 0.65713602 0.46261372 0.63777832 -0.74971268 0.64868437 +34 2.730077 1.921389 -3.4680299 -0.25444705 3.3068758999999996 2.5232787 -1.3667686000000001 1.075733 1.0761998 0.69460002 0.8104406 -1.2633443000000002 0.82864421 +35 -0.86004391 0.16603835 -1.1550989 -0.030597983 -1.07217 -0.2426609 0.0034535393 -3.3733017999999997 -3.3744302999999998 -2.7728158 -7.005256500000001 0.12138802 -6.991049 +36 -1.1874497 -4.256532099999999 -5.1887645 1.1977568 -2.6330192 -1.6136511 -1.2978086000000002 -2.7936732 -6.1153877 -5.453249 -10.003169999999999 -1.1561926000000002 -9.988463000000001 +37 -0.3066918 0.024475782999999997 -0.47404638 -0.12994413 -0.13874542 0.022041499 0.065829242 0.072441116 0.072798488 -3.2194071 -7.5620424 0.10616369 -7.5476196 +38 -0.29062067 -0.017709508 -1.1986835 0.00979316 -0.17886197 -0.036374956 0.0015413738 -0.12424589 -0.12394444 -0.041290076 -2.7101496 0.023797093999999998 -0.044099925 +39 0.16632102 0.0092505859 0.050596250999999995 -3.2323654 -0.98664464 -0.10731666 0.17718981 -0.042396504 -0.042412932 -0.055616958 -0.1664231 0.38411948 -0.16535244 +40 1.4843926 1.0635803999999998 -0.16000287 -3.5187797 3.5846191 -0.72927904 -0.40868136 0.52922384 0.52941876 0.33200836 0.4592751 -0.13018255 0.46713998 +41 2.8416159 2.0211311000000003 -0.22525761 -3.5541256000000003 3.9466241 2.6636092000000002 -1.3503615 1.1886053 1.1889397 0.73978773 0.83381173 -1.2446712 0.85340848 +42 -1.4189504 -0.64891471 0.98743909 -3.4457592000000004 1.4980421999999998 1.1276135 1.011188 -3.1599803 -3.1621212000000005 -2.5868679 -6.6195102 0.96637447 -6.6058656000000004 +43 -2.6640228 -3.0024919999999997 -1.0796404 -2.6253799 0.37615996 0.51044597 0.5366521 -1.5187035 -4.8417142 -4.200027700000001 -8.6468609 0.59835687 -8.632459599999999 +44 -0.32118909 -0.57690715 3.0112571 -4.7883633 1.9079363 1.6182235 1.4992196000000002 1.5095954 1.5099828000000002 -2.4306900000000002 -6.5706882 1.2074344 -6.5565774 +45 -0.32584716 -0.56521708 1.849391 -3.8899439 1.6051371 1.2224152 1.1109023 0.74100098 0.7412357 0.46599346 -2.1476292999999997 1.0426834999999999 0.61504053 +46 3.2878602999999997 2.3117171 -0.22419244 -0.11401768 0.052199870999999995 -2.335827 -2.0223417 1.3654678 1.3658258 0.82773983 0.88422565 -1.9983650000000002 0.90654272 +47 3.143946 2.2186485 -0.22499319 -0.15755043 0.0024839316 0.77856711 -1.741766 1.3106577 1.3110087 0.8014998 0.87000123 -1.6876186000000002 0.89151463 +48 0.24844672 0.77789733 1.4429713 -0.59405685 -1.7431074 -0.76623647 -0.45079596 -2.4883178 -2.4895062 -1.9471968000000002 -5.789767299999999 -0.22231857 -5.7763778 +49 -0.55073986 -3.0674533 -1.1242020000000001 0.56266622 -3.2756812 -2.20898 -1.8904903000000002 -1.5707492 -4.8927325 -4.2500972 -8.7018205 -1.8238626 -8.6874181 +50 0.78566017 0.69752568 3.0944902 -1.1805813 -1.4138483999999998 -0.4676103 -0.16006835 1.6395842 1.6399887999999998 -2.3774824 -6.4976226 0.072809927 -6.4835394 +51 0.82890948 0.64508515 1.9107289 -0.67641592 -1.6667961 -0.72680217 -0.42106592 1.0337935 1.034092 0.64483319 -2.0097558999999996 -0.23394786 0.78104115 +52 3.4335487999999996 2.4040918999999996 -0.22323745 -0.066228769 3.6631592000000004 -0.70148813 -2.4592097 1.4182235 1.418588 0.85218794 0.89692287 -2.4749662 0.9199811 +53 1.4704694 1.3810115 1.6154273000000001 -0.57896391 2.2661984 -1.1773506999999999 -0.85569264 -2.2208197999999997 -2.221668 -1.7005548 -5.3990343 -0.65295239 -5.385910400000001 +54 -0.38059359 -3.1399159 -1.1572797 0.55140235 -1.2225433 -3.3784025 -3.0642617999999997 -1.6102091 -4.9321285999999995 -4.289015900000001 -8.7430939 -3.1051485 -8.7286903 +55 2.2193709 1.7275006000000002 3.2006394 -0.68810298 2.8378924 -0.96289043 -0.64143227 1.7833519 1.7837763999999998 -2.3236372000000003 -6.422012400000001 -0.40337641 -6.407970099999999 +56 2.1149542 1.5827705 1.9885792000000002 -0.48909485 2.5206763 -1.139303 -0.8182184 1.3039696000000003 1.3043208999999998 0.7757941 -1.9420699000000001 -0.60670856 0.86609995 +57 2.0906498 1.4818313 1.6406306 -0.58138172 3.0714028 2.4568052000000002 -1.3779523 -2.1730313 -2.1736587000000003 -1.6561959 -5.3320654 -1.2757533 -5.318954799999999 +58 -0.4327696 -3.1172017000000003 -1.1470704999999999 0.5550908 -1.271511 -0.32129409 -2.2922564 -1.5978082 -4.9197514 -4.2767526 -8.730281399999999 -2.2866592 -8.7158773 +59 3.5149717000000003 2.6631373 3.3295879999999998 -0.03558139 3.6610259 2.6129119 -1.3570612 1.9530485 1.9534931 -2.2618322 -6.3346333 -1.2521617 -6.3206316 +60 3.2109334 2.35487 2.0650859 -0.15333985 3.5267141000000004 2.5790015 -1.3609584 1.5998659 1.6002622 0.91782541 -1.8769566999999998 -1.256593 0.94871443 +61 -1.1053716 -6.8062133000000005 -5.9900880999999995 1.4520701999999999 -2.798412 -1.77046 -1.4528413 -7.440533 -10.763518 -10.091178 -14.688844 -1.3204596000000002 -14.674122 +62 -0.76898941 0.072785703 1.223452 -0.45698663 -0.2533856 0.10521468 0.17781866 -2.8049105 -2.8063331000000002 -5.5653854 -10.115263 0.21448161 -10.100634 +63 -0.77001422 0.073150547 1.2245416999999998 -0.4580228 -0.25520286 0.10504188 0.17812635 -2.8040609 -2.8055328 -2.2426779 -8.681578199999999 0.21510528 -6.2043637 +64 -1.3824638999999999 -2.8838705 -1.0331009 0.60683316 -2.2047057 -1.2066179 -0.89035853 -1.4668357 -4.7890117 -7.470173299999999 -12.054944 -0.70118449 -12.040352 +65 -1.3820591999999998 -2.8845027 -1.0340543 0.60692043 -2.2052017000000004 -1.2069181 -0.89058966 -1.4675143999999998 -4.789714099999999 -4.148929 -11.051839 -0.70104879 -8.577179800000001 +66 -0.08531264 -0.07293822 3.0822147999999996 -1.418004 0.4608491 0.50145598 0.51776196 1.5790779 1.5794743999999998 -2.4010518 -8.993706800000002 0.59873363 -6.517422900000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.6981535 1.2066848999999997 -0.14720319 -0.15419299 -2.271668 -1.2950995 -0.98364157 0.54263869 0.54281384 0.36903465 0.5458332 -0.83206711 0.55378007 +2 -1.5162785 -3.2294751 0.3379521 0.23055566 -1.2655326 -0.71675727 -0.58336299 -0.48035291 -0.48027457 -0.32535246 -0.90445934 -0.60062601 -0.90176605 +3 -0.28745001 -0.037169674 -2.9187151 0.15539279 -0.25218552 -0.097933633 -0.055943488 -0.34459221 -0.34432421 -0.20381225 -0.44934293 -0.037262792 -0.45070611 +4 -0.43636874 -0.56571689 0.18656471 -3.1124332999999997 1.2082976 0.90236314 0.83727923 -0.21985507 -0.21995921 -0.18444465 -0.52180659 0.87270605 -0.51927194 +5 0.83620478 0.65655945 -0.12689252 -0.18573513 -1.873577 -0.9179525 -0.61051946 0.31944603 0.31956299 0.22417743 0.37379656 -0.43637509 0.37775452 +6 1.9196453999999998 1.4264386999999998 -0.20737431 -0.31660995 2.2266668999999997 -1.2381883 -0.91792648 0.8019528 0.80220662 0.52594737 0.6828496 -0.72591736 0.69571795 +7 2.8529117999999998 2.0287936999999996 -0.2252945 -0.22984211 3.3529718 2.5353046000000004 -1.3660633999999998 1.1934895 1.1938229999999999 0.74236103 0.83543818 -1.2624412 0.85511579 +8 -0.77054232 0.077224383 1.233028 -0.46411904 -0.25388137 0.10738064 0.18098787 -2.7976007000000003 -2.7991905 -2.2365552 -6.2094474 0.21915812 -6.1958273 +9 -1.3817788999999998 -2.887998 -1.0382393 0.60845245 -2.2062811 -1.2080378999999999 -0.89174247 -1.4707864 -4.7930262 -4.1522003 -8.59485 -0.70241636 -8.580457199999998 +10 -0.083052573 -0.069584609 3.0407827999999997 -1.3940116000000002 0.45535193 0.4937557 0.50896702 1.558904 1.559296 -2.4095461 -6.5419642 0.58821433 -6.5278616 +11 -0.009817656800000001 -0.029877005 1.8716151 -0.68022415 0.30543877 0.26930828 0.25085398 0.87845713 0.87872187 0.55908376 -2.0659672 0.25993415 0.71207466 +12 -2.9963808999999997 -2.340163 0.27190286 0.24599901 -3.4433107000000005 -2.4050367 -2.0873814 -0.42226293 -0.42216006 -0.28423171 -0.76470101 -1.9887264 -0.76269824 +13 -1.8109785 1.1426473999999998 -3.3717271 -0.16748863 -2.2561663 -1.2709926 -0.95703351 0.46785407 0.46824645 0.34605073 0.53399368 -0.79520934 0.54115206 +14 -3.0064716000000002 0.15859949 0.040181272999999997 -3.2243313 0.025476082999999997 0.015424233 0.015925903999999998 -0.0298064 -0.029821382999999996 -0.026101967 -0.052655015 0.023815457999999998 -0.05297639 +15 -0.2975198 2.3002085 -0.19081815 -0.032216727 -2.7150543 -1.6844365000000001 -1.3650881000000001 1.2584368000000001 1.2587741000000001 0.76680741 0.84786457 -1.2472543 0.86826357 +16 0.62327586 3.0613269 -0.17939616 0.39961423 -0.13908373 -2.4823218 -2.1677708 1.6920568 1.6924529 0.9631929 0.94794888 -2.1572864 0.97422878 +17 0.39996987 2.8631222000000003 -0.18460747 0.2642762 -0.25916273 0.56228006 -1.8227448 1.5906257 1.5910118999999998 0.92048847 0.92822548 -1.7774455000000002 0.95325995 +18 -1.904497 1.4124072 1.5996401000000002 -0.46272071 -2.1162957000000002 -1.1130995000000001 -0.79394478 -2.262346 -2.2634713 -1.7415691000000002 -5.4000654 -0.58946707 -5.387220200000001 +19 -2.841565 -2.5688782000000003 -0.88891759 0.59508739 -3.7994232000000006 -2.7218181 -2.4040459 -1.3014155 -4.6233875 -3.9865212 -8.4084349 -2.3938521 -8.3940719 +20 -1.7699536 1.3115288999999999 3.1393262 -0.88409633 -1.8101473000000001 -0.83499679 -0.52205061 1.7022473999999999 1.7026573 -2.3533771 -6.4640457 -0.3169267 -6.449974299999999 +21 -1.7520753 1.1987059 1.9418968999999997 -0.53315222 -2.0797746 -1.1141510000000001 -0.80315856 1.1442393999999998 1.1445541000000001 0.70524756 -1.9735026999999998 -0.6367037 0.82593165 +22 -1.2669393 -3.4306017 -1.4969014999999999 0.74049153 -2.3004203 -1.2956444999999999 -0.98043388 -1.5619843999999998 -1.5614946 -1.1181006000000002 -4.0899494 -0.8134622 -4.0789800000000005 +23 -2.5194384 -3.8862143 0.37079965 -3.0227124 0.76114197 0.63466635 0.62148103 -0.50496389 -0.50489891 -0.34588712 -0.98462818 0.69565306 -0.98124512 +24 -0.6814983 -2.6757729 0.29851185 0.14063026 -2.8947748 -1.8738281000000003 -1.5575518999999998 -0.44975053 -0.44965682 -0.30273458 -0.82575037 -1.4219188999999999 -0.8234562 +25 -0.2063094 -2.4656416 0.27880556 0.070641425 -0.18173361 -2.7438346 -2.429051 -0.43492808 -0.43482601 -0.29142141 -0.78645955 -2.4013958 -0.78437883 +26 -0.2039234 -2.4460389 0.27676771 0.069381889 -0.16713058 0.419246 -1.9700197 -0.43340054 -0.43329821 -0.2903716 -0.78321618 -1.9380855 -0.78113991 +27 -1.5854968 -3.3204426 0.49668902 0.23652389 -1.9608681000000001 -0.98708492 -0.67508666 -3.8242305 -3.8242754999999997 -3.2133717999999996 -7.4920136 -0.49083438 -7.4778927 +28 -1.3406276000000001 -7.4740942 -2.1397734 1.040224 -2.6392203999999997 -1.6129053999999998 -1.2951049 -2.6872749 -6.0092572 -5.3501536 -9.8844985 -1.1444151000000002 -9.8699561 +29 -2.0334133999999997 -3.188825 2.9595015 -1.7244548 -0.42997347 0.087023824 0.22351641 1.4424268999999998 1.4428905 -2.456049 -6.6060383 0.33669586 -6.591907099999999 +30 -1.7634352999999998 -3.1903191000000004 1.7946386000000003 -0.65135502 -0.73917232 -0.28027607 -0.17593079 0.607961 0.60831608 0.40258063 -2.2005216 -0.17326596 0.55266122 +31 -0.87530941 -0.72967375 -2.4385027000000004 -2.7713278 1.0825287000000001 0.79676639 0.73453692 -0.81890958 -0.81877111 -0.61347201 -1.8367448 0.77972665 -1.8273203999999998 +32 0.64510368 0.61580508 -3.2951045 -0.12693333 -1.9034796000000003 -0.93653084 -0.62559579 0.12547491 0.12582906 0.13118453 0.26849264 -0.43821517 0.26987018 +33 1.7728128 1.3295025 -3.4381334000000003 -0.30191617 2.1710939 -1.2588201 -0.93858603 0.65678551 0.65721324 0.46266837 0.63785917 -0.74968152 0.64876526 +34 2.730169 1.9214107 -3.4681914 -0.25444012 3.3069682 2.5233587 -1.3667022 1.0758111000000001 1.0762787 0.69465408 0.81052033 -1.2632901 0.82872399 +35 -0.86044176 0.16604646 -1.1547613 -0.030635932999999997 -1.0712975 -0.24224265 0.0036486256 -3.3732335 -3.3743574 -2.7727793 -7.0051929 0.12140012 -6.990984599999999 +36 -1.1884688 -4.2562833 -5.188430599999999 1.1977787 -2.6326494 -1.6135656 -1.2977865 -2.7935288 -6.1151972 -5.4531049000000005 -10.002978 -1.156353 -9.9882683 +37 -0.30667607 0.024525299 -0.47369443 -0.12991982 -0.13863097 0.022096796000000002 0.065871158 0.07253016799999999 0.07289198200000001 -3.2193443 -7.561961599999999 0.10620232 -7.5475378 +38 -0.29058453 -0.017647408 -1.1984277 0.0098310714 -0.17874183 -0.036319915 0.0015825607999999998 -0.12416592 -0.12385936 -0.041232249 -2.7100597 0.023835107 -0.04401634 +39 0.16642732 0.009290734699999999 0.050607913 -3.2323605 -0.98659976 -0.10730477 0.17718768 -0.042388427 -0.042404776 -0.055615544 -0.16643238 0.3841109 -0.16536145 +40 1.4844438 1.063559 -0.16003401 -3.5187864 3.5846582000000002 -0.72925949 -0.40867771 0.5292376 0.52943174 0.33201111 0.45928525 -0.13019271 0.46715038 +41 2.8416767000000003 2.0211068 -0.22530901 -3.5541485 3.9466876 2.6636355 -1.3503527 1.1886315 1.1889645 0.73979543 0.83383341 -1.244675 0.85343057 +42 -1.4187874 -0.64894585 0.9875238 -3.4457322999999995 1.4980358 1.1275600000000001 1.0111184000000002 -3.1600731 -3.1622142999999996 -2.5869883999999996 -6.619647200000001 0.96630221 -6.6060019 +43 -2.6639894 -3.0027515 -1.0796486 -2.6253599 0.37611277 0.51036065 0.53655737 -1.518926 -4.841932 -4.2002725 -8.6471114 0.59825487 -8.632709199999999 +44 -0.32099816 -0.57680805 3.0114553 -4.7883 1.9079321 1.6181975 1.4991934 1.5095805 1.5099662 -2.4307015 -6.570691 1.2074235 -6.5565795 +45 -0.32560638 -0.56508287 1.8495501 -3.8898687999999995 1.6051362 1.2223924 1.1108745 0.74096636 0.74120006 0.46596201 -2.1476437 1.0426628 0.61501887 +46 3.2879207999999998 2.3116859 -0.22424496 -0.11404672 0.052264947 -2.3357972 -2.0223277 1.3654936000000002 1.36585 0.82774715 0.88424774 -1.9983643 0.90656523 +47 3.1440012999999998 2.2186152000000003 -0.22504561 -0.15757964 0.0025462747 0.77859438 -1.7417506999999999 1.3106816000000001 1.3110311000000001 0.8015063 0.87002274 -1.6876162000000001 0.89153653 +48 0.24841803 0.77781522 1.4430821000000003 -0.5940914 -1.7431 -0.76626366 -0.45083862 -2.4883783999999998 -2.4895678 -1.9472851000000002 -5.789881200000001 -0.22237385 -5.776491 +49 -0.55077049 -3.0677767000000005 -1.1242401000000002 0.56270138 -3.2757765 -2.2091117000000002 -1.8906387999999998 -1.5710071 -4.892985400000001 -4.2503769 -8.7021071 -1.8240341 -8.6877037 +50 0.7856785 0.69750239 3.0946925 -1.1805787 -1.4138111 -0.46760681 -0.16007986 1.6395819 1.6399846999999999 -2.3774872000000005 -6.4976167 0.07278562599999999 -6.4835328 +51 0.82894923 0.64507031 1.9108826 -0.67639793 -1.6667595000000002 -0.72679945 -0.42107817 1.0337781 1.0340753 0.64481858 -2.0097473000000003 -0.23397282 0.78104614 +52 3.4336129 2.4040619 -0.22328998 -0.066257698 3.6632286 -0.70145295 -2.4591903 1.4182506000000001 1.4186135 0.85219571 0.89694531 -2.4749595 0.92000399 +53 1.4704545 1.3809177 1.6155462 -0.57902615 2.2661829 -1.1773623 -0.8557203 -2.2208702000000002 -2.2217197 -1.7006332 -5.399140099999999 -0.65299663 -5.3860155 +54 -0.38064153 -3.1402359 -1.1573171999999998 0.55143717 -1.2226289 -3.3785262 -3.0644017999999997 -1.6104657 -4.93238 -4.289294 -8.7433789 -3.1053037 -8.7289743 +55 2.2193896 1.7274521 3.2008446 -0.68813356 2.8379103 -0.96287607 -0.64143361 1.7833584999999998 1.7837811999999997 -2.3236381 -6.4220011 -0.40339412 -6.4079582 +56 2.1149795 1.5827252 1.9887314999999999 -0.48911072 2.5206935 -1.1392912 -0.8182223 1.3039656000000002 1.3043154 0.77578667 -1.9420548 -0.60672922 0.8661128 +57 2.0906336 1.4817243 1.6407471999999999 -0.58145402 3.0713865 2.4567982999999995 -1.377966 -2.1730848 -2.1737135 -1.6562769 -5.332178 -1.2757793 -5.3190667000000005 +58 -0.43281421 -3.1175227000000003 -1.1471083 0.55512594 -1.2715896 -0.32141292 -2.2923682999999997 -1.5980652 -4.920003299999999 -4.277031200000001 -8.7305668 -2.2867889 -8.7161618 +59 3.5150068999999995 2.6630849 3.3297961000000003 -0.035626722 3.6610872000000003 2.6129452 -1.3570431 1.9530655 1.9535082 -2.2618287999999995 -6.3346160000000005 -1.2521562 -6.3206136 +60 3.2109666 2.3548183 2.0652365 -0.15337703 3.5267616999999998 2.5790311000000004 -1.360941 1.5998719 1.6002664 0.91782347 -1.8769375 -1.2565883 0.94873246 +61 -1.1054252 -6.806236 -5.9900593 1.4520018999999997 -2.7983925 -1.7704929 -1.4528926000000002 -7.440576700000001 -10.763518 -10.091204 -14.688851999999999 -1.3205261000000001 -14.674126999999999 +62 -0.76916622 0.072693278 1.2235385 -0.45698967 -0.25353371 0.10515758 0.17777152 -2.8049969 -2.8064202000000003 -5.5654981 -10.11536 0.21442436 -10.100729 +63 -0.77018208 0.073061435 1.2246337 -0.4580263 -0.25533288 0.10498948 0.1780805 -2.8041438999999997 -2.8056165 -2.2427873 -8.681716900000001 0.21504806 -6.204502099999999 +64 -1.382517 -2.8841658 -1.0331296 0.60686938 -2.2047135 -1.2066873 -0.89045194 -1.4670803 -4.7892518 -7.470440299999999 -12.055193 -0.70133673 -12.040600999999999 +65 -1.3821151000000003 -2.8847918999999997 -1.0340743000000001 0.60695605 -2.2052051 -1.2069851 -0.8906813 -1.4677524 -4.7899476 -4.1491894 -11.052105000000001 -0.70120286 -8.5774454 +66 -0.085342363 -0.072962794 3.0824127999999997 -1.4179833999999998 0.46084581 0.50144285 0.51774386 1.5790667999999999 1.5794616000000001 -2.4010605 -8.993706 0.59871064 -6.517421499999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.5225875 1.1498437 -0.10648752 -0.5273298 -1.7813883999999998 -1.1285863999999999 -0.89489491 0.82883157 0.82906099 0.50056025 0.52682442 -0.75270399 0.54141808 +2 -0.18905296 -4.819093700000001 1.6063892 1.4660568999999999 -2.2064288 -1.5226084999999998 -1.2888412 -2.6852847 -2.6858188 -2.1600729 -6.2467744000000005 -1.1857123 -6.2335115 +3 -0.0092131741 0.0011456347 -2.9614545 0.0011361583 -0.025483557999999996 -0.0054716655 -0.0009650527 -0.0059072206000000006 -0.0056003971 -0.0017767413 -0.0014266899 0.00032665433999999995 -0.0014941592000000002 +4 -0.75125153 -0.79253951 0.98357056 -2.6866197999999994 1.5806325 0.95639689 0.80006118 -0.66303176 -0.66332231 -0.53675938 -1.556961 0.79350491 -1.5495638 +5 0.90725479 0.6566238 -0.14094567 -0.42200587 -1.4330017 -0.80110745 -0.56978271 0.5144597 0.51462098 0.32972489 0.39354607 -0.40005776 0.40272872 +6 1.9126495 1.2797268999999998 -0.18501119 -0.70488744 2.5116673 -1.1467167999999999 -0.90966859 0.96169464 0.96196029 0.57488771 0.57618921 -0.76317394 0.59317612 +7 2.6211715 1.6896401 -0.19524943 -0.785892 3.5256758 2.5890655 -1.3255979 1.2270383 1.2273508999999998 0.7047521 0.65199353 -1.2605972 0.67301178 +8 -0.28979124 0.028740508999999997 1.9330900000000002 0.028299826 -0.97324535 -0.36748961 -0.14215386 -3.3144525999999996 -3.3162718 -2.7530392000000004 -7.070498 0.045035400999999996 -7.056818400000001 +9 -0.16830441 -5.0641185 -0.83819013 1.5740775 -2.2799477 -1.5944243 -1.3608832 -3.0688925 -6.391979599999999 -5.7600917 -10.441244000000001 -1.2640041000000002 -10.426996 +10 -0.015004991 0.01047367 2.9024976000000002 -0.06764033400000001 0.033701123 0.035864093 0.032335074 0.092965558 0.093078076 -3.2589099999999998 -7.715542299999999 0.032733492 -7.7015956999999995 +11 -0.005000216 -0.0082855662 2.2593072 -0.02662325 0.02342167 0.015045454 0.010504165 0.042082614000000004 0.042103351 0.026944601000000002 -2.6651862 0.005102559699999999 0.035624533 +12 -2.0570053 -4.481402 1.7373721999999998 1.5295541000000001 -4.2558444 -3.5168589 -3.2878284 -2.5160560000000003 -2.5165621 -2.0042402 -5.9996932 -3.3801037000000003 -5.986608 +13 -1.5247641 1.1490303999999998 -3.0533193 -0.52863935 -1.7808049 -1.1277357 -0.89395124 0.82891745 0.82932034 0.50142233 0.52778158 -0.75110582 0.54238921 +14 -3.0249237 -0.016053211 0.10254357 -3.1745932999999997 0.18559192 0.059025926 0.034775131 -0.0754721 -0.07550536599999999 -0.06752657 -0.12600242 0.035091166 -0.12708743 +15 -0.30702952 2.1316096 -0.11291117 -0.63796642 -2.31597 -1.6252697 -1.390133 1.4370101 1.4373508 0.79084317 0.69352487 -1.3244563 0.71707157 +16 0.38459583 2.7953427000000004 -0.10095149 -0.40708277 0.12937232 -2.5089568 -2.2788663 1.7549765 1.7553534 0.91895642 0.7509679 -2.3201289000000003 0.77820723 +17 0.18029622 2.5857943 -0.10587595 -0.50619981 0.0024829191 0.51639488 -1.8426415 1.6647449 1.6651139 0.88454187 0.73643644 -1.8425487 0.76270352 +18 -1.5382209 1.3083569 2.3601902000000003 -0.50828987 -1.8170378 -1.1416561 -0.90567882 -2.4721607999999997 -2.4733837000000003 -1.9679244999999999 -5.8840719 -0.75337378 -5.8712419 +19 -2.0632291 -4.7600741 -0.62449032 1.6538285 -4.3678102999999995 -3.6281981 -3.3993502 -2.9012773 -6.224336900000001 -5.5935557000000005 -10.269483000000001 -3.4949521 -10.255236 +20 -1.5381063999999998 1.1550931 3.2608992000000003 -0.56314694 -1.7675584999999998 -1.1021538 -0.86850099 0.87995586 0.88023793 -2.7939665000000002 -7.1441465 -0.72360106 -7.130347 +21 -1.5312411 1.1397473 2.2392992 -0.53414729 -1.7830868999999998 -1.1302041999999999 -0.89666671 0.83973406 0.83996706 0.50552446 -2.242091 -0.75455265 0.54313212 +22 -0.17195279 -5.1202182 -0.092304422 1.5646311000000002 -2.2743412 -1.5892347 -1.3557244 -3.0121024 -3.0117230999999998 -2.4629791 -6.697308099999999 -1.2585374 -6.6837482999999995 +23 -1.5850444 -4.8971778 1.6729381 -1.7641676 0.2478771 0.29003239 0.3152031 -2.6403653 -2.640925 -2.1185080000000003 -6.1834431 0.38398361 -6.1702183 +24 0.26930122 -4.946863099999999 1.5337235 1.4141736999999999 -3.5957844 -2.8633533 -2.6334566 -2.7682295 -2.7687619 -2.2372497000000005 -6.3606091 -2.6918751 -6.347284200000001 +25 0.31433215 -4.9654108 1.5246991 1.4082253 -1.7230288 -4.1231608 -3.8958211000000005 -2.7790157000000004 -2.7795461 -2.2473468999999997 -6.3749127 -4.0142378 -6.3615819 +26 0.28577575 -4.9536072 1.5303315 1.4119072 -1.7515009999999998 -1.0778528 -2.793984 -2.7722201 -2.7727524 -2.2409751 -6.3659882 -2.8684606 -6.3526607 +27 -0.030469769 -6.375439599999999 -0.31908785 1.7774161 -2.3418032 -1.6533779 -1.4193395 -6.484363200000001 -6.4854231 -5.8529587 -10.536895 -1.3271608999999998 -10.522636 +28 -0.17625293 -8.8292024 -1.2222184999999999 1.6887259 -2.3841166 -1.6957346999999998 -1.4622708 -3.5010835 -6.8240114 -6.1897861 -10.882000999999999 -1.3727987 -10.86774 +29 -0.18922815 -4.8123533 1.6295624 1.4637643 -2.2048264 -1.5209356 -1.2871708 -2.6783688 -2.6787113999999996 -5.4753794000000005 -10.146782 -1.1839403 -10.132557 +30 -0.18911048 -4.8132545 1.6266688 1.4640296 -2.2049867 -1.5211938 -1.2874268999999998 -2.6792557999999995 -2.6796587000000005 -2.1543304 -8.703546800000002 -1.1842108999999998 -6.2268231 +31 -0.75736163 -0.80836887 -1.8903182 -2.6496654 1.5770798000000001 0.94777314 0.78830988 -0.71154595 -0.71137201 -0.57682203 -1.6535659 0.77937519 -1.6456553 +32 0.90314044 0.65646722 -3.0783736 -0.4212497 -1.4341885 -0.80173682 -0.5702059 0.51119057 0.51156706 0.32905317 0.3935288 -0.39935108 0.40267569 +33 1.9095008000000002 1.2777281999999999 -3.1144993 -0.7036442 2.5087699 -1.1469312 -0.90988016 0.9583687 0.95879217 0.57395041 0.5760534 -0.76347115 0.5929958 +34 2.6180307999999997 1.6868564999999998 -3.123174 -0.7849422 3.5229387 2.5886057 -1.3255002 1.2237528999999998 1.2241966999999998 0.7037715 0.65187628 -1.2605034 0.67284923 +35 -0.28193265 0.021151746000000003 0.31448997 0.05562533 -0.99469337 -0.38499221 -0.15806569 -3.3489413 -3.3497176 -2.7847425 -7.112451299999999 0.03605298 -7.098753299999999 +36 -0.16564142 -5.1357168 -2.9145964 1.5957607 -2.2947484 -1.6091427 -1.3756829 -3.140152 -6.4619031 -5.8295945 -10.512761 -1.2800596000000002 -10.498507 +37 -0.015133664 0.0053575503000000005 1.2826298999999999 -0.022824177 -0.010783475 0.011595646000000001 0.013334186999999999 0.028297847 0.028645412999999998 -3.3004803999999996 -7.765085000000001 0.014698599 -7.7511239000000005 +38 -0.0081718927 -0.0026852721000000003 -0.46781261 0.00022606008999999998 -0.017824599 -0.0025876803 -0.00014021883 -0.0020839588 -0.0017760978 7.540798300000001e-05 -2.698051 -0.0008110439900000001 -0.0029554607000000003 +39 -0.093074337 -0.21767464 0.20915868 -3.0806703 -0.57725884 -0.03184223 0.17210538 -0.21435362 -0.21442985 -0.18133954 -0.42241664 0.33785042 -0.42245859 +40 1.320791 0.83395245 -0.13076482 -3.7454239 4.012262600000001 -0.60546347 -0.36774507 0.60786196 0.6080668 0.35707444 0.38516664 -0.12794201 0.39566313 +41 2.6047062999999997 1.6800441000000002 -0.1951535 -4.1070085 4.4154916 2.8025368999999998 -1.2984699 1.2210395 1.2213513 0.70190794 0.65044145 -1.2299006000000001 0.67137221 +42 -1.3561421 -0.87401512 1.572746 -2.6507967999999997 1.5314083 1.0186636 0.85537798 -3.9989373 -4.0020441 -3.4156826000000002 -7.856379 0.82464512 -7.84255 +43 -1.55467 -4.8472127 -0.67157699 -1.678309 0.19996495 0.25509299 0.2839732 -2.9395831 -6.2630764 -5.6320086 -10.309313000000001 0.35212901 -10.295063 +44 -0.74185903 -0.78280046 2.6078394 -2.745004 1.6254128 0.98828857 0.82297066 -0.56678594 -0.56686859 -3.7847877999999997 -8.299708599999999 0.80779582 -8.285733800000001 +45 -0.74256527 -0.78541371 2.4338681 -2.7325416000000002 1.6204783999999999 0.9814922 0.81771627 -0.58365747 -0.58385635 -0.476732 -4.0119062 0.80383206 -1.3591206 +46 2.9913842999999996 1.8975686999999999 -0.19635677 -0.78216044 0.37744291 -2.3150891 -2.0849244 1.3496702 1.349998 0.76020332 0.68056056 -2.1092067 0.70325769 +47 2.867311 1.8290828000000001 -0.19622789 -0.7872981 0.31591941 0.77999446 -1.7382262 1.3106826999999999 1.3110057 0.74304497 0.67201362 -1.7267495 0.69419585 +48 0.90489889 0.3820379 1.9604971999999998 -0.18233921 -1.5657841000000001 -0.89002217 -0.65212006 -3.071392 -3.072907 -2.5240904 -6.7563875 -0.46326146 -6.7427583 +49 0.26041977 -5.2540260000000005 -0.96380877 1.5253284 -3.7005426 -2.9671685 -2.7375996 -3.1692395 -6.4922385 -5.8597663 -10.543656 -2.8017824 -10.529411 +50 0.89236309 0.66401629 3.1101588 -0.46814485 -1.4161765 -0.77366833 -0.54268388 0.58090563 0.58113613 -2.953568 -7.3464869 -0.37159416 -7.332630099999999 +51 0.90082536 0.64677743 2.2021971000000002 -0.43250213 -1.4316343 -0.80042557 -0.56948394 0.53419312 0.5343616 0.33967801 -2.3511137000000004 -0.40134169 0.40856446 +52 3.0688332999999997 1.9397375 -0.19638395 -0.777138 3.9570345000000002 -0.59914082 -2.4290522 1.3730052 1.3733358999999998 0.77027555 0.68546633 -2.4834565 0.70846371 +53 1.1329283 -0.78398605 1.5098009 0.33472314 0.16089485 -2.4688752 -2.2393266 -3.9184978999999998 -3.9196524 -3.3282513999999996 -7.8067385 -2.2788578999999998 -7.7927213 +54 0.30012358 -5.276056099999999 -0.97760778 1.5198936 -1.8353626 -4.229913 -4.0027289 -3.1805637000000004 -6.5035487000000005 -5.8710153 -10.555188000000001 -4.1234836 -10.540942999999999 +55 1.9210542000000002 1.3019996 3.291647 -0.73457909 2.5561707 -1.1242072 -0.88701011 1.0159747 1.0162884 -2.7202742000000004 -7.049822900000001 -0.73643971 -7.036069500000001 +56 1.9178181 1.2846997 2.2081522000000002 -0.71249026 2.5305387 -1.1445707 -0.90749672 0.97923318 0.97950341 0.58241842 -2.1999695 -0.7600913 0.59617373 +57 1.1521682 -0.52422318 1.6141379999999999 0.21071555 0.33253574 0.80342135 -1.7242419999999998 -3.7241998999999995 -3.7255114999999996 -3.1415363999999997 -7.580163199999999 -1.7125176 -7.5661594 +58 0.27415733 -5.2616944000000005 -0.96878127 1.5233552 -1.8610232 -1.1837521999999998 -2.8766314 -3.1732266 -6.4962227 -5.8637284 -10.547722 -2.9552673 -10.533477 +59 2.6627723 1.7344713 3.3972667999999997 -0.80157898 3.5857881000000003 2.6117971 -1.3227332 1.2820046 1.2823571000000002 -2.5926517000000002 -6.8819694 -1.2573232 -6.8682754 +60 2.6379669999999997 1.7059201000000002 2.2228428 -0.79080305 3.5445059999999997 2.5940789 -1.3250084 1.2466913 1.2470079 0.71303566 -2.1367344 -1.2599200000000002 0.67629901 +61 -0.024918633 -6.4923348 -3.5837218999999996 1.8091598999999998 -2.3628686 -1.6741352999999999 -1.4401684 -6.6132141 -9.9365776 -9.296372900000001 -14.016687 -1.3495563999999998 -14.002375 +62 -0.28998207 0.02955997 1.9485582 0.027311046000000002 -0.97236424 -0.36670429 -0.14143091 -3.3133147000000003 -3.3149607000000003 -6.073703 -10.762074 0.045553512000000004 -10.747828 +63 -0.28988698 0.029436399 1.9465949 0.027479517000000002 -0.97272388 -0.36700242 -0.14167421 -3.3135103999999997 -3.3152133999999998 -2.7520274 -9.5320004 0.045547242 -7.0565238 +64 -0.1683435 -5.0639455 -0.83736947 1.574066 -2.2799278 -1.5944072 -1.3608675 -3.0687999 -6.3918099999999995 -9.081851400000001 -13.801557 -1.2639889 -13.787258999999999 +65 -0.16830482 -5.064034400000001 -0.83758032 1.5740618 -2.2799359 -1.5944128 -1.3608717 -3.0688377 -6.3918965 -5.7600090999999995 -12.900895 -1.2639917999999999 -10.427 +66 -0.015040778000000001 0.010519938999999999 2.9055084 -0.067823091 0.033775786 0.03593683 0.032408661 0.093189144 0.09330483099999999 -3.2587561000000003 -10.176869 0.032819792 -7.702022500000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.5706951 1.1659452 -0.10430997 -0.50453754 -1.9403598000000002 -1.1714236 -0.9116313 0.77352553 0.77373523 0.47066067 0.48745387 -0.76357446 0.50126998 +2 -0.46281632 -3.6358593 1.4307645 0.88109862 -1.9544769 -1.1812409 -0.92349632 -1.2688078999999999 -1.2690351999999998 -0.9050842 -2.7170817000000005 -0.78443996 -2.7156994 +3 -0.06637218 0.0035515499 -3.0277798 0.006911899399999999 -0.14155567 -0.032562441 -0.0072256421 -0.044679952 -0.044391587 -0.016682692 -0.015280395 0.0025216036 -0.015799567 +4 -0.70416692 -0.71596189 0.52230248 -2.8030641 1.4522043 0.9529474 0.83025669 -0.50225736 -0.50247212 -0.40027932 -1.051496 0.83680504 -1.0487253 +5 0.87248239 0.66045747 -0.12070866 -0.41553404 -1.5781048 -0.83218031 -0.57554847 0.48504211 0.48519067 0.31276599 0.36442661 -0.40336013 0.3732356 +6 1.8685183999999997 1.2965453000000002 -0.1581484 -0.70119423 2.3800963 -1.1785199 -0.91478532 0.92829062 0.92854108 0.55641779 0.54379442 -0.7579433 0.560356 +7 2.5786057999999996 1.7127837 -0.16472064 -0.77864163 3.3950059 2.5590287 -1.3351215 1.1917126 1.1920088 0.68525172 0.61821117 -1.260469 0.63876231 +8 -0.39008831 0.022905383999999997 1.2621985 -0.077521165 -0.93702044 -0.27388584 -0.054214198 -3.2165626 -3.2182927 -2.6289757999999996 -6.8947537 0.060249909000000004 -6.8820603 +9 -0.26696614 -4.6218731 -1.4459063 1.459262 -2.3480613999999997 -1.5462316999999999 -1.2856007999999999 -2.6987944 -6.0216709999999996 -5.3575428 -10.029629 -1.1707635 -10.016295 +10 -0.075366937 0.034817209 2.9485490000000003 -0.45336232 0.20233352 0.19356527 0.18482737 0.55766997 0.55787861 -2.9670963 -7.3608226 0.19863701 -7.3478493 +11 -0.025949498999999997 -0.037692497 2.1390484 -0.18680382 0.14061205 0.097230867 0.07465312 0.27052662 0.27061867 0.16819236 -2.5269082999999997 0.052450475 0.20654693 +12 -2.0995673 -3.2390271 1.3709987 0.92445918 -3.8000294 -2.9518065 -2.694913 -1.2057993 -1.2060008 -0.85460649 -2.55859 -2.7465112 -2.557162 +13 -1.5923438 1.1504163 -3.1338877 -0.51689814 -1.9346043000000002 -1.1639113 -0.90352522 0.77110653 0.77148841 0.47358322 0.49073233 -0.75149693 0.50464118 +14 -3.0275327 0.0083568737 0.082421962 -3.1694477 0.10395763 0.040412502999999995 0.029491363 -0.080573193 -0.080607315 -0.06829204700000001 -0.11845052 0.033981131 -0.11969337 +15 -0.35992415 2.1592158 -0.10913266 -0.61606061 -2.4671012 -1.6586098000000002 -1.3967844999999999 1.3860298 1.3863511999999998 0.76415901 0.65589899 -1.3210545 0.67876281 +16 0.33060341 2.8203443 -0.096573252 -0.37941277 -0.022675745 -2.5436327999999997 -2.2868559 1.7012558999999998 1.701613 0.89108138 0.71259735 -2.3184232000000002 0.73911425 +17 0.1266079 2.6108338 -0.10167569 -0.4806358 -0.14797833 0.48322905 -1.8513578999999998 1.6116961 1.6120455 0.85695213 0.69822943 -1.8415718 0.72378345 +18 -1.6374229 1.3189422 1.7698279 -0.56365415 -1.9412375 -1.1499654 -0.88726062 -2.4496982999999997 -2.4508785 -1.9182846999999998 -5.7725892 -0.72057177 -5.760819799999999 +19 -2.1284846 -4.3207851999999995 -1.2874508999999998 1.520638 -4.3894592 -3.5318781 -3.2759383 -2.5327015999999998 -5.8555281 -5.1929110000000005 -9.857759699999999 -3.3575959 -9.8444309 +20 -1.6271985 1.2148702 3.2350578999999997 -0.75521507 -1.7953563999999997 -1.0190321 -0.75901918 1.1117409 1.1120453000000001 -2.6784451000000002 -6.9912233 -0.59248691 -6.978358500000001 +21 -1.619565 1.1174846 2.1867266 -0.56945723 -1.9302677 -1.1656978999999998 -0.90660142 0.87169456 0.87192717 0.51705236 -2.2606954 -0.75661074 0.52957714 +22 -0.2929849 -4.301227099999999 -0.22049836 1.2988921 -2.2369557999999996 -1.4388142 -1.1781792 -2.1700835 -2.1696883999999996 -1.6621161 -5.3526834 -1.0545483999999998 -5.3412008 +23 -1.8023499 -4.1537222 1.4599692 -2.3222083 0.57259246 0.53241901 0.52961564 -1.3221525 -1.3224117 -0.95037261 -2.8322213 0.59574336 -2.830768 +24 0.23773751 -3.5305129 1.4240365 0.78135759 -3.1090827 -2.2714282000000003 -2.0127 -1.2669686000000002 -1.2671879 -0.90371144 -2.7097363999999997 -2.0077708 -2.7083807999999996 +25 0.35079337 -3.5349288999999997 1.4248343 0.76228104 -1.1232145 -3.4723697999999996 -3.2174642999999996 -1.2705652 -1.270784 -0.90679113 -2.716946 -3.302264 -2.7155902999999997 +26 0.30300596 -3.5314937000000004 1.4245678 0.77002934 -1.1744816999999999 -0.42910741 -2.3380939 -1.268691 -1.2689101999999999 -0.90518052 -2.7134104 -2.3725302000000004 -2.7120525 +27 -0.14209293 -5.8001664 -0.8325532 1.628887 -2.3924522999999995 -1.5875854 -1.3263018999999998 -5.9916269 -5.9924143 -5.3286013 -9.9991452 -1.2145257999999999 -9.9858168 +28 -0.26621854 -8.4930349 -1.926105 1.6289628999999999 -2.4948881000000003 -1.6889953999999998 -1.4286254999999999 -3.2308927000000005 -6.5536492 -5.8856367999999994 -10.576299 -1.3259778 -10.562935000000001 +29 -0.59079963 -3.2712411 2.2558917000000003 0.50707531 -1.7531709999999998 -0.98071879 -0.72132055 -0.70428051 -0.70410655 -3.7866523 -8.3329285 -0.55297438 -8.319784799999999 +30 -0.56293293 -3.3391208 2.1015879 0.58758888 -1.7927209 -1.0252042 -0.76635228 -0.8114031 -0.81139221 -0.54570313 -3.8985252999999997 -0.6044236 -1.2957694 +31 -0.80119674 -0.77980177 -2.2113436 -2.6764996 1.4299283 0.92183985 0.79116728 -0.69531843 -0.69515386 -0.54097919 -1.5122864 0.79305678 -1.5061735 +32 0.83793959 0.65629 -3.1444505 -0.41274951 -1.5854615 -0.83582605 -0.57783518 0.46054161 0.46089779 0.3055311 0.36101518 -0.39836924 0.36959571 +33 1.8427436000000001 1.2774985 -3.1792228 -0.69398831 2.3604645 -1.1820785 -0.91834278 0.90226184 0.90266437 0.54684215 0.53917259 -0.76210843 0.55543403 +34 2.5524075 1.6875810000000002 -3.1861764999999997 -0.77409781 3.3745025 2.5535885 -1.3357297 1.1656848 1.1661075 0.67542463 0.6138672 -1.2611729 0.63411604 +35 -0.37573633 0.053338072 0.039227199 -0.021256938 -1.0592707000000001 -0.35180318 -0.10713665 -3.2953498999999997 -3.2961331 -2.701282 -7.0028298 0.064668337 -6.990046899999999 +36 -0.2432874 -4.8467897 -3.3163527000000004 1.5558709 -2.4120028 -1.6091981000000002 -1.3489777 -2.9171696 -6.2389148 -5.5728653 -10.254358 -1.2409483000000001 -10.240979 +37 -0.08838757400000001 0.033213602 0.90064025 -0.13976169 -0.058180854000000004 0.040936125 0.060154755 0.15150431 0.15184761 -3.2079862 -7.6565397 0.075180366 -7.643472999999999 +38 -0.063995539 -0.012283152 -0.59262171 -0.01363868 -0.098872697 -0.01381449 0.0020166364 -0.0050945152 -0.004799594 0.0064586452 -2.6911582000000003 0.0027422562 0.011166195 +39 -0.065594948 -0.15889826 0.12094497 -3.1270368 -0.70958637 -0.048402043 0.18191425 -0.15546635 -0.15551821 -0.13540665 -0.2866741 0.36057627 -0.2875244 +40 1.3027943000000002 0.8704088 -0.11696702 -3.7589515 3.8755966 -0.63662851 -0.37228594 0.59903574 0.59923075 0.35465727 0.37309164 -0.12196064 0.38354689 +41 2.5630335 1.7033268 -0.1647501 -4.0999669999999995 4.260868299999999 2.7652909 -1.3091479 1.1859553999999999 1.186251 0.68253094 0.61674208 -1.2310643000000001 0.63720979 +42 -1.3317343000000001 -0.82736092 0.87638988 -2.7689029 1.5419748 1.0402711 0.88390288 -3.8194053 -3.8221969 -3.2125574 -7.584274499999999 0.84982917 -7.5714687000000005 +43 -1.6717963 -4.4309858 -1.3370235000000001 -1.8028877 0.11991582 0.27582068 0.32626156 -2.5810706000000003 -5.9043722999999995 -5.241225900000001 -9.9086493 0.40555517 -9.8953147 +44 -0.66864789 -0.68684179 2.7181182 -3.2982631000000002 1.7124383 1.1608263 1.0066763 0.1252909 0.12540551 -3.262645 -7.708688400000001 0.96149506 -7.695682000000001 +45 -0.6557422 -0.70229821 2.1870863 -3.0707644 1.6567046000000003 1.0864353 0.92801447 -0.10335182 -0.10338235 -0.11610398 -2.9932241000000004 0.89555783 -0.31083916 +46 2.9445348 1.9217699000000001 -0.16405276 -0.77162279 0.23314215 -2.3437357000000003 -2.0868287 1.3123662 1.3126773999999999 0.73974053 0.64605507 -2.1008742000000002 0.66825116 +47 2.8218755 1.8529914 -0.16447863 -0.7778441 0.17272875 0.75280618 -1.7446656000000003 1.2740016 1.2743081 0.72286907 0.63770999 -1.7232531000000002 0.65940121 +48 0.67734355 0.61038778 1.4795387 -0.44833302 -1.6393103999999998 -0.85287324 -0.587637 -2.8320488 -2.8332764 -2.2663678 -6.397513099999999 -0.36602647 -6.38503 +49 0.19820712 -4.8211079 -1.5438112 1.4162989 -3.7388692000000003 -2.8880204 -2.6312322999999997 -2.8052572000000002 -6.128039 -5.463088900000001 -10.139074 -2.6788234 -10.125739999999999 +50 0.81919015 0.70802271 3.1282807999999998 -0.73881155 -1.4241518999999998 -0.67567679 -0.4201143 0.90681229 0.90708729 -2.7766444 -7.1199416 -0.23378368 -7.107036900000001 +51 0.83991948 0.61565786 2.1536674 -0.51174711 -1.547643 -0.80968131 -0.55502899 0.64065799 0.64084713 0.39281657 -2.3387112 -0.38841471 0.43310176 +52 3.0238101000000004 1.9650831999999998 -0.16376824 -0.76585564 3.816796 -0.63266491 -2.4369833 1.3358782 1.3361922 0.74988537 0.65096439 -2.4817169999999997 0.67346207 +53 1.3800535 0.31389613 1.3331725 -0.38378416 1.2468837 -1.6358596 -1.3752832 -3.0187409 -3.0197477000000004 -2.4387502 -6.662374300000001 -1.3042247999999999 -6.6496454 +54 0.24433498 -4.8460912 -1.5552489999999999 1.4109557 -1.8654179 -4.1480464999999995 -3.8938485000000003 -2.8182294 -6.1409957 -5.4759568 -10.152357 -4.002207100000001 -10.139024000000001 +55 1.9487828999999999 1.4368107 3.3091446 -0.88754303 2.6652134999999997 -1.0572205 -0.79288833 1.2568609 1.2571926000000002 -2.6110781000000003 -6.901370599999999 -0.61470319 -6.8885534 +56 1.9104284 1.3378146999999998 2.1978737999999995 -0.75724588 2.5000854 -1.1582798 -0.89433993 1.0509886 1.0512636 0.6091354 -2.2138242999999997 -0.73117556 0.58884328 +57 1.3964106 0.22643677 1.3002271 -0.34845779 1.2234253000000002 1.5548783000000002 -1.5063301000000002 -3.0754303 -3.0764082999999998 -2.4918095 -6.737359599999999 -1.4557533999999999 -6.7245981 +58 0.21543464 -4.8305748 -1.5483274999999999 1.4142453000000001 -1.8937125 -1.1022292 -2.7958759 -2.8102181 -6.132996 -5.46801 -10.144165 -2.8601278 -10.130831 +59 2.8304897 1.9836793000000001 3.4302822999999996 -0.84114813 3.6882296 2.6470787000000002 -1.3244021000000001 1.4986832 1.4990453000000001 -2.507159 -6.7604511 -1.248219 -6.747687599999999 +60 2.6905736 1.8243111 2.2300771 -0.80442344 3.5071877000000002 2.5887487 -1.3315748 1.3186506000000002 1.3189681999999998 0.73739031 -2.1544784 -1.2563999 0.66422771 +61 -0.10189778 -6.419196599999999 -4.585142299999999 1.8060622 -2.5095421 -1.7029351000000001 -1.442253 -6.6028747999999995 -9.9261794 -9.2503355 -13.977988 -1.3414249 -13.964542999999999 +62 -0.38979877 0.022126622000000002 1.2573709 -0.07638905 -0.93669899 -0.27388791 -0.05446511 -3.2177845 -3.2193416 -5.9518992 -10.643555000000001 0.059495226 -10.630191 +63 -0.38990581 0.022163332999999997 1.2577597 -0.07650718599999999 -0.93744861 -0.27434291 -0.05469834 -3.2177284 -3.2193403 -2.6299778 -9.359372800000001 0.059626155 -6.884461900000001 +64 -0.26704342 -4.6215735 -1.4452063 1.4592152 -2.3480115 -1.5461889 -1.2855603999999998 -2.6985797000000002 -6.0213791 -8.6791819 -13.404809 -1.1707248 -13.391404000000001 +65 -0.26697297 -4.6217044000000005 -1.4454263 1.4592101 -2.3480255000000003 -1.5461961000000002 -1.2855651000000001 -2.6986631 -6.0215062 -5.3573796 -12.489315 -1.1707245000000002 -10.016249 +66 -0.075619562 0.034480755 2.9521662 -0.45423349 0.20268637 0.19382093 0.18503636 0.55858055 0.55879179 -2.9666045 -9.822308 0.19880706 -7.3480079 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.6503293 1.2273604999999999 -0.04778909 -0.41802725 -2.1803675 -1.2668567 -0.96605763 0.61740375 0.6175583 0.37559045 0.35870251 -0.79812358 0.37005341 +2 -0.81851068 -3.4097288 0.37078482 0.64764736 -1.5882629 -0.88516816 -0.68404224 -0.74115464 -0.741171 -0.50820022 -1.1037893 -0.66777518 -1.1065698 +3 -0.17092733 0.0098856427 -3.1746522999999995 0.051444182000000005 -0.28834152 -0.081591255 -0.027560386 -0.15590208 -0.1556672 -0.06994081099999999 -0.070872963 0.0006133224500000001 -0.072924796 +4 -0.58636649 -0.60356448 0.14927557 -2.9108732 1.3307832 0.94384673 0.85141461 -0.334309 -0.33442951 -0.26139934 -0.48926573 0.87083527 -0.49228172 +5 0.82130126 0.66475523 -0.06357268099999999 -0.37075502 -1.7864702000000001 -0.90107655 -0.60536479 0.38998402 0.3900935 0.24905952 0.26167466 -0.4221768 0.26901094 +6 1.8137886000000003 1.3582555 -0.0845975 -0.65939755 2.2165793 -1.2384906999999998 -0.93255032 0.8211445 0.82134862 0.48504484 0.42863856 -0.74780504 0.44344845 +7 2.5352459 1.8006304 -0.083328309 -0.7206747 3.235304 2.5024447999999997 -1.3659036 1.0797442 1.0799914 0.61011841 0.49832346 -1.2656397 0.51697373 +8 -0.56995037 0.043801266 1.5738478 -0.51823662 -0.36692163 0.080233539 0.17954904 -2.8390508999999997 -2.8404835999999998 -2.1996292 -6.1974417 0.227219 -6.1883862999999995 +9 -0.67930693 -2.8055711 -0.36758164 0.71304143 -2.0443632 -1.1172476 -0.81388296 -1.167505 -4.4899667 -3.7639829 -8.297907799999999 -0.61413854 -8.2878817 +10 -0.18269287 -0.073823051 3.2102371 -1.3848194 0.48971229 0.50310796 0.50659457 1.2939053999999999 1.2941907 -2.6203524 -6.8990004 0.57347551 -6.889230499999999 +11 -0.064573749 -0.055183797 2.0326103 -0.62528611 0.32669718 0.26778816 0.23819422 0.69759482 0.69777379 0.40694993 -2.4049661 0.23152707 0.38180556 +12 -2.3221221 -2.6937186 0.30720255 0.65000041 -3.5829166 -2.6061481 -2.3038357000000005 -0.67867374 -0.67866602 -0.46367887 -0.96315177 -2.2497261 -0.96656144 +13 -1.7138069 1.1572668 -3.2797718999999996 -0.45381445 -2.1578267999999996 -1.2393983 -0.93708814 0.59849063 0.5988109 0.37733567 0.36350565 -0.76086494 0.37493319 +14 -3.0391779 0.09401107199999999 0.046509749 -3.172803 0.021609543999999998 0.020225864 0.024316554 -0.076247725 -0.07627633 -0.055913804000000004 -0.075519209 0.036045158 -0.076921498 +15 -0.43387204 2.2629825 -0.039769558999999996 -0.51867349 -2.6807263 -1.7238792 -1.4198517 1.2309351 1.2311998 0.67029613 0.52636856 -1.3173389 0.54677065 +16 0.25576392 2.9194072 -0.021844935 -0.26054383 -0.24328166 -2.6165347000000003 -2.3175886 1.5370687 1.5373674 0.79265448 0.58027386 -2.3235951 0.60417932 +17 0.051535723 2.7088932999999997 -0.028559067999999996 -0.36953456 -0.36273587 0.4156679 -1.8818282 1.4498229999999999 1.4501142 0.75967852 0.56655707 -1.8464118999999999 0.58953692 +18 -1.8470297999999998 1.3702204 1.9092256999999997 -0.75701955 -2.0369742 -1.1034422 -0.79838882 -2.3439071 -2.3449475 -1.7497593 -5.3698513 -0.58965911 -5.3618098 +19 -2.2211207 -2.5271673999999997 -0.25243818 0.69362868 -3.7080167 -2.7064112000000002 -2.4043466000000002 -1.0342622 -4.356574299999999 -3.6348421 -8.1457517 -2.4053674 -8.1357588 +20 -1.8058386000000002 1.3000948 3.3295828999999997 -1.1651688999999998 -1.7519481 -0.84144382 -0.54001071 1.4585110000000001 1.4588159 -2.557914 -6.8116667 -0.32090702 -6.801933900000001 +21 -1.7531361 1.1806475 2.1179048 -0.72304747 -2.0461245 -1.1435442 -0.84350176 0.99678843 0.99701719 0.56000987 -2.3229756 -0.66232077 0.48447133 +22 -0.48507823 -3.6964623999999997 -1.4068954 1.1041486 -2.2890297000000004 -1.3488837 -1.0458565 -1.631098 -1.6307363000000001 -1.1328582 -3.6469847 -0.87901357 -3.6434847 +23 -1.9162648000000002 -3.9579138999999994 0.40537947 -2.5874459 0.81044525 0.64377933 0.61836722 -0.76871927 -0.7687502 -0.53081408 -1.1866889999999999 0.68542808 -1.1888062 +24 -0.020988682 -3.0062563 0.33911847 0.53367392 -2.9894964 -2.0290965 -1.7261351999999999 -0.71482764 -0.71483033 -0.48862965 -1.0404052 -1.615068 -1.0434702 +25 0.27149293 -2.9319817 0.3337251 0.47915235 -0.6339565 -3.0564278999999996 -2.7565882999999998 -0.71042974 -0.71042881 -0.48539297 -1.0303142 -2.7632552 -1.0334145000000001 +26 0.24201381 -2.927844 0.33304588 0.48347079 -0.65634872 0.052260503 -2.1408987999999995 -0.70980168 -0.70980095 -0.48489603 -1.0286301 -2.1275587000000002 -1.0317415 +27 -0.83476469 -3.4543212999999997 0.86986683 0.42838894 -1.8457942999999999 -0.93819365 -0.63803514 -3.8384047999999997 -3.8387160000000002 -3.1389188 -7.5245902000000005 -0.43747793 -7.5148243 +28 -0.54140491 -7.084325099999999 -1.1483616 1.2343648 -2.4362875 -1.4868526000000002 -1.1826858999999998 -2.0636189 -5.3859093 -4.6394150000000005 -9.279397 -1.0232602 -9.2692056 +29 -1.4420868999999998 -3.1618331000000004 3.1005347999999997 -1.4021523 -0.62019122 0.026002932000000003 0.20940705 1.1384465 1.1387962999999999 -2.6814357999999996 -6.9835966 0.34213614 -6.973788900000001 +30 -1.1358496999999999 -3.2303957999999997 1.9301416 -0.30269056 -0.99998211 -0.3808523 -0.21497831 0.33912702 0.33937469 0.20504752 -2.5575692 -0.1849587 0.19813105 +31 -0.87333657 -0.72749806 -2.7681972000000004 -2.6763567999999998 1.2409852 0.87202924 0.78053319 -0.70318146 -0.70304703 -0.49992558 -1.1441249 0.80444085 -1.1443872 +32 0.72182563 0.65937453 -3.2886705999999997 -0.35830612 -1.8008625 -0.9048716 -0.60541007 0.30995392 0.31025051 0.22274429 0.2475394 -0.40386563 0.2540615 +33 1.7285119999999998 1.28977 -3.3212469 -0.63766949 2.157469 -1.2515771999999998 -0.94563522 0.7368829 0.7372242 0.45351008 0.41274853 -0.76313475 0.42660688 +34 2.4436963 1.7059218 -3.3236732000000004 -0.71319172 3.1707659 2.4843007999999998 -1.3682215 0.99435599 0.99471708 0.57801829 0.48369833 -1.2682821000000002 0.5014016 +35 -0.52767136 0.11593389 -0.67965674 -0.11269933 -1.1001675 -0.29248623 -0.031831867 -3.2794464999999997 -3.2802421 -2.6035822 -6.857825599999999 0.11713521 -6.8481571 +36 -0.37857631 -4.1823003 -4.414958 1.5086684 -2.5511235 -1.6012723999999998 -1.2987078 -2.4637412 -5.7855074 -5.0315624 -9.709277499999999 -1.158558 -9.6989255 +37 -0.21527646 0.056413954 -0.16213463 -0.2202965 -0.1654616 0.037600605 0.08889495 0.17249907 0.17279934 -3.1795067 -7.6237585999999995 0.13388306 -7.61373 +38 -0.1848982 0.010875193 -1.0853177999999999 -0.059195722 -0.21337251 -0.028942247999999997 0.016718448 -0.011630085 -0.011374486999999999 0.022429667 -2.6829857 0.041953375999999994 0.041834367000000004 +39 0.0084370126 -0.046512192 0.035936032 -3.1842312 -0.88352367 -0.081474908 0.18852259 -0.081311834 -0.081333806 -0.076357282 -0.12997329 0.39018821 -0.13131081 +40 1.3099213 0.98161104 -0.07006319400000001 -3.7607466 3.6977613 -0.69796457 -0.39156455 0.55150197 0.55166359 0.32298828 0.30407572 -0.11361091 0.31384587 +41 2.5218445 1.7920436999999998 -0.083500797 -4.04258 4.0380259 2.6897607000000003 -1.342769 1.074928 1.0751747 0.60787326 0.49715196 -1.2394216 0.51573406 +42 -1.2874883 -0.71499315 1.3392306 -3.3747949 1.6329623 1.2002499 1.0625646999999998 -3.1963868 -3.1983131 -2.5401726000000004 -6.6283781 0.99795278 -6.6192455 +43 -1.9909101000000002 -2.8830272 -0.38065492 -2.5257051 0.50521934 0.6066532 0.62714129 -1.1850969 -4.5080663 -3.7817184 -8.3174356 0.69095758 -8.307404700000001 +44 -0.51855546 -0.61443844 3.1689599999999998 -4.6689513 2.0602592 1.6740686999999999 1.5212639 1.2263232 1.2266003 -2.648748 -6.9377739 1.2141719 -6.9279917 +45 -0.50642276 -0.60414817 2.0026987000000003 -3.6973879000000003 1.745457 1.2722950000000002 1.1288506 0.52173004 0.52187388 0.29378562 -2.4896936000000003 1.0448308000000002 0.279273 +46 2.8912866000000004 2.0129033 -0.079450168 -0.7016187 0.035594352 -2.3988089 -2.0995689 1.1936874 1.1939482 0.66094689 0.52353941 -2.0864051 0.54370929 +47 2.7723299999999997 1.9431686999999997 -0.08084976 -0.71177489 -0.021246577000000003 0.70214776 -1.7687888999999999 1.1574156999999998 1.1576722 0.64517089 0.51593993 -1.721084 0.53564214 +48 0.38162333 0.7476908 1.7670860000000002 -0.78505042 -1.6816517 -0.77144195 -0.46835225 -2.5455019 -2.5465793999999997 -1.9293736000000001 -5.7646535000000005 -0.22855472 -5.7559129 +49 0.11053778 -2.9932027999999997 -0.45051879 0.68313295 -3.1542877000000002 -2.164136 -1.8603786 -1.2660286 -4.5883308 -3.8598142 -8.407004400000002 -1.8043566999999998 -8.3969623 +50 0.68886592 0.692563 3.2794696000000005 -1.3488111 -1.3486256 -0.47273956 -0.17831036 1.3937943000000002 1.3940924 -2.5816681 -6.8451227 0.055142545 -6.835376400000001 +51 0.75953926 0.61711276 2.0812817999999997 -0.78178375 -1.6167908000000002 -0.74734274 -0.45439503 0.88615584 0.88636975 0.50539943 -2.3503418999999997 -0.26625356 0.45000298 +52 2.9754603 2.0603276000000004 -0.07853640099999999 -0.69280296 3.6271209000000004 -0.70056246 -2.4651297999999997 1.2178053999999998 1.2180691000000001 0.67124566 0.52839954 -2.4842607000000005 0.54887273 +53 1.3990741000000002 1.1878528 1.8769813999999998 -0.90588826 2.1111343999999996 -1.2232657 -0.91672312 -2.361678 -2.3624754 -1.762199 -5.475463599999999 -0.73044727 -5.4669513 +54 0.26033652 -3.0577641 -0.47702369 0.67801623 -1.1305205 -3.3509206 -3.0513777 -1.2987187 -4.6209811 -3.8918359 -8.442194500000001 -3.0989744 -8.4321507 +55 2.0222348 1.6613057 3.3958943 -1.1165611 2.8635095 -0.95697197 -0.65006362 1.544612 1.5449296000000001 -2.5268650000000004 -6.767599400000001 -0.41713927 -6.7578951 +56 1.9360983 1.4935413 2.1641895 -0.84849913 2.520623 -1.1471083 -0.84045421 1.1661995 1.1664606000000002 0.63481846 -2.2916043999999998 -0.63615931 0.52469029 +57 1.7968695 1.1431131 1.8631661 -0.9342607 2.6847426 2.3246941000000003 -1.3911768999999998 -2.3770887000000003 -2.3777435000000002 -1.7754811999999998 -5.5070934000000005 -1.2943271 -5.498514599999999 +58 0.20777076 -3.034579 -0.46766647 0.67979851 -1.179706 -0.29708108 -2.2592105 -1.2869643 -4.609244400000001 -3.8802952000000004 -8.429684 -2.2566431000000002 -8.4196399 +59 3.1113559 2.4398896 3.5084187999999994 -0.72914341 3.6927602999999998 2.626185 -1.351317 1.6836532 1.6839865 -2.4782937 -6.6982582 -1.2489734 -6.6885857 +60 2.8320830000000004 2.1135498999999998 2.2294688999999996 -0.75437121 3.4913898000000003 2.5721043999999997 -1.3575743 1.3953183999999998 1.3956098999999997 0.73529705 -2.2512136000000003 -1.2561008 0.57653705 +61 -0.25077826 -6.0966142 -4.577209900000001 1.804411 -2.6956217999999996 -1.7405435 -1.4374888000000001 -6.4872639 -9.8103428 -9.040702699999999 -13.792788 -1.308114 -13.782364000000001 +62 -0.56856686 0.038483661 1.5622361999999999 -0.50862264 -0.36769564 0.077456543 0.17578466 -2.8468598999999997 -2.8481161 -5.5288381 -10.227281 0.22170851 -10.216954 +63 -0.56902352 0.039093765 1.5639497 -0.51011368 -0.36879769 0.0774412 0.17621495 -2.8457602000000004 -2.8470707 -2.2059136 -8.6719183 0.22251317 -6.1981823 +64 -0.68049497 -2.8010607999999997 -0.36114154 0.71030591 -2.0425237000000003 -1.1155287 -0.81218796 -1.1633741000000002 -4.485743599999999 -7.0818189 -11.818031 -0.61240541 -11.807714 +65 -0.68012716 -2.8017531000000004 -0.36214341 0.71057052 -2.0428839 -1.1158063999999999 -0.81243212 -1.1640204 -4.4864238 -3.7605486000000004 -10.755044999999999 -0.612474 -8.284374099999999 +66 -0.18666664 -0.077105896 3.2523635 -1.411615 0.495833 0.51139211 0.51599385 1.3119546 1.3122424 -2.6129722 -9.3522785 0.58484207 -6.880252900000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.6485276000000002 1.2277611000000002 -0.048875851 -0.41859779 -2.1801312000000004 -1.2666734 -0.9658936 0.61812226 0.61827688 0.37590609 0.35893689 -0.79796036 0.37029726 +2 -0.81626012 -3.4078271 0.37547973 0.64781716 -1.6010075000000001 -0.89056003 -0.68614323 -0.74258602 -0.74260275 -0.50866173 -1.1048031999999999 -0.66772258 -1.1075887 +3 -0.17030791 0.011773785 -3.1859311000000003 0.051379071 -0.28873971 -0.081408336 -0.027217092999999998 -0.15540075 -0.15516577 -0.06945522 -0.069959112 0.0010963869 -0.07200797099999999 +4 -0.58411305 -0.60227942 0.15045533 -2.9108172999999997 1.3306358999999999 0.94374622 0.85133487 -0.33405174 -0.33417205 -0.26133534 -0.48940907 0.87073777 -0.49241593 +5 0.82229286 0.6654206 -0.064099751 -0.37094063 -1.7863502 -0.90099094 -0.60529292 0.39019276 0.39030222 0.24916985 0.26179331 -0.42210341 0.26913245 +6 1.8146479 1.3587354 -0.085304708 -0.65953009 2.2165988 -1.2384167 -0.9325007 0.82113824 0.82134222 0.48503173 0.42867028 -0.74781884 0.44347911 +7 2.5363085 1.801273 -0.084037876 -0.72085475 3.2353932999999997 2.5025641 -1.3658361 1.0797516 1.0799985 0.61010538 0.49835703 -1.2656216 0.51700624 +8 -0.56919333 0.044629181 1.5822081000000001 -0.51746833 -0.37121101 0.078836462 0.1789601 -2.8402287 -2.8416622000000005 -2.2008808999999996 -6.1995719000000005 0.22678598 -6.190513 +9 -0.67670189 -2.8079394 -0.36080053 0.71444303 -2.0460068 -1.1185776 -0.8151336 -1.1708988999999999 -4.4933607 -3.7674498999999995 -8.3019823 -0.61492884 -8.2919538 +10 -0.18278476 -0.073834519 3.2190409 -1.3839456 0.48942308 0.5027906 0.5062603 1.2932761000000002 1.2935611999999999 -2.6206231 -6.899411099999999 0.57309065 -6.8896397 +11 -0.064547703 -0.05529995099999999 2.04015 -0.62465007 0.32650323 0.26756555 0.23795361 0.69700514 0.69718388 0.40661303 -2.4051245999999997 0.23122632 0.38159108 +12 -2.3180334 -2.6929118 0.31129916 0.65014024 -3.5851171 -2.6080507 -2.3058011 -0.68000587 -0.67999848 -0.46408817 -0.96394478 -2.2530911 -0.96735965 +13 -1.7115808000000001 1.1596405 -3.2960361000000002 -0.45394051 -2.1574652000000003 -1.2390816999999998 -0.936787 0.59948737 0.59980766 0.37791411 0.3641407 -0.76054812 0.37557677 +14 -3.0380556 0.092583245 0.046183398 -3.1731159 0.022214268 0.020393326 0.024383701 -0.075776432 -0.075804843 -0.05573289 -0.075341625 0.036096482 -0.07673841299999999 +15 -0.43254599 2.2632463 -0.040855033 -0.51912223 -2.6807179 -1.7239359 -1.4199342 1.2311485 1.2314129999999999 0.67034969 0.52642623 -1.3174713 0.54682947 +16 0.2570088 2.9198319 -0.022817329 -0.26102479 -0.24326867 -2.6165905 -2.3176704 1.5371867000000001 1.5374853000000002 0.79266825 0.58031386 -2.3237286 0.60421933 +17 0.052829522000000004 2.7093156 -0.029573291 -0.36998327 -0.36272718 0.41560931 -1.8819383 1.4499778 1.4502688999999997 0.7597065 0.56660297 -1.8465714 0.58958322 +18 -1.8455356 1.3713389999999999 1.9182136000000003 -0.75685711 -2.0371639999999998 -1.1036879 -0.79866072 -2.3443447999999996 -2.3453855 -1.7503197 -5.3710306 -0.59000608 -5.3629856 +19 -2.2197356 -2.5297428 -0.2456142 0.69527081 -3.7104714 -2.7088869 -2.4068654 -1.0376304 -4.359943 -3.6382737 -8.1498573 -2.4082411 -8.139861999999999 +20 -1.8037188999999998 1.3004329 3.3385366000000003 -1.1648903999999998 -1.7522746 -0.84182322 -0.54041516 1.4582431999999999 1.4585479 -2.5580462 -6.811882799999999 -0.32138637 -6.802148599999999 +21 -1.751111 1.1809094999999998 2.1254834 -0.72288571 -2.046374 -1.14385 -0.8438326 0.99664868 0.99687727 0.55988235 -2.3230022 -0.66271034 0.48442192 +22 -0.48354421 -3.6951997000000003 -1.3958777 1.1039458 -2.289107 -1.3489736 -1.0459619 -1.6311325 -1.6307704 -1.1330234 -3.6504832 -0.87912655 -3.6469383 +23 -1.9157808 -3.9572663999999995 0.41034631 -2.5871134 0.80896415 0.64326085 0.61806822 -0.77023881 -0.77027016 -0.53133046 -1.187918 0.6852042 -1.1900392 +24 -0.017441178 -3.0052168999999997 0.34369539 0.53361202 -2.9903449 -2.0296945 -1.7267558999999997 -0.71630829 -0.71631136 -0.48912938 -1.0414921 -1.61635 -1.0445625 +25 0.27326816 -2.9321023 0.33838315 0.47943 -0.64165821 -3.0589087999999998 -2.7591324 -0.71200325 -0.71200274 -0.48596288 -1.0316163 -2.7666033 -1.0347210999999998 +26 0.24303229 -2.9282562000000003 0.33772365 0.48390938 -0.6650299 0.048319218 -2.1414972999999997 -0.71139561 -0.71139532 -0.48548069 -1.0299762 -2.1282952999999996 -1.033092 +27 -0.8315171 -3.4557699 0.87572322 0.43068103 -1.8487646 -0.94049653 -0.64009999 -3.8424538 -3.8427655 -3.1429464 -7.5298617 -0.43842142 -7.5200923 +28 -0.53876481 -7.0869371 -1.1421563999999997 1.2351398999999998 -2.4371292999999996 -1.4875618999999998 -1.1833922 -2.0671754 -5.3894662 -4.6430791 -9.283465199999998 -1.0240129999999998 -9.273271699999999 +29 -1.4400841999999998 -3.1601367000000002 3.1093142000000005 -1.4002225 -0.62715247 0.023163941 0.20809782 1.1371296999999998 1.1374792 -2.6820072999999995 -6.984415299999999 0.34130886 -6.974606 +30 -1.1339885 -3.2289947999999997 1.9380369999999998 -0.30140482 -1.0088176 -0.38445099 -0.21650078 0.33754275 0.33779007 0.20424486 -2.5581697999999995 -0.18564628 0.19739689 +31 -0.86810977 -0.72368661 -2.7757106 -2.6762585 1.2409613000000002 0.87209077 0.78063133 -0.70224056 -0.70210573 -0.49929684 -1.1425128999999998 0.80453595 -1.1427716 +32 0.72371393 0.66141022 -3.3011212 -0.3583707 -1.8005433000000002 -0.90457051 -0.60511398 0.31059468 0.31089128 0.22320795 0.24818604 -0.40351461 0.25471264 +33 1.7297578999999998 1.2911302 -3.3341001000000006 -0.63755252 2.1576596 -1.2512038 -0.94528327 0.7371332 0.7374744 0.45373872 0.41318056 -0.76284728 0.42703541 +34 2.4451387 1.7072737 -3.3365855000000004 -0.71310558 3.1711023999999997 2.4847332000000004 -1.3678801999999999 0.99459396 0.99495492 0.57822516 0.48410584 -1.2679853 0.50180465 +35 -0.52715168 0.11726522 -0.66780583 -0.1128571 -1.0988665000000002 -0.29177446 -0.031407034 -3.2792021 -3.2799974 -2.6035162 -6.857806500000001 0.11711361 -6.848136599999999 +36 -0.37742804 -4.1804523 -4.403233900000001 1.5084878000000002 -2.5510718 -1.6013422 -1.2988116000000003 -2.4630784 -5.7848434 -5.031111 -9.7087022 -1.1587383999999998 -9.6983491 +37 -0.21425464 0.057881775 -0.15106729 -0.22004445 -0.1649098 0.037897118 0.08912530699999999 0.17286774 0.17316805 -3.1792406000000004 -7.623506 0.13408638 -7.6134762 +38 -0.18382172 0.012499068 -1.0779295 -0.058803272000000004 -0.21300639 -0.028729288999999998 0.016905052 -0.011449578 -0.011193966000000001 0.022607631 -2.6825575 0.042152005 0.042242007000000005 +39 0.010008348 -0.045767409 0.036194428 -3.1843031 -0.8835254 -0.081519785 0.18846319 -0.081064067 -0.081085924 -0.076252452 -0.12991048 0.390112 -0.13124356 +40 1.3111319 0.98228343 -0.070624647 -3.7608411 3.6977717000000005 -0.69798727 -0.39161268 0.55163447 0.55179602 0.3230383 0.30413156 -0.1137145 0.31390282 +41 2.5230716 1.792831 -0.084205495 -4.0427419 4.0380901 2.6897569 -1.3428083999999998 1.0750046 1.0752511 0.60789029 0.49720037 -1.239514 0.51578231 +42 -1.2869319 -0.71401518 1.3472453000000002 -3.3736526 1.6325623 1.1997818999999998 1.062064 -3.1979205000000004 -3.1998482999999998 -2.5417737000000002 -6.6308914 0.99751692 -6.6217552 +43 -1.9901573000000001 -2.8845522 -0.37352974 -2.5244629 0.50134758 0.60549432 0.62644484 -1.1880841999999998 -4.5110539 -3.7847912000000004 -8.3210516 0.69035514 -8.3110185 +44 -0.51589356 -0.61306357 3.1777393 -4.6675806 2.0595916 1.6733365000000002 1.520656 1.2256136 1.2258903 -2.6490732000000006 -6.9382521 1.2139482 -6.928468400000001 +45 -0.50381216 -0.60276929 2.010297 -3.6963775 1.7450365 1.2718417 1.1284152 0.52110419 0.5212478 0.29334405 -2.4900166 1.0445174000000002 0.27886976 +46 2.8924369999999997 2.0135867 -0.080138787 -0.70182695 0.035675818 -2.3987752999999996 -2.0995607000000005 1.1936951999999998 1.1939558000000001 0.66093251 0.52357302 -2.0864543 0.54374181 +47 2.7734609 1.9438433999999998 -0.08154629099999999 -0.71197412 -0.021177176000000002 0.70216835 -1.7687623 1.1574256 1.1576819 0.64515794 0.51597406 -1.7211115000000001 0.53567523 +48 0.3830576 0.74844326 1.7756768 -0.78455879 -1.6820109 -0.77181382 -0.46873886 -2.5464427000000005 -2.5475207 -1.9304014999999999 -5.7664738 -0.22896129 -5.757729900000001 +49 0.11201118 -2.9961352999999997 -0.44400264 0.68466406 -3.156391 -2.16624 -1.8625256999999997 -1.2696985 -4.5920012 -3.8635527 -8.4113742 -1.806927 -8.4013296 +50 0.68999836 0.69320265 3.2883915999999997 -1.3482448 -1.3488503 -0.4729994 -0.1785897 1.393342 1.3936398 -2.5818602999999998 -6.8454277999999995 0.054792179 -6.835680099999999 +51 0.7606251 0.61763548 2.0889005000000003 -0.78138733 -1.6169521 -0.74754334 -0.45461495 0.88575847 0.88597218 0.50517681 -2.3504117 -0.26652674 0.44989624 +52 2.9765886000000004 2.0609953 -0.07922027 -0.69302157 3.6272942 -0.70041449 -2.4650097 1.2178011999999998 1.2180646000000002 0.67122589 0.52843074 -2.4841926 0.54890268 +53 1.4001946 1.1881501 1.8855714 -0.90556124 2.1100486000000003 -1.223655 -0.91714053 -2.3626533 -2.3634512 -1.7632523 -5.4774017 -0.73098399 -5.4688859 +54 0.26113726 -3.0604929 -0.47043606 0.67956434 -1.1336325 -3.3535417 -3.0540387000000004 -1.3022897 -4.624552700000001 -3.8954784 -8.446454300000001 -3.1018805 -8.436408199999999 +55 2.0230046 1.6617422 3.4048953 -1.116557 2.8632178 -0.95702546 -0.65014155 1.5442935 1.5446109 -2.5269965 -6.7678228 -0.41730356 -6.7581171 +56 1.9368861000000002 1.4939305 2.1718687 -0.84848351 2.5204246 -1.1471478000000002 -0.84051889 1.1659076000000002 1.1661685 0.63467172 -2.2916198 -0.63630548 0.52465065 +57 1.7974526000000002 1.1431504 1.8716751 -0.93387383 2.6829982999999995 2.3239862999999996 -1.3913338 -2.3781857000000004 -2.3788411 -1.7766444 -5.5092266 -1.2945503999999999 -5.500644 +58 0.20858931 -3.0372847999999997 -0.46106418 0.68134929 -1.1828322 -0.29986094 -2.2605767000000005 -1.2905231000000001 -4.612803700000001 -3.8839258 -8.433930199999999 -2.2581896 -8.4238838 +59 3.1122231 2.4403406000000003 3.5174839999999996 -0.72947647 3.6928473 2.6263246 -1.3512408999999999 1.6834499 1.6837830000000003 -2.4783781000000005 -6.6984168 -1.2489462 -6.6887429 +60 2.8329772 2.1140237 2.2372016 -0.75458393 3.4913451 2.5721924 -1.3575099 1.3951015 1.3953928 0.73519183 -2.2512053 -1.2560861 0.57652722 +61 -0.24922297 -6.0964482 -4.5699477 1.8042503 -2.6957958 -1.7407263 -1.4376913999999998 -6.4879413 -9.8110184 -9.0415633 -13.793660000000001 -1.3083851999999998 -13.783234 +62 -0.56781847 0.039317778 1.5705737 -0.50786284 -0.37201451 0.076059894 0.17520154 -2.8480307999999996 -2.8492879 -5.530082 -10.228582000000001 0.2212835 -10.218255000000001 +63 -0.56826645 0.039926946 1.5722933000000001 -0.5093523 -0.373096 0.076043123 0.17562792 -2.8469363 -2.8482476 -2.2071633 -8.6740383 0.22208473 -6.2003075 +64 -0.67787494 -2.8034684 -0.35441643 0.71172762 -2.0441948 -1.1168788 -0.81345607 -1.1668052 -4.4891749 -7.085321400000001 -11.821594000000001 -0.61320058 -11.811275 +65 -0.67751718 -2.804141 -0.35538779 0.71198751 -2.0445366000000003 -1.1171453000000002 -0.81369158 -1.1674327 -4.4898362999999994 -3.7640334 -10.759136999999999 -0.61327384 -8.2884664 +66 -0.18675994 -0.077112735 3.2611508999999996 -1.4107107 0.49553396 0.51106299 0.51564682 1.3113121 1.3115996 -2.6132459 -9.352692800000002 0.58444416 -6.8806667 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_AUC_EGF=10+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.6483656000000002 1.227819 -0.048919946 -0.41863944 -2.1800397 -1.2666378999999999 -0.96587317 0.6181905 0.61834444 0.37593698 0.3589676 -0.79794578 0.370329 +2 -0.81606026 -3.4077697 0.37566617 0.64781072 -1.6013923 -0.89074936 -0.68623599 -0.74268628 -0.74270171 -0.50872576 -1.1049832 -0.66774624 -1.1077688 +3 -0.17032743 0.011908153000000001 -3.1859449 0.051453349 -0.28865959 -0.081339839 -0.027149141 -0.15530197 -0.15506277 -0.069363979 -0.06982802 0.001170493 -0.071877181 +4 -0.5841039 -0.60228008 0.15051165 -2.9108055 1.3306848 0.94375225 0.85133128 -0.3340634 -0.33418319 -0.26134264 -0.489448 0.87072994 -0.49245469 +5 0.8223916 0.66547393 -0.064122734 -0.37095513 -1.7862721999999998 -0.90096764 -0.60528437 0.39021909 0.39032809 0.2491807 0.26180852 -0.42210033 0.26914812 +6 1.8147723999999998 1.3587861 -0.085335453 -0.65954258 2.2166595 -1.2383962 -0.93249585 0.82116203 0.82136516 0.48503748 0.42868357 -0.74782466 0.44349279 +7 2.5364463 1.8013269 -0.08406959 -0.72087143 3.2354567000000003 2.5025847999999997 -1.3658251000000001 1.0797763 1.0800223 0.61011019 0.49837071 -1.2656201 0.51702034 +8 -0.56909456 0.044682482 1.5824697 -0.51741118 -0.3714713 0.078736793 0.17891016 -2.8402871 -2.8417212000000003 -2.2009746 -6.1997056 0.22674643 -6.1906459 +9 -0.67649869 -2.8080717999999996 -0.36060092 0.71454045 -2.0460218 -1.1186421 -0.81521198 -1.1710778 -4.4935371 -3.7676617999999995 -8.3022112 -0.61501239 -8.2921818 +10 -0.18281776 -0.073847249 3.2193735 -1.3838843 0.4894201 0.50277001 0.50623404 1.2932536000000001 1.2935374 -2.6206376000000002 -6.8994214000000005 0.57305831 -6.8896493 +11 -0.064549933 -0.055311159000000006 2.0404372 -0.62460067 0.32650407 0.26755072 0.2379343 0.69697556 0.69715353 0.40659028 -2.4051278 0.23120102 0.38158283 +12 -2.3177958999999997 -2.6929115 0.31146321 0.65013949 -3.5851365 -2.6081167 -2.3058841 -0.68010529 -0.68009673 -0.46415196 -0.96411153 -2.2532235000000003 -0.96752643 +13 -1.7113141 1.1599104 -3.2961299 -0.4538943 -2.1573339 -1.2390047 -0.93672456 0.59965434 0.59997633 0.37803024 0.3642808 -0.76049265 0.37571751 +14 -3.0379517000000003 0.092588128 0.046170819 -3.1731404999999997 0.022254771 0.0204017 0.024386518 -0.07573706599999999 -0.075765355 -0.055710912 -0.075317598 0.03610098 -0.076713917 +15 -0.43238929 2.2632887000000004 -0.040901175 -0.51915432 -2.6806456 -1.7239212 -1.4199353000000001 1.2311916999999999 1.2314551 0.67036339 0.52644664 -1.3174821 0.54685047 +16 0.2571681 2.9198832 -0.02285998 -0.26105901 -0.24319478 -2.6165741000000002 -2.3176697 1.5372277 1.537525 0.79268001 0.58033392 -2.3237375 0.60423996 +17 0.052988719000000004 2.7093656000000004 -0.029617314 -0.37001622 -0.36265469 0.41562445 -1.8819384999999997 1.4500195 1.4503093 0.75971878 0.56662311 -1.846581 0.58960394 +18 -1.845366 1.3714156000000002 1.9185345 -0.75684891 -2.0371132 -1.103694 -0.79868266 -2.3443424 -2.345384 -1.7503563000000002 -5.371089700000001 -0.59003936 -5.363043900000001 +19 -2.2195755 -2.5298867 -0.24541155 0.69538008 -3.7105455999999997 -2.7090169 -2.407012 -1.0378076999999999 -4.3601183 -3.6384839 -8.150088199999999 -2.4084106 -8.140092 +20 -1.8035504 1.3004721000000001 3.3388861000000003 -1.1648758999999997 -1.752227 -0.84183155 -0.54043908 1.4582517 1.4585552 -2.5580462 -6.8118741 -0.3214219 -6.802139200000001 +21 -1.750937 1.1809562 2.1257772 -0.72287219 -2.0463205 -1.1438527 -0.84385086 0.996659 0.99688661 0.55988066 -2.3229889 -0.66273899 0.48443321 +22 -0.48381981 -3.6951153 -1.3953576 1.1039896999999999 -2.2889173 -1.3489392 -1.0459644000000001 -1.63106 -1.6306826 -1.1329696000000002 -3.6509047 -0.87923633 -3.6473521 +23 -1.9157171000000002 -3.9573591 0.41054746 -2.5871105 0.80900239 0.64325464 0.61804884 -0.77034645 -0.77037643 -0.53139839 -1.1881163000000001 0.68517694 -1.1902375 +24 -0.017225283 -3.0052056 0.34387756 0.53360307 -2.9903244 -2.0297221999999997 -1.7267994999999998 -0.71641169 -0.71641351 -0.48919612 -1.041674 -1.616422 -1.0447444 +25 0.27343544 -2.9321222000000002 0.33856719 0.47943053 -0.64188713 -3.0590134 -2.7592543999999997 -0.71210929 -0.71210754 -0.48603171 -1.0318038 -2.7667617 -1.0349085999999998 +26 0.24317313 -2.9282869 0.33790839 0.48391557 -0.66529394 0.048162077000000005 -2.1415401000000003 -0.71150241 -0.71150088 -0.48555007 -1.0301652000000001 -2.1283516 -1.033281 +27 -0.83121206 -3.4558876000000005 0.87579319 0.43085164 -1.8489101000000003 -0.94065082 -0.64025281 -3.8427274 -3.8430382000000005 -3.1432471 -7.5302281 -0.43850732 -7.520457700000001 +28 -0.53855772 -7.0870702 -1.1419811000000002 1.2351928 -2.437116 -1.4876021000000001 -1.1834479 -2.067358 -5.3896425 -4.643292400000001 -9.283682800000001 -1.0240828000000002 -9.2734883 +29 -1.4398544 -3.1600373 3.1095766 -1.4000713 -0.62740528 0.023014654 0.20799414 1.137026 1.1373745000000002 -2.6820767000000005 -6.9844883 0.34121631 -6.9746781 +30 -1.1337848 -3.2289345000000003 1.9382959 -0.30132427 -1.0091181999999999 -0.38461291 -0.21659904 0.3374275 0.33767438 0.20415952 -2.5582462 -0.18571814 0.19730966 +31 -0.86753602 -0.72327234 -2.7756806 -2.6761904999999997 1.2410411 0.87213609 0.7806729 -0.70204176 -0.70189982 -0.49916086 -1.1422958 0.80458021 -1.142554 +32 0.72391416 0.66160776 -3.3011726 -0.35832049 -1.8004105 -0.90449048 -0.60504789 0.3107285 0.31102761 0.2233097 0.24831621 -0.40345392 0.25484307 +33 1.7299313000000003 1.2912848999999997 -3.3341615 -0.63750532 2.1577734 -1.2511084 -0.94520298 0.73724371 0.73758627 0.45382599 0.41329897 -0.76278054 0.42715366 +34 2.445349 1.7074369999999999 -3.3366488 -0.71306928 3.1712369 2.4848432999999996 -1.3677834 0.99470964 0.9950714 0.57831353 0.48422449 -1.2678969999999998 0.50192317 +35 -0.52729276 0.11740848 -0.66720649 -0.11285579 -1.098419 -0.29153407 -0.031258722999999995 -3.2790977999999997 -3.2798898999999997 -2.6034527 -6.857726400000001 0.11713855 -6.8480557 +36 -0.37783681 -4.180116 -4.402556400000001 1.5085157 -2.5508514 -1.6012957 -1.2988001 -2.4628975 -5.7846338 -5.0309495 -9.708522199999999 -1.1587818 -9.698167100000001 +37 -0.21429073 0.058001437 -0.1504876 -0.21997148 -0.16482255 0.037966243999999996 0.08919134 0.1729706 0.1732741 -3.1791536 -7.6234073 0.13415607 -7.6133765 +38 -0.18383687 0.012626964 -1.0774719 -0.05871969 -0.21291252 -0.028661226 0.016968951 -0.011357104 -0.011097863000000001 0.022690718999999998 -2.6824348 0.042219612000000004 0.042358625999999996 +39 0.010053396 -0.045752905999999996 0.03620713 -3.1843008999999998 -0.88345562 -0.081505392 0.18846285 -0.08106239900000001 -0.081084141 -0.076252678 -0.1299176 0.39010523 -0.13125062 +40 1.311242 0.98232427 -0.07064838400000001 -3.7608455000000003 3.6978402000000004 -0.69796911 -0.39161024 0.55165159 0.55181252 0.32304154 0.30414017 -0.11372197 0.3139117 +41 2.5232161 1.7928906000000002 -0.08423699800000001 -4.0427578 4.0381686000000006 2.6897778999999997 -1.3428034 1.075032 1.0752774999999999 0.60789626 0.49721461 -1.2395184 0.515797 +42 -1.2868977 -0.71397081 1.3474793999999999 -3.3735654000000004 1.6325877 1.1997555 1.062023 -3.1980117999999997 -3.1999397999999997 -2.5418991 -6.6310599 0.99747628 -6.6219229 +43 -1.9900086 -2.8846402 -0.37331279 -2.5243773999999997 0.50123982 0.60543282 0.62638905 -1.188242 -4.511209099999999 -3.7849823 -8.321257000000001 0.69029874 -8.3112229 +44 -0.51589313 -0.61308734 3.1780675 -4.6674896 2.059603 1.6732965 1.5206146999999999 1.2255795 1.2258551000000002 -2.6490936 -6.9382701 1.2139335 -6.9284857 +45 -0.50377935 -0.6027691 2.0105871 -3.6963017999999996 1.745068 1.2718236 1.128387 0.52106163 0.52120463 0.29331023 -2.4900352000000003 1.0444950000000002 0.27884364 +46 2.892588 2.0136474 -0.080169869 -0.70184541 0.035751851 -2.3987553 -2.0995565 1.1937233999999999 1.1939829 0.66093838 0.52358755 -2.0864599 0.54375681 +47 2.7736085 1.9439028000000003 -0.081577602 -0.71199202 -0.02110247 0.70218689 -1.7687556 1.1574531000000001 1.1577083000000001 0.64516365 0.51598842 -1.7211145 0.53569004 +48 0.38322809 0.74849916 1.7759558999999998 -0.78452321 -1.6819758999999999 -0.77183291 -0.46877301 -2.54648 -2.5475588 -1.9304756 -5.7665815 -0.22900311 -5.7578368 +49 0.11217574 -2.996297 -0.44381774 0.68476607 -3.1564537 -2.1663572999999996 -1.8626596999999998 -1.2698931999999998 -4.592193099999999 -3.8637797999999997 -8.411619 -1.8070892 -8.401573599999999 +50 0.69009088 0.69324788 3.2887312999999994 -1.3482078000000002 -1.3487993999999999 -0.47300332 -0.17860878 1.3933347 1.3936313 -2.5818684 -6.8454292 0.054762205 -6.8356807 +51 0.76072729 0.61767753 2.0891903000000003 -0.78135798 -1.6168963 -0.74754258 -0.45462934 0.88574796 0.88596075 0.50516425 -2.3504067 -0.26655066 0.44989812 +52 2.9767397 2.0610557000000003 -0.079251221 -0.6930406 3.6273703999999998 -0.70038932 -2.4649996 1.2178292 1.2180916000000002 0.6712316 0.52844525 -2.4841919999999997 0.54891766 +53 1.4003431 1.1881719 1.8858498 -0.90553775 2.1100304 -1.2236753 -0.91717681 -2.3626928 -2.3634916 -1.7633279 -5.4775191 -0.73103497 -5.4690025 +54 0.26126885 -3.0606446 -0.47024789 0.67966677 -1.1337323000000001 -3.3536762 -3.0541895 -1.3024798999999998 -4.62474 -3.8957010000000003 -8.4466939 -3.1020494999999997 -8.4366469 +55 2.0231227 1.6617859 3.4052388999999996 -1.1165592 2.8632546000000003 -0.95701643 -0.65014823 1.5442998 1.5446159 -2.5269988999999997 -6.7678164 -0.41732286 -6.75811 +56 1.9370072 1.4939735 2.1721585 -0.84848293 2.5204674 -1.1471373 -0.84052411 1.1659121000000001 1.1661719 0.63466706 -2.2916090000000002 -0.63632299 0.52465968 +57 1.7975603 1.1431521999999998 1.8719473999999998 -0.9338456 2.6829273999999996 2.3239408 -1.3913474 -2.3782345 -2.3788909 -1.7767285 -5.5093589000000005 -1.2945746999999999 -5.5007755 +58 0.20872281 -3.0374361 -0.4608755 0.68145198 -1.1829303 -0.30000037 -2.2606637000000003 -1.2907129 -4.6129907 -3.884148 -8.434169500000001 -2.2582932000000002 -8.4241222 +59 3.1123484 2.440378 3.5178287000000004 -0.72950822 3.6929154000000004 2.626348 -1.3512289 1.683466 1.6837977 -2.4783767999999995 -6.6984051 -1.2489436999999999 -6.688730499999999 +60 2.8331037 2.1140637000000004 2.2374905 -0.75460436 3.4914006 2.5722112999999998 -1.3574991 1.3951131 1.3954031999999998 0.73519049 -2.2511922 -1.2560848999999998 0.5765392 +61 -0.24907687 -6.0963742 -4.5697041 1.8042383999999998 -2.6957347 -1.7407267 -1.4377081 -6.487940900000001 -9.811001300000001 -9.041586 -13.793664999999999 -1.3084118999999999 -13.783238 +62 -0.56772261 0.039368943999999996 1.5708291 -0.50780562 -0.37229026 0.075955832 0.17515053 -2.8480916 -2.8493491 -5.5301779 -10.228663000000001 0.22124422 -10.218334 +63 -0.56816765 0.039980556 1.5725536 -0.50929561 -0.37335694 0.075943354 0.17557809 -2.8469947 -2.8483066000000004 -2.207257 -8.6741714 0.22204549 -6.200440400000001 +64 -0.67766851 -2.803607 -0.35422576 0.71182682 -2.0442134999999997 -1.1169456 -0.81353635 -1.1669903 -4.4893574 -7.0855392 -11.821797 -0.61328375 -11.811477 +65 -0.67731367 -2.8042745 -0.35518966 0.71208586 -2.0445522 -1.1172103 -0.81377048 -1.1676127 -4.4900138 -3.7642462999999995 -10.759366 -0.61335796 -8.288695599999999 +66 -0.18679331 -0.07712525 3.2614818 -1.4106477 0.49553066 0.5110417 0.51561972 1.3112891000000002 1.3115754 -2.6132605 -9.3527031 0.58441092 -6.880676299999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.8265901 0.23309919 0.09713629 0.05315598 -2.8429246 -2.5996881000000003 -0.74329741 0.077616385 0.077291289 0.077278687 0.07731537 -0.74769461 0.077319025 +2 -1.4963376 -3.7828076 -0.50860342 -0.048123484 -1.5264271999999999 -1.3650885 -0.29508512 -0.49615585 -0.51193835 -0.51189667 -0.51212266 -0.29718846 -0.51211665 +3 1.755312 2.1453283 2.0020968 0.49340607 1.6920529 0.5719935 0.76859098 2.5649561000000003 2.5494337000000002 2.5484222 2.5517481 0.77424021 2.5519851000000005 +4 0.0004963746599999999 0.00054528231 0.00016870283 -3.3215108 0.1899796 0.11388099 0.016236324 0.00017658292 0.00017320447 0.00017315938999999997 0.0001732207 0.016364629 0.00017324665 +5 0.00061902463 0.0005234732 0.00024578377000000003 1.2502973e-05 -1.7245931 -1.4261898000000002 -0.31278314 0.00016700107 0.00018776847 0.0001877906 0.00018793148000000002 -0.3148871 0.00018788811 +6 0.0012136364 0.0010993914 0.00049363638 2.8763865000000002e-05 0.0012288663 -3.3960087999999997 -1.2346066 0.00035016608 0.00039331958 0.00039330126 0.00039352888999999994 -1.2394723 0.0003935029 +7 0.0012558373 0.0011528673 0.00050995715 3.0656931e-05 0.0012664600999999999 0.00043310085 -1.4951553999999998 0.00036708577 0.00041224843999999996 0.00041221682 0.00041244241 -1.4998862 0.00041242766 +8 -1.3886372999999999 -3.295639 -3.3966519999999996 -0.014342222 -1.4221131 -1.3000914 -0.24425824 -3.9679559 -3.9699195 -3.9698233999999997 -3.9705676 -0.24619673 -3.9705141000000004 +9 -1.5275603000000002 -4.0156029 -3.9955168 -0.048677104000000006 -1.5602116000000001 -1.4353181000000002 -0.31712515 -0.68627968 -4.010913700000001 -4.010818 -4.0115642 -0.31940114 -4.011510100000001 +10 -0.0009016381599999999 -8.050733599999999e-05 0.010488677 -2.9294865e-06 -5.4516974e-05 5.8976054999999996e-05 8.7558499e-06 -3.813478e-05 -0.0001041039 -3.3220322999999996 -3.3226953000000004 8.8681079e-06 -3.3226942999999998 +11 -3.2305347000000005e-08 -5.616677099999999e-08 -1.5734364999999999e-06 -8.053234099999999e-08 9.6413163e-08 1.2137191000000002e-06 5.2958191e-09 -1.2025543e-06 -1.3310284e-06 -1.329907e-06 -2.4594381000000003 5.9145497e-09 -2.8454698e-06 +12 -3.9270794999999996 -3.61029 -0.49691157 -0.0016466814000000002 -3.9653055 -3.8774822999999996 -1.5269854999999999 -0.48921265 -0.50498362 -0.50494286 -0.50516671 -1.5340098 -0.50516035 +13 -1.2734751 2.3470937999999997 2.0501162 0.54851125 -1.3921562 -1.5239826 0.37919082 2.6124998 2.5968929 2.595848 2.5993157000000005 0.38056868 2.5995549 +14 -2.8260692 0.23366587 0.097313695 -3.2683377 -2.6496869 -2.4090045 -0.64998178 0.07781974700000001 0.07749005 0.0774774 0.077514165 -0.65399995 0.077517844 +15 -2.8263342000000002 0.23344936 0.097364542 0.053169667999999996 -4.546508599999999 -4.3558422 -1.8804506 0.077739821 0.077426915 0.07741426900000001 0.07745099700000001 -1.8878837 0.077454679 +16 -2.826284 0.23351781 0.09740592 0.053172352 -2.8425693 -5.8085509 -3.1089537 0.077763926 0.077453395 0.077440737 0.07747747099999999 -3.1175322999999997 0.077481162 +17 -2.8263130000000003 0.23347805 0.09737964800000001 0.053170798 -2.8426035 -2.5995619 -2.2344951 0.077749909 0.07743799400000001 0.077425341 0.07746206900000001 -2.241698 0.077465757 +18 -3.8363273999999996 -3.0415134999999998 -3.3797927000000003 0.03397086 -3.8790734 -3.8156682 -1.4506045 -3.9546400999999998 -3.9564012 -3.9563062999999996 -3.9570510999999997 -1.4575704 -3.9569966 +19 -3.9447047999999993 -3.8444749 -3.9362546000000003 -0.0022535272 -3.9856622 -3.9226455999999996 -1.5600001000000001 -0.68022566 -4.0047731 -4.0046781000000005 -4.005424700000001 -1.5671648 -4.0053699 +20 -2.8171021 0.2330212 0.08109154 0.05315277 -2.8429682 -2.5996144 -0.74325858 0.077580279 0.077186093 -3.2447545 -3.2454172999999997 -0.74765542 -3.2454126 +21 -2.82659 0.23309928 0.09713489300000001 0.053155903 -2.8429244 -2.5996864 -0.74329672 0.07761524 0.077290052 0.077277451 -2.3821229 -0.74769392 0.07731619 +22 -0.80553685 -1.3743446000000001 1.6717442 0.33876621 -0.88846142 -0.95362118 0.51458585 2.2365849 2.2171851 2.2163682999999996 2.2188101000000002 0.51741319 2.2190445 +23 -1.495916 -3.782408 -0.50855715 -3.3696387000000003 -1.3474939 -1.2031546 -0.24773569 -0.4961334 -0.51191624 -0.51187456 -0.51210055 -0.2495523 -0.51209453 +24 -1.4960846 -3.7823896 -0.50877347 -0.048127012000000004 -3.2350494 -3.0785002 -1.0508168 -0.4961422 -0.51192232 -0.51188063 -0.51210662 -1.0563508999999998 -0.5121006 +25 -1.4960029 -3.782225 -0.50881351 -0.048127935999999996 -1.5261341999999998 -4.6656075 -2.1690258 -0.49613683 -0.51191602 -0.51187433 -0.51210032 -2.1765903 -0.5120943 +26 -1.4960266000000002 -3.7822601000000002 -0.50879653 -0.048127573 -1.5261548 -1.3649717 -1.7884461 -0.49613798 -0.51191737 -0.51187568 -0.51210167 -1.7943909 -0.51209565 +27 -1.6537526000000002 -6.681095599999999 -3.4613574999999996 -0.019098288 -1.6944026 -1.6068513999999998 -0.34141978 -4.0268796 -4.0432001 -4.0431017 -4.043846299999999 -0.34399851 -4.0437947 +28 -1.6989383000000002 -7.3806382 -4.0449864 -0.051628216 -1.7367086999999999 -1.6409301 -0.38492002 -0.72253299 -4.0608799 -4.060782700000001 -4.0615292 -0.38763346 -4.0614763 +29 -1.4988976 -3.7828872000000002 -0.49262691 -0.048123751 -1.5264387 -1.3650745000000002 -0.29508071 -0.49617202 -0.51201936 -3.8339059 -3.8345968 -0.297184 -3.8345901 +30 -1.4963377 -3.7828082999999997 -0.50860553 -0.04812354 -1.5264271999999999 -1.3650882 -0.29508513 -0.49615706 -0.51193991 -0.51189823 -2.9715595 -0.29718847 -0.51211927 +31 1.7557468 2.1458154 2.0021893 -2.8281848 1.9543138 0.61828901 0.77366678 2.5650659 2.5495417999999996 2.5485302000000005 2.5518563999999997 0.77939652 2.5520934 +32 1.7565476000000002 2.1460175 2.0025292 0.49347234 -0.084343424 -0.3321232 0.64475391 2.5651123 2.5496105 2.5485990000000003 2.5519255000000003 0.64886424 2.5521624 +33 1.7591036 2.147866 2.0034387 0.4936654 1.6959804 -2.8992526 -0.23921091 2.5655302000000004 2.5500916 2.5490798 2.5524077000000003 -0.2400972 2.5526446 +34 1.7595714 2.1482347 2.0035862 0.49370484 1.6964471 0.57259693 -0.73345837 2.5656136000000003 2.550188 2.5491761000000004 2.5525043 -0.73589875 2.5527412 +35 -0.44468876 -0.71379601 -1.1392605 0.38081086 -0.53246843 -0.68126279 0.61040515 -1.1484068 -1.1635597 -1.1637246 -1.1643953000000002 0.61401683 -1.164142 +36 -0.83718462 -1.4406885 -1.7676343999999997 0.33720416 -0.92130978 -1.0028609 0.50030037 2.1100345000000003 -1.2269919 -1.2271501 -1.2278313 0.50297789 -1.2275815 +37 1.7552880000000002 2.1453037999999998 2.0020941000000003 0.49340059 1.6920322 0.57200917 0.76858825 2.5649412 2.5493952999999996 -0.77354426 -0.77410147 0.77423749 -0.77385924 +38 1.7553078000000002 2.1453237 2.0021063999999997 0.49340302 1.6920494 0.57199343 0.7685863 2.5649485 2.5494263 2.5484148999999996 0.09227884300000001 0.77423551 2.5519688 +39 0.0010909097 0.0010397749000000001 0.00040286049 -3.3214992 -1.5382718999999998 -1.2560703000000002 -0.26175612 0.00033443040999999997 0.00035071129 0.00035069281 0.00035089326 -0.26356528 0.0003508725 +40 0.0017302401000000001 0.001656871 0.00066870049 -3.3214818999999998 0.1912357 -3.2888236000000006 -1.1660958000000001 0.0005307624 0.00057104157 0.00057098215 0.0005712781200000001 -1.1707 0.0005712735700000001 +41 0.0017923392999999999 0.0017302476 0.00069334811 -3.3214794000000003 0.19129266 0.11429929 -1.4790366000000001 0.00055402004 0.00059708138 0.0005970074400000001 0.0005973045599999999 -1.4836937 0.00059731167 +42 -1.3881856000000001 -3.2951938999999997 -3.3971715 -3.3358457 -1.2393023 -1.1367263 -0.1979773 -3.9679263 -3.9698931000000006 -3.9697970000000002 -3.9705412000000004 -0.19962485 -3.9704877 +43 -1.5271336000000002 -4.015204 -3.9954909 -3.3701922999999994 -1.3816776000000002 -1.2724923000000001 -0.26784869 -0.68625904 -4.0108959 -4.0108002 -4.0115465 -0.26982814 -4.0114923 +44 -0.00039334451000000003 0.0004647825 0.010511092 -3.3215137 0.18992492 0.11393473 0.016243779 0.00013846618999999998 6.9101608e-05 -3.3218591 -3.3225220999999996 0.016372183000000002 -3.3225211000000003 +45 0.0004963425700000001 0.00054522642 0.00016712979 -3.3215108 0.18997971 0.11388211 0.016236305 0.0001753805 0.00017187367 0.00017182971 -2.4592649 0.016364611 0.00017040122999999999 +46 0.0013849611 0.0012666397 0.00056637932 3.3525877e-05 -1.7238453 -4.7170990999999995 -2.2079526 0.00040337089 0.00045302640999999997 0.00045299672 0.00045324996 -2.2152522 0.00045322863 +47 0.0013330303 0.0012183096 0.00054398108 3.2219593e-05 -1.7238971 -1.4259066 -1.8059968999999998 0.00038797234 0.00043573265999999995 0.00043570379 0.00043594702000000003 -1.8118967000000001 0.00043592683 +48 -1.3884746000000001 -3.2951818 -3.3917281999999997 -0.014345564 -3.1313249 -3.008411 -0.97894228 -3.9679355000000003 -3.9698735000000003 -3.9697774 -3.9705216 -0.98437588 -3.9704681000000006 +49 -1.527353 -4.015194999999999 -3.9954732 -0.048680644 -3.2686368 -3.1531585 -1.0959729 -0.68626834 -4.01088 -4.0107843 -4.0115305 -1.1017392 -4.0114763 +50 -0.0004294521 0.0004429451 0.012568258999999998 9.571354e-06 -1.7246467 -1.4261081 -0.31275674 0.00012858641000000002 8.3656471e-05 -3.3218445 -3.3225074999999995 -0.31486043 -3.3225065000000003 +51 0.0006189923599999999 0.0005234172299999999 0.00024421077000000003 1.2422438e-05 -1.724593 -1.4261881 -0.31278275 0.0001657986 0.00018643765 0.0001864609 -2.4592502 -0.31488672 0.00018504264999999999 +52 0.0014078108999999999 0.001290768 0.00057592687 3.4265437999999996e-05 0.0014206711 -3.395957 -2.7241560000000002 0.00041102189 0.00046159929 0.0004615653400000001 0.00046181950999999995 -2.7310237 0.00046180149000000007 +53 -1.3884132 -3.2949957999999997 -3.3902502 -0.014346399 -1.4217672 -4.605940400000001 -2.0897596999999997 -3.9679272000000005 -3.9698550000000004 -3.9697589 -3.9705031 -2.0973227999999997 -3.9704496 +54 -1.5272878 -4.015042 -3.9954367999999993 -0.048681554 -1.5599446000000001 -4.728400700000001 -2.2213632999999997 -0.68626408 -4.010867500000001 -4.0107718 -4.011518 -2.2291284 -4.0114638 +55 7.38294e-05 0.0010189085 0.013957664 2.5832185e-05 0.0011744086999999999 -3.3959677000000004 -1.2345786 0.00031159377 0.00028922922000000005 -3.321639 -3.3223019 -1.239444 -3.3223010000000004 +56 0.001213605 0.0010993364 0.00049206443 2.8683356e-05 0.0012289637 -3.3960077000000006 -1.2346061000000002 0.00034896406000000003 0.00039198940999999996 0.00039197220999999995 -2.4590446 -1.2394718 0.00039065788 +57 -1.3884252000000001 -3.2950331 -3.3908236000000005 -0.01434605 -1.4217906999999999 -1.2999546999999998 -1.7379 -3.9679288999999995 -3.9698587999999995 -3.9697627 -3.9705068 -1.7438171999999998 -3.9704534 +58 -1.5273073999999998 -4.0150776 -3.9954509 -0.048681188 -1.5599642 -1.4352158000000002 -1.8103675 -0.68626507 -4.0108704 -4.010774700000001 -4.011521 -1.8164254000000002 -4.0114668 +59 0.00012101048999999999 0.0010723996000000001 0.013912378000000001 2.7725609e-05 0.0012120165 0.0004921015299999999 -1.4951466999999998 0.00032852690000000003 0.00030816464 -3.3216201 -3.322283 -1.4998775 -3.322282 +60 0.0012558062 0.0011528126 0.0005083854 3.057643e-05 0.0012665578 0.00043431472000000004 -1.4951553999999998 0.00036588386 0.00041091842000000003 0.00041088792000000004 -2.4590257 -1.4998862 0.00040958275999999997 +61 -1.6532625 -6.7029219 -6.6406295 -0.019101315 -1.6949815 -1.6086214 -0.34204275 -4.051400800000001 -7.375558 -7.3754577999999995 -7.376249799999999 -0.34462663 -7.3761912 +62 -1.3881279 -3.2956946000000005 -3.4227467000000003 -0.014342425 -1.4221235 -1.3000819 -0.24425528 -3.9679589999999996 -3.9699817000000004 -7.2918137000000005 -7.292600099999999 -0.24619374 -7.2925466 +63 -1.3886372999999999 -3.295639 -3.3966521000000003 -0.014342223000000001 -1.4221131 -1.3000914 -0.24425823 -3.9679559 -3.9699195 -3.9698233999999997 -6.4299995 -0.24619673 -3.9705141999999998 +64 -1.5275636000000001 -4.0156587 -3.9958267999999997 -0.048677230999999994 -1.5602187 -1.4353120000000001 -0.31712309 -0.68628199 -4.0109745000000006 -7.3328069000000005 -7.3335943 -0.31939906 -7.333539999999999 +65 -1.5275603000000002 -4.0156029 -3.9955169 -0.048677105 -1.5602116000000001 -1.4353181000000002 -0.31712514 -0.68627969 -4.010913700000001 -4.010818 -6.4709962 -0.31940114 -4.0115102 +66 -0.0009016413900000001 -8.0512976e-05 0.010488521 -2.937534e-06 -5.4507362e-05 5.9097321000000005e-05 8.7563777e-06 -3.8254942999999996e-05 -0.0001042369 -3.3220324 -5.7821276 8.8686975e-06 -3.3226946 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.1267965 0.17572286 0.007287869399999999 0.07222677799999999 -3.3938986000000004 -0.54524032 -0.048617607 0.009627441 0.009612559 0.009054636 0.012318154 -0.050089574000000005 0.012318133 +2 -2.1468536 -2.4008985000000003 -0.040446556 -0.45962309 -2.2068936000000003 -0.08931207199999999 -0.025692902000000004 -0.055762759 -0.056059508 -0.052872342999999995 -0.071385941 -0.026216562000000002 -0.07138897400000001 +3 -0.43809879 -0.33047692 -2.6434371 0.84015153 -0.88295485 -0.06161057599999999 1.2060895 -1.9791951 -1.9801621999999999 -1.9174377 -2.2574794999999996 1.2440278999999999 -2.2563744999999997 +4 -0.00056317668 -0.00028314272 -1.0488468e-05 -3.3219567000000003 0.643557 0.0071703244 0.00075637603 -1.4144349e-05 -1.4422512999999998e-05 -1.3590826e-05 -1.8472905e-05 0.00077618739 -1.846885e-05 +5 0.011551987 0.0080041735 0.00029350005 0.0026837508 -2.1090395 -0.09585758 -0.0095069801 0.00039509997 0.00039824144 0.00037521385 0.00050992963 -0.0097725171 0.00050990361 +6 0.073311613 0.050306570999999994 0.0017257033 0.016952619 0.081112513 -3.3987691 -0.93395392 0.0023706347 0.002401821 0.0022626841 0.0030755316999999996 -0.9496545 0.0030756134 +7 0.085831214 0.058787025 0.0020168316 0.019845889 0.094958347 0.0012520889 -1.5278213 0.002773115 0.0028104618 0.0026476227000000003 0.0035989143 -1.5491754999999998 0.0035990215999999998 +8 -4.0959754 -4.4541935 -8.4895549 -1.1165802 -4.034009200000001 -0.54409012 -1.1195651000000002 -9.460149099999999 -9.4366451 -9.3517433 -9.796274499999999 -1.1395263999999998 -9.795257300000001 +9 -4.711217700000001 -5.3277609 -9.1865052 -1.1617677 -4.656426799999999 -1.0514253999999998 -1.2181723 -6.285247900000001 -9.5876588 -9.502775 -9.9473965 -1.2393041 -9.946348599999999 +10 -0.031074382 -0.024251737000000002 -0.59887261 -0.31628928 0.086758819 0.007626163399999999 -0.63688669 -0.59138801 -0.58933068 -3.8830322999999995 -4.3014816 -0.64853254 -4.300897 +11 -0.020315217 -0.015593137 -0.45460782 -0.26724325 0.081305475 0.0066302277000000005 -0.52538336 -0.45030617 -0.44862791 -0.4261618 -3.0149787 -0.53519465 -0.5537564 +12 -5.1680149 -2.1458630000000003 -0.038086199 -0.42072463 -5.2980789 -2.2128555 -0.43947434 -0.052695339 -0.052994304000000006 -0.049978332 -0.067501746 -0.44916005 -0.067504725 +13 -3.4646224 -0.092724358 -2.6196406000000003 0.88524014 -4.0686387999999996 -1.4842540000000002 0.98355001 -1.952965 -1.9538538 -1.8915343 -2.2295990000000003 1.0103868 -2.2284947 +14 -3.1372415 0.16857475 0.0070206834999999995 -3.2522066 -2.8614235 -0.24712931 -0.011441548000000001 0.0092593709 0.009241086899999999 0.0087047785 0.011841668 -0.011898871 0.011841663999999998 +15 -3.0876283 0.2027869 0.008293163000000001 0.082026115 -5.102905000000001 -2.1508577 -0.40148854 0.011017927 0.0110185 0.010378659 0.014121675 -0.41082469 0.014121682 +16 -3.0630693 0.21952755 0.0089061358 0.088134067 -3.3348505 -4.439567 -1.5798618 0.011872648999999999 0.011886793 0.011196251 0.015235543999999998 -1.6033776000000002 0.015235673 +17 -3.0653754 0.21795629 0.008845266899999999 0.08755674 -3.3370163 -0.5247105 -1.5725627 0.01178889 0.011802338 0.011116716 0.015127156999999999 -1.5946201 0.015127293 +18 -6.937049099999999 -4.1933584 -8.472773199999999 -1.0755895 -6.905529 -3.2849516000000003 -1.9076563999999998 -9.4437352 -9.419682 -9.3347816 -9.779305599999999 -1.9351121999999998 -9.7782886 +19 -7.498897500000001 -5.1538794 -9.1808379 -1.1271561 -7.468746400000001 -4.0038421 -2.3393490000000003 -6.2791903 -9.5813184 -9.4964352 -9.941054300000001 -2.3694229 -9.9400064 +20 -3.1660536 0.14462851 -0.58993191 -0.23171717 -3.3316207 -0.40186753 -0.6631415 -0.57914954 -0.57713573 -3.8713205000000004 -4.289561900000001 -0.67551023 -4.2889699 +21 -3.1543111 0.15420635 -0.44566381 -0.18457259 -3.3347633 -0.42173083 -0.55478328 -0.43834416 -0.43670316 -0.41475473 -3.0007876 -0.56540357 -0.53954525 +22 -2.8977180000000002 -2.9897924 -2.76363 0.64614024 -3.3781295 -0.7216529 1.1177301000000002 -2.1111324000000002 -2.1126321 -2.0479768 -2.3974249 1.151111 -2.396315 +23 -2.152358 -2.4063417 -0.040484402 -3.7819269 -1.7920955000000003 -0.049948832 -0.021605773999999998 -0.055814827000000004 -0.056111654000000004 -0.052921583 -0.07145201 -0.02201472 -0.07145504 +24 -2.1021805000000002 -2.3563435 -0.040129632 -0.45573448 -3.964773 -0.81148946 -0.1182283 -0.055329907000000005 -0.055625929000000005 -0.052462944000000004 -0.070836606 -0.12108947 -0.07083965099999999 +25 -2.0212105 -2.2761485 -0.039574545 -0.44846623 -2.0792026000000003 -3.7509926 -1.1525793 -0.054558145 -0.05485185099999999 -0.051732114 -0.069855931 -1.1709916999999999 -0.069858913 +26 -2.013032 -2.2681047000000003 -0.039519333999999996 -0.44771733 -2.0709942999999997 -0.078066951 -1.5521921 -0.05448032 -0.054773739 -0.05165837 -0.069756973 -1.5736854 -0.069759944 +27 -5.7361787 -7.8472217 -8.5897814 -1.1596533000000002 -5.704396900000001 -2.1657929 -1.4726778999999999 -9.5410558 -9.537985699999998 -9.453078900000001 -9.8976537 -1.4967626 -9.8966329 +28 -5.9181887 -8.688522099999998 -9.2469356 -1.185829 -5.8873150999999995 -2.4280826 -1.5829312 -6.3300388 -9.6494602 -9.5645724 -10.009217 -1.6080789 -10.008168 +29 -2.2367632 -2.4333809 -0.66043712 -0.89388772 -2.1834363 -0.04799504 -0.65561341 -0.67570151 -0.67444372 -3.9648733999999997 -4.384722 -0.66750264 -4.384194 +30 -2.2102657999999997 -2.4182322 -0.51209548 -0.8262674 -2.172602 -0.053055795999999995 -0.54573191 -0.52849078 -0.5274665 -0.50167271 -3.1082424 -0.55583029 -0.6471547 +31 -0.44365462 -0.33397476 -2.6437522999999996 -2.4822262000000004 0.022660924 -0.022748757999999997 1.209919 -1.9795513999999999 -1.9805173999999999 -1.9177875 -2.2578557999999997 1.2480556999999999 -2.2567508 +32 -0.39183231 -0.29970405 -2.6405727999999997 0.84471751 -2.7809222 -0.41630186 1.1660712 -1.9760223999999997 -1.9769861 -1.9143099 -2.2541147999999995 1.201865 -2.2530101000000005 +33 -0.22033793 -0.18468977 -2.6288359 0.86252419 -0.65368182 -3.6514843999999997 0.10196664 -1.9633613999999997 -1.9639327000000002 -1.9014583999999999 -2.2402863999999996 0.10043301 -2.2391805000000002 +34 -0.19730131 -0.16941427 -2.6271923999999998 0.86498043 -0.62937113 -0.048737672999999995 -0.37621322 -1.9616040000000001 -1.9621119999999999 -1.899666 -2.238357 -0.3873337 -2.2372509999999997 +35 -2.2146745 -2.1915256000000003 -6.3747508 0.65570098 -2.6837473999999997 -0.39760543 1.1239148 -6.6305818 -6.631479400000001 -6.5476243 -6.9889339999999995 1.1576443 -6.9876326 +36 -2.907947 -2.9589102 -7.304816199999999 0.5875892 -3.3652756 -0.80278299 1.0234576 -3.4490841 -6.7714694 -6.687533 -7.1292234 1.0523984 -7.1279211 +37 -0.43592189 -0.32857756 -2.6284705 0.83780459 -0.87935965 -0.061244535999999995 1.2029718 -1.9713333999999998 -1.9723258000000001 -5.231647799999999 -5.6667583 1.2407645 -5.6655184 +38 -0.43609088 -0.32873092 -2.629928 0.83804118 -0.87966624 -0.061277726 1.2032661 -1.9720982 -1.9730604999999999 -1.9104433 -4.7101544 1.2410723999999997 -2.2490757 +39 0.0077452158 0.0054809538 0.00020503191999999998 -3.3200231 -1.6713363999999997 -0.049890925 -0.0046992662 0.00027429042 0.00027622105 0.00026024777000000003 0.00035367841 -0.0048215178 0.00035366315000000004 +40 0.072067485 0.049569579 0.0017001020999999998 -3.305161 0.73673958 -3.3624358 -0.91391787 0.0023356297 0.0023661814000000003 0.0022291076 0.0030298757000000003 -0.92929081 0.0030299607 +41 0.08605812 0.059053048 0.0020272752 -3.3019252999999997 0.75471346 0.008057727800000001 -1.5271141000000001 0.0027870076 0.00282428 0.0026606382 0.0036166102 -1.5484604 0.0036167198 +42 -4.0958244 -4.4538314 -8.489568499999999 -4.438208599999999 -3.7600534 -0.37625029 -1.0980535 -9.4601297 -9.436634399999999 -9.3517327 -9.796263900000001 -1.1177191 -9.7952466 +43 -4.711121400000001 -5.3275431 -9.186616599999999 -4.4834083 -4.3935287 -0.81875298 -1.1789136 -6.2852419 -9.587665800000002 -9.5027821 -9.9474035 -1.1995503 -9.9463556 +44 -0.031331938 -0.024316828 -0.59887757 -3.63815 0.62925858 0.011337287 -0.63642019 -0.59139418 -0.58933743 -3.8830387 -4.3014882000000005 -0.64805847 -4.300903599999999 +45 -0.020608911 -0.015688957 -0.45461461 -3.5891214 0.6394321 0.01077144 -0.52488519 -0.450314 -0.44863624 -0.42616978 -3.0149886 -0.53468756 -0.55376633 +46 0.08360435299999999 0.057287553 0.0019723522 0.019337379 -2.0502561000000004 -3.7679362000000003 -1.1478458 0.0027090784000000003 0.0027444771999999996 0.0025854807 0.0035144426 -1.1665421 0.0035145242 +47 0.08703375599999999 0.059602484000000004 0.0020478518 0.020126276000000002 -2.0475119 -0.08980050199999999 -1.5366573000000001 0.0028149381 0.0028526736 0.0026873892999999998 0.0036529913 -1.5581257 0.0036530962 +48 -4.093567 -4.452537 -8.4885424 -1.1165568000000001 -5.7607756 -1.9852139 -1.4151515 -9.4600304 -9.4364257 -9.3515238 -9.7960547 -1.4384441000000001 -9.7950377 +49 -4.7094688 -5.3258014000000005 -9.184733999999999 -1.1617591 -6.3729487 -2.7218446 -1.6937685000000002 -6.2851685 -9.587468300000001 -9.5025844 -9.9472056 -1.7195696 -9.9461579 +50 -0.023400034 -0.018949743 -0.59859321 -0.3141549 -2.0508724 -0.053197153 -0.64287164 -0.59101092 -0.58894756 -3.8826642 -4.301107099999999 -0.65464051 -4.3005222000000005 +51 -0.012068477 -0.009916103 -0.45432396 -0.26501301 -2.0539335 -0.059075232000000005 -0.53184965 -0.44992451 -0.44824094 -0.42579156 -3.0145185000000003 -0.54180099 -0.55329558 +52 0.093862541 0.064217835 0.0022078428 0.021706279 0.10388256 -3.397239 -2.441017 0.0030353446000000004 0.0030765184000000004 0.0028982471999999997 0.0039397084 -2.4678258 0.0039398276 +53 -4.0897669 -4.4500639 -8.489073300000001 -1.1164968000000002 -4.0275742999999995 -4.1615871 -2.432538 -9.4598555 -9.436107699999999 -9.351205699999998 -9.795736400000001 -2.4617011000000004 -9.7947194 +54 -4.708636 -5.3242282 -9.1831998 -1.1617426000000002 -4.6516776 -4.6439311 -2.7894297999999997 -6.2851052 -9.5873171 -9.502433199999999 -9.9470544 -2.8203918 -9.9460067 +55 0.010440561999999999 0.0042010404 -0.59741309 -0.30476878 0.13311622 -3.3623087 -1.5436831 -0.5893985 -0.58729997 -3.8810818 -4.2994968 -1.5652188999999999 -4.2989108 +56 0.025870489 0.016029957 -0.45309337 -0.25475315 0.13281791 -3.3671847 -1.4358898 -0.4482512 -0.44653426 -0.42415886 -3.012489 -1.4564258999999997 -0.55126309 +57 -4.091151399999999 -4.4498572 -8.486965 -1.1164895000000001 -4.0274402 -0.54112441 -2.6244526 -9.459841599999999 -9.4360819 -9.351180000000001 -9.795710699999999 -2.6540851 -9.7946937 +58 -4.7085379000000005 -5.3242750999999995 -9.183545599999999 -1.1617415 -4.6518249 -1.0487716999999999 -2.721661 -6.285107099999999 -9.5873219 -9.502438099999999 -9.947059300000001 -2.7518149 -9.946011500000001 +59 0.017761469 0.0091915996 -0.59715511 -0.30273372 0.14129261 0.0080616898 -2.1498072999999995 -0.58904788 -0.58694139 -3.8807373999999997 -4.299146299999999 -2.175134 -4.2985600999999996 +60 0.034024067000000005 0.021565681 -0.4528294 -0.2525499 0.14189496 0.0071562136 -2.0404603999999997 -0.44789098 -0.44616652 -0.42380707 -3.0120517 -2.0650692 -0.5508251 +61 -5.811041099999999 -8.200865299999998 -12.169138 -1.1603008 -5.7873675 -2.3585741000000002 -1.5395333 -9.8130865 -13.117801 -13.032855 -13.478004 -1.5644033000000002 -13.476913 +62 -4.0960022 -4.4542859 -8.489714 -1.1165838 -4.0340795 -0.54404522 -1.1195598 -9.460173699999999 -9.4367448 -12.673771 -13.118831 -1.139521 -13.117813 +63 -4.0959761 -4.4541944 -8.489558099999998 -1.1165808000000002 -4.0340097 -0.54408865 -1.1195658000000002 -9.460151 -9.4366474 -9.351745699999999 -12.255713 -1.1395271 -9.795260899999999 +64 -4.7111577 -5.3278385 -9.1867479 -1.1617695 -4.6564762 -1.0513952 -1.218167 -6.2852616999999995 -9.587741699999999 -12.824786 -13.269884 -1.2392988 -13.268835000000001 +65 -4.711218 -5.3277614 -9.186506800000002 -1.1617680000000001 -4.656427099999999 -1.0514245 -1.2181726000000002 -6.285248999999999 -9.587660099999999 -9.5027763 -12.406833 -1.2393045 -9.946351 +66 -0.032523196000000004 -0.025431894 -0.61598438 -0.32244049 0.087282561 0.007743905 -0.65096611 -0.6081614 -0.60603079 -3.8990839 -6.7774385 -0.6628307 -4.317295099999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2984143999999997 1.5459495 -0.0030205989 0.058432809 -1.3609678 -1.5950817 -1.2399593 0.0012437798 0.0012414479 0.00097909563 0.0053449367000000005 -1.3384482 0.0053106877 +2 -0.75588449 -2.096702 0.0011828869999999999 -0.023753233 -0.74945221 -0.91115853 -0.66701566 -0.0004943096800000001 -0.0004945834099999999 -0.00039014449000000003 -0.0021310423 -0.72984808 -0.0021171741 +3 -0.06690318 0.10677577 -1.9215871 0.14082704 -0.18052527 -0.32101757 -0.130374 -1.4632015 -1.4631866000000002 -1.2545701 -3.8035055 -0.1445558 -3.7915660000000004 +4 -1.1072638000000001 -0.69730047 0.00061296653 -3.3335661 0.64071822 0.82651211 0.46047846 -0.00023610201 -0.00023619397000000002 -0.00018626493000000003 -0.0010162116000000001 0.52100491 -0.001009956 +5 1.1249592 0.80047137 -0.0011987995 0.022517045 -0.65574816 -0.78668917 -0.56253065 0.00045963791 0.00045857312000000005 0.00036166251000000003 0.0019740231 -0.61621296 0.0019615382999999998 +6 1.9410353999999999 1.4439672 -0.0027237526 0.051651933 1.9855726000000002 -1.7825206000000002 -1.4062208999999999 0.0010967306 0.0010948211 0.0008634613400000001 0.0047137046 -1.5127653 0.0046835244 +7 1.7554317 1.3035787 -0.0023621791 0.044219583 1.7933176 2.3836332000000002 -0.96460931 0.00090803461 0.00090488418 0.0007136739299999999 0.0038961456 -1.0468023000000002 0.0038711891999999998 +8 0.94881451 0.7261585 -3.4679477999999997 -2.4157034 2.5699932 3.1847369 -1.7435794999999998 -6.6422269 -6.605199099999999 -6.2654725 -9.551817 -1.8587281000000002 -9.5400026 +9 -0.67925649 -1.0162096 -6.0327799 -2.6629949 0.9187317 3.0713432999999997 -1.8698671999999998 -5.1797237 -8.4671704 -8.1253382 -11.425925999999999 -1.9900126 -11.413309 +10 0.37275304 -0.68670181 2.7065048 -0.32575763 0.63542297 1.2154856 0.47267347 2.1704088 2.1704182999999997 -1.9502741999999997 -4.835885299999999 0.53976895 -4.8232941 +11 -0.012197312 -0.059370650999999997 0.79673254 -0.054223782000000005 0.027450361 0.020907659 -0.025327053 0.68415839 0.68417947 0.51022956 -0.80814155 -0.030101542000000002 1.8474130000000002 +12 -2.8729544999999996 -0.54918939 0.00050029426 -0.0090053304 -2.8918318 -3.2214731 -2.7527023999999995 -0.00018222611 -0.00018249843 -0.00014397395 -0.0007867620900000001 -2.9007834 -0.00078152425 +13 -1.4175414 1.5509971000000002 -1.9107018 0.19268255 -1.587776 -1.9152963 -1.4514881000000002 -1.4451462 -1.4451388 -1.2381288000000001 -3.7757202000000003 -1.5601448999999998 -3.7638053 +14 -2.3327411 0.73177322 -0.0009963119699999998 -3.3010883 -0.6165986 -0.74859357 -0.53441583 0.00047171237 0.00047207302 0.00037230468999999996 0.0020320025 -0.58627516 0.0020191828 +15 -1.0613472 1.7181501000000001 -0.0035498733000000004 0.069257465 -2.8528891 -3.1818112000000003 -2.7134419999999997 0.0015228601999999999 0.0015229177 0.0012010483 0.0065560968 -2.8607533 0.0065141548 +16 -1.0375764 1.7347400000000002 -0.0036030908 0.070365069 -1.1085922 -4.559694400000001 -4.0562968 0.0015525253 0.0015530187 0.0012247830000000001 0.0066855892000000005 -4.2202513 0.0066428303 +17 -1.0647562 1.7157607 -0.0035422189 0.069098952 -1.1348603000000002 -1.3528999 -2.6350217000000002 0.0015186531 0.0015186538 0.0011976861 0.0065377518999999995 -2.7807357 0.0064959260999999996 +18 -1.9185971000000002 1.1053766 -3.4092925000000003 -2.3298922 -0.4875612 2.2661354 -1.8577593999999997 -6.583183900000001 -6.543946400000001 -6.2044109 -9.4899701 -1.977498 -9.4781377 +19 -3.6496456 -0.78097522 -6.0152130999999995 -2.6349370999999997 -2.1115942000000003 0.6909834 -2.3962033 -5.1637873 -8.4496398 -8.1078121 -11.408329 -2.5322106 -11.395721 +20 -0.91038061 1.2672816 2.7068951 -0.26042075 -0.72054112 -0.6877436 -0.62166722 2.1710221 2.1710315 -1.9499962 -4.8355135 -0.67915688 -4.8229225 +21 -1.2998737 1.4512571 0.7963274 0.0010568147 -1.3169108999999999 -1.5212071000000003 -1.1995695 0.68579867 0.68581987 0.51137628 -0.80613066 -1.2956302 1.8497091 +22 -0.97302304 -1.5661526000000001 -1.9261415000000002 0.11967879 -1.0799527 -1.3493469999999999 -0.94753507 -1.4705841 -1.470576 -1.2613063999999998 -3.8148275000000003 -1.0284745000000002 -3.8028788999999996 +23 -1.7560601999999998 -3.1904882999999997 0.0013902692 -3.3493142999999996 -0.024925678 -0.046441563 -0.033496042999999996 -0.0005640105599999999 -0.00056418401 -0.00044504329000000003 -0.0024307712 -0.037908374 -0.0024150023 +24 0.067347243 -0.99032781 0.0007515336099999999 -0.015485162 -1.6666352999999998 -1.9287993000000003 -1.5401013000000001 -0.00032807912000000006 -0.00032850864 -0.00025914162 -0.0014155854000000002 -1.6528621 -0.0014063307000000001 +25 0.30365378 -0.70367444 0.00058735121 -0.01209224 0.32031028 -3.2012037999999996 -2.7330447 -0.00024951165 -0.00024978547 -0.00019704778000000003 -0.0010765575 -2.8806195 -0.0010694648 +26 0.11312017 -0.93352835 0.0007205196300000001 -0.014863635 0.12839489 0.19536513 -1.6141203000000002 -0.00031503676 -0.00031547047999999997 -0.00024885723999999997 -0.0013594247 -1.7297963 -0.0013505307 +27 -1.7460628 -2.295909 -3.7354826 -2.6679311 -0.14652268 2.8816827999999997 -1.7804604 -6.897207099999999 -6.8852616 -6.5447041 -9.8341851 -1.8969782 -9.8224971 +28 -3.2108332 -4.2561964 -6.1604325 -2.7495944 -1.6366508999999998 1.4565863000000001 -2.1540666 -5.2804949 -8.596077699999999 -8.2541575 -11.555185 -2.2834374 -11.542562 +29 0.14020918 -3.7467437999999995 2.7065514999999998 -0.34616827 0.41395744 0.9312812 0.36195798 2.1703287999999996 2.1703382999999996 -1.9503105 -4.8359337 0.41323053 -4.8233425 +30 -0.77675626 -2.6605022999999997 0.7968258 -0.079594048 -0.72877985 -0.87409796 -0.66679421 0.68335125 0.68337171 0.50966474 -0.80913393 -0.73009721 1.84628 +31 -1.2659267 -0.5570563 -1.9237376 -3.1920045 0.45250421 0.51111889 0.40311378 -1.4669843 -1.4669771999999999 -1.2580249 -3.8093159 0.4561086 -3.7973724 +32 1.1089948 0.93626832 -1.9171811 0.16390423 -0.77904728 -1.0081335999999999 -0.65726688 -1.4553201 -1.4553185 -1.2473996 -3.7914131 -0.71783135 -3.7794849999999998 +33 1.7817896 1.4268889999999999 -1.9121982 0.18483749 1.7019213 -2.0550781000000002 -1.5795021999999999 -1.4475476999999999 -1.4475375 -1.240313 -3.7794237 -1.6936200000000001 -3.7675055 +34 1.545506 1.2593758 -1.9141756999999997 0.1769275 1.4592999 1.988327 -0.94724873 -1.4505461000000002 -1.4505508999999999 -1.2430568000000002 -3.7840699 -1.0284728 -3.7721484 +35 0.060968034000000004 0.37936742 -4.4835652 0.074130173 0.0064026026000000005 0.05072923 0.062287494000000006 -5.9994707 -6.0039020999999995 -5.6675357 -8.9456799 0.072421321 -8.932541800000001 +36 -0.23776376 -0.17832351 -6.2578817 0.007111576999999999 -0.24476509 -0.2253969 -0.17130619 -3.0288862 -6.355811900000001 -6.0181443 -9.302391499999999 -0.18780116 -9.2892483 +37 -0.061822132 0.10161579 -1.7665949 0.13055751 -0.16709762 -0.29724665 -0.11994001 -1.3626993 -1.3626936 -4.4852015 -7.7269372 -0.13300808 -7.7138072 +38 -0.062553013 0.10240195 -1.7889311999999997 0.13200526 -0.16900208 -0.30063457 -0.12154243 -1.3774339 -1.3774228000000002 -1.1766178999999999 -6.136873400000001 -0.134782 -3.6602004999999997 +39 0.017242596000000002 0.007510798199999999 1.2144539e-05 -3.3217597000000003 -0.037367291000000004 -0.047494842 -0.031271177000000004 2.2314016e-05 2.259127e-05 1.7820028999999998e-05 9.732802299999999e-05 -0.034913287 9.6695012e-05 +40 1.3894358999999998 1.0130796999999998 -0.0016655485000000002 -3.2910892 3.374117 -0.90991289 -0.65640059 0.0006124621599999999 0.00061003456 0.00048112288 0.0026263071 -0.7166881 0.0026096038 +41 1.7077786 1.2666503 -0.0022708763 -3.2795494 3.7614668 3.0667522999999997 -0.89276926 0.00086270526 0.00085940671 0.0006778084799999999 0.0037003682 -0.97032699 0.0036766665 +42 0.93435533 0.71597417 -3.4699175 -5.7394108 3.3558052000000003 3.2079514 -1.7413162 -6.6441155 -6.6072564 -6.2675237 -9.5538944 -1.8563743000000001 -9.542080300000002 +43 -0.68952337 -1.0192528 -6.0327503 -5.9849695999999994 1.5281533 3.1417168999999996 -1.8625321 -5.1797948 -8.467115699999999 -8.1252844 -11.425873 -1.9824017 -11.413255 +44 -0.11579323 -1.2146721 2.7064817000000003 -3.6547837999999997 1.781035 2.5579878 0.81832728 2.1703558999999997 2.1703653999999997 -1.9502982 -4.835917299999999 0.94406214 -4.8233261 +45 -1.1438764 -0.94260597 0.79678441 -3.389932 0.59839996 0.92309477 0.48811518 0.68371213 0.68373315 0.50991744 -0.80869024 0.55716844 1.8467866999999998 +46 2.1139943 1.5682777 -0.0030747376 0.058830135 0.26924785 -3.2483428 -2.7772165 0.0012800589 0.001280158 0.0010096128999999999 0.0055112823 -2.9255551 0.0054760343999999996 +47 1.9977476000000003 1.4854669 -0.0028400120000000003 0.053985567000000005 0.1627749 0.23982444 -1.5909861 0.0011542051 0.0011526499 0.0009090651699999999 0.0049626065 -1.7057403000000002 0.0049308362 +48 1.0460197 0.79609282 -3.45419 -2.402778 0.68971109 2.9663532999999997 -1.7664398999999997 -6.6290421 -6.5908387 -6.2511545 -9.5373162 -1.8825256000000001 -9.5254993 +49 -0.62561178 -0.99089794 -6.0307656 -2.6615279999999997 -0.815903 2.2371640999999998 -1.9843283 -5.1779907 -8.4652569 -8.123422099999999 -11.423999 -2.1085335 -11.411386 +50 1.4444888 0.20871514 2.7065785 -0.30600428 -0.1046296 0.075033255 -0.10046368 2.1705651 2.1705746 -1.9502034 -4.8357905 -0.11038276 -4.823199400000001 +51 1.046003 0.61065991 0.79656968 -0.036592322000000004 -0.6902159 -0.82330939 -0.6249751 0.68465364 0.68467509 0.51057603 -0.80753372 -0.6848133 1.8481071 +52 2.1163978 1.5699663000000001 -0.0030790592 0.058931591 2.1687566 -1.6503935 -2.873714 0.0012829095 0.0012830736 0.0010119119 0.0055238225 -3.0235341 0.0054884966 +53 1.3454336999999998 1.0130511 -3.4033741 -2.359209 2.9983752999999997 -0.28771952 -2.7480972 -6.5809417 -6.5375984 -6.198081299999999 -9.4835552 -2.8906126 -9.471722900000001 +54 -0.52106108 -0.92386835 -6.021673799999999 -2.6572438999999997 1.0873651000000002 -0.74867926 -3.136133 -5.1713930999999995 -8.456159199999998 -8.114325299999999 -11.414864 -3.2852614 -11.402257 +55 2.6335353 1.4369843999999998 2.7068364 -0.25001949 3.0197178 -1.0224065 -0.88462106 2.1710457 2.1710551 -1.9499855 -4.8354992 -0.96115612 -4.8229082000000005 +56 2.0281474999999998 1.4143367 0.79629001 -0.0016921542 2.1262828999999996 -1.6611158 -1.3217875 0.685687 0.68570816 0.51129821 -0.80626727 -1.4239278 1.8495531000000003 +57 1.3908824 1.0458927 -3.3947881 -2.3521429 3.0476395 3.1998747000000005 -3.2985127999999997 -6.572862 -6.5285964000000005 -6.1891085 -9.474463900000002 -3.4497326 -9.462628599999999 +58 -0.51350806 -0.91853042 -6.0208926 -2.6568866 1.0949252 3.0963879 -3.4190821000000002 -5.170797900000001 -8.4553004 -8.113466800000001 -11.414002 -3.5721759 -11.401394999999999 +59 2.7317394 1.5316294 2.7068659 -0.24353941 3.1283662 2.9955974999999997 -1.0290761999999998 2.1711016 2.1711110000000002 -1.9499601999999998 -4.8354653 -1.1147806 -4.8228743 +60 1.9361694 1.3402006000000002 0.79628101 -0.0057309613 2.0311354 2.5808994 -0.96591986 0.68553099 0.68555138 0.51118865 -0.80645902 -1.0480955 1.8493341 +61 -3.4222938999999997 -4.5636231 -9.6808507 -2.7411467999999997 -1.8716004000000002 0.57388944 -2.4618710999999998 -9.5054852 -12.806517 -12.463885000000001 -15.769545 -2.6004751 -15.756682000000001 +62 0.95270424 0.72798436 -3.4834994 -2.427803 2.5805267999999995 3.1858461 -1.7610866000000003 -6.657749000000001 -6.6205953 -9.6027448 -12.905775 -1.8769058999999997 -12.893934 +63 0.95287635 0.72832227 -3.4808208 -2.4264477 2.5800383 3.1857507999999997 -1.7592229 -6.6552313 -6.6178735 -6.2781028 -12.024161 -1.8749707999999998 -9.5528327 +64 -0.6794735 -1.0165066999999999 -6.0332898 -2.6632135 0.91851694 3.0713746 -1.8701169999999998 -5.1801191 -8.467683099999999 -11.447778999999999 -14.752935 -1.9902712 -14.740310999999998 +65 -0.67929479 -1.0162712999999999 -6.0330144 -2.6631832 0.91877496 3.0713961 -1.8700942999999999 -5.1799682 -8.467417900000001 -8.1255855 -13.885642 -1.9902476999999998 -11.413568 +66 0.40959031 -0.71075514 2.7768069 -0.35605418 0.69574498 1.3371653000000001 0.49486038 2.2143438 2.214353 -1.9305205 -7.2723241 0.56553588 -4.7978472000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2983653999999998 1.5463301999999999 -0.0030210472 0.058471123 -1.3609989 -1.59565 -1.2399288 0.0012442582 0.0012419246000000001 0.0009795059199999999 0.0053475261 -1.338451 0.0053132658 +2 -0.75538092 -2.095943 0.0011801937 -0.023767312999999998 -0.74895897 -0.9108785 -0.66642537 -0.0004967446599999999 -0.0004970181299999999 -0.00039207851000000004 -0.0021417343 -0.729231 -0.0021278013 +3 -0.066541272 0.10741934 -1.9215807 0.14179056 -0.1810195 -0.32277175 -0.13074096 -1.4630796 -1.4630648000000002 -1.2544883 -3.8026578 -0.1449723 -3.7907246 +4 -1.1069691000000002 -0.69701504 0.00061216126 -3.3335654999999997 0.64043562 0.82639525 0.46001217 -0.00023592862999999997 -0.00023601818 -0.00018613286 -0.0010155576 0.52048672 -0.0010093066 +5 1.1249995000000002 0.80073349 -0.0011997575 0.022532647000000003 -0.65590318 -0.78721873 -0.5626435 0.0004599216099999999 0.00045885589999999997 0.00036189834000000003 0.0019754403 -0.6163564 0.0019629478 +6 1.9412015 1.4443827 -0.0027241371 0.051688492 1.9856265 -1.7834452 -1.4064803 0.0010972446 0.0010953355 0.0008638972500000001 0.0047163921 -1.513074 0.0046861994 +7 1.7557308 1.3040858 -0.0023630811 0.044256822 1.7934869999999998 2.3830019 -0.96558027 0.00090870571 0.00090555955 0.00071423162 0.003899444 -1.0478645 0.0038744702 +8 0.94626959 0.72385364 -3.4779676 -2.4164885 2.5670585 3.1828762999999998 -1.7461191999999999 -6.650856299999999 -6.6136835000000005 -6.273985400000001 -9.5596056 -1.861409 -9.5477954 +9 -0.68149962 -1.0184408 -6.0380965 -2.6636963 0.91601448 3.0695339 -1.8722381000000001 -5.1834048 -8.4708215 -8.1290372 -11.428801 -1.992509 -11.41619 +10 0.37354944 -0.68590833 2.7053623 -0.32589991 0.63539022 1.2162177 0.47203483 2.1698107 2.1698202 -1.9504655 -4.8353658 0.53904063 -4.822781099999999 +11 -0.01180206 -0.05895157 0.79599361 -0.054218014 0.027636656000000002 0.02111458 -0.025234209 0.68356454 0.68358554 0.50983549 -0.80813871 -0.029999317 1.8472645 +12 -2.8727812999999998 -0.54873912 0.00049750984 -0.009012131999999999 -2.8917355 -3.2220557 -2.7525262 -0.00018457036 -0.00018484162 -0.0001458271 -0.0007969275 -2.9006531000000004 -0.0007916265400000001 +13 -1.4173462 1.5515851999999999 -1.9106947 0.19364539 -1.5883232 -1.9171561999999998 -1.4519341000000001 -1.4450238000000002 -1.4450163999999999 -1.2380464 -3.7748727999999994 -1.5606493000000001 -3.7629642999999997 +14 -2.3325112 0.73230992 -0.0009973426800000001 -3.3010635 -0.61682899 -0.74916137 -0.53455324 0.00047214730999999997 0.00047250609000000005 0.00037265937999999996 0.0020340717 -0.58644153 0.0020212404000000002 +15 -1.0611698 1.7185753000000001 -0.0035505284999999996 0.069304091 -2.8528756 -3.1824868 -2.7133498 0.0015234617 0.0015235201 0.0012015653999999998 0.006559349200000001 -2.8607085 0.0065173932999999995 +16 -1.037389 1.7351706999999998 -0.0036037614 0.070412642 -1.1085637 -4.5604443 -4.056228 0.0015531424 0.0015536373000000002 0.0012253137 0.0066889246 -4.2202359000000005 0.0066461514000000005 +17 -1.0645803 1.7161852 -0.0035428703 0.069145451 -1.1348399 -1.3533875 -2.635008 0.0015192535 0.0015192551999999998 0.0011982022999999999 0.006540998100000001 -2.7807703 0.006499158299999999 +18 -1.9214034 1.1030423 -3.4191769999999995 -2.3307293999999996 -0.49023132 2.2651791 -1.8601218000000002 -6.5916988 -6.552312000000001 -6.2128041 -9.497641999999999 -1.9799874 -9.4858142 +19 -3.6518426 -0.78346709 -6.0205774000000005 -2.6356568 -2.1143387000000002 0.68993359 -2.3982069 -5.1675108 -8.4533502 -8.111570200000001 -11.411263 -2.5343072999999996 -11.398661 +20 -0.91090525 1.2674299 2.7057537 -0.26054202 -0.72119055 -0.68862113 -0.62233015 2.1704246 2.1704341 -1.9501871 -4.8349936 -0.67989736 -4.8224089999999995 +21 -1.2997178999999999 1.4516907 0.79558717 0.001094098 -1.3170222 -1.5218559999999999 -1.1996576 0.68520478 0.68522589 0.51098238 -0.80612495 -1.2957597 1.8495636999999998 +22 -0.97280632 -1.5655606000000002 -1.9261598999999998 0.12064067 -1.0805096 -1.3512183999999998 -0.94799489 -1.4704795 -1.4704713 -1.2612404 -3.8140056 -1.0289944 -3.8020633999999998 +23 -1.7551982 -3.1905542000000002 0.0013874851000000002 -3.3493334000000003 -0.024588756 -0.045924451 -0.033119268 -0.00056651355 -0.0005666863500000001 -0.0004470326 -0.0024417845 -0.037484967 -0.0024259489 +24 0.067465514 -0.98978548 0.0007497248700000001 -0.015494903 -1.6664709 -1.9291857 -1.5398616000000003 -0.00033044788 -0.00033087576 -0.00026101772999999995 -0.0014259160000000002 -1.6526504000000002 -0.0014165979 +25 0.30397887 -0.70322471 0.00058392483 -0.012101021000000002 0.32041833 -3.2019111000000002 -2.7329893 -0.00025186977 -0.00025214313 -0.00019891418999999999 -0.0010868136999999999 -2.8806119999999997 -0.0010796577 +26 0.11361742 -0.93308403 0.00071612986 -0.01487408 0.12850018 0.19549217 -1.6142418 -0.00031740992999999997 -0.00031784427 -0.00025073816000000004 -0.0013697779999999999 -1.7299622 -0.0013608204000000001 +27 -1.7499736000000001 -2.2995387000000003 -3.746385 -2.6685166000000002 -0.15085729 2.879741 -1.783 -6.9065411999999995 -6.8945869 -6.5540615 -9.8428086 -1.8996571 -9.8311235 +28 -3.2127258999999997 -4.2590177 -6.165716000000001 -2.7502306 -1.6389638 1.4554423 -2.1562319 -5.2841261 -8.599708999999999 -8.257836900000001 -11.558038999999999 -2.2857095000000003 -11.545422 +29 0.13845811 -3.7457116999999998 2.7053998 -0.34634096 0.41353293 0.93138722 0.36120608 2.1697233 2.1697328 -1.9505052 -4.835418799999999 0.41237188 -4.822833999999999 +30 -0.77634612 -2.6593506000000002 0.79608294 -0.079611236 -0.72853387 -0.87422436 -0.66661624 0.68275282 0.6827732 0.50926738 -0.80913817 -0.72993337 1.8461236 +31 -1.2657985 -0.55660846 -1.923732 -3.1910439999999998 0.45181905 0.50939868 0.40278577 -1.4668638 -1.4668566 -1.2579444 -3.8084699 0.45574981 -3.7965328 +32 1.1093018 0.93682868 -1.9171756000000002 0.16486578 -0.7796367 -1.0100482 -0.65776496 -1.4551985 -1.4551969 -1.2473181 -3.7905662 -0.71839344 -3.7786446000000002 +33 1.7821405 1.4274823 -1.9121918000000002 0.18580044 1.7013794999999998 -2.0569345 -1.5799443000000002 -1.4474254 -1.4474152 -1.2402306 -3.7785762000000003 -1.6941202000000002 -3.7666644 +34 1.545716 1.259916 -1.914166 0.177888 1.4586812 1.9863885 -0.9477138 -1.4504248 -1.4504296 -1.2429754 -3.7832237999999996 -1.0289979 -3.7713087 +35 0.061281009000000004 0.38000932 -4.4833214 0.07520182 0.0057442367000000005 0.048585061 0.061738287 -5.9991639 -6.0035914 -5.6672757 -8.944579899999999 0.071798246 -8.931448399999999 +36 -0.23780699 -0.17777699 -6.2577055999999995 0.0080985157 -0.24566794 -0.2277811 -0.17211196 -3.02867 -6.3555834 -6.017966 -9.301374800000001 -0.18870679 -9.2882382 +37 -0.061446255 0.10224433 -1.7664623 0.13150228 -0.16758547 -0.29897763 -0.12030513 -1.3624991000000002 -1.3624934 -4.4850481 -7.725946799999999 -0.13342262 -7.7128233999999996 +38 -0.062171780999999995 0.10303693 -1.7888236000000002 0.13295721 -0.16949216 -0.30237296 -0.12190684 -1.3772486000000002 -1.3772375 -1.1764780000000001 -6.1359305 -0.13519562 -3.6592643 +39 0.017561678 0.007867989399999999 1.1394544000000001e-05 -3.3217519999999996 -0.037663221000000004 -0.04795115900000001 -0.031562301 2.2525769e-05 2.2803434000000002e-05 1.7988071999999998e-05 9.825306e-05 -0.035241312000000004 9.761384e-05 +40 1.3898745000000001 1.0137257 -0.001666491 -3.291054 3.3739571 -0.911252 -0.65713996 0.00061316758 0.0006107416099999999 0.00048169749000000005 0.0026296165 -0.71750945 0.0026128939 +41 1.708091 1.2671707 -0.0022717609 -3.2795126000000003 3.7611215 3.065035 -0.89388248 0.0008634122999999999 0.0008601195300000001 0.0006783944500000001 0.0037038081 -0.97154231 0.0036800878999999997 +42 0.9318192 0.71367907 -3.4799398999999998 -5.7401922 3.3519921000000004 3.2060681 -1.7438581000000002 -6.652747099999999 -6.6157433 -6.2760393 -9.5616855 -1.8590575 -9.5498756 +43 -0.69189419 -1.02145 -6.0380236 -5.9856682999999995 1.5248486 3.1398097999999997 -1.8649137999999998 -5.1834724 -8.4707616 -8.1289781 -11.428742 -1.9849098000000003 -11.416131 +44 -0.11475521 -1.2125079 2.7053401000000004 -3.6549174 1.7814462 2.5572096 0.81682349 2.1697577999999997 2.1697672999999997 -1.9504895 -4.8353979 0.94230293 -4.822813099999999 +45 -1.1430675 -0.9417194 0.79604619 -3.3899285000000003 0.59864663 0.92368096 0.48782367 0.68311856 0.6831395 0.50952352 -0.80868786 0.55683323 1.8466377 +46 2.1141997999999997 1.568699 -0.0030758003999999998 0.058870794000000004 0.26923645 -3.2491659 -2.7772625 0.0012806069 0.0012807067 0.0010100811 0.0055141986 -2.9256512999999997 0.0054789375 +47 1.9979214 1.485865 -0.0028410023999999997 0.054022350999999996 0.16273804 0.23974696 -1.5912226 0.0011547073 0.0011531522 0.0009094932199999998 0.0049652675 -1.7060259999999998 0.004933485 +48 1.0434424 0.79373518 -3.4641910000000005 -2.4035848 0.68713072 2.9647712999999998 -1.7689458999999998 -6.6376550000000005 -6.5993038 -6.259647900000001 -9.545086099999999 -1.8851698000000001 -9.5332735 +49 -0.6277888 -0.99327575 -6.036160099999999 -2.6622406 -0.81862914 2.2361058 -1.9865535 -5.1816901 -8.4689353 -8.1271483 -11.426900999999999 -2.1108732999999997 -11.414294 +50 1.4441963 0.20929114 2.7054366 -0.30613479 -0.10514921 0.074519687 -0.10112261 2.1699672000000003 2.1699767000000003 -1.9503945 -4.8352709 -0.11112489 -4.8226862 +51 1.0462707 0.61125801 0.79583015 -0.036570862 -0.69019237 -0.82364289 -0.62495386 0.68405998 0.68408135 0.51018216 -0.80752976 -0.68481424 1.8479598000000002 +52 2.1166264 1.5703915000000002 -0.0030805434000000004 0.058972536 2.1688269 -1.6513395 -2.8740178 0.0012834653 0.0012836301 0.0010123862 0.005526773100000001 -3.0238927 0.0054914338 +53 1.3428236999999998 1.0107110000000001 -3.4132549 -2.3600517000000005 2.9953922000000004 -0.28959233 -2.7505692 -6.589465400000001 -6.5459596 -6.2064699 -9.491222800000001 -2.8931826000000003 -9.479395 +54 -0.52339654 -0.92639089 -6.0270980000000005 -2.6579712000000004 1.0843914 -0.75065348 -3.1384997 -5.1751188 -8.4598742 -8.1180881 -11.417802 -3.2877129999999997 -11.405202000000001 +55 2.6331986 1.4372946000000002 2.705695 -0.25012546 3.0192511000000004 -1.02375 -0.88557191 2.1704484 2.1704578 -1.9501762999999999 -4.8349792 -0.96219912 -4.8223946 +56 2.0282120999999997 1.4147516000000002 0.79554966 -0.0016577902 2.1261748 -1.6621833 -1.3222198 0.68509307 0.68511415 0.51090427 -0.8062618 -1.4244193 1.8494074 +57 1.3882659 1.0435696 -3.4046437000000007 -2.3529882 3.0446747000000003 3.1980115000000002 -3.3009517999999995 -6.581368400000001 -6.5369375 -6.197476999999999 -9.4821118 -3.4522582 -9.4702811 +58 -0.51610947 -0.92105867 -6.0262538 -2.6576147 1.0919517 3.0945515 -3.4213675 -5.1745254 -8.4590176 -8.1172318 -11.416943 -3.5745415 -11.404342 +59 2.7314095000000003 1.5320051000000001 2.705725 -0.24363709 3.1279907000000002 2.9939842999999997 -1.0303906999999999 2.1705045 2.1705139 -1.9501509 -4.834945200000001 -1.1162047 -4.8223606 +60 1.9362863000000001 1.3406533999999999 0.79554066 -0.0056967455 2.0310631999999997 2.5797618 -0.96698941 0.68493717 0.68495748 0.51079477 -0.80645369 -1.0492626 1.8491881999999997 +61 -3.4232612999999996 -4.5651324 -9.6848712 -2.7417662999999997 -1.8727986 0.5740847 -2.4633168 -9.5076529 -12.808669 -12.466086 -15.770907999999999 -2.6019973999999997 -15.758052 +62 0.95012134 0.72564708 -3.4935829 -2.4285847 2.5775464 3.1839837 -1.7636176 -6.6664337 -6.6291341 -9.611312199999999 -12.913518 -1.8795768 -12.90168 +63 0.95032248 0.72599753 -3.4909127 -2.4272299999999998 2.5770786 3.1838892999999997 -1.7617578 -6.663922500000001 -6.6264187 -6.2866767 -12.032010000000001 -1.8776457999999998 -9.560686 +64 -0.6817934 -1.018737 -6.0385883 -2.6639142999999996 0.91579808 3.0695657000000005 -1.8724873 -5.1837992 -8.471333 -11.451476 -14.755795999999998 -1.9927669999999997 -14.743178 +65 -0.68153906 -1.0185031999999998 -6.0383317000000005 -2.6638846000000003 0.91605711 3.0695867000000003 -1.8724651999999997 -5.183649900000001 -8.4710697 -8.129285099999999 -13.888517000000002 -1.9927441000000004 -11.416449 +66 0.40981551 -0.70985236 2.7756505000000002 -0.35622916 0.69579498 1.3379883999999997 0.49413582 2.2137568 2.213766 -1.9307006000000002 -7.2717907 0.56470738 -4.7973211 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d001+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2984207 1.5463569 -0.0030205004 0.058475518 -1.3609942 -1.5956907 -1.2398982 0.0012442713 0.0012419378 0.0009795208900000001 0.0053476537 -1.3384201999999998 0.0053133934 +2 -0.75612963 -2.0959258000000003 0.0011829451 -0.023768004 -0.74893864 -0.91088148 -0.66638206 -0.0004966513 -0.00049692219 -0.00039200476000000005 -0.0021413493 -0.72918504 -0.0021274191000000002 +3 -0.066575421 0.1074753 -1.9215915000000001 0.14190499 -0.18106979 -0.32295435 -0.13076254 -1.4630755 -1.4630606000000002 -1.2544883999999998 -3.8025633 -0.14499643 -3.790631 +4 -1.1068851 -0.69699528 0.00061244939 -3.3335659 0.64040388 0.82634351 0.45993811 -0.00023588137000000003 -0.00023596993999999997 -0.00018609569 -0.0010153635 0.52040227 -0.0010091138000000001 +5 1.1248379 0.80074145 -0.0011987664 0.022534022 -0.65591849 -0.78726064 -0.562637 0.00045991984000000004 0.000458855 0.00036189927000000006 0.0019754621 -0.61635011 0.0019629698 +6 1.9410319999999999 1.4444175 -0.0027221411 0.051692882 1.9856471000000002 -1.7835282 -1.4064836 0.0010972697 0.0010953623 0.0008639223599999999 0.0047165696000000005 -1.5130791000000001 0.0046863765000000005 +7 1.7556452 1.3041491000000003 -0.0023621764000000003 0.044262138 1.7935453999999997 2.3829773999999997 -0.96567556 0.0009087684599999999 0.0009056234 0.00071428526 0.00389977 -1.047967 0.0038747948 +8 0.94605137 0.72377883 -3.4788302000000004 -2.4164976 2.5669726 3.1826763 -1.7463393 -6.651598599999999 -6.614410799999999 -6.2747176 -9.5602359 -1.8616396000000002 -9.5484264 +9 -0.68177776 -1.0186076 -6.0385074 -2.6636971000000003 0.9158034 3.0693251 -1.8724165000000002 -5.1836838 -8.4711001 -8.1293223 -11.428975 -1.9926956000000002 -11.416364999999999 +10 0.37320532 -0.68591046 2.7052231 -0.32591731 0.63539923 1.2164248 0.47201544 2.1697386 2.1697481 -1.9504876 -4.835292 0.53902039 -4.8227081 +11 -0.011913342 -0.05895354 0.7959219 -0.054218857 0.027635155 0.021099943 -0.025249712 0.68350797 0.68352896 0.50979877 -0.80811055 -0.030016914 1.8472764 +12 -2.872867 -0.54870384 0.00049818674 -0.0090116459 -2.891714 -3.2220993 -2.7524762000000003 -0.00018446925 -0.00018473990000000002 -0.00014574757 -0.00079649985 -2.9006046000000003 -0.00079120176 +13 -1.4172385 1.551643 -1.9107055 0.19376035 -1.5883711999999999 -1.9173418000000002 -1.451951 -1.4450192 -1.4450118 -1.2380461 -3.7747779 -1.5606687 -3.7628703000000003 +14 -2.3324906000000003 0.73235022 -0.0009968354199999998 -3.3010610000000002 -0.61686704 -0.74922835 -0.53456711 0.00047216831 0.00047252750999999995 0.00037267797999999996 0.0020341904 -0.58645713 0.0020213587 +15 -1.0612742 1.7186116999999999 -0.0035498663 0.06930982200000001 -2.8528599999999997 -3.1825362 -2.7133059 0.0015234943 0.0015235532999999999 0.0012015971 0.0065595789 -2.860666 0.0065176226 +16 -1.0375233 1.7352081999999998 -0.0036030186999999997 0.070418523 -1.1085456 -4.5605032 -4.0561868 0.0015531775 0.0015536731 0.0012253477000000001 0.0066891673 -4.2201969 0.0066463937 +17 -1.064681 1.7162217 -0.0035422178999999997 0.069151173 -1.1348232 -1.3534116000000003 -2.6349742999999997 0.0015192861 0.0015192884 0.0011982341 0.0065412278 -2.7807383 0.0064993877 +18 -1.9219875 1.1029031999999999 -3.4200382000000005 -2.3307514 -0.49039694 2.2650843999999997 -1.8603216 -6.5924401 -6.553038900000001 -6.2135357 -9.498272 -1.9801963 -9.4864449 +19 -3.6522650000000003 -0.78365809 -6.0209890999999995 -2.6356592 -2.1145702 0.68968523 -2.3983977000000003 -5.1677926 -8.453632199999998 -8.111858699999999 -11.411439999999999 -2.534505 -11.39884 +20 -0.91115076 1.2674443000000002 2.7056144 -0.2605545 -0.72124431 -0.68867418 -0.6223648 2.1703526 2.1703620999999997 -1.9502091000000001 -4.8349197 -0.67993561 -4.822335900000001 +21 -1.2998513999999999 1.4517185 0.79551535 0.0010976531 -1.317029 -1.5219062 -1.1996403999999998 0.68514819 0.6851693 0.51094566 -0.80609649 -1.2957432 1.8495758999999998 +22 -0.9730117 -1.5654999 -1.9261709999999999 0.12075509 -1.0805579 -1.3514023000000002 -0.94801192 -1.4704771 -1.4704688999999997 -1.2612421 -3.8139136 -1.0290138 -3.8019722999999996 +23 -1.7550818 -3.1905779 0.0013878910999999999 -3.3493343999999996 -0.024592402000000003 -0.045923122000000004 -0.033113097 -0.00056641794 -0.00056659039 -0.00044695900000000003 -0.0024414028 -0.037477598 -0.00242557 +24 0.067594631 -0.98975848 0.00074907318 -0.015494988999999999 -1.6664564 -1.9292218999999997 -1.53982 -0.00033034769 -0.00033077628 -0.00026094044999999997 -0.0014255058 -1.6526087 -0.0014161905999999999 +25 0.30380495 -0.70318926 0.0005851003099999999 -0.01210077 0.32044153 -3.2019706 -2.7329546000000002 -0.00025176727 -0.00025203954 -0.00019883345 -0.0010863819 -2.8805791000000003 -0.0010792288 +26 0.11353118 -0.93305253 0.0007167155199999999 -0.014874075 0.12852051 0.19553697 -1.6142317 -0.000317309 -0.00031774284 -0.00025065933999999997 -0.001369359 -1.7299533999999999 -0.0013604042999999998 +27 -1.7504126 -2.299696 -3.7473452000000003 -2.6685266 -0.15107543 2.8795667000000003 -1.7832157 -6.9073625 -6.8954073000000005 -6.554887 -9.843531500000001 -1.8998830000000002 -9.831847 +28 -3.2131804 -4.2592263 -6.1661136 -2.7502258 -1.6391480999999999 1.4551663000000001 -2.1564278999999997 -5.2843989 -8.5999819 -8.2581163 -11.558207000000001 -2.2859132 -11.545592 +29 0.13911809 -3.7456970000000003 2.70526 -0.34635923 0.41351037 0.93152374 0.36118272 2.1696514 2.1696609000000002 -1.9505271 -4.8353448 0.41234657 -4.8227609000000005 +30 -0.77649067 -2.6593166 0.79601147 -0.079612785 -0.72853166 -0.87425247 -0.66659982 0.68269638 0.68271675 0.50923073 -0.80911 -0.72991681 1.8461355 +31 -1.2657518 -0.55654868 -1.9237429 -3.1909297000000003 0.45176939 0.50921882 0.4027591 -1.4668596999999999 -1.4668525 -1.2579445 -3.8083755 0.45571986 -3.7964392 +32 1.1091927 0.93688504 -1.9171842000000001 0.16498041 -0.77968713 -1.0102334000000002 -0.65778455 -1.4551942 -1.4551926000000002 -1.247318 -3.7904716 -0.71841546 -3.7785508 +33 1.7820666 1.4275408 -1.9122018 0.18591534 1.7013328 -2.0571248 -1.5799653 -1.4474208 -1.4474107 -1.2402303 -3.7784812999999993 -1.6941438000000002 -3.7665704 +34 1.5457427 1.2599781 -1.9141816999999999 0.17800299 1.4586393999999998 1.9862176 -0.94774561 -1.4504202 -1.4504251 -1.2429751 -3.7831289 -1.029033 -3.7712147000000003 +35 0.061188677999999996 0.3800703 -4.4833067 0.075329085 0.0056917582999999996 0.048389641 0.061716429 -5.9991399 -6.0035676 -5.6672585 -8.944450999999999 0.071773872 -8.9313204 +36 -0.23790278 -0.17772791 -6.257700499999999 0.0082177115 -0.24574793 -0.22800817 -0.17216226 -3.0286536 -6.355566099999999 -6.0179554 -9.3012526 -0.18876278 -9.2881169 +37 -0.061619340999999994 0.10229692 -1.7664483 0.1316123 -0.16763409 -0.299155 -0.12032665 -1.3624813 -1.3624756000000002 -4.4850357 -7.725823200000001 -0.13344673 -7.7127006 +38 -0.06224337 0.1030916 -1.7888155 0.1330696 -0.16954146 -0.30255256 -0.1219279 -1.3772328999999999 -1.3772218 -1.1764675 -6.135819000000001 -0.13521917 -3.6591538 +39 0.017487547 0.0079014251 1.1972216e-05 -3.3217513 -0.037698699 -0.048005497 -0.031596947 2.2548777e-05 2.2827172e-05 1.8006859e-05 9.835654200000001e-05 -0.035280267000000004 9.7716653e-05 +40 1.3898262 1.0138056 -0.0016659563 -3.2910492 3.3739727999999998 -0.91137844 -0.65719744 0.00061322904 0.00061080344 0.00048174848 0.0026299172 -0.71757228 0.0026131931 +41 1.7080479 1.2672446000000002 -0.0022714131 -3.2795068999999994 3.7611303999999994 3.064852 -0.89399887 0.0008634882800000001 0.0008601962 0.00067845805 0.0037041867999999998 -0.97166747 0.0036804648 +42 0.9316303 0.71360933 -3.4808047999999996 -5.7402004 3.3518642 3.2058633 -1.7440786 -6.6534889999999995 -6.6164702 -6.276771 -9.5623153 -1.8592886999999998 -9.5505061 +43 -0.69208563 -1.0216143 -6.0384525 -5.9856689 1.524593 3.1395997 -1.8650923 -5.1837511 -8.471039999999999 -8.1292631 -11.428917 -1.9850966 -11.416306 +44 -0.11457199 -1.2122692 2.7052006 -3.6549324999999997 1.7816047 2.5572117999999997 0.81666977 2.1696857000000005 2.1696952 -1.9505115000000002 -4.835324 0.94212278 -4.8227401 +45 -1.1432028 -0.94176442 0.7959746 -3.3899305 0.59862259 0.92384875 0.48785305 0.68306195 0.68308289 0.50948676 -0.80865981 0.5568708 1.8466494999999998 +46 2.1141014 1.5687351999999999 -0.0030752640000000003 0.058875767 0.2692491 -3.2492346000000003 -2.7772366 0.001280638 0.0012807384 0.0010101108 0.0055144077000000005 -2.9256273 0.0054791462 +47 1.9978122999999999 1.4858992 -0.0028402809000000005 0.054026869000000005 0.1627487 0.23978011 -1.5912212 0.0011547336 0.0011531791 0.00090951861 0.0049654486 -1.7060262 0.0049336658000000005 +48 1.0432248 0.79362962 -3.4650602999999998 -2.4035999 0.68701111 2.9646101000000002 -1.7691615 -6.6383997 -6.6000335 -6.2603824999999995 -9.545718800000001 -1.8853956000000003 -9.5339069 +49 -0.62806889 -0.99345399 -6.0365755 -2.6622423 -0.81884775 2.2358666 -1.9867369 -5.18197 -8.469215 -8.1274345 -11.427076 -2.1110646 -11.414471 +50 1.4440266000000002 0.20932013 2.7052972 -0.30615007 -0.10520369 0.074488165 -0.10117736 2.1698951 2.1699046 -1.9504166 -4.835197 -0.11118576 -4.8226132 +51 1.0461177 0.61128491 0.79575857 -0.036569898999999996 -0.69020227 -0.82368081 -0.62494671 0.68400341 0.68402478 0.51014544 -0.80750149 -0.68480748 1.8479718 +52 2.1165272999999996 1.5704284 -0.0030799711 0.058977558 2.1688507 -1.6514244999999999 -2.8740262999999997 0.0012834976 0.001283663 0.0010124168 0.0055269875 -3.0239036 0.0054916478 +53 1.3425147 1.0105293 -3.4141302000000002 -2.360084 2.9951494 -0.28979529 -2.7507808 -6.590216099999999 -6.5466952 -6.2072102 -9.4918617 -2.8934007 -9.4800347 +54 -0.52367804 -0.92659055 -6.027524 -2.6579745999999997 1.0841301 -0.75087966 -3.1386837000000005 -5.1754012000000005 -8.4601571 -8.1183775 -11.417981 -3.2879022000000004 -11.405381 +55 2.6330282000000005 1.4373361 2.7055557999999995 -0.25013545 3.0192295 -1.0238755 -0.88565309 2.1703765 2.1703859 -1.9501983 -4.834905200000001 -0.96228681 -4.822321499999999 +56 2.0281183 1.4147888000000002 0.79547756 -0.0016539235999999998 2.1261837000000003 -1.662277 -1.3222379 0.68503651 0.68505758 0.51086757 -0.80623333 -1.4244398999999999 1.8494196 +57 1.3878928 1.0433799000000001 -3.4055114 -2.3530226 3.0444195 3.1978044 -3.3011635000000004 -6.582119500000001 -6.5376736 -6.1982175999999995 -9.4827512 -3.4524755 -9.4709212 +58 -0.51640938 -0.92125977 -6.026676 -2.6576182999999998 1.0916883 3.0943375 -3.4215394 -5.1748080000000005 -8.4593007 -8.117521400000001 -11.417122 -3.574718 -11.404522 +59 2.7313852 1.532058 2.7055849999999997 -0.24364571 3.1279847999999997 2.9938149 -1.0305307 2.1704325 2.1704418999999997 -1.9501728999999999 -4.8348712 -1.1163543 -4.8222875 +60 1.9361779 1.3407162000000001 0.79546912 -0.005691810899999999 2.031104 2.5796775000000003 -0.96709699 0.68488065 0.68490095 0.5107581 -0.8064252 -1.0493781 1.8492005 +61 -3.4236312000000004 -4.565237000000001 -9.6850905 -2.7417559 -1.8729081000000003 0.57400775 -2.4634301 -9.5078043 -12.808819 -12.466244 -15.770954000000001 -2.6021153 -15.758099 +62 0.94993197 0.72557302 -3.4944495000000004 -2.4285877 2.577459 3.1837832 -1.7638299 -6.6671759 -6.629861099999999 -9.612044099999999 -12.914139 -1.8797993000000002 -12.902302 +63 0.95012653 0.72591951 -3.4917742999999994 -2.4272336 2.5769843999999997 3.1836886000000004 -1.7619697 -6.6646606 -6.627141900000001 -6.2874047 -12.032636 -1.8778679 -9.561312699999998 +64 -0.68207009 -1.0189045 -6.0390001 -2.6639152000000004 0.91558777 3.0693565 -1.8726658999999999 -5.184078599999999 -8.4716121 -11.451761999999999 -14.755970999999999 -1.9929538 -14.743352999999999 +65 -0.6818174 -1.01867 -6.038742500000001 -2.6638853 0.91584596 3.0693778 -1.8726435000000001 -5.1839287 -8.4713482 -8.1295701 -13.888691 -1.9929306 -11.416624 +66 0.40960409 -0.70983372 2.7755053 -0.35624802 0.69581771 1.338206 0.49410434 2.2136836 2.2136928 -1.9307223000000002 -7.2717165999999995 0.56467295 -4.797248000000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.0114906 0.95379125 0.82804352 0.20100451 -2.286263 -2.6878811000000002 -0.78898889 0.91817127 0.91718896 0.91109354 0.93860531 -0.89279609 0.93882709 +2 -2.2250777000000004 -6.741688099999999 -4.5767581 -0.16546284 -2.1773933 -2.3816129 -0.74475352 -4.6758120000000005 -4.675646700000001 -4.6692024000000005 -4.6988331 -0.845668 -4.698885400000001 +3 0.083571873 0.1603289 -0.26167484 0.029773458 0.062239986 0.0035984906 0.028072796 0.22315229 0.22092753 0.2197847 0.22488195 0.032723762 0.22492831 +4 -0.08837988699999999 -0.058042913 -0.050933121 -3.3245695 2.5762970000000003 0.35751812 0.044189477000000005 -0.055460482 -0.055427323 -0.055166027 -0.056324715 0.051299212999999996 -0.056336117000000005 +5 0.3581261 0.22019009 0.1947733 0.014693176 -1.5550006 -0.97419036 -0.1808026 0.21101619 0.21077579 0.20967985 0.21451476 -0.20748612 0.21456856 +6 2.8366901 2.0377657 1.7120663 0.33241635 3.1783402 -3.0961849 -1.1859275 1.9686583999999998 1.9684808999999996 1.9494527 2.0418341 -1.3284579 2.0416351 +7 3.3915911 2.4645126 2.0324697 0.47707911 3.8018812999999994 0.39656266 -1.8533362 2.3803639 2.379797 2.3523234 2.4866318 -2.0399599999999998 2.4864443 +8 -1.9315593999999998 -4.5199999 -6.6427114000000005 -0.046250312 -1.9817516 -2.2314487 -0.55978886 -7.2539883000000005 -7.2620843 -7.255563700000001 -7.286343 -0.63961958 -7.2862541 +9 -2.2280542000000003 -6.9887572 -8.1272951 -0.16656389 -2.1795872000000003 -2.3917542000000003 -0.75179467 -4.913606 -8.2368775 -8.230253 -8.2610447 -0.85360948 -8.2610384 +10 -0.00042739940000000005 -0.00042389133 -0.0006952521899999999 -3.3662600000000005e-05 -0.00042834427000000005 -0.00018680461 -3.1942442e-05 -0.0005456814 -0.00061201395 -3.3225375 -3.3504064 -3.7488359e-05 -3.3503677000000005 +11 -0.00017868651000000003 -0.00024217993999999998 -0.00060249641 -2.861437e-05 -0.00016667686000000002 -4.0497099e-05 -2.1247317e-05 -0.00035305869 -0.00038548525 -0.00038369219 -2.4600426 -2.4760426999999998e-05 -0.00045622098 +12 -4.1814274 -6.3656447 -4.4372218 -0.045303199 -4.2576611 -5.0939929 -2.6987798 -4.535205599999999 -4.534806099999999 -4.5283843 -4.5578873 -2.9192348999999997 -4.557943900000001 +13 -1.8774855 1.1116773000000002 0.56629011 0.23774117 -2.182173 -2.6299486 -0.74336911 1.093104 1.0919296 1.0842458000000001 1.1194233 -0.84425841 1.1196276 +14 -3.1891475 0.079176545 0.074197702 -3.2237802 -1.1199531999999999 -0.64038425 0.0012901333999999999 0.077146137 0.07707554 0.076617728 0.0782209 0.0026023778 0.078317172 +15 -0.47079227 2.1019681 1.7692743000000002 0.44407156 -2.7158952000000003 -3.2637365000000003 -1.170102 2.0315545 2.0310853 2.0108628 2.1087693 -1.3100332000000001 2.1086342 +16 0.58275947 2.9278052000000003 2.3793231 0.74612704 -0.09227737300000001 -4.4518139 -2.1229732999999995 2.8285913 2.8276496 2.7879272 2.9851481 -2.3224223 2.9849137000000003 +17 0.46469681 2.8383256 2.3159799999999997 0.70708955 -0.18063953 -0.1662694 -1.7888555 2.742461 2.7416005 2.7045367000000002 2.8879841 -1.9722563000000002 2.8877481 +18 -3.2143080000000004 -1.8664082999999998 -4.6184568 0.10481358 -3.4156175 -4.2677622 -1.8825816000000002 -5.227941400000001 -5.2321812 -5.2258891 -5.256150099999999 -2.0716648999999996 -5.2559664 +19 -4.1907252999999995 -6.623043099999999 -7.9511538 -0.045375396 -4.2667988 -5.1050166 -2.7092913 -4.7849928 -8.1056318 -8.099011099999998 -8.1297949 -2.9301261000000003 -8.129786900000001 +20 -2.0112883999999998 0.95393398 0.82683403 0.20102404 -2.2861097000000004 -2.6881993 -0.78927611 0.91807981 0.91709197 -2.4109306 -2.4363568 -0.89312933 -2.4360706000000003 +21 -2.0116983 0.95352299 0.8266755 0.20095546 -2.2864312 -2.6880337000000005 -0.78909597 0.91770375 0.91670205 0.91061079 -1.5217486 -0.89291272 0.93820132 +22 -2.0748550999999997 -4.8829237999999995 -3.1565201000000003 -0.14617882 -2.0407596999999997 -2.1989467 -0.62516695 -2.7024397999999996 -2.7040372 -2.698476 -2.7247185000000003 -0.71253264 -2.7246495 +23 -2.622474 -6.8491099 -4.5910709 -3.4580556000000002 -0.43009282 -0.20883727 -0.03284933 -4.6885221 -4.689043700000001 -4.6826119 -4.712269200000001 -0.038308258 -4.7123066 +24 -1.9414154 -6.7651512 -4.5896228 -0.19442464 -3.6147 -4.2558009000000006 -2.0770098000000004 -4.6924197 -4.6919737999999995 -4.6855124 -4.7151418 -2.2746193999999997 -4.7152084 +25 -1.9008538000000001 -6.770238000000001 -4.5958899 -0.1991181 -1.8178208999999999 -5.8066904 -3.4722215 -4.695416799999999 -4.6949294 -4.6884653 -4.7180949 -3.7100877999999997 -4.7181636 +26 -1.9267444 -6.7699107000000005 -4.595672599999999 -0.19631373 -1.8466653999999998 -1.8598506999999997 -2.2705757999999996 -4.6942444000000005 -4.6937956 -4.6873333 -4.7169637 -2.4761811000000002 -4.7170308 +27 -2.1654854 -8.9266317 -7.771206299999999 -0.059852873 -2.2088006 -2.5878050999999997 -0.76019652 -8.4103891 -8.4109226 -8.4043022 -8.4351123 -0.86320677 -8.4350994 +28 -2.2741771 -10.610178999999999 -8.4070509 -0.16984967 -2.2239033999999998 -2.468148 -0.79550653 -5.2156683 -8.5378644 -8.531231 -8.5620368 -0.90215484 -8.5620353 +29 -2.2250702999999996 -6.7417489 -4.578148400000001 -0.16546191 -2.1774041 -2.3816344 -0.74476395 -4.675834200000001 -4.675715 -7.991198799999999 -8.021912700000001 -0.8456796 -8.0219635 +30 -2.2250779 -6.741689599999999 -4.57676 -0.16546284 -2.1773935 -2.3816132000000003 -0.74475363 -4.6758139000000005 -4.675648799999999 -4.6692045 -7.158275200000001 -0.84566812 -4.6988900000000005 +31 -0.0049849173 0.10276587 -0.31063045 -3.2955089999999996 2.6712363 0.3603448 0.072099569 0.1721316 0.1698113 0.16894614 0.17279014 0.083970671 0.17282762 +32 0.46102413 0.38506641 -0.067532162 0.047511621 -1.4855528 -1.012861 -0.16454248 0.42442068 0.42249527 0.42014167 0.43062699 -0.18899715 0.43072762 +33 2.8267055 2.0380352999999998 1.3688003999999998 0.34440423 3.1456804 -3.1040861 -1.167771 1.9713276000000002 1.9700201000000002 1.9509158 2.0433706999999997 -1.3088575 2.0432258 +34 3.3807723 2.4573079 1.7130317 0.48487689 3.776025 0.39549868 -1.8319183 2.3721014 2.3708348 2.3435339 2.4767373 -2.0174218 2.4765924999999998 +35 -1.5177161 -2.7153826000000003 -5.2317574 -0.009057594399999999 -1.5906706 -1.6535022000000001 -0.27438413 -5.3376176 -5.352322 -5.3460028 -5.3763156 -0.31668569 -5.3761449 +36 -2.0795324 -4.9600135000000005 -6.6120459 -0.14685435 -2.0450282 -2.2114412999999997 -0.63261387 -2.8429627 -6.169300499999999 -6.1628295 -6.193382700000001 -0.72094598 -6.1932933 +37 0.083362459 0.16011075 -0.25931318 0.029732362000000002 0.062048945 0.00353027 0.028026951 0.22297854 0.22073522 -3.1023347 -3.1297521 0.032670198 -3.1296619 +38 0.083497086 0.16019208 -0.25946954 0.029735085 0.062196244000000005 0.0036112954999999998 0.028032317999999997 0.22305087 0.22082694 0.21968477 -2.2349080000000003 0.032676622999999995 0.22475079 +39 0.04114638 0.0044444821 0.0052679651 -3.3228801 0.076137535 0.013727554 0.00011729714 0.0044851287 0.0045181415 0.0045055949 0.0046120873 3.8352799e-05 0.0046035888 +40 2.7510246 1.9737723000000003 1.6630327 -3.0077176 4.858286 -2.9611134 -1.0972858 1.906959 1.9068662 1.8889199 1.9760473000000003 -1.2327342 1.9758381 +41 3.3913168 2.4650797000000004 2.0328988999999997 -2.8439341000000002 4.917013400000001 0.41135389 -1.8511933 2.3809147999999998 2.3803468 2.3528602000000003 2.4872335999999997 -2.0377096000000003 2.4870461 +42 -2.4433404999999997 -4.8688413 -6.8031125 -3.3378900999999996 -0.28693004 -0.19486877 0.089639047 -7.4371345 -7.457449900000001 -7.450945299999999 -7.481772299999999 0.10438862 -7.481661900000001 +43 -2.6305811 -7.0878338 -8.066435499999999 -3.4582824999999997 -0.43895169 -0.21534406 -0.034108458 -4.920819 -8.2504581 -8.243847 -8.2746538 -0.039779606 -8.274633900000001 +44 -0.088787971 -0.058501502000000004 -0.052061489 -3.3246067000000004 2.5755567000000004 0.35748174 0.044177078 -0.056038698 -0.05607611 -3.3777402999999997 -3.405711 0.051284585 -3.4056848 +45 -0.08856041699999999 -0.058288087999999995 -0.05152356599999999 -3.3245974 2.5760542 0.35750775 0.044172619 -0.05581559 -0.055816475 -0.055553433 -2.5163623999999998 0.051279435 -0.056793354000000004 +46 3.3820262999999997 2.4540577999999997 2.025178 0.4728035 0.59007424 -3.9295307999999998 -1.807075 2.3703298 2.3697743 2.3425373 2.475668 -1.9912198 2.4754784 +47 3.4098507000000007 2.4763653 2.0413967 0.48135229 0.60233374 0.14319533 -1.8754625 2.3918176 2.3912422 2.3634993 2.4991668999999996 -2.0632300999999997 2.4989786 +48 -1.5578074 -4.5048914 -6.629166499999999 -0.081278748 -3.3308076 -4.0124138 -1.7871392 -7.2522644 -7.250891800000001 -7.244281599999999 -7.2749657999999995 -1.9700505000000001 -7.2749668000000005 +49 -1.9538810000000002 -7.0103575 -8.111061099999999 -0.19477569 -3.6268803 -4.2719705999999995 -2.091452 -4.9293526 -8.2501273 -8.2434903 -8.27427 -2.2898158 -8.274275999999999 +50 0.35780001 0.21991874 0.19405514 0.014673842 -1.5552926999999999 -0.97494139 -0.18099296 0.21059664 0.21030011 -3.1127217000000003 -3.1401722999999997 -0.2077049 -3.1400749 +51 0.35792914 0.21993325 0.19404095 0.014658373 -1.5551575 -0.97426535 -0.18083802 0.21063035 0.21035754 0.20926384 -2.2455974 -0.20752641 0.2140676 +52 3.6265245999999998 2.6380908 2.1592347000000003 0.54509251 4.0286402 -3.0086144 -2.7926501 2.547684 2.546979 2.5153418 2.6706813 -3.0153847999999996 2.6704988 +53 -1.4949398 -4.5082829 -6.626407 -0.08809414 -1.4971771999999999 -5.578061099999999 -3.1776197 -7.255580800000001 -7.252318400000001 -7.245686999999999 -7.276349300000001 -3.4094945 -7.2763716 +54 -1.9156453000000002 -7.0141756 -8.1451806 -0.19919234 -1.8330792 -5.8220124 -3.4872794000000003 -4.931915200000001 -8.2522948 -8.245655900000001 -8.276434 -3.7254958 -8.2764418 +55 2.8361243999999997 2.0372195 1.7086603 0.33224411 3.1777199 -3.0962603 -1.1860151 1.9677483 1.9675772 -1.3733632 -1.3923687 -1.3285526 -1.3924035 +56 2.8364821 2.0375389 1.7092218000000001 0.33233973 3.1781324 -3.0962054 -1.1859924 1.9680973000000002 1.9679608 1.9489418 -0.41905486 -1.3285280000000002 2.0408146 +57 -1.5310097 -4.5162958 -6.5750436 -0.08465101300000001 -1.5372092 -1.4909318 -2.0699948 -7.2595634 -7.2575038 -7.2508841 -7.2815594 -2.2671428 -7.281569800000001 +58 -1.9407223000000002 -7.0138909 -8.135031399999999 -0.19645895 -1.8610021 -1.8958647000000002 -2.2836662 -4.930740900000001 -8.2514551 -8.2448176 -8.2755969 -2.4898722999999996 -8.2756035 +59 3.3912008 2.4641219 2.0277293999999997 0.47692778 3.8015314 0.39655767 -1.8533852 2.3794833 2.3789547000000004 -0.9704273 -0.98566202 -2.0400115000000003 -0.98563327 +60 3.3913491000000002 2.4642627999999998 2.0282537 0.47698134 3.8016693 0.39656016 -1.8533977 2.3796711 2.3791626 2.3517039 0.025280017999999998 -2.0400247 2.4853906 +61 -2.1655984 -8.959195900000001 -11.090779 -0.05987092 -2.2089314 -2.5881098999999996 -0.7604181 -8.436831699999999 -11.762101 -11.755469999999999 -11.786369 -0.86345555 -11.786349000000001 +62 -1.9315879 -4.5199958 -6.635675900000001 -0.046248755999999995 -1.9817636000000003 -2.2314724 -0.5597994 -7.253986099999999 -7.2621015 -10.577509 -10.608469 -0.63963143 -10.608379 +63 -1.9315593 -4.5199996 -6.6427109 -0.046250309 -1.9817514999999999 -2.2314487 -0.55978883 -7.2539882 -7.262084 -7.255563400000001 -9.7457758 -0.63961954 -7.2862542 +64 -2.2280706 -6.9887977 -8.116619199999999 -0.16656353 -2.1795921000000003 -2.3917634 -0.75179922 -4.9136147 -8.2369212 -11.552225 -11.583108 -0.85361452 -11.583102 +65 -2.2280542000000003 -6.9887572 -8.127295 -0.16656389 -2.1795872000000003 -2.3917542000000003 -0.75179467 -4.913606 -8.236877400000001 -8.230253 -10.720477 -0.85360948 -8.2610386 +66 -0.0004437186 -0.00044602825 -0.00075001426 -3.6287172e-05 -0.00044356295 -0.00019047089 -3.3893078e-05 -0.00057796737 -0.00064715927 -3.3225724999999997 -5.8098946 -3.976137e-05 -3.3504089999999995 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.6200847 1.1571826 0.16253464 0.27670782 -1.9481903999999999 -2.3938356 -0.71243866 0.23809083 0.23788771 0.21886912 0.34505803 -0.82282821 0.34492377 +2 -1.7018756000000002 -2.8874367999999997 -0.29178039 -0.1686133 -1.6439580000000003 -1.427071 -0.36189567 -0.35866452 -0.35818383 -0.33443818 -0.47990989 -0.41933659 -0.47986854 +3 -0.35647546 -0.19865243 -2.4689793 0.36151795 -0.71393467 -0.54849256 0.067063666 -1.797739 -1.7981976000000002 -1.7206542 -2.1636165000000003 0.079182658 -2.1624741000000003 +4 -0.12320676 -0.078924071 -0.0077899021 -3.3303434999999997 2.3112654999999998 0.41613601 0.05298324 -0.011524198000000001 -0.01151354 -0.01066284 -0.016091446000000002 0.062414739000000004 -0.016088336 +5 0.56481207 0.35513005 0.045359207 0.047135132 -1.395349 -1.2320533 -0.27108241 0.06391062 0.0638477 0.059010208 0.09015741699999999 -0.31590217 0.090146848 +6 3.2214026000000002 2.0740101 0.32934421 0.50706236 3.5622318999999996 -2.9824787 -1.1537104999999999 0.50489778 0.50451929 0.46057019 0.76780225 -1.3078093000000002 0.7672946 +7 3.9975037 2.6458664 0.42912784 0.78282666 4.2198169000000005 0.48222354 -1.8511529999999998 0.69281741 0.69235094 0.62815957 1.0969912 -2.0572074000000002 1.0961558 +8 -0.9598102 -1.6775581000000002 -7.2287705 0.30606052 -1.2907614 -0.8548279 -0.17978742 -8.2211468 -8.2316129 -8.121704600000001 -8.720616699999999 -0.21020564 -8.7193855 +9 -1.8515669999999997 -4.3404956 -9.058765800000002 0.13948152 -2.0610798999999997 -1.995768 -0.7021501 -6.202206400000001 -9.5212262 -9.410978199999999 -10.010819 -0.80661096 -10.0097 +10 0.14415631 0.017229158999999997 -0.61306829 0.053440325999999996 0.11100132 0.09044154300000001 -0.073135815 -0.5735056 -0.57241232 -3.8588677000000002 -4.4247527 -0.08624058 -4.423948 +11 0.11547257 0.022238506 -0.35261163 0.021747715 0.10843537 0.07943099099999999 -0.054512108 -0.33442753 -0.33364291 -0.31133444 -2.9114307999999998 -0.064269411 -0.44928152 +12 -2.9095502 -1.1819956 -0.20667824 -0.036374138 -2.9843123 -3.5993745 -1.5507007 -0.24586969 -0.24554169 -0.22867582 -0.33316913 -1.7368369 -0.33314465 +13 -1.4759547 1.2045925 -1.9572987000000002 0.59840302 -2.0887423 -2.7203918 -0.78499023 -1.1745117 -1.1750114 -1.1148204 -1.4681978 -0.90388354 -1.4671515 +14 -3.0219737999999996 0.23785177 0.036149338999999996 -3.2228047 -1.0947243999999998 -0.91478001 -0.098100851 0.047849027999999995 0.047793555 0.044188748 0.067326851 -0.1148234 0.067322904 +15 -0.25311108 2.0135803 0.32675548 0.5503995 -2.5901099 -3.1795353 -1.1910816 0.492508 0.49212999 0.4494111 0.7470186 -1.3487254 0.74657894 +16 1.0517755 2.9791705000000004 0.48811626 1.0250578000000001 0.16117959 -4.2579879 -2.0391865 0.81517208 0.81464363 0.73596103 1.3301398000000002 -2.2556685 1.3290238 +17 0.94687947 2.9033706 0.47584684 0.98125782 0.090433736 -0.033213485 -1.7930297 0.78759637 0.78707677 0.71175652 1.2760756000000002 -1.9958787 1.2750264999999998 +18 -1.7505911 0.50505526 -5.4910041 0.53989353 -2.3130634999999997 -2.7252603 -0.89566662 -6.4744151 -6.4770897000000005 -6.3681305 -6.962875500000001 -1.0226256999999999 -6.9616067 +19 -3.7562824 -4.052967 -8.9742367 0.24402839 -4.0787742 -4.7686235 -2.6105716 -6.1194699 -9.4362454 -9.3259776 -9.9257439 -2.8508158 -9.9246547 +20 -1.7716657999999998 1.0042083000000002 -0.41705312 0.28258824 -2.1087442000000003 -2.4769132999999997 -0.8263753 -0.2937546 -0.2931481 -3.5953042 -4.1543508000000005 -0.94863918 -4.153407 +21 -1.7360997 1.0500355 -0.14048114 0.26093069 -2.0531676 -2.4396935 -0.78880736 -0.048753274000000006 -0.048386578 -0.044811895 -2.5315642999999994 -0.9072411 -0.06866496 +22 -1.582366 -2.7143674 -2.9524697 0.24773941 -1.8839303 -2.2669973999999997 -0.58324582 -2.3492125 -2.3497414 -2.2618508 -2.7559617999999997 -0.67420797 -2.7548152000000004 +23 -2.0603762999999997 -3.2820956 -0.29943472 -3.490246 0.046883472999999995 0.041324603 -0.025044262999999997 -0.36943608 -0.36893932 -0.34455917 -0.49373567 -0.029460435 -0.49369801 +24 -0.73651007 -2.0018341 -0.26039578 -0.16702206 -2.4638186 -2.8823383999999996 -1.1263566999999999 -0.31651463 -0.31609025 -0.29485948 -0.42548127 -1.2792451 -0.42544195 +25 0.80313085 -0.66264559 -0.16166844 -0.12772278 1.0300923 -3.6309881 -1.6746918000000002 -0.18505842 -0.18479338 -0.17183667 -0.25249779 -1.8682126000000001 -0.25250669 +26 1.2395063999999998 -0.26608653 -0.12183037 -0.093813113 1.5223331 0.36079563 -1.916268 -0.12956623 -0.12936169 -0.12011431 -0.17791264 -2.1259047000000004 -0.17794526 +27 -1.9291789000000001 -6.1999509 -8.680969500000002 0.22910119 -2.2196708 -2.4773153 -0.86789275 -9.6914521 -9.6895333 -9.579232800000002 -10.179117 -0.9931907 -10.178033000000001 +28 -2.0791543000000003 -8.0494686 -9.430300599999999 0.11527957 -2.2736392999999997 -2.4326216 -0.94783195 -6.5723516 -9.892657400000001 -9.7823617 -10.382354 -1.0820739 -10.381248 +29 -1.7297436000000002 -3.0211900000000003 -0.93192902 -0.099425175 -1.7288622999999999 -1.2862673 -0.37065452 -0.99455267 -0.99262623 -4.260248900000001 -4.8343454 -0.42897626 -4.8337385 +30 -1.7254414 -2.9926348 -0.7625118 -0.12107554 -1.7062338 -1.2928118999999998 -0.36365395 -0.82791284 -0.82622859 -0.7787248 -3.5206760000000004 -0.42097558 -1.0594156000000001 +31 -0.65107324 -0.38663732 -2.5237304 -2.9715935 1.4500859 0.3190897 0.20549092 -1.8615468999999998 -1.8620462 -1.7830869999999999 -2.2330672000000003 0.24295949 -2.2319359 +32 0.65106014 0.42931328 -2.2602456 0.41594319 -1.6128911 -1.9594793999999998 -0.4189388 -1.5497402 -1.5501163 -1.4786522 -1.8909136999999998 -0.48881613 -1.8897692 +33 2.9848886 1.8794095000000002 -1.6808519 0.67738607 2.9785831000000003 -3.0828078 -1.1024575 -0.79902551 -0.79967399 -0.75391798 -1.0285476999999998 -1.2519805 -1.0277252000000001 +34 3.7801934999999998 2.4641535 -1.4367188999999998 0.88488149 3.8649175000000002 0.47270956 -1.7484716 -0.44568279 -0.4463202 -0.4179805 -0.59373975 -1.9486468000000001 -0.59304918 +35 -0.3375017 -0.21479265 -5.950745700000001 0.50725343 -0.82725713 -0.74713915 0.09308230199999999 -6.2458219 -6.264582900000001 -6.155953 -6.7498784 0.10980187 -6.7484851 +36 -1.1801803999999998 -1.9465851000000003 -7.350295599999999 0.31098282 -1.5248342 -1.6112871000000002 -0.29089878 -3.5491962 -6.8776695000000005 -6.7684781 -7.3647587 -0.33911264 -7.363407799999999 +37 -0.35311142 -0.19692288 -2.4220618 0.35805946 -0.70721045 -0.54052299 0.066379181 -1.7733348000000002 -1.773809 -5.0187401 -5.604259 0.078366709 -5.6029199 +38 -0.35338441 -0.19710133 -2.4273778999999998 0.35845228 -0.70785807 -0.54126209 0.066467622 -1.7761178 -1.7765741999999998 -1.6995147000000002 -4.6006309000000005 0.078472184 -2.1392244 +39 0.04788857 0.01093119 0.0074109371999999995 -3.3218303999999996 -0.042483304000000006 -0.027556635 -0.0040091035 0.007720567199999999 0.0077089956999999995 0.007134979699999999 0.010799418 -0.0047904029999999995 0.0107988 +40 3.1537262000000004 2.0230201 0.32049767 -2.8360464 4.8341133 -2.8863965 -1.0903416000000001 0.4893315 0.48896087 0.44658699 0.74185518 -1.238715 0.74136678 +41 3.9975388999999995 2.646117 0.42917521 -2.5386729999999997 4.8872196 0.49074473 -1.8499901 0.69290824 0.69244168 0.62823995 1.0971581 -2.0559793 1.0963225 +42 -1.2716221 -1.8894949 -7.3690237000000005 -3.0135354 0.74946643 0.23886253 0.018089725 -8.3591508 -8.3730754 -8.263091000000001 -8.8621265 0.02023188 -8.8609356 +43 -2.232991 -4.4777904 -9.096671699999998 -3.1626098 -0.26013426 -0.027732833 -0.13692569 -6.2340041 -9.558926199999998 -9.44868 -10.048544999999999 -0.16120624 -10.047421 +44 0.057487192 -0.039346496 -0.62187996 -3.2736443 2.5655165 0.4358476 -0.031080291 -0.58616146 -0.58504406 -3.8708534 -4.4370184 -0.037042686 -4.436221 +45 0.023256149 -0.037715032999999995 -0.36128924 -3.3059802000000005 2.5259972 0.43271325 -0.011272658999999999 -0.34658204 -0.34577745 -0.3227447 -2.9270704 -0.013602119 -0.46495037 +46 3.9693641000000004 2.625676 0.42567967 0.77197407 0.75263384 -3.8215373999999995 -1.7812598999999998 0.6858617 0.68539727 0.62199838 1.0842281 -1.9833142 1.0834053999999997 +47 4.0172341000000005 2.6599552 0.43159609 0.79043154 0.76887339 0.22326483 -1.8727151000000002 0.69777956 0.69731084 0.63255267 1.1061275 -2.0800262 1.1052816 +48 -0.10960347 -1.2514878999999999 -6.9199078 0.29309859 -2.2316127999999997 -2.4241928 -0.82611962 -7.921353999999999 -7.9213475 -7.8114928 -8.409939900000001 -0.94511286 -8.408747199999999 +49 -1.4035618 -4.3739647 -9.0666141 0.10222537 -3.3344446000000003 -3.7878992 -1.8822328000000002 -6.2122007 -9.5290981 -9.4188243 -10.018642999999999 -2.089136 -10.017549 +50 0.54884325 0.26595559 -0.56488563 0.08015081 -1.4336133999999998 -0.98208505 -0.28020734 -0.50801815 -0.50704683 -3.7969305 -4.361328599999999 -0.32600662 -4.360487 +51 0.5474857 0.28965823 -0.29508488 0.051202804000000005 -1.4125593 -1.0222888 -0.27081985 -0.26163978 -0.26097254 -0.2431196 -2.8169491 -0.31515017 -0.35462179 +52 4.2787431 2.8427637000000003 0.46276493 0.89262248 4.372996499999999 -2.9124149 -2.7814688 0.76267397 0.76218514 0.68985017 1.2280313999999999 -3.0277197 1.2270464 +53 0.5300888 -1.0677164 -6.7674197 0.26600247 0.34038816 -3.9978127 -1.9602110000000001 -7.7809121 -7.7705594 -7.660527900000001 -8.2584936 -2.1696934 -8.2575308 +54 -1.3090049 -4.399930599999999 -9.073935800000001 0.091890135 -1.4625093999999998 -5.3627359000000006 -3.2611051 -6.2190023000000005 -9.5358717 -9.4255915 -10.025408 -3.5192706 -10.02432 +55 3.2553227000000002 2.0867849 -0.070599277 0.51347284 3.6084322 -2.9674521 -1.2339428 0.17532206 0.17557379 -3.159971 -3.7041705 -1.3952459 -3.7032325 +56 3.259292 2.0951186 0.19957071 0.49659414 3.6349535000000004 -2.9675587 -1.2074708 0.39175776 0.3917867 0.35902611 -1.8830790000000002 -1.3663916999999999 0.58126948 +57 0.55738036 -1.0684247 -6.7663246 0.26340182 0.37467386 0.18571109 -1.9305273999999997 -7.7808866 -7.769909599999999 -7.6598372 -8.2577589 -2.1413211 -8.256837299999999 +58 -1.346767 -4.4012224 -9.0739042 0.09523053 -1.504283 -1.0654336000000002 -2.1999452999999995 -6.2191619000000005 -9.5364227 -9.426144800000001 -10.025964 -2.4238527000000003 -10.024873 +59 3.9918614999999997 2.6364341000000002 0.10772698 0.76768203 4.2291609 0.48415817 -1.9376082 0.43699182 0.43701646 -2.9220349 -3.4559983 -2.148559 -3.4549953 +60 4.011438 2.6538417 0.37090503 0.76258035 4.2512123 0.48395199 -1.9108096999999997 0.63815576 0.63800162 0.58002437 -1.4707411 -2.1202329 0.99503805 +61 -1.9331376 -6.5625754 -12.295715 0.22733445 -2.2223159 -2.4885224999999997 -0.87812332 -9.9879008 -13.308881 -13.198525 -13.799076999999999 -1.0048135 -13.797920999999999 +62 -0.95981744 -1.6774859 -7.228922900000001 0.30607006 -1.2907988000000001 -0.85493497 -0.17980743 -8.2211099 -8.231614800000001 -11.443635 -12.044141999999999 -0.21022899 -12.042908 +63 -0.95981106 -1.6775578999999998 -7.2287729999999994 0.30606048 -1.2907621999999999 -0.85482622 -0.17978711 -8.2211492 -8.2316154 -8.1217071 -11.180063 -0.21020528 -8.7193916 +64 -1.8515514 -4.34055 -9.059691099999998 0.13948482 -2.061124 -1.9958679 -0.70219346 -6.2022296 -9.5213106 -12.732991 -13.333484 -0.80665978 -13.332364000000002 +65 -1.8515675999999999 -4.3404968 -9.058767800000002 0.13948152 -2.0610805 -1.9957685 -0.70215034 -6.202208000000001 -9.521228 -9.41098 -12.470257 -0.80661123 -10.009704 +66 0.14559055 0.016627733000000002 -0.63163457 0.055574327 0.11061679 0.09092903 -0.074415553 -0.59048172 -0.58934825 -3.8749462 -6.900887700000001 -0.087748865 -4.4404825 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.66574136 1.556505 -0.032320856 0.30388846 -0.96283924 -1.1514152 -0.84915036 0.013781907 0.013782113 0.010849666 0.058985277 -0.98736688 0.058600989000000006 +2 -0.76448954 -2.1309321 0.012778896000000001 -0.1430358 -0.66282597 -0.78930661 -0.57892509 -0.005481876700000001 -0.005481775699999999 -0.0043213414 -0.023568692000000002 -0.67977301 -0.023417483 +3 0.2018136 0.13566198 -1.8595631999999997 0.38693101 -0.14633946 -0.2331106 -0.11063736 -1.3769835 -1.3769733999999998 -1.1754399 -3.6865754999999996 -0.13196624 -3.6745873999999996 +4 -1.5521697 -0.93131245 0.0083275334 -3.3945705999999998 0.71704395 0.90735368 0.47766748 -0.0029538319 -0.0029534476000000003 -0.0023278109 -0.012691414 0.57044693 -0.012609809 +5 1.4100885 0.77591701 -0.011608875 0.10296436 -0.52370151 -0.62739416 -0.44920053 0.005230433499999999 0.005230649 0.0041203651 0.022438862 -0.5294785 0.022292692000000003 +6 3.0631386000000003 1.6231143 -0.034645419 0.28527982 3.213756 -1.3125513 -1.0138825999999999 0.01534455 0.015343678000000001 0.01207692 0.06562005900000001 -1.1711823000000001 0.065197112 +7 4.2309799 2.4664740000000003 -0.08092971 0.57867115 4.525942700000001 2.601382 -1.4028818 0.029207932000000002 0.02920077 0.022962016000000002 0.12441149 -1.6007585 0.12359332 +8 0.28922291 0.22208044 -2.8395646 -0.09638634300000001 0.39504801 1.7206701000000002 -0.12657422 -5.9751571 -5.9654985 -5.6270317 -8.9259344 -0.14762834 -8.9135673 +9 -0.50220676 -1.2320798000000002 -5.5118591 -0.11219432 -0.41615769 1.0707151000000001 -0.40590156 -4.6584061 -7.964947 -7.6222761 -10.943441 -0.47401781 -10.930584 +10 -0.24598093 -0.21652062 2.7237958 -0.74586947 0.39778567 0.58724477 0.26447322 2.16698 2.1669899 -1.9539904 -4.861796099999999 0.31627137 -4.8490275 +11 -0.1029793 -0.045143563 0.81064402 -0.20708614 0.079232283 0.11023124 0.055376809000000006 0.68711171 0.68713279 0.51171258 -0.82443251 0.06604853200000001 1.8329308000000002 +12 -1.7308467 -0.49292987 0.0050380093 -0.032561446 -1.7447199 -1.9878291000000001 -1.5976127 -0.0018394034 -0.0018391748000000001 -0.0014493939 -0.007899261999999999 -1.8130221000000002 -0.007848932900000001 +13 -0.51680017 1.600759 -1.7785578000000002 0.60828388 -1.0912016000000002 -1.3280092 -0.96261669 -1.2194216 -1.2194076 -1.0334196 -3.427696 -1.1148108 -3.4159652 +14 -2.4556968999999995 0.60177061 -0.0086834932 -3.2187419999999998 -0.30046595 -0.40556549 -0.26399119 0.0035894771000000002 0.0035895392999999998 0.0028284872 0.015420775 -0.31476645 0.015316515 +15 0.74070529 2.4001057999999995 -0.07267886900000001 0.58633964 -1.5799611999999998 -1.8171426 -1.4275737 0.030367619 0.030366402 0.023875492999999998 0.1292969 -1.6276211999999999 0.1284539 +16 1.8359505 3.2053426 -0.14279125 0.96410981 1.0249943000000001 -2.660302 -2.2084629000000002 0.057375834 0.057372507999999996 0.045019223 0.24190478 -2.4633311 0.24031177 +17 1.3784356000000002 2.8694282 -0.11121098 0.79375599 0.70289223 0.91187944 -1.5999938999999999 0.042373985999999995 0.042368589000000005 0.033283512 0.17968562 -1.8145464 0.17850326 +18 -0.97306271 1.4541982 -2.2859277000000002 0.11707029 -1.1050488 -0.56429142 -1.0056822 -5.3755875 -5.3670976999999995 -5.0320138 -8.316099000000001 -1.1610679 -8.3035484 +19 -2.1268316 -0.56281054 -5.2373127 -0.026389398999999997 -2.1443282000000004 -1.6606794999999999 -1.9052254000000002 -4.386866599999999 -7.6892897 -7.346852900000001 -10.666396 -2.1371617 -10.653635000000001 +20 -0.90569578 1.3699471 2.7272321 -0.33476582 -0.63962024 -0.72586128 -0.5547181 2.1728572999999995 2.1728671000000004 -1.9513318 -4.8582394 -0.65137076 -4.8454717 +21 -0.77481178 1.5472426000000001 0.80823349 0.13137097 -0.91806481 -1.0964059 -0.81604413 0.70792224 0.70794399 0.52620258 -0.79974801 -0.95017063 1.8611856 +22 -0.58112874 -2.0017486 -1.8967521 0.27285727 -0.84801493 -1.0338006 -0.74192305 -1.4531688 -1.4531593 -1.2446436 -3.8058861000000004 -0.86619511 -3.793791 +23 -2.1465377 -3.4616055 0.015143101 -3.4769457999999998 0.12897501 0.16078443 0.098946264 -0.0063538071 -0.0063536452 -0.005009065 -0.027325361 0.11831777 -0.027149387999999997 +24 0.43687628 -1.3341073 0.010169084 -0.13124483 -1.2580018999999998 -1.4399863000000002 -1.1340212 -0.0041585013 -0.0041582615000000005 -0.0032776243 -0.017871336 -1.3062294 -0.017757044 +25 1.5935485 -0.39909532 0.0038991493 -0.081144678 1.8027946 -2.056769 -1.6901544999999998 -0.0017583392 -0.0017585597 -0.0013858532000000001 -0.007552808 -1.9115883000000002 -0.0075047023 +26 1.5908722 -0.40966741 0.0035085875 -0.08268318200000001 1.8042528999999998 2.0524883000000003 -1.4595216999999998 -0.0021476035000000003 -0.0021484306 -0.0016931085999999998 -0.0092270518 -1.6623063999999999 -0.0091685492 +27 -1.1457255 -2.6227404 -3.5527769 -0.20075465 -0.9995031 -0.24765721 -0.86473517 -6.7263871 -6.7173561 -6.3759687000000005 -9.6862657 -0.99975515 -9.6742863 +28 -1.4014208000000001 -4.7204136 -6.067524099999999 -0.18467118 -1.2751808999999998 -0.54520437 -1.1819073 -5.2076254 -8.5247129 -8.181486900000001 -11.504918 -1.3564288 -11.492113 +29 -0.9402075 -2.6992540000000003 2.7222834 -0.95523129 -0.15578952 -0.12257625 -0.14363292 2.164488 2.164498 -1.9551193999999998 -4.863306 -0.17104958 -4.850536900000001 +30 -0.86815304 -2.2242171 0.81180983 -0.36352707 -0.57695144 -0.68781783 -0.50932409 0.67914564 0.6791665 0.5061491 -0.83412028 -0.59967068 1.8218623 +31 -1.4962438999999998 -0.87645142 -1.8922287 -2.9845268 0.59426846 0.67056357 0.42363062 -1.4310038 -1.430993 -1.2244758999999998 -3.7715347 0.50478624 -3.7594665000000003 +32 1.5794703 0.86498312 -1.8254359 0.45136205 -0.65659969 -0.82146711 -0.56032452 -1.3139321000000002 -1.3139198 -1.1184246 -3.5850787000000004 -0.65786384 -3.5731851000000003 +33 3.0953502 1.6684144 -1.8036366000000001 0.57677244 2.910489 -1.4576221999999999 -1.1003633999999998 -1.2249848 -1.224976 -1.0384076999999998 -3.4371367999999993 -1.26741 -3.4254055 +34 4.0511135000000005 2.3480157000000004 -1.7569848999999997 0.75039642 4.0207777 2.5603483 -1.3691002 -1.1017158 -1.1017217 -0.92834995 -3.2214685000000003 -1.5639751 -3.2100451 +35 0.53227119 0.83498521 -4.1842775 0.64366451 -0.044407797 -0.098557226 -0.019430027 -5.718025900000001 -5.7219638 -5.385545700000001 -8.680075800000001 -0.022613616 -8.6667808 +36 0.16021741 -0.078381627 -6.0756709 0.51390434 -0.30789855 -0.34290504 -0.25557649 -2.8682451 -6.1942941 -5.8558379 -9.1600101 -0.30254504 -9.146696400000002 +37 0.18816328 0.12707769 -1.6749718 0.35877999 -0.13428444 -0.21348963 -0.10139239 -1.2611323 -1.2611305 -4.3928129 -7.652586299999999 -0.12098991 -7.639284299999999 +38 0.19037626 0.12846618 -1.7029971000000002 0.36314998 -0.13604591 -0.21640533 -0.10287491 -1.2790976 -1.2790905000000001 -1.0870406000000001 -5.995864900000001 -0.12274984 -3.5185120000000003 +39 -0.22881781 -0.14316021 0.0017289816 -3.3368998999999997 0.09546822 0.12435166 0.077569542 -0.00049845226 -0.0004983357299999999 -0.00039236655 -0.0021303513 0.092514531 -0.0021190887 +40 2.2068557 1.0050449000000001 -0.016580408 -3.1849379 5.354012 -0.81076814 -0.59669769 0.0078872083 0.0078861367 0.0062100199 0.033779516 -0.6987761 0.033566133 +41 4.2277009 2.4641598 -0.08078980599999999 -2.7440707000000004 5.8993956 2.651866 -1.3995513000000002 0.029136939 0.029129764 0.022906306 0.12411196 -1.597135 0.12329575 +42 0.051411396 0.081877126 -2.893227 -3.4269105000000004 2.5933201 2.5070362999999998 -0.0063850555 -6.0326023 -6.023026 -5.6842809 -8.984284800000001 -0.0055044039000000005 -8.9719526 +43 -0.78687494 -1.387106 -5.5664226999999995 -3.433845 1.619739 2.364752 -0.15321317 -4.711171 -8.020339 -7.6775961 -10.999019 -0.17971005 -10.986175 +44 -1.363213 -0.91126083 2.7231737999999996 -4.1580373 1.1997372 1.5510874 0.61909918 2.1658743 2.1658842000000003 -1.9544913000000002 -4.862466 0.73631468 -4.8496972000000005 +45 -1.5676635 -0.95903063 0.81139581 -3.6115446 0.79209772 1.0460591000000001 0.51924323 0.68237114 0.68239201 0.50840254 -0.83018492 0.620475 1.8263580000000001 +46 4.6409453 2.7698937000000003 -0.10222761 0.71276627 1.6451613 -2.1729665000000002 -1.7866799 0.039123635 0.039117676000000004 0.030737301 0.16609699 -2.0154334 0.1650036 +47 4.3349115 2.5440313999999997 -0.086118425 0.61147241 1.5147979999999999 1.832959 -1.4724593000000001 0.031423011 0.031415813 0.024699762000000004 0.13375188 -1.6765082999999998 0.13287174 +48 1.1726921000000001 0.70848905 -2.6338406 -0.057707456 -0.61371071 0.26769044 -0.60135056 -5.7548067000000005 -5.7447482 -5.4073996 -8.7015769 -0.70195436 -8.6891211 +49 0.28359491 -0.91245717 -5.3859761 -0.12002169 -1.4114353000000002 -0.66134354 -1.2345245 -4.5363313 -7.8382053 -7.495636200000001 -10.816094 -1.4118208 -10.803279 +50 1.1713519 0.59254316 2.7250935000000003 -0.58327945 -0.20237594 -0.17251251 -0.17740721 2.169197 2.1692068 -1.9529869 -4.8604539 -0.21063075 -4.847685500000001 +51 1.3087925 0.756652 0.80976886 -0.085045859 -0.46501515 -0.55239005 -0.40433787 0.69484124 0.69486259 0.51710186 -0.81516142 -0.4773842 1.8435343000000002 +52 4.9801934999999995 3.0108305 -0.12259545 0.83050699 5.1998223 -0.82957621 -2.4065263999999997 0.048791255 0.048787452 0.038307472 0.20640931 -2.6712848 0.20505053 +53 3.5690892 2.0100216 -1.9780973000000002 0.15731943 4.1244267 -0.88363451 -1.3246108 -5.0434787000000005 -5.0350389 -4.7022892999999995 -7.9747553 -1.5131235 -7.962312700000001 +54 1.1996833 -0.76094363 -5.3263805 -0.16335106 1.4530831 -1.7994466 -2.1139782000000005 -4.4741627 -7.7812341 -7.438609700000001 -10.758619 -2.3583824 -10.745928999999999 +55 3.2227862000000003 1.5841756 2.7287605 -0.26708942 4.1330348 -1.0069126 -0.81377042 2.1747072 2.1747169 -1.9504962 -4.857121 -0.94590518 -4.8443537 +56 3.0203957999999997 1.5646781 0.80676687 0.10593859 3.3719623999999997 -1.2487208 -0.97393718 0.7071867 0.70720799 0.52569026 -0.80061618 -1.1264738 1.860193 +57 4.5723651 2.7642963 -1.5906182 0.4507097 5.146046299999999 2.6556754000000002 -1.9940459 -4.6037726999999995 -4.596115 -4.2676919 -7.5202791 -2.2358502000000002 -7.5077099 +58 1.3398313999999998 -0.72835321 -5.31339 -0.17157889 1.6218675 2.4054916 -2.1087972 -4.460271 -7.769080000000001 -7.4264235 -10.746313 -2.3571932999999996 -10.733671000000001 +59 4.886904400000001 2.8064052999999998 2.7365025000000003 0.3540732 5.486331900000001 2.644407 -1.4569755 2.1879619999999997 2.1879714 -1.9445259999999998 -4.8491229 -1.6595058999999996 -4.8363589000000005 +60 4.371605000000001 2.5416374 0.79869958 0.48093772 4.8565148 2.6195903 -1.4182591 0.73344644 0.73346766 0.54388886 -0.77062658 -1.6175111 1.8946112000000002 +61 -1.0378602 -3.9501269 -9.55526 -0.059538785 -1.0141615 -0.28243687 -0.94839785 -9.3844823 -12.703135000000001 -12.359157000000002 -15.687470999999999 -1.0969118 -15.674414 +62 0.29426758 0.22165676 -2.8519679 -0.096883305 0.40092531 1.7312685 -0.12765381 -5.9868920999999995 -5.9774849 -8.960889199999999 -12.285956 -0.14893082 -12.273543 +63 0.29385358 0.22174819 -2.8500777999999998 -0.096919003 0.40054647 1.7304506999999998 -0.12749035 -5.985189599999999 -5.9755944 -5.637078900000001 -11.395814999999999 -0.14873443 -8.9238772 +64 -0.5023875 -1.2324433000000001 -5.5125002 -0.11222628 -0.41633068 1.0704706 -0.40604871 -4.6589917000000005 -7.965635099999999 -10.944891 -14.272559 -0.47418991 -14.259691 +65 -0.50230577 -1.232348 -5.5122597 -0.11223732 -0.41622012 1.0709441000000002 -0.40590932 -4.6588399 -7.9653905 -7.622719 -13.403367999999999 -0.47402687 -10.931044 +66 -0.2486027 -0.22338454 2.7941618999999998 -0.77751478 0.42150018 0.62765279 0.2735053 2.2107897999999997 2.2107992999999997 -1.9343153000000002 -7.2983362000000005 0.32707285 -4.8236789 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.66575458 1.5564136 -0.032318184 0.3039151 -0.96287428 -1.1515983 -0.84906252 0.013782537 0.013782741000000001 0.010850537 0.058995407 -0.98726944 0.058611114000000006 +2 -0.76447745 -2.1313177000000003 0.01277736 -0.14309519 -0.66275611 -0.78931714 -0.57876591 -0.0054863676 -0.005486266700000001 -0.004325031500000001 -0.02359047 -0.679591 -0.02343916 +3 0.20205034 0.135835 -1.8595543999999997 0.38742626 -0.14654616 -0.23385071 -0.11069036 -1.3768511 -1.3768411 -1.1753478000000002 -3.6857262000000004 -0.13202853 -3.6737445 +4 -1.5517005 -0.93100765 0.008323759 -3.3945657 0.71733654 0.90781983 0.47761418 -0.0029551192 -0.0029547359000000003 -0.0023289033 -0.012698212 0.57037886 -0.012616607 +5 1.4100573 0.77598663 -0.011611073000000001 0.10299729 -0.52376616 -0.62754691 -0.44917308 0.0052310576 0.005231272 0.0041210003 0.022444202000000003 -0.52944772 0.022298011 +6 3.0631866000000003 1.6232693 -0.034645197 0.28537367 3.2137841000000003 -1.3130669 -1.0140837 0.015354143 0.015353273999999998 0.012084888 0.065669423 -1.1714117 0.065246202 +7 4.2309322 2.4664349999999997 -0.08091979 0.57875405 4.5258666 2.6006888999999997 -1.4032337 0.029219776 0.029212618 0.022972115 0.12447927 -1.6011466 0.12366077 +8 0.28890625 0.22207404 -2.8470788 -0.094910038 0.39334096 1.7182543999999997 -0.12716959 -5.9811857 -5.9715058 -5.6330642 -8.931266800000001 -0.14833968 -8.918904099999999 +9 -0.50327479 -1.2332921000000001 -5.516642299999999 -0.11165431 -0.41778271 1.0662197 -0.40725046 -4.6616111 -7.9680845 -7.6254606 -10.945814 -0.47559455 -10.932964 +10 -0.2460187 -0.21643716 2.7226506 -0.74600106 0.3978102 0.58752789 0.2643728 2.1663805 2.1663904 -1.9541828 -4.861288200000001 0.3161549 -4.8485259 +11 -0.10291089 -0.045141642 0.80989474 -0.20698189 0.079206757 0.11025016 0.055358279 0.68651307 0.68653408 0.51131595 -0.82442851 0.06602870200000001 1.832784 +12 -1.7309192999999998 -0.49283685 0.0050353027 -0.032584947 -1.7445581000000001 -1.9878468 -1.5972963 -0.0018429117999999999 -0.0018426832999999998 -0.0014522082999999999 -0.007915164 -1.8126827 -0.0078647528 +13 -0.51661645 1.6010543 -1.7784794999999998 0.60878505 -1.0914521000000001 -1.3287921 -0.96271703 -1.2192275 -1.2192135 -1.0332712 -3.4267534 -1.1149266000000002 -3.4150291 +14 -2.4556438999999997 0.60161088 -0.008682846800000001 -3.2187593 -0.30041961 -0.40545019 -0.26377884 0.0035866131 0.0035866733 0.0028263334999999996 0.015410422 -0.31451001 0.015306206000000001 +15 0.74059328 2.4000519000000002 -0.072670289 0.58642115 -1.5801243999999999 -1.8175336 -1.427611 0.03037536 0.030374144 0.023882402999999996 0.12934824 -1.6276673000000002 0.128505 +16 1.8359365 3.2053337 -0.14278599 0.96426322 1.0248916 -2.6607514 -2.2085077 0.05738693 0.057383603 0.045029477000000005 0.24199217 -2.4633846 0.24039875 +17 1.378276 2.8692968 -0.11119145 0.79382811 0.70268621 0.91174093 -1.6001911 0.042382792 0.042377397000000004 0.033291577 0.17975059 -1.8147648 0.17856794 +18 -0.97297871 1.4539183999999998 -2.2920327 0.11818256 -1.1059687 -0.5655022 -1.0062473 -5.3802538 -5.371746099999999 -5.036681400000001 -8.3200895 -1.1616956 -8.307544400000001 +19 -2.1288702 -0.56565629 -5.2427440999999995 -0.026018303 -2.1467401 -1.6640713 -1.9077262 -4.3907218 -7.6931012 -7.3507098 -10.66945 -2.1398479 -10.656695 +20 -0.90583938 1.3699738000000001 2.7260902000000002 -0.33477996 -0.63978967 -0.72607142 -0.55479249 2.1722657 2.1722754 -1.9515198 -4.8577258 -0.65145817 -4.8449645 +21 -0.77473237 1.5472888999999999 0.80746473 0.1315326 -0.91810421 -1.0965821000000002 -0.8159667 0.70732266 0.70734433 0.52580784 -0.79970949 -0.95008547 1.8610753 +22 -0.58075764 -2.0015683 -1.8967711 0.27334469 -0.84819724 -1.0345 -0.74194798 -1.4530598999999997 -1.4530504 -1.2445734 -3.8050684 -0.86622486 -3.7929797 +23 -2.1462567999999997 -3.4615451 0.01514049 -3.4769869 0.12903562 0.16086797 0.09893679300000001 -0.0063579213 -0.006357759399999999 -0.0050124812 -0.027345869 0.11830113 -0.027169812999999998 +24 0.43691276 -1.3341228 0.010165907 -0.13129961 -1.25793 -1.4400398 -1.1338027 -0.0041629227 -0.0041626839 -0.0032812236 -0.017892237 -1.3059876 -0.017777841000000003 +25 1.5934700000000002 -0.39919807 0.0038973139 -0.081201574 1.8027623 -2.0571862000000003 -1.6902343 -0.0017612476999999999 -0.0017614693 -0.0013881929999999998 -0.0075660956 -1.9116803 -0.007517924499999999 +26 1.5907673 -0.40978711 0.0035090007 -0.082742904 1.8042122 2.0521073 -1.4598617 -0.0021497307 -0.002150557 -0.0016948419 -0.009237157 -1.6626808999999998 -0.009178611 +27 -1.1451999 -2.6231807999999996 -3.5629059 -0.19914939 -1.0003843000000001 -0.25018797 -0.86618365 -6.7349552 -6.7259226 -6.3845658 -9.694142800000002 -1.0014257 -9.682166800000001 +28 -1.4020268999999999 -4.7227565 -6.0727493 -0.18413609 -1.2762645000000001 -0.54738821 -1.1831232 -5.2112137 -8.528296699999999 -8.1851184 -11.507735 -1.3577928999999997 -11.494936000000001 +29 -0.94048849 -2.6992651000000003 2.7211301 -0.95546212 -0.15586772 -0.12256264 -0.14368124 2.1638806 2.1638906 -1.9553158 -4.8628031 -0.17110673 -4.8500404 +30 -0.86802789 -2.224425 0.81106448 -0.36346784 -0.57688613 -0.68781325 -0.50917788 0.67854401 0.67856479 0.5057494 -0.83413406 -0.5995032 1.8216964 +31 -1.4959699 -0.87629299 -1.8922468999999997 -2.9840298 0.59416046 0.66999463 0.42365558 -1.430891 -1.4308801000000002 -1.2244019 -3.7707123 0.5048131 -3.7586505 +32 1.5796729 0.86530359 -1.8253766 0.45187389 -0.65683859 -0.82224997 -0.56041519 -1.3137572 -1.3137448 -1.1182938 -3.5841643 -0.65797067 -3.5722772000000003 +33 3.0953804 1.6685012 -1.8035956000000002 0.57724239 2.9100539 -1.4584673000000001 -1.1005193000000002 -1.2248339 -1.2248251 -1.0382981 -3.4362673999999997 -1.2675883 -3.4245424 +34 4.050976 2.3479037999999997 -1.7570025000000002 0.75079998 4.0201502 2.5595779999999997 -1.3691533 -1.1016273 -1.1016333 -0.92829509 -3.2207208 -1.5640375 -3.2093036 +35 0.53246038 0.83502597 -4.1840586 0.6441855 -0.044665272 -0.09945932800000001 -0.019548698 -5.7177512 -5.7216846 -5.3853168 -8.6790177 -0.022759024 -8.6657293 +36 0.16026329 -0.07825568599999999 -6.0755126 0.51443628 -0.30832284 -0.34400521 -0.25587125 -2.8680286 -6.1940693 -5.855663 -9.1590073 -0.3028983 -9.145700199999999 +37 0.18838222 0.12723878 -1.6748348000000002 0.35924901 -0.13448424 -0.21421244 -0.10144142 -1.2609242 -1.2609223999999999 -4.392652 -7.6515985 -0.12104749 -7.6383031 +38 0.19060663 0.12863094 -1.7028854 0.36362645 -0.13624834 -0.21713517 -0.10292534 -1.2789038000000001 -1.2788966999999998 -1.0868926 -5.9949203 -0.12280905 -3.5175742 +39 -0.22876595 -0.14306616 0.0017267367000000002 -3.3368903 0.09530960699999999 0.12426177 0.07751088 -0.0004997958 -0.00049968059 -0.00039344358999999997 -0.0021364718 0.09245341300000001 -0.0021251467000000003 +40 2.2071394 1.0054907 -0.016584097 -3.1848251 5.3539251 -0.81144698 -0.59706759 0.0078985784 0.0078975112 0.006219192199999999 0.033832337999999997 -0.69920363 0.033618624 +41 4.2276625999999995 2.4641300999999998 -0.08077940900000001 -2.743984 5.8991953 2.6511457000000003 -1.3999044 0.02914899 0.029141819 0.022916565 0.12418056 -1.5975244 0.12336401 +42 0.050578568 0.081560135 -2.9010274 -3.4254365 2.5911394 2.5060505 -0.006671080699999999 -6.0389222 -6.0293262 -5.690606099999999 -8.989910499999999 -0.0058492983999999994 -8.9775828 +43 -0.78855409 -1.3887758 -5.571418599999999 -3.4333194 1.617127 2.3633925 -0.15353774 -4.7145505 -8.023665600000001 -7.6809696 -11.001582 -0.18009735 -10.988744 +44 -1.3628354999999999 -0.91070243 2.7220285 -4.1581532 1.2001063 1.5514839 0.61874826 2.1652737 2.1652836 -1.9546843 -4.8619588 0.73591184 -4.8491964 +45 -1.5670783000000001 -0.95859105 0.8106515 -3.6114191 0.79237775 1.0463512 0.51905726 0.68177532 0.68179611 0.5080073 -0.83018584 0.62024897 1.8262063000000002 +46 4.640811 2.7697868999999997 -0.10221371 0.71283618 1.6449766 -2.1734841 -1.7868297999999998 0.039131324 0.039125367 0.030744404 0.16615469 -2.0155993999999997 0.16506105 +47 4.33477 2.5439244 -0.086101425 0.61153078 1.5146158 1.8326271 -1.4727721 0.031432873 0.03142568 0.024708365 0.13381288 -1.6768528999999999 0.13293245 +48 1.1732995000000002 0.70879316 -2.640581 -0.056311562 -0.61429146 0.26576138 -0.60225236 -5.7600702 -5.7499858 -5.412661099999999 -8.7061406 -0.70301517 -8.6936899 +49 0.28231782 -0.91431534 -5.390935 -0.11954054 -1.4130732 -0.66466995 -1.2365836000000001 -4.5397447 -7.841555099999999 -7.4990322 -10.818681 -1.4141247 -10.805873 +50 1.1711888000000001 0.59264835 2.7239497999999998 -0.58334814 -0.20251672 -0.17259499 -0.17750242 2.1686007000000003 2.1686106 -1.9531775000000002 -4.859943599999999 -0.21074296 -4.8471817 +51 1.3088579 0.75674815 0.80901239 -0.08490805900000001 -0.46508312 -0.5525256 -0.40431725 0.69424325 0.69426453 0.51670663 -0.81514321 -0.47736112 1.8434026999999997 +52 4.9802845 3.0108855 -0.12259693 0.83067165 5.1997931 -0.83024082 -2.4068214 0.048804097000000005 0.048800293 0.038318865 0.2064964 -2.6715997000000002 0.2051372 +53 3.5662078 2.0073336999999998 -1.9847108 0.1574588 4.120004 -0.88500848 -1.3253416 -5.0488431 -5.0403781 -4.7076332 -7.979487599999999 -1.5139268 -7.967051400000001 +54 1.1964413 -0.76476184 -5.3322129 -0.16300946 1.4491319999999999 -1.8024325 -2.1161151 -4.4784182999999995 -7.785472400000001 -7.442893400000001 -10.762101 -2.3606525 -10.749416 +55 3.2227839 1.5844803 2.7276237 -0.2669828 4.1329699 -1.007516 -0.81414661 2.1741215 2.1741312 -1.9506813000000003 -4.8566036 -0.94633479 -4.843842700000001 +56 3.0205604999999998 1.5649819 0.80600534 0.10616509 3.371984 -1.2492513 -0.97416613 0.70659971 0.70662093 0.52530418 -0.8005642 -1.1267353999999998 1.8600982 +57 4.5703606 2.7623162999999997 -1.5960899 0.45052768 5.144091599999999 2.6549169 -1.9943481 -4.607996900000001 -4.60032 -4.2718978 -7.5238924 -2.2361779 -7.511329700000001 +58 1.3361089 -0.7327989 -5.3195487 -0.17128757 1.6173540000000002 2.4039335 -2.1091363999999997 -4.4648122 -7.7736232 -7.4310117 -10.750102 -2.3575582 -10.737465 +59 4.886572599999999 2.8062546000000004 2.7353737000000002 0.35408989 5.4860477 2.6436903 -1.4574022 2.1873913 2.1874008 -1.9447023999999997 -4.848594599999999 -1.6599741999999997 -4.835837000000001 +60 4.3714118 2.5415354 0.79791189 0.48106643 4.856183799999999 2.6188773 -1.4186205 0.73284528 0.73286642 0.54349617 -0.77054847 -1.6179092 1.8945429 +61 -1.0384911000000001 -3.9505071000000003 -9.5596176 -0.05906184 -1.0153053 -0.28454074 -0.94940126 -9.38648 -12.705072999999999 -12.361146000000002 -15.688632 -1.098047 -15.675582 +62 0.29391014 0.22163474 -2.8595194999999998 -0.095403545 0.39917279 1.7288297 -0.1282443 -5.992949299999999 -5.9835215999999996 -8.966951199999999 -12.291203999999999 -0.14963616 -12.278796 +63 0.29353929 0.22172342 -2.8576437 -0.09543953699999999 0.39880672 1.7280296000000002 -0.12807973 -5.9912552 -5.981639700000001 -5.6431494 -11.401183999999999 -0.14943845 -8.9292516 +64 -0.50347029 -1.2336511000000001 -5.517273599999999 -0.11168523 -0.41796019 1.0659523000000002 -0.40740371 -4.662194400000001 -7.9687697 -10.948072999999999 -14.274915 -0.47577377 -14.262053 +65 -0.50337341 -1.2335605 -5.5170448 -0.11169724 -0.41784549 1.0664482 -0.40725812 -4.6620459 -7.968528900000001 -7.6259044000000005 -13.405743 -0.47560348 -10.933424 +66 -0.24864483 -0.22328913 2.7930019 -0.77766969 0.42154668 0.62798401 0.27339821 2.2102011000000004 2.2102107 -1.9344966000000001 -7.2978144 0.3269484 -4.8231644000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d01+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.66575815 1.5564061000000002 -0.032317856 0.3039213 -0.96288302 -1.1516342 -0.84905749 0.013782663999999998 0.013782868 0.010850687 0.05899693599999999 -0.98726436 0.05861264099999999 +2 -0.76448511 -2.1313514 0.012777425 -0.14310115 -0.66275433 -0.78933321 -0.57875396 -0.005486505799999999 -0.0054864048 -0.0043251604 -0.023591397000000004 -0.6795776 -0.023440084 +3 0.20207041 0.135856 -1.8595553 0.38748645 -0.14657242 -0.23394547 -0.11070039 -1.3768403999999999 -1.3768303999999998 -1.1753419 -3.685624 -0.13204046 -3.6736431000000005 +4 -1.5516391999999999 -0.93098816 0.008323316899999999 -3.3945665999999997 0.71734605 0.90786546 0.47760143 -0.0029552168 -0.0029548339000000003 -0.0023289916 -0.012698826000000002 0.5703647 -0.012617217 +5 1.4100488000000002 0.77598787 -0.011610778 0.1030004 -0.52377538 -0.6275731 -0.44917269 0.0052311514 0.0052313659999999994 0.0041210933 0.022444952999999997 -0.52944757 0.022298761 +6 3.0632251 1.6232986999999999 -0.034645996 0.28538916 3.2138244 -1.3131287 -1.0141011 0.015354952 0.015354083000000001 0.01208558 0.06567398599999999 -1.1714319 0.065250746 +7 4.2309931 2.4664787999999995 -0.08092238 0.57878598 4.5259246 2.6005911 -1.4032857 0.029221701 0.029214543 0.022973732 0.12448976 -1.6012044 0.1236712 +8 0.28899751 0.22204995 -2.8477585 -0.094769285 0.39327768 1.7181578999999998 -0.12720852 -5.9817267 -5.972045 -5.6336078 -8.9317116 -0.14838611 -8.9193496 +9 -0.50330958 -1.2334063999999998 -5.517028400000001 -0.11159187 -0.41787527 1.0660239 -0.40730859 -4.6618662 -7.968339 -7.625721400000001 -10.945966 -0.47566269 -10.933116 +10 -0.24601815 -0.21642314 2.7225109 -0.74601663 0.3978156 0.58755428 0.264351 2.1663088 2.1663187 -1.9542046999999998 -4.8612153 0.31612885 -4.848453900000001 +11 -0.10291109 -0.045136079 0.80982172 -0.20697367 0.07920674 0.11025224 0.055353687 0.68645644 0.68647744 0.51127926 -0.82439985 0.066022995 1.8327966 +12 -1.7306946 -0.49283794 0.0050339465 -0.032586231 -1.7445529 -1.9878753 -1.5972743 -0.0018429768 -0.0018427495 -0.0014522672 -0.0079155651 -1.8126598999999999 -0.0078651522 +13 -0.51659725 1.6010739 -1.7784790000000001 0.60884499 -1.0914788999999998 -1.3288903 -0.96272624 -1.2192143 -1.2192003 -1.0332628000000001 -3.4266492999999993 -1.1149376 -3.4149258000000002 +14 -2.4554997000000003 0.60160873 -0.0086831793 -3.2187568 -0.30042839 -0.40547234 -0.2637791 0.003586723 0.0035867828000000004 0.0028264328999999997 0.01541113 -0.31451034 0.015306911000000001 +15 0.74059981 2.4000513 -0.072670193 0.58643542 -1.5801391000000002 -1.8175838 -1.4276101 0.030375945 0.030374727999999997 0.023882972000000002 0.12935318 -1.6276674 0.12850993 +16 1.8359746 3.2053457 -0.1427888 0.96429093 1.0248864 -2.6608116 -2.20851 0.057388137 0.057384809 0.045030630999999995 0.24200269 -2.4633884 0.24040922 +17 1.3782940000000001 2.8693142999999997 -0.11119228 0.79385493 0.70268898 0.91176111 -1.6002101999999998 0.04238414 0.042378745 0.033292788 0.17975997 -1.8147866000000001 0.17857728 +18 -0.97298335 1.4538693999999999 -2.2925864 0.11829832 -1.1060761000000001 -0.56569476 -1.0063396 -5.3806779 -5.3721684000000005 -5.0371076 -8.3204192 -1.1618 -8.307874799999999 +19 -2.1289436 -0.56584052 -5.243156099999999 -0.025961307000000003 -2.1468588 -1.6642671000000002 -1.9078269 -4.3910032999999995 -7.6933822 -7.350997200000001 -10.669628999999999 -2.1399567999999998 -10.656875 +20 -0.90591049 1.3699693000000002 2.725951 -0.33478313 -0.63981206 -0.72610655 -0.55480433 2.1721949 2.1722047000000004 -1.9515412 -4.8576523 -0.65147219 -4.8448919 +21 -0.77481287 1.5472892 0.80739053 0.13154825 -0.91811598 -1.0966198 -0.8159651 0.70726605 0.70728771 0.52577142 -0.79967705 -0.95008426 1.8610919 +22 -0.58072697 -2.0015819 -1.8967831000000002 0.27340334 -0.84821424 -1.0345844000000002 -0.74194696 -1.4530573 -1.4530478 -1.2445749 -3.8049777000000002 -0.8662241 -3.7928898 +23 -2.1462706000000003 -3.4615391000000004 0.015140528 -3.4769918 0.12903098 0.16086888 0.098931929 -0.0063580481 -0.0063578861 -0.0050126043 -0.027346796 0.11829559 -0.027170738 +24 0.43690648 -1.3341317 0.010165981999999999 -0.13130501 -1.2579303999999998 -1.4400667 -1.1337881 -0.0041630439 -0.004162805 -0.0032813343 -0.017893014 -1.3059721000000002 -0.017778616 +25 1.5934837 -0.39919441 0.0038970172999999997 -0.08120508900000001 1.8027767 -2.0572368 -1.6902354 -0.0017612439 -0.0017614657999999999 -0.0013881967000000002 -0.007566191999999999 -1.9116826 -0.0075180212 +26 1.5908262 -0.40973792 0.0035085681 -0.082742647 1.8042790000000002 2.0520896 -1.4599072 -0.0021495401 -0.0021503665 -0.0016946996 -0.0092364731 -1.6627313999999997 -0.0091779327 +27 -1.1451905 -2.6232975 -3.5638148000000003 -0.19899342 -1.0005072 -0.25039662 -0.86627931 -6.735723200000001 -6.7266906 -6.3853387999999995 -9.6948151 -1.001534 -9.6828396 +28 -1.4019895 -4.7229862 -6.0731608 -0.18407602 -1.2762924 -0.54746844 -1.1831399999999999 -5.2114864999999995 -8.528569699999998 -8.1853979 -11.507905000000001 -1.3578127 -11.495107 +29 -0.94065331 -2.6992674 2.7209905 -0.95549027 -0.15588376 -0.12257363 -0.14369485 2.1638086 2.1638185 -1.9553379000000002 -4.8627306 -0.1711228 -4.849968700000001 +30 -0.86804361 -2.2244441000000004 0.81099208 -0.36346551 -0.57688855 -0.68783144 -0.50917083 0.67848729 0.67850806 0.50571254 -0.834107 -0.59949539 1.8217073000000001 +31 -1.4959280000000001 -0.87627112 -1.8922503000000002 -2.9839695 0.59413766 0.66990966 0.42364613 -1.4308816999999998 -1.4308708 -1.2243973 -3.7706116 0.50480193 -3.7585506 +32 1.5797088 0.86532531 -1.8253786 0.45193402 -0.65686567 -0.82234734 -0.56042524 -1.3137453000000001 -1.3137329 -1.1182866000000002 -3.5840609 -0.65798266 -3.5721746 +33 3.095412 1.6685232 -1.8035957999999999 0.57730265 2.9100287000000002 -1.4585700000000001 -1.1005327 -1.2248201 -1.2248113 -1.0382890999999999 -3.4361620999999998 -1.2676041 -3.4244379 +34 4.0510029 2.3479200000000002 -1.7570033999999999 0.75085882 4.0201187 2.5594715 -1.3691702 -1.1016125 -1.1016185 -0.92828512 -3.2206157 -1.5640569 -3.2091993 +35 0.53247692 0.83504931 -4.1840369 0.64425011 -0.044692567 -0.099562734 -0.019559059 -5.717725700000001 -5.721659099999999 -5.385298000000001 -8.6788885 -0.02277143 -8.665600999999999 +36 0.16028155 -0.078241352 -6.0755054 0.51450021 -0.3083666 -0.3441301 -0.25589945 -2.8680112999999996 -6.1940515 -5.8556519 -9.1588859 -0.30293202 -9.1455796 +37 0.18840569 0.12725828 -1.6748217 0.35930549 -0.13450929 -0.21430381 -0.10145077 -1.260905 -1.2609032 -4.3926382 -7.651474799999999 -0.12105863 -7.6381803 +38 0.19062974 0.12865108 -1.7028748 0.36368449 -0.136274 -0.2172285 -0.10293498 -1.2788858 -1.2788787 -1.0868799999999998 -5.9948072 -0.1228205 -3.5174621 +39 -0.22875369 -0.14304316 0.0017267957000000002 -3.3368883 0.09530204 0.12425082 0.07749866 -0.0004996641099999999 -0.00049954861 -0.00039334136 -0.0021359354 0.092438542 -0.0021246145 +40 2.2072546 1.0055773000000001 -0.01658568 -3.1848042000000003 5.3539810999999995 -0.81153883 -0.59711625 0.0078996439 0.0078985767 0.006220059799999999 0.033837437000000005 -0.69926003 0.033623695 +41 4.2277251 2.4641749 -0.080782181 -2.7439516 5.8991708 2.6510401000000003 -1.3999568 0.029150937000000002 0.029143767 0.0229182 0.12419114 -1.5975826000000002 0.12337453 +42 0.050659903 0.081548375 -2.9017123 -3.4252931 2.5911408 2.5059519 -0.0067117161 -6.0394726 -6.0298749 -5.6911593 -8.9903646 -0.005898059200000001 -8.978037599999999 +43 -0.78861744 -1.3888958 -5.5717989 -3.4332565 1.6170124 2.3632687000000003 -0.15357239 -4.7148087 -8.023923700000001 -7.6812341 -11.001737 -0.18013862 -10.9889 +44 -1.3625441999999999 -0.91062294 2.7218885 -4.1581665999999995 1.2001586000000002 1.5515249 0.61869349 2.1652019 2.1652118 -1.9547063000000002 -4.8618860999999995 0.73584844 -4.8491245 +45 -1.5670688999999998 -0.95855021 0.8105789 -3.6114106 0.79240912 1.0464063 0.51903704 0.68171877 0.68173956 0.5079706 -0.83015795 0.62022473 1.8262180000000001 +46 4.6408283 2.7697987 -0.10221402 0.71285804 1.6449633000000001 -2.1735523999999997 -1.7868455 0.039132372 0.039126414 0.030745368999999998 0.16616246 -2.0156175 0.1650688 +47 4.3348163 2.5439572999999998 -0.086103305 0.61155929 1.5146175 1.8325964 -1.4728164 0.031434553999999996 0.031427361 0.024709798999999998 0.13382255 -1.6769020000000001 0.13294207 +48 1.1732977 0.70873624 -2.6412174 -0.056181685999999995 -0.61440265 0.2655947 -0.60231621 -5.760575900000001 -5.7504893 -5.413168799999999 -8.7065505 -0.70308842 -8.694100500000001 +49 0.28228299 -0.91446666 -5.391347799999999 -0.11948263 -1.4131735 -0.66485444 -1.2366663999999998 -4.5400121 -7.8418216 -7.499305099999999 -10.818846 -1.4142173999999998 -10.806038000000001 +50 1.1711536 0.59265097 2.7238103 -0.58335882 -0.20253278 -0.17260787 -0.17751601 2.1685293999999997 2.1685392999999995 -1.9531991999999998 -4.8598705 -0.21075916 -4.8471095 +51 1.3088617 0.75675143 0.80893864 -0.084897258 -0.46509453 -0.55255172 -0.4043196 0.69418663 0.6942079 0.51667004 -0.81511311 -0.47736416 1.8434167000000001 +52 4.9803156 3.0109058999999996 -0.1225991 0.83070054 5.199798 -0.83033749 -2.4068651 0.04880558 0.048801776 0.038320205 0.20650705 -2.671647 0.2051478 +53 3.5661625 2.0072532 -1.9852238000000002 0.15753844 4.1198392 -0.885133 -1.3253906000000002 -5.049229799999999 -5.040763 -4.708021400000001 -7.9797815000000005 -1.5139815 -7.967346099999999 +54 1.1962479 -0.76504194 -5.332677400000001 -0.16295777 1.4488572 -1.8026816000000003 -2.1162624 -4.4787403 -7.785794500000001 -7.443221799999999 -10.762319999999999 -2.3608097999999997 -10.749637 +55 3.2228311 1.5845278 2.7274851000000004 -0.26696456 4.1330273 -1.0075895000000001 -0.81418742 2.1740516 2.1740613 -1.9507023000000001 -4.856529599999999 -0.94638155 -4.8437695 +56 3.0206087999999998 1.5650195 0.80593047 0.10619005 3.3720252 -1.2493157 -0.97418769 0.70654398 0.70656519 0.52526837 -0.80053086 -1.1267603000000002 1.8601158 +57 4.5702735 2.7622089 -1.5965524 0.45056304 5.143960099999999 2.6548084 -1.9943839 -4.608333099999999 -4.6006547 -4.2722352 -7.5241386 -2.2362173999999997 -7.511576799999999 +58 1.3358417999999999 -0.73313443 -5.3200261 -0.17123754 1.6170013 2.4037653999999997 -2.1091709 -4.465159 -7.773970599999999 -7.431365400000001 -10.750347 -2.3575962 -10.737711000000001 +59 4.886601000000001 2.8062837000000003 2.7352357999999994 0.35412308 5.4860329000000005 2.6435857000000005 -1.4574632 2.1873237999999997 2.1873332999999997 -1.9447221000000001 -4.8485189 -1.6600416 -4.8357622000000005 +60 4.3714652 2.5415737000000003 0.79783346 0.4811045 4.8562092 2.6187758999999997 -1.4186736999999998 0.73279044 0.73281157 0.54346132 -0.77050967 -1.6179682 1.8945664 +61 -1.0387034 -3.9505578999999997 -9.558645 -0.05899852 -1.0153955 -0.28473128 -0.94947393 -9.3866211 -12.705211 -12.361289999999999 -15.688666 -1.0981296 -15.675616 +62 0.29398203 0.22160866 -2.8601967999999998 -0.095262747 0.39911026 1.728734 -0.12828199 -5.9934902999999995 -5.9840608 -8.9674948 -12.291639 -0.1496811 -12.279231 +63 0.29360698 0.2216991 -2.8583159 -0.095298681 0.39874043 1.7279276999999997 -0.12811817 -5.9917921 -5.9821749 -5.643689 -11.401625 -0.1494843 -8.929692900000001 +64 -0.50350222 -1.2337671000000001 -5.5176619 -0.11162325 -0.4180501 1.0657681 -0.40745873 -4.662450700000001 -7.969025599999999 -10.948335 -14.275067000000002 -0.47583828 -14.262205999999999 +65 -0.5034084 -1.2336747 -5.5174307 -0.11163478 -0.41793804 1.0662521999999999 -0.40731625 -4.662300800000001 -7.9687832 -7.6261651 -13.405894 -0.47567162 -10.933577 +66 -0.2486524 -0.22327402 2.7928564 -0.77768595 0.42155258 0.6280129 0.27337491 2.2101283 2.2101379 -1.9345182 -7.2977414000000005 0.32692064 -4.8230923 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.85137584 1.5010415000000001 1.2592157 -0.10101736 -0.77407519 -0.75028374 -0.74266298 1.4357941 1.4355223 1.3248657 2.0870198 -0.86597966 2.0854763 +2 -0.94033473 -6.5793637 -4.2246517 0.13306002 -1.1011362 -1.0526912 -1.06295 -4.8035277999999995 -4.8028943 -4.7362737 -5.0762648 -1.2263071 -5.0758471 +3 0.019730932 0.06095470099999999 -0.56400387 0.0038923447999999997 0.016511066 0.015537376 0.015817939 0.027044222000000003 0.026752558 0.025476941 0.032552071 0.018910664 0.032559081000000004 +4 -2.2076915 -1.5097103 -1.0953131999999999 -3.150175 0.86697254 0.80492724 0.80171911 -1.3979478 -1.3972978 -1.3548322 -1.5789236 0.94084467 -1.5785897 +5 1.2733998 0.74048412 0.66301412 -0.11955531 -0.44376208 -0.42033248 -0.42363321 0.71136627 0.71123936 0.66887602 0.9238081 -0.49920787 0.92337754 +6 2.3749328 1.3410628 1.2740296999999998 -0.20910813 2.8795312 -0.77537366 -0.78297828 1.2953348 1.2951421 1.2002429 1.8319793999999998 -0.91139449 1.8307508999999997 +7 2.7881156000000002 1.5394223 1.3445735 -0.24160732 3.4645909 2.8600868 -0.71357163 1.4781951 1.4780476999999999 1.3624353999999999 2.1688382 -0.83231987 2.1669509 +8 0.09925478199999999 0.48085391 -1.9766275000000002 0.099643623 0.00085558397 -0.0068252085 0.014510479 -2.9758291 -2.9755771 -2.915259 -3.2248078 0.020559021 -3.2245692999999997 +9 -0.9396209 -6.819584700000001 -7.761939 0.13356628 -1.1009215 -1.0524296 -1.0629437 -5.063716400000001 -8.3854363 -8.3165562 -8.6674194 -1.2263342 -8.6669255 +10 0.0008681753699999999 -0.0025428136 -0.099648641 0.0017132797 -0.0008594189900000001 -0.0007810794500000001 -0.00081366218 -0.011475218999999998 -0.011538496 -3.3329307 -3.6534077000000003 -0.0009830964999999999 -3.6529296 +11 0.00075427318 -0.002391898 -0.08423750099999999 0.0014651681 -0.00072266935 -0.00069430791 -0.0007288588 -0.0099608852 -0.0099991092 -0.0095344709 -2.4743478 -0.00088007815 -0.012954338000000001 +12 -2.6634986 -6.2296447 -4.0192783 0.2653173 -2.9741647 -2.9147724 -2.913201 -4.6019298 -4.6013777000000005 -4.535148 -4.8733794 -3.1977096 -4.872952400000001 +13 -0.82578007 1.5191609 -0.4351185 -0.078620182 -0.7705409 -0.74694903 -0.73926349 1.3794966 1.3791608 1.2749816 1.982215 -0.86212347 1.9808375 +14 -3.123609 0.10306046 0.1565404 -3.2666862 0.013784198000000001 0.0058834706 0.013835884 0.10666835 0.10672471 0.10154762 0.13079416 0.016560292 0.13075659 +15 0.45971868 2.3208807 1.2699713 -0.062586091 -1.2765002 -1.2392927 -1.2317765 2.1730668 2.1727475 1.9535873 3.988643 -1.4126788000000001 3.9821052000000003 +16 1.6674977999999998 3.2010125 -0.55794413 0.22058232 1.5484930000000001 -1.738043 -1.7300167000000002 2.9346672000000003 2.934349 2.5441287999999997 6.660116499999999 -1.9535668000000002 6.6398814 +17 1.0477203000000002 2.7283452 0.34117063 0.033291731 1.0729684 0.99556938 -1.3265407 2.5167558 2.5164524 2.2287228 5.4159119 -1.5162566000000002 5.4009655 +18 -0.70675415 1.8164008999999999 -0.87921573 0.040347078 -0.76912575 -0.76042224 -0.73628562 -1.7088765 -1.7089628000000001 -1.6613995 -1.9108643 -0.85860009 -1.9104569 +19 -2.6695818 -6.4994760000000005 -7.5677225 0.26808006 -2.9830547000000003 -2.9238953 -2.9224506000000003 -4.8776687999999995 -8.1993926 -8.130556 -8.4812991 -3.2073139 -8.4807909 +20 -0.85524539 1.4838396 0.91394481 -0.094125505 -0.78500677 -0.7608165 -0.75335546 1.3949083 1.3946215 -2.0332324 -2.3066167999999996 -0.87818739 -2.3061646000000002 +21 -0.85537242 1.4847445 0.9921198 -0.095519855 -0.78372204 -0.75975432 -0.75229205 1.4008893999999998 1.4006100000000001 1.2939992 -0.44886666 -0.87697188 2.0170542 +22 -0.92669206 -6.2399081 -4.4867387 0.13357464 -1.0877655000000002 -1.0398916999999999 -1.0500165000000001 -4.4582571 -4.4585119 -4.3926242 -4.7294815 -1.2119349 -4.7290167 +23 -2.4851369 -6.4809645 -4.1043678 -3.0668822000000002 0.49162771 0.46055543 0.46072177 -4.688568599999999 -4.6881804 -4.6217835 -4.9608115999999995 0.55044604 -4.960380799999999 +24 -0.51429998 -6.771800999999999 -4.3405442 0.05170063 -2.340721 -2.2639461 -2.284217 -4.917216000000001 -4.9165372000000005 -4.8497174 -5.190595500000001 -2.5427206 -5.1901842 +25 -0.45703132 -6.803557400000001 -4.3586035 0.039747547 -0.51257144 -3.5396038 -3.5621233999999995 -4.9349407 -4.9342455 -4.8673949 -5.2084038 -3.8639403 -5.207994599999999 +26 -0.49920837 -6.781126700000001 -4.3459976 0.047890847 -0.56414127 -0.52045671 -2.3479484 -4.922556500000001 -4.9218773 -4.8550486 -5.1959668 -2.6096357000000006 -5.1955557 +27 -0.78868182 -8.1768473 -7.3439913 0.29804347 -1.1131271 -1.0807129999999998 -1.0741266 -8.4922388 -8.4921272 -8.423249900000002 -8.774202 -1.2387689 -8.77369 +28 -0.96677339 -10.559723 -8.1778467 0.13255296 -1.1275433000000001 -1.0780877 -1.088983 -5.4789178 -8.8006011 -8.731669300000002 -9.0827796 -1.2552834 -9.0822841 +29 -0.94036008 -6.5794015 -4.2246496 0.13306699 -1.101169 -1.0527233999999999 -1.0629817 -4.803544400000001 -4.8029357 -8.0582431 -8.408849900000002 -1.2263426000000002 -8.4084177 +30 -0.94033556 -6.5793661 -4.224624700000001 0.13306011 -1.1011372 -1.0526921 -1.0629509 -4.8035334 -4.8028965999999995 -4.736276 -7.535781699999999 -1.2263081 -5.0758738 +31 -2.192434 -1.4214725000000001 -1.6131889 -3.1492031000000003 0.88238134 0.81888275 0.81565535 -1.3373197000000001 -1.3375238999999999 -1.2961913 -1.514756 0.95602358 -1.5144098999999998 +32 1.3029127 0.78483214 -0.40649764 -0.10635422 -0.42825781 -0.40549551 -0.40860739 0.69580593 0.6954867 0.65427254 0.90164958 -0.48170893 0.90125915 +33 2.3961192000000002 1.3431548 -0.65394296 -0.18337947 2.8741696 -0.77898774 -0.78692569 1.2083906 1.2080565 1.1222486999999999 1.6826405 -0.91603139 1.6816131999999997 +34 2.7144624 1.4593958 -1.1078358 -0.21412855 3.328102 2.7788443 -0.72874687 1.3098485 1.3095508 1.2131749 1.8576515 -0.84958081 1.8562182 +35 0.10769697 0.4759676 -2.4743196 0.10556244 0.0035177840999999995 -0.005585523100000001 0.015571976000000001 -2.9787037 -2.9798833 -2.9195617 -3.2292627 0.021444812999999997 -3.229 +36 -0.92895057 -6.3774217 -7.941088400000001 0.13453593 -1.0910268 -1.0430495000000002 -1.0532853000000002 -4.6214603 -7.943716499999999 -7.874915700000001 -8.225431 -1.2155881000000002 -8.2249338 +37 0.016713871 0.056271634 -0.35185568 0.0017306238 0.015589481 0.014735258000000001 0.015017483 0.03464873 0.034347887 -3.2892156999999997 -3.6087274 0.017960223 -3.6082398 +38 0.017276741 0.057117215 -0.38255759 0.0020452705 0.015857285 0.014940881999999999 0.015216876 0.033598784 0.033308738 0.031722482 -2.4217351000000003 0.018198197 0.039726365 +39 -0.88885261 -0.58092353 -0.35298196 -3.2461123 0.32587799 0.30634419 0.30686857 -0.53736529 -0.53700026 -0.51588584 -0.63075714 0.36727076 -0.63057457 +40 0.37913226 0.15185583 0.48491853 -3.3710172 4.3055022 -0.081244753 -0.083348797 0.18244266 0.18267842 0.17357031 0.22520225 -0.098447359 0.22516146 +41 2.6334173 1.4274721000000001 1.3062496000000001 -3.5631529000000004 6.0042988 3.6959644 -0.60514611 1.3766121 1.3765119 1.2727655 1.9780148999999998 -0.70906824 1.9763316000000002 +42 -1.9936661 -0.86303547 -3.1641504 -3.013475 0.9628206 0.87625763 0.8919377 -4.252633400000001 -4.25903 -4.1935575 -4.5281215999999995 1.0379171 -4.527721499999999 +43 -2.4844185000000003 -6.603962599999999 -7.606809299999999 -3.0648063 0.49036384 0.45933936 0.45946359 -4.9154973 -8.2394505 -8.1706083 -8.521383 0.54893034 -8.5208738 +44 -2.2076646 -1.5118488 -1.1411062 -3.149639 0.86647571 0.80447827 0.80126714 -1.4055966 -1.4053145 -4.6846321 -5.0242719000000005 0.9403453 -5.0237777999999995 +45 -2.2076734 -1.5116642 -1.1340430000000001 -3.1497172000000004 0.86654293 0.80452638 0.80131325 -1.404554 -1.4041953 -1.361605 -4.0466851 0.94039626 -1.5862596000000002 +46 4.2755033 2.5893562 0.62469993 -0.10222145 1.9151542000000001 -1.4333718 -1.4470068 2.3952178 2.394923 2.1329701 4.896889099999999 -1.6480073 4.8852044999999995 +47 3.709253 2.1804992999999997 1.2067987 -0.1992958 1.6399413 1.5157209999999999 -1.0997540000000001 2.0436622 2.0434083 1.8468993999999999 3.5477193 -1.2665267 3.542514 +48 0.9179229 -1.1613152 -3.4674339 0.13954321 -1.02718 -1.0028312 -1.0061808 -4.5466967 -4.5498698 -4.4840941 -4.8222013 -1.1657135 -4.821422599999999 +49 -0.52214244 -7.0251984 -7.861169099999999 0.053294258 -2.3500058999999998 -2.2734246 -2.2939034 -5.1758871 -8.4974778 -8.428573199999999 -8.779501 -2.5529585 -8.7790155 +50 1.2740305 0.72987976 0.40064097 -0.11418302 -0.44817148 -0.42455833 -0.42801213 0.6799813 0.6797799 -2.6821991 -2.9844981 -0.5043472 -2.9840251 +51 1.2737173000000002 0.73037373 0.44522607 -0.11498219 -0.44772216 -0.42420457 -0.42765451 0.68386306 0.68368624 0.64335085 -1.5793678 -0.50392631 0.88329607 +52 4.7401184999999995 2.9301675 -0.12021913 0.023423096 5.626510400000001 0.27697952 -1.7653751 2.693345 2.693037 2.3647297000000003 6.0583648 -1.9924551 6.0394874000000005 +53 0.41459921 -2.6444232000000003 -4.7687555999999995 0.15948953 0.26775453 -2.8292037 -2.8333032000000005 -5.8900657999999995 -5.889559200000001 -5.8216335 -6.167906299999999 -3.1146799 -6.1674455 +54 -0.46700331 -7.0572953 -7.895736599999999 0.041769175 -0.52487409 -3.5515453000000003 -3.5742211000000004 -5.1926587 -8.5142018 -8.445292599999998 -8.7962284 -3.8763498999999997 -8.7957453 +55 2.3497875 1.2966718000000002 0.8431257 -0.19967683 2.8361144 -0.8024151 -0.8105638 1.2204087 1.2201427 -2.1888134999999997 -2.4704136 -0.9428624 -2.4699571 +56 2.3500604 1.2997717 0.97181244 -0.20205401 2.8394082000000003 -0.8004545 -0.80854956 1.2325483999999998 1.2323196 1.1440391 -0.74487613 -0.94056262 1.7199261000000001 +57 0.57713412 -2.0437741000000003 -4.2507944 0.15769905 0.44012494 0.4163172 -1.6652246 -5.3591691 -5.359781099999999 -5.292484 -5.636397799999999 -1.8851031000000003 -5.635839900000001 +58 -0.50810591 -7.034337400000001 -7.8852167 0.049733749 -0.57514991 -0.5314228 -2.3567127 -5.1807887 -8.5023831 -8.4334776 -8.784408099999998 -2.6188746 -8.783923 +59 2.6994367 1.4435431 1.0590773999999998 -0.23988477 3.342282 2.7894851000000003 -0.72659968 1.3681032 1.3680178 -2.0567004 -2.3312338 -0.84700027 -2.3309251 +60 2.7234971000000003 1.4696771 1.3391511999999999 -0.24513466 3.3816718 2.8127595000000003 -0.72219623 1.4137523 1.4136908000000001 1.305693 -0.42416766 -0.84201288 2.0415755 +61 -0.78867156 -8.2042933 -10.639431 0.29819501 -1.1132663 -1.0808512 -1.0742753 -8.5217379 -11.843912 -11.774863999999999 -12.126645 -1.2389364 -12.126126 +62 0.09908623800000001 0.48002082 -1.9771168000000001 0.09978741099999999 0.00053261634 -0.007151329200000001 0.014178457 -2.9766254 -2.9763997000000004 -6.238004900000001 -6.585495 0.020154272 -6.585200099999999 +63 0.099221238 0.4807947 -1.976462 0.099648338 0.0008159012400000001 -0.0068627718 0.014473099 -2.9758837000000002 -2.9756109 -2.9152926 -5.6845733 0.020514443 -3.2246917 +64 -0.93963197 -6.819601700000001 -7.7618985 0.13356944 -1.1009360000000001 -1.0524443 -1.0629583 -5.0637191 -8.385456 -11.638504 -11.990250999999999 -1.2263505 -11.989756 +65 -0.9396209 -6.819584 -7.7619375 0.13356629 -1.1009215 -1.0524296 -1.0629437 -5.0637162 -8.3854357 -8.3165555 -11.126857000000001 -1.2263342 -8.6669269 +66 0.00087456117 -0.0026126589 -0.10143841 0.0017447477999999999 -0.0008851384800000001 -0.00080593048 -0.0008392749900000002 -0.011698597 -0.01175554 -3.3331377 -6.1132732 -0.0010139442 -3.6532063999999997 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.70658921 1.4692711999999999 -0.1509525 0.11969187 -0.85241553 -0.82392951 -0.81763373 0.51854948 0.5184444 0.43630511 1.488993 -0.9628744 1.4846563 +2 -0.70782533 -2.92282 -0.53548438 0.12571629 -0.85957596 -0.81171687 -0.81351685 -0.90049751 -0.89994421 -0.80606571 -1.5610553999999999 -0.95611081 -1.5595383 +3 0.21717992 0.080896948 -2.0031444 0.31922002 -0.1020986 -0.097029658 -0.09743705800000001 -0.91178957 -0.91188868 -0.81739187 -1.5791662 -0.11708479 -1.5771255 +4 -2.2218047999999997 -1.4415058 -0.21059186 -3.2160411 0.88084609 0.81105527 0.80309661 -0.46134625 -0.46115626 -0.40661558 -0.88344206 0.91256197 -0.88228477 +5 1.3685017 0.76229168 0.024647712999999998 -0.023765339 -0.46354355 -0.43843627 -0.44110203 0.27461006 0.27453895 0.23412831 0.68829539 -0.52513434 0.68676794 +6 2.5942792000000003 1.3950502 -0.11706453 0.011143429 2.9280662 -0.81819761 -0.82492626 0.4956152 0.49550501 0.41754028 1.4037614999999999 -0.97033481 1.3997977 +7 3.3100796999999997 1.7642591 -0.40063521 0.073153436 3.8368611000000006 2.9620623 -0.85604043 0.60064085 0.60051005 0.50299971 1.8117131999999998 -1.0062647 1.8057314999999998 +8 0.2255795 0.033499347 -3.4483705999999996 0.53490976 -0.31492063 -0.31164274 -0.29522382 -4.7468485000000005 -4.7432791 -4.5416516 -5.8960707 -0.35214932 -5.893289599999999 +9 -0.70793575 -5.9903148 -8.2925671 0.55716648 -1.2954063 -1.2344707000000001 -1.2474665 -5.8402934 -9.1604692 -8.9508411 -10.342894 -1.4479906 -10.340043 +10 -0.049735176 -0.11106556 -0.21500112 0.033705242 -0.08646929199999999 -0.078256416 -0.077554795 -0.19485844 -0.19454958 -3.491475 -4.8024347 -0.091968345 -4.7997255999999995 +11 -0.065040191 -0.074008295 0.070023175 -0.031703456 -0.035224587 -0.031026236000000002 -0.030228388999999998 0.014788003999999999 0.014968883 0.013034056 -2.4419791 -0.035449992 0.028971915 +12 -1.8635037 -1.3517921 -0.23705598 0.10783307 -2.0168034 -1.9461984 -1.9394846999999997 -0.46973527 -0.4695227 -0.41409596 -0.89736045 -2.2010123 -0.89625728 +13 -0.60372852 1.4939705 -2.1173994 0.29611203 -0.92544518 -0.89301342 -0.88635611 0.031657858999999997 0.031539033 0.027164017000000002 0.070490083 -1.0411470999999999 0.070546657 +14 -3.1087251 0.10503032 0.012835773 -3.2695442000000003 -0.010512156000000002 -0.016243256 -0.0095873737 0.039872748 0.039858832000000004 0.034389543 0.089873337 -0.011542818 0.089715461 +15 0.72316017 2.3064318999999998 -0.89119487 0.3174311 -1.3987848 -1.3542020000000001 -1.3475998 0.84209229 0.84196998 0.69487015 2.8397891 -1.5586413000000001 2.8277317 +16 1.9289995999999998 3.1536294 -2.0472639 0.65844651 1.3719694 -1.9096906999999999 -1.9029453 1.3861902 1.3860861 1.1009833999999998 4.3054794 -2.1632581 4.2885689000000005 +17 1.3484607 2.7224364 -1.5375988 0.46332717 0.94669152 0.86876533 -1.4855838 1.0721359 1.0720273999999999 0.8713067 3.6413562999999995 -1.7103808999999996 3.6244141000000005 +18 -0.59630608 1.6324421999999998 -2.1751722 0.4074318 -1.0304065999999998 -1.0079514 -0.98745305 -3.2841336 -3.283262 -3.0964109 -4.3804539 -1.1560428999999999 -4.3775983 +19 -2.4210116000000004 -5.7247053 -8.1510939 0.68472139 -3.1537087 -3.0810534 -3.0826365 -5.698817900000001 -9.0192806 -8.8097043 -10.201581 -3.4043084 -10.198718 +20 -0.87064107 1.3611073 0.44091601 -0.0089090123 -0.89049019 -0.85589716 -0.84863592 0.72461789 0.72462537 -2.719399 -3.9688801 -0.99740005 -3.9661204 +21 -0.80782662 1.4123142 0.44335044 0.007307324699999999 -0.84258854 -0.81492586 -0.80854743 0.75561705 0.75554453 0.62698144 -0.059528645 -0.95236254 2.4507969 +22 -0.52308051 -3.1712926 -2.8425274 0.4695293 -1.0183286 -0.96895265 -0.97570655 -2.5408573 -2.5408652000000003 -2.3692322 -3.5763608999999996 -1.1425171 -3.5736979 +23 -2.4753529999999997 -4.4845324 -0.68409343 -3.0861846 0.48678369 0.45607398 0.45513919 -1.1087768999999998 -1.1080201 -0.99899089 -1.8505271 0.53961733 -1.8488999 +24 0.22869483 -2.1264721 -0.38647462 0.016999507 -1.5905258999999998 -1.5133219999999998 -1.5207442 -0.69846648 -0.69809209 -0.6209584 -1.2627335 -1.7472505 -1.2613678 +25 1.0482025 -1.4460152 -0.25951924 -0.078475406 1.203384 -2.0129026000000003 -2.0256361000000003 -0.50419885 -0.50396161 -0.44505882 -0.9546351 -2.29277 -0.95349376 +26 0.86202846 -1.5688438 -0.27669279 -0.06529557 0.98570015 0.94340669 -1.4609476000000001 -0.53571847 -0.53546582 -0.47345124 -1.0062928 -1.682035 -1.0051113999999999 +27 -0.56326911 -7.3307796000000005 -7.8502301999999995 0.71833571 -1.3106677 -1.2654523000000002 -1.2618778 -9.267218699999999 -9.265814599999999 -9.056158199999999 -10.44834 -1.4640594999999998 -10.445489 +28 -0.74212605 -9.8116813 -8.7808595 0.55326031 -1.3262847 -1.2640383999999998 -1.2782101000000001 -6.329469400000001 -9.650160099999999 -9.4404361 -10.833036 -1.4822684 -10.830165 +29 -0.798115 -3.3677261 -1.1512087 0.24932267 -1.0766688 -1.0169204 -1.0176819 -1.4973299 -1.4956873 -4.6851907 -6.042986 -1.1873979 -6.0405885999999995 +30 -0.78424874 -3.2367846 -0.93662556 0.2066459 -1.0194211 -0.96144917 -0.96186259 -1.2938947 -1.2925031 -1.1715567 -4.558202099999999 -1.124113 -2.0944354 +31 -1.9884607 -1.3235551 -2.5569245 -2.8271372 0.75759654 0.69781596 0.69219297 -1.8155157 -1.8155863 -1.6685421000000003 -2.7456825 0.79908002 -2.7430958999999997 +32 1.5251771 0.79788768 -2.0198454 0.23835148 -0.55883718 -0.52916239 -0.53246136 -0.45934682 -0.45946332 -0.4052416 -0.88121633 -0.6323639 -0.87975521 +33 2.6600672999999997 1.3596277 -2.3493232999999996 0.20091491 2.771345 -0.90948949 -0.91734247 -0.10427154 -0.10440361 -0.09077382199999999 -0.22347804 -1.0761545 -0.22287325 +34 3.0918181000000002 1.5428232 -2.8622459 0.19342162 3.3554742999999996 2.7182122000000004 -0.89497211 -0.013399609 -0.013524373000000001 -0.011708968 -0.029931056 -1.050517 -0.029848264 +35 0.34382027 0.34132792 -3.7795498 0.52565879 -0.18275044 -0.18779691 -0.17027964 -4.4496231 -4.4495040999999995 -4.2498558 -5.595378 -0.20357356 -5.5925202 +36 -0.58576059 -4.2608195 -7.4981962 0.56212267 -1.1759106000000001 -1.1207103999999999 -1.1310079 -4.1043665 -7.4263576 -7.2177742 -8.60569 -1.3179251 -8.6027173 +37 0.17555559 0.058948152000000004 -1.4401061000000002 0.26277478 -0.08735815599999999 -0.082762744 -0.08310904200000001 -0.72919233 -0.72928154 -3.9715767 -5.3067028 -0.09985684199999999 -5.303746599999999 +38 0.18439763 0.063196385 -1.5432290000000002 0.27465071 -0.090363607 -0.08576599300000001 -0.08614784 -0.76672494 -0.76680777 -0.68397784 -3.8332498 -0.10351466 -1.3674115 +39 -0.86555864 -0.52133492 -0.051591433 -3.2904538 0.31433787 0.29358077 0.29302354 -0.16785122 -0.16779932 -0.14617079 -0.35069476 0.34959457 -0.350126 +40 0.54743725 0.28022568 0.04911473 -3.3557047999999994 4.5630509 -0.11828686 -0.12029254 0.12200722 0.1219458 0.10476606 0.28435158 -0.14330685 0.28392056 +41 3.2275998 1.7111998 -0.37196578 -3.2594427 5.8463525 3.5119142 -0.79365787 0.57813145 0.57800088 0.48478635 1.7207308999999997 -0.93520329 1.7151817999999999 +42 -1.8028665000000001 -1.0617115 -4.3925415 -2.6118797000000002 0.74657742 0.67428677 0.68700738 -5.7491620999999995 -5.7485276 -5.5427291 -6.917066999999999 0.79437766 -6.9142125 +43 -2.2536266 -5.8139705 -8.186378999999999 -2.6470884999999997 0.30101406 0.2821227 0.27896886 -5.7327650000000006 -9.0544053 -8.844824599999999 -10.236756 0.33246259 -10.233887 +44 -2.1998951 -1.5389088 -0.70443083 -3.1119738999999997 0.805768 0.74612819 0.74014737 -0.89181402 -0.89101226 -4.1197249 -5.4603356 0.85028063 -5.4577294 +45 -2.2292592 -1.5127784 -0.39995815 -3.1822974 0.84124223 0.77767905 0.7711438 -0.64008781 -0.63949666 -0.56756227 -3.6386828999999996 0.88160545 -1.1728797 +46 4.6045663 2.6073687999999997 -1.382416 0.3342857 1.7618308999999996 -1.5901489 -1.6043882 0.99685766 0.99674314 0.81430743 3.4132843999999998 -1.8405679 3.3974197 +47 4.1084178 2.2698972 -0.91408568 0.2110449 1.5545741000000002 1.4184496000000002 -1.2532543999999999 0.8114256 0.81129936 0.67089278 2.7129789 -1.4540906 2.7015666 +48 1.3180383 0.62115211 -2.9608456000000003 0.40665256 -0.91182886 -0.87289204 -0.85789892 -4.2050833 -4.2018592 -4.0039962 -5.3401909000000005 -1.0057923 -5.337489 +49 -0.26040629 -6.1864189000000005 -8.3877842 0.47313583 -2.5113721 -2.4214802000000004 -2.4445825 -5.935598400000001 -9.2559386 -9.0462782 -10.438441000000001 -2.7393506000000003 -10.435597 +50 1.2405586000000002 0.63257224 0.11313004 -0.065197953 -0.54492202 -0.5126644 -0.51451688 0.25725367 0.25738087 -3.1021162999999996 -4.3864923 -0.61040856 -4.3837485 +51 1.2699866000000002 0.68929843 0.34935859 -0.10915083 -0.47696747 -0.45020157 -0.45219136 0.42763512 0.42765169 0.36180557 -1.3287702 -0.53774415 1.152824 +52 5.0476883 2.9214025 -1.8046761999999998 0.47389797 5.4594778 0.094639026 -1.9506162 1.2098127 1.2097078 0.97365216 3.9815482 -2.2152960999999998 3.9637726000000004 +53 2.3772919999999997 1.0064735 -2.6541243 0.30335477 2.2960515 -1.2073874 -1.19623 -3.8522379 -3.8501242999999996 -3.6556151 -4.975666400000001 -1.3863367 -4.9729928 +54 -0.19732895 -6.2196398 -8.403438900000001 0.46003927 -0.67483409 -3.6905028 -3.7159926 -5.9509829000000005 -9.2713099 -9.061643400000001 -10.453823 -4.0548604 -10.45098 +55 2.3748524 1.2077331 0.44612038 -0.12517647 2.8180172000000003 -0.88019034 -0.88624072 0.66539602 0.66542419 -2.7666147999999997 -4.020959700000001 -1.0399225 -4.0182094 +56 2.475906 1.2947927 0.45576704 -0.10367559 2.9211191000000003 -0.82337648 -0.83029657 0.71475853 0.71468891 0.59456715 -0.23045046 -0.97678802 2.2743724 +57 2.6115665 0.99034678 -2.6668202 0.28240104 2.6095172000000004 2.2391622000000004 -0.98810756 -3.8674443999999997 -3.8663625 -3.6717038 -4.9926202 -1.1553878999999998 -4.98992 +58 -0.24238141 -6.1969601999999995 -8.3930788 0.46865178 -0.72986985 -0.67384861 -2.511752 -5.9405824 -9.2609413 -9.051279300000001 -10.443448 -2.8099693 -10.440603999999999 +59 3.2466012 1.6759234 0.76521507 -0.12849119 4.0393841 3.0548040000000003 -0.84279049 1.0257957 1.0258175999999999 -2.4854059 -3.7078047999999995 -0.99086523 -3.7051778 +60 3.2691691 1.7092343 0.31918908 -0.030292296 3.9273260000000003 3.0024159 -0.85024704 0.83631659 0.83622371 0.69042003 0.26890453 -0.99963131 2.7920471 +61 -0.55998387 -7.6561546 -11.479436999999999 0.72049145 -1.3095006 -1.2643031999999998 -1.2610003 -9.579958999999999 -12.900903999999999 -12.690987 -14.084816 -1.4631284 -14.081885 +62 0.22551024 0.032937617 -3.4491278 0.53501179 -0.31509732 -0.31180982 -0.29539106 -4.7474677000000005 -4.7439467 -7.8642436 -9.254217800000001 -0.35234887 -9.251384800000002 +63 0.22547683 0.033217816000000004 -3.4488244 0.53494444 -0.31506252 -0.31177609 -0.29535737 -4.7471924 -4.7436248 -4.5419953 -8.3561356 -0.35230741 -5.893725 +64 -0.7079768 -5.9903664 -8.2926994 0.55717826 -1.295461 -1.2345268 -1.2475221 -5.840313 -9.1605323 -12.272832000000001 -13.666535000000001 -1.4480528999999998 -13.663682000000001 +65 -0.70793612 -5.990317500000001 -8.2925693 0.55716653 -1.2954066999999998 -1.2344711000000002 -1.2474669 -5.840296299999999 -9.1604721 -8.950844 -12.802342 -1.4479911 -10.340049 +66 -0.048398607 -0.11353173 -0.23562937 0.038263858 -0.089759061 -0.081327459 -0.080642113 -0.20956493 -0.20923666 -3.5043997000000005 -7.276140799999999 -0.0956602 -4.8135831 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.60097124 1.4912511 -0.35564158 0.2795753 -0.90768266 -0.87291174 -0.86755364 0.16051301 0.16051599 0.12354524 0.58060762 -1.0251739 0.57702126 +2 -0.64734956 -2.4576576 0.15705458 -0.15834108 -0.5118876 -0.48263666 -0.48501825 -0.064248635 -0.06424773 -0.050321475 -0.26822349 -0.57897013 -0.26645125 +3 0.28956396 0.12963538 -1.6874508999999998 0.44110973 -0.15171677 -0.13999397 -0.13990868 -0.90968535 -0.9096806 -0.75260043 -3.0096147999999996 -0.16752923 -2.9968709 +4 -2.2977517999999995 -1.4960803 0.12463945 -3.3926795 0.93815541 0.85570665 0.8432195 -0.050323263 -0.050322929 -0.039374131 -0.20894032 0.92087539 -0.20755452 +5 1.4457768 0.77736956 -0.13903347 0.075835167 -0.49587131 -0.46706902 -0.46906435 0.060713816 0.06071478599999999 0.04710211 0.23681892 -0.55973661 0.23526839 +6 2.6959931 1.3945348 -0.32076584 0.17140503 2.884446 -0.88221317 -0.88810786 0.14482573 0.14482492 0.11160825 0.53046924 -1.047986 0.5271562 +7 3.4991047999999996 1.8207717 -0.54751608 0.27689206 3.8689562000000004 2.9146490000000003 -0.95047356 0.21401436 0.21400206 0.16401144 0.74104276 -1.1196187 0.73661614 +8 0.11113445 0.061464275 -0.99149825 0.34593182 -0.23955206 -0.2219968 -0.21032879 -4.1877507000000005 -4.1843227999999995 -3.8466741 -7.317457400000001 -0.24883899 -7.3026575 +9 -0.702929 -3.2789162000000003 -4.5261129 0.74450714 -1.4808451999999999 -1.4008315 -1.4121669 -3.9172229 -7.2292994 -6.8718489 -10.436158 -1.638332 -10.421439 +10 -0.97067118 -0.53435906 2.9171802000000002 -1.4854604999999999 0.49853945 0.4590544 0.46272661 2.1185788 2.1185888 -2.0001378 -5.1529167000000005 0.53985728 -5.1381326 +11 -0.29256754 -0.14277708 0.97726776 -0.41584771 0.12091508 0.1063893 0.10791892 0.70996187 0.7099851 0.52069843 -1.0235651 0.12892237 1.6518311999999997 +12 -1.8272154999999999 -1.095426 0.10711463 -0.051247670999999995 -1.8258006999999998 -1.7724924 -1.7731047999999998 -0.038921924 -0.038919567 -0.030426778999999998 -0.16082969 -2.037843 -0.15975352 +13 -0.47851892 1.5399273 -1.9524883000000002 0.50641616 -1.0116261 -0.96954901 -0.96356549 -0.36218576 -0.36217887 -0.28974085 -1.4983263 -1.1349302 -1.4898782 +14 -3.0906295 0.11775964 -0.016860382 -3.2617749 -0.026758187000000003 -0.030146602999999998 -0.024483007 0.006966318000000001 0.0069662888000000004 0.0054266191 0.028101065 -0.029266477000000003 0.027916906000000002 +15 0.85274818 2.3277057 -0.76649569 0.52671787 -1.4815109 -1.4301618 -1.4246381000000001 0.38509239 0.38509293 0.29088675 1.1541726 -1.6533308 1.148927 +16 2.1236174 3.2211658 -1.2580657 0.93631071 1.291374 -1.9869984 -1.9810418 0.82757777 0.82758931 0.60002866 1.7837414 -2.2599926 1.7833419999999998 +17 1.5588132 2.8064838 -1.0667214 0.72379382 0.9010767 0.82268751 -1.5620739 0.59133874 0.59134775 0.43854271 1.5053874 -1.8046203999999997 1.5014706 +18 -0.72713113 1.5835447 -0.20965902 0.29256929 -1.0499038 -1.0063328 -0.99137464 -3.2382641 -3.2368057 -2.9197453999999996 -6.2877754 -1.1651312 -6.272922599999999 +19 -2.3321939 -2.9033351 -4.3104111 0.78674958 -3.1688396 -3.0562627 -3.0561791 -3.7009199 -7.016201799999999 -6.659088799999999 -10.221275 -3.3898928 -10.206656 +20 -1.1962582 1.2830761999999998 2.9515404 -0.73406907 -0.49782939 -0.47744257 -0.46528323 2.1767362 2.1767447 -1.9743366999999998 -5.118214 -0.55483195 -5.1034397 +21 -0.84068357 1.4470582 0.96803781 -0.055003642 -0.81571879 -0.79077251 -0.78419975 0.90179432 0.90181746 0.64902373 -0.85335417 -0.92902019 1.8507947 +22 -0.33894957 -2.3055456000000003 -1.6160565 0.4512031 -0.81252878 -0.76742943 -0.77202549 -1.3321421999999998 -1.3321316 -1.1262806 -3.8005332000000003 -0.9147848 -3.7867241999999997 +23 -2.6241969 -4.3719623 0.18150245 -3.4483248 0.63560579 0.58566004 0.58057724 -0.074495586 -0.074494714 -0.058392078 -0.31215622 0.66654679 -0.31009774 +24 0.44063925 -1.6711323 0.13416844 -0.18984775 -1.1990813 -1.1449536 -1.154715 -0.052827695 -0.052826024000000006 -0.041340426 -0.21956113 -1.3532197 -0.21810525 +25 1.4040124 -0.94970833 0.09426885900000001 -0.20734722 1.7550560000000002 -1.6141229 -1.6282888 -0.037842014 -0.037842077 -0.029581115 -0.15627415 -1.8780598000000002 -0.15523474 +26 1.3175354 -0.98827053 0.094078889 -0.20985908 1.6586834 1.4967546 -1.2898715 -0.040693952 -0.040696246 -0.031818506 -0.16825957 -1.5031027 -0.16714478 +27 -0.76936245 -3.9797825 -2.7390201000000003 0.71968058 -1.5231662000000001 -1.4438917 -1.4324683999999999 -6.1352165 -6.1276137 -5.7726968 -9.3217851 -1.6573740000000001 -9.3076819 +28 -0.69325297 -7.5368512 -5.5307329 0.75754853 -1.4842046999999998 -1.4027531 -1.4227886 -4.9183856 -8.2372399 -7.8785657 -11.449402000000001 -1.6513543999999998 -11.434528 +29 -1.6575383999999997 -3.2460162 2.9030411 -1.8617037 0.14839561 0.13778846 0.14401643 2.0960992 2.0961098000000002 -2.010266 -5.1664817 0.17254405 -5.151693799999999 +30 -0.94397304 -2.6184852000000003 0.98728864 -0.59218403 -0.37969947 -0.36463506 -0.36433693 0.62570545 0.62572742 0.46257323 -1.1165048 -0.43599349 1.5448846999999999 +31 -1.9474115 -1.2812337 -1.8779543 -2.7575719 0.71728787 0.66064552 0.65406307 -1.3411285 -1.3411271 -1.1343931999999999 -3.8156295 0.74218307 -3.8017559999999997 +32 1.6360561000000002 0.85488213 -1.7770485 0.40748547 -0.62308366 -0.58584145 -0.58812553 -0.66160999 -0.66160674 -0.5395374 -2.4250787 -0.69995185 -2.4135603 +33 2.8105450000000003 1.4318879999999998 -2.1816134 0.4264213 2.7062543999999997 -0.98289461 -0.98909975 -0.47216736 -0.4721739 -0.38051017 -1.8755389 -1.1637269 -1.8656009999999998 +34 3.3397832999999997 1.6763401999999998 -2.8310092 0.45650717 3.3795050000000004 2.6818615 -0.98614544 -0.42890475 -0.42891601 -0.34463175 -1.7324286 -1.1602081 -1.7232098000000002 +35 0.51834834 0.55919375 -2.7117416000000003 0.68074701 -0.16013519 -0.16081088 -0.14606245 -4.460634400000001 -4.4606965 -4.1195585 -7.6096617 -0.17479184 -7.5944297999999995 +36 -0.09057804400000001 -1.9373441000000002 -5.5536461 0.78564581 -0.89706422 -0.84583321 -0.85290602 -2.5979131 -5.920087400000001 -5.567270099999999 -9.1134211 -1.0080648 -9.0980951 +37 0.2002917 0.09455580300000001 -1.0264715 0.30693075 -0.10666842 -0.097211226 -0.09714603599999999 -0.61043583 -0.61043465 -3.8181714999999996 -7.287247 -0.11626586 -7.2719769 +38 0.22222561 0.10235155 -1.1732628 0.34046752 -0.11831458 -0.10855036 -0.10852451 -0.68408494 -0.68407874 -0.55861567 -4.9641 -0.12990067 -2.4777348 +39 -0.87512504 -0.53334444 0.060628207999999996 -3.3580752 0.31161825 0.28951304 0.2883578 -0.023907555 -0.023907453 -0.018668641 -0.09807778800000001 0.34116337 -0.097425554 +40 0.60794998 0.25261367 -0.029613762000000002 -3.3231634 4.611753599999999 -0.17262183 -0.17422075 0.023458693 0.02345863 0.0182491 0.09366058699999999 -0.20779479 0.09305938 +41 3.4239535000000005 1.7716146000000002 -0.52862836 -3.0585201 5.7357905 3.4073994 -0.89442683 0.20037176 0.20035815 0.15372851 0.70179875 -1.055747 0.6975345 +42 -1.9383898999999998 -1.1825244 -1.6264878 -2.7613516 0.73226213 0.6730145 0.67752545 -4.9190495 -4.9143422 -4.5677358 -8.0811473 0.76821234 -8.0664322 +43 -2.1331219 -3.5360472 -4.648672900000001 -2.5028631000000003 0.27380483 0.26861094 0.2587169 -4.0395424 -7.350119900000001 -6.992550099999999 -10.557985 0.30776635 -10.543163999999999 +44 -2.9112357 -1.8676488000000002 2.9085145 -5.0447359 1.6419857 1.4552466 1.4058863000000001 2.1035581000000003 2.1035685 -2.0068957 -5.1619714000000005 1.2846366000000002 -5.1471847 +45 -2.5150867000000003 -1.6371476 0.98499357 -3.8358112 1.1013561 0.99427501 0.97760815 0.64432038 0.64434243 0.47550501 -1.0948246000000001 1.031543 1.5697344 +46 4.8396989 2.7105536 -1.0211719000000001 0.60893561 1.6827266 -1.6701745 -1.6824880000000002 0.54106372 0.54106921 0.40311325 1.4312785 -1.9367601000000003 1.4268178 +47 4.334203700000001 2.3627375 -0.83529458 0.45957003 1.4916763000000002 1.3508671 -1.3427209 0.38524022 0.3852383 0.29101614 1.1549111 -1.5622718999999998 1.1495686 +48 1.2878545 0.71075723 -0.64752092 0.23601817 -0.790996 -0.74373307 -0.73440103 -3.7817352999999994 -3.7789295 -3.4484912000000003 -6.883825999999999 -0.86777384 -6.869028200000001 +49 -0.15486442 -3.2794906000000004 -4.5309657 0.67709583 -2.6115963 -2.494053 -2.5082377 -3.9225144 -7.2366515 -6.879141199999999 -10.443467 -2.8179513 -10.428794 +50 0.69493004 0.46345857 2.9315816000000003 -1.1612044 -0.080110381 -0.075915083 -0.070092376 2.1426974 2.1427068 -1.9893675 -5.1384562 -0.083364308 -5.1236763 +51 1.1849690000000002 0.70908235 0.97211499 -0.2959112 -0.39959985 -0.38335847 -0.38323384 0.78988206 0.78990605 0.57484745 -0.94648478 -0.45817213 1.7414068 +52 5.3079245 3.0412103 -1.1857227 0.77841013 5.3816772 0.0011296982 -2.0465131999999997 0.71905934 0.71907023 0.52689456 1.6684807000000001 -2.3311069 1.6662853 +53 2.3693904999999997 1.2446198 -0.345873 0.16522187 2.4747487 -1.1175392 -1.1117318999999999 -3.4318523 -3.4296315 -3.1071788 -6.5022222 -1.299241 -6.4874668 +54 0.25432224 -3.3488578999999996 -4.572409599999999 0.61122484 -0.36269006 -3.3654105000000003 -3.3839209 -3.9641161 -7.2802397 -6.922621899999999 -10.487295 -3.7276472000000003 -10.472648 +55 2.2366645 1.2014281 2.9526727999999998 -0.82066313 3.5919229 -0.53107409 -0.52866347 2.1746064 2.1746147000000002 -1.9752718999999996 -5.1194769 -0.62905141 -5.104701 +56 2.4588631000000003 1.2749142 0.97024261 -0.1794092 3.0276012000000003 -0.80835391 -0.81268477 0.87233982 0.87236149 0.62968426 -0.8764101 -0.96133517 1.8235980999999999 +57 3.4577473 1.8737473999999998 -0.0077794631999999996 0.19349307 3.9325476999999998 2.9439511 -0.94363547 -3.0269267999999996 -3.0256687 -2.7150689 -6.0481996 -1.1113222 -6.0335905 +58 0.19257109 -3.3286351 -4.5620523 0.61656993 -0.43217703 -0.34915105 -2.2905775 -3.9534528 -7.269659900000001 -6.9120631999999995 -10.476647999999999 -2.587366 -10.462 +59 4.0524574 2.1161737 2.9958936 -0.25220287 5.2320686 3.3218762 -0.89985457 2.2380478 2.2380569 -1.947757 -5.0822275999999995 -1.0619305 -5.0674739 +60 3.5530817000000003 1.8141203000000001 0.91902857 0.002785662 4.3555693 3.0971439 -0.92627864 0.94919031 0.94921417 0.67986253 -0.81821935 -1.0919745 1.8923923999999999 +61 -0.43221119 -6.1706309 -8.904747 0.94927171 -1.4118188999999999 -1.3475667 -1.3518133999999997 -8.9847683 -12.304114 -11.944414 -15.521424 -1.5726075000000002 -15.506293 +62 0.11100323 0.057145352999999996 -1.0062524 0.34926964 -0.24311283 -0.22527056 -0.21361423 -4.199300599999999 -4.1959154000000005 -7.180015099999999 -10.747011 -0.25275473 -10.732056 +63 0.11100796 0.057699897 -1.0044199 0.34883979 -0.24266952 -0.22487164 -0.21321547 -4.197874 -4.1944094000000005 -3.8566040999999998 -9.788341599999999 -0.25227895 -7.313568400000001 +64 -0.70351726 -3.2809632000000004 -4.527821299999999 0.74464247 -1.4815823000000001 -1.401573 -1.4129148999999999 -3.9190661 -7.2312992 -10.195772999999999 -13.77149 -1.6391664000000001 -13.756751999999999 +65 -0.70350338 -3.280212 -4.5271763 0.74456958 -1.4814931999999998 -1.4014715 -1.4128083 -3.9185065999999997 -7.2306148 -6.873161099999999 -12.897002 -1.6390445 -10.422789 +66 -0.99587138 -0.54969677 2.9878592 -1.5286247 0.51556246 0.47440086 0.47788827 2.1611295 2.1611392000000005 -1.9812033 -7.5904188999999995 0.5565388 -5.1137222 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.60099353 1.4913197 -0.35585705 0.27952816 -0.90765748 -0.87287284 -0.86752111 0.16054343 0.1605464 0.12357295 0.58091406 -1.025134 0.5773248 +2 -0.64735257 -2.457678 0.1571092 -0.15837138 -0.51185836 -0.48259975 -0.4849827 -0.06425890599999999 -0.064257998 -0.050331318 -0.26831967 -0.57892586 -0.26654692 +3 0.29022816 0.13016228 -1.6922398 0.44190737 -0.1518458 -0.14012079 -0.14003436 -0.91122132 -0.91121678 -0.75395682 -3.0124362000000002 -0.16768069 -2.9996912 +4 -2.2977392000000005 -1.4961235000000002 0.12468131 -3.392661 0.93816929 0.85571839 0.84323362 -0.050338927 -0.050338588 -0.039387813 -0.20905043 0.92089139 -0.20766398 +5 1.4457453000000002 0.77746075 -0.13911157 0.07582651900000001 -0.49589018 -0.46708518 -0.46908329 0.060738235999999994 0.060739202 0.047122671 0.23698315 -0.55975888 0.23543136 +6 2.6958618999999997 1.3946232 -0.32091784 0.17139158 2.8842885 -0.88229414 -0.88819411 0.14488227 0.14488147 0.11165547 0.53084167 -1.0480857 0.52752548 +7 3.4980936000000002 1.8202015 -0.54732897 0.27666342 3.8677785000000005 2.9141474 -0.95053449 0.21398713 0.21397484 0.16399711 0.74124696 -1.1196879 0.73681732 +8 0.11162914 0.060833498 -0.99537368 0.34698844 -0.24012094 -0.22254969 -0.21088143 -4.1902994 -4.1868663 -3.8492268 -7.319456 -0.24950404 -7.3046618 +9 -0.70313677 -3.2828974000000004 -4.5316457 0.74490489 -1.4814582 -1.4014991 -1.4128578 -3.9212553 -7.2333226999999995 -6.8759166 -10.439501 -1.6391126 -10.424787 +10 -0.97032985 -0.53419005 2.916019 -1.4848742 0.49831191 0.45884686 0.4625235 2.1179507 2.1179607000000003 -2.0003425 -5.1524898 0.53963428 -5.137711799999999 +11 -0.29222326 -0.14264612 0.97645447 -0.41541957 0.12084043 0.1063225 0.10785169 0.70934911 0.70937228 0.52030172 -1.023491 0.1288419 1.6517627000000001 +12 -1.8264468 -1.094608 0.1070961 -0.051314507999999995 -1.8249535 -1.7716179 -1.7722282999999999 -0.038909185 -0.038906829 -0.030417861 -0.16081155 -2.0368828000000003 -0.15973557 +13 -0.47836793 1.5402521 -1.9545813000000003 0.50651457 -1.0115695 -0.96948773 -0.96350744 -0.36216081 -0.362154 -0.28972989 -1.4981427999999999 -1.1348622 -1.4896975000000001 +14 -3.0907348 0.1176459 -0.016850751 -3.2618642 -0.02675493 -0.03013489 -0.024480166 0.006957169 0.006957141 0.0054196902000000005 0.028071732000000002 -0.029262972999999998 0.027887761 +15 0.85259235 2.3276506 -0.76680034 0.52663236 -1.4815777 -1.4302216 -1.4247077 0.38517398 0.38517452 0.29095782 1.1548083999999998 -1.6534075000000001 1.1495563 +16 2.1231032 3.2207325 -1.2583517 0.9360144 1.2911277 -1.9871888 -1.9812433999999997 0.82753219 0.82754372 0.60002482 1.784413 -2.2602092000000003 1.7840026000000002 +17 1.5581641000000002 2.8059901000000003 -1.0668341000000001 0.72350522 0.90068172 0.82233668 -1.562245 0.59125987 0.59126887 0.43850564 1.5058908000000002 -1.8048084 1.5019643 +18 -0.72706992 1.5832338 -0.21237603 0.29302028 -1.0502935 -1.0067127 -0.99176703 -3.2395916000000002 -3.2381319 -2.9210777 -6.2885805999999995 -1.1655805000000001 -6.2737335 +19 -2.3341394 -2.9086534 -4.3167858 0.78723173 -3.1712751 -3.0588275 -3.0588097000000003 -3.7058195 -7.021097800000001 -6.6640265 -10.225503 -3.3926448 -10.210888 +20 -1.1961628 1.2831295 2.950416 -0.73378227 -0.49801809 -0.47761636 -0.46546662 2.1761984 2.176207 -1.9744932000000002 -5.1177252 -0.55504881 -5.102957 +21 -0.84043377 1.4471843 0.96708386 -0.054746956 -0.81571126 -0.79075267 -0.78418868 0.90127032 0.9012934 0.64871003 -0.85298939 -0.92900651 1.8510479 +22 -0.33916008 -2.3053629 -1.6158813 0.45120389 -0.81274754 -0.76766935 -0.77226764 -1.3319222 -1.3319116000000002 -1.1261107 -3.7996102999999994 -0.91507109 -3.7858074999999998 +23 -2.6242036 -4.3720371 0.18156417 -3.4483246 0.63562233 0.5856763 0.58059324 -0.074508815 -0.074507938 -0.058404539000000005 -0.31227049 0.66656537 -0.31021144 +24 0.44093878 -1.6707549 0.13419558 -0.18992292 -1.1987212999999999 -1.1445681 -1.1543285 -0.052830989 -0.052829319000000007 -0.041344465 -0.21962049 -1.3527761999999999 -0.2181643 +25 1.4038336 -0.9498511 0.09432149599999999 -0.20744668 1.7549628000000002 -1.6141812 -1.6283573 -0.03784239 -0.037842448 -0.029582449 -0.15631039 -1.8781339 -0.15527078 +26 1.3169793 -0.98869122 0.094156589 -0.20996629 1.6581665 1.4963309 -1.2900184 -0.040697192 -0.040699479 -0.031822163 -0.16831006 -1.5032668 -0.16719498 +27 -0.76919005 -3.9848995000000005 -2.7481991000000003 0.72118618 -1.5245118999999998 -1.4453263 -1.4339543 -6.14304 -6.1354322 -5.7805356 -9.3290144 -1.6590473999999997 -9.314916 +28 -0.69400279 -7.540163099999999 -5.5355008 0.75773442 -1.4851669 -1.4037465 -1.4237892 -4.9215165 -8.2403716 -7.8817461 -11.451835 -1.6524720000000002 -11.436966 +29 -1.6571807 -3.2457494 2.9019281 -1.8610131999999997 0.14810978 0.13752485 0.14375357 2.0954741 2.0954846000000003 -2.0104726000000004 -5.166056200000001 0.17223349 -5.151274400000001 +30 -0.94355713 -2.6183028 0.98658067 -0.59173618 -0.37972055 -0.36464692 -0.3643526 0.62509177 0.62511367 0.46216529 -1.116564 -0.43601195 1.5446741000000002 +31 -1.9465446 -1.2805874 -1.8850335999999999 -2.7561901 0.71690517 0.6602924 0.65372136 -1.3442386 -1.3442374 -1.1372198 -3.820245 0.74183849 -3.8063711000000002 +32 1.6364518 0.85529624 -1.7805716 0.40789928 -0.6230934 -0.58585254 -0.58813631 -0.66226927 -0.66226618 -0.54011302 -2.4264773999999996 -0.69996422 -2.4149589 +33 2.8105527 1.4320378999999999 -2.1828932 0.4264514 2.7062252 -0.98290592 -0.98911234 -0.47203027 -0.47203686 -0.3804083 -1.8749034 -1.163741 -1.8649706000000001 +34 3.3391936 1.6760176 -2.8308517 0.45639337 3.3788269 2.6814972999999998 -0.98619665 -0.42873989 -0.42875116 -0.34450654 -1.7317158 -1.1602663 -1.722502 +35 0.51836984 0.55880031 -2.7115883999999997 0.6807705 -0.16013506 -0.16082095 -0.14606762 -4.4604968000000005 -4.460558 -4.1194704 -7.6088163 -0.17479916 -7.5935904999999995 +36 -0.092081081 -1.9372188999999997 -5.553324099999999 0.78604727 -0.89901615 -0.84787982 -0.85495197 -2.5975879 -5.9197584 -5.566992900000001 -9.1123784 -1.0104529 -9.097058800000001 +37 0.20022376 0.094484634 -1.0262797 0.30685253 -0.10665951 -0.097204784 -0.097139363 -0.61018953 -0.61018835 -3.8179787000000003 -7.286289900000001 -0.11625787 -7.2710261 +38 0.2223725 0.10241846 -1.1743028999999998 0.34067174 -0.11837011 -0.10860521 -0.10857911 -0.6844113 -0.68440513 -0.55890976 -4.9645725999999994 -0.1299664 -2.4782249 +39 -0.87514812 -0.53339175 0.060657562000000005 -3.3580857 0.31162783 0.289523 0.2883671 -0.023910578 -0.023910473999999998 -0.018671665 -0.09811346800000001 0.34117462 -0.097461004 +40 0.60770359 0.25276973 -0.02963481 -3.3231571000000004 4.6114034 -0.17270657 -0.17430948 0.023486407999999997 0.023486353999999997 0.018271301 0.09379638900000001 -0.20790466 0.09319415699999999 +41 3.4228504999999996 1.7709926999999999 -0.52841814 -3.0587583 5.7357473 3.407408 -0.89441391 0.20033432 0.20032071 0.15370602 0.70195333 -1.0557315 0.69768649 +42 -1.9377546 -1.1828703 -1.6312977 -2.7601522999999997 0.73179837 0.67257694 0.67709467 -4.922516099999999 -4.9178024 -4.5712137 -8.0840273 0.7677804 -8.0693175 +43 -2.1331015 -3.5389587999999996 -4.6536230000000005 -2.5026422999999998 0.27362145 0.26843381 0.25853339 -4.0429832999999995 -7.3535406000000005 -6.9960168000000005 -10.560718 0.30754807 -10.545903 +44 -2.9111328 -1.8676568999999998 2.9073397 -5.0440566 1.6416756999999997 1.4549931999999999 1.4056688999999998 2.1029013 2.1029117000000004 -2.0071156 -5.161564 1.2845514999999998 -5.1467834 +45 -2.5148403 -1.6370334 0.98424071 -3.8353156999999998 1.1012194 0.99415462 0.97749484 0.64368479 0.64370678 0.47508421 -1.0948775 1.0314598 1.5695284 +46 4.8391595 2.7101386 -1.0213184000000002 0.60868292 1.6825915 -1.6702668999999999 -1.6825886000000003 0.54102336 0.54102884 0.40310122 1.4318022 -1.9368691999999998 1.4273326000000002 +47 4.3335211 2.3622702999999996 -0.83529421 0.45932633 1.4914285 1.3506636 -1.3427945 0.38519256 0.38519064 0.29099281 1.1552829 -1.5623531000000002 1.1499338 +48 1.2879267 0.70989769 -0.65103155 0.2368751 -0.79172156 -0.74443668 -0.73510459 -3.7839449999999997 -3.7811348 -3.4506987999999996 -6.8855168 -0.86859183 -6.8707248 +49 -0.15656709 -3.2840437999999996 -4.5368028 0.67763374 -2.6138015 -2.4963849 -2.510611 -3.92685 -7.2409784 -6.8835122 -10.447115 -2.8204751 -10.432447999999999 +50 0.69512874 0.46355804 2.9304482000000003 -1.1607803 -0.080292726 -0.076085143 -0.07026438900000001 2.142115 2.1421245 -1.9895483 -5.1379985 -0.083570169 -5.123224700000001 +51 1.1852671000000001 0.70919767 0.97124272 -0.29556924 -0.3996302 -0.38338083 -0.3832599 0.78930532 0.78932924 0.57448519 -0.94627405 -0.458203 1.7414883999999997 +52 5.3073929 3.0407693 -1.1859661 0.7781135 5.381560299999999 0.0011259816 -2.0465172 0.7190042 0.71901509 0.52687961 1.6690935000000002 -2.3311097000000003 1.6668874 +53 2.368523 1.2434020000000001 -0.34921595 0.16581622 2.472932 -1.1186808000000001 -1.1128791999999998 -3.4339449999999996 -3.43172 -3.1092593999999996 -6.5038433 -1.3005427 -6.489093700000001 +54 0.25217555 -3.3536447999999996 -4.578367 0.61168856 -0.36539628 -3.3680446 -3.3866049 -3.9685693 -7.2846923 -6.9271186 -10.491069 -3.7304322 -10.476428 +55 2.236703 1.2017520000000002 2.9515747 -0.82021456 3.5913467000000003 -0.53131715 -0.52891185 2.1740886 2.1740969 -1.9754199000000001 -5.1189766 -0.6293459 -5.1042068 +56 2.4590913 1.2752718 0.96934502 -0.17905467 3.0274392999999997 -0.80843173 -0.81276849 0.87186517 0.87188679 0.62939959 -0.87603145 -0.96143293 1.8238698 +57 3.4551047999999995 1.8715731 -0.011132028 0.19340817 3.9287089999999996 2.9423868 -0.94383843 -3.0292068 -3.027945 -2.7173123 -6.0501255 -1.1115511 -6.035521900000001 +58 0.19087782 -3.3335197 -4.568075299999999 0.61693357 -0.43430638 -0.35131231 -2.2921579 -3.9579720000000003 -7.274181 -6.916628299999999 -10.480491 -2.5890595000000003 -10.465848 +59 4.0509157 2.1152722 2.9948137999999997 -0.25270505 5.2312913 3.3217376000000005 -0.89985646 2.2375472999999997 2.2375564 -1.9478895 -5.081709200000001 -1.0619319 -5.066961599999999 +60 3.5518657999999994 1.8134407 0.91813509 0.0026763617999999998 4.3539169 3.0966002999999995 -0.92633396 0.94859211 0.94861588 0.67950644 -0.81786974 -1.0920372 1.8926243999999999 +61 -0.43326109 -6.171638 -8.9078219 0.94940576 -1.4130200000000002 -1.3487958 -1.3530418 -8.986203199999999 -12.305541999999999 -11.945894000000001 -15.522141 -1.5739829 -15.507016 +62 0.11150119 0.056504992000000004 -1.0101562 0.35033007 -0.24368515 -0.22582716 -0.21417055 -4.2018657 -4.198475599999999 -7.1825845 -10.748837 -0.25342422 -10.733888 +63 0.11150238 0.057060087999999995 -1.008324 0.34990004 -0.24324212 -0.22542836 -0.213772 -4.200440400000001 -4.1969709 -3.8591748 -9.7903565 -0.2529487 -7.3155901 +64 -0.70372534 -3.2849464999999998 -4.533350700000001 0.74504154 -1.4821944 -1.40224 -1.4136052 -3.9231004 -7.2353243 -10.199842 -13.774801 -1.6399464 -13.760067999999999 +65 -0.70371053 -3.2841953 -4.5327121 0.74496762 -1.482105 -1.4021379999999999 -1.4134982 -3.9225423999999998 -7.2346416 -6.8772323 -12.900348 -1.6398240000000002 -10.426141000000001 +66 -0.99553627 -0.54952824 2.9866772999999998 -1.5280361 0.51532948 0.47418912 0.47768137 2.1605086 2.1605182999999997 -1.9813985 -7.5899804 0.55631318 -5.113290599999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=0d1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.60100001 1.4913212 -0.355873 0.27952489 -0.90765643 -0.8728711 -0.86751967 0.16054501 0.16054797 0.12357468 0.58094389 -1.0251322 0.57735432 +2 -0.64735506 -2.4576834 0.15711203 -0.15837397 -0.51185751 -0.48259835 -0.4849816 -0.064262335 -0.064261426 -0.050334224000000004 -0.26834049 -0.57892445 -0.26656763 +3 0.29023507 0.1301695 -1.692289 0.44191596 -0.1518468 -0.14012247 -0.14003552 -0.91122064 -0.9112161 -0.7539587 -3.0123817 -0.16768209 -2.9996373 +4 -2.2977362 -1.4961253 0.12468465 -3.3926595999999996 0.93816997 0.85571898 0.84323433 -0.050340092999999995 -0.050339754 -0.039388892 -0.20906053 0.92089238 -0.20767403 +5 1.4457436000000001 0.77746366 -0.13911771 0.075825433 -0.49589111 -0.46708594 -0.46908421 0.060739379 0.060740342999999995 0.047123754000000004 0.23699603 -0.55975996 0.23544413 +6 2.6958537999999996 1.3946266999999999 -0.32093099 0.17138986 2.8842802000000005 -0.88229836 -0.88819868 0.14488517 0.14488437 0.11165817 0.5308734 -1.0480909999999999 0.52755691 +7 3.4980333 1.8201672999999998 -0.54732659 0.27664921 3.8677094 2.9141185000000003 -0.9505378 0.213985 0.21397271 0.16399624 0.74127419 -1.1196916000000001 0.73684418 +8 0.11166999 0.060793016 -0.99570094 0.34707873 -0.24016949 -0.22259715 -0.21092863 -4.190509 -4.1870755 -3.8494384 -7.3195953 -0.24956083 -7.3048018 +9 -0.70315312 -3.2831656000000002 -4.5320632000000005 0.74493068 -1.4815013000000001 -1.4015454 -1.4129052 -3.9215472 -7.2336149999999995 -6.8762143 -10.439712 -1.639166 -10.424998 +10 -0.970296 -0.53417218 2.9158932 -1.4848137 0.49828681 0.45882422 0.462501 2.117885 2.117895 -2.0003629000000003 -5.1524343 0.53960957 -5.137657 +11 -0.29219606 -0.14263392 0.97638046 -0.41538203 0.12083168 0.10631461 0.10784372 0.70929504 0.7093182 0.52026738 -1.0234635 0.12883237 1.6517764 +12 -1.8264212 -1.0945735 0.10709552 -0.051318586 -1.8249137999999998 -1.7715767 -1.7721871 -0.038911242 -0.038908886000000004 -0.0304196 -0.16082438 -2.0368376 -0.15974832 +13 -0.47837557 1.5402563999999999 -1.9545842 0.50650918 -1.0115709000000002 -0.96948945 -0.96350911 -0.36213337 -0.36212656 -0.28970851 -1.4980316 -1.1348639999999999 -1.489587 +14 -3.0907332999999997 0.11763927 -0.016850042 -3.2618691 -0.026754755 -0.030134286 -0.024480007 0.0069571319999999996 0.006957104 0.0054196842 0.02807246 -0.029262776 0.027888483999999998 +15 0.85258091 2.3276463 -0.7668333 0.52662676 -1.4815815 -1.4302251 -1.4247117 0.38517835 0.38517889 0.29096237 1.1548726999999999 -1.6534118000000002 1.1496198999999998 +16 2.1230734 3.2207081000000004 -1.2584008999999998 0.93599633 1.2911148000000001 -1.9871987000000002 -1.9812539 0.82753311 0.82754464 0.60002856 1.7844985 -2.2602203999999997 1.7840869 +17 1.5581276000000002 2.805962 -1.0668678999999999 0.72348795 0.90066019 0.82231763 -1.5622541 0.59125687 0.59126587 0.43850569 1.5059593 -1.8048183 1.5020316 +18 -0.72705655 1.583214 -0.21260871 0.29306435 -1.0503268 -1.0067458 -0.99180049 -3.2397004000000003 -3.2382406 -2.9211885 -6.2886218000000005 -1.1656187 -6.2737754 +19 -2.3342397999999998 -2.9090324 -4.3172364000000005 0.78726741 -3.1713658 -3.0589266 -3.0589122000000004 -3.7061811000000002 -7.0214598 -6.664393799999999 -10.225783999999999 -3.3927525000000003 -10.21117 +20 -1.1961626 1.2831331 2.9502956 -0.73375317 -0.49803709 -0.47763404 -0.46548497 2.1761429 2.1761515 -1.9745081000000002 -5.1176627 -0.55507048 -5.1028953 +21 -0.84040826 1.4471901000000003 0.96699851 -0.054725127 -0.81571478 -0.79075536 -0.7841919 0.9012242 0.90124728 0.6486833 -0.85293421 -0.92901019 1.8510921000000002 +22 -0.33916894 -2.3053536 -1.6158752 0.45120378 -0.81275448 -0.76767728 -0.77227544 -1.3319104 -1.3318998 -1.1261033999999999 -3.7995248999999998 -0.91508027 -3.7857229 +23 -2.6242129000000003 -4.3720422 0.1815676 -3.4483252999999996 0.63562304 0.58567722 0.58059392 -0.074512535 -0.074511657 -0.058407710999999994 -0.31229325 0.66656626 -0.31023407 +24 0.44094818 -1.6707450000000001 0.13419702 -0.18992791 -1.1987075 -1.1445528999999999 -1.1543135 -0.052833998 -0.052832328 -0.041347001 -0.21963862 -1.352759 -0.21818232 +25 1.4038267 -0.94985596 0.094323565 -0.20745308 1.7549633000000002 -1.6141799 -1.6283568000000002 -0.037844954 -0.037845011 -0.029584581000000002 -0.15632525 -1.8781331 -0.15528554 +26 1.3169515 -0.98871478 0.09415971 -0.20997314 1.6581418 1.4963111999999998 -1.290025 -0.040700018 -0.040702305 -0.031824511 -0.16832631 -1.5032741000000003 -0.16721113 +27 -0.76918564 -3.9852779000000003 -2.7489797 0.72130888 -1.5246287 -1.4454498 -1.434082 -6.1437004 -6.1360923 -5.781199 -9.3296008 -1.659191 -9.315503 +28 -0.69402062 -7.540431 -5.5358423 0.75774108 -1.4851863 -1.4037674 -1.4238104999999999 -4.9217571 -8.240612299999999 -7.8819928 -11.451992 -1.6524957999999998 -11.437125 +29 -1.65713 -3.2457182 2.9017929000000002 -1.8609353 0.14807476 0.13749301 0.14372131 2.0953995 2.0954101 -2.0104973999999998 -5.1660064000000006 0.17219537 -5.1512253 +30 -0.9435371 -2.6182881 0.98651071 -0.59169531 -0.37972994 -0.36465516 -0.36436143 0.62503204 0.62505394 0.46212599 -1.1165558999999998 -0.43602249 1.5446665000000002 +31 -1.9465477999999998 -1.2805751 -1.8851672 -2.7561615 0.71689805 0.66028521 0.65371494 -1.3442882999999999 -1.3442872 -1.1372678999999999 -3.8202618999999998 0.74183219 -3.8063885 +32 1.6364511 0.85530293 -1.7805953 0.4079009 -0.62309362 -0.58585345 -0.58813679 -0.66225268 -0.66224958 -0.54010084 -2.4263946 -0.69996477 -2.4148767 +33 2.810546 1.432041 -2.1828935 0.42644734 2.7062211 -0.98290838 -0.98911451 -0.47200132 -0.47200791 -0.38038566 -1.8747873 -1.1637435 -1.8648552 +34 3.3391461000000002 1.675992 -2.8307998 0.45638521 3.3787712 2.6814671000000003 -0.98620072 -0.42872038 -0.42873166 -0.34449172 -1.7316314999999998 -1.1602709 -1.7224183000000002 +35 0.51836915 0.55878006 -2.7115703 0.68077254 -0.16013496 -0.16082197 -0.1460679 -4.460478599999999 -4.4605398 -4.1194581 -7.6087144 -0.17479955 -7.5934894 +36 -0.092183018 -1.9372203000000001 -5.5533043 0.78607532 -0.89914894 -0.8480193 -0.85509102 -2.5975676 -5.9197379 -5.566978400000001 -9.1122739 -1.0106152 -9.096955 +37 0.20022121 0.09448296199999999 -1.0262594999999999 0.30684869 -0.10665858 -0.097204544 -0.097138664 -0.61016468 -0.6101635 -3.8179595 -7.2861808 -0.11625703 -7.2709177 +38 0.22237277 0.1024192 -1.1742986 0.34067202 -0.11837002 -0.10860583 -0.10857922 -0.68439349 -0.68438733 -0.55889657 -4.9644856 -0.12996654 -2.4781389 +39 -0.87515716 -0.53339374 0.06066042 -3.3580857 0.31162839 0.28952355 0.28836765 -0.02391099 -0.023910885 -0.018672065 -0.09811790599999999 0.3411753 -0.097465414 +40 0.6076913 0.25277792 -0.029636602999999997 -3.3231572 4.6113845 -0.17271114 -0.1743143 0.023488027999999998 0.023487974 0.018272636999999998 0.093805884 -0.20791063 0.09320357900000001 +41 3.4227847000000002 1.7709555000000001 -0.52841352 -3.0587731 5.7357453000000005 3.4074089 -0.89441301 0.20033164 0.20031804 0.15370468 0.7019767 -1.0557303999999998 0.69770952 +42 -1.9377014 -1.1828946000000002 -1.6317117 -2.7600465 0.73175827 0.67253871 0.6770574 -4.9228115 -4.9180972999999994 -4.5715118 -8.0842496 0.76774306 -8.0695405 +43 -2.1331027999999996 -3.5391466 -4.653991099999999 -2.5026238999999997 0.27360759 0.26841997 0.25851969 -4.043231899999999 -7.353789 -6.9962708 -10.560884 0.30753184 -10.54607 +44 -2.9111236000000003 -1.8676571 2.9072124 -5.0439864000000005 1.6416389 1.4549635 1.4056428 2.1028326 2.102843 -2.0071376 -5.1615105 1.2845411 -5.1467306 +45 -2.5148251 -1.6370223999999998 0.98417177 -3.8352722000000004 1.1012053999999998 0.99414253 0.97748331 0.64362841 0.6436504 0.47504747 -1.0948623 1.0314514000000001 1.5695287 +46 4.8391226 2.7101107000000004 -1.0213486999999999 0.60866532 1.6825828 -1.6702728 -1.6825951000000001 0.5410199 0.54102538 0.40310073 1.4318661 -1.9368761000000003 1.4273955 +47 4.3334758 2.3622392000000003 -0.83530984 0.45930976 1.4914127000000001 1.3506508 -1.3427989 0.38518818 0.38518625 0.29099096 1.1553294 -1.562358 1.1499795 +48 1.2879322 0.70983784 -0.65133021 0.2369486 -0.79178362 -0.74449693 -0.73516472 -3.7841267999999997 -3.7813162000000005 -3.450882 -6.885631 -0.86866172 -6.870839699999999 +49 -0.15662335 -3.284387 -4.537261099999999 0.67765963 -2.6138822999999998 -2.4964717 -2.5107008 -3.9271834 -7.2413121 -6.883851400000001 -10.447367999999999 -2.8205709 -10.4327 +50 0.69514597 0.4635678 2.9303248 -1.1607365 -0.080312496 -0.076103432 -0.070283012 2.1420537 2.1420632 -1.9895663000000001 -5.1379399 -0.083592442 -5.1231668 +51 1.1852891 0.70920664 0.97116382 -0.29553917 -0.39963609 -0.383386 -0.38326536 0.78925442 0.78927834 0.57445397 -0.94623355 -0.45820951 1.7415163 +52 5.3073592000000005 3.0407421 -1.1860108999999999 0.77809389 5.3815537 0.0011257667999999999 -2.0465173 0.71900211 0.719013 0.52688086 1.669171 -2.3311097000000003 1.6669637 +53 2.3684846 1.2433319 -0.3494925 0.16586926 2.4728191 -1.1187513 -1.1129496 -3.4341049 -3.4318796000000003 -3.1094202999999996 -6.5039385 -1.3006223 -6.4891896 +54 0.25206712 -3.3540341000000002 -4.578848799999999 0.6117156 -0.36553651 -3.3681827000000006 -3.3867470999999996 -3.9689262000000003 -7.2850497 -6.9274814 -10.491344999999999 -3.7305800000000002 -10.476704 +55 2.2367053 1.2017666 2.9514546000000004 -0.82017944 3.5912998 -0.53133704 -0.52893233 2.1740334 2.1740417 -1.9754348000000002 -5.118914 -0.6293701 -5.1041449 +56 2.4591054 1.2752902 0.96926372 -0.17902772 3.0274237 -0.80843955 -0.81277679 0.871821 0.87184261 0.6293738 -0.87597721 -0.96144258 1.8239131000000002 +57 3.4549621 1.8714531000000003 -0.011402352 0.1934196 3.9284786 2.942293 -0.94385022 -3.0293667 -3.0281047 -2.7174717999999998 -6.050228 -1.1115643 -6.0356251 +58 0.19076384 -3.3339062999999993 -4.5685487 0.61696216 -0.43445222 -0.3514613 -2.2922669 -3.9583279 -7.2745372999999995 -6.9169901 -10.480766000000001 -2.5891764 -10.466124 +59 4.0508144999999995 2.1152136 2.9946966 -0.25273302 5.231236 3.3217281 -0.89985667 2.2374972 2.2375062999999997 -1.9479012999999998 -5.081642700000001 -1.0619321000000002 -5.0668959000000005 +60 3.5517887000000004 1.8133976000000003 0.91805175 0.0026735510999999997 4.353806700000001 3.0965645 -0.92633751 0.94854171 0.94856548 0.67947749 -0.81781393 -1.0920413 1.892669 +61 -0.4333453 -6.1716941 -8.908261999999999 0.9494245 -1.4131274 -1.3489066 -1.3531516000000001 -8.986299800000001 -12.305638 -11.945996000000001 -15.522151999999998 -1.5741059 -15.507029000000001 +62 0.11154174 0.056465102999999996 -1.0104822 0.35041943 -0.2437331 -0.22587406 -0.21421722 -4.2020737 -4.1986833 -7.1827947 -10.748958 -0.25348038 -10.734010000000001 +63 0.11154286 0.057020084000000006 -1.0086483 0.34998932 -0.2432899 -0.22547512 -0.21381851 -4.2006475 -4.1971776 -3.8593839999999995 -9.790493 -0.25300467 -7.3157273 +64 -0.70374133 -3.2852124 -4.533769400000001 0.74506671 -1.482237 -1.4022856000000001 -1.4136520000000001 -3.9233917000000003 -7.235616 -10.200139 -13.775008999999999 -1.6399991000000003 -13.760276000000001 +65 -0.70372648 -3.2844633 -4.5331303 0.74499341 -1.482148 -1.4021841 -1.4135455 -3.9228342000000005 -7.2349338 -6.87753 -12.900559 -1.6398772000000001 -10.426352 +66 -0.9954995 -0.54950986 2.9865465 -1.5279737 0.51530323 0.47416551 0.47765793 2.1604421 2.1604517999999997 -1.9814185000000002 -7.5899244999999995 0.5562876 -5.1132355 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1238124 1.2645336999999999 -1.583633 -0.42969109 -0.71967937 -0.69564002 -0.69767288 1.0712407 1.0712294 0.75587277 1.9499271 -0.82484347 1.9546373 +2 -0.15272569 -5.6905807 -0.80174859 1.1159581 -1.3047163 -1.2509256000000002 -1.2572466 -3.7592214999999998 -3.7586738 -3.4267528 -6.8947419000000005 -1.4598962 -6.8792887 +3 0.005518906999999999 -0.0032471635999999997 -3.0260012 0.014039521999999999 -0.0088733014 -0.008093570500000001 -0.008094165 -0.027724401 -0.027725719 -0.021618244 -0.11259931 -0.009672045 -0.11186973 +4 -1.915401 -1.3679982 1.0817373 -2.7346716 0.85278504 0.7894101 0.78575287 -1.0963825 -1.0962508999999998 -0.91493896 -3.4061496 0.89182452 -3.3925421 +5 1.1165094 0.68843406 -1.1897552 -0.32346149 -0.42077678 -0.40433162 -0.40594677 0.58556461 0.58556021 0.43361548 1.4683499 -0.48378036 1.4648941 +6 2.1101089 1.2421737 -1.5840391 -0.52153992 2.9929040000000002 -0.74091196 -0.74367985 1.0509508 1.0509468000000002 0.74316563 1.9357179 -0.87737166 1.9400202000000002 +7 3.1444188 1.8044016 -1.7728488999999998 -0.58482751 4.5713914 3.2556796 -0.80415047 1.4954991000000002 1.4955146000000001 1.0063091999999998 2.1813536 -0.94733392 2.1940193999999997 +8 0.078061076 -0.11682808 0.059534585999999994 0.23113987 -0.15917944 -0.15301799 -0.15311588 -3.4676491 -3.4673242999999996 -3.1421405 -6.5766132 -0.1846351 -6.561103999999999 +9 -0.14253558 -5.9510695 -3.9527072999999997 1.1450526 -1.3239389 -1.2703388999999998 -1.2769856000000002 -4.0755957 -7.396932799999999 -7.037416599999999 -10.63916 -1.4820307 -10.623475 +10 -0.023561724 -0.024186249 1.6427471000000002 -0.020329792 -0.0034167477 -0.00048133839000000006 -0.00039044773999999995 0.036944532999999995 0.03695722 -3.2932443 -6.746495200000001 -0.00040155 -6.7309517 +11 -0.017276806000000002 -0.021801117999999998 1.5097098 -0.017016322 -0.00030648687 -0.00055943582 -0.00058217416 0.032117629 0.032107197999999997 0.024926463 -2.4341602000000004 -0.0007391594400000001 0.11287548 +12 -1.8680267 -5.3247552 -0.5868167 1.2378273000000002 -3.1607064 -3.0824976000000004 -3.0924292999999996 -3.5431635999999997 -3.5427274 -3.2156209 -6.659405900000001 -3.4166373999999995 -6.643969800000001 +13 -1.1236621 1.2661352 -4.8573948 -0.42825265 -0.72099972 -0.69689524 -0.69893138 1.0691756000000001 1.0691645 0.75458134 1.9484914 -0.82629756 1.9531613999999997 +14 -3.1896348 -0.01508912 0.047294527 -3.2508856 0.039879575 0.037077835 0.037727092999999996 -0.009476276 -0.0094812053 -0.0073901164000000005 -0.038357188 0.045191167000000004 -0.038054603 +15 0.17236848 2.0555426 -1.7943346999999998 -0.46037691 -1.18573 -1.1468897 -1.1496743999999999 1.6814111 1.6814049 1.1063608999999999 2.2528737999999997 -1.3387601 2.2688089 +16 1.4455584 2.9862113 -1.8364452000000002 -0.083134044 1.654294 -1.663511 -1.6682192 2.2693895 2.2693876 1.383624 2.4095432 -1.9112947 2.4340472 +17 1.0142381 2.6432325 -1.836542 -0.26975489 1.3784889999999999 1.244436 -1.3186959999999999 2.0721651999999997 2.0721694 1.2972666000000002 2.3663237 -1.5275008999999997 2.3882317000000004 +18 -1.0721391000000002 1.4660728 0.88963032 -0.34859263 -0.74969567 -0.71497336 -0.71572429 -2.1764492000000004 -2.1765289 -1.9028914000000001 -5.0532989 -0.84569166 -5.0381965 +19 -1.873578 -5.6237635 -3.6884487999999997 1.2766776000000002 -3.2052996 -3.1277104 -3.1379864 -3.8754427000000002 -7.1968901 -6.8377527 -10.437821000000001 -3.4638621 -10.422122 +20 -1.1513853 1.2572115 2.323568 -0.45526301 -0.72180266 -0.68691226 -0.68879428 1.116901 1.1168906 -2.537668 -5.8698505999999995 -0.81455731 -5.8544565 +21 -1.1313194 1.2518042999999999 0.81588936 -0.43473356 -0.72222847 -0.69821947 -0.70048813 1.0769126 1.0768993 0.75941417 -0.77228221 -0.82832788 1.9562825000000001 +22 -0.14412824 -5.8288409 -1.9030008999999999 1.1334131 -1.3137207 -1.2602669 -1.2668222 -3.9047562999999994 -3.9046943999999995 -3.5699428999999996 -7.0523103 -1.4706938999999999 -7.0367942999999995 +23 -1.7425785 -5.6463529999999995 -0.66337469 -2.0802696 0.34554499 0.32596371 0.32609821 -3.64711 -3.646664 -3.3171578999999998 -6.7730818 0.38805433 -6.7576307 +24 0.29517876 -5.8910739 -0.93964575 1.0267233 -2.5145308999999996 -2.4391011000000002 -2.4498856 -3.8911154000000003 -3.8905008000000003 -3.5559687999999996 -7.0369500999999985 -2.7468798999999997 -7.021488400000001 +25 0.35501177 -5.9262046999999995 -0.96125696 1.013768 -0.68093848 -3.7048502 -3.7179682 -3.9121759 -3.9115439 -3.5766150000000003 -7.0595550000000005 -4.0593235 -7.044093400000001 +26 0.31177707 -5.9014812 -0.94647853 1.0223808 -0.73420897 -0.69471295 -2.517299 -3.8976676 -3.8970502999999996 -3.5623947 -7.0439895 -2.8177729 -7.0285273 +27 0.035693172 -7.2182788 -3.4149877999999996 1.3495513000000001 -1.3505133 -1.2979088 -1.3030252 -7.4663568 -7.4659219 -7.106311099999999 -10.708606 -1.5109761 -10.692900999999999 +28 -0.1607324 -9.7075028 -4.3710579 1.1772985 -1.3752501 -1.3206705 -1.3276459999999999 -4.5046175999999996 -7.8259915 -7.4658496 -11.070519 -1.538345 -11.054829 +29 -0.15275378 -5.6890987 -0.7948054 1.115809 -1.3045931 -1.2507852 -1.2571053 -3.7577311 -3.7571583 -6.747196799999999 -10.346356 -1.4597388 -10.330716 +30 -0.1527179 -5.6892288 -0.79550884 1.1158142 -1.304562 -1.250774 -1.2570941 -3.7578811 -3.7572894 -3.4253970999999996 -9.3537444 -1.4597261000000001 -6.8781034 +31 -1.8868939999999998 -1.374983 -1.1755033000000001 -2.6873199 0.83305304 0.77127979 0.76779116 -1.2117227 -1.2117094 -1.0172959000000001 -3.6182919 0.87390716 -3.6043703000000002 +32 1.1173520000000001 0.68827244 -4.4312258 -0.31969568 -0.42348604 -0.40686033 -0.40848437 0.57856014 0.57855583 0.42870676 1.4584791000000001 -0.48677273 1.454941 +33 2.1099367 1.2414120000000002 -4.8552390999999995 -0.51964135 2.9901831000000003 -0.7424852 -0.74526471 1.0468733000000001 1.0468693 0.74060108 1.9328025000000002 -0.87920321 1.9370265 +34 3.1423305 1.8027991 -5.054655400000001 -0.58416694 4.567399 3.2543287999999997 -0.80432534 1.4923737 1.4923893 1.004576 2.1800262000000004 -0.94753275 2.1926354 +35 0.08587636800000001 -0.10418615 -0.92625988 0.23415922 -0.15418636 -0.14856606 -0.14873865 -3.4699985 -3.4698072 -3.1445677000000005 -6.579368 -0.17951163 -6.5638505 +36 -0.1413795 -5.9341627 -5.2118205 1.1465493 -1.3242847 -1.270751 -1.2774208 -4.058139 -7.3799632 -7.020481 -10.622095 -1.4825322 -10.606405 +37 -0.009303059300000001 -0.0032807307 0.70369266 -0.007663252 -0.0017283126 0.0010486838 0.0011132387 0.014824655 0.014820812 -3.3104053999999996 -6.7656592 0.0013735785999999999 -6.7501063 +38 0.0020915063 -0.0075523197999999995 -0.70245614 0.0089661437 -0.0071646062 -0.0065735017000000005 -0.0065957354 -0.017501724 -0.017503927 -0.013637083999999999 -2.6211112 -0.0079118145 -0.083199568 +39 -0.79977919 -0.52551568 0.99355571 -3.0840982000000006 0.32313389 0.30427713 0.30456778 -0.41749559 -0.41747407 -0.3347172 -1.7003384999999998 0.36278042 -1.6909473999999998 +40 0.26010382 0.14993004 -0.34084989 -3.4091107000000003 4.4470239000000005 -0.07662922 -0.07631738 0.12472855 0.12473014 0.096117671 0.45673198 -0.090573377 0.45384497 +41 3.1021209 1.7799078000000002 -1.7679566000000002 -3.9082851 5.8691870999999995 3.5730593 -0.76711671 1.4770152 1.4770328000000001 0.99603728 2.1734459999999998 -0.90508973 2.1857741 +42 -1.7379448 -1.2665308000000002 -0.62368901 -2.5372 0.83365683 0.7709334 0.76909828 -4.4408414 -4.4405682 -4.097475299999999 -7.6211773 0.87533531 -7.6055541 +43 -1.7246290000000002 -5.671209200000001 -3.7139352999999997 -2.0533892 0.33632795 0.31719473 0.3172589 -3.8964991 -7.218225599999999 -6.8590465 -10.459306 0.37758525 -10.443607 +44 -1.9069967 -1.4255010000000001 0.94247921 -2.7095604 0.83507223 0.77342793 0.76996131 -1.1573898 -1.157316 -4.290880400000001 -7.8261088 0.87612202 -7.810467500000001 +45 -1.9089486 -1.4216799999999998 1.0202556999999999 -2.7137053 0.83738556 0.77534199 0.77185399 -1.1466543 -1.1465389 -0.95940003 -5.9706957 0.87801469 -3.4896572999999997 +46 4.1104356 2.365454 -1.8458196 -0.45807612 1.8942167 -1.4787752 -1.4853916 1.8940721999999999 1.8940702 1.2135348 2.3198828999999996 -1.7118378 2.3392091 +47 3.7967137 2.180755 -1.8297883000000001 -0.5193499 1.7756897 1.5771448000000001 -1.1894004999999999 1.7686238 1.7686272 1.1512741000000002 2.2821092999999997 -1.3838997 2.2994639 +48 1.1118503999999998 0.94781136 0.56886079 -0.32056578 -0.42770027 -0.3800968 -0.37292705 -2.5828965 -2.5824854999999998 -2.2874865 -5.5595607000000005 -0.43656418 -5.5445440999999995 +49 0.28800573 -6.1823468 -4.1290198 1.055951 -2.5503943 -2.4754655 -2.4866107000000004 -4.210006900000001 -7.5312841 -7.1715425 -10.774288 -2.7856575 -10.758610000000001 +50 1.0872870000000001 0.6772129 2.0248677 -0.35210571 -0.42137775 -0.39737577 -0.39884565 0.63779477 0.63779525 -2.8519248999999998 -6.2434668 -0.47537504 -6.228003500000001 +51 1.1073463 0.67270105 1.0284506 -0.33163421 -0.42171837 -0.40567712 -0.40750988 0.59986262 0.59985484 0.44361011 -1.178809 -0.48586708 1.4803739 +52 4.397678 2.5375984000000003 -1.8553005 -0.38492797 5.553372 0.20283984 -1.8745506 2.0054153 2.0054092 1.266515 2.3497977000000003 -2.1352667000000003 2.3707729 +53 1.3687223999999998 -1.3480860000000001 -0.84901906 0.54813871 0.87175065 -2.2942081 -2.3029523 -4.5432716 -4.5430764 -4.198701 -7.7286385 -2.5919117999999997 -7.713006299999999 +54 0.34350841 -6.218346400000001 -4.1540996 1.0435162 -0.72330618 -3.7458352999999995 -3.7592578999999997 -4.2297925 -7.551048599999999 -7.1912742 -10.794158 -4.1016487999999995 -10.778483 +55 2.0897099999999997 1.2413944 2.3417428 -0.54747283 3.0001083 -0.73020962 -0.73272513 1.1034656999999999 1.1034639 -2.545969 -5.879904799999999 -0.86465777 -5.864528400000001 +56 2.1040688999999997 1.2358847 0.8059113 -0.52791893 2.9933223 -0.74055259 -0.74342692 1.0620216 1.0620166000000002 0.75011338 -0.78111843 -0.87719618 1.9456441000000002 +57 1.6782273999999997 -0.39233341 -0.22357521 0.19959422 1.5979873 1.4244666000000001 -1.2470883999999998 -3.7179828 -3.7189803999999995 -3.3881653 -6.852344199999999 -1.4500693 -6.8365844 +58 0.30267199 -6.192638099999999 -4.1370292 1.0519356000000002 -0.77387653 -0.73387906 -2.5483131 -4.215936 -7.537211999999999 -7.177461 -10.780248 -2.8504429 -10.764571 +59 3.182629 1.8383194 2.6168115000000003 -0.59817421 4.6455622000000005 3.2849224 -0.8003817 1.5615059 1.5615208999999999 -2.2794022000000003 -5.549549 -0.94302993 -5.5343218 +60 3.1504664 1.8087011999999998 0.70616641 -0.58823867 4.5850957999999995 3.2605953 -0.80351357 1.5084229 1.5084381000000002 1.0134582 -0.57437775 -0.94661022 2.1981173 +61 0.037158353 -7.265910099999999 -6.7402917 1.3538653 -1.3534095 -1.3008212 -1.3059786 -7.520372599999999 -10.841892 -10.480188 -14.092269 -1.5142757 -14.076545000000001 +62 0.07808082200000001 -0.11641878 0.069216162 0.2308631 -0.15887136 -0.15269526 -0.15278988 -3.4671095000000003 -3.4667510999999998 -6.4635098 -10.059731 -0.18424355 -10.044 +63 0.07801548900000001 -0.11659799 0.068105734 0.23093703 -0.15901618 -0.15286064 -0.15295718 -3.467283 -3.4669209999999997 -3.1417472 -9.0369321 -0.18444461 -6.561049400000001 +64 -0.14255185 -5.951072900000001 -3.9527952000000006 1.1450576000000001 -1.3239608 -1.2703594999999999 -1.2770063 -4.0755913999999995 -7.3969393 -10.359351 -13.971314000000001 -1.4820539 -13.955616000000001 +65 -0.14253563 -5.9510595 -3.9526098 1.1450521 -1.3239385000000001 -1.2703386 -1.2769852 -4.075591200000001 -7.3969228000000005 -7.037406699999999 -13.098661 -1.4820302 -10.623488 +66 -0.023451401 -0.024483352000000003 1.6352073999999999 -0.019976637 -0.0036697490000000004 -0.0007195075099999999 -0.00062927418 0.036218806 0.036235693 -3.2938025 -9.207733900000001 -0.0006876372900000001 -6.731922099999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.088431 1.2485886 -1.0852131 -0.36423441 -0.75122441 -0.72359953 -0.725636 0.92567022 0.92566529 0.63894149 1.3388973999999998 -0.85875715 1.3480508 +2 -0.30196532 -3.3789636 1.386649 0.55523444 -0.88593662 -0.83941808 -0.84252575 -1.1322232 -1.1320786 -0.92626269 -3.7509047 -0.99296171 -3.7341879000000002 +3 0.036349148 0.0052979493 -2.7824442000000005 0.07414337 -0.039368122 -0.035649117 -0.035663981000000004 -0.13782047 -0.13781664 -0.10532128 -0.46352756 -0.042625558 -0.46091215 +4 -2.0478137 -1.3155958 1.2736409 -2.9756657000000004 0.96759572 0.8907522 0.88397489 -0.53065937 -0.53064691 -0.41782169 -2.0872893 0.97305714 -2.0751624 +5 1.1463729 0.68765095 -0.7667344 -0.2768889 -0.44117427 -0.42213235 -0.42368268 0.48653828 0.48653887 0.35162565 0.94141005 -0.50532209 0.94278388 +6 2.1498687000000003 1.249672 -1.0862139 -0.45943659 2.9751912 -0.76563211 -0.76831248 0.92473295 0.92473577 0.63837681 1.3383563 -0.90742834 1.347472 +7 3.2020034 1.8180366000000001 -1.2500202 -0.50980843 4.5633798 3.2278549 -0.84256519 1.3545008 1.3545216999999998 0.88927717 1.5625547 -0.99334067 1.5796964 +8 0.04793019900000001 -0.20707219 -0.017769513 0.25737539 -0.21795889 -0.2035129 -0.20267296 -3.5592472 -3.5585027 -3.1931706 -7.1116554 -0.24271397 -7.092493400000001 +9 -0.12159511 -5.6389902 -3.8754925000000005 1.1958959999999998 -1.3554182 -1.2968901000000002 -1.3032143999999999 -3.9430748999999996 -7.264016499999999 -6.862578599999999 -10.957646 -1.5143048000000001 -10.938296000000001 +10 -0.24062389 -0.116116 2.4912887 -0.31901764 0.081387668 0.082329939 0.083314184 0.52012204 0.52016364 -2.9472105 -6.8273739 0.10049872 -6.8082379 +11 -0.096953427 -0.099812872 1.6062705 -0.13117919 0.03553711 0.030582666 0.030366666 0.22838644 0.2283953 0.169151 -2.0891830000000002 0.03591512 0.53877747 +12 -1.7264696 -2.7345941000000002 1.4333977 0.56532658 -2.3432757 -2.2651513999999997 -2.2721075 -0.95654421 -0.95645432 -0.7744926 -3.3595511 -2.5640669999999997 -3.3435205999999997 +13 -1.0865745 1.2641007 -4.344900599999999 -0.35164919 -0.76221492 -0.73397614 -0.73602317 0.90791888 0.90791549 0.62792349 1.3269944 -0.87074474 1.3358028 +14 -3.1944385 -0.027006727 0.041921119 -3.2505409 0.033241444 0.030774951000000002 0.031365672000000004 -0.013522272 -0.013524025 -0.010235699000000001 -0.040690178 0.037524269 -0.04046446 +15 0.21295679 2.0564432 -1.2754978000000001 -0.3850973 -1.2225106000000001 -1.1796055 -1.1823753000000001 1.5254197 1.5254208999999999 0.98026923 1.6260264 -1.3783822000000001 1.6461343000000002 +16 1.4900494 2.9901772999999996 -1.3118041999999999 0.0008652270599999999 1.6134382 -1.7008151999999999 -1.7055387999999998 2.1013356 2.1013412000000002 1.249847 1.7764779999999998 -1.9561945 1.8048932 +17 1.0594101 2.646952 -1.3134757 -0.1879632 1.3407790000000002 1.2100233 -1.3563281999999999 1.9081054 1.9081167 1.1657684 1.7347485 -1.5726924999999998 1.7606432 +18 -1.1035053 1.4012756000000002 0.92898567 -0.31637744 -0.81573274 -0.77612321 -0.77707657 -2.3085971 -2.3085776 -1.9954965 -5.6239195 -0.91822628 -5.605134400000001 +19 -1.8350895 -5.3184264 -3.6748587 1.3190335 -3.2107842 -3.1277584 -3.137636 -3.7470906999999998 -7.0681533 -6.6671709 -10.760193 -3.4697638 -10.740831 +20 -1.2544536 1.2328917 3.0131521 -0.60463469 -0.67542159 -0.63899364 -0.6401387 1.3502001000000001 1.3502067 -2.4350353 -6.2056472000000005 -0.75918469 -6.1866224999999995 +21 -1.158564 1.163132 1.3142781000000001 -0.41964201 -0.76652561 -0.74265151 -0.74612874 1.0006899 1.0006815 0.68493907 -1.3495966 -0.88382851 1.3949116000000001 +22 -0.139034 -4.2796932 -0.56703519 0.98528919 -1.1586793 -1.1041063999999998 -1.1090342 -2.4295147999999998 -2.4294621 -2.1091767999999997 -5.7799127 -1.2964487 -5.7611683 +23 -2.0416856 -4.4805047 1.3046526000000003 -2.5851947 0.55904147 0.52550726 0.52531869 -1.333136 -1.3329216999999998 -1.1027514999999999 -4.1433795 0.61421566 -4.1261294 +24 0.4698698 -3.0809381 1.4037661 0.41004966 -1.7420335999999998 -1.6694238999999997 -1.6758991 -1.0706655 -1.0705406000000002 -0.87279773 -3.6197559 -1.9233488 -3.6032545 +25 0.71879862 -3.0541532000000005 1.4036511999999999 0.36156427 0.37677639 -2.7242051 -2.7343152 -1.0683268999999997 -1.0682017 -0.87077115 -3.6146502000000003 -3.0501481 -3.5981589 +26 0.6087522 -3.0591331000000004 1.4041463 0.38045074 0.24050916 0.23770384 -1.8670503 -1.0677178999999999 -1.0675938999999999 -0.87024503 -3.6133245 -2.1310045 -3.5968347 +27 0.051810467 -6.8453082 -3.3319811 1.39598 -1.3824125 -1.3247801000000001 -1.3295624 -7.282574 -7.281679700000001 -6.8802071 -10.975449000000001 -1.543601 -10.956097 +28 -0.13415137 -9.465211300000002 -4.3587939 1.2400611000000001 -1.4131155 -1.3538937 -1.3607463 -4.439064 -7.760182799999999 -7.357879400000001 -11.457084 -1.5784053999999998 -11.437712 +29 -0.40440099 -3.6795521 1.1995984 0.61593263 -1.052849 -0.99207568 -0.99314523 -1.3342737 -1.3337430000000001 -4.4252255 -8.455978300000002 -1.1627615 -8.436936900000001 +30 -0.38865496 -3.4323267 1.5166841 0.51027307 -0.92874947 -0.87512718 -0.87654968 -1.0585046 -1.0581888000000002 -0.86197216 -6.0673170999999995 -1.0304209 -3.580389 +31 -1.8943033 -1.3023129999999998 -1.0636682 -2.7033110000000002 0.84273487 0.77967296 0.775284 -1.0878466999999998 -1.0878488000000002 -0.8878831 -3.6577186 0.87256372 -3.6409282999999997 +32 1.1540924 0.69086087 -3.9530662000000003 -0.24734057 -0.46138231 -0.44096406 -0.44258135 0.43271523 0.43271812 0.31437866 0.87258006 -0.52761994 0.87321874 +33 2.1493141 1.2432698999999998 -4.338344599999999 -0.44320705 2.9530906000000003 -0.77830475 -0.78106978 0.88920727 0.88921087 0.61626511 1.3142167 -0.92216515 1.3226475 +34 3.1862392999999996 1.8049789 -4.5256429 -0.50419648 4.532505400000001 3.2175449 -0.84389411 1.3275683 1.3275908 0.87447759 1.551468 -0.99485043 1.568127 +35 0.087998369 -0.011435167 -0.48942965 0.20568434 -0.12251614 -0.11456653 -0.11389558 -3.4387230000000004 -3.4385716 -3.0766289 -6.977941400000001 -0.13708072 -6.958744099999999 +36 -0.10201763 -5.3612126 -4.6025092 1.1961323999999998 -1.3357225000000001 -1.2782788 -1.2847094 -3.6641461000000004 -6.985964200000001 -6.5852306 -10.677349000000001 -1.493841 -10.657942 +37 -0.057137459 0.0078448059 0.92076174 -0.078885871 0.022594677999999997 0.025673382 0.025938002 0.14041997 0.1404238 -3.2170978999999997 -7.1390145 0.03122847 -7.1197664000000005 +38 0.011120798999999999 -0.019452349 -0.58893466 0.037720875 -0.027742081000000002 -0.025516463 -0.025607425 -0.06936674 -0.069360814 -0.052706643 -2.795633 -0.030721781 -0.2288224 +39 -0.83596922 -0.48236174 0.6473047 -3.1662686 0.35296477 0.33140384 0.33148029 -0.24347513 -0.24347376 -0.18764644 -0.88926243 0.39310436 -0.88382066 +40 0.29541369 0.21013293 -0.28369242 -3.4177568 4.527753700000001 -0.076534807 -0.075856884 0.13558837 0.13559341 0.10127103 0.35295847 -0.089597009 0.3517856 +41 3.1617203 1.7946961 -1.2462742 -3.833686 5.8259045 3.5332552 -0.80707817 1.3375167 1.3375393999999998 0.87996042 1.5556065000000001 -0.95285265 1.5724426 +42 -1.7462141 -1.40193 -0.78704389 -2.4997846000000004 0.78549822 0.72817364 0.72655469 -4.522756299999999 -4.5217267 -4.1374949 -8.1507081 0.82525156 -8.1314058 +43 -1.7100841 -5.376103700000001 -3.6997957 -2.0088609 0.30501701 0.28966384 0.28978219 -3.7718697999999997 -7.093123299999999 -6.6920815000000005 -10.785382 0.3445992 -10.76602 +44 -2.1621474 -1.5661549 1.9360343999999998 -3.1033532999999998 0.98002378 0.90564277 0.89951702 -0.32974135 -0.32960567 -3.5775487999999998 -7.5428642 0.98767797 -7.5236866 +45 -2.133371 -1.4564056 1.8865068 -3.1001678 1.0078963 0.9260544 0.91845943 -0.30900916 -0.30896107 -0.23930002 -3.7012809 1.0031442 -1.1769839 +46 4.160304 2.3740767000000003 -1.3096593 -0.37520439 1.8540807000000001 -1.5156874 -1.5222965 1.7373748 1.73738 1.0861396 1.6911348000000002 -1.7562523999999997 1.7145823 +47 3.8487786 2.1904247000000003 -1.2969692 -0.43851636 1.7382026999999998 1.5426042 -1.2274306000000001 1.6160748999999999 1.6160851999999999 1.0265159 1.655577 -1.4295126 1.6771433999999998 +48 0.9722433 0.48593829 0.4066065 -0.10902426 -0.76114227 -0.71518511 -0.71442286 -3.0040452 -3.0033046000000003 -2.6558852 -6.4793802000000005 -0.84357745 -6.4604545 +49 0.3283031 -5.8758945 -4.0171137 1.1070532 -2.5634504000000002 -2.4833095000000003 -2.4940679 -4.08145 -7.402359599999999 -7.0006371 -11.096992 -2.7990392 -11.077648 +50 0.94210943 0.641587 2.8008941000000003 -0.57764469 -0.35261243 -0.3285865 -0.32906008 0.99406309 0.9940832 -2.6409662 -6.4613452 -0.39277838 -6.442270099999999 +51 1.0735424999999998 0.60015004 1.4118836000000001 -0.36128965 -0.43064741 -0.41597542 -0.41846076 0.62856102 0.62856166 0.44783312 -1.5986206 -0.50028941 1.0981228 +52 4.4496409 2.5475035 -1.3167645000000001 -0.29962712 5.5129060999999995 0.16360454 -1.9140523999999997 1.8466663 1.8466678 1.1376825000000002 1.7198268 -2.1825371 1.7448727 +53 2.1430119 1.090875 0.70385162 -0.38150022 2.8643188 -0.81887544 -0.81812755 -2.5438479 -2.5438776 -2.2173609 -5.924538 -0.96241788 -5.9057110999999995 +54 0.38879084 -5.9150077 -4.0390401 1.0939507 -0.72922968 -3.7482702000000003 -3.7613562000000007 -4.103032499999999 -7.4239234 -7.022157400000001 -11.1187 -4.1105487 -11.099358 +55 2.0429437 1.2661285 3.0639335 -0.69224474 3.1426816000000004 -0.66459416 -0.66597997 1.3790441999999998 1.3790563999999998 -2.419289 -6.185699700000001 -0.78835743 -6.166697900000001 +56 2.098976 1.2055391000000002 1.2905821000000002 -0.51866786 2.9859732000000005 -0.76061436 -0.76383343 1.0259608 1.0259607 0.70024453 -1.3366826 -0.90286698 1.4105862 +57 2.2991298 0.84257404 0.55907781 -0.33110355 3.0034212000000005 2.4804322 -0.96599167 -2.7343699 -2.7345651 -2.3986824 -6.1595246 -1.1344355 -6.140536900000001 +58 0.3453078 -5.887669 -4.0239686 1.102606 -0.7827948 -0.73848248 -2.5602372000000004 -4.0882322 -7.4091417 -7.007406 -11.103821 -2.8686255000000003 -11.084477 +59 3.4946532 2.0643986 3.3242871 -0.57935481 5.0301652 3.3698574 -0.82512311 1.8205816000000004 1.8205973999999998 -2.196339 -5.896782599999999 -0.97345271 -5.8779082 +60 3.2548641 1.8556131999999999 1.2221965 -0.53729708 4.6770059 3.2648403999999998 -0.83786627 1.4620265 1.4620438 0.9471241 -1.1658282 -0.9879919 1.6214309 +61 0.069679931 -7.1827633 -6.9369069 1.4268383 -1.3956102 -1.3385771999999998 -1.3437344999999998 -7.6139239000000005 -10.935375 -10.531217999999999 -14.639389000000001 -1.559568 -14.619945000000001 +62 0.048225235 -0.20886626 -0.027047962000000002 0.25875113 -0.21908029 -0.20456116 -0.2037281 -3.5618135000000004 -3.5610456 -6.5175737 -10.608865 -0.2439782 -10.589458 +63 0.048162421 -0.20870063 -0.026008067000000003 0.25859725 -0.21898585 -0.20449646 -0.203663 -3.5615529 -3.5607712999999994 -3.1953786 -9.5750321 -0.24389992 -7.095430099999999 +64 -0.12162758 -5.6390188 -3.8754769999999996 1.1959063 -1.3554618 -1.2969321000000003 -1.3032568000000002 -3.9430845000000003 -7.264050200000001 -10.18454 -14.292330999999999 -1.5143523 -14.272964000000002 +65 -0.12159693 -5.6389874 -3.8754408 1.1958951999999998 -1.3554191999999998 -1.296891 -1.3032153 -3.9430766999999998 -7.2640139999999995 -6.8625761 -13.417174 -1.5143058 -10.938323 +66 -0.23983265 -0.11943543 2.4764424 -0.31457076 0.077565498 0.078850215 0.079861186 0.51223393 0.51228085 -2.9525982 -9.2948448 0.09641272699999999 -6.8150549 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0293124 1.239835 -0.51167995 -0.27342479 -0.78478884 -0.75312962 -0.75543479 0.71820669 0.71820006 0.47192504 0.69555509 -0.89564541 0.70746772 +2 -0.34676491 -3.0220957000000004 0.94028609 0.29789863 -0.66902922 -0.63415695 -0.63764311 -0.51736889 -0.517367 -0.38613254 -1.3892103 -0.75914676 -1.3846905 +3 0.09947889900000001 0.057848027999999996 -2.7056959 0.17294756 -0.07655397 -0.069274685 -0.06934766099999999 -0.27786201 -0.27785886 -0.20302196 -0.58009935 -0.08289725099999999 -0.58021206 +4 -2.0864173999999998 -1.3423051000000001 0.60946473 -3.0438218999999997 0.99935095 0.91536487 0.90604112 -0.37573795 -0.37573841 -0.2769878 -0.87047179 0.97251008 -0.86921262 +5 1.1933616000000002 0.70224208 -0.33899085 -0.2237398 -0.45403602 -0.43242851 -0.43396025 0.37372174 0.37372009 0.25560792 0.44816234 -0.51831763 0.45353037 +6 2.2289621 1.3084149999999999 -0.53323148 -0.37359805 2.9832987 -0.78159586 -0.78406781 0.7620172 0.76201938 0.49806212 0.72018174 -0.92778613 0.73291017 +7 3.3431926 1.9094528000000002 -0.64522726 -0.38497162 4.6090478 3.20697 -0.89404577 1.1578813000000001 1.1578982 0.71934626 0.89506153 -1.055105 0.91492379 +8 -0.1760054 -0.17584745 1.2309366000000002 -0.077049724 -0.10372098 -0.085455288 -0.082097723 -3.164114 -3.1632658 -2.7358292 -6.9992542 -0.09573528199999999 -6.9799728000000005 +9 -0.29916632 -4.0104216 -1.8863648000000002 1.0745912 -1.4144097 -1.3407067 -1.343864 -2.6812186000000002 -6.0001553 -5.5176435999999995 -10.060952 -1.5619588 -10.041545 +10 -0.93929257 -0.41187583 3.9319773000000002 -1.4490165000000002 0.53369554 0.50221642 0.50218334 1.7285674 1.7285738000000002 -2.3311577000000003 -6.473097 0.58287071 -6.4537782 +11 -0.30524172 -0.16401621 1.8983188999999998 -0.43919144 0.13956183 0.12660949 0.12686121 0.63414731 0.63416455 0.42096034 -2.0874954 0.1511062 0.65294317 +12 -1.7878092 -2.193539 0.82414366 0.34096964 -2.181166 -2.109409 -2.117865 -0.468766 -0.46876508 -0.34840277 -1.1985364 -2.4085506000000003 -1.1952673999999999 +13 -1.0082203 1.3045457 -3.7417447 -0.22273198 -0.81507525 -0.78085171 -0.78294941 0.65205841 0.65205615 0.43189346 0.65602892 -0.92719368 0.66666114 +14 -3.2007137 -0.031620395 0.021995527 -3.2551332000000004 0.029157389 0.026887344 0.027432052000000002 -0.011253896999999999 -0.011254587 -0.008019936 -0.018231146 0.03276855 -0.018311243 +15 0.30015961 2.1059572999999996 -0.6480478 -0.26273967 -1.2612206 -1.2124396000000002 -1.2151469 1.2849215 1.2849233 0.78461505 0.93730578 -1.4192115 0.95927606 +16 1.5960798999999999 3.0583967 -0.66310513 0.15563641 1.5637732 -1.7466783 -1.7514241000000002 1.8249456999999998 1.8249523 1.0311025 1.0694428 -2.0121136 1.0989322 +17 1.1668014 2.7131145 -0.67190894 -0.041478686 1.3016062 1.1739287 -1.4039288 1.6447266 1.6447378000000001 0.95440824 1.03245 -1.6303063 1.0596622 +18 -1.2319992 1.3766023 1.9241443 -0.4318299 -0.8307334 -0.78335045 -0.78339717 -2.2792354 -2.2790937999999996 -1.9036755 -5.8549940000000005 -0.92696142 -5.836116400000001 +19 -1.8000064999999998 -3.6933545 -1.7051854 1.1089993999999999 -2.9667925 -2.8605787 -2.8645793 -2.4915111 -5.8108185 -5.3295832999999995 -9.8668352 -3.1919772999999996 -9.8474354 +20 -1.4868872 1.2216625 4.054846899999999 -1.0626516000000001 -0.44544008 -0.41453384 -0.41396559 1.9210482 1.9210502 -2.252163 -6.3646373 -0.49406973 -6.3453552 +21 -1.2600546000000001 1.0986627 1.9193028000000003 -0.52629944 -0.76280075 -0.73708154 -0.74039359 1.0901152 1.0901186999999999 0.68334537 -1.8968381999999997 -0.87943125 0.88730936 +22 -0.12694537 -3.1827 -0.56542603 0.79387544 -0.95206955 -0.89982433 -0.9035331 -1.4319734 -1.4319598999999998 -1.1428194 -4.4125831 -1.065967 -4.395325 +23 -2.2197597 -4.3249278 1.0188258 -2.9222761000000004 0.72455623 0.67204511 0.66857046 -0.553332 -0.55333175 -0.4142329 -1.537297 0.75596673 -1.5318029 +24 0.44777579 -2.5001279999999997 0.8789473 0.19574392 -1.5601936 -1.4982985 -1.5062355 -0.49291662 -0.49291529 -0.36711483 -1.2917705 -1.7449823 -1.2878954 +25 0.92907036 -2.2917369 0.84777424 0.11140881 0.87174581 -2.3028833 -2.3137627 -0.48090059 -0.48089999 -0.35779583 -1.244981 -2.6170115000000003 -1.2414146000000001 +26 0.83995842 -2.2896511000000004 0.8464687 0.12015731 0.7656669 0.71131775 -1.6217059 -0.48097957 -0.48097994 -0.35785752 -1.2452819 -1.8710758 -1.2417153 +27 -0.32196697 -4.5836422 -0.47489622 1.0132202 -1.3751715 -1.2942728000000001 -1.2925933 -5.221718900000001 -5.218306200000001 -4.7420989 -9.2539216 -1.5023508999999997 -9.234798 +28 -0.15871523 -8.3163783 -2.8347219 1.2626863000000002 -1.4627351999999998 -1.3934389999999999 -1.3990767 -3.656664 -6.9767945000000005 -6.4899458 -11.054542 -1.624837 -11.034958 +29 -1.3726862 -3.2836943999999995 3.8566867999999994 -1.5751745000000001 0.20651003 0.20241219 0.20421299 1.6078773000000002 1.6078865 -2.3838832 -6.544309200000001 0.24408567 -6.5249691 +30 -0.65002184 -3.1584086 1.9126884999999998 -0.19535476 -0.47390101 -0.45180896 -0.45374586 0.1948834 0.19490505 0.13595359 -2.4158787999999998 -0.54234371 0.26473567 +31 -1.8751233 -1.2349857 -1.3596030000000001 -2.6750703999999996 0.83398746 0.77157746 0.76612108 -0.97895432 -0.97895788 -0.75776171 -3.2318558 0.84994213 -3.2175207 +32 1.2318498 0.74208359 -3.4579227999999995 -0.12965367 -0.50534393 -0.47988051 -0.48149466 0.2217363 0.22173898 0.15419677 0.29648499 -0.57439519 0.29924828 +33 2.234872 1.2989248 -3.750438 -0.31514704 2.9136952999999997 -0.82090804 -0.82361454 0.6460827 0.64608717 0.42825465 0.65236508 -0.97352404 0.66286554 +34 3.2880045 1.8647115 -3.9080964 -0.36430086 4.5016793 3.1723046000000004 -0.89844863 1.0622166000000002 1.062238 0.66834299 0.8594005 -1.0601114 0.87761058 +35 0.08799263800000001 0.1822324 -0.30032047 0.14289708 -0.057196014 -0.048220367 -0.04684065900000001 -3.3610050000000005 -3.360961 -2.9256634999999998 -7.2331668 -0.056042465 -7.2136040999999995 +36 -0.0029355801 -3.9819424 -4.1621321 1.2221123999999999 -1.2627038000000002 -1.2015388 -1.2072265 -2.6534988999999998 -5.9753766 -5.493467099999999 -10.036522 -1.4112393 -10.016655 +37 -0.078233862 0.052041643 0.5757333 -0.11655706 0.039924555 0.044747992 0.045117106 0.18375887 0.18376049 -3.1936221000000002 -7.5523372 0.054171784 -7.5326709 +38 0.025156413 0.025652892000000004 -0.61333514 0.066308638 -0.042963142999999995 -0.038930362 -0.038899286 -0.10490232 -0.10489219 -0.07538782200000001 -2.8181362 -0.04643038 -0.19110697 +39 -0.84673412 -0.4762088 0.24548215 -3.1937583 0.35355274 0.33070441 0.33051254 -0.18116577 -0.18116488 -0.13118214 -0.34277929 0.38973013 -0.34344487 +40 0.3635075 0.31283254 -0.18439263 -3.4283648999999996 4.6575648 -0.07544774 -0.07442290900000001 0.15009285 0.15009693 0.1051802 0.2121709 -0.087416638 0.21384292 +41 3.3081035000000005 1.8893235000000002 -0.64391783 -3.7098312000000004 5.7661746 3.4778312000000007 -0.8629498 1.1448336000000001 1.1448516000000002 0.71248406 0.89040616 -1.0196079 0.91004576 +42 -1.9993464 -1.5231133999999997 0.63710816 -2.866453 0.90421219 0.84027287 0.83676048 -3.9180870000000003 -3.9165167000000003 -3.4633580000000004 -7.8631896999999995 0.91600315 -7.843775 +43 -1.8176392 -4.0776521 -1.8874476000000002 -2.1530857999999995 0.34241615 0.33051972 0.33168003 -2.6820223999999997 -6.000866200000001 -5.5183957 -10.061776 0.39312136 -10.042321000000001 +44 -2.8546266 -1.8559286 3.8835987000000003 -4.8434040000000005 2.1052249 1.8375473000000002 1.7338771000000002 1.6467341 1.6467424 -2.3666367000000004 -6.521115 1.3908329 -6.5017817 +45 -2.373703 -1.5808262 1.9029153000000003 -3.5577891999999998 1.2375491000000003 1.1196796 1.1024001 0.33764623 0.33766736 0.23190465 -2.2854179 1.1178668 0.41692543 +46 4.2822653 2.4545572 -0.67146991 -0.22546959 1.8054321 -1.5613163 -1.5678791 1.4962635 1.4962691000000001 0.88705457 0.99705675 -1.811726 1.0222228 +47 3.9769562999999994 2.273409 -0.66729044 -0.29548407 1.6976664000000001 1.5043227 -1.2770626 1.387491 1.3875005 0.83530677 0.96784833 -1.4893157 0.99140319 +48 0.88448792 0.58466625 1.58465 -0.36777005 -0.60760786 -0.56308987 -0.56130408 -2.7206353 -2.7200919 -2.3149737 -6.4508059 -0.66612583 -6.4317242 +49 0.34649348 -4.2131849 -2.0194476000000003 0.99229586 -2.4362272000000003 -2.3354546000000003 -2.3406493 -2.8195346000000003 -6.138685 -5.655334099999999 -10.202582000000001 -2.6417642000000003 -10.183176 +50 0.561627 0.54112647 3.9939661 -1.3080443000000002 -0.045550952 -0.035044064 -0.033857168 1.8267224999999998 1.826727 -2.2900981 -6.4169957 -0.039868818 -6.397696099999999 +51 0.94843785 0.56115799 1.9019471999999997 -0.55559107 -0.37471846 -0.36150938 -0.36323957 0.87317808 0.87318973 0.56289847 -1.9750478 -0.43524377 0.79024103 +52 4.577867400000001 2.6331666 -0.67227616 -0.14125443 5.462414599999999 0.11001686 -1.968466 1.5991411 1.5991436 0.93412146 1.0220729 -2.2477294999999997 1.0486799999999998 +53 2.0090717000000002 1.3470073999999999 1.9150703000000002 -0.52565233 2.8928580000000004 -0.82122123 -0.81973806 -2.2952272999999996 -2.2950348999999997 -1.9183191000000002 -5.8774798 -0.96635258 -5.8587111 +54 0.54393716 -4.3278348 -2.0864903999999997 0.96280518 -0.43472971 -3.4518866999999998 -3.4595331 -2.889512 -6.208705999999999 -5.724963400000001 -10.274065 -3.8078781999999998 -10.254655999999999 +55 1.951523 1.2883578000000002 4.0694989 -1.0909432 3.5921834 -0.46429025 -0.46398304 1.9340323 1.9340351999999998 -2.2470554 -6.3575436 -0.55239765 -6.3382676 +56 2.0608772 1.1987556000000001 1.8870573 -0.60015974 3.0608400000000002 -0.7399341 -0.74250886 1.1215923 1.1216001 0.7001614 -1.886929 -0.88012002 0.89969844 +57 2.9268343999999997 1.6736654 2.0310349 -0.53658047 4.2220242 3.0767729 -0.91094041 -2.1265447 -2.1266303 -1.7635238000000002 -5.6317002 -1.0743577 -5.6130569 +58 0.45987842 -4.2773755 -2.0581728 0.97372877 -0.53299187 -0.47694638 -2.3710782000000004 -2.8598052000000003 -6.1790046 -5.6954275999999995 -10.243756 -2.6746956 -10.224347 +59 4.0535883 2.480554 4.216803 -0.43650022 5.3533562 3.4036234 -0.87083372 2.1391508 2.1391536 -2.1700413 -6.249412400000001 -1.0286399 -6.2301969 +60 3.5203681000000002 2.0319993000000003 1.8808931 -0.46262451 4.9330365 3.301229 -0.88255507 1.4892403 1.489257 0.88379038 -1.7923235 -1.0419937 1.0192408000000002 +61 0.12857463 -6.7877635 -6.0317732 1.5366693 -1.4489662 -1.3846982 -1.3897652 -7.5816803 -10.902919 -10.411967 -14.99704 -1.6152742 -14.977195000000002 +62 -0.17197961 -0.19294028 1.1839468 -0.05941089 -0.11790108 -0.09859282400000001 -0.095211771 -3.1915504 -3.1906347000000004 -6.0839456 -10.641608 -0.11138848 -10.621868 +63 -0.17256374 -0.19072722 1.1902456 -0.061774092999999995 -0.11604845 -0.096909309 -0.093529592 -3.1879188 -3.1869772999999997 -2.7585166 -9.4894738 -0.10937811 -7.009000200000001 +64 -0.30006365 -4.0109258 -1.8857201000000001 1.074522 -1.4152527 -1.3414926999999999 -1.3446421 -2.6814784 -6.0005212 -8.8399338 -13.421816 -1.5628181 -13.402347 +65 -0.29994519 -4.0104985 -1.8855093999999997 1.0744235 -1.4150321000000001 -1.3412768 -1.3444239 -2.6812269 -6.0001747000000005 -5.5176615 -12.520703999999999 -1.5625735 -10.041652000000001 +66 -0.96601076 -0.42636902 4.0040381 -1.4931823 0.55208005 0.51889818 0.51870081 1.7644486000000001 1.7644548 -2.3159595 -8.915525500000001 0.60073784 -6.434167400000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0294144 1.2403485 -0.51197107 -0.27360588 -0.78470658 -0.75303608 -0.7553355 0.71880164 0.71879506 0.47229244 0.6959931 -0.89552495 0.7079161 +2 -0.34653651 -3.0209824 0.94099725 0.29787796 -0.66877157 -0.63389093 -0.63737186 -0.51756176 -0.51755989 -0.38628922 -1.3902198000000001 -0.7588246 -1.3856915 +3 0.099356432 0.057876159 -2.7063593999999997 0.17275635 -0.076481939 -0.06920845099999999 -0.069280705 -0.27746351 -0.27746035 -0.20272687 -0.57912773 -0.082816325 -0.5792428 +4 -2.0863453 -1.3424648000000001 0.61009956 -3.0437191 0.99932238 0.9153405 0.90601718 -0.37592542 -0.37592589 -0.2771354 -0.87123643 0.97249045 -0.86997131 +5 1.1932831 0.70229723 -0.33914509 -0.22382055 -0.45403216 -0.43242305 -0.43395361 0.37392214 0.37392051 0.25574455 0.44840752 -0.51830867 0.45377828 +6 2.2288262999999997 1.3080627 -0.53325556 -0.37362289 2.9831498 -0.78168254 -0.78415708 0.76205012 0.7620523 0.49809275 0.72029801 -0.92789179 0.73302619 +7 3.3426814 1.9088488000000001 -0.64523908 -0.38506213 4.6084613 3.2067848999999997 -0.89406757 1.1578025 1.1578194 0.71932234 0.89514974 -1.0551309 0.91500999 +8 -0.17556634 -0.17655755 1.2291341 -0.076168184 -0.10418018 -0.085895481 -0.082542242 -3.1653860000000003 -3.1645368 -2.7370683 -7.0007372000000005 -0.09627120900000001 -6.9814542 +9 -0.2988808 -4.0139608 -1.8897868999999998 1.0753087 -1.4148478 -1.341175 -1.3443483999999999 -2.6842437 -6.003182700000001 -5.5206791 -10.063998 -1.5625091 -10.044589 +10 -0.93865786 -0.41187363 3.9314504 -1.4480028 0.53329837 0.5018521 0.50182154 1.7278026999999998 1.7278091 -2.3314573 -6.4734454 0.58247678 -6.454125599999999 +11 -0.30485341 -0.16409789 1.8979796999999998 -0.43868735 0.13944302 0.1264986 0.12674913 0.63353433 0.63355152 0.42059316 -2.0877305 0.15097197 0.65262836 +12 -1.7845659 -2.1907906 0.82437039 0.34073054 -2.1776442000000005 -2.1058721 -2.1143012999999997 -0.46878683 -0.46878593 -0.34842472 -1.1988216 -2.404728 -1.195549 +13 -1.0083746999999998 1.3044635 -3.740726 -0.2228948 -0.81506637 -0.78084407 -0.78294183 0.65244718 0.65244493 0.43214036 0.65636217 -0.92718473 0.66700093 +14 -3.2007852999999997 -0.031514842 0.021925744 -3.2552068 0.029174387000000003 0.026903963 0.027448339 -0.011224346999999999 -0.011225035 -0.007999004399999999 -0.018185786000000002 0.032788217 -0.01826563 +15 0.30007958 2.1056888 -0.64812386 -0.26277887 -1.2612589 -1.2124811000000002 -1.2151899 1.2850678999999998 1.2850697 0.78470822 0.93747173 -1.419261 0.95944376 +16 1.5958773000000002 3.057909 -0.66317755 0.15549939 1.5636987 -1.7467388 -1.7514863999999997 1.8249999 1.8250065 1.0311529000000001 1.0695848 -2.0121826 1.0990746 +17 1.1666048999999998 2.7126669 -0.67197426 -0.041581416 1.301502 1.1738358 -1.4039673000000001 1.6447898 1.6448011000000002 0.95446147 1.0325927 -1.6303501 1.0598054 +18 -1.2319200000000001 1.3760925 1.923059 -0.43157259 -0.83091312 -0.78353045 -0.78358138 -2.2797507 -2.2796089 -1.9041709 -5.855715200000001 -0.92717707 -5.836836 +19 -1.8000453 -3.6971358999999997 -1.7087397000000002 1.1098854 -2.9677233 -2.8615614 -2.8655826 -2.4946864 -5.8139957 -5.3327648000000005 -9.870046400000001 -3.1930337000000004 -9.8506448 +20 -1.4866713 1.2213635 4.0544417 -1.0622191 -0.44566123 -0.41474771 -0.41418185 1.9205656000000002 1.9205676999999999 -2.2523236 -6.3648032 -0.49432743 -6.34552 +21 -1.2596973 1.0986711999999998 1.9188048 -0.52604853 -0.76268927 -0.73696798 -0.74027858 1.0898511999999998 1.0898546 0.68321996 -1.8968031000000003 -0.87929645 0.88731678 +22 -0.12753492 -3.1836555 -0.56439286 0.79407655 -0.95287877 -0.90065413 -0.90437959 -1.432027 -1.4320135 -1.1428809 -4.4127469 -1.0669518999999998 -4.3954874 +23 -2.2197664 -4.3240171 1.0196638 -2.9222588 0.72453392 0.67202619 0.66855054 -0.55356993 -0.5535697 -0.41442611 -1.5385367 0.75594663 -1.5330325 +24 0.44931806 -2.4986883 0.87952593 0.19542682 -1.5583916000000002 -1.4964861 -1.5044061000000002 -0.49306103 -0.49305971 -0.36723305 -1.2925558000000001 -1.7429544 -1.2886737 +25 0.92941939 -2.2920681 0.84861108 0.11131151 0.87223144 -2.3024625 -2.3133414 -0.4811365 -0.4811359 -0.35798461 -1.246105 -2.6165639 -1.2425294 +26 0.83985275 -2.290239 0.84734987 0.12015939 0.76555121 0.71121528 -1.6217589 -0.48123064 -0.48123101 -0.35805805 -1.2464647 -1.8711346000000002 -1.2428883999999998 +27 -0.32139151 -4.587732 -0.48000716 1.0149530999999998 -1.376348 -1.2954733999999999 -1.2938166000000002 -5.2265189 -5.223103900000001 -4.7468713 -9.2588659 -1.503733 -9.2397405 +28 -0.1584961 -8.3190321 -2.8372611 1.2628038000000001 -1.4626306999999998 -1.3933455 -1.3989878 -3.6587232000000003 -6.9788553 -6.492027200000001 -11.056573 -1.6247408 -11.036989 +29 -1.3719255 -3.2835083 3.8560584 -1.5738166 0.20589031 0.20183655 0.20363713 1.6068702 1.6068794 -2.3843089 -6.5448205999999995 0.24340816 -6.5254793 +30 -0.64954676 -3.1583683999999996 1.912624 -0.19469875 -0.47408556 -0.45198511 -0.45392597 0.19396885 0.19399045 0.13533143 -2.4167605 -0.54255941 0.263693 +31 -1.8748987000000001 -1.23484 -1.3627508999999998 -2.6747964 0.83394001 0.7715318 0.76607502 -0.97932757 -0.97933125 -0.75808256 -3.2332303 0.84989825 -3.2188884 +32 1.2317055000000001 0.74195206 -3.4570648 -0.12981075 -0.50533065 -0.47987074 -0.48148495 0.22209351 0.2220962 0.15444235 0.29692843 -0.5743839 0.29969668 +33 2.2347137000000004 1.2985870000000002 -3.7492576 -0.31522681 2.9135907000000003 -0.82097242 -0.82368187 0.64627918 0.64628365 0.42838416 0.65257891 -0.97360445 0.66308226 +34 3.2873964 1.8640546000000002 -3.9068585 -0.36440443 4.5009511 3.1720607000000003 -0.89847855 1.0621787 1.0622001 0.66833839 0.85949833 -1.0601466999999998 0.87770703 +35 0.088056204 0.18173027 -0.29914946 0.14291715 -0.057149334 -0.048178278 -0.04679902 -3.3609211 -3.3608771 -2.9256064 -7.2330290999999995 -0.055993147 -7.213465400000001 +36 -0.005068865 -3.9818072 -4.1606512 1.2225682 -1.2653438 -1.2042107 -1.209934 -2.653106 -5.9749829000000005 -5.4931023 -10.036064999999999 -1.4143071000000003 -10.016197 +37 -0.078257347 0.051668322999999995 0.57681693 -0.11658344 0.039928611 0.044748445 0.04511662599999999 0.18387607 0.18387768 -3.1935393 -7.5521689 0.054170103 -7.532501700000001 +38 0.025218717 0.025493315 -0.61367052 0.06633577 -0.0429252 -0.038896567 -0.038866078 -0.10485724 -0.10484714 -0.075356545 -2.8180723999999997 -0.04639130599999999 -0.19105175 +39 -0.84669438 -0.47623555 0.24572205 -3.1937184 0.353557 0.33070911 0.33051705 -0.18125865 -0.18125777 -0.13125292 -0.34304598 0.38973534 -0.34371035 +40 0.36333872 0.31242169 -0.18415694 -3.4283004999999998 4.6572495 -0.075537283 -0.074515425 0.14997272 0.14997679 0.10509936 0.21205392 -0.08753096199999999 0.21372385 +41 3.3077471 1.8888348999999998 -0.64394179 -3.7099013999999997 5.7661708 3.4778333 -0.8629481 1.1448281999999999 1.1448462 0.71249847 0.89051998 -1.0196068999999999 0.91015881 +42 -1.9987806000000001 -1.5236343 0.63483678 -2.8653687999999997 0.9036681 0.83977688 0.83627241 -3.9199243999999998 -3.9183525 -3.4651707000000003 -7.8651786999999995 0.9155727 -7.845762400000001 +43 -1.8173206999999998 -4.0802998 -1.8903967000000002 -2.1524932 0.3421365 0.33024605 0.33140076 -2.684559 -6.003404799999999 -5.5209455 -10.064322 0.39279353 -10.044866 +44 -2.8543173 -1.8561413 3.8829955999999997 -4.8421051 2.10413 1.8367103999999999 1.7332249 1.6457951000000002 1.6458034 -2.3670251 -6.5215788 1.3906669 -6.5022444 +45 -2.373323 -1.5808848999999998 1.9027403000000003 -3.5571068999999995 1.2372333999999998 1.1194045 1.1021368999999999 0.33682208 0.33684317 0.23136427 -2.28602 1.1176928 0.41619207 +46 4.2819876 2.4540293999999996 -0.67152072 -0.22560385 1.8053743999999998 -1.5613613000000002 -1.5679256000000001 1.4962691000000001 1.4962746999999998 0.88708014 0.99718374 -1.8117781000000002 1.0223494 +47 3.9766175 2.2728667000000002 -0.66733314 -0.29560706 1.6975656000000003 1.504238 -1.2770920000000001 1.3874772 1.3874867 0.83532125 0.96796738 -1.4893495 0.99152152 +48 0.88459852 0.58376289 1.583056 -0.36711709 -0.60811108 -0.56357459 -0.56179283 -2.7216861 -2.7211418999999997 -2.3159845000000003 -6.452127099999999 -0.66670202 -6.433043700000001 +49 0.34646001 -4.2170670999999995 -2.0230679 0.99296186 -2.4369139 -2.3361897999999997 -2.3414055 -2.8227439999999997 -6.141896900000001 -5.658554799999999 -10.205811 -2.6425772000000003 -10.186403 +50 0.56199857 0.54093893 3.9935183 -1.3073641000000003 -0.045821108 -0.035300572999999995 -0.034115269 1.8261178 1.8261221999999997 -2.2903179 -6.4172397000000005 -0.040178803 -6.397939099999999 +51 0.9487741 0.56107342 1.9015256999999999 -0.55523681 -0.37473223 -0.36152013 -0.36325057 0.87274099 0.8727526 0.56266048 -1.9751144 -0.4352568 0.79012519 +52 4.5775828 2.6326136000000004 -0.67233292 -0.14141514 5.4623695 0.11001099 -1.9684699 1.5991421000000001 1.5991446000000002 0.93414654 1.0222009 -2.2477345 1.0488076000000002 +53 2.0086821 1.3459107 1.9136485 -0.52537222 2.8919755 -0.82173087 -0.82025251 -2.2960929 -2.2959 -1.9191381 -5.878694599999999 -0.96694902 -5.8599241 +54 0.54349374 -4.3315504 -2.0900035 0.9634851 -0.43589174 -3.4530273 -3.4606943999999995 -2.8926093999999996 -6.2118058 -5.7280736 -10.277175999999999 -3.8090824999999997 -10.257765 +55 1.9515369999999999 1.2880589 4.0691258 -1.0905395 3.5916201 -0.46454989 -0.46424712 1.9335740000000001 1.9335768 -2.2472053 -6.3576949 -0.5527137 -6.338418 +56 2.0610077 1.1985502000000001 1.8866517 -0.59993564 3.0607142000000005 -0.74000716 -0.74258569 1.1213024999999999 1.1213102 0.70002424 -1.8868982 -0.88021259 0.89970036 +57 2.9258587000000005 1.6724002 2.0296263 -0.5365358 4.220492 3.0761891 -0.91101891 -2.1273875 -2.1274727 -1.7643137999999998 -5.632954799999999 -1.0744483 -5.614309400000001 +58 0.45953309 -4.2811363 -2.0617261 0.97441278 -0.53405503 -0.47802352 -2.3718844 -2.8629337 -6.1821355 -5.6985684 -10.2469 -2.6755578 -10.227489 +59 4.0527017999999995 2.4796129000000002 4.2164495 -0.43680944 5.3530352 3.4035587 -0.87083938 2.138817 2.1388198 -2.1701281000000003 -6.2494806 -1.0286474 -6.2302642 +60 3.5196861000000004 2.0312754 1.880438 -0.46269233 4.932340900000001 3.301045 -0.88257533 1.488911 1.4889277 0.88365922 -1.7922642 -1.0420179 1.0192761000000001 +61 0.12846135 -6.7889023 -6.033045700000001 1.5365523 -1.4489616 -1.3846967 -1.3897661000000001 -7.5822224 -10.903461 -10.412537 -14.997527999999999 -1.6152763 -14.977682000000001 +62 -0.17154241 -0.19364021 1.1821651000000002 -0.058546509000000004 -0.11834416 -0.099019021 -0.095642578 -3.1928007999999997 -3.1918843 -6.0851653 -10.642771 -0.11190835 -10.62303 +63 -0.17212692 -0.19142822 1.1884583 -0.060907432000000004 -0.11649414 -0.097337762 -0.09396262699999999 -3.1891732999999998 -3.188231 -2.7597400000000003 -9.4909283 -0.1099006 -7.010455099999999 +64 -0.29977392 -4.0144662 -1.8891488 1.0752418 -1.4156885000000001 -1.3419591999999998 -1.3451248 -2.6845068 -6.003551799999999 -8.8429725 -13.424782 -1.5633666000000002 -13.405312 +65 -0.29965634 -4.0140418 -1.8889334999999998 1.0751433000000001 -1.4154683000000001 -1.3417435 -1.3449069 -2.6842568 -6.0032069 -5.5207017 -12.523755 -1.5631222 -10.044702000000001 +66 -0.96535523 -0.42635457 4.003460899999999 -1.4921292 0.55166271 0.51851648 0.51832219 1.7636733 1.7636794999999998 -2.3162583 -8.9158735 0.60032876 -6.4345152 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0294228 1.2403819999999999 -0.5119914 -0.27362023 -0.78470011 -0.75302895 -0.75532801 0.71884133 0.71883476 0.47231746 0.69602698 -0.89551587 0.70795063 +2 -0.34652887 -3.0209389 0.94104458 0.29787544 -0.66876124 -0.63388001 -0.63736075 -0.51758072 -0.51757885 -0.38630473 -1.3903229 -0.75881133 -1.3857937 +3 0.09935283 0.057872689000000005 -2.7063525 0.17274871 -0.076477648 -0.069204629 -0.069276832 -0.2774383 -0.27743513 -0.20270839 -0.57907162 -0.082811675 -0.57918674 +4 -2.0863400000000003 -1.3424735 0.61014313 -3.0437124 0.99932045 0.91533891 0.90601566 -0.3759367 -0.37593717 -0.27714454 -0.87129095 0.97248962 -0.87002534 +5 1.193279 0.70229487 -0.33915758 -0.22382522 -0.45403167 -0.4324225 -0.43395301 0.37393169 0.37393006 0.25575142 0.44842367 -0.51830789 0.4537945 +6 2.2288137000000003 1.3080433999999999 -0.53326249 -0.37362696 2.9831380000000003 -0.78168906 -0.78416382 0.76205536 0.76205754 0.49809714 0.72031222 -0.92789973 0.73304039 +7 3.3426254999999996 1.9088018 -0.64524281 -0.38507301 4.608398200000001 3.2067657000000005 -0.89406893 1.1577937 1.1578106000000001 0.71931973 0.89516003 -1.0551325 0.91502005 +8 -0.17553337 -0.1766026 1.228984 -0.07610167799999999 -0.10421491 -0.08592876099999999 -0.082575837 -3.1654817000000004 -3.1646324 -2.7371625 -7.0008473 -0.096311699 -6.9815641 +9 -0.29886152 -4.0142221 -1.8900589 1.0753625 -1.414883 -1.3412126 -1.3443873 -2.6844721000000002 -6.0034112 -5.5209092 -10.064226 -1.5625531000000001 -10.044817 +10 -0.93860989 -0.41186331 3.9314013 -1.4479263 0.53326883 0.50182505 0.5017947 1.7277471999999998 1.7277536 -2.3314779 -6.4734666 0.58244769 -6.4541466 +11 -0.30482365 -0.16409352 1.8979453999999998 -0.43865042 0.13943535 0.12649149 0.12674194 0.6334912 0.63350839 0.42056774 -2.0877426 0.15096339 0.6526102 +12 -1.7844488 -2.1907063 0.82440053 0.34072035 -2.177516 -2.1057432 -2.1141714 -0.46880005 -0.46879915 -0.34843561 -1.1988956 -2.4045885 -1.1956223 +13 -1.0083852 1.3044585 -3.7406504000000003 -0.22290707 -0.81506443 -0.78084233 -0.78294009 0.65247438 0.65247213 0.43215806 0.65638964 -0.92718267 0.6670288 +14 -3.2007798 -0.031493692999999996 0.021909848 -3.2552164 0.029177437999999997 0.026906942000000003 0.027451318 -0.011215683999999998 -0.011216373 -0.0079928427 -0.018171969 0.032791827 -0.018251746 +15 0.30006772 2.1056732000000005 -0.64813099 -0.26278543 -1.2612638999999999 -1.2124864 -1.2151954 1.2850802 1.285082 0.78471666 0.93748945 -1.4192672 0.9594616 +16 1.5958542 3.0578754 -0.66318537 0.15548298 1.5636908999999999 -1.7467449000000002 -1.7514927 1.8250051 1.8250117 1.0311583 1.069601 -2.0121893 1.0990908000000001 +17 1.1665777 2.7126330000000003 -0.67198123 -0.041596263 1.301488 1.1738235000000001 -1.4039718 1.6447935000000002 1.6448047 0.954466 1.0326084 -1.630355 1.059821 +18 -1.2319145 1.3760625 1.9229671000000002 -0.43155518 -0.83092612 -0.78354349 -0.78359474 -2.2797869 -2.2796451 -1.9042066000000002 -5.8557651 -0.92719266 -5.8368858 +19 -1.8000585 -3.6974183 -1.7090218999999998 1.1099511 -2.9678026 -2.8616447 -2.8656676 -2.494928 -5.8142375 -5.333008 -9.8702886 -3.193123 -9.8508868 +20 -1.4866559 1.2213524 4.054405200000001 -1.0621881000000002 -0.44567679 -0.41476278 -0.41419709 1.9205333999999998 1.9205355 -2.2523329 -6.3648095 -0.49434557 -6.3455261 +21 -1.2596707 1.0986829 1.9187608 -0.52603218 -0.76267818 -0.73695679 -0.74026725 1.0898358999999997 1.0898393 0.68321364 -1.8967942 -0.87928313 0.88732371 +22 -0.12762951 -3.1837635 -0.56431817 0.79411376 -0.95301364 -0.90079216 -0.90452021 -1.4320368 -1.4320233 -1.1428911 -4.4127735 -1.0671153999999998 -4.3955137 +23 -2.2197692000000004 -4.3239776 1.0197177 -2.9222593 0.7245315 0.6720242 0.66854849 -0.55359105 -0.55359082 -0.41444344 -1.5386532 0.75594479 -1.533148 +24 0.44937723 -2.4986447999999997 0.87956887 0.19541205 -1.5583198999999999 -1.4964137 -1.5043331 -0.49307851 -0.4930772 -0.36724733 -1.2926496 -1.7428734000000001 -1.2887666000000002 +25 0.92942439 -2.2921025 0.84866525 0.111306 0.87224276 -2.3024522999999997 -2.3133312999999998 -0.48115812 -0.48115752 -0.35800205 -1.246213 -2.6165529999999997 -1.2426365 +26 0.83983811 -2.290284 0.84740586 0.1201582 0.76553659 0.71120236 -1.621765 -0.48125287 -0.48125324 -0.35807596 -1.2465751 -1.8711413000000001 -1.2429979 +27 -0.32134828 -4.5880224 -0.48041582 1.0150834999999998 -1.3764367 -1.2955638 -1.2939088 -5.2268886 -5.2234735 -4.747240000000001 -9.259244699999998 -1.503837 -9.240119199999999 +28 -0.15849561 -8.3192216 -2.8374579 1.2628148000000001 -1.4626412 -1.3933571000000002 -1.3989999 -3.6588749 -6.9790071 -6.4921816 -11.056721000000001 -1.6247545 -11.037136 +29 -1.3718611 -3.2834773 3.8559732 -1.5736966000000001 0.20583375 0.20178413 0.20358469 1.6067786 1.6067878 -2.384347 -6.5448648 0.24334654 -6.5255234 +30 -0.64951498 -3.1583707999999997 1.9125993000000001 -0.19464646 -0.47410654 -0.45200514 -0.45394639 0.19389087 0.19391246 0.13527846 -2.4168341 -0.54258376 0.26360523 +31 -1.8748919999999998 -1.2348419 -1.3628002000000001 -2.6747872000000004 0.83394009 0.77153166 0.76607488 -0.97932814 -0.97933182 -0.75808432 -3.2332501000000002 0.84989837 -3.2189080000000003 +32 1.2316995000000002 0.74194303 -3.4569924 -0.12981892 -0.5053284 -0.47986885 -0.48148304 0.22211793 0.22212063 0.15445929 0.29696088 -0.57438164 0.29972944 +33 2.234698 1.2985686 -3.7491736000000007 -0.3152323 2.9135767999999995 -0.82098055 -0.82369031 0.64629633 0.64630079 0.42839573 0.65260013 -0.97361444 0.6631037 +34 3.2873107000000004 1.8639929 -3.9067682 -0.36441489 4.5008421 3.1720248 -0.8984821 1.0621646999999999 1.062186 0.66833262 0.85950584 -1.0601508 0.8777142 +35 0.088069109 0.18169839 -0.299074 0.14292434 -0.057143470999999994 -0.04817285 -0.046793539 -3.3609142999999997 -3.3608703 -2.9256026000000004 -7.2330166 -0.05598658 -7.2134527 +36 -0.005424974399999999 -3.9817407 -4.1605375 1.2226544 -1.2657954 -1.2046674 -1.2103966 -2.6530534 -5.9749302 -5.493053 -10.036005000000001 -1.4148311000000002 -10.016136999999999 +37 -0.07825727 0.051652030999999994 0.57689448 -0.11658489 0.039930176 0.04474965 0.04511782 0.18389068 0.18389229 -3.1935291 -7.552148599999999 0.05417147 -7.5324813 +38 0.025223729 0.02548665 -0.61366891 0.066337708 -0.042922071 -0.038893835 -0.03886334 -0.10484697 -0.10483687 -0.075349252 -2.8180561 -0.046388072 -0.19103546 +39 -0.84669179 -0.47624132 0.24574226 -3.1937145 0.35355654 0.33070873 0.33051665 -0.18126565 -0.18126477 -0.13125835 -0.34306845 0.38973493 -0.34373269 +40 0.36331951 0.31239442 -0.18414179 -3.428296 4.6572164 -0.075546027 -0.074524475 0.14996512 0.1499692 0.10509435 0.21204824 -0.087542175 0.21371801 +41 3.3076981 1.8887933000000001 -0.64394716 -3.7099111000000002 5.766171 3.4778344 -0.8629469 1.1448227 1.1448408 0.71249759 0.89053139 -1.0196055 0.91017004 +42 -1.9987369 -1.523665 0.63464985 -2.8652856 0.90362666 0.83973915 0.83623533 -3.9200644000000002 -3.9184924 -3.4653098 -7.8653284 0.91554035 -7.845911999999999 +43 -1.8172953 -4.080493700000001 -1.8906396 -2.1524502999999995 0.34211608 0.33022606 0.33138037 -2.6847508999999996 -6.003596900000001 -5.521139499999999 -10.064511999999999 0.39276963 -10.045056 +44 -2.8542946 -1.8561473999999998 3.8829402 -4.8420058 2.1040463 1.8366467 1.7331755000000002 1.6457258999999997 1.6457342000000001 -2.3670527000000003 -6.521609099999999 1.3906553 -6.5022745 +45 -2.373294 -1.5808788999999999 1.9027189999999998 -3.5570557999999997 1.2372104 1.1193845 1.1021178999999999 0.3367627 0.33678379 0.23132553 -2.2860603 1.1176808 0.4161418 +46 4.281957299999999 2.4539931 -0.6715296 -0.22561882 1.8053686999999998 -1.5613655 -1.5679298000000002 1.4962701999999999 1.4962758 0.88708327 0.9971985 -1.8117827000000002 1.0223640999999999 +47 3.9765781000000002 2.2728264 -0.66734134 -0.2956217 1.6975544999999999 1.5042289 -1.2770944 1.3874749 1.3874843000000001 0.83532256 0.96798091 -1.4893522 0.99153495 +48 0.88460563 0.58370426 1.5829227 -0.36706941 -0.60814868 -0.56361078 -0.56182931 -2.7217637000000003 -2.7212194 -2.31606 -6.4522234 -0.66674498 -6.4331399000000005 +49 0.34645246 -4.2173552 -2.0233547 0.99301122 -2.4369697999999995 -2.3362495 -2.3414667999999996 -2.822987 -6.1421401 -5.6587997 -10.206053 -2.6426429 -10.186645 +50 0.56202771 0.54093549 3.993475 -1.3073128999999999 -0.045840882 -0.035319333 -0.034134125 1.8260747 1.8260792000000001 -2.2903322999999998 -6.417252700000001 -0.040201432999999995 -6.397952 +51 0.94879973 0.56107622 1.9014857 -0.55521129 -0.37473183 -0.36151955 -0.36324998 0.87271113 0.87272274 0.56264482 -1.9751136999999999 -0.43525606 0.79012214 +52 4.5775572 2.6325791 -0.67234276 -0.1414307 5.4623665 0.11001148 -1.9684691000000003 1.599145 1.5991475 0.93415065 1.0222163 -2.2477336 1.048823 +53 2.0086543000000003 1.3458393999999998 1.9135289 -0.52535305 2.8919132999999997 -0.82176634 -0.82028829 -2.2961551 -2.295962 -1.9191976999999998 -5.878781 -0.96699042 -5.860010400000001 +54 0.54345633 -4.3318267 -2.0902785 0.96353505 -0.43598191 -3.4531157999999995 -3.4607843999999996 -2.8928445 -6.212041200000001 -5.7283108 -10.27741 -3.8091757000000004 -10.257999 +55 1.9515354999999999 1.2880458000000001 4.0690888 -1.0905105 3.5915756 -0.46456988 -0.46426746 1.9335422999999998 1.9335451000000001 -2.2472142999999996 -6.3577008 -0.55273805 -6.3384238 +56 2.0610157 1.1985437 1.8866131000000002 -0.59992063 3.0607043999999997 -0.74001245 -0.74259129 1.1212839 1.1212917 0.70001632 -1.8868900000000002 -0.88021932 0.89970634 +57 2.9257814 1.6723128 2.0295076 -0.53653425 4.2203731 3.0761444 -0.91102398 -2.1274493 -2.1275345000000003 -1.7643725 -5.633046299999999 -1.0744541 -5.6144008 +58 0.45950329 -4.281416 -2.0620078 0.97446307 -0.53413779 -0.47810735 -2.3719468 -2.8631712000000005 -6.182373200000001 -5.6988079 -10.247136 -2.6756244 -10.227725 +59 4.0526191 2.4795415000000003 4.2164124 -0.43684152 5.3530074 3.4035539 -0.87083883 2.1387934 2.1387962000000003 -2.1701327 -6.2494809 -1.0286467 -6.2302644 +60 3.5196178999999996 2.0312201 1.8803946 -0.462703 4.9322754 3.3010284 -0.88257622 1.4888852 1.4889019 0.88364978 -1.7922547999999998 -1.0420189 1.0192835 +61 0.12842261 -6.7889406 -6.0331309 1.5365511 -1.4489998 -1.3847353999999998 -1.3898053999999997 -7.5822474 -10.903486000000001 -10.412564999999999 -14.997546 -1.6153202 -14.9777 +62 -0.17150993 -0.1936838 1.1820173999999999 -0.058481882 -0.11837733 -0.099050927 -0.095674823 -3.1928943 -3.1919777000000003 -6.0852574 -10.642856 -0.11194725 -10.623114999999999 +63 -0.17209438 -0.19147219 1.1883108 -0.060842534000000004 -0.1165275 -0.097369835 -0.093995035 -3.1892669 -3.1883246 -2.7598323 -9.4910353 -0.10993969 -7.0105621 +64 -0.29975331 -4.0147274 -1.8894256 1.0752954 -1.4157227 -1.3419957 -1.3451626 -2.6847357000000005 -6.0037809 -8.8432032 -13.425004000000001 -1.5634093999999998 -13.405532999999998 +65 -0.29963592 -4.0143034 -1.8892129 1.0751973 -1.4155033000000001 -1.341781 -1.3449456 -2.6844855 -6.0034358 -5.5209322 -12.523983 -1.5631661000000001 -10.04493 +66 -0.96530665 -0.42634342 4.0034083 -1.4920499 0.55163169 0.51848816 0.51829413 1.7636171999999999 1.7636234 -2.3162787999999996 -8.9158946 0.60029857 -6.4345362 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2912216 1.1851758999999997 -0.48194312 -0.57356414 -0.7438904 -0.71518138 -0.71768121 0.91718178 0.91717398 0.56301941 0.63312628 -0.84859302 0.64983266 +2 0.27015425 -4.8127834 2.1316346 1.4807341 -1.246752 -1.187682 -1.1925047 -2.7902435000000003 -2.7900543 -2.3400867 -6.5576536999999995 -1.3884736999999998 -6.5404946 +3 0.0016889575 0.00085763939 -3.258739 0.003980469699999999 -0.0023922876999999997 -0.0022050670000000002 -0.0022083606 -0.006114788100000001 -0.006114645 -0.0042020328999999995 -0.0074211497 -0.0026437922 -0.0075104717 +4 -1.7179213 -1.3474692 2.1928623 -2.5578102000000005 0.8858581 0.82325599 0.81841371 -1.0077341999999998 -1.0077124 -0.76058486 -2.9701437000000004 0.9197632 -2.9598386000000003 +5 1.0016434 0.68401572 -0.38113494 -0.42186228 -0.43826558 -0.41965725 -0.42117215 0.54020018 0.54019797 0.34833535 0.45505597 -0.50206196 0.46481534 +6 1.9207769000000001 1.2318809 -0.51709456 -0.69659861 2.9803444 -0.74873973 -0.75080594 0.94713 0.94712945 0.5790461 0.64443661 -0.88593647 0.66164877 +7 2.7362541 1.6775883999999999 -0.56904361 -0.82701607 4.3352737999999995 3.1661092 -0.82923779 1.2493918 1.2493976999999998 0.73200334 0.741046 -0.9768561 0.76310363 +8 0.084659699 -0.098165111 2.5541353 0.2184472 -0.13942064 -0.12542308 -0.12570059 -3.4240727 -3.4239197999999997 -2.941934 -7.3439209000000005 -0.15105585 -7.326362 +9 0.30075951 -4.9941697 -0.32702882 1.5620298000000001 -1.2983813999999998 -1.2391424 -1.2445555 -3.0975232000000004 -6.4188988 -5.8845046 -10.5523 -1.4469336000000002 -10.534408 +10 -0.036804499 -0.01696669 3.6165462 -0.044704035 0.0082198788 0.015990767 0.016102889 0.069700258 0.069704065 -3.2744145000000002 -7.7437954 0.019352941999999998 -7.7261065 +11 -0.0043036875 -0.021561304 2.3007424 -0.0058492736 0.0016101188 0.0013670917000000002 0.0012149701 0.0123888 0.012385911000000001 0.0084931409 -2.6654296000000004 0.0012512451 0.011086728 +12 -1.5071843 -4.4416505 2.3117906 1.5732156000000002 -3.1367075 -3.0515731 -3.0613549 -2.5834626 -2.5833445 -2.1470740000000004 -6.2799592 -3.3868379999999996 -6.2629352 +13 -1.2912806000000001 1.1866545 -3.7735086000000004 -0.57277761 -0.74475784 -0.71600744 -0.7185087 0.91627863 0.91627093 0.56253421 0.6327814 -0.84954795 0.64947198 +14 -3.1582435 -0.06403898200000001 0.066831725 -3.2190090000000002 0.052707722 0.049801397000000004 0.050072349 -0.046582397000000005 -0.046586619 -0.03216466 -0.05852124400000001 0.05997457 -0.059147042999999996 +15 -0.13403957 1.9810118000000003 -0.53847059 -0.73685445 -1.2160874 -1.1707198 -1.173933 1.4385261 1.4385238999999999 0.81965702 0.78858294 -1.3669576 0.81334292 +16 0.8515126 2.8324352999999998 -0.51224941 -0.53036096 1.489588 -1.7909768 -1.7971624 1.8677116000000002 1.8677096000000002 0.99604735 0.87061533 -2.0530898 0.90053029 +17 0.48234476 2.4843147 -0.52920837 -0.66214534 1.2248614 1.1143781000000001 -1.3844341999999998 1.709473 1.7094751 0.9346027 0.84391151 -1.6017848999999997 0.87206996 +18 -1.2700989 1.3422676000000002 3.0681625 -0.50623732 -0.7912495 -0.74767777 -0.74982287 -2.3924342999999997 -2.3925257 -1.9706917000000002 -6.0103888 -0.885627 -5.9934064000000005 +19 -1.5095931 -4.6609415 -0.038683806 1.6728218000000001 -3.2392107000000006 -3.1547403999999997 -3.1650907999999998 -2.894075 -6.2155624000000005 -5.6823418 -10.344674000000001 -3.4942955 -10.326772 +20 -1.3204964 1.1786881 4.078441000000001 -0.60391666 -0.7428238 -0.70082122 -0.70319381 0.96090388 0.96089604 -2.7355793999999998 -7.0852167 -0.83179999 -7.0676891 +21 -1.2958862 1.172208 2.0465165 -0.57520791 -0.74699754 -0.7179422 -0.72065549 0.91835602 0.91834703 0.56364843 -2.1331488 -0.85223413 0.64882665 +22 0.29699091 -5.037488300000001 0.62706402 1.5510895 -1.2910788 -1.2320868 -1.2374695 -3.0338525 -3.0338133 -2.5699292000000002 -6.869936900000001 -1.4390277 -6.8525989 +23 -1.3512799 -4.9530289000000005 2.2423549 -1.7087441000000003 0.37302667 0.35725859 0.35739333 -2.726157 -2.7260147 -2.280102 -6.4730598 0.42432884 -6.4559305 +24 0.73233001 -4.9721566 2.0162906000000005 1.4031208999999998 -2.4565281000000003 -2.3758044 -2.3847156000000003 -2.9060775000000003 -2.9058397 -2.4489639 -6.7077594 -2.6801932999999996 -6.6905399999999995 +25 0.79450621 -5.0028974999999996 1.9978888 1.3920896 -0.61895671 -3.6410614000000003 -3.6523376000000005 -2.9253126 -2.9250627999999996 -2.4670886000000003 -6.732344500000001 -3.9946931000000006 -6.7151175 +26 0.74920102 -4.9808496 2.0107433 1.3995834999999999 -0.67329728 -0.63051286 -2.4693572 -2.9117991 -2.9115589 -2.4543553 -6.7150845 -2.7694552000000003 -6.697862299999999 +27 0.4928752 -6.2418512999999995 0.28533997 1.8099701000000001 -1.355159 -1.2953799 -1.3005688 -6.4670575999999995 -6.466654699999999 -5.9320306 -10.601025 -1.5093803 -10.583111 +28 0.30401706 -8.764167500000001 -0.72547686 1.6703830000000002 -1.4053366000000003 -1.3444923 -1.3506345 -3.5338307 -6.855224900000001 -6.3188334 -10.996053999999999 -1.5650953 -10.978149 +29 0.26968853 -4.8007789 2.1821547999999997 1.4770774 -1.2435005 -1.1844403000000001 -1.1892504 -2.777679 -2.7774182 -5.6501648 -10.311514 -1.3848319 -10.293647 +30 0.26980377 -4.802207 2.1761804 1.477501 -1.2438148 -1.1848246999999998 -1.1896361999999998 -2.7791879 -2.7789200000000003 -2.3296447 -9.0065441 -1.3852636 -6.5270693 +31 -1.6931363000000001 -1.3640336000000002 -0.55889434 -2.511948 0.86328694 0.80310709 0.79863679 -1.0884418 -1.0884337 -0.82672094 -3.2656954 0.90080734 -3.2541352000000003 +32 1.0020168 0.68464206 -3.6639568 -0.420051 -0.43960012 -0.42091977 -0.42244009 0.53751322 0.53751111 0.34671929 0.45349376 -0.50355822 0.46320134 +33 1.9208237000000001 1.2317891 -3.8071029000000003 -0.69540824 2.9788382999999996 -0.7496079 -0.75167725 0.94521191 0.9452114 0.57802513 0.64372549 -0.88694107 0.66090468 +34 2.7351647 1.6767026999999999 -3.8621962999999995 -0.82624081 4.3324823 3.1650479 -0.8293821 1.2476188999999998 1.2476249 0.73115248 0.74055906 -0.97702067 0.76259012 +35 0.09757093300000001 -0.10145942 1.0147528000000001 0.24111761 -0.14956554 -0.13535403 -0.13576212 -3.4538856 -3.4538005 -2.9706125 -7.3791804 -0.16320995 -7.361606500000001 +36 0.30599673 -5.0465705000000005 -2.2615522 1.5776272 -1.3089297 -1.2497267 -1.2552733999999999 -3.1479722000000003 -6.4697948 -5.9351419000000005 -10.604198 -1.4589569 -10.586298 +37 -0.015669355 -0.0026183693 2.2091407000000003 -0.015950183 0.00027894424 0.0083931792 0.0084447907 0.025309425 0.025307713 -3.3045932000000002 -7.7792296 0.010130171 -7.761528200000001 +38 0.00168421 -0.0026412716 -0.69767275 0.0036329479 -0.0020343094 -0.0014927023000000002 -0.0015105781 -0.0050608497999999995 -0.0050611516 -0.0034782689 -2.6838868 -0.0018300539000000002 -0.010219938000000001 +39 -0.70782822 -0.53361192 0.65518572 -2.9900505 0.32763022 0.30993288 0.31004687 -0.42428257 -0.42427933 -0.3043051 -0.75556868 0.36880128 -0.757867 +40 0.24377481 0.20502047 -0.15251414 -3.4660403 4.5357056 -0.051784827 -0.05048409400000001 0.16356858 0.16357955 0.11034573 0.17523917 -0.058615087 0.17785322 +41 2.6916041 1.653275 -0.56741131 -4.1451098 5.8416707 3.5630794000000003 -0.78179057 1.2337528999999998 1.2337601999999999 0.72448029 0.73672593 -0.92262361 0.75854722 +42 -1.5476645 -1.3272175 2.0675922 -2.3624007000000002 0.85964354 0.80063502 0.79685775 -4.329164700000001 -4.328985299999999 -3.8193357000000003 -8.366528599999999 0.89928005 -8.348753599999998 +43 -1.3132311 -4.7299234000000006 -0.072509795 -1.6536503 0.35514543 0.34038735 0.34044247 -2.9227891 -6.244427099999999 -5.7110311 -10.374189 0.40442776 -10.356286 +44 -1.7337633000000001 -1.3974146 3.1464751 -2.5757541 0.88803957 0.82633204 0.82149521 -0.97236236 -0.97233106 -4.053729 -8.6254998 0.92275984 -8.6076816 +45 -1.7302866000000001 -1.3851342 3.0191656000000004 -2.5737989 0.88969599 0.8267082 0.8218243 -0.97568486 -0.97564941 -0.73449781 -5.3521019999999995 0.9230294 -2.8470459999999997 +46 3.4839866 2.0781811 -0.58458314 -0.84029411 1.768304 -1.5726891 -1.5790713 1.4922575 1.4922536 0.84344001 0.80064591 -1.816168 0.82612278 +47 3.237784 1.9469368999999999 -0.5817436 -0.84673183 1.6437953999999997 1.4700201000000002 -1.2382838 1.4159218999999998 1.4159209 0.8095063 0.78333552 -1.439753 0.8077853 +48 0.99794306 0.79627017 2.8205240000000003 -0.37051684 -0.48941791 -0.44221912 -0.43887763 -2.7702637 -2.7702004000000002 -2.321455 -6.531503 -0.51796822 -6.5143783 +49 0.73019643 -5.2185485 -0.51332085 1.4880083 -2.5422492 -2.4620151000000003 -2.4715592999999996 -3.2289287 -6.5502381 -6.015168900000001 -10.6861 -2.7719452 -10.668213 +50 0.96936 0.67583472 3.8722691 -0.45865959 -0.43411166 -0.40407776 -0.40544961 0.59624164 0.59624035 -2.9401544 -7.3417656000000004 -0.48345654 -7.3241719 +51 0.99811301 0.66945825 2.075791 -0.42437663 -0.43921405 -0.42050264 -0.42221988 0.54483164 0.54482789 0.35111574 -2.28177 -0.50352157 0.46553237 +52 3.6374402000000003 2.1597256000000002 -0.58540628 -0.83093774 5.3759505999999995 0.16311339 -1.9049793999999998 1.5380408 1.5380353999999998 0.86331528 0.8104675 -2.1698180000000002 0.83653971 +53 1.7032904999999998 -0.42434389 2.2602194 0.22422707 1.6001901 -1.6931213 -1.7005231 -3.6954898999999997 -3.6956377000000002 -3.2035676 -7.6601338000000005 -1.9491406999999998 -7.6424357999999994 +54 0.78413567 -5.2526714000000005 -0.5397658 1.4779845 -0.71796804 -3.7360365 -3.7478199 -3.2477834 -6.5690732 -6.0339106 -10.705267 -4.0925485 -10.687382000000001 +55 1.9012778000000001 1.2347915 4.0715959999999995 -0.72637867 2.9938644 -0.73276102 -0.73464362 0.99542993 0.99542934 -2.7173792999999997 -7.0619062999999995 -0.86720596 -7.0444061 +56 1.9154012999999999 1.2250073000000001 2.0122310000000003 -0.70009614 2.9778583999999997 -0.74985126 -0.75202382 0.95207241 0.95207122 0.58167305 -2.1225099 -0.88744518 0.66212471 +57 1.7529646 0.056561184 2.4773901 -0.032808092999999997 1.952994 1.7261738999999998 -1.1481745 -3.3248328999999996 -3.3252862000000003 -2.8475572999999996 -7.226875099999999 -1.339701 -7.2092179000000005 +58 0.74355941 -5.227595099999999 -0.52077947 1.4849967 -0.76685685 -0.72211121 -2.5410645 -3.234157 -6.5554645 -6.0203697 -10.691419999999999 -2.845004 -10.673533 +59 2.7703429 1.7123126 4.2126889 -0.85011418 4.42057 3.2036257999999997 -0.82419388 1.3052006 1.3052053999999997 -2.5634156000000003 -6.8613991 -0.97108448 -6.843992200000001 +60 2.7401647999999996 1.6802955000000002 1.9955802 -0.83087348 4.3468956 3.1709222 -0.82858418 1.2576713 1.2576771 0.73596987 -2.0415116 -0.97611067 0.76433385 +61 0.50108774 -6.333662 -2.9702875 1.8352494 -1.3725245000000001 -1.3127058 -1.318078 -6.5697659 -9.8912761 -9.349933199999999 -14.05047 -1.5289206 -14.032506 +62 0.084159345 -0.09672691800000001 2.5862679 0.21692593 -0.13835859 -0.12436171 -0.12463233 -3.4220544000000004 -3.4218432 -6.2618703 -10.938065 -0.14977367 -10.920112 +63 0.08420401 -0.09690322900000001 2.5826675 0.21709319 -0.13848614 -0.1245291 -0.12480114 -3.4222935 -3.4220816 -2.9401707999999998 -9.803532800000001 -0.14997656 -7.3248788000000005 +64 0.30073789 -4.9940882 -0.32581872 1.5620166000000002 -1.29839 -1.2391464 -1.2445596 -3.0974473999999996 -6.4188221 -9.2063564 -13.906528 -1.4469383999999998 -13.888592000000001 +65 0.30075674 -4.9940832 -0.3259237 1.5620116000000002 -1.2983657 -1.2391268999999998 -1.2445399 -3.0974542 -6.4188137 -5.8844199999999995 -13.0119 -1.4469161 -10.534396000000001 +66 -0.036910496 -0.017062938 3.6194785000000005 -0.044776459000000005 0.008184698399999999 0.015962096000000002 0.016075553 0.069784977 0.069791484 -3.2743553 -10.204939 0.019321935 -7.726559 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2777016 1.1799236000000002 -0.41864928 -0.54900469 -0.75556187 -0.72560176 -0.7281128 0.86701824 0.86701228 0.52631089 0.56234221 -0.86140362 0.57830798 +2 0.078397725 -3.5733483999999995 2.272688 0.93429127 -0.88486836 -0.83665448 -0.83999304 -1.3417841 -1.3417328000000002 -1.0274200999999998 -3.9279843999999997 -0.99024943 -3.9155708 +3 0.012143686 0.010263801999999999 -3.2126593 0.028258771000000002 -0.016829012 -0.015483577 -0.015496921 -0.043018375 -0.043016184000000006 -0.02924528 -0.04841204599999999 -0.018538651 -0.049090275 +4 -1.7882893 -1.3125434999999999 1.3897257 -2.6835971 0.94588503 0.87494512 0.86846548 -0.77117119 -0.77116918 -0.56382394 -1.7722858 0.96110984 -1.7703471999999998 +5 1.0122144 0.68596836 -0.31511979 -0.40610645 -0.44528419 -0.42574729 -0.42723649 0.50852294 0.50852211 0.32376259 0.39805016 -0.50951808 0.40745569 +6 1.9344631 1.240201 -0.43146936 -0.67521124 2.9753853 -0.7583271 -0.76038586 0.90553273 0.90553414 0.5467757 0.57655862 -0.89777134 0.59317207 +7 2.7608847 1.6927860000000001 -0.47362459 -0.80120419 4.342053400000001 3.1580412 -0.84598395 1.2041952 1.2042028999999999 0.69667152 0.66976786 -0.99696931 0.69111661 +8 0.047164957 -0.17153845 1.5203528 0.20383826 -0.16334373 -0.14588862 -0.14571251 -3.4239377 -3.4236091 -2.9229716 -7.3408017999999995 -0.17442384 -7.324343700000001 +9 0.27638139 -4.7301449 -1.3432089 1.5269105 -1.2879403 -1.225999 -1.2307579 -2.9124135 -6.2335370999999995 -5.6791108 -10.371283 -1.4325368 -10.354492 +10 -0.23618359 -0.10449784 3.6915309 -0.34228008 0.11083143 0.11390716 0.11457043 0.47800629 0.47802317 -3.0163834 -7.456286200000001 0.13757576 -7.439749900000001 +11 -0.05209287 -0.1105439 2.2333365 -0.073759691 0.022602232000000003 0.01903604 0.018477427 0.12107796 0.12107734 0.080804898 -2.5823568 0.021325492999999997 0.11984958 +12 -1.4798593999999998 -3.147294 2.2381173 0.98627305 -2.51934 -2.4388382 -2.4474301 -1.2468983999999999 -1.2468638 -0.94803166 -3.6448687000000004 -2.7490752 -3.6332923999999998 +13 -1.2781844 1.1923492 -3.7032904 -0.54280974 -0.76241431 -0.73209191 -0.73460415 0.85991049 0.85990535 0.52250977 0.5596679 -0.86888662 0.57550991 +14 -3.1584902 -0.072715056 0.050307334 -3.2167515 0.049904915999999994 0.047081884000000004 0.047323549000000006 -0.048646743 -0.048650739000000005 -0.033107336 -0.055114378 0.056645833 -0.055849932000000005 +15 -0.11917118 1.9888148 -0.47202439 -0.70874405 -1.2303912000000001 -1.1835403 -1.1867572 1.3846926000000002 1.3846926000000002 0.77976706 0.71437776 -1.3827068 0.73828125 +16 0.87093951 2.8456639 -0.44708126 -0.49495399 1.4731438000000001 -1.8064407 -1.8126432000000001 1.8090218 1.8090221999999998 0.95337051 0.79467757 -2.0719203999999998 0.82364489 +17 0.50123355 2.4958723999999997 -0.4636098 -0.6296397 1.2109647 1.1013313999999998 -1.4002864 1.6526609 1.6526653999999998 0.89290261 0.7685088 -1.6209632999999999 0.79575046 +18 -1.3114223999999999 1.3045601 2.2483291000000003 -0.51614067 -0.823891 -0.77814194 -0.78034593 -2.4172821 -2.4173264 -1.9774857 -6.025345400000001 -0.92159784 -6.009466000000001 +19 -1.4968204 -4.408475599999999 -1.1371225 1.6224386999999998 -3.1765035 -3.0883625 -3.0978939 -2.7163366 -6.0375773 -5.4844904 -10.170383000000001 -3.4273884 -10.153585000000001 +20 -1.4291778999999998 1.159225 4.1037928 -0.77480063 -0.67946847 -0.63828166 -0.64008596 1.1749107 1.1749103 -2.6392835999999997 -6.978224900000001 -0.75896929 -6.9618129 +21 -1.3237297 1.0905718999999998 2.0993736000000003 -0.57063121 -0.78066845 -0.75346942 -0.75744438 0.88959538 0.88958453 0.53832278 -2.198353 -0.89662979 0.58562633 +22 0.23572868 -4.2353032 0.60143572 1.3368665000000002 -1.1356108999999999 -1.0779658 -1.0820839 -2.2235324 -2.2235005 -1.8005282 -5.7298084000000005 -1.2655267 -5.7142952000000005 +23 -1.6481293999999997 -4.3824765 2.2919921000000003 -2.2173956 0.5967772 0.56308967 0.56202306 -1.4353613 -1.4352964 -1.1065316 -4.1808409 0.65441518 -4.1677872 +24 0.75567758 -3.4602142 2.2677419999999997 0.80571109 -1.8491369 -1.7753145000000001 -1.782184 -1.3428951 -1.3428428 -1.0283528 -3.9311167 -2.0388137 -3.9186994 +25 0.91299016 -3.4716773 2.2681433999999996 0.7742904 0.14599832 -2.9318812000000003 -2.9421221 -1.3509524 -1.3508975 -1.0351323000000001 -3.9538123999999994 -3.2661391 -3.9413359 +26 0.82990474 -3.4629699 2.2680114 0.78936339 0.043011328 0.052251722 -1.983322 -1.3462843 -1.3462312 -1.0312040999999998 -3.9406882000000003 -2.2558046000000003 -3.9282455 +27 0.45842114 -5.900855 -0.75336432 1.7585861 -1.3384383999999998 -1.2756377 -1.2800221 -6.225817 -6.225100599999999 -5.6707317 -10.362655 -1.4874929 -10.34586 +28 0.29687096 -8.564502699999998 -1.8027881999999997 1.6636491999999998 -1.4062766000000002 -1.3431182 -1.3488835 -3.4088123 -6.7300429 -6.172975 -10.877716 -1.5644924 -10.860895 +29 -0.074835382 -3.542704 2.6226693 0.80628942 -0.91078402 -0.85227705 -0.85298208 -1.1426148 -1.1424159 -4.1834006 -8.7940989 -1.0027032 -8.7775097 +30 -0.031698064 -3.4645995000000003 2.6737273 0.79105455 -0.8509531 -0.80176325 -0.80413271 -1.090115 -1.0900145 -0.8186263 -5.6050603 -0.9483036 -3.1046261000000004 +31 -1.7046778000000002 -1.3274194 -0.96847349 -2.5289102999999997 0.86962533 0.80808629 0.80312527 -1.0266746999999998 -1.0266700999999998 -0.76717548 -2.8574165000000002 0.90072813 -2.8490311000000004 +32 1.0148947 0.69235682 -3.5835187999999993 -0.39209217 -0.45579688 -0.43566999 -0.43719406 0.4879824 0.48798266 0.31150048 0.38648095 -0.5212655 0.39549173 +33 1.9350121999999998 1.2393313 -3.7147241 -0.66549681 2.9632992999999996 -0.76526244 -0.76734111 0.88982004 0.88982196 0.53846344 0.57084557 -0.90578795 0.58719091 +34 2.752485 1.6854046999999999 -3.7629891000000004 -0.79496031 4.3201599 3.1497892000000003 -0.84710126 1.1896464 1.1896547 0.6897288 0.66583156 -0.99824309 0.68696399 +35 0.071001749 -0.050947917 0.83466059 0.18290493 -0.1167129 -0.10284333 -0.10287907 -3.3883523999999996 -3.3882767999999994 -2.889193 -7.298655900000001 -0.12356571 -7.282172500000001 +36 0.30902523 -4.7585533 -2.4950134 1.5632466 -1.291692 -1.2312201999999999 -1.2364806000000002 -2.9356447 -6.257474 -5.7029496 -10.39589 -1.4393181000000002 -10.379045 +37 -0.070529757 0.0046338096 1.9308984 -0.10374491 0.034668106000000004 0.041315429 0.04148224 0.15241017 0.15241114 -3.2205713 -7.7030199999999995 0.049737785 -7.6863926 +38 0.0083773335 -0.013472955 -0.607222 0.021685074 -0.013900097 -0.012785231000000001 -0.012923896 -0.02988905 -0.029888122000000003 -0.0202922 -2.7170607 -0.015628444 -0.037550257000000004 +39 -0.7274994 -0.51087034 0.44062558 -3.02845 0.33994122 0.32042531 0.32044724 -0.35631072 -0.35630813 -0.25043894 -0.52620174 0.38045054 -0.52989029 +40 0.25640894 0.23398563 -0.13650263 -3.4757422999999994 4.5751919 -0.051453900999999996 -0.05007492 0.1727353 0.17274715 0.11462245 0.16661384 -0.058029125 0.16957587 +41 2.7177569 1.6691821 -0.47263015 -4.1197624 5.8227469 3.5451265 -0.79987938 1.1893888000000001 1.1893978 0.68960674 0.66576478 -0.94426735 0.68689236 +42 -1.5780292 -1.432609 0.89242235 -2.3841782000000005 0.85081537 0.79301893 0.78922249 -4.3014046 -4.3008823 -3.7719457999999997 -8.3393897 0.88792466 -8.3227049 +43 -1.3504209999999999 -4.4965378 -1.1708048999999998 -1.6980647 0.36284557 0.34841854 0.34859398 -2.7511807999999998 -6.072531 -5.5191941 -10.206274 0.41359462 -10.189475 +44 -1.9921398000000001 -1.5551264 3.2312471 -3.0049938 1.0720333 0.99161476 0.98263507 -0.29047447 -0.29041802 -3.5246348 -8.058478599999999 1.0595103000000001 -8.041855499999999 +45 -1.8794467000000001 -1.4576065 2.5698557999999996 -2.8340489 1.0095222 0.92963078 0.92166773 -0.5257449 -0.52573071 -0.37574223 -3.5218971 1.0078496 -0.93551318 +46 3.5062584 2.0939651 -0.48141739 -0.80907574 1.7534261999999998 -1.5870768 -1.5934614 1.4418429 1.4418415 0.80491464 0.72703208 -1.8337700000000001 0.75169158 +47 3.2608042999999998 1.9622974999999998 -0.48099635 -0.81722662 1.6308121000000002 1.4574951 -1.2542942 1.3669276000000001 1.366929 0.77183863 0.71031524 -1.4590826000000001 0.73397657 +48 0.9011965 0.56885757 1.8762664 -0.27134605 -0.67489055 -0.62717334 -0.62687126 -2.9062357999999997 -2.9059716 -2.4315947 -6.6983005 -0.74151724 -6.6821619000000005 +49 0.74167441 -4.9651111 -1.4894106000000003 1.4549378000000002 -2.4994815 -2.4160196 -2.4248001 -3.0513906000000004 -6.3724604000000005 -5.8171894 -10.513317 -2.7249014 -10.49653 +50 0.83394236 0.64592577 3.9451669999999996 -0.68693468 -0.3506802 -0.32292726 -0.32360438 0.89889784 0.89890504 -2.77865 -7.1588339 -0.38642833 -7.1423731 +51 0.97055145 0.59419392 2.1232203 -0.44209575 -0.45060093 -0.43411992 -0.43678306 0.56479393 0.5647889 0.3569893 -2.3183572 -0.52206216 0.43694634 +52 3.6627474 2.1773803 -0.4808002 -0.79848497 5.363841000000001 0.14659766 -1.9220718999999997 1.4876753999999999 1.4876724 0.82467879 0.73671497 -2.1903916000000003 0.76196477 +53 1.905993 0.71967057 1.8930026999999998 -0.42899229 2.6212909 -0.96344069 -0.96553865 -2.8118567999999997 -2.812024 -2.3435359 -6.5753013 -1.1324486999999999 -6.559101400000001 +54 0.80457512 -5.0047597 -1.5124476 1.4442339 -0.66254895 -3.6808593999999997 -3.6919698 -3.0734573 -6.394507099999999 -5.8391078 -10.535827000000001 -4.0382564 -10.519041 +55 1.8426146 1.2652614 4.1507057000000005 -0.88968779 3.1388884 -0.65773592 -0.65886382 1.230318 1.2303226999999999 -2.6128867000000002 -6.9433977 -0.77972414 -6.9270148 +56 1.8942147 1.1954203 2.0816673999999997 -0.70881556 2.9665298 -0.7641935 -0.76684795 0.95234152 0.95234011 0.5712828 -2.1796519 -0.90580478 0.60907818 +57 1.9406458999999998 0.60688097 1.8374854999999999 -0.38170112 2.6054291000000003 2.2214822999999995 -1.0194382 -2.8900177000000005 -2.8902058999999998 -2.4168713 -6.678064599999999 -1.1948508999999998 -6.661799 +58 0.75910988 -4.9766838 -1.4964518 1.4514201999999998 -0.71671304 -0.67056988 -2.5043674 -3.0580898999999997 -6.3791578 -5.8238481 -10.520157000000001 -2.8087887 -10.50337 +59 2.9872847 1.9133888 4.3235278 -0.9266909 4.839257900000001 3.3285906 -0.82419065 1.5388819 1.5388877 -2.4755746 -6.7588648000000005 -0.97205279 -6.7425689 +60 2.7946912 1.7178756999999998 2.0775753 -0.83163706 4.437522599999999 3.1935115 -0.84124789 1.2698559 1.2698624 0.72755155 -2.101482 -0.99156122 0.70808127 +61 0.50926571 -6.2807617 -4.2872918 1.8580267 -1.3878892 -1.3262744 -1.331589 -6.5902788 -9.911786 -9.3490119 -14.080801999999998 -1.5454329 -14.063887 +62 0.047812053 -0.17293436 1.5097553999999997 0.20544928 -0.16434619 -0.14681132 -0.14664392 -3.426138 -3.4257574 -6.2469565000000005 -10.953289999999999 -0.1755453 -10.936408 +63 0.047724909 -0.17275973 1.5110912 0.205235 -0.16421398 -0.14672982 -0.14656146 -3.4258642999999998 -3.4254776 -2.9247605 -9.8049409 -0.17544566 -7.327296700000001 +64 0.27633475 -4.7300542000000005 -1.3425743 1.526886 -1.2879629 -1.2260153999999999 -1.2307743999999998 -2.9123208 -6.233454099999999 -9.0009564 -13.731766 -1.4325553 -13.714922 +65 0.27636646 -4.7300381 -1.342611 1.5268761999999998 -1.2879206 -1.2259787 -1.2307371999999999 -2.9123248 -6.2334336 -5.6790080000000005 -12.830913 -1.4325133999999997 -10.354475 +66 -0.2364597 -0.10687137 3.6876629000000003 -0.34054327 0.10872057 0.11203071 0.1127235 0.47545854 0.47547849 -3.0179109 -9.9198793 0.13541177 -7.4422932 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2434431000000001 1.1821007 -0.26242326 -0.49167011 -0.78007559 -0.74759031 -0.75021607 0.74227219 0.74226816 0.43593783 0.40868342 -0.88871676 0.42243791 +2 -0.017528261 -3.3081432 1.1440641000000003 0.72306467 -0.76747272 -0.72770149 -0.73154896 -0.87053277 -0.87052742 -0.62019641 -1.6208061000000002 -0.86798342 -1.6241659 +3 0.044526252 0.063080925 -3.1542296000000003 0.089076087 -0.046554258 -0.042595787999999996 -0.042558954 -0.12636886 -0.12636412 -0.083177118 -0.11590594 -0.050801226 -0.11817697 +4 -1.8458713 -1.3145902 0.5787002 -2.7768854 0.98569392 0.90628237 0.8977851 -0.58053906 -0.58053523 -0.40186332 -0.78693788 0.97325659 -0.79383731 +5 1.0404686 0.70054192 -0.19435707 -0.37084098 -0.45700647 -0.43567737 -0.43714145 0.43234461 0.43234458 0.26517209 0.27905853 -0.52187106 0.28728348 +6 1.9724093 1.2905681999999998 -0.27705415 -0.62840509 2.9759192999999997 -0.77356885 -0.77551833 0.80724434 0.80724839 0.46965498 0.43097058 -0.9168833 0.44579161 +7 2.8391592 1.7727659 -0.30602344 -0.73951395 4.3861383 3.1494615 -0.88316045 1.0968209 1.096831 0.61098966 0.51454454 -1.0415716999999998 0.53378559 +8 -0.17829604 -0.21419515 1.991752 -0.11294535 -0.06849825400000001 -0.049798576 -0.047761412999999996 -3.1199369 -3.1195115 -2.5816539 -6.912986999999999 -0.05509819 -6.9000658999999995 +9 0.013292063 -3.4816426 -0.40113612 1.1732183 -1.1967875 -1.1251015 -1.1263441 -1.915013 -5.235317 -4.6305452 -9.3208222 -1.3158166 -9.3075416 +10 -0.85143281 -0.40817866 4.3533671 -1.3331091999999998 0.50693699 0.48186559 0.48159827 1.3939499 1.3939566 -2.5809276000000003 -6.9121834 0.56236432 -6.8990841 +11 -0.25162221 -0.20670966 2.2709238 -0.35665158 0.10982772 0.100079 0.09987973300000001 0.4643478 0.46436068 0.283584 -2.4583833999999998 0.11878686 0.30167474 +12 -1.5326549999999999 -2.6500053 1.0197187 0.76024593 -2.3463434 -2.2699602999999997 -2.2787692 -0.816568 -0.81656391 -0.57875576 -1.4297913 -2.5769577 -1.4343222 +13 -1.2387793 1.2367348 -3.5347956 -0.46625859 -0.80136187 -0.76720804 -0.76967794 0.71490472 0.71490376 0.42152764 0.3988804 -0.91101038 0.41216757 +14 -3.1632924 -0.08754411599999999 0.036486422000000004 -3.2169938 0.044579455999999996 0.041884377 0.042076105999999995 -0.04620979 -0.046212485 -0.030138302000000002 -0.040104586 0.05028139 -0.040936419 +15 -0.07445286400000001 2.0420447 -0.29837881 -0.64032828 -1.2568706 -1.2064078999999999 -1.2095186000000002 1.2488104 1.2488142 0.67936697 0.55003144 -1.4112333000000001 0.57135475 +16 0.93402339 2.9224695 -0.26548221 -0.3990751 1.4397889 -1.838164 -1.8443129 1.6577071 1.6577117 0.84398837 0.62476572 -2.1108451 0.65085865 +17 0.56200081 2.5660578999999997 -0.2858793 -0.5446785 1.1868851 1.0784528 -1.433542 1.5078373 1.5078454 0.78687993 0.60041751 -1.6614031999999999 0.62489045 +18 -1.4553847 1.2827004 2.5875077 -0.66037083 -0.82473883 -0.77428481 -0.77565377 -2.3565509 -2.3565283999999997 -1.8766411 -5.825598599999999 -0.91719951 -5.8133031 +19 -1.5070847 -3.1943484 -0.25396625 1.1847564 -2.7483617000000002 -2.6425324 -2.6462715 -1.7544108 -5.0749279000000005 -4.4725768 -9.1510636 -2.9606324 -9.137785800000001 +20 -1.7098848000000002 1.1173600000000001 4.4972825 -1.2653707 -0.46462427 -0.42950836 -0.42992129 1.6080552 1.6080575000000001 -2.496457 -6.7950402 -0.51273144 -6.781983599999999 +21 -1.444182 0.97686395 2.3065417 -0.66213989 -0.81144141 -0.78359994 -0.78813696 0.94094212 0.94094151 0.53669895 -2.3092232000000004 -0.93434579 0.48816958 +22 0.19515663 -3.5369287000000003 -0.2996293 1.1697303 -1.0072965 -0.95132435 -0.95473142 -1.6076191 -1.6076017 -1.2187854999999999 -4.3289032999999995 -1.1234111999999998 -4.3190654 +23 -1.7964717000000001 -4.3198970999999995 1.2298147 -2.473764 0.71229567 0.66460425 0.66146778 -0.90984028 -0.90983691 -0.65060699 -1.7704421000000001 0.75279773 -1.7728394 +24 0.68782118 -2.9262959 1.0932228000000002 0.59595296 -1.7141562 -1.6468743000000001 -1.6542835 -0.85070478 -0.85070002 -0.60492785 -1.548605 -1.9050661 -1.5524229999999999 +25 0.99132983 -2.8543346 1.0858326999999999 0.52642085 0.49166582 -2.6283058999999995 -2.6386596 -0.8482569 -0.84825228 -0.60304609 -1.5398462 -2.9564455 -1.54372 +26 0.90707801 -2.8513316000000004 1.0839975 0.53949502 0.38808725 0.36942408 -1.8008476000000002 -0.84733802 -0.847334 -0.60234045 -1.5365731000000002 -2.0641529999999997 -1.5404669 +27 0.008283636 -4.2706684 0.6975132 1.1310569 -1.15886 -1.0836808999999998 -1.0827084999999999 -4.740517400000001 -4.7388637000000005 -4.1423917 -8.7910656 -1.2651613000000002 -8.777950500000001 +28 0.18276042 -7.646364900000001 -1.1607597 1.5197638 -1.3772263999999999 -1.3055889999999999 -1.3091552 -2.7364382999999997 -6.0571349 -5.4435022 -10.176986 -1.522225 -10.163574 +29 -1.0374675 -3.3472593999999996 4.247155599999999 -1.2356273000000002 0.20639602 0.20611734 0.20750354 1.2255672 1.2255777 -2.6527526000000003 -7.009810300000001 0.24841682 -6.9966805999999995 +30 -0.33484048 -3.3728046000000003 2.2685612 0.17406814 -0.52909125 -0.50233658 -0.50442947 -0.13394446 -0.1339204 -0.088199581 -2.8174981 -0.60174214 -0.12906356 +31 -1.6971264 -1.2527603 -1.8003532 -2.5081942 0.85675609 0.79476531 0.7891999 -0.96517843 -0.96517306 -0.69372837 -1.9940941000000003 0.87699877 -1.9950398 +32 1.0540234 0.74250832 -3.438853 -0.32170543 -0.48995381 -0.46639111 -0.46784602 0.36553638 0.36554016 0.22622364 0.24488381 -0.55800954 0.25184323 +33 1.9775943999999999 1.2924165 -3.5482669000000002 -0.5900368 2.9319848 -0.79853826 -0.80054737 0.74945127 0.74945708 0.439714 0.41126511 -0.94575555 0.4251262 +34 2.806504 1.7441779 -3.5902886 -0.71484572 4.300936900000001 3.118207 -0.88733298 1.0409358 1.0409476999999998 0.58484771 0.50018175 -1.0463308 0.51861514 +35 0.028432016 0.08731555 0.46199553 0.084729944 -0.05884724400000001 -0.045946743 -0.045524972000000004 -3.2981652 -3.2981339 -2.7504798 -7.140007700000001 -0.054459219 -7.126835400000001 +36 0.33256534 -3.9948127 -3.1448834 1.5309837 -1.2359485000000001 -1.1733965 -1.1780485 -2.4082163 -5.7300843 -5.119638500000001 -9.839164300000002 -1.3767121999999998 -9.825536900000001 +37 -0.11499148 0.048126475 1.1295051999999999 -0.17076274 0.058306379000000005 0.064897759 0.065191149 0.22428508 0.22428839 -3.1805235 -7.6837835000000005 0.078145559 -7.6704015 +38 -7.4764703e-05 0.018487403 -0.49758333 0.030478714 -0.031964456 -0.029266063999999998 -0.029312854 -0.041261629 -0.04125305 -0.026871821 -2.7411537999999998 -0.035094449 -0.039296882000000005 +39 -0.75746011 -0.47726397 0.19140854 -3.0850513 0.35366283 0.33164255 0.33149328 -0.25600817 -0.25600428 -0.17106928 -0.25936999 0.3918209 -0.26368481 +40 0.29315578 0.327257 -0.11800381 -3.5040578 4.680770099999999 -0.048395659 -0.046819993 0.19638941 0.19640198 0.12428233 0.14543229 -0.053864579 0.14912322 +41 2.8004221 1.7514836 -0.30613313 -4.059426 5.7795644 3.5039191 -0.84142476 1.0845795 1.0845906 0.60531037 0.51146505 -0.99385268 0.53053044 +42 -1.8437893 -1.613235 1.4700364 -2.7827219 0.99440957 0.92485894 0.91818646 -3.8046159 -3.8037669000000003 -3.2334895 -7.74782 0.99218989 -7.734653999999999 +43 -1.5891191 -3.5662682 -0.39512327 -2.0496203 0.48205842 0.46375657 0.46472838 -1.9111251 -5.2315283 -4.6268388 -9.3168867 0.54554341 -9.3035756 +44 -2.6189069 -1.8848043 4.2847256 -4.5700667 2.1215537 1.8582218000000001 1.7541335999999998 1.280675 1.2806841999999998 -2.6287166 -6.9773320000000005 1.4156412 -6.9642118 +45 -2.1342947999999997 -1.5974418 2.2628211 -3.2980648 1.2376851999999998 1.1240083 1.1072787 0.08830212900000001 0.088322661 0.056675823 -2.6498464 1.1321974 0.069192956 +46 3.5782989 2.1767098 -0.30148443 -0.72887481 1.7248476000000001 -1.6156086 -1.6218919 1.3174247 1.3174274 0.708946 0.56452221 -1.8690139 0.58672671 +47 3.3353057999999995 2.0435795 -0.30462424 -0.74296916 1.608694 1.4353575 -1.2885944 1.2473392 1.2473441 0.67872648 0.54971788 -1.5005956 0.57101968 +48 0.75861199 0.57355802 2.3121367999999998 -0.50433182 -0.595208 -0.54900799 -0.54833531 -2.7106561 -2.7104162 -2.2000889999999997 -6.3597003 -0.65071918 -6.347090000000001 +49 0.69977171 -3.6901492999999994 -0.52882028 1.1109908000000002 -2.205403 -2.1061205000000003 -2.1093268 -2.0523348 -5.3726394 -4.7659954 -9.4653385 -2.3925335 -9.452055999999999 +50 0.4639914 0.52774996 4.4325918 -1.3643626 -0.077566498 -0.062008800999999995 -0.061418369 1.5141637 1.5141684 -2.5325658 -6.8454368 -0.072967963 -6.832362599999999 +51 0.84022991 0.50929729 2.2817697999999997 -0.60512687 -0.42578818 -0.41039934 -0.41293017 0.73745187 0.7374588 0.43342195 -2.3638348999999996 -0.49460305 0.41928085 +52 3.7441165 2.2669867000000004 -0.29867808 -0.71349808 5.3431199000000005 0.11007934 -1.9603717 1.3633768999999998 1.3633783000000002 0.72830804 0.57373745 -2.2364903 0.59651451 +53 1.7546366999999998 1.2601366000000003 2.5584924 -0.76342835 2.8664712000000003 -0.82389879 -0.8232959 -2.3739439 -2.3739427 -1.8923443 -5.853324 -0.96979186 -5.8411051 +54 0.89023688 -3.7954727 -0.58518548 1.0932852 -0.21129188 -3.2421336 -3.2479347 -2.1136199 -5.4339 -4.8264758 -9.529583800000001 -3.5863472 -9.5163005 +55 1.7075945 1.2889182 4.5231113 -1.305018 3.5439091 -0.47000251 -0.4697881 1.6381376 1.6381413 -2.4851896 -6.7792038 -0.55868574 -6.7661606 +56 1.8294110000000001 1.1757953 2.2765672 -0.79230426 3.0034237 -0.75900005 -0.76141443 1.0185492 1.0185556 0.57421277 -2.2911330000000003 -0.90114034 0.51114311 +57 2.328815 1.3586828000000002 2.5794479 -0.81637335 3.7382188999999997 2.8844314 -0.92133829 -2.3308411 -2.3309737999999998 -1.8535256999999998 -5.7841283 -1.0851262 -5.771928599999999 +58 0.80391602 -3.746382 -0.55991865 1.1001603000000002 -0.30820364 -0.26078157 -2.2080537000000002 -2.0859739 -5.4062789 -4.7992041 -9.5006371 -2.4987985 -9.4873523 +59 3.4204727 2.3256896 4.664465799999999 -0.94579033 5.2835242 3.4113759 -0.85136774 1.8218519 1.8218545 -2.419541 -6.685949400000001 -1.0052453000000001 -6.6729574000000005 +60 2.9694644 1.8739555 2.2910681 -0.8426623 4.7174457 3.2599857000000005 -0.86906807 1.3216228 1.3216341999999999 0.7107407 -2.2321313999999997 -1.0254462 0.5866917 +61 0.52672251 -6.0346188 -4.199484099999999 1.9010536 -1.4151274 -1.3487311000000002 -1.3536661 -6.579069199999999 -9.900574800000001 -9.2762436 -14.061245999999999 -1.5731688 -14.047571 +62 -0.17096206 -0.23312997 1.934818 -0.089298945 -0.08552329 -0.065553011 -0.06348296 -3.1478754 -3.1473709999999997 -5.9298138 -10.679441 -0.073857468 -10.665855 +63 -0.17207034 -0.23055722 1.9430313999999997 -0.09266906400000001 -0.083163204 -0.06341712299999999 -0.061348404 -3.1439303 -3.1434125 -2.6041564999999998 -9.406870199999998 -0.07130633 -6.9319019 +64 0.012052551000000002 -3.4808904000000003 -0.39862783 1.1725159 -1.1973361999999999 -1.1255527 -1.1267763000000002 -1.9141401000000002 -5.2344840999999995 -7.9516506 -12.730654 -1.316287 -12.717236999999999 +65 0.012199254 -3.4807794999999997 -0.39875677 1.1725093 -1.1971794 -1.1254167 -1.1266408 -1.9141324 -5.2344143 -4.6296538 -11.780011 -1.3161346999999999 -9.306796499999999 +66 -0.87792281 -0.42248922 4.426576 -1.3778549999999998 0.52631628 0.49954105 0.49911728 1.4257846 1.4257912 -2.5678857999999996 -9.357511599999999 0.58163816 -6.8822887 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2435428999999998 1.1823197 -0.26259461 -0.49182585 -0.78001745 -0.74753101 -0.75015472 0.74259153 0.74258751 0.43613029 0.40889427 -0.88864225 0.42265448 +2 -0.017281344 -3.3067949999999997 1.1450748 0.72299645 -0.76714796 -0.72736815 -0.73120893 -0.87075806 -0.87075272 -0.62039495 -1.6222157 -0.8675818 -1.6255618 +3 0.044413678 0.063195389 -3.1528329 0.088896007 -0.046484052000000005 -0.042532485999999994 -0.042495309 -0.12595285 -0.1259481 -0.082903119 -0.11552141 -0.05072499900000001 -0.11778512 +4 -1.8457947000000001 -1.3145441 0.57931334 -2.7767803 0.9856626 0.90625937 0.89776416 -0.58074432 -0.5807405 -0.4020312 -0.78764289 0.97325446 -0.79453829 +5 1.0404128000000001 0.70055467 -0.19447771 -0.37090866 -0.45698997 -0.43566177 -0.43712541 0.43247675 0.43247673 0.26526269 0.2791935 -0.52185103 0.28742089 +6 1.9723336999999999 1.2903937 -0.27717906 -0.62844031 2.9758519 -0.77359172 -0.77554231 0.80732637 0.80733042 0.46972432 0.43110008 -0.91691028 0.44592291 +7 2.8389438 1.7725104999999999 -0.3061638 -0.73957623 4.3858907 3.1493987999999997 -0.88313007 1.0968977 1.0969078 0.61106257 0.51468238 -1.0415352 0.53392543 +8 -0.17786038 -0.21437749 1.9906596999999997 -0.11217993 -0.068842115 -0.050129327 -0.048094798 -3.1207327 -3.1203069 -2.5824616000000002 -6.9141048 -0.05550008 -6.9011792000000005 +9 0.013861623 -3.4839373999999994 -0.40309886 1.1740671 -1.1970712 -1.1253916000000002 -1.1266397 -1.9170296000000002 -5.237334400000001 -4.6326023 -9.3229951 -1.3161506 -9.3097102 +10 -0.85064561 -0.40780809 4.3529026 -1.3318656 0.50645201 0.48142114 0.4811574 1.3931848999999998 1.3931916000000002 -2.5811956 -6.912561 0.5618809 -6.8994577999999995 +11 -0.25125178 -0.20665369 2.2707186000000004 -0.35614134 0.10968121 0.099940578 0.099740138 0.46380893 0.46382178 0.28329104 -2.4585121 0.1186194 0.30148046 +12 -1.530454 -2.6487465 1.0205351999999999 0.76014435 -2.3440173 -2.2676262 -2.2764189 -0.81674671 -0.81674264 -0.57891584 -1.4309072 -2.5744505 -1.4354269 +13 -1.2388847 1.2368676 -3.5331904 -0.46642017 -0.80130373 -0.76715361 -0.76962274 0.71531643 0.71531547 0.42176951 0.39912601 -0.91094436 0.41242049 +14 -3.1633596 -0.087341105 0.036409645 -3.2170871 0.044606833 0.041910602000000005 0.042102682999999995 -0.046114604000000003 -0.046117292000000004 -0.030077332000000002 -0.040030357 0.050313649 -0.040860424 +15 -0.074508698 2.0419153000000003 -0.2985391 -0.64039945 -1.256852 -1.2063936000000002 -1.2095046999999999 1.248975 1.2489788999999998 0.67948153 0.55019249 -1.4112149 0.57151908 +16 0.93391893 2.9222579 -0.2656514 -0.39919744 1.4398052 -1.8381464 -1.8442956999999998 1.6578693 1.657874 0.84410454 0.62492881 -2.110822 0.6510251 +17 0.56192027 2.5658859 -0.28604186 -0.54477215 1.1868966 1.0784642 -1.4335122999999999 1.5080038 1.5080118999999998 0.78699681 0.60058052 -1.6613668000000001 0.62505683 +18 -1.4551991000000002 1.2825353000000002 2.5868992000000004 -0.66006505 -0.82486067 -0.774409 -0.77578013 -2.3568123 -2.3567897 -1.8769291000000001 -5.8261747 -0.9173454 -5.8138747 +19 -1.5067596 -3.1968471000000003 -0.25594328 1.1858503 -2.7491338 -2.6433334 -2.6470835999999998 -1.7564601999999998 -5.0769777000000005 -4.4746621 -9.1532862 -2.9614833 -9.1400041 +20 -1.7095063999999998 1.1173323 4.4969595 -1.2647336999999998 -0.46488966 -0.42976523 -0.43017994 1.6076466999999999 1.6076489999999999 -2.4965563 -6.7951937000000004 -0.51303775 -6.7821332 +21 -1.4439182 0.9769782 2.3062002999999995 -0.66191002 -0.81140631 -0.78356735 -0.78810448 0.94076967 0.94076904 0.53664634 -2.3091445999999998 -0.93430662 0.48822768 +22 0.19515285 -3.5370977 -0.29793727 1.169616 -1.0071824 -0.95121473 -0.95462114 -1.6074403999999998 -1.6074231 -1.2186743 -4.328794 -1.1232826 -4.3189522 +23 -1.7964311999999998 -4.3192683 1.2310298000000002 -2.473697 0.71226605 0.66458093 0.66144513 -0.91012599 -0.91012263 -0.65085446 -1.7721802 0.75278252 -1.7745612000000002 +24 0.68927686 -2.9255284 1.0942808000000002 0.59558188 -1.7123761999999998 -1.6450879 -1.652481 -0.85095628 -0.85095153 -0.60514551 -1.5500593999999999 -1.903084 -1.5538636000000001 +25 0.99186042 -2.8546115000000003 1.087062 0.52632793 0.49232987 -2.6277066000000002 -2.6380576000000002 -0.84857544 -0.84857084 -0.60331514 -1.5415336000000002 -2.9558068 -1.5453921999999998 +26 0.90707454 -2.8518535 1.0852591999999999 0.53957598 0.38799685 0.36934497 -1.8008761999999998 -0.8476685 -0.84766449 -0.60261861 -1.5383002000000001 -2.0641794 -1.5421786 +27 0.0090393604 -4.2724809 0.69456077 1.1326955 -1.1597601 -1.0845788 -1.083617 -4.7434582 -4.7418035000000005 -4.145340099999999 -8.794288400000001 -1.2661936000000003 -8.781168800000001 +28 0.18338532 -7.6483421 -1.1623041 1.5200713 -1.3769017 -1.3052736 -1.3088389999999999 -2.7379905 -6.0586876 -5.445111900000001 -10.178625 -1.5218687 -10.16521 +29 -1.0364695 -3.3464935 4.2464222000000005 -1.2338162 0.20554231 0.20532503 0.20671263 1.2243294 1.22434 -2.6532567000000005 -7.010496400000001 0.24748587 -6.997362700000001 +30 -0.33441501 -3.3725576 2.2686318 0.1748802 -0.5294895 -0.5027199 -0.5048174 -0.13500336 -0.13497934 -0.088912655 -2.818446 -0.60220121 -0.13019678 +31 -1.6971227999999998 -1.2526274 -1.8003842 -2.5082704 0.85684119 0.79484208 0.78927618 -0.96491543 -0.96491008 -0.69354961 -1.9936688999999999 0.87708151 -1.9946127 +32 1.053935 0.74256389 -3.4372179 -0.32184801 -0.48989782 -0.46634028 -0.46779482 0.3659068 0.36591058 0.22645374 0.2451428 -0.55794834 0.25210914 +33 1.9774998 1.2923081 -3.5465794 -0.59009998 2.9319299 -0.79855668 -0.80056742 0.74969899 0.74970479 0.43986882 0.41145039 -0.94577853 0.42531603 +34 2.8062308 1.7439366000000003 -3.5886017 -0.71489879 4.3005862 3.1181 -0.88730886 1.0410973 1.0411092 0.58495945 0.50034025 -1.0463015 0.51877682 +35 0.028446222 0.087108216 0.46371504 0.084684416 -0.05878487 -0.045890489000000007 -0.045469018 -3.2979760000000002 -3.2979447 -2.7503609 -7.1398541 -0.054392754 -7.126678 +36 0.33244111 -3.9949536 -3.1430985000000002 1.530904 -1.2359923000000002 -1.1734467 -1.1781005 -2.4079942 -5.7298622 -5.1194875 -9.838973800000002 -1.3767687 -9.8253427 +37 -0.11496011 0.047991114 1.1311064 -0.1707702 0.058347008 0.064933119 0.065226264 0.22448019 0.22448349 -3.1803967 -7.6836192 0.07818699400000001 -7.670233500000001 +38 -2.5040543e-05 0.018569478 -0.49738956 0.030431361 -0.031862692000000005 -0.029171457 -0.029217806000000002 -0.041029091000000004 -0.041020536 -0.026720881000000002 -2.7409609 -0.034980509 -0.03909591 +39 -0.75743215 -0.47725886 0.19159386 -3.0850065 0.3536588 0.3316404 0.33149132 -0.25610079 -0.25609689 -0.17114089 -0.25955967 0.39182052 -0.26387499 +40 0.29309555 0.32706982 -0.11798027 -3.5040062999999995 4.6806047 -0.04841209 -0.046837030999999994 0.19634002 0.19635259 0.12425823 0.14543813 -0.053885767 0.14912797 +41 2.8003102 1.7513148 -0.30627622 -4.0594923 5.7796112 3.5039636 -0.84138021 1.0847046999999999 1.0847158000000001 0.60540554 0.5116148 -0.99379994 0.53068286 +42 -1.8431814999999998 -1.6132461 1.4685602 -2.7816466 0.99390461 0.92440379 0.91774365 -3.8059218 -3.8050721 -3.2348093999999996 -7.7494047 0.99183761 -7.7362343 +43 -1.5886591 -3.5677024 -0.39666225 -2.0488588 0.48173966 0.46345281 0.46442335 -1.9126896 -5.2330938 -4.6284503 -9.318583 0.54520322 -9.3052677 +44 -2.6185161 -1.8846676 4.2841354 -4.5684068 2.1200744 1.8570973000000002 1.7532668000000002 1.2796174999999999 1.2796267 -2.6291293 -6.977899400000001 1.415461 -6.964775099999999 +45 -2.1338937000000002 -1.5972981000000002 2.2627949 -3.2973197 1.2373087 1.1236848 1.1069721000000001 0.087473311 0.087493813 0.056152778 -2.6503397 1.1320142 0.06857350799999999 +46 3.578158 2.1764693 -0.30164272 -0.72897693 1.7248563000000001 -1.6155954 -1.6218793 1.3175383999999999 1.3175411 0.70903929 0.56467329 -1.8689961 0.58688045 +47 3.3351461000000002 2.0433386000000002 -0.30477747 -0.74305935 1.6086816000000002 1.4353506 -1.2885691000000001 1.2474441 1.247449 0.67881488 0.54986588 -1.5005643999999998 0.57117017 +48 0.75880458 0.57327423 2.3112249 -0.50378307 -0.59553466 -0.54932229 -0.54865112 -2.7112164 -2.7109763 -2.2006617000000004 -6.360616 -0.65108954 -6.348001200000001 +49 0.7002161 -3.6930121 -0.53104438 1.1118799 -2.2058357999999996 -2.1065806 -2.1097976000000003 -2.0546253 -5.3749305 -4.7683254 -9.467787199999998 -2.3930375 -9.454500300000001 +50 0.46449156 0.52786041 4.4322218 -1.363492 -0.077890529 -0.062316453 -0.061727255999999994 1.5136166000000002 1.5136212 -2.5327290000000002 -6.8456757 -0.073338622 -6.8325977 +51 0.84049382 0.50932927 2.2814832999999997 -0.60478901 -0.42585011 -0.41046118 -0.41299334 0.73711283 0.73711974 0.43326865 -2.3638269 -0.49467836 0.41925171 +52 3.743947 2.2667213999999998 -0.29884015 -0.71361277 5.343107900000001 0.11011182 -1.9603351999999998 1.3634836000000001 1.363485 0.7283991 0.57388788 -2.2364460999999998 0.59666754 +53 1.7547365000000001 1.2596595 2.5576459 -0.76308704 2.8661427 -0.82407276 -0.82347018 -2.3743841 -2.3743828999999996 -1.8927945 -5.8541805 -0.96999042 -5.8419569000000005 +54 0.89009682 -3.7980807999999997 -0.58726903 1.0942199 -0.21241055 -3.2432022000000003 -3.2490159 -2.1157491000000004 -5.4360295999999995 -4.8286478 -9.531858 -3.5874623999999997 -9.5185704 +55 1.7077373 1.288834 4.522817400000001 -1.3044909 3.5433394 -0.47024957 -0.47003776 1.6377697 1.6377734 -2.4852708 -6.7793329 -0.55898161 -6.7662857 +56 1.8295025000000003 1.175704 2.2762732999999997 -0.79210501 3.0032662999999995 -0.75907481 -0.7614916 1.0183599 1.0183664000000001 0.57415719 -2.2910515 -0.90122998 0.51120447 +57 2.3282765 1.3577575000000002 2.5784644 -0.81599376 3.7368494 2.8837946 -0.92140081 -2.3314629 -2.3315955 -1.8541381999999997 -5.7852986 -1.0851957 -5.7730937 +58 0.80384224 -3.7490022000000005 -0.5620009 1.1011030000000002 -0.30925864 -0.26182336 -2.2087822999999998 -2.0881097 -5.4084152 -4.8013821 -9.5029205 -2.4995732999999998 -9.4896314 +59 3.4198807 2.3250688999999998 4.6641736 -0.94588579 5.2831954 3.4113373 -0.85133242 1.8216324000000002 1.821635 -2.4195547000000004 -6.685987299999999 -1.0052031 -6.672991499999999 +60 2.969087 1.8735668 2.2907408 -0.84263027 4.7168838 3.2598437999999996 -0.86904643 1.3214708 1.3214822 0.71072125 -2.2320219 -1.0254197 0.58678778 +61 0.52681154 -6.0353455 -4.1998871 1.9009591000000001 -1.4149393 -1.3485483999999999 -1.3534826000000002 -6.579274400000001 -9.9007802 -9.276519699999998 -14.061485000000001 -1.5729608 -14.047806 +62 -0.17054033 -0.23327733 1.9338033 -0.08858274699999999 -0.08583011800000001 -0.065850281 -0.06378317900000001 -3.1486193 -3.1481146 -5.9305737999999995 -10.680188000000001 -0.074220089 -10.666597 +63 -0.17164648 -0.2307093 1.9420023000000002 -0.09194521300000001 -0.083475806 -0.063719611 -0.061653807000000005 -3.1446827999999996 -3.1441646 -2.6049244 -9.4079234 -0.07167511 -6.932952900000001 +64 0.012629531000000001 -3.4831879 -0.40060069 1.1733679 -1.1976155000000002 -1.1258389 -1.1270681 -1.9161618000000002 -5.2365066 -7.9537127000000005 -12.732693 -1.3166168 -12.719271 +65 0.012774358999999999 -3.4830769999999998 -0.4007293 1.1733616000000002 -1.1974612 -1.1257053 -1.126935 -1.9161528 -5.236435500000001 -4.6317146 -11.782187 -1.3164673 -9.3089689 +66 -0.87709116 -0.42208698 4.4260168 -1.3765334999999999 0.52579548 0.49906499 0.49864553 1.4249918 1.4249983 -2.5681599 -9.3578981 0.5811246 -6.882672299999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_120m_SS_EGF=10+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2435507 1.1823365 -0.262604 -0.49183801 -0.7800127 -0.74752619 -0.75014973 0.74261658 0.74261256 0.43614541 0.40891091 -0.8886362 0.42267156 +2 -0.017274203999999998 -3.3067669 1.1451598 0.72299845 -0.7671425 -0.72736215 -0.73120278 -0.87078561 -0.87078027 -0.62041817 -1.6223635 -0.86757439 -1.6257082 +3 0.04441992 0.06319345 -3.1527072 0.08889830300000001 -0.046479871 -0.04252882400000001 -0.042491619 -0.12592751 -0.12592276 -0.082886505 -0.11549861 -0.05072061 -0.11776186 +4 -1.8457875 -1.3145455 0.57936331 -2.7767708 0.98565928 0.90625677 0.89776174 -0.58076178 -0.58075797 -0.40204539 -0.78770141 0.97325358 -0.79459649 +5 1.0404089 0.70055503 -0.19448597 -0.37091345 -0.45698868 -0.43566054 -0.43712416 0.43248671 0.43248669 0.26526958 0.27920395 -0.52184946 0.28743152 +6 1.9723278000000002 1.2903811 -0.27718868 -0.62844296 2.9758465 -0.7735936 -0.77554427 0.80733351 0.80733756 0.46973014 0.43111056 -0.91691249 0.44593355 +7 2.8389229 1.772487 -0.30617426 -0.73958041 4.3858644 3.1493912999999996 -0.88312812 1.0969018 1.0969118999999998 0.61106743 0.51469282 -1.0415328000000001 0.53393599 +8 -0.1778261 -0.21439154 1.9905798 -0.11212054 -0.068868235 -0.050154477999999995 -0.04812015099999999 -3.1207928 -3.120367 -2.5825229 -6.914189599999999 -0.055530647999999995 -6.9012637 +9 0.013900256000000001 -3.4841172999999994 -0.40324271 1.1741374 -1.1971033000000002 -1.1254245 -1.1266732 -1.9171821 -5.2374869 -4.632758 -9.323159599999999 -1.3161886999999999 -9.3098743 +10 -0.85058271 -0.40777847 4.352863 -1.3317662000000001 0.50641329 0.48138564 0.48112219 1.3931236999999999 1.3931303999999998 -2.5812171000000004 -6.9125913 0.56184226 -6.899487700000001 +11 -0.25122172 -0.20664773 2.2706996 -0.35610082 0.10967018 0.09993017800000001 0.099729651 0.46376617 0.46377902 0.28326779 -2.4585223 0.11860682 0.30146503 +12 -1.5303943000000002 -2.6487455 1.0206143 0.7601496 -2.3439625 -2.267571 -2.2763633 -0.81677515 -0.81677108 -0.57893944 -1.431044 -2.5743909 -1.4355625 +13 -1.2388874 1.2368736 -3.5330275 -0.46642551 -0.80130019 -0.76715051 -0.76961961 0.71534596 0.715345 0.42178705 0.39914435 -0.91094062 0.41243937 +14 -3.1633678 -0.087318522 0.036403536 -3.2170981 0.044609857999999995 0.041913492999999996 0.042105614000000006 -0.046102828 -0.046105515 -0.030069724 -0.040020681 0.050317207999999995 -0.040850532 +15 -0.074514231 2.0419042000000003 -0.29854697 -0.64040461 -1.2568518999999998 -1.2063939 -1.2095049999999998 1.2489876 1.2489914 0.67949039 0.55020517 -1.4112151000000002 0.57153201 +16 0.93390976 2.9222392999999998 -0.26566247 -0.39920717 1.4398053999999998 -1.8381458 -1.8442952000000001 1.6578814 1.6578861 0.84411347 0.62494164 -2.1108211 0.65103818 +17 0.56191109 2.5658689999999997 -0.28605067 -0.54477988 1.1868948000000001 1.0784627 -1.4335111 1.5080155000000002 1.5080236 0.78700547 0.60059319 -1.6613651999999999 0.62506975 +18 -1.4551839 1.2825227 2.5868577 -0.66004099 -0.82486973 -0.77441826 -0.77578956 -2.3568312000000002 -2.3568087 -1.8769503 -5.8262176 -0.9173563 -5.8139172 +19 -1.5067486 -3.1970369 -0.25608516 1.1859343 -2.7492062 -2.6434082 -2.6471592999999998 -1.7566145 -5.0771319 -4.4748193 -9.153453599999999 -2.9615626 -9.1401712 +20 -1.7094769 1.1173313999999999 4.4969342 -1.2646832000000001 -0.46491045 -0.42978539 -0.43020024 1.607615 1.6076173 -2.4965639 -6.795205499999999 -0.5130618 -6.7821447 +21 -1.4438954 0.97699074 2.3061724999999997 -0.66189258 -0.81140066 -0.78356192 -0.78809902 0.94075757 0.94075694 0.53664294 -2.309138 -0.93430017 0.48823278 +22 0.19506512 -3.5371726999999997 -0.29781408 1.1696561 -1.0073132 -0.95134786 -0.9547566 -1.6074367 -1.6074193 -1.2186743 -4.3288125 -1.1234388000000002 -4.3189703 +23 -1.7964278000000002 -4.3192849 1.2311256000000002 -2.4736889 0.71226128 0.6645769 0.66144117 -0.91015566 -0.91015229 -0.65087953 -1.7723456000000002 0.75277908 -1.7747251 +24 0.68931521 -2.9255396 1.0943678999999997 0.59557768 -1.7123348000000003 -1.645046 -1.6524386999999998 -0.85098625 -0.85098151 -0.60517048 -1.5502108 -1.9030373 -1.5540136999999998 +25 0.99187213 -2.8546531 1.0871553 0.52633133 0.49233865 -2.6276981 -2.6380491000000004 -0.84860751 -0.8486029 -0.60334171 -1.5416918 -2.9557974 -1.545549 +26 0.90706838 -2.8519037999999997 1.0853556999999998 0.53958535 0.38798066 0.36933032 -1.8008834999999999 -0.847701 -0.84769698 -0.60264551 -1.5384597 -2.064187 -1.5423367000000001 +27 0.0090983706 -4.272628299999999 0.69433822 1.132823 -1.1598298 -1.0846483999999998 -1.0836875 -4.7436833 -4.742028599999999 -4.1455660000000005 -8.7945352 -1.2662738000000002 -8.7814153 +28 0.1834143 -7.648487299999999 -1.1624127 1.520101 -1.3769023 -1.3052753000000001 -1.308841 -2.7381026000000004 -6.0587998 -5.4452287 -10.178744 -1.5218707 -10.165328 +29 -1.0363824000000001 -3.3464237 4.2463361 -1.2336548999999999 0.20546488 0.20525317 0.20664089 1.2242157 1.2242263 -2.6533035 -7.010560099999999 0.24740142 -6.997425999999999 +30 -0.33438427 -3.3725595999999998 2.2686254 0.17495028 -0.52952989 -0.50275876 -0.50485669 -0.13509771 -0.13507369 -0.088976156 -2.8185305 -0.60224769 -0.1302975 +31 -1.6971129 -1.2526252 -1.8003251 -2.508265 0.85684628 0.79484657 0.78928067 -0.96489386 -0.96488851 -0.69353487 -1.9936323 0.87708657 -1.9945758999999998 +32 1.0539389 0.74256234 -3.4371167999999996 -0.32184759 -0.48989426 -0.46633719 -0.4677917 0.36593197 0.36593575 0.22646952 0.2451611 -0.55794463 0.25212792 +33 1.9774892 1.2922935 -3.5464502 -0.59009513 2.9319085 -0.79856847 -0.80057957 0.74971454 0.74972034 0.43987895 0.41146365 -0.94579276 0.42532958 +34 2.806171 1.7438953999999998 -3.5884676 -0.71489402 4.300488 3.1180647 -0.88731067 1.0410965 1.0411084000000002 0.58496186 0.50034923 -1.0463035 0.51878585 +35 0.028465452000000002 0.087083591 0.46384145 0.08469768 -0.058778618 -0.045884785 -0.045463297 -3.2979667999999998 -3.2979356 -2.750357 -7.1398492 -0.054385932000000005 -7.126672800000001 +36 0.33223637 -3.9948957000000003 -3.1429484 1.5309491000000002 -1.2362475 -1.1737044 -1.1783617 -2.4079376 -5.7298055 -5.1194368 -9.838918099999999 -1.3770646 -9.8252867 +37 -0.11494887 0.047982524000000006 1.1312357 -0.17076166 0.058349915 0.06493558599999999 0.065228738 0.22449787 0.22450117 -3.1803852999999997 -7.6836046 0.07818990599999999 -7.6702185 +38 -1.1507627e-05 0.018570781 -0.49734392 0.030438731 -0.031856494 -0.029165791 -0.029212097000000003 -0.041010567000000005 -0.041002013999999996 -0.026708857000000003 -2.7409455 -0.034973687 -0.039079897999999995 +39 -0.7574287 -0.47726248 0.19161041 -3.0850009999999997 0.35365781 0.33163958 0.33149051 -0.25611002 -0.25610612 -0.17114787 -0.25957703 0.39181971 -0.26389241 +40 0.29308766 0.32705101 -0.11797726 -3.5039997000000005 4.680583900000001 -0.048415742000000005 -0.046840797 0.19633364 0.1963462 0.1242548 0.14543698 -0.053890424000000006 0.14912669 +41 2.8002928 1.7512945 -0.3062866 -4.0594965 5.7796144 3.503967 -0.84137682 1.0847103999999999 1.0847215000000001 0.60541113 0.51162562 -0.99379593 0.53069383 +42 -1.8431331999999998 -1.6132472 1.4684498 -2.7815630000000002 0.99386599 0.92436895 0.91770975 -3.8060212 -3.8051714999999997 -3.2349101000000005 -7.749525500000001 0.99181063 -7.736354700000001 +43 -1.588622 -3.5678232000000003 -0.39677835 -2.0487976000000003 0.48171439 0.46342872 0.46439915 -1.9128121 -5.233216400000001 -4.6285765 -9.3187159 0.54517622 -9.3054002 +44 -2.6184838 -1.8846564 4.284085299999999 -4.5682737 2.1199561 1.8570073 1.7531974 1.2795326999999999 1.2795419 -2.6291624 -6.977944900000001 1.4154464 -6.9648202999999995 +45 -2.1338625 -1.5972861 2.2627911 -3.2972601000000004 1.2372788000000001 1.123659 1.1069476999999999 0.087407335 0.087427836 0.056111135 -2.650379 1.1319995 0.06852415099999999 +46 3.5781464 2.1764497000000005 -0.30165564 -0.72898443 1.7248564999999998 -1.6155948 -1.6218787000000001 1.317547 1.3175496000000002 0.70904651 0.5646852 -1.8689952 0.58689256 +47 3.3351319999999998 2.0433182 -0.30478888 -0.74306596 1.6086796 1.4353491000000003 -1.2885676000000001 1.2474516000000002 1.2474565 0.67882154 0.54987745 -1.5005624 0.57118192 +48 0.75882024 0.5732533 2.3111591000000002 -0.50374068 -0.59555913 -0.54934585 -0.5486748 -2.7112581000000002 -2.711018 -2.2007046000000003 -6.3606848 -0.6511173 -6.3480696 +49 0.70023701 -3.6932216 -0.53120334 1.1119504 -2.2058842 -2.1066311 -2.109849 -2.054793 -5.3750981 -4.768496400000001 -9.4679666 -2.3930926 -9.4546795 +50 0.46453193 0.52786955 4.4321898 -1.3634221000000002 -0.07791637400000001 -0.06234100099999999 -0.061751904 1.5135728000000002 1.5135774 -2.532742 -6.845694900000001 -0.07336820200000001 -6.832616499999999 +51 0.84051633 0.50933366 2.2814579 -0.60476211 -0.4258537 -0.41046477 -0.41299701 0.73708627 0.73709317 0.43325667 -2.3638261000000003 -0.49468273 0.41924953 +52 3.7439345 2.2667007000000003 -0.29885193 -0.71362111 5.343107 0.11011429 -1.9603324 1.3634921 1.3634935 0.72840633 0.57389982 -2.2364428 0.59667969 +53 1.7547455 1.2596233000000001 2.5575848 -0.76306007 2.8661182999999997 -0.82408566 -0.8234831 -2.3744169999999998 -2.3744157 -1.8928284 -5.8542452 -0.97000514 -5.8420212 +54 0.89008316 -3.7982758000000003 -0.58742007 1.094292 -0.21249983 -3.2432875 -3.2491021 -2.1159079 -5.4361885 -4.828810099999999 -9.5320278 -3.5875513 -9.5187399 +55 1.7077488999999997 1.2888271 4.5227915 -1.3044483999999998 3.5432937000000004 -0.4702695 -0.47005791 1.6377402 1.6377438 -2.4852773999999997 -6.779343300000001 -0.5590055 -6.7662958 +56 1.8295116000000002 1.1756991 2.2762474 -0.79208898 3.003256 -0.75907956 -0.76149654 1.0183456 1.0183520000000001 0.57415309 -2.2910449 -0.90123573 0.51120953 +57 2.3282361000000003 1.3576866 2.5783923 -0.81596369 3.7367443 2.8837456 -0.92140564 -2.3315099 -2.3316425 -1.8541846999999998 -5.7853876 -1.0852011000000001 -5.773182299999999 +58 0.80383407 -3.7491989 -0.56215184 1.1011757 -0.30934253 -0.26190613 -2.2088402 -2.0882694 -5.4085749000000005 -4.8015453 -9.5030914 -2.4996348999999998 -9.4898019 +59 3.4198296999999998 2.325016 4.6641474 -0.94589441 5.2831673 3.4113337 -0.8513298 1.8216141 1.8216168000000001 -2.4195561000000003 -6.6859908 -1.0052 -6.6729946 +60 2.9690533 1.8735330000000001 2.2907125 -0.84262735 4.7168338 3.2598307 -0.86904505 1.3214572 1.3214686000000002 0.71071907 -2.2320134 -1.025418 0.58679508 +61 0.52680203 -6.0353778 -4.199883900000001 1.9009580000000001 -1.4149476 -1.3485573 -1.3534917 -6.5792814 -9.900787300000001 -9.2765324 -14.061495 -1.5729708 -14.047815 +62 -0.17050704 -0.23328857 1.9337281000000002 -0.088526983 -0.085853562 -0.065873011 -0.063806135 -3.1486758 -3.1481711 -5.9306318 -10.680244 -0.074247823 -10.666654 +63 -0.17161295 -0.23072115 1.9419266 -0.09188884900000001 -0.083499639 -0.063742692 -0.061677111 -3.1447397999999995 -3.1442216 -2.6049829 -9.4080035 -0.07170325599999999 -6.933032799999999 +64 0.012669016000000002 -3.4833682 -0.40074631 1.1734383999999998 -1.197647 -1.1258711000000001 -1.1271008999999999 -1.9163151000000003 -5.23666 -7.9538693 -12.732847 -1.3166541 -12.719425 +65 0.012813396000000001 -3.4832572 -0.40087406 1.1734322 -1.1974933 -1.1257382 -1.1269685 -1.9163057000000001 -5.2365884000000005 -4.6318708 -11.782352000000001 -1.3165053 -9.3091334 +66 -0.87702505 -0.42205509 4.4259703 -1.3764283000000002 0.52575403 0.49902709 0.49860797 1.4249286 1.4249352 -2.5681818 -9.357928900000001 0.58108369 -6.882702799999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7199689 0.14913535 0.011580288000000001 0.039274351 -2.6777866 -2.568884 -2.2957723999999997 0.012287633999999999 0.012071941000000001 0.012050834 0.012048673000000001 -2.2974681 0.012066318000000001 +2 -1.0527408 -3.3089195 -0.033784226 -0.046559817999999996 -0.96134038 -0.80693546 -0.63836231 -0.081851794 -0.038919978 -0.038714345 -0.038560682 -0.63343839 -0.038756043999999996 +3 1.0877601000000001 1.5600438 0.14085359 0.82703716 1.0219411 0.96402188 1.4769631 1.5531629999999998 1.567007 1.5662621 1.5699031 1.4842708999999998 1.5698647 +4 0.0002441236 0.0002605714 2.0609452000000002e-05 -3.321763 0.068183729 0.049287432 0.033409745 2.1649194000000003e-05 2.1545175e-05 2.1503839e-05 2.1495943000000003e-05 0.032752481 2.1531149999999998e-05 +5 1.0472571999999999e-06 1.6212793e-06 1.0053357999999999e-07 5.495461e-08 -1.7095508999999998 -1.6975381999999999 -1.5349867 1.1060996000000001e-07 1.2011369999999998e-07 1.186514e-07 1.1733533999999999e-07 -1.5426066999999999 1.1875171e-07 +6 1.1619459e-06 1.8003068000000003e-06 1.1142707000000001e-07 6.1027499e-08 5.2443323e-07 -3.0450396 -2.8296707999999997 1.2270246e-07 1.3322207000000002e-07 1.3159065e-07 1.3012124999999998e-07 -2.8392508 1.3170149999999998e-07 +7 1.0338218e-06 1.6021141e-06 9.9115062e-08 5.431006099999999e-08 4.6627040000000003e-07 1.3922488000000002e-07 -1.4870081 1.0916791999999999e-07 1.1852214e-07 1.1706864999999999e-07 1.1575927e-07 -1.4875785 1.1716718e-07 +8 -1.0232778 -3.2610647 -3.3930674 -0.017189502 -0.92930912 -0.76452183 -0.57727324 -3.9252048999999998 -3.9247712 -3.9242421000000003 -3.9258148999999998 -0.57125453 -3.9259696 +9 -1.1167818 -3.8895833 -3.9414549 -0.048880819000000006 -1.018694 -0.85372504 -0.67697842 -0.63471545 -3.9554937999999993 -3.9549587 -3.9565285000000006 -0.67163631 -3.9566885000000003 +10 0.0007261316099999999 0.001237907 0.0008539550099999998 4.4165549e-05 0.00082802413 0.00099579702 0.00094112685 0.00035014039 0.0007904191099999999 -3.3211367999999997 -3.3228071000000003 0.00095913699 -3.3228062000000005 +11 2.1569782e-06 3.7310591e-06 6.9738370999999995e-06 8.9556492e-08 1.9603805e-06 1.5919697e-06 1.1115011e-06 2.3655242999999997e-06 4.0379951e-06 4.036403899999999e-06 -2.4594406 1.100594e-06 2.3307201e-07 +12 -3.4066189 -3.1669348 -0.032223236 -0.011064208 -3.284013 -3.0524341 -2.713956 -0.080269388 -0.037356374 -0.037152836 -0.03699897 -2.7084072 -0.037192654 +13 -1.8552857 1.707728 0.14983053 0.8552108 -1.9016918 -1.8698699 -0.94831309 1.5626487 1.5763833 1.5756188 1.579282 -0.95260174 1.5792556999999998 +14 -2.7197213 0.14940599 0.011603631000000001 -3.2824812000000003 -2.6070255 -2.5178048 -2.2544727000000004 0.012312188 0.012096348 0.012075195 0.012073025 -2.2572928 0.01209071 +15 -2.7199689 0.14913542 0.011580291999999999 0.039274354 -4.3796097000000005 -4.268943599999999 -3.9654858 0.012287639 0.012071947 0.01205084 0.012048679 -3.9686397000000007 0.012066324 +16 -2.7199689 0.14913543 0.011580293 0.039274354 -2.6777866 -5.606118 -5.293768 0.012287639 0.012071947 0.01205084 0.012048679 -5.2972454 0.012066324 +17 -2.7199689 0.14913542 0.011580291999999999 0.039274354 -2.6777866 -2.5688839 -3.7815182000000003 0.012287639 0.012071946 0.01205084 0.012048679 -3.7833277 0.012066324 +18 -3.3715492999999994 -3.0621869 -3.3910413 0.019555733 -3.2468144 -3.00473 -2.6449968 -3.9229998 -3.9228275000000004 -3.9223008000000004 -3.9238758999999996 -2.6384385 -3.9240282 +19 -3.4422811 -3.7477111000000005 -3.9401582000000004 -0.013501558 -3.3149677000000004 -3.0765795 -2.7354597000000003 -0.63353957 -3.954407 -3.953873 -3.9554437000000005 -2.7295283 -3.9556027 +20 -2.7195348 0.15039379 0.012468131 0.03932276 -2.6771952999999997 -2.5682137000000003 -2.2950880000000002 0.01265048 0.01287803 -3.3090703 -3.3107572999999997 -2.2967779999999998 -3.3107387999999998 +21 -2.7199673 0.14913912 0.011587344 0.039274453 -2.6777852 -2.5688828999999997 -2.2957716 0.012290046 0.012076038999999998 0.01205493 -2.447392 -2.2974673 0.012066578 +22 -0.7391004 -1.7212534 0.11183564 0.74895303 -0.71808938 -0.60748953 0.24599008 1.4784249 1.5335397 1.5329559 1.5366327 0.25107882 1.5364558000000001 +23 -1.0525153 -3.3086709 -0.033780406 -3.3683259 -0.89386414 -0.75883818 -0.60272133 -0.081847913 -0.038916105 -0.038710478 -0.038556814 -0.59864254 -0.038752172 +24 -1.0527407 -3.3089187999999994 -0.033784222 -0.046559817 -2.6663097000000002 -2.5060356 -2.2412271 -0.08185178900000001 -0.038919973 -0.03871434 -0.038560677 -2.2404815 -0.038756039 +25 -1.0527407 -3.3089187000000004 -0.033784221 -0.046559817 -0.96134033 -3.8478428 -3.5536074999999996 -0.08185178900000001 -0.038919972000000004 -0.038714339 -0.038560676 -3.5538531000000004 -0.038756038 +26 -1.0527407 -3.3089187999999994 -0.033784222 -0.046559817 -0.96134033 -0.80693544 -2.1247708 -0.08185178900000001 -0.038919973 -0.03871434 -0.038560677 -2.1202077 -0.038756039 +27 -1.1908232 -6.541846 -3.3591036 -0.022021357000000002 -1.0775471 -0.8833584 -0.67277109 -3.9345326000000003 -3.8917040000000003 -3.8911375 -3.8926677000000005 -0.66557029 -3.8928605000000003 +28 -1.2303063 -7.168813900000001 -3.9048977999999996 -0.052073074000000004 -1.1191478000000001 -0.93438564 -0.74215488 -0.64072669 -3.9197595 -3.9191928 -3.9207258 -0.73600023 -3.9209182 +29 -1.052584 -3.3077416 -0.033039259 -0.046555134000000005 -0.96117653 -0.80674662 -0.63817902 -0.081586687 -0.038241016 -3.3599626000000002 -3.3614347999999996 -0.63325285 -3.3616292000000003 +30 -1.0527403999999998 -3.3089157 -0.033777448 -0.046559848 -0.96133995 -0.80693512 -0.6383621 -0.081849595 -0.038916089 -0.038710456000000004 -2.4980011 -0.63343819 -0.038755858 +31 1.0880073000000001 1.5602976999999998 0.14086934 -2.4947880000000002 1.1323923999999999 1.0478625 1.5277075 1.5531792 1.5670233 1.5662783000000002 1.5699193 1.5346518999999998 1.5698809999999999 +32 1.0877704 1.5600553999999998 0.14085427 0.82703783 -0.69745097 -0.73169363 0.059054033 1.5531636999999998 1.5670078 1.5662628 1.5699038 0.053650370999999995 1.5698653999999999 +33 1.0877716999999998 1.5600569 0.14085435 0.82703792 1.0219466999999998 -2.0916041 -1.201882 1.5531638 1.5670079 1.5662629 1.5699039 -1.2110041 1.5698655000000001 +34 1.0877705 1.5600555 0.14085427 0.82703784 1.0219460999999999 0.96402343 -0.012770112 1.5531636999999998 1.5670078 1.5662629 1.5699038 -0.0070580106 1.5698655000000001 +35 -0.58462557 -1.2963841 -2.8291798 0.77868985 -0.573616 -0.47214749 0.38331704 -1.9909233 -1.978243 -1.9778072 -1.9790464 0.38886014 -1.9791879 +36 -0.80135959 -1.9287461 -3.423598 0.74604083 -0.77700424 -0.66061782 0.19921839 1.2967403 -2.0118152 -2.0113705000000004 -2.0126145 0.20439657 -2.0127616 +37 1.088482 1.5609306 0.1416906 0.82709006 1.0227959 0.96514565 1.4780103 1.5533162 1.5675899 -1.7550830000000002 -1.7563586 1.4853502 -1.7563918 +38 1.0877611999999999 1.5600452 0.14086474 0.82703692 1.0219423 0.96402298 1.4769633999999998 1.553164 1.5670084 1.5662635 -0.88956539 1.4842713 1.5698549 +39 0.0002452172 0.00026226575 2.0714340000000002e-05 -3.3217629 -1.6415846 -1.6479188000000002 -1.4961503999999999 2.1764698e-05 2.1670578999999998e-05 2.1627707999999998e-05 2.1618429000000002e-05 -1.5047668 2.1655122999999998e-05 +40 0.00024533779 0.0002624542 2.0725779000000003e-05 -3.3217629 0.068184266 -2.9961092000000002 -2.7894892999999996 2.1777412e-05 2.1684355999999998e-05 2.1641307e-05 2.1631865e-05 -2.8001615 2.1668733000000002e-05 +41 0.00024520408 0.00026224721000000004 2.0712941e-05 -3.3217629 0.068184206 0.049287575 -1.4536412 2.1763287e-05 2.1669018e-05 2.1626155e-05 2.1616882e-05 -1.4548826000000001 2.1653568e-05 +42 -1.0230449000000001 -3.2608029999999997 -3.3930632000000007 -3.3389498 -0.86048158 -0.71542917 -0.54096842 -3.9252007000000004 -3.9247669999999997 -3.924238 -3.9258107000000004 -0.53580028 -3.9259654000000004 +43 -1.1165564 -3.8893352999999995 -3.9414515 -3.3706468999999997 -0.95121901 -0.80569234 -0.64124464 -0.63471222 -3.9554904000000004 -3.9549553 -3.9565251000000004 -0.63675656 -3.9566851 +44 0.0009702693400000001 0.0014984897 0.0008745892800000001 -3.3217187999999993 0.069015557 0.050284660999999994 0.034347852000000005 0.00037180907999999997 0.00081198981 -3.3211152999999998 -3.3227856 0.033708798 -3.3227847 +45 0.00024628063999999997 0.00026430252999999995 2.7583431e-05 -3.3217629 0.06818569 0.049289026 0.03341085 2.4014798e-05 2.5583273e-05 2.5540346e-05 -2.4594191000000003 0.032753576 2.1764265999999998e-05 +46 1.1823964e-06 1.8322967e-06 1.1336427999999999e-07 6.211284e-08 -1.7095508999999998 -4.736158799999999 -4.500722799999999 1.2485776e-07 1.355574e-07 1.338954e-07 1.3239824e-07 -4.5118464000000005 1.3400812e-07 +47 1.1671115e-06 1.8084411e-06 1.1191217e-07 6.130363e-08 -1.7095508999999998 -1.6975381999999999 -3.0209753 1.232461e-07 1.3381028000000001e-07 1.321708e-07 1.3069406e-07 -3.0287914000000002 1.3228210999999997e-07 +48 -1.0232777 -3.2610639999999997 -3.3930674 -0.017189501 -2.6343633 -2.4636033 -2.1779892999999997 -3.9252048999999998 -3.9247712 -3.9242421000000003 -3.9258148999999998 -2.1762057 -3.9259696 +49 -1.1167817 -3.8895826000000002 -3.9414549 -0.048880819000000006 -2.7234808999999998 -2.5528887000000005 -2.2828853 -0.63471545 -3.9554937999999993 -3.9549587 -3.9565285000000006 -2.2815621 -3.9566885000000003 +50 0.0007271803999999999 0.00123953 0.00085405595 4.4220609999999995e-05 -1.7087276000000002 -1.6965404999999998 -1.5339542 0.00035025129 0.0007905397500000001 -3.3211367 -3.322807 -1.5415587 -3.3228061 +51 3.2042381e-06 5.3523411e-06 7.0743714e-06 1.4451133e-07 -1.7095490000000002 -1.6975366000000003 -1.5349853999999998 2.4761347e-06 4.1581094e-06 4.1550559e-06 -2.4594405 -1.5426053999999998 3.5182400999999997e-07 +52 1.1817288000000001e-06 1.8312576e-06 1.1330063000000001e-07 6.2077595e-08 5.3305003e-07 -3.0450396 -4.3153283 1.2478732000000001e-07 1.3548098999999998e-07 1.3381997000000001e-07 1.3232368e-07 -4.3249881 1.3393262e-07 +53 -1.0232777 -3.2610639 -3.3930674 -0.0171895 -0.92930906 -3.8055782 -3.4898510000000003 -3.9252048999999998 -3.9247712 -3.9242421000000003 -3.9258148999999998 -3.4890739 -3.9259696 +54 -1.1167817 -3.8895826000000002 -3.9414549 -0.048880819000000006 -1.018694 -3.8944568999999998 -3.5960204 -0.63471545 -3.9554937999999993 -3.9549587 -3.9565285000000006 -3.5956471 -3.9566885000000003 +55 0.00072729527 0.0012397093 0.00085406689 4.4226695e-05 0.0008285493499999999 -3.0440496 -2.828614 0.00035026341 0.00079055292 -3.3211367 -3.322807 -2.8381792999999997 -3.3228061 +56 3.3189272e-06 5.5313689999999995e-06 7.085264900000001e-06 1.5058426e-07 2.4848152e-06 -3.045038 -2.8296695 2.4882272999999997e-06 4.1712179e-06 4.1679953e-06 -2.4594404 -2.8392494999999998 3.6477385e-07 +57 -1.0232777 -3.2610639999999997 -3.3930674 -0.017189501 -0.92930907 -0.76452182 -2.0637168000000004 -3.9252048999999998 -3.9247712 -3.9242421000000003 -3.9258148999999998 -2.0580733 -3.9259696 +58 -1.1167817 -3.8895826000000002 -3.9414549 -0.048880819000000006 -1.018694 -0.85372503 -2.1633586 -0.63471545 -3.9554937999999993 -3.9549587 -3.9565285000000006 -2.1583677000000003 -3.9566885000000003 +59 0.00072716696 0.0012395109 0.0008540545300000001 4.4219965000000004e-05 0.0008284911 0.00099593645 -1.4860678999999999 0.00035024983999999996 0.0007905381500000001 -3.3211367 -3.322807 -1.4866206 -3.3228061 +60 3.1908027000000005e-06 5.3331759e-06 7.0729528e-06 1.4386679e-07 2.4266522000000002e-06 1.731195e-06 -1.487007 2.4746927000000004e-06 4.1565179e-06 4.1534732e-06 -2.4594405 -1.4875774 3.5023947999999996e-07 +61 -1.1928707 -6.6517881999999995 -6.788315299999999 -0.02209444 -1.079442 -0.8850664 -0.67430364 -3.9999663 -7.321333500000001 -7.3207645999999995 -7.3224301999999994 -0.66710014 -7.3226011 +62 -1.0231948 -3.2603114 -3.3925258 -0.017186672 -0.92920522 -0.76440126 -0.57715573 -3.9251755 -3.9243343 -7.245733 -7.247414200000001 -0.57113547 -7.247569500000001 +63 -1.0232778 -3.2610646 -3.3930671 -0.017189502 -0.92930911 -0.76452182 -0.57727323 -3.9252048999999998 -3.9247711000000005 -3.924242 -6.3852473 -0.57125452 -3.9259697 +64 -1.1167063 -3.8888525 -3.941094 -0.048878998 -1.0186245 -0.85364454 -0.6768997 -0.63469566 -3.9550672 -7.2764599 -7.2781359 -0.67155659 -7.2782965 +65 -1.1167817 -3.8895832 -3.9414546 -0.048880819000000006 -1.018694 -0.85372503 -0.67697841 -0.63471544 -3.9554937000000003 -3.9549586000000003 -6.4159608 -0.67163631 -3.9566887000000004 +66 0.00072634747 0.0012382802 0.0008546520800000001 4.4174519e-05 0.0008282204 0.00099595655 0.00094123832 0.00035037695 0.00079082282 -3.3211364000000003 -5.7822396 0.0009592473800000001 -3.3228062000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.1760908 0.1471694 0.00057477195 0.038438846 -3.3492849000000002 -2.8624037999999996 -1.3402258 0.0010945783 0.0011000655 0.00087866772 0.0046470954 -1.3889919 0.0046176245000000005 +2 -1.7071026000000002 -2.2629074 0.0068257519 -0.28376627 -1.7232211 -1.3187672 -0.48196687 0.0031351106 0.0073199926 0.006982409100000001 0.013047588999999998 -0.50333716 0.012869397 +3 -0.79778225 -0.57168055 -3.8441978999999997 0.56442996 -1.0887926 -0.88067013 0.26880145 -3.2253862 -3.2444839 -2.9566807 -5.850702200000001 0.27123879 -5.838393 +4 -9.781056e-06 4.454062e-05 4.3107388e-07 -3.3219084999999997 0.50775752 0.21629499 0.04684925400000001 5.955183499999999e-07 4.953804500000001e-07 3.871091e-07 2.7771987999999997e-06 0.048992399000000006 2.7392860000000002e-06 +5 0.0011633436999999999 0.0008630833300000001 3.435844e-06 0.00020015164000000002 -2.0192234 -1.5719798 -0.60164742 6.137021900000001e-06 7.0108551e-06 5.659076e-06 2.4393622e-05 -0.62746098 2.4400700999999998e-05 +6 0.0017075206 0.0012745096 5.1553517999999994e-06 0.00029542957000000005 0.001088303 -3.25197 -1.5001901000000002 9.0945326e-06 1.0465250000000001e-05 8.450178699999999e-06 3.5987741e-05 -1.5436094999999999 3.6025254e-05 +7 0.0016932389000000002 0.0012668963 5.1537868e-06 0.00029360274 0.0010635336 0.00019508267 -1.5459406999999998 9.0507594e-06 1.0442329e-05 8.432642599999999e-06 3.5754408e-05 -1.57269 3.5801737e-05 +8 -4.6700565 -4.8895606 -7.171214 -1.3366456 -4.6233684 -4.2744799 -3.6112326 -9.3332849 -9.383419199999999 -9.061954199999999 -12.11837 -3.6925204 -12.106038999999999 +9 -5.303414599999999 -5.8429285 -8.152147900000001 -1.3636038000000001 -5.228104900000001 -4.8217913 -4.0526161 -6.3881882 -9.7594657 -9.437874699999998 -12.494816 -4.1348317 -12.482494 +10 -0.0005629028500000001 -0.0021692906 0.0085168794 -0.08996838300000001 0.033475797 0.015867027 -0.12004835 0.0056304112 0.0065664006 -3.3161787000000005 -6.2346721 -0.1210148 -6.222279299999999 +11 -0.0010836988 -0.0030208171000000003 0.0096366014 -0.07568259599999999 0.026585625 0.010517265 -0.10280051 0.0068524632 0.007313714 0.0059613304 -2.5075032999999998 -0.10383591 0.009521613100000001 +12 -4.8886291 -2.115423 0.0070215422 -0.27133639 -4.960740400000001 -4.4454061 -2.5204237999999997 0.0034365687 0.007621901600000001 0.0072241426000000004 0.014299358 -2.5875321 0.014113426 +13 -3.9513295 -0.42598208 -3.8369847000000004 0.58326779 -4.3324132 -3.949131 -1.5904475 -3.2169792 -3.236001 -2.9484089 -5.8413961 -1.6493002 -5.8290811 +14 -3.1760384 0.14725765 0.00057537652 -3.2834576 -2.8306428 -2.4467640999999998 -1.1287599 0.0010955372 0.001100943 0.000879361 0.0046514571 -1.1750539 0.0046219349 +15 -3.1758696 0.14733953 0.00057554949 0.038481322000000005 -5.084290599999999 -4.5781109 -2.6422559 0.0010959088 0.0011016082 0.0008799143699999999 0.0046521797 -2.7116949 0.0046227294 +16 -3.1758363 0.1473654 0.00057566924 0.038487772999999996 -3.34915 -5.9578714999999995 -3.8700562999999994 0.0010961109 0.0011018446 0.0008801053599999999 0.0046529486 -3.9463517 0.0046235024 +17 -3.1758612 0.14734628 0.00057558218 0.038482999 -3.3491635000000004 -2.8623654999999997 -2.8535427 0.0010959613 0.0011016716 0.00087996556 0.0046523763 -2.9134961 0.004622928 +18 -7.503137700000001 -4.6912513 -7.1685645000000005 -1.3219604 -7.4309436 -6.9896577 -6.0215337 -9.3303337 -9.3807345 -9.059274499999999 -12.115691 -6.1096152 -12.103355 +19 -8.0283856 -5.701721599999999 -8.1510623 -1.3518395 -7.918531 -7.4155355 -6.414493900000001 -6.3870265999999996 -9.758395599999998 -9.4368064 -12.493748 -6.4989524 -12.481425 +20 -3.1768209 0.14497565 0.009269488000000001 -0.04945138599999999 -3.3167027 -2.8314777 -1.4624036 0.0068786986 0.0078213211 -3.315176 -6.233567 -1.5102893 -6.2211741 +21 -3.1773564999999997 0.14411168 0.010391761 -0.035531007999999996 -3.3233991 -2.8397009 -1.4451882 0.0081032293 0.0085709569 0.0069654978000000005 -2.5024439 -1.4934836 0.014743053 +22 -3.2257181 -3.2243665 -3.8471702000000003 0.43082013 -3.5427803 -3.1983798 -1.0367161 -3.2557915 -3.2500342 -2.9619494 -5.85668 -1.084925 -5.8445007 +23 -1.7072159 -2.2630415 0.0068260402 -3.6056913 -1.2944665000000002 -1.0173271000000002 -0.38689743 0.0031353121000000004 0.0073201807 0.0069825543999999995 0.013048761 -0.40547722 0.012870548999999998 +24 -1.7060348 -2.2614503 0.006826756999999999 -0.28368101 -3.5246879 -3.0148861 -1.4280734 0.0031370441 0.0073219999 0.006984035600000001 0.013054119 -1.4776743 0.012875945 +25 -1.7057615000000002 -2.2610717 0.0068270192 -0.28365887 -1.7224293000000002 -4.4785022 -2.5162298 0.0031375413 0.0073225186 0.0069844558999999995 0.013055767 -2.5794016 0.012877601 +26 -1.7058567 -2.2612 0.0068269309 -0.28366639 -1.7224898999999998 -1.3185497 -2.0137218999999997 0.0031373695000000003 0.0073223407999999995 0.0069843119 0.013055178999999998 -2.0547489 0.012877012 +27 -6.0905108 -8.1205185 -7.109683400000001 -1.3621523000000002 -5.9509513 -5.4150968 -4.5008584 -9.315204199999998 -9.322859199999998 -9.001349300000001 -12.057594 -4.577888300000001 -12.045328999999999 +28 -6.3116376 -9.0918555 -8.1012462 -1.3769678 -6.1609559 -5.6122016 -4.6866628 -6.3797163 -9.7092905 -9.387668099999999 -12.444498 -4.7640697 -12.432222 +29 -1.7046144 -2.2648192000000003 0.015968432 -0.39744041 -1.6853261000000002 -1.2906963 -0.60846104 0.0093224117 0.014430871000000001 -3.3087487999999996 -6.2270248 -0.63009612 -6.2146598 +30 -1.7046892 -2.2658560000000003 0.01721414 -0.37890943 -1.6922636000000002 -1.2983958999999998 -0.59051779 0.010682058999999999 0.015316353000000001 0.013512988 -2.4936323 -0.61237913 0.02422316 +31 -0.79831429 -0.57202666 -3.8442202000000005 -2.7575229 -0.45865609 -0.47190377 0.38955141 -3.2254076 -3.2445123 -2.9567082 -5.850733 0.39797316 -5.838424 +32 -0.79501878 -0.56957631 -3.8440757000000003 0.56465378 -2.9492073 -2.5717931 -0.59831088 -3.2252606 -3.2443322999999995 -2.9565338 -5.8505375 -0.63259686 -5.8382272 +33 -0.79420811 -0.56894506 -3.8440404000000004 0.56472088 -1.0864008 -4.0883195 -1.6519016 -3.2252243 -3.2442879000000002 -2.9564908 -5.8504894 -1.7064823 -5.8381787 +34 -0.79441055 -0.56909484 -3.8440495 0.5647049 -1.0865539 -0.87999949 -1.2916888000000002 -3.2252337000000004 -3.2442990000000003 -2.9565016 -5.8505015 -1.3216729 -5.838190900000001 +35 -3.5669885000000003 -3.4904052000000005 -7.5396208 0.4028359 -3.9137003 -3.6300220000000003 -1.4182089 -7.990742900000001 -8.0284504 -7.7077632 -10.760698 -1.4776679 -10.74835 +36 -4.1782616 -4.209697599999999 -8.5322125 0.36880252 -4.511165 -4.2109065 -1.8977643 -4.799018299999999 -8.1580472 -7.8372462 -10.890666 -1.9652034999999999 -10.878325 +37 -0.79573924 -0.56966443 -3.8402426 0.56455733 -1.086351 -0.87757785 0.27083756 -3.2227810000000003 -3.2414093999999998 -6.275593 -9.318786 0.27340298 -9.3062871 +38 -0.79746681 -0.57138796 -3.8422859 0.56432867 -1.0884274 -0.88041621 0.26871305 -3.2241951 -3.2432791 -2.955507 -8.3100364 0.27115171 -5.8374292 +39 0.0011614711000000001 0.0009114951800000002 3.8600366e-06 -3.3217074999999996 -1.5779018 -1.2412181 -0.48603996 6.750894599999999e-06 7.5069803999999995e-06 6.0459425e-06 2.728884e-05 -0.50867314 2.7250998e-05 +40 0.001796225 0.0013912386 5.8633150999999996e-06 -3.3215962999999995 0.50881445 -3.0542421 -1.3622711 1.0199323e-05 1.1532532000000001e-05 9.2985448e-06 4.0808436e-05 -1.4029673 4.0805297999999995e-05 +41 0.0018123337 0.0014069922 5.963954e-06 -3.3215928 0.50880303 0.21643361 -1.5008733 1.0325718999999999e-05 1.1712092e-05 9.4448104e-06 4.1232503e-05 -1.5263643 4.1242191999999994e-05 +42 -4.669815799999999 -4.8893075 -7.1712102 -4.6585203 -4.4263831 -4.1140228 -3.5001246 -9.3332809 -9.383415300000001 -9.061950300000001 -12.118367 -3.5819382000000006 -12.106035 +43 -5.303185 -5.8426872 -8.152145599999999 -4.685482599999999 -5.0315719 -4.6612121 -3.9330281000000005 -6.388186 -9.759463400000001 -9.4378724 -12.494814 -4.0162542000000006 -12.482492 +44 -0.00055026688 -0.0021077839 0.0085175016 -3.4118718999999995 0.51144836 0.22077066 -0.074329491 0.0056312338 0.0065671444 -3.3161782 -6.234671499999999 -0.073299167 -6.2222787 +45 -0.0010742856 -0.0029618148 0.0096372264 -3.3975869 0.50915922 0.2172774 -0.056907392 0.006853281 0.0073144512 0.0059619146 -2.5074999 -0.055922981 0.0095251161 +46 0.0018829242 0.0014076044 5.7178699000000004e-06 0.00032624552000000005 -2.0188615000000003 -4.7189904 -2.7253112999999995 1.0054239e-05 1.159158e-05 9.3604586e-06 3.9739034999999996e-05 -2.7907048999999997 3.9788211e-05 +47 0.0018275454999999998 0.0013662109 5.5480322e-06 0.00031664861 -2.0188909 -1.5718785 -2.1305319 9.7570065e-06 1.1248090999999999e-05 9.0829509e-06 3.8567925e-05 -2.1746363 3.8615528e-05 +48 -4.6700362 -4.8895348 -7.171213400000001 -1.3366451000000001 -6.3371605 -5.9751973 -5.1113574 -9.3332844 -9.3834186 -9.0619535 -12.11837 -5.203338 -12.106038 +49 -5.3034056 -5.842914599999999 -8.1521477 -1.3636036 -6.937183900000001 -6.5229473 -5.6099932 -6.3881879999999995 -9.759465400000002 -9.4378744 -12.494816 -5.6998976 -12.482494 +50 0.00044608237000000003 -0.0014229403 0.008520435 -0.089784962 -1.9900361 -1.5471662 -0.72553445 0.0056362159999999994 0.006572938 -3.3161735 -6.2346664 -0.75131936 -6.2222735 +51 -5.4057004e-05 -0.0022588617000000003 0.0096401847 -0.075497199 -1.9961659 -1.5542943 -0.70785761 0.0068583413 0.007320335999999999 0.0059666486999999995 -2.5074797 -0.73389708 0.0095457584 +52 0.0018924392000000002 0.0014151677 5.752211999999999e-06 0.00032798947999999997 0.0011917419 -3.2519549999999997 -3.0097544999999997 1.0108975000000001e-05 1.1658692e-05 9.414697800000001e-06 3.9949250000000004e-05 -3.0631525 4.0000242e-05 +53 -4.670033900000001 -4.8895318 -7.1712133 -1.3366451000000001 -4.6233572 -7.327706699999999 -6.3968619 -9.3332844 -9.3834185 -9.0619534 -12.11837 -6.4917472 -12.106038 +54 -5.3034047 -5.8429131 -8.1521477 -1.3636036 -5.2281001 -7.8698047 -6.911010000000001 -6.3881879999999995 -9.759465400000002 -9.4378744 -12.494816 -7.0028777 -12.482494 +55 0.00091120155 -0.0010724101 0.008522152600000001 -0.089698894 0.034422689 -3.2330021 -1.621768 0.005638948299999999 0.0065760816 -3.3161709999999998 -6.2346636 -1.6641476000000002 -6.2222707999999995 +56 0.00042152172 -0.0019002742 0.0096419165 -0.075410037 0.027550542 -3.2387040000000002 -1.6045308999999999 0.006861110699999999 0.0073235233999999995 0.0059692096 -2.5074686 -1.64733 0.009557086 +57 -4.6700363 -4.8895349 -7.171213400000001 -1.3366451000000001 -4.6233584 -4.2744767999999995 -5.1028781 -9.3332844 -9.3834186 -9.0619535 -12.11837 -5.1864528 -12.106038 +58 -5.3034058 -5.8429148 -8.1521477 -1.3636037 -5.228100599999999 -4.821789900000001 -5.542596400000001 -6.3881879999999995 -9.759465400000002 -9.4378744 -12.494816 -5.6264832 -12.482494 +59 0.00089618906 -0.001081013 0.0085221282 -0.089701048 0.03439932 0.016036467 -1.6604986000000002 0.0056388825 0.0065760313 -3.3161709999999998 -6.2346637000000005 -1.6859879 -6.2222707999999995 +60 0.0004065471 -0.0019087872 0.0096418922 -0.075412152 0.027526957999999997 0.010690063 -1.6440903999999998 0.006861045 0.0073234737 0.00596917 -2.5074688999999997 -1.6699761000000002 0.0095567984 +61 -6.3120684 -8.9819491 -11.307248 -1.365449 -6.1636513 -5.6132268 -4.6786056 -10.159711999999999 -13.531718 -13.209764999999999 -16.268314 -4.755738200000001 -16.256004 +62 -4.669002 -4.8881058 -7.170273 -1.3366155 -4.6221365 -4.2729151 -3.6097409 -9.332839199999999 -9.3825562 -12.383018 -15.441491000000001 -3.6909907 -15.429158 +63 -4.670052200000001 -4.889554799999999 -7.1712041 -1.3366457 -4.6233642999999995 -4.2744765 -3.6112303999999997 -9.333280499999999 -9.383413000000001 -9.0619479 -14.577812 -3.6925182 -12.106036999999999 +64 -5.3028002999999995 -5.8418668 -8.1514693 -1.3635919 -5.2273901 -4.8208851 -4.0517162 -6.387976200000001 -9.7588425 -12.759179 -15.817694 -4.1339115 -15.805372 +65 -5.3034129 -5.8429257 -8.1521424 -1.3636039 -5.2281033 -4.821789900000001 -4.0526151 -6.388186599999999 -9.759462800000001 -9.4378718 -14.954257 -4.1348307 -12.482495 +66 -0.0006635616900000001 -0.0022315089 0.0082276494 -0.09096612300000001 0.033737084 0.01597333 -0.12138777 0.0053409961 0.0062828917 -3.3164050000000005 -8.6953853 -0.12235729 -6.222831200000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.0895029999999997 0.25817267 0.00015464217 0.015094518000000001 -3.2600307999999996 -3.3881525999999997 -2.0024128 0.00040589784 0.00042170989 0.00030711099 0.00046643035000000006 -2.1998697 0.00047172847 +2 -1.261258 -2.2627331 0.00068766394 -0.060544481 -1.2930751 -1.1483047 -0.39183551 -0.0007912371499999999 0.00046412204000000003 0.00013997753 -0.00024998425 -0.44626309 -0.00026301749 +3 -0.78042772 -0.2088612 -3.6618406 0.17571121 -0.97997268 -1.1788306 -0.53732801 -2.7584242999999997 -2.7651396 -2.0155171999999997 -5.8083472 -0.61311787 -5.804855 +4 -0.039669172 -0.042918099 -1.1334156e-05 -3.3241666 1.8863468999999997 0.89018004 0.19211191 -6.4184357e-05 -6.7874825e-05 -5.8955601e-05 -0.00010367726000000001 0.22299253 -0.00010445 +5 0.082969216 0.08371793599999999 2.5347465999999998e-05 0.0045527664 -1.8858621 -1.9224900000000003 -0.88761752 0.00013317294 0.00014427881 0.00012624881000000002 0.00022447086 -1.0019354 0.00022618087000000003 +6 0.10736344 0.10657126 3.3092933e-05 0.0058394334999999995 0.092348203 -3.5288617999999996 -2.0950181 0.00017166729 0.00018739151000000002 0.00016437567 0.00029321146 -2.2935388 0.00029543877999999995 +7 0.10531447 0.10476845 3.2634303e-05 0.0057371934 0.090436356 0.028159212000000003 -1.8889728 0.00016883976000000003 0.00018428633999999997 0.00016179325 0.00028892437 -2.0809729 0.00029111125 +8 -0.52172341 -0.22071048 -0.83302162 -1.2891346000000001 0.25192003 -0.20350693 -1.7448485 -4.092098200000001 -4.1167773 -3.2824811 -7.6300219 -1.9319465 -7.625216099999999 +9 -2.6923659 -2.2225193 -4.1863980000000005 -1.6195897 -1.9190490000000002 -2.1868911 -3.042125 -3.629377 -6.9997219 -6.1051043 -10.764948 -3.3098031000000003 -10.759808999999999 +10 0.60987888 0.15699439 1.2419407 -0.15114458 0.80228401 0.43550067 0.019698072 0.90171558 0.90309323 -2.8180992999999996 -7.0566071 0.022490231 -7.0522092999999995 +11 0.50189846 0.13246984 1.0329916 -0.10848822 0.64613897 0.36807884 0.02196723 0.78353429 0.78461731 0.45294654 -2.4112959 0.024822507 0.39744706 +12 -4.4290683 -1.9592506 0.0007917712 -0.056427095999999996 -4.540939900000001 -4.6377559 -3.0856445 -0.00065421338 0.00060247341 0.00023110549999999998 -0.00012264786 -3.3161443 -0.00013401447 +13 -3.8896453 -0.022056327999999997 -3.6591864000000003 0.18437123 -4.1788803 -4.5059867 -3.0636894 -2.7550076 -2.7615635 -2.0123123 -5.802329 -3.3150652000000003 -5.7988335 +14 -3.1130178 0.23599755 0.00014539693999999999 -3.3082121 -1.5626699 -1.7099915 -0.86344564 0.00036338835 0.00037433888 0.00026447221 0.00038781198 -0.97734639 0.00039250931000000004 +15 -3.0834875 0.26358985 0.00015676696 0.015434827 -4.982486799999999 -5.1610489 -3.6285564 0.00041620141000000004 0.00043314049000000004 0.00031719534 0.00048453621 -3.8775809000000003 0.00048996732 +16 -3.0828926 0.2641215 0.00015697343999999998 0.015468293000000001 -3.2545787999999995 -6.5281485 -4.956021400000001 0.00041721263999999997 0.00043426257000000004 0.00031818345000000003 0.00048630532 -5.219635 0.00049174932 +17 -3.083512 0.26356828 0.00015675955 0.01543347 -3.2550921 -3.3856259 -3.5983676 0.00041616253 0.00043309752 0.00031715898 0.00048447432999999997 -3.8478661 0.0004899047900000001 +18 -3.6652898 -0.017652807 -0.83203618 -1.2643367 -3.0715798999999997 -3.2209236 -3.3590652000000003 -4.0909754000000005 -4.1155903 -3.2813525 -7.628572599999999 -3.6377982 -7.623765400000001 +19 -5.8344391 -2.0793522 -4.184097400000001 -1.6124543 -5.100064499999999 -5.3301622 -5.481516 -3.6269685 -6.9973391000000005 -6.102742 -10.762513 -5.8059358 -10.75737 +20 -2.4897721 0.43357125 1.2421583999999999 -0.13156361 -2.5512368999999997 -2.7393245999999998 -1.6019465 0.9019162 0.90329625 -2.8180151 -7.0564924 -1.7834641 -7.052094500000001 +21 -2.595623 0.40609569 1.033211 -0.089919149 -2.6871629 -2.8608428 -1.6636216000000001 0.78377083 0.78485699 0.45305264 -2.4112497000000004 -1.8476749 0.39750533 +22 -2.8230015 -2.4981257 -3.6643282999999998 0.12830084 -3.0545267000000003 -3.3657296000000003 -2.0599657 -2.769846 -2.7685092 -2.0184613999999996 -5.8144333 -2.2729002 -5.8109760999999995 +23 -1.3130162 -2.3808411 0.00068235915 -3.3837732000000003 0.48206482 0.29053192 0.050799733 -0.00082605317 0.00042852163 0.00010898732 -0.00030457711 0.058461031 -0.00031799499 +24 -1.2016358 -2.1341757 0.0006948212200000001 -0.059002279000000005 -3.0575682 -3.0888389 -1.6980924 -0.00074920757 0.00050721067 0.00017763098 -0.00018314638999999998 -1.8728401999999997 -0.00019569591 +25 -1.1911303 -2.1123215 0.0006961495200000001 -0.058726284000000004 -1.233503 -4.5520004 -2.9929299 -0.00074162075 0.0005150013200000001 0.00018447198 -0.00017092571 -3.2190504 -0.00018338837999999999 +26 -1.1952943 -2.1209037 0.0006956419 -0.058835150999999995 -1.2370649999999999 -1.1235726000000001 -2.1872717 -0.0007445786800000001 0.00051196465 0.00018182951000000002 -0.00017559394 -2.393267 -0.00018809231 +27 -1.9794186999999999 -2.6796845 -0.79204426 -1.4178758 -1.2194745 -1.3488708999999999 -2.1522403999999997 -4.0590884 -4.0659403 -3.233551 -7.5697526 -2.3698572999999996 -7.565069500000001 +28 -4.662032 -5.1246085 -4.0429365 -1.6592921000000003 -3.8549067999999997 -3.9564141999999998 -4.1844071000000005 -3.5168771 -6.849764200000001 -5.9560481 -10.610989 -4.4803313 -10.605964 +29 -0.33698866 -2.1368678 1.2432367 -0.22610703 -0.21418124 -0.32155752 -0.20339435 0.90251613 0.90457342 -2.8168803 -7.0552982 -0.23588204 -7.0509031 +30 -0.49977121 -2.1567286 1.0340624 -0.18003584 -0.4175168 -0.45455237 -0.22048465 0.78408497 0.78590522 0.45405105 -2.4100715 -0.25525792 0.39868917 +31 -0.85057204 -0.2635435 -3.6625608999999995 -3.1484072 0.76794108 0.16368205 -0.07435045700000001 -2.7593254000000003 -2.7661626 -2.0164311 -5.8100621 -0.082115021 -5.8065762 +32 -0.72337492 -0.166743 -3.6612394999999998 0.17745585 -2.7635931 -3.0477386 -1.7809458999999999 -2.7576922 -2.7642829 -2.0147526 -5.8069109 -1.9759923 -5.8034124 +33 -0.71406363 -0.16008661 -3.6611394999999995 0.17773614 -0.92241264 -4.5121205 -3.0515562000000003 -2.7575727999999997 -2.7641400000000003 -2.0146251 -5.806671400000001 -3.2998577000000004 -5.8031718 +34 -0.71769886 -0.16263196 -3.6611777 0.17762875 -0.92567789 -1.1560397 -2.3343342999999996 -2.7576188999999998 -2.7641942999999998 -2.0146736 -5.8067628 -2.553441 -5.8032635 +35 -2.0795953000000003 -1.470581 -6.126337 0.11735619 -2.3161802000000002 -2.7431050999999997 -1.6981218999999996 -7.188748299999999 -7.2282735 -6.3319684999999994 -10.998535 -1.8969456999999998 -10.993618 +36 -2.880506 -2.2884655 -7.9784307 0.077633387 -3.1046836 -3.5537531 -2.379378 -4.184932 -7.5465175 -6.6487834 -11.321928999999999 -2.6200318 -11.317034 +37 -0.77861675 -0.20768015 -3.6476977999999995 0.17535644 -0.97771157 -1.1761993 -0.53577653 -2.7496934 -2.7559646 -5.3292099 -9.961264100000001 -0.6113933 -9.9562985 +38 -0.7794876 -0.20846956 -3.6506762000000004 0.17533388 -0.97866387 -1.1777023000000002 -0.53727108 -2.7515763 -2.7582527000000003 -2.0093520000000002 -8.2650211 -0.61304982 -5.7957714000000005 +39 0.041447262 0.04214785099999999 1.1537898e-05 -3.3196653 -0.44414845 -0.55533253 -0.26838639 6.4661812e-05 6.8792377e-05 5.8979709000000005e-05 0.00010199936 -0.30743618 0.00010277881 +40 0.09721802 0.09722246400000001 3.0243292e-05 -3.3166165000000003 1.9752401000000002 -2.592341 -1.3517079 0.00015603771000000002 0.00016977679 0.00014870868999999998 0.0002648639 -1.5061426000000002 0.00026688394 +41 0.10336444 0.10306329 3.2504417e-05 -3.3162866 1.9783456999999998 0.8972568 -1.7467644 0.00016632801999999999 0.00018148871 0.00015934985 0.00028467734 -1.9297335 0.00028683199 +42 -0.52454668 -0.2229914 -0.83305208 -4.611317400000001 1.2041578000000002 0.25578317 -1.6223011 -4.0921255 -4.1168226 -3.282524 -7.6300773 -1.7986596999999998 -7.625271700000001 +43 -2.6940254 -2.2240472000000002 -4.1864579 -4.9415644 -1.183707 -1.5818473 -2.7606839 -3.6294269 -6.9997907999999995 -6.1051721 -10.765017 -3.0158134999999997 -10.759879 +44 0.57973199 0.12451617 1.241934 -3.4751362 2.5422697999999997 0.98726311 0.15064089 0.90170291 0.90308021 -2.8181046000000003 -7.0566144 0.17539737 -7.0522165999999995 +45 0.4706376 0.098694628 1.0329834 -3.4324732000000004 2.4348853 0.9740886 0.16042663 0.78351609 0.78459862 0.45293803 -2.4112994999999997 0.18631331 0.39744246 +46 0.11264692 0.11133979 3.4619720000000005e-05 0.0061104568000000005 -1.8624532 -5.2010258 -3.6601627 0.00017967973 0.00019637703999999997 0.0001722416 0.00030718161 -3.9086339 0.00030951110000000003 +47 0.11053199 0.109433 3.3998722e-05 0.0060019997999999995 -1.8641359 -1.9122196 -2.6055919 0.00017646975 0.00019276362 0.00016907683 0.00030155192999999997 -2.830827 0.00030383863 +48 -0.51250797 -0.2131275 -0.83292026 -1.2882796 -1.7467482 -1.8861444 -2.4818512999999998 -4.0920079 -4.1166266 -3.2823385999999997 -7.6298382 -2.7205652000000002 -7.625031599999999 +49 -2.6893453 -2.2196734 -4.1862949 -1.6194881 -3.6899462999999995 -3.9225696000000005 -4.266299 -3.6292901 -6.9996035999999995 -6.1049879 -10.764828999999999 -4.5737350999999995 -10.759689 +50 0.69045255 0.23934785 1.2419591 -0.1457167 -1.2362928 -1.3454339 -0.67964744 0.90174943 0.90312852 -2.818085 -7.0565874000000015 -0.7747065 -7.052189500000001 +51 0.5827574 0.21525307 1.0330136 -0.10325404 -1.3576446000000002 -1.4470811000000001 -0.70459475 0.78358144 0.78466638 0.45296898 -2.4112864 -0.80208527 0.39745923 +52 0.1126471 0.1113424 3.4626618e-05 0.0061106027 0.096949652 -3.5269922999999994 -3.6818248999999996 0.00017969174999999998 0.0001963944 0.0001722621 0.00030723112 -3.9286657 0.00030956084 +53 -0.50913649 -0.21029637 -0.83288134 -1.2879596000000002 0.26138641 -3.5058534 -3.4823216 -4.0919737000000005 -4.1165679 -3.2822832 -7.629767299999999 -3.7567477 -7.624960099999999 +54 -2.6888345 -2.2191834 -4.186278 -1.6194707 -1.9167156000000003 -5.3336878 -5.471932099999999 -3.6292760000000004 -6.999584 -6.104968700000001 -10.764809 -5.794620200000001 -10.759669 +55 0.7221949 0.26958775 1.2419661 -0.14365214 0.90574309 -3.0649594 -1.7935978 0.90176233 0.90314235 -2.8180793 -7.0565797 -1.9816093000000001 -7.0521818 +56 0.61325661 0.24436913 1.0330216 -0.10134688 0.7465858 -3.1450478 -1.8376544 0.78359879 0.78468489 0.45297748 -2.4112828 -2.027181 0.39746386 +57 -0.50945859 -0.21053464 -0.83288447 -1.2879867 0.2610563 -0.20132175 -3.3814583 -4.0919767 -4.1165723 -3.2822873999999995 -7.6297728000000005 -3.6365293 -7.6249656 +58 -2.6891425 -2.2194708999999997 -4.1862887 -1.619481 -1.9169266 -2.1861318 -4.5976949000000005 -3.6292851 -6.9995963 -6.1049807000000005 -10.764822 -4.8938081 -10.759682000000002 +59 0.72252916 0.26997981 1.2419662 -0.14362549 0.90569886 0.4569877 -1.8754148999999998 0.9017625 0.90314257 -2.8180792 -7.0565796 -2.0666732 -7.052181699999999 +60 0.61314537 0.24435761 1.0330217 -0.10134791 0.74618528 0.3910646 -1.874206 0.78359882 0.78468496 0.45297752 -2.4112828 -2.0655923 0.39746389 +61 -6.247667 -6.598624900000001 -8.6735132 -1.6988541000000001 -5.4302778 -5.525854900000001 -5.613838400000001 -9.1700903 -12.544925 -11.641152 -16.342019 -5.926981700000001 -16.337183 +62 -0.51797662 -0.21733439 -0.82805122 -1.2901231000000002 0.25768829 -0.19711611 -1.7425305 -4.0877707 -4.1118172 -6.599570699999999 -11.270029 -1.9293572 -11.264764999999999 +63 -0.52144013 -0.22070048 -0.83180485 -1.2908629999999999 0.25349256 -0.20266394 -1.7467998 -4.0911789 -4.1157549 -3.2815105000000004 -10.091023 -1.9339749 -7.6247838 +64 -2.6885281 -2.2185387999999997 -4.1829065000000005 -1.6193851000000001 -1.9147575000000001 -2.1814388 -3.0378076000000003 -3.6265057 -6.996342200000001 -9.4236619 -14.121576999999998 -3.3052381 -14.116397000000001 +65 -2.6922222000000002 -2.2223851000000003 -4.1860976 -1.6196148000000001 -1.9188921 -2.1867629 -3.0421028 -3.6291444999999998 -6.9994747 -6.104858999999999 -13.224426999999999 -3.3097788999999995 -10.759644 +66 0.61332334 0.15776205 1.2484443 -0.15279795 0.8075546 0.43764164 0.019000697 0.90511899 0.90650023 -2.8167169999999997 -9.517961900000001 0.021710957000000003 -7.051423 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.0876072 0.25984775 0.00015265845 0.015100148 -3.2573185000000002 -3.3893261 -2.0052336 0.00040950883000000004 0.0004255054 0.00031083396 0.00047715729000000006 -2.203135 0.00048235624000000005 +2 -1.2627489 -2.2628315 0.00045103904000000003 -0.060198909 -1.293626 -1.1504311000000003 -0.39300606 -0.0008790614999999999 0.000373571 9.8548385e-05 -0.00026202455 -0.44764816 -0.00027439927000000005 +3 -0.77764873 -0.20897167 -3.6652349 0.183274 -0.97644705 -1.1793312 -0.54007171 -2.7601207999999997 -2.7668282000000004 -2.0231931 -5.7552971 -0.61607607 -5.7522348 +4 -0.040444337000000004 -0.043752415 -1.1465563999999999e-05 -3.3241940999999997 1.8864583 0.89231903 0.19261492 -6.5443257e-05 -6.9172703e-05 -6.0156083e-05 -0.00010681589 0.22360378 -0.00010756298999999999 +5 0.084381488 0.085074975 2.5603647000000002e-05 0.0045973674 -1.8828608 -1.9224301 -0.88841946 0.0001354645 0.00014669807 0.00012852753999999998 0.00023076137999999998 -1.0029695 0.00023241287999999996 +6 0.10917523 0.108264 3.3425678e-05 0.0058954313 0.094023589 -3.5301609 -2.0983508 0.00017458462999999998 0.00019049595000000002 0.00016730554 0.00030135588 -2.2974041 0.00030350576000000003 +7 0.1070732 0.10641611 3.295791e-05 0.0057912287 0.092063373 0.028815077 -1.889205 0.00017167881999999998 0.00018730388 0.00016464458 0.00029688927000000006 -2.0816107 0.00029899916 +8 -0.502245 -0.20403575 -0.81351121 -1.2818031 0.27570047 -0.17562518 -1.7263375 -4.0778848 -4.1022601000000005 -3.2721489 -7.618950999999999 -1.9120857 -7.6140506 +9 -2.6648699000000002 -2.1968976000000002 -4.1658308 -1.6117058000000002 -1.8867922 -2.1468766 -3.0121931 -3.6136996 -6.9836681 -6.0932694000000005 -10.752202 -3.2782457999999997 -10.746969 +10 0.61474974 0.15793962 1.2525325 -0.15131921 0.80831822 0.44039774 0.020645113 0.90889451 0.91027738 -2.8137876 -7.0517844 0.023609092 -7.0472727 +11 0.50554719 0.13315189 1.0413685 -0.10845066 0.65046289 0.37219516 0.02297193 0.78943539 0.79052443 0.4566804 -2.4059009999999996 0.026010451 0.40276822 +12 -4.4292617 -1.9573604 0.0005533238099999999 -0.056080062 -4.5398205 -4.6404697 -3.0904138 -0.00074125655 0.0005127173099999999 0.00019060394 -0.00013195181 -3.3213863 -0.00014268445 +13 -3.8860936 -0.021616025 -3.6625498 0.19185341 -4.174523000000001 -4.5065563 -3.0669033 -2.7566852 -2.7632319 -2.0199648999999997 -5.749488700000001 -3.3187727 -5.746421099999999 +14 -3.1115266 0.23732802 0.00014328414 -3.3082199 -1.560296 -1.7096316000000003 -0.86362376 0.00036625707000000003 0.00037732346 0.00026741582000000004 0.00039631614999999996 -0.97755935 0.00040093568999999995 +15 -3.0815167000000003 0.26532246 0.00015479516 0.015442148999999999 -4.9795444 -5.1621434 -3.6319345999999997 0.00041993765999999997 0.00043707212999999996 0.00032105025 0.00049567803 -3.8814012000000004 0.00050100446 +16 -3.0809149 0.26585928 0.00015500255 0.015475754 -3.2517931 -6.5293816 -4.959742299999999 0.00042096027 0.00043820655999999994 0.0003220504 0.00049748602 -5.223796299999999 0.0005028247900000001 +17 -3.0815421 0.26530007 0.00015478746 0.015440748999999998 -3.2523134 -3.3867527 -3.6010072 0.00041989717000000005 0.00043702735999999996 0.00032101225 0.0004956125599999999 -3.8509361000000006 0.00050093833 +18 -3.6452671999999997 -0.00042399127 -0.81251857 -1.2569598 -3.0486027 -3.1896579 -3.3296294 -4.0767544000000004 -4.101062799999999 -3.2710103999999998 -7.6174892000000005 -3.6068985000000002 -7.6125875 +19 -5.8074138 -2.0533603 -4.1634967000000005 -1.6045548 -5.0690617 -5.2921379 -5.4431027 -3.6112591 -6.9812512 -6.090873200000001 -10.749733 -5.7665762 -10.744495 +20 -2.4831636 0.43646432 1.2527496 -0.13170709 -2.5432620999999997 -2.7337571 -1.5990923000000001 0.90909564 0.91048091 -2.8137031 -7.051669400000001 -1.7805673999999998 -7.0471576 +21 -2.5901879 0.40870437 1.0415873 -0.08985747699999999 -2.6806514999999997 -2.8568574 -1.6616951000000002 0.78967308 0.79076528 0.45678712 -2.4058544 -1.8457842 0.40282694 +22 -2.8217305 -2.4988897999999997 -3.6681677 0.13642704 -3.0523972 -3.3692674 -2.0669591 -2.7718519 -2.7705130000000002 -2.0265156 -5.7529177 -2.2805213 -5.750012 +23 -1.3154403000000001 -2.3828582999999997 0.00044569532999999995 -3.3834385 0.48022459 0.29133476 0.051379789 -0.00091443767 0.00033740062000000003 6.7029795e-05 -0.00031807308 0.059165047000000005 -0.00033081763 +24 -1.2021628 -2.1325442000000003 0.00045823898 -0.058646095999999995 -3.0563416 -3.0910740000000003 -1.7014781000000003 -0.00083641882 0.00041728494 0.00013678823999999998 -0.00019350257 -1.8766962 -0.00020541237000000002 +25 -1.1915062 -2.1104467999999996 0.00045957375 -0.058368652 -1.2330601 -4.5548082 -2.9979255 -0.00082873439 0.00042517513 0.00014372322 -0.00018099805 -3.2245566 -0.00019282465 +26 -1.195746 -2.1191592 0.00045906107 -0.058478532 -1.2366887 -1.1251461 -2.1882131 -0.0008317433999999999 0.00042208615999999997 0.00014103198 -0.0001857985 -2.3946183999999997 -0.00019765963 +27 -1.9613443 -2.6613921 -0.77310905 -1.4105667 -1.1978621 -1.3194698999999999 -2.1308256 -4.0453792 -4.052113899999999 -3.2238842 -7.5595022 -2.3470401 -7.554722 +28 -4.6410111 -5.097320099999999 -4.0232787000000005 -1.6516796000000002 -3.8304515 -3.9266214 -4.1574506 -3.5020263 -6.8347289 -5.945224 -10.599289 -4.4525959 -10.59417 +29 -0.33111444 -2.1370313 1.2536466 -0.22589532 -0.20674255 -0.31447514 -0.20117655 0.90958885 0.91164651 -2.812639 -7.0505533 -0.23332613 -7.0460441 +30 -0.49563752 -2.1570152 1.0422622 -0.1796104 -0.41217883 -0.44905922 -0.21844522 0.78988651 0.79170815 0.45771897 -2.4047144 -0.25291296 0.40397091 +31 -0.84858298 -0.26426525 -3.6659675000000003 -3.1408415 0.77090863 0.16275803 -0.077376558 -2.7610331 -2.7678631 -2.0241187 -5.7569629 -0.085299074 -5.7539074 +32 -0.71993508 -0.16638526 -3.6646232000000003 0.18501691 -2.759275 -3.0481326 -1.783855 -2.7593793 -2.7659611 -2.0224182 -5.7539009000000005 -1.9792886000000003 -5.750832099999999 +33 -0.71051989 -0.15965927 -3.6645214999999998 0.18529679 -0.91819867 -4.5130655 -3.0551809 -2.7592583999999998 -2.7658165 -2.022289 -5.7536681 -3.3040038999999997 -5.7505981 +34 -0.71419548 -0.16223099 -3.6645604 0.18518957 -0.92150139 -1.1561943000000001 -2.3373265 -2.7593052000000005 -2.7658715 -2.0223381999999996 -5.753757 -2.5569393 -5.7506873 +35 -2.073207 -1.4670396 -6.1533569 0.12889961 -2.3093696 -2.7400306 -1.697327 -7.187489 -7.226954300000001 -6.3358666 -10.996717 -1.8961671000000002 -10.991685 +36 -2.8606848 -2.2713053 -7.9887895 0.087003219 -3.0836876 -3.532431 -2.3593665 -4.1740623999999995 -7.5354656 -6.6429387 -11.310503 -2.5989234 -11.305507 +37 -0.77606081 -0.20801496 -3.6514227 0.18288274 -0.9744117 -1.1771040000000002 -0.5389491 -2.7516932 -2.7579571 -5.3373013 -9.967827 -0.61482804 -9.9627284 +38 -0.77668398 -0.20856441 -3.6537987999999997 0.18289474 -0.9751069 -1.1781628 -0.53999545 -2.7531399 -2.7598076000000002 -2.0168991999999997 -8.2147713 -0.61598617 -5.743740900000001 +39 0.042021662 0.042708264 1.1577274e-05 -3.3196502999999997 -0.44062098 -0.55259976 -0.26733332 6.5541431e-05 6.969493499999999e-05 5.9825405e-05 0.00010445291999999999 -0.30620478 0.00010520398999999999 +40 0.098856481 0.098771579 3.0538547e-05 -3.3165656 1.9773532 -2.5913257 -1.3525364 0.00015868499 0.00017258294999999998 0.00015135571000000003 0.00027221552000000006 -1.5072959 0.00027416583 +41 0.10508898 0.10468328 3.2821579999999996e-05 -3.3162336000000003 1.9805220000000001 0.89959323 -1.7467178 0.00016911853 0.00018445334 0.00016215324 0.00029251791 -1.9300818 0.00029459654 +42 -0.50514489 -0.20637452 -0.81354248 -4.603992400000001 1.233185 0.28119825 -1.6049198999999998 -4.0779128 -4.1023065999999995 -3.2721929 -7.619007799999999 -1.7799866000000002 -7.6141076000000005 +43 -2.6666106 -2.1984955000000004 -4.1658944 -4.9336835 -1.1481747 -1.5401525 -2.7326624 -3.6137527 -6.9837412 -6.0933413 -10.752276 -2.9860612 -10.747043 +44 0.58419889 0.12497325 1.2525256999999999 -3.4753288 2.5501968999999995 0.99084937 0.15120488 0.9088817 0.91026421 -2.8137929 -7.0517918 0.17606578 -7.047280099999999 +45 0.4738376 0.098841424 1.0413601000000001 -3.4324546000000002 2.441262 0.9775325 0.16114904 0.78941691 0.79050546 0.45667176 -2.4059047000000002 0.18717251 0.40276353 +46 0.11451938 0.11307861 3.4957799e-05 0.006167534200000001 -1.8590697 -5.201447900000001 -3.6629532 0.00018268618000000003 0.00019957895 0.00017526607 0.00031563069 -3.9118659 0.00031787845 +47 0.1123712 0.11114525 3.4331411e-05 0.0060581838 -1.8607798999999998 -1.9119377 -2.6063256 0.00017942622 0.00019591012 0.00017204881999999998 0.00030985179 -2.8319520000000002 0.00031205830000000003 +48 -0.49274249 -0.19623251 -0.81340663 -1.2809235 -1.7245191999999998 -1.8554311 -2.4571739 -4.0777915 -4.1021047 -3.272002 -7.618761699999999 -2.6943157 -7.6138604999999995 +49 -2.6616998 -2.1939213 -4.165721 -1.611599 -3.6585343999999997 -3.88301 -4.2291742999999995 -3.6136071000000003 -6.9835423 -6.0931456 -10.752075999999999 -4.5352597999999995 -10.746841 +50 0.69652564 0.24162267 1.2525511 -0.1458346 -1.2285059 -1.3389951 -0.67697296 0.90892882 0.91031313 -2.813773 -7.0517645 -0.77175515 -7.0472527000000005 +51 0.58765054 0.21729501 1.0413908 -0.10316182 -1.3511608999999998 -1.4419746999999998 -0.70227638 0.78948333 0.79057429 0.45670321 -2.4058914000000002 -0.79954259 0.4027806 +52 0.11452006 0.11308166 3.4964943e-05 0.006167704 0.098685403 -3.5282565000000004 -3.6849557999999996 0.00018269905 0.00019959726000000003 0.00017528744 0.00031568237 -3.932285 0.00031793035 +53 -0.48922372 -0.1932845 -0.81336592 -1.2805903 0.28555477 -3.4812951 -3.4564242999999997 -4.0777557 -4.1020435 -3.2719441000000002 -7.618687599999999 -3.7295684999999996 -7.6137859 +54 -2.6611578999999996 -2.1934033 -4.1657028 -1.6115805 -1.8843245 -5.296386900000001 -5.432941099999999 -3.6135919000000003 -6.9835213000000005 -6.093125 -10.752055 -5.7545211 -10.74682 +55 0.72887067 0.27244804 1.2525583 -0.14374053 0.91360854 -3.0614882000000003 -1.7925765999999999 0.90894196 0.91032719 -2.8137673 -7.051756699999999 -1.980791 -7.047244900000001 +56 0.61871853 0.24695952 1.041399 -0.10122894 0.75268126 -3.1425507 -1.8372674 0.78950102 0.79059315 0.45671188 -2.4058877 -2.0270401999999996 0.40278532 +57 -0.48954228 -0.19351845 -0.81336898 -1.2806169 0.28522218 -0.17336191 -3.3639843999999997 -4.0777586 -4.102047799999999 -3.2719482 -7.6186929999999995 -3.6184361000000003 -7.6137912 +58 -2.6614795 -2.1937024 -4.1657142 -1.6115912000000001 -1.8845463 -2.1460712 -4.568864 -3.6136013999999994 -6.9835342 -6.0931377 -10.752068 -4.8639652 -10.746833 +59 0.7292211 0.2728554 1.2525583999999998 -0.14371296 0.91357724 0.46228102 -1.8749912 0.90894213 0.91032741 -2.8137672 -7.051756500000001 -2.0666076 -7.0472447 +60 0.61860952 0.24695067 1.0413991 -0.10122978 0.752281 0.39563791 -1.8737404999999998 0.78950105 0.79059322 0.45671192 -2.4058877 -2.0654823 0.40278535 +61 -6.2280783 -6.565087400000001 -8.652080999999999 -1.6910602 -5.408156 -5.503855000000001 -5.5957774 -9.1519569 -12.526357 -11.626825 -16.326795 -5.9090312 -16.321857 +62 -0.4983412 -0.20051084 -0.80834693 -1.2827671 0.28166959 -0.16897048 -1.7238060000000002 -4.0733711999999995 -4.0971175 -6.589057 -11.25864 -1.9092715 -11.253281 +63 -0.50196162 -0.20402775 -0.81228673 -1.2835506 0.27729523 -0.17477633 -1.7283209 -4.0769597 -4.101231899999999 -3.2711727 -10.079944 -1.91415 -7.613611 +64 -2.6608565 -2.1927407000000003 -4.1621591 -1.6114874 -1.8823043999999998 -2.1411409 -3.007635 -3.6106808 -6.9801444 -9.4116844 -14.10871 -3.2734252 -14.103435000000001 +65 -2.6647255000000003 -2.1967629 -4.1655284 -1.6117313 -1.886634 -2.1467472 -3.0121714 -3.6134656 -6.983419400000001 -6.093022599999999 -13.21168 -3.2782221 -10.746802 +66 0.61822988 0.15871629 1.259095 -0.15298142 0.81364241 0.4425604 0.019941438 0.91232669 0.91371315 -2.8123942000000004 -9.5131204 0.022822311 -7.046469999999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d001+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.0875534 0.25989247 0.00015250569999999999 0.015097313000000001 -3.2572312 -3.3893533 -2.0053009 0.00040956267 0.00042556215999999995 0.00031089695 0.00047752339999999996 -2.2032081000000003 0.00048271805 +2 -1.2628191999999998 -2.2628447 0.00045040379000000003 -0.060172292 -1.2936277 -1.150442 -0.39298922 -0.00087788994 0.00037479558 0.00010422152 -0.00026106952 -0.44763072 -0.00027350336 +3 -0.77756805 -0.20899806 -3.6661336 0.18521755 -0.97643814 -1.1795622 -0.54021632 -2.7606132000000003 -2.7670868 -2.0238372 -5.7482877 -0.61624341 -5.745314 +4 -0.040459639 -0.043767787 -1.1467442000000001e-05 -3.3241940000000003 1.8863653000000002 0.89234538 0.1926012 -6.5470981e-05 -6.9201051e-05 -6.0183176000000004e-05 -0.00010691837 0.22359022 -0.00010766408000000001 +5 0.08442243 0.085111411 2.5607154000000002e-05 0.0045976522999999995 -1.8827578 -1.9224093 -0.8884259 0.00013553369 0.00014677077 0.00012859516000000002 0.00023099752 -1.0029781999999998 0.00023264617 +6 0.10922812 0.10831014 3.3433218e-05 0.005895804399999999 0.09407123199999999 -3.5301946 -2.0984347000000003 0.00017467403000000003 0.00019059072 0.00016739375 0.00030166447999999997 -2.2974965 0.00030381061 +7 0.10712437 0.1064608 3.2965158e-05 0.0057915565 0.09210946800000001 0.028834122 -1.8891898 0.00017176556 0.00018739570999999999 0.00016473016 0.00029719104 -2.081599 0.00029929722999999997 +8 -0.50248279 -0.20435197 -0.81390993 -1.281347 0.2754263 -0.17620382 -1.7270717 -4.0783917 -4.1027641 -3.2728572999999996 -7.6196458 -1.9128710999999998 -7.614738000000001 +9 -2.6647022000000002 -2.1968307 -4.1661352 -1.6108833999999999 -1.8865823 -2.1466221 -3.0120503 -3.6140195 -6.983836500000001 -6.0936334 -10.752464 -3.2780855000000004 -10.747218 +10 0.61492897 0.15796941 1.2529196000000002 -0.15132166 0.80853376 0.44055332 0.020638123 0.90918352 0.91056064 -2.8136275 -7.051529700000001 0.023604489 -7.047012 +11 0.50569419 0.13318117 1.0416999 -0.10843207 0.65062815 0.37234964 0.023004811 0.78969694 0.7907808 0.45683887 -2.4056402 0.026049825 0.40302634 +12 -4.4292929 -1.9573066000000003 0.0005525525800000001 -0.056054127 -4.539765900000001 -4.6405095 -3.0904911 -0.0007401289299999999 0.0005138971099999999 0.00019624789 -0.00013095143 -3.3214657999999995 -0.00014174401 +13 -3.8860046 -0.021641183999999997 -3.6634457 0.19378207 -4.1744936 -4.506756200000001 -3.0671345000000003 -2.7571759 -2.7634895 -2.0206077000000002 -5.7425090999999995 -3.3190193 -5.739529599999999 +14 -3.1114819 0.23736607 0.00014312955 -3.3082226 -1.5602976 -1.7097060000000002 -0.8636877 0.00036629322999999996 0.00037736097999999997 0.00026746022 0.00039660697 -0.97762696 0.00040122328 +15 -3.0814605999999998 0.26536877 0.00015464256 0.015439296000000002 -4.9794487 -5.1621676 -3.6320123 0.00041999553 0.0004371332599999999 0.00032111738999999995 0.0004960608599999999 -3.8814822999999996 0.0005013827400000001 +16 -3.0808586 0.26590574 0.00015484995 0.015472898 -3.2517036 -6.529411799999999 -4.9598307 0.00042101852 0.0004382681 0.00032211793 0.00049787045 -5.2238875 0.0005032046400000001 +17 -3.0814861000000002 0.26534636 0.00015463485 0.015437895 -3.2522242 -3.3867785 -3.601064 0.00041995499000000005 0.00043708843 0.00032107934 0.00049599526 -3.8509957999999997 0.00050131649 +18 -3.6454987 -0.00074545318 -0.81291714 -1.2565266000000002 -3.0488412 -3.1902342999999997 -3.3304845000000003 -4.0772611 -4.1015667 -3.2717187 -7.618183900000001 -3.6077955000000004 -7.613274700000001 +19 -5.8072294 -2.0532866000000003 -4.1638 -1.6037386999999999 -5.0688399 -5.291885 -5.4429052 -3.6115781000000005 -6.9814188999999995 -6.0912367 -10.749993 -5.766362 -10.744744 +20 -2.4829432999999996 0.43654091 1.2531366000000002 -0.13171297 -2.5429972999999997 -2.7335585 -1.5989946000000002 0.90938457 0.91076409 -2.8135431 -7.0514147 -1.7804609 -7.046897 +21 -2.5899921000000004 0.4087858 1.0419186 -0.08984197699999999 -2.680422 -2.8566898999999997 -1.6615918 0.78993457 0.79102159 0.45694554 -2.4055936 -1.8456721999999999 0.40308498 +22 -2.821889 -2.4990584 -3.669084 0.13845138 -3.0525624 -3.3697481 -2.0675327 -2.7723588 -2.7707803 -2.0271726 -5.745716099999999 -2.2811331000000004 -5.7429069 +23 -1.315532 -2.3829101 0.00044506204000000003 -3.3834117999999993 0.48006776 0.29130939 0.051386417999999996 -0.0009132795199999999 0.00033861181 7.269011e-05 -0.00031716964 0.059174658 -0.00032997254 +24 -1.2022004 -2.1324991 0.00045760859000000006 -0.058619384000000004 -3.0562821 -3.091091 -1.7015118999999999 -0.0008352248200000001 0.00041853208 0.00014248197 -0.00019247676 -1.8767334 -0.00020444653999999998 +25 -1.1915381 -2.1103928 0.00045894324000000003 -0.05834193 -1.2330292 -4.5548523 -2.9980118 -0.00082753655 0.00042642614 0.00014942046999999998 -0.00017995978 -3.2246462000000005 -0.00019184651999999997 +26 -1.1957803 -2.1191097 0.0004584297 -0.058451826 -1.2366598999999998 -1.125139 -2.1881769 -0.00083054744 0.00042333527 0.0001467275 -0.00018476572 -2.3945830000000004 -0.00019668694 +27 -1.9617107 -2.6617595 -0.77345785 -1.409982 -1.1982473999999999 -1.3202303 -2.1317635 -4.0458383 -4.052565400000001 -3.2245402000000003 -7.5601449999999994 -2.3480368 -7.555357400000001 +28 -4.6411072 -5.0973386 -4.0235911 -1.6508238999999998 -3.8305279999999997 -3.9268269 -4.1578216 -3.5023674 -6.834931200000001 -5.945624400000001 -10.59959 -4.4529778 -10.594459 +29 -0.33091048 -2.1370435000000003 1.2540383999999998 -0.22586824 -0.20647321 -0.31419642 -0.20109474 0.9098831 0.91193491 -2.8124714 -7.050291900000001 -0.23322968 -7.0457768 +30 -0.49547924 -2.1570264 1.0425973 -0.17956197 -0.41196717 -0.44880254 -0.21832659 0.79015277 0.79196913 0.45788467 -2.4044486000000003 -0.25277661 0.40423388 +31 -0.84853892 -0.26431703 -3.6668671 -3.1388951 0.77083785 0.16253473 -0.077419711 -2.7615262 -2.7681223999999998 -2.0247636000000004 -5.7499461 -0.085353945 -5.7469791 +32 -0.71984381 -0.16640623 -3.6655212999999995 0.18695764 -2.7592372000000003 -3.0483248 -1.7840532 -2.7598713 -2.7662193999999998 -2.023062 -5.7468982 -1.9795049999999998 -5.7439179000000005 +33 -0.71042782 -0.15967992 -3.6654195 0.18723705 -0.9181791 -4.513261 -3.0554078 -2.7597503 -2.7660748 -2.0229328 -5.7466666 -3.3042467 -5.743685 +34 -0.71410439 -0.16225221 -3.6654584000000003 0.18712999 -0.9214828 -1.1564174999999999 -2.3374414 -2.7597971 -2.7661298 -2.022982 -5.746755 -2.5570668999999997 -5.7437738 +35 -2.0730778 -1.4670145 -6.1566867 0.13267531 -2.3093216 -2.7401679 -1.6973931 -7.187827599999999 -7.2267823 -6.3362013 -10.996191 -1.8962406000000003 -10.99113 +36 -2.8592409 -2.2699572999999997 -7.9903885 0.08920442199999999 -3.0822445 -3.5307473 -2.3575619 -4.1736089 -7.5343426 -6.642249799999999 -11.309175 -2.5970014999999997 -11.304143 +37 -0.77606952 -0.20812919 -3.6525247000000003 0.18480995 -0.9744957 -1.1774992 -0.53926302 -2.7523257 -2.7583466 -5.3381042 -9.9684819 -0.61518351 -9.963363000000001 +38 -0.77659793 -0.20858724 -3.6546480000000003 0.18483763 -0.97509107 -1.1783848 -0.54013529 -2.7536046 -2.7600396000000003 -2.0175183999999997 -8.208300999999999 -0.61614811 -5.7368726 +39 0.042042529 0.042727047000000004 1.157643e-05 -3.3196502 -0.44055701 -0.55256595 -0.26733408 6.5574357e-05 6.9728775e-05 5.9856189e-05 0.00010455773999999999 -0.30620271 0.00010530755 +40 0.098905268 0.098814617 3.0545719e-05 -3.3165652000000003 1.9773166000000002 -2.5913329 -1.3525896000000002 0.00015876747999999999 0.00017267008000000002 0.0001514366 0.00027249597 -1.5073558 0.00027444293 +41 0.10513953 0.10472751 3.2828902e-05 -3.3162333 1.9804868000000002 0.8996258 -1.7467183000000002 0.00016920433 0.00018454413 0.00016223778999999999 0.00029281551 -1.9300869999999999 0.00029489049999999997 +42 -0.50538124 -0.20668948 -0.8139412 -4.603535900000001 1.2327350000000001 0.2805983 -1.6056533000000002 -4.0784197 -4.1028106 -3.2729013 -7.6197026 -1.780773 -7.614794900000001 +43 -2.6664437000000003 -2.1984293 -4.166199 -4.932861099999999 -1.1479866 -1.5399156999999999 -2.7325453 -3.6140726 -6.983909599999999 -6.0937054 -10.752537 -2.9859272 -10.747292 +44 0.58437691 0.12500127 1.2529128999999999 -3.4753306000000004 2.550386 0.99091489 0.15115133 0.90917071 0.91054748 -2.8136327999999997 -7.051537 0.17600824 -7.0470194 +45 0.47398035 0.09886512 1.0416915 -3.4324356 2.4414154 0.97761938 0.16114055 0.78967845 0.79076182 0.45683023 -2.4056438 0.18716511 0.40302165 +46 0.11457398 0.11312599 3.4966045e-05 0.0061678831 -1.8589557 -5.2014443 -3.6630049 0.00018277843999999998 0.00019967683000000002 0.00017535724999999999 0.00031595167 -3.9119205999999997 0.00031819549999999997 +47 0.11242475 0.11119183 3.4339651e-05 0.006058525699999999 -1.8606667000000001 -1.9119104 -2.606319 0.00017951681 0.00019600616000000002 0.00017213828 0.00031016682 -2.8319474 0.00031236946 +48 -0.49298422 -0.19655225 -0.81380537 -1.2804686 -1.7247528000000003 -1.8560101000000002 -2.4579847999999997 -4.0782983999999995 -4.1026088 -3.2727104 -7.6194565999999995 -2.6951741 -7.614547900000001 +49 -2.6615304 -2.193853 -4.166025299999999 -1.6107767 -3.6583184999999996 -3.8827557999999995 -4.2289905 -3.6139269 -6.9837106 -6.0935096 -10.752336999999999 -4.5350577 -10.74709 +50 0.69673192 0.24168257 1.2529383 -0.14583698 -1.2282431999999999 -1.3387678 -0.67689952 0.90921785 0.91059641 -2.8136129 -7.051509700000001 -0.77166986 -7.0469919999999995 +51 0.58782991 0.21735981 1.0417223 -0.1031429 -1.3509281000000002 -1.4417665000000002 -0.70217544 0.78974489 0.79083068 0.45686169 -2.4056305 -0.79942815 0.40303873 +52 0.11457469 0.11312906 3.49732e-05 0.0061680542 0.09873474900000001 -3.5282892 -3.6850287000000006 0.00018279134999999998 0.00019969519 0.00017537866 0.00031600346000000004 -3.9323626000000003 0.0003182475 +53 -0.4894674 -0.19360593 -0.81376468 -1.2801358999999999 0.28527559 -3.4818226 -3.4572607000000004 -4.0782626 -4.1025476 -3.2726526000000002 -7.6193824999999995 -3.7304458 -7.614473299999999 +54 -2.6609882000000002 -2.1933347000000003 -4.1660072 -1.6107581 -1.8841130000000001 -5.2961562 -5.4327555 -3.6139116999999996 -6.983689599999999 -6.0934889000000005 -10.752316 -5.7543181 -10.747069 +55 0.72909417 0.27252396 1.2529454 -0.14374251 0.91386785 -3.0613704 -1.7925408999999999 0.90923099 0.91061047 -2.8136072 -7.0515019 -1.9807539 -7.0469841 +56 0.61891555 0.24704079 1.0417305000000001 -0.10120961 0.75289435 -3.1424442999999997 -1.8372191000000002 0.7897626 0.79084955 0.45687037 -2.4056268 -2.02699 0.40304346 +57 -0.48978605 -0.19383995 -0.81376773 -1.2801625 0.28494299 -0.1739414 -3.3646812000000006 -4.0782655 -4.1025519 -3.2726567 -7.6193879 -3.6191654000000004 -7.614478699999999 +58 -2.66131 -2.193634 -4.1660185 -1.6107688999999998 -1.8843349999999999 -2.1458161000000002 -4.5687232 -3.6139212999999994 -6.9837026 -6.0935017 -10.752329 -4.8638105000000005 -10.747082 +59 0.72944524 0.27293189 1.2529455 -0.14371491 0.91383708 0.46244543 -1.8749893 0.90923116 0.9106107 -2.8136071 -7.0515018 -2.0666092000000003 -7.046983999999999 +60 0.61880672 0.24703213 1.0417305000000001 -0.10121044 0.75249421 0.39580446 -1.8737025 0.78976263 0.79084962 0.45687041 -2.4056268 -2.065446 0.40304349 +61 -6.2269294 -6.5630277999999995 -8.6527231 -1.6900735 -5.406932599999999 -5.5025417 -5.594597599999999 -9.151613699999999 -12.525221 -11.625784 -16.32565 -5.9078323 -16.320677 +62 -0.49867381 -0.20091967 -0.80884789 -1.282335 0.2812839 -0.16970694 -1.72468 -4.0739747 -4.0977195 -6.5898625 -11.259328 -1.9102073 -11.253961 +63 -0.50219943 -0.20434382 -0.81268585 -1.2830916 0.27701995 -0.17535555 -1.7290535 -4.0774669 -4.1017362 -3.2718813 -10.080638 -1.9149337 -7.6142984 +64 -2.6608146 -2.1928033 -4.162581899999999 -1.6106737 -1.8822359 -2.1410782000000004 -3.0076576 -3.6110998 -6.980411800000001 -9.4121489 -14.109054 -3.2734401 -14.103766 +65 -2.6645578 -2.1966959999999998 -4.165833 -1.6109089 -1.8864243000000003 -2.1464928 -3.0120286 -3.6137857 -6.983588 -6.093386799999999 -13.211941 -3.2780617999999997 -10.747052 +66 0.61841051 0.15874643 1.2594843999999998 -0.15298397 0.81386002 0.44271689 0.019934142 0.912617 0.9139977 -2.8122336 -9.5128647 0.022817351 -7.0462085000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.5162062 0.73581074 0.53035148 0.24114903 -3.0066401000000003 -2.4512918 -1.129027 0.65803804 0.65994301 0.64961194 0.69822641 -1.2468152 0.6987784 +2 -2.9485302000000004 -6.1859682000000005 -3.3480466 -0.32841136 -2.6279779 -1.5269456 -0.40616243 -3.7105277 -3.6579254 -3.6399273 -3.6995888 -0.44920365 -3.7041953000000003 +3 0.49315701 0.53740671 -0.86782908 0.15061365 0.59867265 0.42663154 0.21519441 0.37989248 0.41585861 0.41685894 0.42294115 0.24460136 0.42099334 +4 -0.03062033 -0.02792201 -0.018082201000000003 -3.3273571000000004 1.3954151000000001 0.42100227 0.11593968 -0.023706092 -0.023612152999999997 -0.023195484 -0.024781297999999997 0.13354747 -0.024863661000000002 +5 0.10452551 0.095575213 0.060907332 0.020210968 -2.2392493 -1.6556841 -0.73455257 0.08085465 0.080433579 0.078908222 0.08462153300000001 -0.81666594 0.084945655 +6 0.14569622 0.13393377 0.083429501 0.028659237 0.11743796 -3.3475466 -1.7691195 0.11242865 0.11160271 0.10934748 0.11753966 -1.9163531999999999 0.11806901 +7 0.14482119 0.13354386 0.082551801 0.028584254 0.11563874 0.019441378 -1.7665485 0.11177147 0.11085686 0.10857724 0.1167575 -1.8953523 0.11731116 +8 -2.8189393 -5.5505494 -6.5363697 -0.25845701 -2.5488084 -1.467467 -0.31771774 -7.3912845 -7.3719213 -7.3535965 -7.416353 -0.35246504 -7.4206791 +9 -2.9999533 -6.8274992 -7.318659599999999 -0.32992013 -2.6736176 -1.564562 -0.42064431 -4.3561856 -7.6448672 -7.6262099 -7.688671799999999 -0.46493021 -7.693322099999999 +10 0.0074661789 0.0084043086 0.0084108388 0.0017351970000000002 0.0076194774 0.003741006 0.0011246379 0.0081135123 0.0094365364 -3.3125671000000003 -3.3733266000000004 0.0012803862 -3.3734542000000003 +11 7.815314e-05 9.0979419e-05 0.00018752967 1.8493028e-05 6.4646071e-05 1.5806373e-05 1.8443041000000003e-06 0.0001083593 0.00014845556 0.00014606591000000001 -2.4597596 2.0821447e-06 1.4166991e-05 +12 -5.236455599999999 -5.857931400000001 -3.2677506000000003 -0.24808313 -4.9704972000000005 -3.9424288 -1.9892775000000003 -3.6263842000000004 -3.5744002 -3.5565535 -3.6161356 -2.1243049 -3.6206322999999996 +13 -2.0881866999999996 1.211273 -0.34260374 0.4149031 -2.6102533 -1.9352657 -0.73505562 0.97942282 1.0165285 1.0072947 1.0611155 -0.81683128 1.0597462 +14 -2.5486886 0.70488239 0.51368312 -3.0895284 -1.3856685 -1.2079658000000002 -0.58831129 0.63254333 0.63473181 0.62523897 0.67062769 -0.66048741 0.67098538 +15 -2.4919808999999997 0.75863992 0.54306574 0.24787684 -4.779979900000001 -4.230462 -2.5217777000000003 0.67707339 0.67882801 0.66789134 0.71890887 -2.707463 0.71958962 +16 -2.4887629000000002 0.76169741 0.54471746 0.24878389 -2.992076 -5.6286885 -3.7934650000000003 0.67959535 0.68132282 0.67030136 0.72164602 -4.0029794 0.72234673 +17 -2.4910433 0.75957759 0.54350741 0.24815527 -2.9933226000000004 -2.4452482000000004 -2.7593939 0.67780977 0.67954606 0.66857961 0.71969856 -2.9368928 0.72038888 +18 -5.0983019 -4.915600700000001 -6.3408805 -0.17107846 -4.893700599999999 -3.8932659 -1.8974486000000002 -7.1785299 -7.167424400000001 -7.149548599999999 -7.2127208 -2.0291732 -7.2166071 +19 -5.2686069 -6.5155628 -7.2559454 -0.2499543 -4.9962215 -3.9638427000000003 -2.0050501 -4.2919137 -7.5805766000000006 -7.5619976 -7.6245302 -2.1402392999999997 -7.6291039000000005 +20 -2.5087305 0.74438266 0.53886318 0.24363852 -3.0010654999999997 -2.4457955 -1.1258886000000001 0.66645754 0.66982986 -2.6625507 -2.7192065 -1.2434611999999998 -2.7188895 +21 -2.5161185 0.73591406 0.53057085 0.2411785 -3.0065895 -2.4512587000000003 -1.1290156 0.65816216 0.66012643 0.64979105 -1.7618618000000001 -1.2468035 0.69872706 +22 -2.7749752999999995 -4.976890099999999 -3.5796544999999997 -0.29374035 -2.4788667 -1.3933955 -0.32074471 -2.5301567000000005 -2.4639201 -2.4466341000000003 -2.5024197999999997 -0.35545962 -2.5071326000000003 +23 -2.9531403 -6.212641400000001 -3.3519167000000003 -3.6499932999999998 -1.2523093 -0.53049763 -0.10862977 -3.7149763 -3.6622835 -3.6442571000000004 -3.7039011 -0.12137182 -3.7085337999999997 +24 -2.9399671 -6.1421323 -3.3412071000000005 -0.32843011 -4.4103289000000006 -3.3816767 -1.6233459 -3.7028106 -3.6503276 -3.6323712999999995 -3.6920550000000003 -1.7481773 -3.6966233999999996 +25 -2.9383925 -6.133923 -3.3399300000000003 -0.32843029 -2.6211442000000003 -4.8466733 -2.882305 -3.7013557999999995 -3.6488992 -3.6309517 -3.6906402000000003 -3.0425436 -3.6952007000000004 +26 -2.9390677000000003 -6.1372496 -3.3404657999999996 -0.32842794 -2.6216107 -1.5244156 -2.1025319 -3.7019555 -3.6494911 -3.6315405 -3.6912277000000002 -2.2425735 -3.6957907999999997 +27 -3.0132944999999998 -9.156094900000001 -6.8966727 -0.26547235 -2.7190342999999997 -1.6071875 -0.37320163 -7.798319500000001 -7.7456776 -7.7268928 -7.7892379 -0.41286062 -7.794013400000001 +28 -3.0874057999999995 -10.286774000000001 -7.4790600000000005 -0.33293524 -2.7534047000000004 -1.63491 -0.45066933 -4.5427705000000005 -7.8107959000000005 -7.791984299999999 -7.8543107999999995 -0.49760514 -7.859111500000001 +29 -2.9483963 -6.1846213 -3.3469602 -0.32840668 -2.6278183 -1.526752 -0.40605516 -3.7099809 -3.6569146 -6.9608432 -7.023237700000001 -0.44908536 -7.0278427 +30 -2.9485295 -6.185961 -3.3480341 -0.32841134 -2.6279773 -1.5269451 -0.40616228 -3.7105227999999997 -3.6579177000000005 -3.6399196000000003 -6.159033900000001 -0.44920348 -3.7041937999999996 +31 0.47024479 0.51727326 -0.8827867 -3.1764716 2.0077057000000003 0.68557461 0.28386295 0.3626345 0.39848927 0.3997943 0.40463883 0.32431947 0.40264557 +32 0.61002621 0.6408696 -0.7920545 0.17929394 -1.817751 -1.1066935 -0.36292258 0.46844093 0.50493971 0.50422233 0.51708152 -0.40489308 0.51543353 +33 0.67318574 0.69767608 -0.75251835 0.19574786 0.74227529 -2.952336 -1.3397961 0.51637996 0.5531156 0.55124307 0.56827937 -1.454725 0.56691062 +34 0.67868807 0.70297642 -0.74928694 0.19732225 0.7449942 0.43970046 -1.5835478 0.52065861 0.55740212 0.55538416 0.57286565 -1.7009919999999998 0.57154763 +35 -2.4543873 -3.9206237 -6.304560400000001 -0.21578681 -2.229462 -1.1989267 -0.18578426 -5.787344999999999 -5.7530046 -5.7346965999999995 -5.7968922 -0.20721099 -5.8013069 +36 -2.8151057 -5.188956500000001 -7.1177304 -0.29514909 -2.5172442000000004 -1.4286406999999999 -0.33563557 -2.7391105 -6.0143996 -5.9957859000000004 -6.0578106 -0.37182874 -6.0625055 +37 0.49761835 0.54225231 -0.86249402 0.15192547 0.60352335 0.42881294 0.21614883 0.38434114 0.42122758 -2.8997417000000003 -2.9581812999999997 0.24568087 -2.960175 +38 0.49318096 0.53743372 -0.86757889 0.15062029 0.59869249 0.42663473 0.21519438 0.37993685 0.41590758 0.41690703 -2.0369534 0.24460138 0.4208942 +39 0.07309763799999999 0.066356958 0.04371238400000001 -3.3077697 -1.2738521999999999 -0.85045719 -0.41847282 0.056796220999999994 0.05667779 0.055694705 0.059559347 -0.4668809 0.059733735999999996 +40 0.13745619 0.12647535 0.079177187 -3.2946627 1.4826241000000002 -2.925643 -1.4074487 0.10632612 0.10558113 0.103475 0.11115543 -1.5294121 0.11164359 +41 0.14371736 0.13277761 0.082110195 -3.2932474000000003 1.4836573999999998 0.42557569 -1.672239 0.1111376 0.11022383 0.10795899 0.1160817 -1.7948271 0.11663255 +42 -2.8266732999999995 -5.588870200000001 -6.5452965 -3.5801041 -1.137716 -0.45124786 -0.018923244 -7.4009580999999995 -7.3818615 -7.3634743 -7.4261682 -0.021511824 -7.430556299999999 +43 -3.0035381 -6.853399700000001 -7.321975599999999 -3.6514662 -1.3012952 -0.5623806 -0.11679977 -4.3593719 -7.648573299999999 -7.6298942 -7.6923343 -0.13053349 -7.6970061 +44 -0.023112492000000002 -0.019456595 -0.00964086 -3.3256365 1.4024447 0.42286415 0.11666323 -0.015550757 -0.014149433000000001 -3.3357356 -3.3965744 0.13437724 -3.3967774 +45 -0.030542321 -0.027830832000000003 -0.017895735 -3.3273388999999995 1.3954636 0.42100694 0.11594035 -0.023597824 -0.023464482000000002 -0.023050143999999998 -2.4845296 0.13354827 -0.024846904 +46 0.1565135 0.14400199 0.089265224 0.030907427999999997 -2.2182179 -4.8959264000000005 -3.1588507000000003 0.1206907 0.11975281 0.1172994 0.12616225 -3.3565053999999996 0.12674821 +47 0.15298198 0.14079007 0.087293734 0.03019046 -2.2197150000000003 -1.6472746999999999 -2.408196 0.11799489 0.11707585 0.11468037 0.12332886 -2.5706495 0.12390161 +48 -2.8050569 -5.487932900000001 -6.5210134 -0.25833138 -4.3321207 -3.3266449000000002 -1.5300837999999999 -7.3748295 -7.3549606 -7.3367290999999994 -7.3995781 -1.6506439999999998 -7.403811999999999 +49 -2.9932429 -6.7857476 -7.3129057 -0.32999763 -4.4545277 -3.4199717000000005 -1.6495519 -4.3507525000000005 -7.6385548 -7.619927900000001 -7.6824204 -1.7750793000000002 -7.687040400000001 +50 0.11211033 0.10401647 0.06936899099999999 0.022048022 -2.2343902 -1.6508578 -0.73215361 0.089030401 0.08998994 -3.2335464 -3.2940433 -0.81403633 -3.2938753 +51 0.10460467 0.09566604199999999 0.061098549 0.020230423 -2.2392128 -1.6556613000000002 -0.73454646 0.08096366 0.08058504 0.07905707599999999 -2.3751789 -0.81665944 0.08495060900000001 +52 0.15685116 0.14434146 0.08942418 0.030983844 0.12564066 -3.3461769999999995 -3.3502497000000004 0.12094793 0.1200003 0.11753831 0.12642339 -3.5372767 0.12701305 +53 -2.8024426 -5.476103 -6.518096900000001 -0.25830253 -2.5377791000000003 -4.79568 -2.7906791 -7.3716734 -7.351717 -7.333505000000001 -7.3963735 -2.9488592999999996 -7.400588000000001 +54 -2.992039 -6.778063400000001 -7.3118465 -0.33000902 -2.6682938999999997 -4.8821203 -2.9114261000000003 -4.34974 -7.6373818 -7.618761099999999 -7.681259799999999 -3.0716783 -7.685873700000001 +55 0.15341797 0.14247422 0.09196499 0.030557402 0.12527807 -3.3439312000000005 -1.7660166000000002 0.12069859 0.12128587 -3.2029857999999995 -3.2634243 -1.9130706999999998 -3.2630698 +56 0.14577593 0.13402465 0.083621977 0.028679114 0.11750383 -3.3475297 -1.7691096999999998 0.11253791 0.11175532 0.10949738 -2.3422791000000003 -1.9163432 0.11806967 +57 -2.803514 -5.480741 -6.5192703000000005 -0.25831117 -2.5385127 -1.4634848 -2.0255229999999997 -7.372921400000001 -7.3530065 -7.3347879 -7.397649900000001 -2.1628324 -7.4018709000000005 +58 -2.9925741 -6.7812679000000005 -7.3122985 -0.33000212 -2.6686626 -1.5625838 -2.1148186 -4.3501650000000005 -7.6378767000000005 -7.6192538 -7.6817503 -2.2551134999999998 -7.686366400000001 +59 0.15257956 0.14211934 0.091109341 0.030489897000000002 0.12350132 0.023121252999999998 -1.7656124 0.12007017 0.12057175 -3.2037252 -3.2641857000000005 -1.8943596999999999 -3.2638089 +60 0.14490101 0.13363485 0.082744242 0.028604151 0.11570465 0.019456686 -1.7665471000000001 0.11188078 0.11100948 0.10872716 -2.3430614 -1.8953508000000001 0.11731182 +61 -3.0145649 -9.2560315 -10.315579 -0.26548534 -2.7201972999999997 -1.6082011 -0.37362762 -7.8664350999999995 -11.164597 -11.145800999999999 -11.20833 -0.41332465 -11.213082 +62 -2.8187841000000002 -5.549434 -6.5354648 -0.25845109 -2.5486378 -1.467278 -0.31761777 -7.3909536 -7.371090299999999 -10.674693 -10.737657 -0.35235475 -10.741984 +63 -2.8189393 -5.5505491 -6.5363690000000005 -0.25845701 -2.5488082999999997 -1.467467 -0.31771774 -7.3912844 -7.3719209 -7.3535962 -9.8757859 -0.35246503 -7.420679300000001 +64 -2.9999017000000006 -6.8267216 -7.318117900000001 -0.32991833 -2.6735523 -1.5644786 -0.420594 -4.3560625 -7.644296400000001 -10.947566 -11.010197 -0.46487483 -11.014849 +65 -2.9999533 -6.827499 -7.3186591 -0.32992013 -2.6736176 -1.5645619 -0.42064431 -4.3561855000000005 -7.644867 -7.626209599999999 -10.148104 -0.4649302 -7.693322200000001 +66 0.0074738468 0.008413219 0.0084289833 0.0017370167 0.0076258485999999995 0.0037425721999999996 0.0011248223 0.0081240831 0.0094509603 -3.3125529 -5.832789900000001 0.0012805944999999999 -3.3734534 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.0210251 0.26276118 0.0063879861 0.20872427 -3.8803627 -1.3636344 -0.3570568 0.037948617999999996 0.038129247000000005 0.029263793 0.11705617 -0.40824053 0.11659578 +2 -2.394934 -2.5207275 -0.05260584099999999 -1.3053841999999998 -1.498362 -0.26993303 -0.17427552 -0.19487484 -0.19184585 -0.14807519 -0.72688291 -0.1966139 -0.72223096 +3 -0.47088462 -0.37889289 -2.7520127 -0.06554121 -0.29378639 -0.007703493100000001 0.13713675 -1.9493205000000002 -1.9541398999999997 -1.6785756 -4.9706553 0.1559676 -4.9524702000000005 +4 -0.0041804296000000005 -0.0030637554999999998 -0.00010797142 -3.3240722999999996 0.40131864 0.032382886 0.012353835 -0.00043967195 -0.00044246640999999996 -0.00034797483 -0.0014262901999999998 0.013958628 -0.0014218966 +5 0.07368492900000001 0.05588096 0.0023206221 0.04025868 -3.4524404000000004 -1.0137551 -0.28301066 0.0083530864 0.0084059849 0.0066496125 0.026370327000000002 -0.32543901 0.026324972000000002 +6 0.15670007 0.11804232 0.0054446499 0.08554729300000001 0.041465146 -3.3717675000000003 -1.2160277 0.018159473 0.018279324 0.014499586 0.056572643 -1.3625242 0.056554781 +7 0.176847 0.13231449 0.0061146974 0.096019206 0.046161502 0.00064825361 -1.8959452 0.020421746 0.020558842 0.016302941 0.06371579299999999 -2.0927113999999998 0.063696296 +8 -4.2562361 -4.6367856 -6.5057605 -1.3363884 -3.8974176 -1.483164 -0.62483205 -8.817435000000001 -8.8624535 -8.485881 -12.330884 -0.71569256 -12.311169 +9 -5.2524928 -6.3324365 -7.894833599999999 -1.4675011 -4.7829776 -2.1112757 -0.86553268 -6.3165994 -9.666884300000001 -9.289306199999999 -13.135563000000001 -0.98474434 -13.11645 +10 0.021742852000000003 0.015344003 0.11240682 -0.009882725699999999 0.018371488000000002 0.002344445 -0.029664142 0.089041471 0.090393923 -3.2510351 -6.9290609 -0.033677577 -6.9101433000000005 +11 0.019654005 0.013259429 0.11073015 -0.008774489 0.01517662 0.0006177821599999999 -0.028024601 0.087924912 0.088757645 0.06918569599999999 -2.3134022 -0.031934452 0.26949844 +12 -5.279833099999999 -2.1706215 -0.046180409000000006 -1.1476152 -5.096558900000001 -2.5115164 -0.90016778 -0.17977949 -0.17672417 -0.1360688 -0.6678214 -1.0203657 -0.6634549 +13 -3.4013512 -0.044889915999999995 -2.6310715 0.15417671 -4.217956200000001 -1.6643453000000001 -0.34205645 -1.7602921999999999 -1.7637374 -1.5030633999999998 -4.697526 -0.39428621 -4.679343599999999 +14 -3.0747812999999997 0.2208291 0.0043490844 -3.1442947999999995 -1.1325246999999998 -0.28794008 -0.10391639 0.030880607 0.031022021 0.023603048999999997 0.095887753 -0.1139847 0.095429264 +15 -2.9441191000000004 0.3207346 0.0092962702 0.25214707 -5.8091859 -3.2435604 -1.2350201 0.047922478 0.048161907999999996 0.03723356 0.14705345 -1.3909869 0.14661759 +16 -2.9219138 0.33694475 0.010151957 0.2643633 -3.8305927000000004 -4.8259791 -2.3875124 0.050765992 0.051023596 0.03950392 0.15562047 -2.6147577999999996 0.15520052 +17 -2.9241563 0.33539146 0.010098651 0.26319025 -3.8318074999999996 -1.3494437 -2.1961104 0.050508255 0.050764112 0.039301087 0.15480793 -2.4120791 0.15439014 +18 -6.7350694 -3.9293760000000004 -6.2289981 -1.2035086000000002 -6.6098357000000005 -4.1380366 -2.0019836 -8.512938 -8.567028500000001 -8.1915054 -12.036085 -2.2209773 -12.015585 +19 -7.766723599999999 -6.0052633 -7.8328549 -1.3864216 -7.3857881999999995 -4.757771099999999 -2.4654039 -6.2519469 -9.6020317 -9.2246049 -13.070883 -2.6980668 -13.051642 +20 -2.9986099 0.27781226 0.14145917 0.19944851 -3.8462053 -1.3406622 -0.38712499 0.14278206 0.14435786 -3.2101453999999996 -6.8830564 -0.44216381 -6.8641179 +21 -3.0006732000000005 0.27578066 0.1385177 0.20044981 -3.8506465 -1.3461625 -0.38588469 0.14069812 0.14174775 0.10933785 -2.1755417 -0.44086942 0.41767735 +22 -3.5853038999999995 -3.7614152 -3.6744544 -1.090416 -3.2168045 -0.87930039 -0.18496618 -3.2041379 -3.1986015 -2.8624945 -6.5045902 -0.21331908 -6.485826599999999 +23 -2.4076133 -2.5326957 -0.052813150999999996 -4.6308109 -0.17516384 -0.15770915 -0.14273738 -0.19534188 -0.19231406 -0.14845071 -0.72858535 -0.16014227 -0.72392809 +24 -2.2845037 -2.4157766 -0.050669142 -1.2725266000000002 -4.1990609 -1.6445914000000001 -0.59290974 -0.19061327 -0.18757496 -0.14464366 -0.71180687 -0.6746793 -0.70718238 +25 -2.1973481 -2.3323708 -0.048988027 -1.2451478999999999 -1.3477386999999998 -3.6846266000000005 -1.5366733 -0.18704059 -0.1839971 -0.14176367 -0.6997385 -1.708679 -0.69510202 +26 -2.1801649 -2.3160382 -0.048642574 -1.2396541 -1.3364987 -0.26381262 -2.0462423 -0.18631687 -0.18327241 -0.14117985 -0.6973319 -2.2516523999999998 -0.69269065 +27 -5.7791843 -8.3434178 -7.0758342999999995 -1.4329575 -5.3177951 -2.5900553 -0.99211855 -9.450826300000001 -9.4587171 -9.0810492 -12.926781 -1.1251163999999998 -12.907835 +28 -5.9930471 -9.8145368 -8.1098724 -1.4993513 -5.4776598 -2.7205192000000005 -1.1068962 -6.5611802 -9.889625500000001 -9.511768400000001 -13.358143 -1.250783 -13.339238 +29 -2.3851199 -2.5114642000000003 -0.029871633999999998 -1.3268209999999998 -1.4669441 -0.26477913 -0.19345853 -0.17675857 -0.17274679 -3.4542178999999997 -7.1561826 -0.21832427 -7.1372364 +30 -2.3866943 -2.5133571 -0.028610861 -1.3243101000000002 -1.4726298 -0.26776335 -0.19319207 -0.1754006 -0.17187183 -0.13198829 -3.2011198 -0.21805667 -0.66646557 +31 -0.47895304 -0.3847347 -2.7540317 -3.3906595999999998 0.36227368 0.043472865 0.15523404 -1.9524737 -1.9573292000000002 -1.6815179 -4.9751617 0.17663088 -4.956979799999999 +32 -0.36384654 -0.29775051 -2.7243776 -0.019063846000000002 -3.5963065000000003 -1.1129999 -0.1792182 -1.9057872999999999 -1.9101150000000002 -1.6380447 -4.9082668 -0.20934733 -4.889965900000001 +33 -0.25092831 -0.21201271 -2.6964979 0.031505738 -0.19509954 -3.3885822999999995 -1.1317529 -1.8605415 -1.8643368999999999 -1.5962028 -4.841865 -1.2717479 -4.8232976999999995 +34 -0.22519866 -0.1933705 -2.6904791 0.042657942000000004 -0.18536467 -0.0057753815 -1.7863072 -1.8505976000000002 -1.8542685 -1.5870392 -4.8268433 -1.9772145 -4.808225900000001 +35 -3.4763532 -3.612599 -7.182444500000001 -1.0050017 -3.2141266 -0.94079144 -0.170184 -7.800809599999999 -7.8297738 -7.4534947 -11.294124 -0.19785161 -11.274946 +36 -4.4492654 -4.8929767 -8.3900395 -1.1596745000000002 -4.1395895 -1.5694098 -0.40510149 -4.8449307 -8.1834677 -7.8066396 -11.648847 -0.46656721 -11.62984 +37 -0.46793011 -0.37598836 -2.7387283 -0.064193134 -0.29119016 -0.0064764196999999996 0.13804603 -1.9416997999999999 -1.9460506999999998 -4.9929153 -8.7945337 0.15697977 -8.7754985 +38 -0.46986852 -0.37792138 -2.7421488999999997 -0.065259619 -0.29313383 -0.0076777331 0.1369678 -1.9441811999999998 -1.9489667000000002 -1.6737990000000003 -7.4276562 0.15577975 -4.946613200000001 +39 0.056613243 0.042974207 0.0017285260999999998 -3.2909582000000004 -2.9340693 -0.69837166 -0.19958777 0.0063723563 0.0064125221999999996 0.0050663581 0.020201413 -0.22914153 0.020160301999999998 +40 0.15495865 0.11691912 0.0054030269999999995 -3.2371569 0.40575238 -3.3295947999999997 -1.1804362 0.017989008 0.018107526000000002 0.014364657 0.056013661 -1.324096 0.055997157 +41 0.17686633 0.13241764 0.0061165902 -3.2257868 0.40626848 0.032437464 -1.8851962 0.020436253 0.020573363 0.016313835 0.06375761099999999 -2.0813099 0.063737906 +42 -4.2888547 -4.6753787 -6.5184356 -4.660586 -2.3279271 -0.75223335 -0.45933533 -8.831344300000001 -8.876491 -8.4998367 -12.344819000000001 -0.52625217 -12.325174 +43 -5.2698471 -6.3631912 -7.9000822 -4.7897365 -3.3083036 -1.1648877 -0.6248188 -6.3218237 -9.6726552 -9.2950455 -13.141281 -0.71443824 -13.122198000000001 +44 0.017595383 0.012331831000000001 0.1121119 -3.3339422 0.40411248 0.034248412 -0.017124125 0.08848196300000001 0.089831607 -3.2514640999999997 -6.929541499999999 -0.019501453999999998 -6.910624900000001 +45 0.01550362 0.010244567 0.11044908 -3.3328334 0.4023276 0.032679718999999996 -0.015485472 0.08737616699999999 0.08820622300000001 0.068765143 -2.3149916 -0.017761289 0.26781125 +46 0.1818181 0.13565676 0.0062108199 0.09847504 -3.4291099999999997 -4.508752200000001 -2.1493271000000003 0.020916211 0.021057007000000003 0.016689916000000003 0.06535469299999999 -2.3641152 0.06532811200000001 +47 0.18104757 0.13517495 0.0062120274 0.09812106 -3.4292830000000003 -1.008127 -2.1282341000000002 0.020853487 0.020993855 0.016642548 0.065123613 -2.3397693999999998 0.065099987 +48 -4.1674482 -4.5336023 -6.4712368 -1.3291174 -5.787770200000001 -3.2774318999999994 -1.4999905 -8.7793841 -8.824110800000001 -8.447775199999999 -12.292841000000001 -1.6840226999999999 -12.272921 +49 -5.216877200000001 -6.2717633 -7.884114299999999 -1.4662348 -6.5921240999999995 -3.9617599 -1.9426536 -6.3059636 -9.6551385 -9.2776223 -13.123919 -2.153166 -13.104747999999999 +50 0.09401001699999999 0.069580112 0.11779762 0.029617597000000002 -3.4386432 -1.0029035 -0.31415698 0.09919323199999999 0.10059545 -3.2432478 -6.920349000000001 -0.36058805 -6.9014058 +51 0.091936942 0.06753012 0.11586686 0.030702108 -3.441092 -1.0064662 -0.31241988 0.09787927 0.09875894 0.07681919400000001 -2.2849496 -0.35872225 0.29971372 +52 0.18658988 0.1390424 0.006389483100000001 0.10096478 0.048426255999999994 -3.3713481 -2.8908521 0.021465681 0.021610856 0.01712963 0.067060009 -3.1279276 0.06703601099999999 +53 -4.1387161 -4.499928 -6.4603647 -1.3266048000000001 -3.8081836000000004 -4.8651341 -2.6439735 -8.767076800000002 -8.811794800000001 -8.4355576 -12.280663 -2.8906899 -12.260655 +54 -5.208597599999999 -6.2575734 -7.8816321 -1.4659218999999999 -4.7515678 -5.4689274 -3.1655047 -6.303463400000001 -9.652388 -9.274889 -13.121198000000001 -3.4230162 -13.102011 +55 0.17436634 0.129126 0.12376115 0.073513839 0.055772465 -3.3676932 -1.2408579 0.11036934 0.11182784 -3.2346975 -6.910801400000001 -1.3891781 -6.891808900000001 +56 0.172427 0.12720556 0.12155236 0.07463232 0.052813835999999996 -3.3697038 -1.2400619 0.10885424 0.10978611 0.08521402 -2.2543618999999997 -1.3884078000000002 0.33230199 +57 -4.1420718 -4.5034985 -6.4617642 -1.3268634 -3.8111165999999996 -1.4574701 -2.4058291 -8.7685427 -8.8132922 -8.4370507 -12.282159 -2.6335299 -12.262153999999999 +58 -5.2109093 -6.2613415 -7.8823324999999995 -1.4660011 -4.7532981 -2.0999752999999997 -2.6036748 -6.304149400000001 -9.6531477 -9.2756454 -13.121953 -2.8396298 -13.102769 +59 0.19399929 0.1429187 0.12516086 0.08374503 0.06002018 0.0029073117 -1.9167963 0.11301167 0.11448498 -3.2326834 -6.908546 -2.114243 -6.889543799999999 +60 0.19206104 0.14100395 0.12288283 0.084854236 0.057084365 0.0011858636 -1.9160061000000002 0.11144385 0.11238968 0.087187843 -2.2472469 -2.1135285 0.33990928 +61 -5.888303400000001 -9.217699900000001 -11.288232 -1.4327061 -5.417375 -2.6728464 -1.0249281 -10.325338 -13.683964000000001 -13.305778 -17.153985000000002 -1.1609428999999998 -17.135025 +62 -4.2544832 -4.6343156 -6.5035894 -1.3362196000000002 -3.8954332000000003 -1.4812835 -0.62404496 -8.8158884 -8.8603463 -11.8057 -15.654418 -0.71480101 -15.634701999999999 +63 -4.2562278 -4.6367736 -6.5057395 -1.3363876000000001 -3.8974101 -1.4831598999999998 -0.62483125 -8.817423300000002 -8.8624385 -8.485866 -14.790329999999999 -0.71569166 -12.311162 +64 -5.251964 -6.3312552 -7.893871000000001 -1.4674731 -4.7823042000000004 -2.1104327 -0.86507748 -6.3161537 -9.665983099999998 -12.610332000000001 -16.458610999999998 -0.98423557 -16.439497 +65 -5.252491 -6.3324324 -7.8948258000000004 -1.467501 -4.7829759 -2.1112745 -0.86553232 -6.316596700000001 -9.6668798 -9.2893017 -15.595006 -0.98474394 -13.11645 +66 0.02176164 0.01536478 0.11223452 -0.0099481492 0.01841308 0.0023487407 -0.029883651 0.088883732 0.090241814 -3.2511504 -9.389889199999999 -0.033923996 -6.910644199999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.8302357999999996 0.47949493 0.0027477988 0.28025364 -3.7044426 -1.4957806999999999 -0.39869316 0.016990795 0.017035215 0.01207565 0.016407431 -0.43162878 0.016623636 +2 -2.2554194 -2.4617609000000003 -0.004374874 -0.82034279 -1.5431892 -0.24243771 -0.090517678 -0.027328134 -0.026132381 -0.013665976000000002 -0.011919087 -0.09740765400000001 -0.012333508 +3 -0.64968019 -0.35340768 -3.3867983999999995 0.084316259 -0.58974563 -0.091640286 0.0051948555 -2.3719877 -2.3765019 -1.6621666000000002 -4.9725699 0.0011275215 -4.971863099999999 +4 -0.014532432 -0.013984685 -4.9036637e-05 -3.3293022000000003 0.73590515 0.051047712 0.013934287 -0.00044288709 -0.00044414922999999997 -0.00031925351000000005 -0.00041222289 0.01480034 -0.00041844642999999996 +5 0.24446441 0.24524189 0.0012657897999999999 0.13513539 -3.2762724 -1.1807044 -0.3217743 0.0092564228 0.0092832532 0.0073456413 0.011025676000000002 -0.3507333 0.011132928 +6 0.57044192 0.55297012 0.0040867351 0.31903824 0.38797089 -3.3971948 -1.4618149 0.024457889 0.024532602 0.020476519 0.032942703 -1.6522556000000002 0.033258433999999996 +7 0.63789432 0.60546588 0.0045783652 0.35194778 0.41449075 0.023049472999999997 -2.2455991 0.027275741000000003 0.027362119 0.022836112999999998 0.036633932 -2.5270575 0.036994739 +8 -0.11239502 0.19224241 -0.72244722 -0.1994014 0.073915421 -0.1757301 -0.76912435 -3.9652294 -3.9879182 -3.1460112999999996 -7.4430201 -0.84671125 -7.438827900000001 +9 -2.1902543 -1.9609306 -3.6674471 -1.0352185 -1.6124659 -0.53989652 -1.0667677 -3.1115622000000003 -6.4689263 -5.563686799999999 -10.1974 -1.1917876 -10.192469000000001 +10 0.28945913 0.15653553 1.2452979 -0.060912795 0.31453511 0.021682855 -0.020776809 0.88416732 0.88549629 -2.8286287 -7.0618798 -0.020477193 -7.0579875 +11 0.24917782 0.13589288 1.0366884 -0.046260609 0.26775727 0.018069608 -0.021366947 0.76830474 0.76934528 0.44350851 -2.4218787999999996 -0.021558736000000002 0.38715342 +12 -4.8702962 -1.745671 -0.0034787621000000003 -0.65824857 -4.9234352 -2.7768406000000003 -1.0362463 -0.021831396 -0.02062601 -0.0096021085 -0.0060621921 -1.1483957 -0.0064076365 +13 -3.2850224999999997 0.26127135 -3.2777915 0.36500711 -4.2332919 -2.1390352000000004 -0.6676351 -2.2021482000000003 -2.2056962 -1.514203 -4.593986699999999 -0.73601703 -4.5938365999999995 +14 -3.0215202000000003 0.28163637 0.0013569384 -3.1590545 -0.60389433 -0.16829811 -0.075493827 0.0077826295 0.007802509799999999 0.0044903860999999995 0.0044284039 -0.08642265 0.0045444743 +15 -2.5141833 0.77387896 0.0058369222 0.46660771 -5.478021599999999 -3.4903834000000002 -1.5624091 0.033776936 0.033865665 0.026484233 0.040093902 -1.7598941000000003 0.040549796 +16 -2.4485466000000002 0.82578671 0.0064499059 0.50086821 -3.4582982 -4.991518900000001 -2.8589142000000005 0.037059946 0.037160057999999996 0.029285178 0.044546287000000004 -3.1770490000000002 0.045057917 +17 -2.4564214 0.81987292 0.0063863711 0.49694338 -3.4631062999999993 -1.3992248999999999 -2.5121898999999996 0.036694547 0.036793331 0.028984327 0.044090178 -2.8136625 0.044595447 +18 -2.9404043 0.6274712 -0.69009788 0.12406682 -3.7736951000000003 -1.7301726999999998 -1.2579930000000001 -3.919553 -3.9419019 -3.1026015 -7.3846103 -1.4126111000000001 -7.380388099999999 +19 -4.956350700000001 -1.5023366000000002 -3.5495934 -0.86421985 -5.0377388 -3.0049847 -2.0497655 -2.9824389 -6.3381671 -5.4348031 -10.061103999999998 -2.3147585999999998 -10.055882 +20 -2.5193048 0.64295565 1.2491976999999999 0.25782197 -3.3188489999999997 -1.2280891999999999 -0.36218219 0.89023222 0.89156916 -2.8261757000000003 -7.0584974 -0.39539104 -7.054608 +21 -2.5654044999999996 0.61874265 1.040891 0.26437225 -3.3825943 -1.2707841999999998 -0.36982897 0.7758576 0.77690909 0.44677541 -2.4205386000000004 -0.40349691 0.38886961 +22 -3.0620857000000004 -2.9571577000000002 -3.6092501000000006 -0.4728627 -3.0162931 -0.92151882 -0.2633264 -2.7158991 -2.7145297999999998 -1.9576727999999999 -5.6787432 -0.28780389 -5.6761215 +23 -2.2861482000000004 -2.4964076 -0.0043929086 -4.1479814 0.33105228 -0.040522475 -0.053631952000000004 -0.027522232999999997 -0.026326862000000003 -0.013798315 -0.012074095 -0.05915658 -0.012491608999999999 +24 -1.9697832 -2.1356227999999997 -0.0040971223 -0.76017368 -4.1135 -1.8699556 -0.5809372 -0.025030592 -0.023830169 -0.011896347 -0.0093531379 -0.63364184 -0.009738795 +25 -1.6639754 -1.8007543000000001 -0.0035215068 -0.68557707 -1.0447554000000001 -3.7249616999999997 -1.7358113000000002 -0.021722834 -0.020515935 -0.009056516899999999 -0.0044934655 -1.9509713 -0.0048424905 +26 -1.5969003000000002 -1.7324055 -0.0033851724 -0.66861721 -0.98794249 -0.16663068 -2.3153665 -0.020945816000000003 -0.019737353 -0.0083871401 -0.0033504790000000004 -2.6012123 -0.003690475 +27 -2.6240904 -2.534866 -0.77934438 -1.4776513 -1.6375348 -0.58587549 -0.98489868 -4.0653764 -4.0720957 -3.2252116 -7.550803 -1.0952174 -7.5466314 +28 -4.7853384000000005 -5.2763629000000005 -3.9785327000000006 -1.4262648999999998 -4.2986955 -2.1512729 -1.6032611 -3.475315 -6.806632899999999 -5.897737599999999 -10.546944 -1.8115861 -10.542361 +29 -1.9362505 -2.3146664 1.2387853000000002 -1.0626739 -0.93023588 -0.15502081 -0.10241013 0.87298897 0.87498125 -2.8322712 -7.067262700000001 -0.10974932 -7.0633607000000005 +30 -1.9844941000000003 -2.3335515 1.0296585999999999 -1.0158745999999998 -1.0333941 -0.16900977 -0.10389132 0.754941 0.75669709 0.43883201 -2.4230317 -0.11162478 0.38537856 +31 -0.68104829 -0.3805643 -3.3912093 -3.2477845000000003 0.64756195 0.016084051000000002 0.031923568 -2.3786555 -2.3832128 -1.6680294999999998 -4.986580200000001 0.029394032 -4.9858454000000005 +32 -0.32249654 -0.059850099000000004 -3.335242 0.2035132 -3.5500779000000002 -1.4501892 -0.38769939 -2.2948155 -2.2988237999999996 -1.5941303999999998 -4.8169462 -0.42448836 -4.8163762000000006 +33 0.039601491 0.24587148 -3.2795949 0.3443558 -0.033209259 -3.4911711000000003 -1.5213613000000001 -2.2083446 -2.211767 -1.5190288 -4.627838 -1.7168756 -4.6269191 +34 0.11083989 0.29755389 -3.2701838 0.3697377 0.011475697 -0.049067569000000005 -2.2507713 -2.1929627 -2.1962682 -1.5058979 -4.5884405 -2.5320885 -4.587478099999999 +35 -2.0732125 -1.7459042 -5.8492426 -0.25492458 -2.0909254 -0.5143423 -0.17268937 -6.9370197000000005 -6.974627000000001 -6.0638983 -10.720034 -0.19353298 -10.715766 +36 -3.0787772999999996 -2.8844613999999997 -7.83065 -0.43647117 -3.1356911 -1.1025406 -0.38549018 -4.0756971 -7.4262118 -6.5131808 -11.180407 -0.42341472 -11.176091 +37 -0.64721121 -0.35137353 -3.3568754999999997 0.083777842 -0.58641038 -0.09067774 0.0056423024 -2.3549791 -2.3591014 -4.9688067 -9.5746722 0.0016797951999999998 -9.570673800000002 +38 -0.64801801 -0.35208242 -3.3622910000000004 0.08367405 -0.58737269 -0.091351189 0.0047732361 -2.3581508999999996 -2.362602 -1.6499906000000002 -7.4208034 0.00074883053 -4.9484648 +39 0.17996858 0.18022995 0.0008456567199999999 -3.2236131 -2.6401017999999996 -0.78413928 -0.21303477 0.0065419859 0.0065609656 0.0051005192 0.0074456936 -0.23293684 0.0075232555 +40 0.56390689 0.5479008 0.0040442145 -3.006032 0.79184833 -3.3441637 -1.4173197 0.024200222 0.024273967 0.020267702 0.032626581 -1.6033738000000002 0.032938138 +41 0.63742454 0.60518339 0.0045768261 -2.9701467 0.79411353 0.052402671 -2.235198 0.027261688 0.027347998999999998 0.02282541 0.03661938 -2.5160042000000002 0.036979957 +42 -0.12685101 0.18174585 -0.7231512 -3.5285321000000005 0.55558591 -0.12153437 -0.74556075 -3.9662086000000003 -3.9889451 -3.146979 -7.444327599999999 -0.81968932 -7.440136099999999 +43 -2.2247552 -1.9887839 -3.6745686 -4.3642293 -0.048427513 -0.32020386 -0.99821997 -3.1191397999999997 -6.476846 -5.5714974 -10.205642 -1.1112666000000002 -10.200728 +44 0.27335397 0.14194827 1.2452045 -3.3917222000000002 0.77097025 0.053775193 -0.0078640037 0.88401427 0.88534303 -2.8286907 -7.061965299999999 -0.0063898412 -7.058072999999999 +45 0.23344325 0.12153185 1.0365865 -3.3767449999999997 0.76560459 0.052413947999999995 -0.008398823199999999 0.76811099 0.76915123 0.44342397 -2.4219133 -0.0074469737 0.38710914 +46 0.65349986 0.61681936 0.0046714596 0.35912293 -3.1033929 -4.7398147 -2.6518396 0.027864222999999997 0.027953064 0.023302925 0.037315137000000005 -2.9602482000000006 0.037685507 +47 0.64805867 0.61283938 0.0046372293 0.35660568 -3.104931 -1.127109 -2.4601705000000003 0.027654877999999997 0.027742811000000003 0.023134641 0.037065413 -2.7587946 0.037432283 +48 0.040490572 0.30893423 -0.71454076 -0.11790084 -3.3104904000000004 -1.2928736 -1.1085938 -3.9541652000000003 -3.976265 -3.1350415000000003 -7.428261099999999 -1.2410233999999998 -7.4240377 +49 -2.0214227 -1.8201740000000002 -3.6331251000000004 -0.99658136 -4.1197809 -2.0482174 -1.597322 -3.0745581000000004 -6.4302518 -5.5256157 -10.157197 -1.8029633999999999 -10.152128 +50 0.56291404 0.41261904 1.2471031000000001 0.10060894 -3.0790528999999998 -1.0734861999999998 -0.32697577 0.88712171 0.8884547 -2.8274292 -7.060227 -0.35733515 -7.056335000000001 +51 0.51588471 0.38826039 1.0386958 0.10970431 -3.1093783999999998 -1.0919565 -0.32917038 0.77216159 0.77320776 0.44522617 -2.4211682 -0.35991056 0.38806623 +52 0.66246012 0.62356638 0.0047424153 0.36339597 0.42320806 -3.3932617 -3.2527127 0.028246357000000003 0.028337072 0.023631171 0.037841997999999995 -3.5949089 0.038218637 +53 0.1955776 0.42784021 -0.70631081 -0.032842847 0.15005453 -3.5572952000000004 -2.1025158999999998 -3.9425803999999998 -3.9639045 -3.1234391 -7.412660099999999 -2.3601162 -7.4083628 +54 -1.9128827000000002 -1.7268854999999999 -3.6121065999999997 -0.96905104 -1.372184 -3.9551401 -2.6007532 -3.0514088 -6.4060347 -5.5018549000000005 -10.132072 -2.9080854 -10.126854 +55 0.93287312 0.74029713 1.2498817 0.32168181 0.54921769 -3.3766373 -1.4647318 0.89165174 0.89299155 -2.8255908 -7.057703999999999 -1.6561075 -7.053803299999999 +56 0.87472001 0.70968104 1.0418228999999999 0.32261079 0.52885242 -3.3807851 -1.4674185 0.7782324 0.77928701 0.44798554 -2.4200159 -1.6591788 0.38954808 +57 0.22905336 0.45199315 -0.70453717 -0.015322752 0.15643249 -0.17419608 -2.7720938 -3.9401087 -3.9612409 -3.12094 -7.409275699999999 -3.0893167999999998 -7.4049649 +58 -1.8972745999999998 -1.7130921000000001 -3.6092271 -0.96482595 -1.3613541 -0.52381339 -2.9969071 -3.0481787000000002 -6.4026511 -5.498544 -10.128567 -3.3293032999999994 -10.12332 +59 1.0066001 0.79437207 1.2503984 0.35969359 0.56057726 0.029864162000000003 -2.2578652999999997 0.8924918 0.89383346 -2.8252509999999997 -7.0572371 -2.5402704 -7.0533349 +60 0.94659621 0.76292895 1.0424016999999999 0.35938579 0.54196705 0.027981658 -2.2584595000000003 0.7793492 0.78040612 0.4484882 -2.419808 -2.5409834 0.38981572 +61 -5.328445200000001 -6.375209099999999 -8.610716199999999 -1.3186363 -4.923877500000001 -2.6878076 -1.7725346999999998 -9.1454623 -12.50653 -11.586986 -16.284829000000002 -2.0028782 -16.280452 +62 -0.10881334 0.19577971 -0.71768065 -0.19764154 0.077095818 -0.17367824 -0.76804428 -3.9611697 -3.9832347 -6.463376599999999 -11.127075 -0.84545851 -11.122339 +63 -0.11189292 0.19269598 -0.72127713 -0.19956955 0.074337427 -0.17569591 -0.769851 -3.9644029 -3.9869828000000003 -3.1451284 -9.9045334 -0.84750561 -7.438598299999999 +64 -2.1857998 -1.9561635 -3.6626617999999995 -1.0341597 -1.606783 -0.53703025 -1.0651333 -3.1074048999999997 -6.464193 -8.8809059 -13.573854 -1.189908 -13.568864999999999 +65 -2.1900267999999996 -1.9606810000000001 -3.666983 -1.0351908 -1.612215 -0.53985982 -1.0667768 -3.1112002999999997 -6.4685445 -5.5633097000000005 -12.656905 -1.1917969 -10.192210000000001 +66 0.29097325 0.15744217 1.2518206 -0.0613058 0.31618238 0.021774507000000002 -0.021267092 0.88752112 0.88885358 -2.8272699 -9.523287300000002 -0.020933643000000002 -7.0572387 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.8301047 0.47994168 0.0026865490000000003 0.27961285 -3.7035271 -1.4954558 -0.39647465 0.016997731000000002 0.017042178999999998 0.01207501 0.016515606000000002 -0.42883024 0.016727794 +2 -2.2564153 -2.462468 -0.0044630505 -0.81645886 -1.544857 -0.24290976 -0.08922163699999999 -0.027419494 -0.02622628 -0.013658198 -0.011860111000000001 -0.095862722 -0.012275912 +3 -0.65079451 -0.35545468 -3.3873019999999996 0.085134036 -0.58788243 -0.09480145599999999 -2.2357385e-06 -2.3728529 -2.3773592999999997 -1.6683404 -4.9461634000000005 -0.0044445425 -4.9455897 +4 -0.01429915 -0.013765383 -4.6586208999999996e-05 -3.3291584000000003 0.74271034 0.051668985 0.013706986 -0.00043506405 -0.00043630157 -0.00031343045 -0.00040666426 0.014516748000000001 -0.00041271921999999996 +5 0.24435132 0.24537525 0.0012349892 0.1347172 -3.2730718999999997 -1.1779004 -0.31926118 0.009246182700000001 0.0092729729 0.0073382064 0.011093055 -0.34771305 0.011196905 +6 0.57549261 0.55824775 0.0040843531 0.32123062 0.39450634 -3.3967297999999997 -1.461529 0.024732418 0.024807951 0.020729881999999998 0.033657868 -1.6522432 0.033965197 +7 0.64390525 0.61147325 0.0045803104999999995 0.35454621 0.42157083 0.023824228 -2.2463157000000002 0.027600415 0.027687798 0.023134316000000002 0.037453941 -2.5282447999999995 0.037805894 +8 -0.099550137 0.2052818 -0.70284321 -0.1942345 0.09173623300000001 -0.16469511 -0.75820948 -3.9511123999999995 -3.9735425 -3.1357463 -7.432036 -0.8343287 -7.427753500000001 +9 -2.1698584 -1.9392893 -3.6438525999999998 -1.0322375 -1.5821711999999999 -0.51983156 -1.053434 -3.0932652999999997 -6.4502913 -5.549212000000001 -10.181871000000001 -1.1763043 -10.176862 +10 0.29104556 0.15726425 1.2559516000000002 -0.062117162999999996 0.31777887 0.022245036 -0.02092456 0.89126047 0.89259465 -2.8243182 -7.0570303 -0.020635554 -7.0530266 +11 0.25046524 0.13646714 1.0451347 -0.047253196 0.27020403 0.018570057 -0.021387806000000002 0.77413459 0.77518113 0.44724522 -2.4164511 -0.021585037 0.39250521 +12 -4.868688099999999 -1.743353 -0.0035821956 -0.65459197 -4.9218489000000005 -2.7783518 -1.0350664 -0.02189929 -0.020696387 -0.009576254000000001 -0.0059329598 -1.1467441 -0.00628101 +13 -3.2860577000000006 0.25961572 -3.2776252 0.36452108 -4.230819 -2.1400360000000003 -0.6687213 -2.2028312000000003 -2.2063725 -1.5200381 -4.5751377 -0.73674133 -4.5750551 +14 -3.0224212 0.2807867 0.0013153156 -3.1600685 -0.60112154 -0.16706811 -0.073914692 0.0077440124 0.0077637575 0.0044501362 0.0043799091 -0.084617394 0.0044956445 +15 -2.5093263 0.77899473 0.0058049186 0.46849904 -5.4727382 -3.4895016000000005 -1.5603521 0.034086041 0.034175628 0.026760552000000003 0.040889304 -1.7576528000000002 0.041335973 +16 -2.4425138 0.83180671 0.0064266353000000005 0.50330726 -3.4527942000000005 -4.991421599999999 -2.8583950000000002 0.037439642 0.037540845 0.029625089 0.045484883 -3.1768834 0.045986877999999995 +17 -2.4505036000000002 0.82580881 0.0063623853000000005 0.49933182 -3.4576762000000003 -1.3965485 -2.5107401 0.037067333 0.037167183 0.029318037999999998 0.045014864 -2.8124867 0.045510522000000005 +18 -2.9255856 0.64220824 -0.67030441 0.13084098 -3.7569296000000003 -1.70807 -1.2393228 -3.9051921999999997 -3.9272720000000003 -3.0920929 -7.3733171 -1.3911801000000001 -7.3690064 +19 -4.9324794999999995 -1.4772345 -3.5243227 -0.8593269 -5.0107277 -2.9716298 -2.0222858 -2.9624312 -6.3177628 -5.4185777 -10.043714 -2.2837924 -10.038418 +20 -2.5179902999999997 0.64370109 1.2598293999999999 0.25594333 -3.3156371 -1.2251221 -0.35935255 0.89730182 0.8986439 -2.8218794999999997 -7.0536645 -0.39198209 -7.049663799999999 +21 -2.5643435 0.61939823 1.0493177 0.26270123 -3.3799328999999996 -1.2682543 -0.3669851 0.78167206 0.78272949 0.45050154 -2.4151195 -0.40006131 0.39421268 +22 -3.0665082000000004 -2.9624371 -3.6124582000000003 -0.46861326 -3.0176141 -0.92641904 -0.26706925 -2.7179129 -2.7165426 -1.9655221 -5.6240733 -0.29168853 -5.6219261 +23 -2.2868656 -2.496794 -0.0044801401 -4.1440031 0.33589399 -0.039560492999999995 -0.052601685999999995 -0.027611276 -0.026418438 -0.013788813 -0.012013599 -0.057996129 -0.012432449 +24 -1.9699914 -2.1354441000000004 -0.0041930525 -0.75653943 -4.1124816 -1.8697686000000002 -0.5782786 -0.025121174 -0.023923287999999997 -0.011888621 -0.0092783495 -0.63025636 -0.009665961800000001 +25 -1.6597578000000002 -1.7959381999999997 -0.0036154424 -0.68127732 -1.0422110999999998 -3.7256397000000003 -1.7357519000000001 -0.021763681 -0.020559199 -0.009004116 -0.0042987275 -1.9512052 -0.0046509722 +26 -1.5917176000000002 -1.7267031000000002 -0.0034784462 -0.66415318 -0.984457 -0.16536491 -2.3149612 -0.020974281 -0.019768203999999998 -0.0083236639 -0.0031266821999999996 -2.6011807 -0.0034701734999999997 +27 -2.6121103999999997 -2.5222446 -0.76029871 -1.4760537 -1.6192004999999998 -0.57057291 -0.97434592 -4.0517365 -4.058344 -3.2155531 -7.540537 -1.0826723 -7.5362712 +28 -4.772351400000001 -5.255332599999999 -3.9583205 -1.4272501 -4.2800124 -2.1305962000000003 -1.5944285 -3.4601239 -6.791257099999999 -5.8865085 -10.534794 -1.8009075 -10.530121000000001 +29 -1.93556 -2.3148642 1.2493527 -1.0607178 -0.92915441 -0.15436544 -0.10108467 0.88004532 0.88203818 -2.8279775000000003 -7.0624332999999995 -0.10818958 -7.0584198 +30 -1.9841514999999998 -2.3338435 1.0380167 -1.0134975 -1.0329449 -0.16856307 -0.10249632 0.7607278 0.76248549 0.44255247 -2.4175892000000005 -0.10998937 0.39074311 +31 -0.68001244 -0.38078533 -3.3914358 -3.2462266 0.65057416 0.0121358 0.025049442 -2.3790729 -2.3836195 -1.6738156000000002 -4.958925 0.021957531000000002 -4.9583281999999995 +32 -0.32474672 -0.062695008 -3.3356665999999997 0.20331082 -3.5477366999999997 -1.4505941 -0.38940017 -2.2959063 -2.2999097 -1.6004323999999999 -4.7943745 -0.4259903 -4.7939107000000005 +33 0.042141856 0.24722926 -3.2789598 0.34542439 -0.028721622999999998 -3.494032 -1.5250341 -2.2081746 -2.2115857000000005 -1.5241563 -4.6062987 -1.7209733 -4.6054667 +34 0.11423723 0.29951643 -3.2693898999999997 0.37101269 0.016505308 -0.051707195 -2.2566521 -2.1925923 -2.1958855 -1.5108428 -4.567081 -2.5386219 -4.566201400000001 +35 -2.0780415 -1.7496926 -5.8706361 -0.25074043 -2.0922004000000003 -0.51444834 -0.17088547 -6.9366107999999995 -6.9742531 -6.068486 -10.719836 -0.19135681 -10.715453 +36 -3.0732767000000005 -2.8769552000000003 -7.838362299999999 -0.43117059 -3.1225712000000003 -1.0874381000000002 -0.37565514 -4.0651774 -7.4156823 -6.5076893 -11.169806 -0.41199113 -11.165391 +37 -0.64849063 -0.35359116 -3.3575065000000004 0.08450444300000001 -0.58473233 -0.09408005400000001 0.00014971725 -2.3560445 -2.3601593999999997 -4.9752676 -9.579794099999999 -0.0042129865999999995 -9.5756688 +38 -0.64910828 -0.35411155 -3.3624582000000003 0.08448963 -0.5854893 -0.094505109 -0.00042551290999999996 -2.3588765 -2.3633192000000003 -1.6560285 -7.3959722999999995 -0.0048243847 -4.9226731 +39 0.17953314 0.17994505 0.0008201575 -3.2241367000000003 -2.6339612 -0.78043064 -0.21087676 0.006517754200000001 0.0065366509 0.0050805619 0.0074638175 -0.23041439 0.0075391368 +40 0.56891872 0.55314503 0.0040417107 -3.0038549999999997 0.80008259 -3.3436067000000005 -1.4171702 0.024471891000000003 0.024546447000000002 0.020518311 0.033334276 -1.6035049 0.033637485 +41 0.64344453 0.61119756 0.004578835 -2.9675436 0.80238752 0.053062240999999996 -2.236119 0.027586627000000002 0.027673945 0.02312379 0.0374395 -2.5174149 0.037791232 +42 -0.1135393 0.19511822 -0.70352565 -3.5231482000000005 0.57363552 -0.11198618 -0.73591521 -3.9520614999999997 -3.9745373 -3.1366838 -7.4333021 -0.80876631 -7.4290202999999995 +43 -2.2032868 -1.966216 -3.6507887 -4.361068 -0.019914587 -0.30763997 -0.98850614 -3.1006388 -6.4579968 -5.5568122 -10.189892 -1.1000131000000002 -10.184898 +44 0.2752142 0.14292204 1.25586 -3.3927565000000004 0.77848635 0.054415242999999995 -0.008282814599999999 0.89111052 0.8924445 -2.8243789 -7.057114100000001 -0.0068670432 -7.0531103 +45 0.2349969 0.12234517 1.0450347 -3.3775729 0.77301908 0.053064755 -0.008684720200000001 0.77394446 0.77499071 0.44716228 -2.4164849 -0.0077873027 0.39246174 +46 0.65958183 0.62287636 0.0046731921 0.36174243 -3.0961291 -4.7383242999999995 -2.6500727000000004 0.028194097999999997 0.028283965 0.023606027999999998 0.038148838 -2.9587292 0.03851024 +47 0.65409287 0.61886189 0.0046388195 0.35920698 -3.097684 -1.1228643999999999 -2.4588711 0.02798196 0.028070907000000003 0.023435194 0.037892837 -2.7577818 0.038250766 +48 0.055008019000000005 0.32334715 -0.69482543 -0.1116302 -3.2937657 -1.2730975 -1.0922138000000001 -3.9398943999999996 -3.9617361000000004 -3.1246301 -7.417089 -1.2223715 -7.412776099999999 +49 -1.9989164000000001 -1.797088 -3.6088822 -0.99287055 -4.0953489 -2.0173128 -1.5743776000000003 -3.0556035 -6.4109338 -5.5104635 -10.140952 -1.7768073 -10.135807000000002 +50 0.56428429 0.41337727 1.2577524 0.09905802400000001 -3.0735547000000003 -1.0693815 -0.32437161 0.8942052 0.89554337 -2.8231233 -7.0553835000000005 -0.35423287 -7.05138 +51 0.51696927 0.38889707 1.0471388000000001 0.1083615 -3.1043572 -1.0880714 -0.32649692 0.77798625 0.7790384 0.4489606 -2.4157407 -0.35673008 0.39341762 +52 0.66871544 0.62974678 0.0047451538 0.36608758 0.43042141 -3.3927102999999996 -3.2526325000000003 0.028584758999999998 0.028676537000000002 0.023941882 0.038692676 -3.5953341 0.039060297 +53 0.21521264 0.44620555 -0.68628563 -0.023550334 0.17013319 -3.5467712 -2.0890378000000003 -3.9278763 -3.9489224999999997 -3.1125998 -7.4009225999999995 -2.3458532 -7.3965349 +54 -1.8861008000000001 -1.7003484 -3.5868762000000003 -0.96403975 -1.3362972 -3.9365506000000003 -2.5785976 -3.0313944999999998 -6.3856101999999995 -5.485613400000001 -10.114673 -2.8840797 -10.109375 +55 0.94022553 0.74666123 1.2605773999999998 0.32361524 0.55744224 -3.3759688999999997 -1.4644033 0.89880738 0.9001524 -2.8212563999999998 -7.052821000000001 -1.6560457999999998 -7.048808800000001 +56 0.88153702 0.71579475 1.0503211000000001 0.32456788 0.53686415 -3.3801279 -1.4670181 0.78416802 0.78522869 0.4517718 -2.4145652 -1.6590375 0.39492926 +57 0.2497162 0.47105642 -0.68445085 -0.0054780035 0.17673385 -0.16311362 -2.7630236 -3.9253202000000003 -3.9461698 -3.1100165 -7.397425699999999 -3.0801127 -7.3930243 +58 -1.8694813000000001 -1.6857508999999997 -3.5837692999999997 -0.95952302 -1.3246311000000002 -0.50386605 -2.986211 -3.0279194 -6.38197 -5.4820500999999995 -10.110899 -3.318236 -10.105572 +59 1.0149843 0.80148103 1.261102 0.36212854 0.56898349 0.030680056 -2.2587144 0.89965958 0.90100646 -2.8209119 -7.0523474 -2.5416013 -7.048333900000001 +60 0.95441528 0.76977725 1.0509093999999999 0.36182272 0.55020836 0.028810834 -2.2592207 0.78530361 0.7863666 0.45228314 -2.4143534 -2.5422197 0.39520183 +61 -5.3165336 -6.345186900000001 -8.588692199999999 -1.3201015 -4.9074708 -2.6718580000000003 -1.7661513 -9.1270574 -12.487652 -11.572281 -16.269194 -1.9951657999999999 -16.26472 +62 -0.095839045 0.20895599 -0.69789766 -0.19237141 0.09507006 -0.16249408 -0.75698331 -3.9468822999999995 -3.9686928999999997 -6.452946099999999 -11.115739 -0.83291791 -11.110911 +63 -0.099038099 0.20574416 -0.70166493 -0.19440296 0.09216770699999999 -0.16466068 -0.75894896 -3.9502797999999997 -3.9726008999999998 -3.1348575 -9.89354 -0.83513811 -7.427516000000001 +64 -2.1652689 -1.9343767 -3.6389029 -1.0311248 -1.5762834 -0.51683631 -1.0516805 -3.0889648 -6.4454211 -8.8662953 -13.558298 -1.1742933 -13.55323 +65 -2.1696283 -1.9390368999999998 -3.6433835 -1.0322091 -1.5819173999999998 -0.51979546 -1.0534435 -3.0928994999999997 -6.4499055 -5.548831099999999 -12.641373 -1.1763142 -10.176598 +66 0.29256914 0.15817698 1.2625334 -0.062516819 0.31945508 0.022339498 -0.021419656000000002 0.89464296 0.89598064 -2.8229484 -9.5184191 -0.021096594 -7.0522613 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d01+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.8300947 0.47995775 0.0026841503000000003 0.2795781 -3.7035029 -1.4954376 -0.39639882 0.016999619 0.017043925 0.012076126999999999 0.016523563 -0.42873967 0.016735596000000002 +2 -2.2564518 -2.4624932999999998 -0.0044589755 -0.81626383 -1.5449286 -0.24292771 -0.08918985800000001 -0.027422581 -0.026229081 -0.013654036999999999 -0.01186184 -0.09582385300000001 -0.012277808000000001 +3 -0.65115269 -0.35582514 -3.3879259 0.08574650699999999 -0.58815645 -0.095019036 -8.5129434e-05 -2.3732175 -2.377552 -1.6688631999999999 -4.9424905 -0.0045384354 -4.9419578 +4 -0.014282709 -0.013749725 -4.6465716e-05 -3.3291487999999996 0.74294331 0.051686851 0.013691483 -0.00043458240999999997 -0.00043581469000000003 -0.0003130788 -0.00040635287000000006 0.014498838 -0.00041239826 +5 0.24434076 0.24537022 0.0012337172 0.13469035 -3.2729504 -1.1777715 -0.31915684 0.0092461782 0.0092728878 0.0073381267 0.011097485 -0.3475936 0.011201191999999999 +6 0.57567154 0.55842606 0.0040839924 0.32128812 0.39472467 -3.3967125 -1.4615083 0.024743658999999998 0.024819012999999997 0.020739735 0.033689906 -1.6522376 0.033996868 +7 0.64411652 0.61167568 0.0045800642 0.35461557 0.42180737 0.023849392999999997 -2.2463192000000003 0.027613557 0.027700745 0.023145817000000003 0.037490384 -2.5282681 0.037841947 +8 -0.099897315 0.20491879 -0.70312611 -0.1945353 0.09159410800000001 -0.16487279 -0.75824903 -3.9515083 -3.973936 -3.1363428 -7.432613900000001 -0.83438509 -7.4283243 +9 -2.1699013 -1.9393468 -3.6439212999999997 -1.0321879999999999 -1.58208 -0.51951262 -1.0529971000000002 -3.0934150000000002 -6.450340799999999 -5.5494623 -10.18202 -1.1758208 -10.177002 +10 0.29111615 0.1572955 1.2563451 -0.062164084 0.31789164 0.022242491 -0.020959545 0.89154677 0.89287543 -2.824158 -7.0567762 -0.020673416 -7.0527667 +11 0.25052691 0.13649568 1.0454716999999998 -0.047284415 0.27029643 0.018586215 -0.021391236 0.7743935 0.77543506 0.44740375 -2.416191 -0.021589241000000002 0.39276255 +12 -4.868638099999999 -1.7432846999999998 -0.0035788385999999998 -0.65442129 -4.9218047 -2.7783949 -1.0350178 -0.021901247999999998 -0.020698107 -0.009571271999999999 -0.0059309156 -1.1466863 -0.0062791849 +13 -3.2861654000000002 0.25945664 -3.2781447999999997 0.36501694 -4.2308316 -2.1402641 -0.66887676 -2.2031055 -2.2064951 -1.5204853 -4.5722858 -0.73691397 -4.5722325 +14 -3.0224377999999996 0.28076943 0.0013137622 -3.160104 -0.60106813 -0.16704215 -0.073876775 0.0077440352 0.0077637113 0.0044497135 0.004380065900000001 -0.084572773 0.0044958065 +15 -2.5091569 0.77916448 0.005803355400000001 0.46853866 -5.472564 -3.4894593 -1.5602614 0.034099267999999995 0.034188598 0.026771735 0.040925859 -1.7575604 0.041372132 +16 -2.4423029 0.8320079 0.0064253603 0.50336451 -3.4526182999999997 -4.9914174000000004 -2.8583596 0.037455582 0.037556507 0.029638649 0.04552743 -3.1768634999999996 0.046029006 +17 -2.4502967 0.82600712 0.006361089 0.4993875 -3.4575028 -1.3964523000000002 -2.5106745999999998 0.037083007 0.037182582 0.029331366 0.045056827 -2.8124341 0.045552068 +18 -2.9257725 0.64195685 -0.67055829 0.13055957 -3.7569894999999995 -1.7083334 -1.2395254 -3.9055538999999997 -3.9276313999999997 -3.0926563999999996 -7.373856299999999 -1.391414 -7.369538499999999 +19 -4.932311400000001 -1.4771205 -3.5242959000000003 -0.85926659 -5.010381400000001 -2.9712019 -2.0217843 -2.9624909 -6.3177294999999996 -5.4187475 -10.04378 -2.2832388999999997 -10.038474 +20 -2.5179285 0.64372898 1.2602226 0.25585792 -3.3155312000000006 -1.2250295 -0.35928919 0.89758822 0.89892473 -2.8217192000000004 -7.053410400000001 -0.39190644 -7.0494038 +21 -2.5642882 0.61942734 1.0496543999999999 0.26263173 -3.379839 -1.2681532 -0.36688905 0.78193139 0.78298379 0.45066025 -2.4148592 -0.39994939 0.39447028 +22 -3.066818 -2.9628176 -3.6133134 -0.46742431 -3.0179999 -0.9270393 -0.26741461 -2.7183978 -2.7168022 -1.9661572 -5.6176038 -0.29207296 -5.6155421 +23 -2.2868789 -2.4967932 -0.004476018 -4.143801799999999 0.33604421 -0.039541434 -0.052591400999999996 -0.027614221 -0.026421096 -0.013784554 -0.012015268999999999 -0.057983272 -0.012434282 +24 -1.970005 -2.1354467999999995 -0.0041893031 -0.75636033 -4.112447 -1.8697423999999998 -0.57818385 -0.025124103 -0.023925953 -0.011884374 -0.0092789299 -0.63014257 -0.0096667337 +25 -1.6596167000000002 -1.7957830000000001 -0.0036116671000000003 -0.68108306 -1.0421463 -3.7256668 -1.7357441999999998 -0.021764669 -0.020559947 -0.0089981859 -0.0042940367 -1.9512135 -0.004646531 +26 -1.5915442 -1.7265188999999999 -0.0034746579 -0.66395528 -0.98436114 -0.16532683 -2.3149395 -0.020974802999999997 -0.019768492 -0.0083173307 -0.003120743 -2.6011757999999996 -0.0034644969 +27 -2.6124223 -2.5226363999999997 -0.7606281 -1.4758848999999998 -1.6196784 -0.57107405 -0.97472996 -4.052185700000001 -4.0587857000000005 -3.2161964 -7.5411672 -1.0831069 -7.5368942 +28 -4.772417900000001 -5.2554897 -3.958596 -1.4270785 -4.279999500000001 -2.1305911 -1.5944159 -3.4604466 -6.791448299999999 -5.8868958 -10.535082000000001 -1.8008855 -10.530399000000001 +29 -1.9355171999999998 -2.3148598999999996 1.2497502 -1.060589 -0.9290882 -0.15436439 -0.10108638 0.88033474 0.88232201 -2.8278114 -7.062174400000001 -0.10818763 -7.0581551 +30 -1.9841203 -2.3338419999999998 1.0383573 -1.013343 -1.0329048 -0.1685474 -0.10246365 0.76098924 0.76274191 0.44271667 -2.4173259 -0.10995027 0.39100345 +31 -0.68031344 -0.38110717 -3.3920538000000002 -3.2455877999999996 0.65055524 0.011933366 0.024910553 -2.3794264 -2.3838001 -1.6743283 -4.9551902000000005 0.021803302000000004 -4.9546349 +32 -0.32498844 -0.062966463 -3.3362486000000002 0.20386658 -3.5477172999999995 -1.4507225000000001 -0.38945501 -2.2962354 -2.3000764 -1.6009266000000002 -4.7910603 -0.42604976 -4.7906325999999995 +33 0.04210516 0.24712797 -3.2794806000000003 0.34595954 -0.028744409 -3.4942212999999995 -1.5251879 -2.2084392999999998 -2.211698 -1.5245971999999999 -4.6033243 -1.7211532999999999 -4.6025241999999995 +34 0.11422041 0.29942898 -3.269903 0.37153876 0.016494347 -0.051897730999999996 -2.2567499 -2.1928497000000005 -2.1959923 -1.5112781000000002 -4.5641805 -2.5387424 -4.5633318 +35 -2.0784042 -1.7500518 -5.8733462 -0.24891049 -2.092582 -0.51471408 -0.17088752 -6.9369335 -6.9741613 -6.0688472 -10.719475 -0.19136232 -10.715066 +36 -3.0726911 -2.8762439 -7.8396841 -0.42988088 -3.1215821 -1.0862045 -0.37481293 -4.0646964 -7.414604300000001 -6.507021400000001 -11.168553 -0.41104036 -11.164106 +37 -0.64893791 -0.35404514 -3.3582913 0.085077765 -0.58509604 -0.094368762 1.9597016000000004e-06 -2.3565254 -2.3604625 -4.9759212999999995 -9.580309800000002 -0.0043775407 -9.5761681 +38 -0.64946166 -0.35447819 -3.3630379999999995 0.085102605 -0.58575825 -0.094721228 -0.00050814468 -2.3592204 -2.3634928 -1.6565333999999998 -7.3926102 -0.004917928 -4.9190948 +39 0.17951697 0.17993157 0.00081913907 -3.2241618 -2.6337416 -0.7802809 -0.21079587 0.0065173034 0.0065361417 0.0050801088 0.0074660241 -0.23032281 0.0075412518999999996 +40 0.56909715 0.55332287 0.0040413535 -3.0037974999999997 0.80036172 -3.3435886 -1.417159 0.024483045 0.024557423999999998 0.020528081 0.033366019 -1.6035093 0.033668863 +41 0.6436565 0.61140051 0.0045785934 -2.9674739 0.80266797 0.05308129599999999 -2.2361364 0.027599792 0.027686912999999997 0.023135307 0.037475957000000004 -2.5174531000000004 0.037827299 +42 -0.11389569 0.19474984 -0.7038091 -3.523451 0.5736231 -0.11213463 -0.73595155 -3.9524581 -3.9749315999999997 -3.137281 -7.433880900000001 -0.80881806 -7.4295919999999995 +43 -2.2033216 -1.9662648999999999 -3.6508578999999997 -4.3610142 -0.019594096999999998 -0.30737874 -0.98813804 -3.1007884 -6.4580455 -5.557061599999999 -10.19004 -1.0996077 -10.185036 +44 0.27530379 0.14297047 1.2562536 -3.3927918 0.7787245 0.054412271 -0.008334745400000001 0.89139701 0.89272545 -2.8242186 -7.0568599 -0.006923965600000001 -7.052850299999999 +45 0.2350771 0.12239051 1.0453718 -3.377593 0.77327224 0.05308317 -0.0087050011 0.77420359 0.77524486 0.4473209 -2.4162248 -0.0078105723 0.39271912 +46 0.65979512 0.62308012 0.0046729291 0.36181197 -3.0958693 -4.7382483 -2.6499705000000002 0.028207446 0.028297113 0.02361771 0.03818588 -2.9586373 0.038546887 +47 0.65430457 0.61906454 0.0046385544 0.35927605 -3.0974247000000004 -1.1226867 -2.4587939 0.027995199 0.028083947 0.023446783 0.037929613 -2.757717 0.038287149 +48 0.054739666 0.32303331 -0.69510253 -0.11191477 -3.2937162000000004 -1.2732023000000001 -1.092284 -3.9402828000000003 -3.9621218999999996 -3.1252193 -7.4176574 -1.2224588 -7.413337400000001 +49 -1.9988443999999999 -1.7970628 -3.6089144 -0.99280902 -4.0949854 -2.0168169999999996 -1.5738244 -3.0557181 -6.4109498 -5.510681099999999 -10.141067 -1.7761958999999998 -10.135913 +50 0.56433467 0.41339491 1.2581457 0.098982822 -3.0733653 -1.0692334 -0.32429769 0.89449136 0.89582397 -2.8229632000000002 -7.0551295 -0.3541473 -7.051120200000001 +51 0.51701297 0.38891543 1.0474757 0.10830313 -3.1041712 -1.087905 -0.32638961 0.77824519 0.77929233 0.44911915 -2.4154805 -0.3566078 0.39367506 +52 0.66893545 0.62995529 0.004744929 0.36615973 0.4306626 -3.3926901 -3.2526125 0.028598457999999997 0.028690034 0.023953869 0.038730457999999995 -3.5953343 0.039097682 +53 0.21503157 0.44595283 -0.68655573 -0.02380821 0.17004761 -3.5469404000000004 -2.0892 -3.9282553 -3.9492987 -3.1131799 -7.4014792 -2.3460464 -7.3970844 +54 -1.8859034 -1.7002226999999999 -3.5868748 -0.96395435 -1.335968 -3.9362698 -2.5781577999999996 -3.0314748 -6.3855922 -5.485797799999999 -10.114753 -2.8836197999999995 -10.109445 +55 0.94047734 0.74686348 1.2609723999999998 0.32364489 0.55770185 -3.3759659 -1.4644096000000002 0.8990964 0.90043585 -2.8210951 -7.052565400000001 -1.6560689 -7.0485474 +56 0.88178603 0.71600547 1.0506601 0.32461607 0.53713616 -3.3801044 -1.4669957 0.78443143 0.78548707 0.45193243 -2.414304 -1.6590299 0.395188 +57 0.24954217 0.47080849 -0.68472003 -0.0057356689 0.1766497 -0.16328996 -2.7630484 -3.9256979 -3.9465448 -3.1105954 -7.3979807 -3.0801596 -7.3935723 +58 -1.8692665000000002 -1.6856112 -3.5837631 -0.95943409 -1.3242865 -0.50352928 -2.98582 -3.0279947 -6.3819471 -5.4822296999999995 -10.110974 -3.3178398000000002 -10.105638 +59 1.0152676 0.80170574 1.2614972 0.36217173 0.56924852 0.030684726000000002 -2.2587485000000003 0.89994907 0.90129037 -2.8207505 -7.0520916 -2.5416567999999997 -7.048072200000001 +60 0.9546971 0.77001182 1.0512487 0.36188496 0.55048786 0.028837337999999997 -2.2592277999999997 0.78556775 0.78662571 0.4524441 -2.4140919999999997 -2.5422467999999996 0.39546079 +61 -5.3157834 -6.343392700000001 -8.5892127 -1.3199457 -4.9064385 -2.670626 -1.7653927 -9.1266689 -12.486498 -11.571225 -16.268033 -1.9943019 -16.263526000000002 +62 -0.096261086 0.20851484 -0.69827663 -0.19272381 0.09484699099999999 -0.16274445 -0.75709376 -3.9473683 -3.9691777000000004 -6.4536332000000005 -11.116308 -0.83305357 -11.111473 +63 -0.09938551400000001 0.20538096 -0.70194818 -0.19470362 0.092025421 -0.16483839 -0.75898771 -3.9506759 -3.9729947 -3.1354542000000003 -9.894117300000001 -0.83519362 -7.4280868 +64 -2.1654174999999998 -1.9345487000000001 -3.6390883 -1.0311033 -1.576335 -0.51661382 -1.0513079 -3.0892179 -6.4455745 -8.8666504 -13.558531 -1.1738831 -13.553453 +65 -2.1696711 -1.9390945 -3.6434523000000003 -1.0321597 -1.5818261999999998 -0.51947655 -1.0530066999999999 -3.0930492999999997 -6.4499551 -5.5490814 -12.641522 -1.1758307 -10.176738 +66 0.29264025 0.15820856 1.2629291999999999 -0.0625639 0.31956886 0.022337046 -0.021454859 0.89493056 0.89626269 -2.8227876 -9.518164 -0.021134681000000002 -7.0520005999999995 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.6503157 1.4134255 0.60801693 0.42082132 -2.8506491 -1.7939711 -1.2368351999999998 1.2362046 1.2406408000000002 1.0181999 1.9449040000000002 -0.66663717 1.9500462 +2 -3.2141631 -7.1950308000000005 -3.8236703000000003 -0.16083744 -3.2005372000000003 -2.1097208 -1.5501896000000002 -5.189884200000001 -5.193994200000001 -4.9099914 -8.2308383 -0.94584055 -8.2110051 +3 0.027052068 -0.015286125 -1.6279377 0.029910849 0.03075949 -0.0040898793 -0.013019103999999998 -0.13163886 -0.12751111 -0.12086598 -0.17912205 0.0015284922 -0.17898891 +4 -0.18266096 -0.12488658 -0.066403314 -3.3380389999999998 1.5518646999999999 0.76885458 0.39853269 -0.10818767 -0.10813657 -0.08853891 -0.30281191 0.11390066 -0.30201567 +5 1.0343692 0.86737117 0.46077036 0.16867647 -2.5038391 -1.4878254 -0.96566544 0.77724643 0.7801386 0.67133952 1.3034525 -0.45236993 1.3043938 +6 2.0183777 1.7603282 0.72559555 0.54526981 1.5492504999999999 -2.5806169999999997 -2.0670265 1.5775498 1.5827139 1.3686978 2.5212875 -1.5627829 2.5225298 +7 2.3613679 2.0387308 0.69860363 0.71391199 1.6516598000000002 0.77299296 -2.8307395 1.8082066000000003 1.8139965 1.5356204 2.878967 -2.4612952999999997 2.8832005 +8 -2.8339235 -4.4685724 -5.6116708 -0.055962887 -2.9668791000000003 -1.9194122999999998 -1.3620007 -7.492397099999999 -7.529121400000001 -7.2441246 -10.584678 -0.75422272 -10.562184 +9 -3.2417178 -7.908166199999999 -7.7872463000000005 -0.15877939 -3.2275486 -2.1346543 -1.5745360000000002 -5.9178573 -9.2498278 -8.961374800000002 -12.302906 -0.97200699 -12.283066999999999 +10 0.005830381700000001 0.0028757585999999997 -0.018620743000000002 0.0014300232000000002 0.0032612036 0.00044448329000000005 -0.00028280264999999997 -0.00047375364000000003 0.0016265717999999999 -3.3213332 -6.538505000000001 9.4939372e-05 -6.520601 +11 -0.00025074179 -0.00041515822 -0.015580252 0.00017785388 -0.00034519637 -0.00023865861000000002 -0.00018017908 -0.0025192803 -0.0008741665699999999 -0.00086088415 -2.5994086 -6.7941681e-05 -0.0081447634 +12 -5.2719276 -6.6641587 -3.5926866000000004 -0.064169919 -5.422657900000001 -4.260339900000001 -3.6857485 -4.9458715 -4.9491391 -4.6659642 -7.9825348 -3.3791346 -7.9627742 +13 -1.6781331999999998 1.3856657 -1.7309878 0.43214265 -2.8779217999999998 -1.8092745 -1.2462463 1.1303771 1.1385501 0.93714961 1.8423557000000002 -0.66901645 1.8465022 +14 -2.6097392999999998 0.50113346 0.15561958 -3.1632888 0.35335219 0.17493704 0.10199522 0.40704999 0.40879767 0.27629171 0.95244947 -0.007414886 0.95544562 +15 -0.56617413 2.4046174 0.64475468 0.97564857 -4.091371 -3.0978726 -2.5836705 2.107151 2.1138638 1.7368796999999998 3.1436932 -2.1613217000000002 3.152475 +16 -0.3664346 2.567908 0.63487336 1.0950122 -1.9883933 -4.3524883 -3.8425127 2.2369732000000004 2.2439082000000004 1.8200197 3.2416183 -3.5716669000000003 3.2532967 +17 -0.4117825 2.5323262000000004 0.63743076 1.068702 -2.0092304 -1.2142812 -3.362504 2.2092028 2.2160803 1.8030732 3.223948 -3.0507305000000002 3.2350323 +18 -2.5010258999999997 0.52809888 -1.6891831999999998 0.30135368 -3.5809157999999996 -2.7715617999999997 -2.3215345000000003 -3.0474912 -3.0828881 -2.834573 -5.9990804 -1.9278685000000002 -5.9756148 +19 -5.2986071 -7.443460099999999 -7.5963291 -0.061339156 -5.444229 -4.2805503 -3.7054224000000002 -5.7338331 -9.061703 -8.7732301 -12.114517 -3.3999994 -12.094737 +20 -1.6471060000000002 1.4176688999999998 0.73079259 0.42099306 -2.8476538 -1.7870894 -1.2297145 1.2487691 1.2552553 -2.2903656000000003 -5.4233892 -0.66080938 -5.4054745 +21 -1.6453495999999999 1.4197823 0.74251143 0.4212252 -2.8453165 -1.7894491999999997 -1.2327615 1.2518747 1.257853 1.0344143 -0.72976817 -0.66317317 1.9652666 +22 -3.2189753 -7.2747036 -5.3194710999999995 -0.15737079 -3.2015654 -2.1102762999999998 -1.5502909 -5.287977 -5.2792125 -4.9948386 -8.3170882 -0.94597427 -8.2973145 +23 -3.574785 -7.4403258 -3.8752230000000005 -3.4635476 -0.14400185 0.1611411 0.19472584 -5.246514 -5.251351799999999 -4.9671392 -8.288840700000002 0.072695958 -8.2690298 +24 -3.0312115 -7.1368371 -3.8124606 -0.17351783 -4.9670613 -3.8231926 -3.2685348999999997 -5.1797219000000005 -5.1828294 -4.8987607 -8.2193023 -2.9286613999999997 -8.199577900000001 +25 -3.0178342000000002 -7.1324727 -3.8116387 -0.17450283 -3.0706594 -5.1148751 -4.5590949 -5.1789821 -5.1820095 -4.8979356 -8.2184532 -4.314863900000001 -8.1987373 +26 -3.0238973 -7.1344244 -3.8119848 -0.17404493 -3.0748724 -2.0108166 -3.6655092000000002 -5.1792974 -5.1823578 -4.8982858 -8.2188133 -3.3718647000000006 -8.1990941 +27 -3.1818767000000006 -9.6215721 -7.416833199999999 -0.065232644 -3.2570699 -2.1693707000000004 -1.599434 -9.398495 -9.403228 -9.114706800000002 -12.456329 -0.99933279 -12.43653 +28 -3.281444 -11.572307 -8.1284856 -0.15994571 -3.2710625 -2.1755457000000002 -1.6148444 -6.2700830000000005 -9.595752000000001 -9.3071412 -12.648848 -1.015894 -12.629107000000001 +29 -3.2141328 -7.193831599999999 -3.8224037 -0.16083341 -3.200384 -2.1095653 -1.5500311000000002 -5.1891877 -5.192826599999999 -8.2307526 -11.571425 -0.94567095 -11.551569 +30 -3.2141602000000002 -7.1949701 -3.8235767 -0.16083758 -3.2005346 -2.1097183999999998 -1.5501873 -5.189841099999999 -5.1939322 -4.9099297 -10.690362 -0.94583811 -8.2109879 +31 -0.10798189 -0.12116457 -1.6417907999999999 -3.3060102999999996 1.5233361 0.76399462 0.40727809 -0.2253773 -0.22160429 -0.20096679 -0.42726372 0.12545118 -0.42636599 +32 1.0043959999999998 0.83174699 -1.5420316 0.18566169 -2.5322451 -1.5013796999999998 -0.9712194 0.64501159 0.65209922 0.56384929 1.1292064 -0.44610826 1.1293478000000001 +33 1.998904 1.7514188999999998 -1.5953222 0.55225042 1.5693955 -2.5488312 -2.0311287 1.5053215 1.5139582 1.3332275 2.3666986 -1.5227666000000002 2.3669693 +34 2.3647294 2.0490039 -1.6700357 0.72808744 1.6906874 0.81097381 -2.8118998 1.7669247 1.7757692999999999 1.5259593999999999 2.8329981 -2.4405929 2.8357460999999997 +35 -2.7669081 -4.1326105 -6.6913246 -0.050807733 -2.8893598 -1.8494477999999999 -1.2941447 -7.1781937000000005 -7.1898575 -6.905108900000001 -10.244427 -0.69008471 -10.221946 +36 -3.228091 -7.495698399999999 -8.8431156 -0.15676503 -3.2121304 -2.1201715 -1.5600216 -5.5191482 -8.838039300000002 -8.549642 -11.890707 -0.95638643 -11.870906 +37 0.041024767999999996 0.0005907604900000001 -1.3628088 0.030934337000000003 0.040111719 0.0012511578 -0.0091210686 -0.1051972 -0.10062603 -3.4173421000000004 -6.6368298999999995 0.0037597615999999997 -6.618987599999999 +38 0.032514834 -0.0060872899 -1.4063794 0.029440846 0.035323855 -0.00029131555 -0.0097568007 -0.11306092 -0.10866739 -0.10211499 -2.7513451 0.0031864697999999998 -0.16781225 +39 0.57157171 0.45410481 0.23542875 -3.2517442 -1.6275184999999999 -0.78982211 -0.37147844 0.40290632 0.40476967 0.33984584 0.77229205 -0.1271223 0.77247314 +40 1.912975 1.6790523999999998 0.73354205 -2.8207723999999996 2.0266851000000004 -2.454561 -1.9398931000000001 1.5099439 1.5148895 1.318934 2.3967751 -1.4202774999999999 2.3975686 +41 2.3524597000000003 2.0330635 0.6995124 -2.611472 2.0321916 0.88632638 -2.7980454 1.8036051 1.8093793000000002 1.532538 2.8740215 -2.4252097999999997 2.8781738999999997 +42 -3.3515214999999996 -5.3452152 -6.163574099999999 -3.3621987 0.062607361 0.24354474 0.24090918 -8.079485 -8.1203167 -7.8332178 -11.174135 0.089380049 -11.153299 +43 -3.5965608000000002 -8.115037599999999 -7.8198912 -3.4612522000000006 -0.17571536 0.14666773 0.18898062 -5.9434005 -9.2840948 -8.9956441 -12.337214 0.071686316 -12.317366999999999 +44 -0.17520226 -0.12189916 -0.08273079 -3.3366623 1.5510411 0.76891234 0.39889203 -0.10834961 -0.10636842 -3.4097989999999996 -6.6342275 0.1142102 -6.616455800000001 +45 -0.18294221 -0.1252766 -0.080402392 -3.3378455999999996 1.5516277 0.76878882 0.39851492 -0.11051677 -0.10894851 -0.08929453400000001 -2.8812964 0.11389914 -0.31131383 +46 2.4977245 2.1403522999999995 0.68675034 0.77985456 -1.8327174 -4.2138158 -3.712832 1.8902945 1.8963193999999999 1.5903107 2.9627185000000003 -3.4323415 2.9685752 +47 2.4533522999999997 2.106952 0.69041232 0.75784089 -1.8400766 -1.054361 -3.2913233999999996 1.8634206000000002 1.8693707999999998 1.5725892 2.9367522 -2.9732121 2.9420597 +48 -2.4731264 -4.2581473 -5.4075123 -0.072338555 -4.6193126 -3.5194311000000003 -2.9698472000000002 -7.3219173 -7.338928299999999 -7.0524478 -10.390983 -2.6043013 -10.370058 +49 -3.0699646 -7.871013700000001 -7.7853647 -0.17115814 -4.9999206 -3.8544747000000004 -3.2992902 -5.92106 -9.2488516 -8.9603097 -12.301747 -2.9624572 -12.281997 +50 1.0364965 0.86913961 0.46808939 0.16935898 -2.5041176 -1.4852471 -0.96269343 0.77883756 0.7840131 -2.6474916 -5.8221263 -0.45013884 -5.804173400000001 +51 1.0356676 0.86891578 0.47746834 0.16860745 -2.5027196 -1.4867396000000002 -0.96469314 0.77978774 0.78444316 0.67527649 -1.3435887 -0.45170107 1.3051427 +52 2.5129976000000003 2.1524452999999997 0.68617702 0.78812257 1.6780549999999999 -2.5595281 -4.051615 1.8999269 1.9059705000000002 1.5966798999999998 2.9719173999999997 -3.7961082000000004 2.9779962 +53 -2.4380979 -4.2300458 -5.3827548 -0.07371568099999999 -2.6767513 -4.799061900000001 -4.2490079000000005 -7.299370599999999 -7.314615600000001 -7.028050099999999 -10.366382000000002 -3.9963764999999998 -10.345562 +54 -3.0575989 -7.8682916 -7.785259700000001 -0.17210847 -3.1068542000000003 -5.1461670999999996 -4.5898224 -5.921356200000001 -9.248812800000001 -8.960264 -12.301694 -4.3467547 -12.281951 +55 2.0317325 1.7741208 0.99170018 0.55082387 1.5575325 -2.5768694 -2.062779 1.6061945 1.6125201999999998 -1.9297811999999999 -5.059731200000001 -1.5580053999999999 -5.0405326 +56 2.0309923 1.7731268 0.99657259 0.55030326 1.5561572 -2.5793505000000003 -2.0660769 1.6055537 1.6113844 1.3907323999999999 -0.086567965 -1.5618783 2.5755722999999997 +57 -2.4501992 -4.2379333 -5.389896 -0.07317541 -2.6862468999999995 -1.6885058000000002 -3.4797909 -7.3057059 -7.321550599999999 -7.0350129 -10.373403999999999 -3.1767877 -10.352551 +58 -3.0633377999999998 -7.869575599999999 -7.785302000000001 -0.17165658 -3.1107989 -2.0431737 -3.6843207000000002 -5.9212196 -9.24883 -8.960284 -12.301717 -3.3918841 -12.281971 +59 2.379848 2.0556567 1.1131083000000002 0.72233384 1.6575811000000003 0.77620696 -2.8295752 1.8438868999999998 1.8506018 -1.7606363 -4.865151200000001 -2.4599897 -4.8454144 +60 2.3770219 2.0528886 1.1096948 0.72073508 1.6551541 0.77356852 -2.8306851 1.8411574 1.8473824 1.5582631 0.21958403 -2.4612382999999998 2.9173375 +61 -3.182583 -9.705180499999999 -10.819056 -0.065035405 -3.2579111000000003 -2.1701458 -1.6001916999999999 -9.4725433 -12.810407000000001 -12.521668 -15.864369 -1.0001571 -15.844557 +62 -2.8333701000000002 -4.4652921999999995 -5.6083913 -0.055927318 -2.9661274 -1.9187414 -1.3613502 -7.4899119999999995 -7.525780900000001 -10.56272 -13.907815 -0.75359969 -13.885322 +63 -2.8339207 -4.4685586 -5.6116495 -0.055962802 -2.9668772999999997 -1.919411 -1.3619996 -7.4923865 -7.5291068 -7.244110000000001 -13.044131 -0.75422162 -10.56218 +64 -3.241715 -7.907510899999999 -7.786554400000001 -0.15877661 -3.2274773 -2.1345825 -1.5744624 -5.9176806 -9.249206599999999 -12.282681 -15.62539 -0.97192713 -15.60555 +65 -3.2417178 -7.908164500000001 -7.7872425000000005 -0.15877938 -3.2275486 -2.1346542 -1.5745358999999999 -5.9178568 -9.2498261 -8.9613731 -14.762345000000002 -0.97200694 -12.283068 +66 0.0058280308 0.0028693890000000004 -0.018819548999999998 0.0014325301999999999 0.0032577040999999998 0.00044117422999999996 -0.00028572496 -0.00050536 0.0016116706 -3.3213482000000005 -8.998879400000002 9.3701525e-05 -6.5208878 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1742896000000003 1.0104697 -0.034985588 0.52369384 -3.1178112000000002 -1.8279488000000002 -1.1953461 0.39316543 0.39471493 0.2487922 0.45267312 -0.59407763 0.45652222 +2 -2.9070693 -3.2425992000000003 -0.019992242 -0.62961141 -1.9139825000000001 -0.89052718 -0.47918322 -0.55316575 -0.55229481 -0.32266629 -0.89811987 -0.19701516 -0.90572932 +3 -0.36933648 -0.26790845 -2.6160748 0.13344678 -0.21785887 -0.11919815 -0.073686005 -1.0476219 -1.0467316 -0.83475124 -1.2241369 -0.012039687 -1.2310796 +4 -0.08703437300000001 -0.07487577599999999 9.672921599999999e-05 -3.3502959000000003 1.2952973 0.64485947 0.30427468 -0.024394311000000002 -0.02449294 -0.015433418 -0.02745288 0.069586413 -0.027786101 +5 0.74264189 0.65889565 -0.036951017999999995 0.28954882 -2.7888776 -1.5447513000000002 -0.94812883 0.24880589 0.24986158 0.16808191 0.3503737 -0.39958743 0.35204158 +6 1.5656153999999998 1.4140318 -0.082385622 0.72755922 1.2439526 -2.7140763 -2.1112631 0.6560148 0.65837667 0.50258923 1.0257485999999998 -1.5278139 1.0266571 +7 1.8989805 1.6896151000000001 -0.091419316 0.92437171 1.3339994 0.64168804 -2.9306985 0.81997877 0.82265728 0.62196055 1.2013038 -2.4895707000000002 1.2049405 +8 -2.6593303 -2.1888495 -3.3417581 -0.031527644 -2.5311109 -1.3690421 -0.79179131 -5.904270200000001 -5.9522873 -5.3779895 -9.5070563 -0.26976444 -9.493836 +9 -4.0165262 -6.8472368 -6.917413099999999 -0.14404325 -3.6069175 -2.2651277999999997 -1.6266883 -5.814260400000001 -9.151013 -8.5628173 -12.740396 -0.95104497 -12.73024 +10 0.038433888 0.035053517 0.44849055 -0.071466187 0.064798673 0.050302649000000005 0.036541838 0.28028926 0.28194665 -3.0790973999999998 -7.0108232 0.011555188000000001 -7.001763499999999 +11 0.032564833 0.030694954 0.4307382 -0.069860849 0.060980272 0.045908593 0.033134269 0.26901815 0.27024796 0.23372305 -2.1408319 0.01018189 0.54136271 +12 -4.6396369 -1.9404941000000002 0.007077604499999999 -0.46484804 -4.3074932 -2.9754531 -2.3405747000000003 -0.40042662 -0.39915423 -0.20455287 -0.41835926 -1.7734123 -0.42782556 +13 -2.3936352000000003 0.84776648 -2.7189574 0.53635613 -3.2820633999999997 -1.9636153000000003 -1.3178152 -0.23084005 -0.2275084 -0.18516392 -0.08588830300000001 -0.68039363 -0.08840199800000001 +14 -2.8344065 0.38359508 -0.0047820567 -3.1095059 0.26097542 0.16193272 0.09579943199999999 0.11256814 0.11307284 0.046422556 0.07764692599999999 -0.0087884119 0.080126753 +15 -1.1651198999999999 1.9416061000000002 -0.089975101 1.1344159 -4.4158849 -3.1451523999999997 -2.5353323 0.95244818 0.9554017 0.69297776 1.2588656 -2.0132762 1.2645175 +16 -0.93248307 2.1364256 -0.09122540300000001 1.2884412 -2.2611371 -4.3840023 -3.7793957000000002 1.0753449 1.0784327 0.77439334 1.3426861 -3.4220927000000003 1.3510271 +17 -0.97394254 2.1031004 -0.091017001 1.2615996 -2.279359 -1.2323195 -3.3890842000000005 1.0550620000000002 1.0581234 0.76201262 1.3318362 -2.9976766 1.3397556000000002 +18 -2.7331835 0.65423131 -1.4596848 0.41797248 -3.4347443999999996 -2.2509947999999995 -1.6651243000000002 -3.5943129999999996 -3.6151053 -3.0856474 -6.961242200000001 -1.0768664 -6.9518992 +19 -6.0829406 -6.3522217 -6.710851700000001 -0.048860119 -5.8515398 -4.436107700000001 -3.7825428999999997 -5.610085 -8.9421077 -8.3539937 -12.530764999999999 -3.4056656000000003 -12.520685 +20 -2.1093509999999998 1.0700083 0.67120733 0.48666261 -3.0219702999999996 -1.7423823 -1.1168930000000001 0.7348951 0.73775285 -2.7866513 -6.662725900000001 -0.53209217 -6.653788799999999 +21 -2.1115470000000003 1.0688799 0.63245927 0.49005526 -3.0252135 -1.7530154999999998 -1.1276111999999998 0.71677253 0.71926826 0.52125723 -1.7121369999999998 -0.53965485 1.0149647 +22 -3.6022510000000003 -4.4866967 -3.2699285 -0.17084832 -3.1068012 -1.8092041 -1.1867351000000002 -3.1577062999999996 -3.1537101 -2.6248966 -6.5025782 -0.5579402 -6.4928742999999995 +23 -3.1273 -3.473932 -0.02411578 -3.9556506000000002 0.82028714 0.4721997 0.23735232 -0.57061289 -0.56978146 -0.33590893 -0.95870496 0.034312872 -0.96606395 +24 -2.0807223 -2.4499026 -0.0030413034 -0.60131279 -3.6641027999999998 -2.3500857999999996 -1.728045 -0.47185797 -0.47076521 -0.25931631 -0.62691219 -1.0643347 -0.6357428 +25 -1.6729416000000001 -2.1056646 0.0078449169 -0.57492448 -0.78737371 -3.4214067999999997 -2.8080027000000003 -0.42259089 -0.42136629 -0.22015391 -0.47612808 -2.3231435 -0.48540125 +26 -1.6264401000000002 -2.0685341 0.0090957354 -0.57138452 -0.74203706 -0.11374451 -3.0646402000000004 -0.41673276 -0.41549209 -0.2154781 -0.45795256 -2.6373476000000005 -0.46728235 +27 -4.0161347 -8.323336999999999 -6.224370700000001 -0.056167914000000006 -3.6961876000000005 -2.3558915000000002 -1.7067863 -9.0566289 -9.065469 -8.4772648 -12.654498 -1.0365321 -12.64441 +28 -4.145741 -10.658773 -7.4081652 -0.14611759 -3.7403169999999997 -2.3895388 -1.7488263 -6.321818799999999 -9.6513516 -9.062702499999999 -13.241448000000002 -1.0819163 -13.231457 +29 -2.9003464 -3.2291529 0.05753964 -0.65431819 -1.8975848999999998 -0.87627899 -0.46813103 -0.4887129 -0.48670994 -3.5912515 -7.6130647 -0.19056018 -7.603253200000001 +30 -2.9016243999999998 -3.2307116000000002 0.058726508 -0.65460058 -1.9030502 -0.88151362 -0.47124723 -0.48729848 -0.48577977 -0.26889321 -3.2732917 -0.19179715 -0.71319378 +31 -0.44407299 -0.33673493 -2.626169 -3.20304 1.1757877 0.61995654 0.32077557 -1.0971440000000001 -1.0964208 -0.87807162 -1.2898878999999999 0.092449517 -1.2970745000000001 +32 0.42655122 0.41918514 -2.6264161 0.31163223 -2.9163012999999998 -1.6416157999999998 -1.0294530000000002 -0.53699184 -0.53433576 -0.40087466 -0.46185112 -0.44410674 -0.4679816 +33 1.3148441000000002 1.229274 -2.6540874 0.67060127 1.1912738 -2.7012924 -2.0940276 0.13154849 0.13545857 0.19115117 0.54204415 -1.5100028 0.5348277 +34 1.6851144 1.5301286 -2.6993579 0.8586891 1.3191486000000001 0.66251938 -2.9078841 0.37204949 0.37614065 0.36895091 0.9151927 -2.4653555 0.91043955 +35 -2.9024584 -2.6323630000000002 -5.4921417 0.0116292 -2.5875947999999998 -1.3993205 -0.81919058 -6.5103214000000005 -6.532478299999999 -5.952775 -10.106103 -0.30907986 -10.093178 +36 -3.9122297999999995 -5.9335174 -7.9817924 -0.12155045 -3.4947654999999997 -2.1613874 -1.5230289 -4.9099742 -8.2345765 -7.6471644 -11.820812 -0.84709211 -11.810713 +37 -0.32260111 -0.20909033 -1.9896644 0.11464216 -0.17412724 -0.085500053 -0.046514302 -0.85806188 -0.8564817 -3.9748284 -7.995711900000001 0.00011164299999999999 -7.987173299999999 +38 -0.33531554 -0.22307276 -2.1010588 0.11725191 -0.18326911 -0.09239505099999999 -0.052176607 -0.89699541 -0.89568037 -0.68961855 -3.7425312000000006 -0.0025814261 -1.0937159 +39 0.5049274 0.43755603 -0.028824553 -3.1373254 -1.9683496999999999 -0.91544306 -0.43051359 0.1513906 0.15207427 0.094510123 0.21632997 -0.14934556 0.21762351 +40 1.5127393999999998 1.3706383 -0.080439052 -2.6238528 1.609338 -2.6346717 -2.0334615 0.63160897 0.63391169 0.48487831 0.99606257 -1.4414775 0.996697 +41 1.8937621999999998 1.6857131999999997 -0.091325506 -2.4004357000000005 1.6140749 0.70754563 -2.9136166 0.8177733 0.82044708 0.6205761 1.1998152 -2.4709592999999996 1.2034093000000001 +42 -3.3572413999999995 -2.8075454 -3.7552412000000004 -3.3570946000000004 0.49651606 0.40288371 0.23746846 -6.385321599999999 -6.4359087 -5.8566065 -10.004056 0.041511669 -9.991848800000001 +43 -4.3893831 -7.1019575 -6.993620299999999 -3.4474598 -0.53490356 -0.018507584 0.074254552 -5.8852389 -9.2301166 -8.6418067 -12.819566 0.0090323449 -12.809472 +44 -0.048281511 -0.038471492999999995 0.43497484 -3.4220913 1.3469073 0.65961415 0.30757999 0.2522226 0.25380139 -3.0974505 -7.032519099999999 0.070411002 -7.0234698 +45 -0.055335468 -0.043772772 0.41822395 -3.4208876000000004 1.344833 0.65791197 0.3061876 0.24121035 0.24235805 0.21561998 -2.1736174999999998 0.069740007 0.50592976 +46 2.0220783 1.785523 -0.09351871 0.99676575 -2.1811863999999996 -4.315021499999999 -3.7228233 0.87632695 0.87910607 0.65880581 1.2417093000000001 -3.3636682999999996 1.2465053 +47 1.9820856 1.7544481 -0.092880941 0.97311724 -2.1872491000000003 -1.1486813 -3.3512331 0.85797621 0.86072375 0.64687476 1.2289899 -2.9579698 1.2334029 +48 -1.3983896 -1.4646727 -2.7905869 -0.03199984 -3.6421532999999995 -2.4654481 -1.8961876 -5.2870762000000004 -5.3168988 -4.748115 -8.843558699999999 -1.3123256 -8.8315923 +49 -3.8052254999999997 -6.776111 -6.8903524 -0.15747732 -5.359744200000001 -3.9635086999999998 -3.3297019 -5.7928749 -9.1248642 -8.5365804 -12.713957 -2.9141297 -12.703909 +50 0.80935251 0.71914274 0.60180675 0.24359236 -2.7063184 -1.4757296 -0.88789866 0.58885281 0.5913755 -2.8703206000000003 -6.7658371 -0.36257644 -6.7568814 +51 0.80610464 0.71708855 0.56855451 0.24668523 -2.7084629000000002 -1.4842391000000001 -0.89645875 0.57153632 0.57366879 0.43816864 -1.8033153000000002 -0.36760419 0.91147121 +52 2.0398339 1.7996709 -0.093628023 1.0076374 1.3539796999999998 -2.6957506 -4.1113122 0.88494229 0.88773147 0.66464758 1.2481604 -3.7834498999999995 1.2531522 +53 -0.9646081 -1.1438498 -2.6039724 -0.0020193538 -0.77006507 -3.5595147000000003 -2.998761 -5.042713200000001 -5.0691041 -4.505539 -8.5781862 -2.5756507 -8.5656616 +54 -3.7892015 -6.770517 -6.8881823 -0.15855155 -3.453633 -5.254118599999999 -4.619258599999999 -5.791169200000001 -9.122759 -8.534468400000002 -12.711829 -4.303948200000001 -12.701789 +55 1.7322498 1.5571023000000002 0.83655708 0.78482844 1.3148627 -2.6993968999999995 -2.0975931 1.0434633 1.0468129000000002 -2.5621534 -6.4041453 -1.5134885 -6.3947078 +56 1.7208173999999998 1.5474892 0.77063456 0.78111136 1.3099397 -2.7028246 -2.1020587 1.0147491 1.0177587 0.74194364 -1.4418091999999998 -1.5185737 1.3234225 +57 -0.93471248 -1.1070545 -2.5886132 0.004544814 -0.74127461 -0.30300778 -3.1273422 -5.0180717 -5.0447790999999995 -4.4820969 -8.5514686 -2.7158717999999995 -8.5387284 +58 -3.7960397000000006 -6.7728497 -6.8890671 -0.15808023 -3.4584964 -2.147287 -3.7558917000000003 -5.7918666 -9.123622 -8.5353336 -12.7127 -3.3912442000000005 -12.702658 +59 2.0810242 1.8348578000000002 0.90097049 1.0022946 1.3680934 0.64897528 -2.9288749 1.1823625 1.1858905 -2.4840543 -6.306492400000001 -2.4875662 -6.2968159 +60 2.0654977999999997 1.8225546000000001 0.82570219 0.99530568 1.3645876000000001 0.64627082 -2.9302111 1.1529271 1.1561271 0.82122578 -1.3886535 -2.4890498 1.3890745 +61 -4.0398929 -9.2598319 -10.471277 -0.048058280999999994 -3.7218197999999996 -2.3790576 -1.7292207 -9.9927075 -13.334620999999999 -12.745427000000001 -16.927167999999998 -1.0607686 -16.917092 +62 -2.6565787 -2.1828852000000003 -3.335121 -0.031489128 -2.5271331000000004 -1.3653571000000002 -0.78839518 -5.8983958 -5.945386599999999 -8.6930436 -12.872711 -0.26799912 -12.859566000000001 +63 -2.6592355 -2.1886587000000004 -3.3414945 -0.031525451 -2.5310357999999997 -1.3689855 -0.79174351 -5.9040726999999995 -5.9520563 -5.3777611 -11.966649 -0.26973948 -9.4937135 +64 -4.0164814 -6.846157400000001 -6.916278299999999 -0.14403542 -3.6066446000000005 -2.2648554 -1.6264114 -5.8136626 -9.149962 -11.883693 -16.065316 -0.95075928 -16.055157 +65 -4.0165252 -6.847225900000001 -6.9173955000000005 -0.1440433 -3.6069166 -2.265127 -1.6266875 -5.8142529000000005 -9.1510019 -8.562806199999999 -15.199848000000001 -0.95104415 -12.730238 +66 0.038458797999999995 0.035052138999999996 0.44846684 -0.071484445 0.064832531 0.05031334 0.036542031 0.28023968 0.28190313 -3.0791569 -9.472254199999998 0.011554256 -7.0023886 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.4520249 0.84286783 0.03107265 0.57867113 -3.1530864 -1.7445151 -1.0926052 0.12844372 0.12872014 0.061773811 0.050095885 -0.51459724 0.051862342 +2 -2.7122416 -3.0024558999999997 -0.051492000999999996 -1.1248245000000001 -0.6412139 -0.34178511 -0.23555093 -0.1258366 -0.12488647 -0.041903632 -0.015419101999999999 -0.10341342 -0.016861004 +3 -0.76012185 -0.44665229 -3.3480296999999997 0.18372854 -0.39862588 -0.19304645 -0.11278484 -1.5667103999999998 -1.5676638999999999 -1.0378148999999999 -1.7495875 -0.03100441 -1.7592139 +4 -0.047596757999999996 -0.045044474 -0.0013358219 -3.3486574 1.1100253999999998 0.57357502 0.27134498 -0.005573350899999999 -0.0055848660999999996 -0.0026891281 -0.0025182678 0.058936132999999995 -0.0025947675 +5 0.61085109 0.59581884 0.018161243 0.38010072 -2.928693 -1.5512523 -0.92353212 0.1039507 0.10418425 0.054811857 0.046207923 -0.36681728 0.047787672999999996 +6 1.3591498 1.3379243 0.055391523 0.92033696 1.1121158000000002 -2.7648963 -2.1233748 0.34917775 0.34983451 0.23169533 0.24709556 -1.4964913 0.25305815 +7 1.680765 1.6127858999999998 0.071598161 1.1456855 1.1758958000000002 0.5827674 -2.9751528 0.4518319 0.45259184 0.29832695 0.30194937 -2.4943173 0.31015057 +8 -1.2717234 -0.41688317 -0.44801409 -0.29727034 -0.19670441 0.055872909000000005 0.056675320999999994 -3.6485684999999997 -3.6660529000000004 -2.7653093999999996 -6.8788746 -0.027127745 -6.876775099999999 +9 -3.5086657 -2.9474589 -2.9346078999999996 -0.40312114 -2.5346564 -1.2249326999999999 -0.6632374 -2.390139 -5.7328619000000005 -4.7553482 -9.305310400000002 -0.23632613 -9.3017268 +10 0.10356459 0.066815574 1.246868 -0.23390949 0.29632877 0.22169299 0.14614201 0.83752433 0.83867826 -2.8347363 -7.029071000000001 0.035518598 -7.0265026 +11 0.08856414 0.05645558 1.0377434 -0.20635279 0.24705799 0.18149849 0.12167543 0.72569936 0.72658688 0.4381561 -2.414279 0.030673502000000002 0.39625075 +12 -4.9756339999999994 -2.0056235 -0.045140106 -0.87079816 -3.8212184000000002 -2.3296741 -1.6409177 -0.093228738 -0.092227705 -0.024000341 0.0025077814000000003 -0.94229136 0.0015380401 +13 -2.9278265 0.5599361 -3.2601769 0.59832733 -3.4873241000000004 -2.0286191000000002 -1.352706 -0.97828215 -0.97783323 -0.60445608 -0.94580954 -0.68670946 -0.95193641 +14 -2.9765368 0.31368753 0.011520521 -3.1006536 0.2664216 0.20276763 0.12763423 0.021280521 0.021329447 0.0035820402000000004 -0.0042553939 0.01292244 -0.0040566709999999995 +15 -1.4808549 1.7926748 0.08508181599999999 1.3097054 -4.5106764 -3.0809851000000004 -2.4311551 0.4790121 0.47981526 0.30343638 0.30012714 -1.8413093999999997 0.30835468 +16 -1.2184667 2.0201158 0.10008758 1.5053375 -2.2947609 -4.302777 -3.6581129999999997 0.57416924 0.5750252 0.36145111 0.3415365 -3.245635 0.35176414 +17 -1.2519621 1.9924073 0.09829093400000001 1.4811176000000001 -2.3080898 -1.1360246 -3.3685502 0.56354248 0.56439114 0.35560831 0.33787218 -2.9306159 0.34790369 +18 -2.8782319 0.85255839 -0.22495385 0.5300268 -3.3282229 -1.9304439999999998 -1.2827728 -3.3230774 -3.3368941 -2.4639031000000005 -6.3772599 -0.63721153 -6.375909200000001 +19 -5.1179985 -1.9604970000000002 -2.5067524 -0.32048749 -4.590693099999999 -3.1704336 -2.5422632999999997 -1.9110203999999997 -5.2449038 -4.278714599999999 -8.771558500000001 -1.9865244999999998 -8.767991499999999 +20 -2.3232899 0.91954679 1.2861161 0.46473259 -2.8711303 -1.5064308000000002 -0.87968885 0.8925979 0.89382449 -2.8140931 -7.000091900000001 -0.36289862 -6.997575599999999 +21 -2.3380202999999997 0.91162935 1.0785908000000002 0.48020527 -2.9145195 -1.5505803 -0.91921183 0.78906418 0.79004628 0.46228875 -2.4051985 -0.3883302 0.40788529 +22 -3.8618742999999993 -3.8918120000000003 -3.4980943999999994 -0.25715818 -2.7126818999999998 -1.384937 -0.81607306 -2.5888557 -2.5874261 -1.7758121999999998 -5.2166172 -0.35295334 -5.2160494 +23 -2.7623037999999998 -3.057041 -0.051748019000000006 -4.4536303 0.88056311 0.49441689 0.23072276 -0.12708716 -0.12613876 -0.04260005 -0.0162077 0.031626093 -0.017667238999999998 +24 -2.1531409 -2.3871978 -0.048666704000000005 -1.025068 -3.4420748999999997 -1.9880744 -1.3256892 -0.10653468 -0.10555276 -0.030777484 -0.0042926626 -0.65689155 -0.0054315672 +25 -1.5979271000000002 -1.8106057 -0.044147083 -0.89321475 0.29339045 -3.0235583999999998 -2.3592454 -0.07305527099999999 -0.072019338 -0.0057130786 0.030292076 -1.7469148999999997 0.029636212999999998 +26 -1.3974563 -1.630514 -0.042181103 -0.84088363 0.47660813 0.3899081 -3.0174824 -0.059442554 -0.058385675 0.004726306400000001 0.044777625999999994 -2.538806 0.044331805 +27 -3.7851236000000004 -3.6762547 -0.77046191 -1.0755171000000001 -2.2444 -1.0195315 -0.50772235 -4.1020582999999995 -4.1086461000000005 -3.1818721 -7.4577539 -0.19801536 -7.4549227 +28 -4.7096002 -7.0751851 -3.8597792999999996 -0.35622704 -3.8117277 -2.3337726 -1.6765305 -3.4122915999999996 -6.7422317 -5.7512373 -10.365096000000001 -0.96352024 -10.361777 +29 -2.5885781000000003 -2.9214787 1.1923185 -1.8301903000000002 -0.26719201 -0.061710451 -0.017416291 0.76649032 0.76821815 -2.8623274 -7.0670602 -0.016466091000000002 -7.0644156 +30 -2.6057177000000005 -2.9326939999999997 0.98307279 -1.7293047 -0.32827157 -0.11310727 -0.05598782099999999 0.64917315 0.65066769 0.40896823 -2.4270252999999995 -0.028008052999999998 0.3806345 +31 -0.81972898 -0.50333358 -3.3590405 -3.1531283 0.96313883 0.5357925 0.27223512 -1.5987261000000001 -1.5997692 -1.0640793 -1.7893192 0.068386381 -1.7991448 +32 -0.02915443 0.19323355 -3.2781826 0.3868367 -3.1230838 -1.7098993000000002 -1.0659172 -1.1868545 -1.1867944 -0.73830366 -1.1471375 -0.45151949 -1.1561378 +33 0.80367565 0.94689153 -3.1705807999999998 0.75492766 0.98578652 -2.7804672999999998 -2.1372971 -0.66049185 -0.6595569 -0.30185664 -0.25634962 -1.5127875 -0.2662024 +34 1.1681377 1.2404972 -3.1468187999999997 0.94798409 1.1047441 0.57774944 -2.9671537999999997 -0.45910834 -0.45802921 -0.16108931 -0.048163008 -2.4861869999999997 -0.054509967 +35 -2.5306732999999997 -1.5459098 -4.6718492 0.048561489000000006 -1.5336148 -0.5987157 -0.26776427 -5.794664900000001 -5.8176119 -4.836876 -9.403745599999999 -0.076157394 -9.3999849 +36 -4.1119437 -4.2825919 -7.586518300000001 -0.09245723900000001 -3.2167289 -1.7936710999999999 -1.1519358 -3.9130002 -7.2425988 -6.2477214000000005 -10.87958 -0.52810272 -10.876333 +37 -0.72367859 -0.41495632 -2.8424728 0.14774712 -0.35760506 -0.16359045 -0.09076491800000001 -1.3829075000000002 -1.3832883999999999 -4.196281 -8.665166900000001 -0.021869512999999997 -8.6631882 +38 -0.7327109 -0.42276637 -2.9332002999999998 0.15398406 -0.36523958 -0.16998477 -0.095793109 -1.4194307 -1.4200718 -0.90656531 -4.2367802 -0.024053865 -1.5699667 +39 0.46275087 0.44413259 0.012630286999999999 -3.0423156000000002 -2.183347 -0.99074697 -0.4692575 0.069722307 0.069884031 0.033360417 0.022085537000000002 -0.16022675 0.023170651 +40 1.3265681 1.3098135 0.053774669000000004 -2.4240802 1.3901077 -2.7091931000000002 -2.0684568 0.33957394 0.3402188 0.2253986 0.24144004 -1.4355543 0.24720034 +41 1.6775147000000001 1.610243 0.07144843 -2.1783806 1.3937298 0.62895925 -2.9631441 0.45101255 0.45177151 0.2978714 0.30163882 -2.4813112 0.30982502 +42 -1.3806316 -0.46935906 -0.45623372 -3.6449758 1.218977 0.55977244 0.22384708 -3.6604122 -3.6780826 -2.7764482000000004 -6.8957026 0.014086865 -6.893610000000001 +43 -3.8209815000000003 -3.1140379 -2.9989798 -3.7186546000000003 0.61189002 0.40140752 0.1646262 -2.4613709 -5.806150700000001 -4.8271252 -9.383556599999999 -0.013655691000000001 -9.3801493 +44 0.054998020999999994 0.023255783999999998 1.2453507 -3.5889592000000006 1.2734526000000002 0.61056517 0.2794786 0.83526509 0.83641601 -2.8355796000000004 -7.030259299999999 0.060326530999999996 -7.027689 +45 0.039841491 0.012474262 1.0361658999999999 -3.5607779 1.2550975 0.60534671 0.27693278 0.72311287 0.72399655 0.43718231 -2.4146294999999998 0.059407111 0.39579512 +46 1.7888633999999999 1.6995022000000002 0.076728343 1.2191361 -2.3496799 -4.3451737999999995 -3.7152206 0.48280848 0.48359801 0.31641057 0.31454894 -3.3125492 0.32336152 +47 1.7544381000000002 1.6720244 0.075102322 1.1957743 -2.3541115 -1.1762026 -3.3798082000000003 0.47286898 0.47364932 0.3106358 0.31058359 -2.9457148999999996 0.31920068 +48 -0.37749162 0.15937313 -0.35051582 0.027360371 -2.9078781000000005 -1.5832448000000001 -0.98276683 -3.5058545 -3.5207742 -2.6312189 -6.670671899999999 -0.43590367 -6.6687085999999995 +49 -2.6184138 -2.5535315 -2.7632944999999998 -0.42358848 -3.9700502999999996 -2.5576372000000003 -1.9378063 -2.2024339 -5.538344 -4.5649465 -9.094189199999999 -1.2771858999999999 -9.0906429 +50 0.76361604 0.69155469 1.2751265 0.26594346 -2.6851596 -1.3669121000000002 -0.76945259 0.88005768 0.88126855 -2.8184576 -7.0062664 -0.28632814 -7.003740299999999 +51 0.74526369 0.68072948 1.0675027 0.28084153 -2.7223629000000003 -1.4013057 -0.79835568 0.77583381 0.77679756 0.45792573 -2.4069317000000003 -0.29942071 0.40576358 +52 1.8075054 1.7146916 0.077639594 1.2320527000000001 1.1893298 -2.7523362999999996 -4.1368694999999995 0.48882285 0.48961575 0.32010427 0.31717175 -3.7699446000000005 0.3261143 +53 0.55388723 0.87136464 -0.20734616 0.52438112 0.92175966 -2.8622597 -2.2326770000000002 -3.293068 -3.3034199999999996 -2.4313978 -6.3564226999999995 -1.6187041000000002 -6.354280999999999 +54 -2.3442833999999997 -2.4112419999999997 -2.7046082 -0.42262586 -1.3612166 -3.7072717000000006 -3.0912781000000003 -2.1365106 -5.469874900000001 -4.4982282 -9.0191286 -2.6161934 -9.0154959 +55 1.6774304 1.5747832 1.3398253 1.0365896 1.1992648000000001 -2.7481591 -2.1063647 0.97678625 0.97810015 -2.7804778 -6.9535241999999995 -1.478274 -6.9509814 +56 1.6342696 1.5428886999999998 1.137566 1.020123 1.1902096000000002 -2.752275 -2.1117119 0.89738877 0.89848613 0.50970691 -2.3868955 -1.4843144 0.43161603 +57 0.83220224 1.0746973 -0.16719004 0.68331351 0.96989301 0.47800144 -3.0283067999999997 -3.2317665 -3.2405277999999997 -2.374429 -6.2582047 -2.5519727000000003 -6.2559501 +58 -2.335244 -2.4029339 -2.7016332999999997 -0.42189466 -1.3522729 -0.45687753 -3.1961271 -2.133022 -5.4662660999999995 -4.4947306 -9.015141 -2.7413583999999998 -9.0114949 +59 2.0269552 1.8674764 1.365588 1.3030283999999999 1.2216787 0.59151785 -2.9726977999999997 1.0131286 1.0144759 -2.7669057999999995 -6.934482000000001 -2.4916264 -6.9319019 +60 1.9785529 1.8314605 1.1658621 1.2803365 1.2160203 0.58851876 -2.9741908 0.94337227 0.94450755 0.52817733 -2.3802011000000003 -2.4932647 0.44030955 +61 -4.672817500000001 -7.5751936 -8.3945587 -0.097611961 -3.9386089 -2.4485327999999997 -1.7758737 -9.0106415 -12.352400999999999 -11.349434 -16.018595 -1.0681169 -16.015416000000002 +62 -1.2665642 -0.41406128 -0.44401102 -0.29665077 -0.19359385 0.057104181 0.057451397 -3.6455309999999996 -3.6624659 -6.083771499999999 -10.707235 -0.026402923 -10.704196000000001 +63 -1.2714576000000002 -0.41663573 -0.4467841 -0.29751549 -0.19635064 0.056069777 0.05676339 -3.6478713 -3.6652267 -2.7645388 -9.342005 -0.027114407000000004 -6.8770667 +64 -3.5057591 -2.9428617999999998 -2.9292488 -0.40375368 -2.5286154 -1.2200514 -0.65945555 -2.3854612 -5.7276169999999995 -8.072080999999999 -12.731246 -0.23486709 -12.727542999999999 +65 -3.5083385000000002 -2.9467713 -2.9336541 -0.40323084 -2.5343177000000003 -1.2246749 -0.66302779 -2.3893843999999995 -5.732074900000001 -4.7545775 -11.76478 -0.23623214 -9.3011386 +66 0.10399602 0.067087172 1.2535899 -0.23478233 0.29799142 0.22287262 0.14679712 0.84083737 0.84199452 -2.8333722999999997 -9.490580099999999 0.035624521 -7.0257833 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.45765 0.83843549 0.030886902999999997 0.57573926 -3.150044 -1.7419193 -1.0945881000000002 0.12843829 0.12871375 0.061626597000000005 0.050230733 -0.5195283 0.051993132000000004 +2 -2.7280977 -3.0146372 -0.051083947000000005 -1.1296063 -0.64061319 -0.34215897 -0.23701013 -0.12645406 -0.12550664 -0.041411162 -0.014693993999999998 -0.10562998 -0.016153534 +3 -0.76122205 -0.45031408 -3.3534051 0.17740549 -0.39354667 -0.1915181 -0.11504838 -1.5626218 -1.563559 -1.0389057 -1.7521253 -0.035124 -1.7614744999999998 +4 -0.04524028 -0.042981362 -0.0012960822000000001 -3.3474327000000006 1.1139837 0.58116896 0.27767191 -0.0054222283 -0.0054332963 -0.0026526156 -0.0025814051 0.060975175 -0.0026551841999999997 +5 0.607988 0.59299828 0.018075808 0.37839923 -2.9256516 -1.5476958 -0.92400686 0.10443776 0.10467163 0.054963749000000006 0.046381442 -0.36865369 0.047968835 +6 1.3511563 1.3307466000000001 0.054977144000000006 0.91482353 1.1221333999999998 -2.7547203 -2.117457 0.35048903 0.35114759 0.23282474 0.25000637 -1.4934949 0.25594821 +7 1.6744016 1.6070345 0.071275499 1.1412315 1.187541 0.59291543 -2.9699554 0.45456725 0.45533051 0.30056108 0.30614488 -2.4922054 0.31435587 +8 -1.2879376 -0.42896428 -0.43034966 -0.31290373 -0.18354413 0.065837069 0.063677955 -3.6379794999999997 -3.6552976000000004 -2.7573597999999997 -6.8709880000000005 -0.021992638999999998 -6.8688057 +9 -3.5299537000000005 -2.9508742000000003 -2.9141326000000003 -0.42153296 -2.5058568 -1.2010833 -0.64873214 -2.3763322000000002 -5.7188837999999995 -4.7443403 -9.2932788 -0.23263316 -9.289622300000001 +10 0.10262634 0.066307855 1.2571421 -0.23583647 0.29708092 0.22395458 0.14918811 0.84369797 0.84485584 -2.8305516 -7.024075099999999 0.03736924 -7.0214144 +11 0.087434494 0.055689123 1.0459303 -0.20828373 0.2476154 0.18321745 0.12407477 0.73072225 0.73161446 0.44180075 -2.4088906000000003 0.032305106 0.40159012 +12 -4.989974299999999 -2.0163979 -0.044777382000000004 -0.87646337 -3.8196339999999998 -2.3285763999999998 -1.6445828000000002 -0.09366889 -0.092670399 -0.023439345 0.0034120093 -0.94938977 0.0024246554 +13 -2.9406257 0.54756443 -3.2667371 0.58893729 -3.4839925000000003 -2.0258723 -1.3549058999999999 -0.97746665 -0.97701676 -0.6071795 -0.95339992 -0.69249052 -0.95933265 +14 -2.981481 0.31038042 0.011343435 -3.1028438 0.26674581 0.20454117 0.13049371 0.020700789 0.020748205 0.0032213252 -0.0045678655 0.015855631999999998 -0.0043747295000000005 +15 -1.4888579 1.7858001000000001 0.084603481 1.3043094 -4.501841099999999 -3.0713515 -2.426072 0.48103811 0.48184358 0.30505549 0.30372452 -1.8390498 0.31194697 +16 -1.2246214 2.0147403 0.09971775 1.5011956 -2.2836156 -4.2915318 -3.6515385 0.57767471 0.57853423 0.36412524 0.34610885 -3.2421055 0.35636475 +17 -1.2582105 1.9869656999999998 0.09791575 1.4769152 -2.2970751 -1.1247851 -3.3629847 0.56692709 0.56777926 0.3582029 0.34238074 -2.9281509 0.35243785 +18 -2.8956915000000003 0.83803313 -0.20797059 0.51491484 -3.3213559 -1.9214039 -1.2775161 -3.3136410000000005 -3.3273327000000004 -2.4570088 -6.3715071 -0.63264956 -6.3700608 +19 -5.1293121 -1.9643769 -2.4857928 -0.33986934 -4.571208900000001 -3.1481868 -2.5236157 -1.8969066000000003 -5.230627200000001 -4.2673926 -8.7592421 -1.9666578999999997 -8.755612300000001 +20 -2.3299813 0.91429576 1.2961987 0.45976565 -2.867206 -1.5023411 -0.87991514 0.89854537 0.89977506 -2.8100826 -6.995287299999999 -0.36473761 -6.992677900000001 +21 -2.3447494 0.90628196 1.0866059 0.47532669 -2.9108443 -1.5468423999999998 -0.9198394 0.79388215 0.79486797 0.46575947 -2.3999553 -0.39081219 0.41307621 +22 -3.8959851000000003 -3.9180747000000005 -3.4979675 -0.27328953 -2.6933903 -1.3716796 -0.81043574 -2.5907544999999996 -2.589325 -1.7816310000000002 -5.1821792 -0.35502057 -5.181905400000001 +23 -2.7752807999999995 -3.0662004 -0.051328362 -4.457898 0.88341508 0.50113844 0.23663004 -0.12765714 -0.12671134 -0.042094529000000006 -0.015498814 0.033662455 -0.016975045 +24 -2.1664792999999998 -2.3979667 -0.048283186 -1.0302915000000001 -3.4397604 -1.9859041000000002 -1.3278443000000002 -0.10704299 -0.10606368 -0.030237563999999998 -0.0034681611 -0.66173453 -0.004624225300000001 +25 -1.6117012 -1.8223837 -0.043839259000000005 -0.89952169 0.29742798 -3.0164522999999996 -2.3562095000000003 -0.07349154 -0.072458051 -0.005103064 0.031482784 -1.7472511000000002 0.030802218 +26 -1.4097988000000001 -1.6412661 -0.04188697 -0.84715578 0.48218446 0.39810321 -3.0124325 -0.059756105999999996 -0.058701431 0.0054312338 0.046207517999999996 -2.5368177000000003 0.045734922000000004 +27 -3.8046379999999997 -3.6854715 -0.75301628 -1.0977424 -2.2240517000000004 -1.0035247999999999 -0.50056817 -4.091243700000001 -4.0977417 -3.1738657999999997 -7.4491762 -0.19800652 -7.446265400000001 +28 -4.7299584 -7.0802799 -3.8418992 -0.37519974 -3.8044064 -2.3275502 -1.6759426 -3.4006227999999994 -6.730419500000001 -5.7423995 -10.355233 -0.9662211 -10.351838 +29 -2.6048705 -2.9342602 1.2032731 -1.8431136000000001 -0.26628267 -0.059937637 -0.015777842 0.77278764 0.77451576 -2.8576433999999997 -7.061665799999999 -0.01491347 -7.0589297 +30 -2.6219012999999998 -2.9453856 0.99185326 -1.7408418999999997 -0.32738504 -0.11179764 -0.055104386 0.65423018 0.65572599 0.41308649 -2.4210392999999995 -0.0270498 0.38653023 +31 -0.8160762 -0.50355319 -3.3647216 -3.1585169 0.96594135 0.54032949 0.27360109 -1.593237 -1.594259 -1.0644025 -1.7890598000000002 0.06594119799999999 -1.7985908 +32 -0.037137622 0.18449085 -3.2831473 0.37882939 -3.1200591 -1.7070996999999999 -1.0678702 -1.1836851000000002 -1.1836171999999998 -0.73927271 -1.1503675 -0.45601623 -1.159159 +33 0.79219449 0.93562955 -3.1751877 0.74481479 0.99348427 -2.7729327 -2.1345273 -0.65725703 -0.65631766 -0.30169313 -0.25710498 -1.5130848999999997 -0.26686162 +34 1.1585424 1.2307871000000001 -3.1514849999999996 0.93881591 1.114466 0.58563543 -2.965682 -0.45427497 -0.45319079 -0.15952912 -0.0457832 -2.4879736 -0.05203713 +35 -2.5548438 -1.5508233 -4.6657603 0.035098238 -1.4965114 -0.58096072 -0.26106388 -5.7855779 -5.8085066 -4.831102099999999 -9.3953965 -0.07363644400000001 -9.391530699999999 +36 -4.1456241 -4.2890981 -7.5868867 -0.10800456 -3.1725757000000003 -1.7570974 -1.1244381 -3.9025317000000004 -7.232149499999999 -6.2409446 -10.868509 -0.51757254 -10.865179 +37 -0.72460241 -0.41870771 -2.8353022 0.14056111 -0.35207719 -0.16167611 -0.092779555 -1.3761101999999998 -1.3764725 -4.1948067 -8.661917599999999 -0.025831316 -8.659838699999998 +38 -0.73327791 -0.42618388 -2.9279344 0.14718273 -0.35973448 -0.16814209 -0.097793164 -1.413003 -1.4136248 -0.90546207 -4.237048000000001 -0.027944299 -1.5696822 +39 0.4626079 0.44373624 0.012630078000000001 -3.0423473 -2.1775932 -0.9839152 -0.46615139 0.070326075 0.070488655 0.03351641 0.021991526 -0.15906672 0.023090867999999997 +40 1.3189258999999998 1.3029049 0.053372345999999994 -2.4293591 1.4015893 -2.6990764 -2.0627153999999996 0.34087601 0.3415227 0.22649357 0.24426331 -1.4327588 0.25000267 +41 1.6712592 1.6045783000000002 0.071130691 -2.182761 1.4052895 0.63874757 -2.9582865000000003 0.45376747 0.45452978 0.30011491 0.305839 -2.4795673 0.3140353 +42 -1.3818076000000001 -0.47649805 -0.43781347 -3.6583677000000003 1.2322829 0.57196291 0.23042801 -3.6487537000000003 -3.6662337 -2.7674933999999998 -6.886197 0.015629759 -6.8840254000000005 +43 -3.8239107000000003 -3.1144551 -2.9766752999999997 -3.7379016000000003 0.62898779 0.41087235 0.16695407 -2.4457179 -5.7902365 -4.814203599999999 -9.369447000000001 -0.016170939 -9.3659766 +44 0.056532594000000005 0.024934657000000002 1.2556858999999998 -3.5892937999999996 1.2820331 0.61980057 0.28607847 0.84153252 0.84268754 -2.8313599 -7.025214 0.062379523 -7.022551400000001 +45 0.041136384 0.013847446000000001 1.0444133 -3.5611897000000003 1.2630996 0.61443223 0.28352521 0.7282358 0.72912435 0.44086407 -2.4092282000000003 0.061469338 0.40115136 +46 1.7830602999999998 1.694178 0.076432901 1.2150412 -2.3391671 -4.334846400000001 -3.7096409 0.48597016 0.4867633 0.31893377 0.31900329 -3.3100873 0.32783502 +47 1.7485534 1.6666406999999999 0.074803004 1.1916287 -2.3436553 -1.1658732 -3.3750407 0.47591966 0.47670355 0.31308138 0.31496735 -2.9441217999999996 0.32360105 +48 -0.3950549 0.14703598 -0.33291049 0.012482519 -2.8979992 -1.570975 -0.97384781 -3.495427 -3.5102192999999997 -2.6234303 -6.6632665 -0.42775364 -6.6612179000000005 +49 -2.6328752 -2.5578328999999997 -2.7429222 -0.44269498 -3.9518247000000004 -2.5367463 -1.9202526999999998 -2.1888267000000003 -5.5246065 -4.5541652 -9.0824342 -1.2590421 -9.0788188 +50 0.75993511 0.68806623 1.2854966 0.26243643 -2.6801738999999998 -1.36099 -0.76743054 0.88630889 0.88752343 -2.8142506000000003 -7.0012369 -0.28563909 -6.9986183 +51 0.74148686 0.6771123 1.0757908 0.27738563 -2.7178652000000003 -1.3958768999999998 -0.79681119 0.78097396 0.78194211 0.46160179 -2.4015322999999995 -0.29910318 0.41111777 +52 1.8018310000000002 1.7094653000000002 0.077350235 1.2280405 1.2012088 -2.7418161 -4.1310671999999995 0.49207627 0.49287283 0.32269181 0.32168292 -3.7673832999999997 0.33064676 +53 0.54485645 0.86476512 -0.18837563 0.51471935 0.94208945 -2.8443131 -2.2186861 -3.2807477999999994 -3.2909872000000004 -2.4218368999999997 -6.3466042 -1.6066825 -6.3443860999999995 +54 -2.3506845000000003 -2.4129635 -2.6829236 -0.442013 -1.3291761 -3.6810538 -3.068445 -2.1214926 -5.454675599999999 -4.4860138 -9.005770199999999 -2.5934615 -9.002073300000001 +55 1.6695997999999999 1.5677856000000001 1.3503902 1.0306469999999999 1.2109864 -2.7376627 -2.1001762000000004 0.98322664 0.98454378 -2.7761901 -6.9483833 -1.474992 -6.9457492 +56 1.6262038 1.5356936 1.1460877 1.0140661 1.2017761 -2.7418089 -2.1055487 0.90294651 0.90404809 0.51360368 -2.3813861000000003 -1.4810596 0.43710975 +57 0.82883735 1.0715553 -0.14744635 0.67686248 0.99169161 0.49672343 -3.0208741000000003 -3.2182995 -3.2269372000000005 -2.3638083 -6.246651 -2.547218 -6.244322400000001 +58 -2.3399652 -2.4040593999999995 -2.6796556000000002 -0.44131792 -1.3182866000000002 -0.42733908 -3.1877812999999997 -2.1176861000000002 -5.4507349000000005 -4.4821914000000005 -9.001417300000002 -2.7351581 -8.9977078 +59 2.0215432 1.8624126 1.3764847 1.2989996000000001 1.2338051 0.60175078 -2.9674891 1.019998 1.0213486999999999 -2.7624553 -6.9291129 -2.4895026000000002 -6.9264417 +60 1.9727917000000001 1.8261241999999998 1.1747593 1.2760842 1.2280921999999999 0.59873783 -2.9689848999999997 0.94954832 0.95068808 0.53233887 -2.3745884 -2.4911431 0.44593657 +61 -4.6934806 -7.574617900000001 -8.3749153 -0.1158721 -3.9308748 -2.4420743 -1.7750496 -8.995232099999999 -12.336679 -11.336719 -16.004789000000002 -1.0704252 -16.00153 +62 -1.2826162 -0.42601851 -0.42623381 -0.31217744 -0.18038437 0.067085456 0.064516836 -3.6348302 -3.6516026 -6.0757142 -10.698181 -0.021170658999999998 -10.695062 +63 -1.2876721000000002 -0.42871903 -0.4291108 -0.31315687 -0.18319327 0.06603557 0.063769033 -3.6372769 -3.6544659 -2.7565839 -9.334100900000001 -0.021978486000000002 -6.8690879 +64 -3.5270385 -2.9461929000000002 -2.9086782 -0.42213772 -2.4994709999999998 -1.1959859 -0.64483866 -2.3715688999999998 -5.713559 -8.060993700000001 -12.719078999999999 -0.23111087 -12.715303 +65 -3.5296241000000004 -2.9501817000000004 -2.9131706000000004 -0.42164537 -2.5055194 -1.2008253999999998 -0.64852219 -2.3755712000000004 -5.7180904 -4.7435633 -11.752741 -0.23253717 -9.2890272 +66 0.10305183 0.066576051 1.2639242 -0.23671666 0.29874886 0.22514998 0.14986198 0.84703898 0.84820008 -2.829176 -9.4855659 0.037480922 -7.020678500000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=0d1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.4575674 0.83853096 0.030888682 0.57576982 -3.1497706 -1.7417361 -1.0947195 0.12847589 0.1287504 0.061637599 0.050253453 -0.51982614 0.052016097000000004 +2 -2.7286493999999997 -3.0150956 -0.051101867999999995 -1.1296977 -0.64059594 -0.34218843 -0.23715364 -0.12648504 -0.12553654 -0.04142733 -0.014716258999999999 -0.1058473 -0.016175399 +3 -0.76100228 -0.45021337 -3.3533285000000004 0.17745695 -0.39330033 -0.19143731 -0.11508508 -1.5622578999999999 -1.5631082 -1.0387988000000001 -1.7523031999999998 -0.035229832999999995 -1.7616337 +4 -0.045141127 -0.042894943 -0.0012942246 -3.347378 1.1142899 0.58162669 0.27802162 -0.0054153389 -0.0054263422999999995 -0.0026510251 -0.0025851853 0.061088036 -0.0026588335 +5 0.60799843 0.59298767 0.018070993 0.37836337 -2.9253481 -1.5474221000000001 -0.92401123 0.10446335 0.10469643 0.054967252 0.046387547 -0.36873256 0.047975342000000004 +6 1.3511479 1.3307285 0.05495844 0.91473102 1.1227508999999998 -2.7541333 -2.1171729999999997 0.35060269 0.35125893 0.23289987 0.25018402 -1.493379 0.25612556 +7 1.6744900000000003 1.6070997999999999 0.07126037 1.1411985 1.1882428 0.59348849 -2.9696541 0.4547587 0.45551909 0.30069487 0.30639378 -2.4920777000000003 0.31460618 +8 -1.289728 -0.42986738 -0.43013244 -0.31368094 -0.18365523 0.066089602 0.063956764 -3.6379229 -3.6552366999999997 -2.7574881 -6.871146899999999 -0.021759366000000002 -6.8689578 +9 -3.5311162000000005 -2.9512015 -2.9138745999999998 -0.4220879 -2.5051797000000002 -1.2005190000000001 -0.64850119 -2.376217 -5.7187159 -4.744371599999999 -9.293216699999999 -0.23255943 -9.2895519 +10 0.10252155 0.066228182 1.2575931999999999 -0.23603823 0.29711588 0.22406755 0.14933089 0.8440345 0.84518755 -2.8303404999999997 -7.023768 0.037451676 -7.021101 +11 0.087374305 0.055648798 1.0463065999999999 -0.20843584 0.24764178 0.1833066 0.12419919 0.7310183 0.73190619 0.4420017 -2.4085772 0.032395142 0.40190163 +12 -4.990335400000001 -2.0166809 -0.044796674 -0.87658937 -3.8194421000000003 -2.3284856 -1.6448275 -0.0936884 -0.092689108 -0.023450164 0.0034017008 -0.94982992 0.0024147938 +13 -2.9407201 0.54743657 -3.2666301 0.58887403 -3.4836343000000003 -2.0256036 -1.3549578000000002 -0.97718622 -0.97668261 -0.60712763 -0.95375427 -0.69274714 -0.95967221 +14 -2.9813472 0.31054862 0.011349193999999998 -3.1027526 0.26681959 0.20463921 0.13058079 0.020708522 0.020755783 0.0032207186 -0.0045755304 0.015930613 -0.004382264 +15 -1.4888335 1.7858249 0.08458605599999999 1.3042425 -4.5012578 -3.0707934 -2.4258295 0.48120014 0.48200255 0.30516581 0.30395168 -1.8389707999999998 0.31217472 +16 -1.2244829 2.0148576 0.099705381 1.5012047 -2.2829346 -4.2909099 -3.6512401 0.57792062 0.5787766 0.36429349 0.34639119 -3.2419815 0.35664959 +17 -1.2580795 1.9870773999999998 0.09790313699999999 1.4769196000000002 -2.2964012 -1.1241666000000001 -3.3627184999999997 0.56716578 0.56801448 0.35836662 0.34265933 -2.9280622000000003 0.35271878 +18 -2.8964652 0.83736771 -0.2075825 0.51418753 -3.3209451 -1.9209888 -1.2773943 -3.3134191 -3.3271078000000003 -2.4569732999999996 -6.3715196 -0.63260474 -6.3700665 +19 -5.1297527 -1.9647199 -2.4854209 -0.34049898 -4.570496299999999 -3.1474567 -2.5231811 -1.8966994 -5.2303837 -4.2673497000000005 -8.759111599999999 -1.9663091000000001 -8.7554748 +20 -2.3299759 0.91432072 1.2966613 0.45965586 -2.8668997000000003 -1.5020959999999999 -0.87997453 0.89889655 0.90012118 -2.8098646 -6.994971499999999 -0.36489772 -6.992355900000001 +21 -2.3447151 0.9063358 1.0869925 0.475252 -2.9105434 -1.5466055 -0.91990655 0.79419349 0.79517468 0.46596677 -2.3996367000000003 -0.39098943 0.41339342 +22 -3.8975663999999997 -3.9193544 -3.4985220999999997 -0.27373101 -2.6929013 -1.371392 -0.81039196 -2.5911165 -2.5894981 -1.7821081000000003 -5.1780726999999995 -0.35518256 -5.177853400000001 +23 -2.7757473 -3.066569 -0.051345917000000005 -4.4579719 0.88360841 0.50144296 0.23680916 -0.12768678 -0.1267399 -0.04211041099999999 -0.015522001 0.033635495 -0.016997803 +24 -2.1668572 -2.3982952999999996 -0.04830224 -1.0304033000000001 -3.4395241000000003 -1.9857531000000002 -1.3280085 -0.10706795 -0.10608773 -0.030251324 -0.0034847531 -0.66206212 -0.0046403697999999995 +25 -1.6120162 -1.8226794999999998 -0.043861552000000005 -0.89967203 0.2976709 -3.0161261 -2.3561928 -0.073509333 -0.072475211 -0.0051118743 0.031487466 -1.7474308999999997 0.030807076 +26 -1.410068 -1.6415319 -0.041910157999999996 -0.84731203 0.4824789 0.39846033 -3.0122793999999997 -0.05976915 -0.058713949 0.005425933000000001 0.046223292 -2.5368447 0.045750769000000004 +27 -3.805586 -3.6863218 -0.75327025 -1.0981376 -2.224542 -1.0038875 -0.50106879 -4.091627900000001 -4.098118 -3.1744356 -7.4497326 -0.19840217 -7.4468142 +28 -4.7305950999999995 -7.0809983999999995 -3.8421336999999998 -0.37577181 -3.8040426 -2.3273047000000004 -1.6760631999999998 -3.4009339 -6.730614900000001 -5.742784599999999 -10.355522 -0.96653237 -10.352117 +29 -2.6054729 -2.9347781000000004 1.2036566 -1.8435543999999997 -0.26625397 -0.05988365599999999 -0.015814761 0.77305255 0.77477601 -2.857493 -7.061423599999999 -0.014993852 -7.0586811 +30 -2.6224733 -2.9458697999999996 0.99217753 -1.7412131999999998 -0.32735335 -0.11175741 -0.055155949 0.65446552 0.65595723 0.41323369 -2.4207932 -0.027132891 0.3867741 +31 -0.81547387 -0.50317505 -3.3646648999999997 -3.1583857 0.96621917 0.54070884 0.27382163 -1.5927508999999997 -1.5936834999999998 -1.0642234 -1.7890001 0.065942652 -1.7985111 +32 -0.03717317 0.18439999 -3.2830811 0.37878536 -3.1197084 -1.7067986000000002 -1.067864 -1.1833728000000001 -1.183241 -0.73918574 -1.1505312 -0.45612805 -1.1593082000000001 +33 0.79221502 0.93560332 -3.1751183999999997 0.74471614 0.99409925 -2.7723438999999996 -2.1342466 -0.65683309 -0.65585275 -0.30147886 -0.25693003 -1.5129698 -0.26667943 +34 1.1587011999999999 1.2308754 -3.1514211 0.93878149 1.115214 0.5862294 -2.9654326 -0.45374566 -0.4526273 -0.15922747 -0.045410224000000006 -2.4878986000000003 -0.051657115 +35 -2.5559722999999996 -1.5507552 -4.666034799999999 0.034883813 -1.4950609 -0.58027792 -0.26075056 -5.7851779 -5.807942099999999 -4.8308454 -9.394789900000001 -0.073477686 -9.3909097 +36 -4.1470456 -4.2888116 -7.587540799999999 -0.10838727 -3.1694639 -1.7545956000000003 -1.1225249 -3.9019608999999997 -7.231093799999999 -6.2402503 -10.867343 -0.51678407 -10.863985000000001 +37 -0.72455486 -0.41875527 -2.8350185000000003 0.14051939 -0.35185332 -0.16159503 -0.092825424 -1.3757833000000002 -1.3760668 -4.1947121 -8.6616897 -0.025945944 -8.6595993 +38 -0.73305856 -0.42609043 -2.927595 0.14721822 -0.35948815 -0.16805628 -0.097823757 -1.4125956 -1.4131401000000001 -0.90530793 -4.2372014 -0.028038052 -1.5697806 +39 0.46264051 0.44374182 0.012627353999999999 -3.0423626 -2.1771323 -0.98344476 -0.46593634 0.070342852 0.070504894 0.033514257 0.021979082 -0.15895015 0.023078933 +40 1.3189084999999998 1.3028785 0.05335324 -2.4294569999999998 1.4023162 -2.6984703999999997 -2.0624191 0.34098249 0.34162691 0.22656308 0.24443292 -1.4326291000000002 0.25017184 +41 1.6713527 1.6046476 0.071115808 -2.1827906 1.4060207 0.63932845 -2.958008 0.45395982 0.45471927 0.30024914 0.3060881 -2.4794633 0.31428582 +42 -1.3831505 -0.47719478 -0.4375697 -3.6590377 1.2329204 0.57256092 0.2307998 -3.6486574999999997 -3.6661322999999997 -2.7675848999999997 -6.8862916 0.015757434 -6.8841133 +43 -3.8245775 -3.1147746 -2.9763987999999997 -3.7384831 0.62939146 0.41128125 0.16710037 -2.4455862999999995 -5.7900471 -4.8142129 -9.369360499999999 -0.016245101 -9.3658823 +44 0.056528264 0.024944355 1.2561396999999999 -3.589428 1.2825809 0.62033495 0.28642177 0.84187323 0.84302345 -2.8311472 -7.0249047000000004 0.062473056 -7.022235799999999 +45 0.041179218 0.013898381999999999 1.0447925999999998 -3.5612745 1.2636272 0.6149731 0.28388959 0.72853649 0.72942075 0.44106675 -2.4089142000000003 0.061583396 0.40146364 +46 1.7831936999999998 1.6942776999999998 0.07641943799999999 1.2150365 -2.338444 -4.334189 -3.7093044 0.48618779 0.4869779 0.31908444 0.31926758 -3.3099246 0.32810129 +47 1.7486755 1.6667318 0.074789162 1.1916169 -2.3429355 -1.1652182 -3.3747362 0.47612972 0.47691063 0.31322716 0.31522719 -2.9439946 0.32386271 +48 -0.3961515 0.1462483 -0.3326652 0.011707199 -2.8974943 -1.5704571000000003 -0.97359949 -3.4953394 -3.5101291 -2.6235302000000003 -6.663397 -0.42757025 -6.6613417 +49 -2.6334717999999997 -2.5582203999999997 -2.7426388999999998 -0.44329614 -3.9511362 -2.536046 -1.9198351999999999 -2.1886982 -5.524432900000001 -4.554191 -9.0823705 -1.2587267 -9.0787475 +50 0.75985367 0.68797338 1.2859517 0.26223122 -2.6797855999999998 -1.3606072 -0.76731984 0.88665185 0.88786136 -2.8140375 -7.000926799999999 -0.28559653 -6.9983019 +51 0.74144589 0.67705707 1.0761711 0.27722518 -2.7174937999999997 -1.395509 -0.79671179 0.78127796 0.78224155 0.46180477 -2.4012178 -0.29906394 0.41143069 +52 1.8019778000000002 1.7095752 0.077337302 1.2280444 1.2019242 -2.7412112 -4.1307836 0.49230053 0.49309403 0.32284681 0.32195096 -3.7672826 0.33091692 +53 0.54441632 0.86436623 -0.18804089 0.51418857 0.94284525 -2.8435755 -2.2182481 -3.280536 -3.2907736000000005 -2.4218227000000003 -6.346562400000001 -1.6064038 -6.344338 +54 -2.3510377 -2.4133055 -2.6826043 -0.44263073 -1.3282893 -3.6802059000000003 -3.0678838 -2.1213285 -5.4544676 -4.486006 -9.005669900000001 -2.593033 -9.0019657 +55 1.6695807 1.5677536 1.3508643999999999 1.0305055 1.2116736000000001 -2.7370773999999995 -2.0998992999999997 0.98360072 0.98491243 -2.7759647999999997 -6.948055900000001 -1.4748838 -6.9454156000000005 +56 1.6262014999999999 1.5356816999999998 1.1464886 1.0139471 1.2024735 -2.7412071 -2.1052522999999996 0.90329587 0.90439236 0.51382736 -2.3810613999999997 -1.4809306 0.43743573 +57 0.82861317 1.0712896 -0.14707916 0.67643994 0.99249712 0.49745596 -3.0204876 -3.2180405 -3.2266763 -2.3637509 -6.2465379 -2.5469958 -6.2442032 +58 -2.3402879 -2.4043913 -2.6793305 -0.44193696 -1.3173673000000001 -0.42644634 -3.1874458 -2.117516 -5.4505207 -4.4821776 -9.0013102 -2.7349769 -8.997593400000001 +59 2.0216573 1.8624868000000003 1.3769751000000001 1.2989601 1.2345127 0.60231075 -2.9672067 1.0203961 1.0217411 -2.7622209 -6.9287727 -2.4893949 -6.926095299999999 +60 1.9729196 1.8262168999999997 1.1751789 1.2760637 1.2288159 0.59931449 -2.9686833 0.94993208 0.95106657 0.53257715 -2.3742576 -2.4910151000000003 0.44627031 +61 -4.6940985 -7.5739425 -8.3752772 -0.11649503 -3.9300897000000004 -2.441421 -1.7747517 -8.994868199999999 -12.335678999999999 -11.335828999999999 -16.003792 -1.0702851999999998 -16.000505 +62 -1.2844855 -0.42697726 -0.42607933 -0.31297479 -0.1805491 0.067308887 0.06477074599999999 -3.6348302 -3.6515989 -6.075899099999999 -10.69825 -0.020963943 -10.695124 +63 -1.2894626 -0.42962231 -0.42889375 -0.31393428 -0.18330453 0.06628805900000001 0.064047905 -3.6372204 -3.6544052000000002 -2.7567123 -9.334258300000002 -0.021745188 -6.8692397 +64 -3.5282361000000004 -2.9465904 -2.9085014 -0.42268643 -2.4989026 -1.1955107 -0.64467623 -2.3715271 -5.713464599999999 -8.0610988 -12.719063 -0.23106725 -12.715278 +65 -3.5307866999999997 -2.950509 -2.9129127 -0.42220032 -2.5048426 -1.2002614 -0.64829138 -2.3754561 -5.7179225 -4.7435947 -11.752678999999999 -0.23246338 -9.288956800000001 +66 0.10294682 0.066496252 1.2643781 -0.23691905 0.2987841 0.22526376 0.15000574 0.84737713 0.8485334 -2.8289641 -9.4852576 0.037563671 -7.0203641 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9248677 1.1488762 0.025115005 0.25944765 -2.9670162999999996 -1.8472313000000002 -1.2757238000000002 0.72099545 0.72221595 0.40816463 0.4429026 -0.59820999 0.45260847 +2 -2.5314007999999997 -6.5916894 -1.3842258 0.8197915 -3.4278744 -2.2407234000000003 -1.6508322 -4.2649664000000005 -4.273116 -3.4958839999999998 -7.8947916 -0.91792474 -7.8883156 +3 -0.018964198 -0.010379859 -2.752561 0.01396854 -0.017843608 -0.0066393123 -0.0013639995 -0.03121893 -0.029291367999999998 -0.010272629 -0.0104083 0.0035814731 -0.010969698 +4 -0.14678299 -0.09801536699999999 0.0081546786 -3.3122427000000005 1.4530583000000001 0.67884076 0.30416614 -0.073020104 -0.073159078 -0.049607753 -0.082190116 0.076917205 -0.082675952 +5 0.74003756 0.54478461 -0.035796867 -0.018446285 -2.615408 -1.5605044 -1.0140722 0.42478617 0.42552834 0.2797379 0.36032077 -0.41063213 0.36633548 +6 1.4106376 1.0299341 -0.039980193 0.09828520800000001 1.3224885 -2.6782754 -2.1226607000000004 0.7833063 0.78441841 0.48446125 0.514636 -1.4609177 0.52744084 +7 1.6353713 1.1780965 -0.038718975 0.16670477 1.4019431999999998 0.63985131 -2.9894049 0.87420916 0.87539925 0.52681772 0.53744685 -2.4792012000000003 0.55162306 +8 -1.4670031000000001 -1.3765783999999999 -1.1863393 0.44332905 -2.3576067000000003 -1.4153812 -0.89947296 -4.524220099999999 -4.5489558 -3.7826515 -8.1315926 -0.29390828 -8.1221264 +9 -2.5490202999999996 -7.130905900000001 -4.6250514 0.85057875 -3.4611839 -2.2704426 -1.6797012999999998 -4.8563847 -8.1913173 -7.3687 -11.993407000000001 -0.9466623 -11.986606 +10 0.021816178999999998 0.038338574 0.88659575 -0.027228195 0.026957272 0.026814464 0.018471901000000002 0.069762584 0.070467141 -3.2659627999999996 -7.5847958 0.0054865598 -7.579444199999999 +11 0.018891965 0.035466418 0.8595686 -0.027116069 0.024519775 0.0206887 0.015166027 0.066335017 0.066717821 0.053194802 -2.6388491000000003 0.00430075 0.09650162699999999 +12 -4.5550055 -6.2180295 -1.2434498999999999 0.90824406 -5.6899845000000004 -4.406518599999999 -3.8197759 -4.0857325 -4.0933329 -3.3224466 -7.6871577 -3.3666467000000004 -7.6807841 +13 -1.9339927 1.140307 -2.7623450000000003 0.2570247 -2.9700908999999998 -1.8494846 -1.2775395 0.71630768 0.71871805 0.4135247 0.45205265 -0.59785572 0.46162361 +14 -2.8397343 0.3224186 0.055348268 -3.1568754 0.1676932 0.052283377 0.014708588 0.10533785 0.10564042 0.0012752459 -0.095051124 -0.0016725477 -0.092371715 +15 -1.0078483 1.9807927 0.039242723 0.69059881 -4.3367517 -3.2340264 -2.6884688 1.2679088 1.2695459999999998 0.69002407 0.61917911 -2.1190873 0.63786704 +16 -0.83905637 2.1536352 0.042487727999999995 0.82024096 -2.2606892999999997 -4.489934099999999 -3.9490637000000004 1.3432252 1.3448837 0.71875613 0.63133453 -3.5377926 0.6508819 +17 -0.87473093 2.1159846 0.041497159 0.7913638 -2.2679621 -1.36112 -3.5104318 1.3282854 1.3299358000000001 0.7132907 0.62909033 -3.0597072 0.64847933 +18 -2.1763608 1.1010948999999999 0.030897264 0.25197798 -3.1870486000000002 -2.0742523 -1.5108936000000002 -2.7207531000000005 -2.7288432 -2.0606401 -5.6991109 -0.80780871 -5.6953096 +19 -4.572279099999999 -6.779070699999999 -4.4348645 0.94436862 -5.7214894 -4.4349026 -3.8473586 -4.6890029 -8.0229598 -7.2006992 -11.823464 -3.3955559999999996 -11.816713 +20 -1.9093031000000003 1.1703575000000002 1.2085058000000002 0.25530735 -2.9491874 -1.8217063000000002 -1.2521358999999999 0.76239023 0.76395615 -2.8864289 -7.1124349 -0.57997409 -7.1069089000000005 +21 -1.9077784 1.1708111 1.1506448999999999 0.25555034 -2.9469265 -1.8310096000000002 -1.2610526000000002 0.7613573 0.76270057 0.43438243 -2.3146741000000004 -0.58642876 0.4749923 +22 -2.5451314 -6.974620599999999 -3.1258392999999995 0.84425184 -3.4504941 -2.2608295 -1.6702804 -4.669382700000001 -4.6679233 -3.8793231 -8.3370619 -0.93761066 -8.330528999999999 +23 -2.9473700000000003 -6.562760099999999 -1.3561683 -2.4785197999999995 -0.04323035 0.051752464000000005 0.072063204 -4.2345856 -4.2429885 -3.4667974999999998 -7.860477599999999 0.044089464 -7.8539594 +24 -2.2808843 -6.6688276 -1.4176144 0.80093322 -5.2617718 -4.0080125 -3.4291983 -4.305982900000001 -4.3138758 -3.535289 -7.940858900000001 -2.9466357000000003 -7.934454 +25 -2.2654892999999996 -6.6748202 -1.4200653 0.79968607 -3.2674571 -5.2121625 -4.6329809 -4.3090247 -4.3168931 -3.5382082 -7.944248399999999 -4.2454851 -7.937850500000001 +26 -2.2722344 -6.672187700000001 -1.4189847 0.80025126 -3.2717758 -2.1145267000000003 -3.8197631000000003 -4.3076859 -4.3155648 -3.5369231 -7.9427558000000005 -3.3861903 -7.9363548999999995 +27 -2.4713756 -8.624241900000001 -4.2100038 0.96463342 -3.5038519999999997 -2.3100343 -1.7179415 -8.3213265 -8.332773 -7.509850200000001 -12.135927 -0.98409276 -12.129134 +28 -2.5864034 -10.854791 -5.0028464999999995 0.86521403 -3.5099805 -2.3147109 -1.723107 -5.2561843 -8.5891578 -7.765704400000001 -12.393976 -0.98955748 -12.387231 +29 -2.5314053 -6.5904411 -1.3826737 0.81976898 -3.4276748 -2.2405098 -1.6506203999999998 -4.264221400000001 -4.2718289 -6.8165589 -11.434095 -0.91773259 -11.427313999999999 +30 -2.5313863 -6.5913315 -1.3835781 0.81977424 -3.4278552 -2.2407067000000005 -1.6508162 -4.264705999999999 -4.2727452 -3.4955257000000004 -10.355635000000001 -0.91790872 -7.8884295 +31 -0.14643001 -0.098433166 -2.7438882999999996 -3.2968973 1.4498692 0.67877714 0.30503566 -0.10055313 -0.098661949 -0.058620992999999996 -0.09259853800000001 0.077944601 -0.09357763699999999 +32 0.72393664 0.53567272 -2.7854456 -0.014671143999999999 -2.6183083 -1.5617517 -1.0144363 0.40766711 0.40985947 0.27917941 0.36594013 -0.40735077 0.37158875 +33 1.3988044 1.0213511999999998 -2.7899339 0.098052358 1.3266806999999998 -2.671282 -2.1152048 0.77101021 0.77325746 0.4856441 0.52149667 -1.4528681 0.53399418 +34 1.6266331 1.1704595 -2.7897998999999998 0.16594035 1.4079923 0.64760126 -2.9853454 0.86345216 0.86570917 0.52858087 0.54464795 -2.4747689999999998 0.55853499 +35 -1.4738723 -1.3757873999999999 -2.6018602000000004 0.45385092 -2.3597238 -1.4121148000000001 -0.89479605 -4.546533 -4.5541812 -3.7868919 -8.140630900000001 -0.29004379 -8.131317 +36 -2.5496286 -7.1342647 -6.3859828 0.85298846 -3.4604279000000004 -2.2697017 -1.6789174999999998 -4.8718251 -8.1941958 -7.3715617 -11.996176 -0.94612559 -11.989405 +37 -0.0045664594 0.009805640400000001 -0.78078833 0.0020263545 -0.0013552859 0.0095581111 0.0088429066 0.004426834 0.0065578513 -3.3050515 -7.6321089 0.006844320500000001 -7.626816099999999 +38 -0.0102404 0.0017342801000000002 -1.1590205 0.0055608015 -0.0069624604 0.0009988925300000002 0.0036479875 -0.0083806857 -0.0064205882 0.0065520199 -2.7128634 0.0049836319 0.016242452 +39 0.45234025 0.3225071 -0.026993423 -3.3452727999999996 -1.7690148 -0.9031613 -0.45773231 0.24764791 0.24815535 0.16195475 0.22459375 -0.15099747 0.22741861 +40 1.3537976 0.99330141 -0.040626682000000004 -3.2387162999999997 1.7481831 -2.5670132999999997 -2.0103637 0.76028566 0.76137268 0.47350092 0.50850287 -1.3353607 0.52095394 +41 1.6296361000000001 1.1747119 -0.038853717 -3.1568539 1.751871 0.74354833 -2.9576597999999996 0.872275 0.87346259 0.52597013 0.53701869 -2.4445973999999997 0.5511688 +42 -1.8604095 -1.1021041999999999 -1.0182253 -2.9613984 1.2287546 0.64433544 0.29910246 -4.2906585999999995 -4.314261599999999 -3.5547515 -7.859522900000001 0.076908285 -7.8515338 +43 -2.9660612 -7.0575546000000005 -4.5759822 -2.4473408 -0.0782155 0.032964633 0.061963765999999997 -4.8122567 -8.1493444 -7.3268993 -11.951247 0.042118413 -11.944367 +44 -0.12221237 -0.056395535 0.85335064 -3.3418595 1.4853318000000002 0.69112989 0.30674693 1.54922e-05 0.00065191641 -3.3115936 -7.638303200000001 0.077208811 -7.6330432 +45 -0.12759102 -0.060555813 0.82887475 -3.3416459 1.4844758 0.68899785 0.3062813 -0.0042252551 -0.003922189600000001 0.0070539534 -2.7050959999999997 0.077087191 0.025212063 +46 1.7102210999999998 1.2262937 -0.037795006 0.19131649 -2.1256967 -4.3785006 -3.8370627999999996 0.90180056 0.90301881 0.5389716 0.543597 -3.4163962 0.55815315 +47 1.6882087 1.2120447 -0.038024721000000004 0.18391338 -2.1308529 -1.2417112 -3.4579328 0.89370348 0.89491378 0.53542246 0.54181294 -3.0020449 0.5562581 +48 -1.4563343999999998 -2.8262728 -1.9007077 0.6476445 -4.5515679 -3.3769097 -2.8148612999999996 -5.6560898 -5.6719534000000005 -4.8667657 -9.4126351 -2.2687763 -9.405084800000001 +49 -2.3075667999999996 -7.2268967 -4.6738778 0.83157822 -5.301886 -4.0449759 -3.4655244 -4.9016495 -8.235476 -7.4126886 -12.037752000000001 -2.9862702999999997 -12.031027 +50 0.76063123 0.57287088 1.076155 -0.028281439 -2.5949381000000002 -1.5352654 -0.99169327 0.47672933 0.47791506 -3.0086409 -7.276801 -0.39782364 -7.2711488 +51 0.7614537 0.57248561 1.0269739 -0.028051022000000002 -2.5937702999999996 -1.5444626000000001 -1.0002769 0.47462716 0.47554731 0.31146777 -2.3792197999999996 -0.40284661 0.39558565 +52 1.7181066000000003 1.2315987 -0.037778522 0.19416863 1.4211694 -2.6605165 -4.152496299999999 0.90480299 0.90602261 0.54029236 0.54425873 -3.7577624 0.55885788 +53 -1.4658975 -2.9608141 -1.9754683999999998 0.66189242 -2.5364501 -4.6202504 -4.0555392999999995 -5.7618637999999995 -5.775663099999999 -4.968422299999999 -9.5222054 -3.6457493999999997 -9.5150382 +54 -2.292991 -7.2337312 -4.6772554 0.83033991 -3.3089962999999996 -5.247294200000001 -4.6673836 -4.9048135 -8.2385562 -7.4157558 -12.040841 -4.2809870000000005 -12.034123 +55 1.4405318 1.061336 1.2307861 0.10545954 1.3367535 -2.6720469 -2.1165157999999997 0.82376397 0.82520517 -2.8176509999999997 -7.036623700000001 -1.454059 -7.030454700000001 +56 1.4380266000000002 1.0581464 1.1556844 0.10463319 1.3349351 -2.6757009999999997 -2.1202925 0.8196776 0.82087771 0.50160555 -2.265687 -1.4583909 0.53634101 +57 -1.4629609 -2.9266408999999998 -1.9558408 0.6579559 -2.5322084 -1.4946263000000002 -3.4973208 -5.734848599999999 -5.7490805 -4.9423159000000005 -9.494214900000001 -3.0446941 -9.486969699999998 +58 -2.2995737999999997 -7.2306422999999995 -4.6757219 0.8309179 -3.3131452000000006 -2.1506119 -3.8412562999999995 -4.9033804000000005 -8.2371608 -7.4143663 -12.039441 -3.4087991 -12.032721 +59 1.6676909 1.2111976999999998 1.2676815000000001 0.1784151 1.4104385 0.64514581 -2.9884904 0.91144685 0.91294748 -2.7779332 -6.983614200000001 -2.4781817000000004 -6.9773297 +60 1.6636398000000001 1.2069678 1.1863608 0.1767903 1.4085295 0.64129568 -2.9892506 0.90700958 0.90827444 0.5412609 -2.2485218 -2.4790308999999997 0.55836955 +61 -2.4720824 -8.7237034 -7.574586900000001 0.96841428 -3.5066367999999994 -2.3124876 -1.7203146 -8.422706300000002 -11.75923 -10.933614 -15.572276 -0.98650729 -15.565463000000001 +62 -1.464958 -1.3705021000000002 -1.1811288 0.44138054 -2.3535404 -1.4115443 -0.89585657 -4.518927 -4.5426292 -7.0983894 -11.714874 -0.29177228 -11.70549 +63 -1.4668431 -1.3761799 -1.1858573000000001 0.44324379 -2.3573715 -1.4152073 -0.8993234 -4.5239012 -4.548534200000001 -3.7822486000000004 -10.592867 -0.29383075 -8.1223045 +64 -2.5490347 -7.1302664 -4.624224400000001 0.85058053 -3.4610759 -2.2703416 -1.6796005 -4.8561828 -8.190668400000002 -10.689979 -15.328417000000002 -0.946571 -15.321598000000002 +65 -2.5490197 -7.1308853 -4.625003400000001 0.85057843 -3.4611833 -2.2704419 -1.6797006999999997 -4.8563775 -8.1912967 -7.368679400000001 -14.452925 -0.9466617 -11.986616 +66 0.021826914 0.038343947999999996 0.88681527 -0.027232757000000003 0.026972878 0.026823116 0.018476226999999998 0.069772465 0.070482114 -3.2659575000000003 -10.04677 0.0054874194 -7.5801822 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.0472148999999997 1.1293015 0.058428224 0.38870459 -3.1243732000000004 -1.8909118000000003 -1.2786886999999998 0.52997801 0.53076652 0.29224051 0.29151307 -0.58504987 0.29874655 +2 -2.5611846000000003 -4.0496451 0.08404691 0.19044632 -2.8880863 -1.6740252 -1.0723406999999998 -1.3640591999999998 -1.3658079 -0.80709142 -1.3268537 -0.41897591 -1.3432950000000001 +3 -0.22710345 -0.16601677 -2.8684605 0.048182897 -0.15898139 -0.06614235 -0.029267222000000002 -0.26425797 -0.26290368 -0.12577534 -0.12880479 -0.0024333385 -0.13215376 +4 -0.11336679 -0.081859824 -0.0012130772 -3.3265464999999996 1.2972803 0.61023447 0.26817181 -0.044722566 -0.044799288 -0.028921689 -0.042559162000000005 0.064627696 -0.042965165 +5 0.66168889 0.50588596 0.0024441616 0.042350705 -2.7604817 -1.5929885 -1.0069029 0.32259646 0.32309235 0.21027938 0.24291835 -0.39303705 0.24781807 +6 1.2978275 0.98038105 0.010608282 0.1878205 1.1774764 -2.7399351000000003 -2.1419644 0.64433699 0.6451058 0.39919366 0.38254838 -1.451514 0.39365734 +7 1.5181358 1.1312498 0.014540361000000002 0.26736569 1.2519299 0.57870902 -3.0227302000000003 0.72968916 0.73051567 0.4396361 0.40387765 -2.486059 0.41628588 +8 -1.3772029 -0.83626581 -0.78872527 0.053737389 -1.7496256999999997 -0.79221243 -0.34362921 -3.942945 -3.9594091000000002 -3.0647277 -7.263381900000001 -0.088739619 -7.2601306 +9 -2.8135659 -6.567162400000001 -4.3799447 0.83975554 -3.6116616 -2.3109815 -1.6801599999999999 -4.4003148 -7.7348464 -6.7590065 -11.388005999999999 -0.92120347 -11.384867 +10 0.11116077 0.16838399 1.1061979 -0.15464712 0.16947006 0.13444383 0.085827186 0.37910659 0.379796 -3.059352 -7.311961900000001 0.01898235 -7.3099243000000005 +11 0.10115907 0.15460197 1.0202617 -0.14401483 0.15538139 0.11900964 0.077250704 0.34788396 0.34832216 0.24315197 -2.4957979 0.017078601000000002 0.28744659 +12 -4.5364316 -3.5682279 0.07551656799999999 0.24212224 -5.1753235 -3.830218 -3.2122843999999997 -1.2810331 -1.2825471000000002 -0.74671832 -1.1466279 -2.677691 -1.1629180000000001 +13 -2.1834142999999995 0.96875329 -2.8661646000000003 0.31490439 -3.1581088 -1.9222488000000002 -1.30873 0.43149652 0.43329185 0.26564468 0.28572033 -0.60411467 0.29193353 +14 -2.8731539 0.36788858 0.044406169 -3.1101092 0.090542341 0.027977192999999997 0.0055652493 0.052165320999999994 0.052285596 -0.015372954 -0.073671024 -0.0055401902000000005 -0.072782672 +15 -1.1703244 1.9279613000000002 0.084554821 0.83833957 -4.515270200000001 -3.2960731 -2.7083406 1.0421728000000001 1.0433008 0.56261287 0.46098302 -2.1102646000000003 0.47681124 +16 -1.004437 2.0984587 0.089576398 0.97135289 -2.4400592999999997 -4.5547123 -3.9716945 1.1155136 1.1166565 0.59106172 0.47298702 -3.5333133 0.48966525 +17 -1.0397384 2.0603272 0.088264354 0.94097189 -2.4455132 -1.4237246000000001 -3.5389562999999993 1.1010075000000001 1.1021439 0.58571393 0.47080779 -3.0613759999999997 0.4873314 +18 -2.3592077000000002 1.0454823 -0.049361858 0.31346677 -3.3092742999999993 -2.0888334 -1.4853616000000003 -2.8544144 -2.8626666000000003 -2.0545821 -5.577890900000001 -0.75851123 -5.578042099999999 +19 -4.838833 -6.192026 -4.1958574 0.92495192 -5.87372 -4.4768101 -3.8491919 -4.2100778 -7.5435099 -6.568417 -11.193547 -3.370021 -11.190474 +20 -1.9377144 1.2618653999999998 1.306659 0.37607968 -2.9916918999999997 -1.7781508999999998 -1.1773456 0.78983225 0.79099228 -2.8743423999999997 -7.066490299999999 -0.50903455 -7.0644413 +21 -1.9451439 1.2514613 1.2047386 0.37716904 -3.0010689 -1.7960926 -1.19364 0.76633739 0.76730368 0.43432309 -2.4004935 -0.52008018 0.40661155 +22 -2.7518629 -5.5689862 -2.5294231 0.73969546 -3.4899595000000003 -2.2027121 -1.5751533000000002 -3.2763863 -3.2751122 -2.4123902999999998 -6.4113525000000005 -0.82065268 -6.4092244 +23 -2.8870644 -4.2077632000000005 0.083566233 -3.1041246 0.46821039 0.30942173 0.18183099 -1.3871108 -1.3889238000000002 -0.82498033 -1.3850693 0.053161194 -1.4014753 +24 -2.0850561 -3.8873230000000003 0.08229721200000001 0.14772231 -4.5723419000000005 -3.2637691 -2.6510016 -1.3401958999999999 -1.3418489 -0.78872932 -1.2649841 -2.0327496 -1.2815625 +25 -2.0289785 -3.8745955000000003 0.082089257 0.1427586 -2.4522144 -4.4753467 -3.8651845999999996 -1.3383608 -1.3400023 -0.78731578 -1.2602091999999998 -3.4059407999999998 -1.2768 +26 -2.0378472 -3.8765967000000003 0.08212355 0.14356932 -2.4603167 -1.3418038 -3.4510967000000004 -1.3386462 -1.3402895000000001 -0.78753043 -1.2609076000000001 -2.9613335 -1.2774978000000001 +27 -2.7524437 -7.8260765 -3.6912282 0.94021441 -3.6618951 -2.3578694 -1.7256833999999999 -7.6315097000000005 -7.6424145 -6.666919 -11.294181 -0.9652265 -11.291064 +28 -2.8783719 -10.458995 -4.9114236 0.8741895 -3.69426 -2.3855958999999998 -1.7530868000000002 -4.9646344000000004 -8.297075 -7.319327 -11.956763 -0.99344086 -11.953706 +29 -2.5317337 -3.8847053999999996 0.37914102 0.078168878 -2.8165851 -1.6135218 -1.0172649999999999 -1.1286302 -1.1291069 -3.9478678 -8.4012059 -0.37436313 -8.3983571 +30 -2.5318118999999997 -3.8917733999999995 0.36527308 0.082971189 -2.820148 -1.6213737 -1.0244042 -1.1389601 -1.1399271999999998 -0.63411759 -3.4327354 -0.37895921 -0.80977574 +31 -0.33053366 -0.24020815 -2.8631335 -3.2661826 1.2659658999999999 0.60321109 0.2685382 -0.31967259 -0.31834582 -0.16456224 -0.19537623 0.066645308 -0.19907715 +32 0.48637327 0.36260501 -2.8956067 0.02938444 -2.801308 -1.6289666999999999 -1.0399721 0.14465063 0.1462516 0.14376131 0.20993667 -0.40858434 0.21254762 +33 1.1521187 0.84399699 -2.8964377 0.14544451 1.1510578000000002 -2.740212 -2.1421181000000002 0.49862712 0.50027924 0.34628537 0.36139854 -1.4525681000000001 0.37069537 +34 1.3805025 0.99419921 -2.8948812000000004 0.21569988 1.2327786 0.57959119 -3.0190189 0.59020122 0.59186175 0.38901254 0.3843143 -2.4821499 0.39498816 +35 -1.573575 -1.1250818 -2.4922863 0.26103011 -2.160066 -1.1223843 -0.59314304 -4.334037400000001 -4.3415541 -3.4311108 -7.7237579 -0.14404917 -7.719599799999999 +36 -2.8203272 -6.734825099999999 -6.5123809 0.86930519 -3.6291674 -2.3263384 -1.6948819 -4.5767798 -7.899496000000001 -6.923014200000001 -11.554812 -0.93663168 -11.551708999999999 +37 -0.16294316 -0.075213728 -1.1496927 -0.019504637 -0.078377708 -0.0036836603 0.012042009 -0.086133073 -0.084568086 -3.3181111000000003 -7.6345676 0.0089175152 -7.632771400000001 +38 -0.18003421 -0.1018848 -1.4862688999999998 -0.00032718578999999995 -0.099209257 -0.024516543999999998 -0.001643371 -0.13803729 -0.13663768 -0.034728837 -2.7291543 0.0050186046000000005 0.010794393000000001 +39 0.43660781 0.32572009 0.0006709772500000001 -3.3007617999999996 -1.9473331000000003 -0.97157039 -0.48740601 0.19845012 0.19880573 0.12641133 0.15203356 -0.16038336 0.15461253 +40 1.2537637 0.94986066 0.009495741700000001 -3.149127 1.5561738999999999 -2.6461607999999996 -2.0480883000000003 0.62726912 0.62802358 0.39099278 0.37806986 -1.347129 0.38891519 +41 1.5131678999999998 1.1278161 0.014350763999999998 -3.0565396000000002 1.559612 0.66443901 -2.9960562000000004 0.72802539 0.72885015 0.43892258 0.40353267 -2.4571426 0.4159192 +42 -1.629035 -0.79417831 -0.76480073 -3.2866229 1.3364245000000001 0.62734238 0.2713301 -3.9107703000000003 -3.9270187999999995 -3.0337515 -7.2212918 0.064866158 -7.2186207 +43 -3.230175 -6.4993745 -4.3441105 -2.4595838 -0.22452284 -0.020285018999999998 0.037706769 -4.359872599999999 -7.696500200000001 -6.7208883 -11.349239 0.031889816 -11.346026 +44 0.0010226086 0.093743921 1.0905156999999999 -3.4941019 1.4386398999999999 0.64704588 0.27496342 0.34575771 0.34640754 -3.0761751 -7.3335936 0.065263138 -7.331576400000001 +45 -0.010966188 0.078487773 1.0059343 -3.4828911 1.4299298 0.64302117 0.27417512 0.3135674 0.31396074 0.22555663 -2.5062006 0.065092476 0.27457153 +46 1.5903072 1.1809662 0.016297379 0.29638441 -2.2807828999999997 -4.4223412 -3.8377220000000003 0.75517726 0.75602465 0.45086303 0.40938493 -3.3874812999999993 0.42214086 +47 1.5691011000000001 1.1664028 0.01582632 0.28779585 -2.285429 -1.2829858 -3.4772824 0.74770716 0.74854865 0.44758045 0.40778258 -2.993439 0.42043682 +48 -0.81449281 -1.1576578000000002 -0.91707559 0.084378954 -3.5539239 -2.3995442000000002 -1.8218143 -4.150678500000001 -4.164082700000001 -3.2565776 -7.534921799999999 -1.1140031000000001 -7.5311164 +49 -2.5611681 -6.6682948 -4.4238665 0.82167044 -5.442987400000001 -4.0756364000000005 -3.4558341 -4.449103599999999 -7.782445599999999 -6.806335400000001 -11.436083 -2.9464576 -11.433035 +50 0.7938444 0.66505128 1.2229543 -0.0046483266 -2.630071 -1.4911291000000002 -0.92040362 0.62602542 0.62699064 -2.9348365000000003 -7.1510991 -0.3486873 -7.148952099999999 +51 0.78457227 0.65250673 1.1240037 -0.0012038582 -2.6394423 -1.5077758999999997 -0.93487227 0.59942315 0.60016981 0.37256034 -2.426022 -0.35580445 0.37469984 +52 1.5987850000000001 1.1867163 0.016398298999999998 0.2997774 1.2687641 -2.7235118 -4.1768220000000005 0.75828093 0.75912942 0.45226657 0.41007973 -3.7553259 0.42288084 +53 -0.72972281 -1.3181286 -0.97649305 0.09176676800000001 -0.98478259 -3.5749372000000004 -2.991942 -4.2512733 -4.262095599999999 -3.3484784 -7.6598086 -2.4485679 -7.6565228 +54 -2.545576 -6.6757072 -4.4269987 0.82046025 -3.4489852 -5.2808852 -4.660750599999999 -4.452605 -7.785855099999999 -6.8097247 -11.439521000000001 -4.2472025 -11.436481 +55 1.4825285 1.1726974 1.3407409 0.25631806 1.2394731 -2.7251992 -2.1281971 0.87077827 0.87191896 -2.822559 -7.0018663 -1.4367647 -6.9994212 +56 1.4646005 1.1529833999999999 1.2266511 0.24795825 1.2342589 -2.7292732999999996 -2.1323090000000002 0.84882806 0.8497644 0.4897331 -2.374491 -1.441408 0.44049721 +57 -0.72245069 -1.3172393999999998 -0.97544783 0.08982899800000001 -0.97132009 -0.35296283 -3.1882375 -4.2502633 -4.260831099999999 -3.3472329 -7.6581577 -2.6754385 -7.6549290999999995 +58 -2.5523496 -6.6724722000000005 -4.4256245000000005 0.82100433 -3.4533487999999997 -2.1830212 -3.8513571000000004 -4.4510739 -7.7843633 -6.8082416 -11.438016000000001 -3.3916464 -11.434973 +59 1.7115766 1.334386 1.371193 0.3640052 1.2840192 0.58810054 -3.0214211 0.93332828 0.93451042 -2.7978763 -6.9677 -2.4846174 -6.965184799999999 +60 1.6913927 1.312441 1.2539052 0.35225945 1.2807973 0.58419005 -3.0221476000000003 0.9132499 0.91423045 0.51564529 -2.3649679 -2.4854237 0.45285823 +61 -2.7631219 -8.741883300000001 -7.822112 0.99423651 -3.698957 -2.3903474 -1.7569863999999997 -8.543180300000001 -11.879302000000001 -10.898138000000001 -15.551898999999999 -0.99728967 -15.548754 +62 -1.3755943000000002 -0.8340962 -0.78620445 0.052243107999999996 -1.7454976999999998 -0.78857721 -0.34085849 -3.9406315000000003 -3.9564003 -6.3836481 -11.000314999999999 -0.087823329 -10.996532 +63 -1.3771053 -0.83618026 -0.78901548 0.05369556599999999 -1.7494546000000002 -0.79207381 -0.34353653 -3.9429277999999996 -3.9592608 -3.0645846000000003 -9.726461800000001 -0.088721884 -7.261072200000001 +64 -2.8135662 -6.5661016000000005 -4.378768599999999 0.83973638 -3.6114459 -2.3107787999999996 -1.6799583999999999 -4.3996956 -7.7337686 -10.079858 -14.732517000000001 -0.921024 -14.729349 +65 -2.8135629 -6.5670981 -4.3798413 0.83975202 -3.6116576 -2.3109778999999997 -1.6801564999999998 -4.40027 -7.7347826 -6.7589429 -13.847558 -0.92120001 -11.384856 +66 0.11135215 0.16861367 1.1078703 -0.15485532 0.16976956 0.13464533 0.085938725 0.37966493 0.3803573 -3.0590313 -9.7742621 0.01900118 -7.310479700000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1499729 1.2008959 0.098080893 0.6695531 -3.2926328999999996 -1.9502026999999997 -1.2838396 0.29138018 0.29172673 0.14001026 0.09496108 -0.55690949 0.099197909 +2 -2.707343 -3.6702557000000002 -0.17221275 -0.47677923 -1.4644902 -0.73055553 -0.41367006 -0.52678835 -0.52660664 -0.26036972 -0.21146826 -0.14048611 -0.21864045 +3 -0.54199074 -0.43261651 -3.2805775 0.081399453 -0.32309118 -0.15178437 -0.074108711 -0.5898279 -0.5891377 -0.28636651 -0.24108433 -0.010808886 -0.2491997 +4 -0.067225753 -0.055018454 -0.0042531896 -3.3404562999999996 1.1354909 0.49935187 0.19654811 -0.016808405 -0.01682814 -0.0095507022 -0.0082434742 0.041813578 -0.0085358009 +5 0.60176621 0.49067752 0.041559133 0.17826537 -2.9060403999999997 -1.635019 -0.99780994 0.1990299 0.19926457 0.11273983 0.084384267 -0.36536977 0.08789215800000001 +6 1.2021246 0.95488477 0.083225754 0.41584485 0.99444212 -2.8511307 -2.1925439 0.43943101 0.439821 0.241917 0.16139657 -1.4456096 0.16913767 +7 1.4179996000000001 1.1142923999999998 0.09653392699999999 0.52457557 1.0477541 0.4648578 -3.0926327999999996 0.50782376 0.50824655 0.27229918 0.17570728 -2.5016783 0.18439391 +8 -1.1239318999999999 -0.46900038 -0.060781507 -0.32987485 -0.45754564 -0.09177068599999999 -0.017581904 -3.4027089999999998 -3.4127123999999998 -2.35305 -6.0279001 -0.029528533 -6.0336503 +9 -2.9304952 -3.9730335 -2.2999553 0.2709257 -3.2348732000000004 -1.8946846000000002 -1.2291362 -2.0329083 -5.364774099999999 -4.1872601000000005 -8.6259772 -0.46562226 -8.6296802 +10 0.18003228 0.20879131 1.293698 -0.21713596 0.34740516 0.23161986 0.11524683 0.58140269 0.58193934 -3.0195534 -7.1647912 0.017774408999999998 -7.169386900000001 +11 0.15627689 0.1810544 1.0901322 -0.19365185 0.29435226 0.19522163 0.1008141 0.50598514 0.50633078 0.27128928 -2.6315988 0.01575727 0.18303402 +12 -4.733743799999999 -2.9077652 -0.15768725 -0.42850621 -4.346385 -2.8894682 -2.1928255 -0.45760498 -0.45733255 -0.21821028 -0.16541976 -1.3971996000000002 -0.1715415 +13 -2.5417337000000004 0.6818517 -3.1604202 0.41758505 -3.3956849 -2.0383381999999997 -1.3657039 -0.0034881927 -0.0024233244 0.024193344 0.032749207 -0.61130017 0.033342765 +14 -2.9289953 0.45828843 0.027187202 -3.0183196 0.022562891 0.00088199804 -0.0075144901 -0.018637393000000002 -0.01865314 -0.031094422000000004 -0.035302766 -0.010214134 -0.036232414 +15 -1.337507 1.9415288 0.17244475 1.1904197 -4.7737492 -3.4367502 -2.7912504 0.69364836 0.69420568 0.33906994 0.20342124 -2.1425919999999996 0.2139427 +16 -1.1851428999999998 2.1029807000000003 0.18539356 1.327464 -2.7223057 -4.7117895 -4.0702195 0.75396043 0.75452061 0.3618849 0.21265762 -3.5811716000000002 0.22385319 +17 -1.2197151000000002 2.0632087 0.18234885 1.2933781 -2.7216569 -1.5775696000000001 -3.6236641000000005 0.74149116 0.74204778 0.35741707 0.21090763 -3.0936875 0.22197545 +18 -2.5620168999999997 1.0073334 0.21819066 0.46976167 -3.4294829 -2.1046666000000003 -1.4462384 -2.981273 -2.9887143 -1.9818843999999998 -5.122014599999999 -0.67669805 -5.1300650999999995 +19 -4.916148799999999 -3.5419197000000002 -2.117523 0.26005846 -5.4156527 -3.9828153 -3.3188801 -1.8239113 -5.1539781 -3.9833305 -8.3850295 -2.7498302000000003 -8.3888907 +20 -1.952796 1.4208754 1.4209222 0.69723465 -3.0287634999999997 -1.7460224999999998 -1.1061773000000001 0.72258491 0.72326233 -2.9719406000000004 -7.096427499999999 -0.44667368 -7.1010911 +21 -1.9756565 1.3941915 1.2225306 0.69310538 -3.065974 -1.7820624 -1.1368403999999999 0.66640535 0.66692168 0.3273307 -2.6124852 -0.46270109 0.20771001 +22 -3.0907628 -4.9305373 -3.3535339 0.59339206 -3.5182949999999997 -2.1345242 -1.4549321000000002 -2.6116946 -2.6107861 -1.6479993000000002 -4.3316945 -0.66837444 -4.340542500000001 +23 -2.8083586 -3.7476555 -0.17332753 -3.7909556 0.70308435 0.35491544 0.15886743 -0.53294149 -0.5327672 -0.26466326 -0.21717043 0.033619792 -0.22443826 +24 -2.1868316 -3.3186579 -0.1671721 -0.52772739 -3.8734231 -2.4617641 -1.7746108 -0.49337363 -0.49314282 -0.23716197 -0.18306556 -0.95481083 -0.18969698 +25 -1.9598813000000002 -3.20369 -0.16522303 -0.55346109 -0.86361424 -3.5440544000000003 -2.855904 -0.47978773 -0.4795342 -0.2270783 -0.17037218 -2.1824736000000002 -0.17676608 +26 -1.9149080000000003 -3.1834111000000003 -0.16489066 -0.55845613 -0.82552832 -0.26216806 -3.2199845000000002 -0.47737474 -0.47711693 -0.22535837 -0.168341 -2.6383181 -0.17469199 +27 -3.0352175999999997 -4.4586328 -0.70802888 -0.27780385 -2.8906473999999998 -1.6050676000000001 -0.96190766 -4.3460733 -4.3521469 -3.2176318 -7.4142793000000005 -0.30039132 -7.4185618 +28 -3.3248251000000004 -8.435018800000002 -3.2563972999999997 0.63862212 -3.8098614 -2.3983151 -1.7118297999999998 -3.1183501000000002 -6.447926 -5.2462503 -9.8059776 -0.89527801 -9.8098031 +29 -2.5423886 -3.3132608999999995 1.0853261 -1.4358731000000002 -0.81540602 -0.27445346 -0.094098605 0.32071367 0.3215839 -3.1173587000000005 -7.301216900000001 -0.025712423999999998 -7.3056156 +30 -2.5655799 -3.3576040000000003 0.87621636 -1.2953756 -0.92523193 -0.35438919 -0.14370484 0.210745 0.21139414 0.15793488 -2.6768062 -0.036997932000000004 0.12632632 +31 -0.61492363 -0.48548979 -3.2859736000000006 -3.2386656000000005 1.0504234 0.48250291 0.19773151 -0.62469184 -0.62401705 -0.30969297 -0.27418964 0.046771054000000006 -0.28275868 +32 0.14449393 0.070174348 -3.2343966 0.099779425 -3.0263967999999997 -1.7339697 -1.0866252 -0.24553369 -0.24462893 -0.071928466 -0.020738305 -0.41019108 -0.023000211 +33 0.79924535 0.54513767 -3.1865772 0.23720108 0.92510558 -2.8602769 -2.2013738 0.07619573 0.077151434 0.10721734 0.10327886 -1.4564069 0.10692579 +34 1.0290848 0.69861465 -3.1717341 0.31519631 1.0021512 0.45954328 -3.0881882000000003 0.16256883 0.16353156 0.14674295 0.12366502 -2.4971914 0.12856932 +35 -1.7487883000000002 -1.0908988000000002 -2.9986995 0.071261853 -1.8083448 -0.7653107 -0.30095225 -4.3194439000000004 -4.326395099999999 -3.1936242000000004 -7.3780508000000005 -0.064418466 -7.382073700000001 +36 -3.1973583 -5.9000942 -7.213808500000001 0.87647795 -3.8011568 -2.384016 -1.6950539 -3.8954923999999997 -7.2185041 -6.008180599999999 -10.609408 -0.88690707 -10.613244 +37 -0.47118136 -0.33842633 -2.1913652000000003 -0.00012111290000000001 -0.22896163 -0.079015732 -0.027059115 -0.38804668 -0.38714584 -3.4710272000000004 -7.7595955000000005 0.00096064705 -7.7645965 +38 -0.48608033 -0.35925389 -2.3885189 0.017195343999999998 -0.24845203 -0.098743993 -0.039360149 -0.43302746 -0.4322928 -0.1793872 -2.8730136 -0.0021716285000000003 -0.11893528 +39 0.43383479 0.35070248 0.028796352999999997 -3.1971048 -2.1638391 -1.0824605 -0.54642154 0.13139208 0.1315678 0.072402654 0.054406035 -0.17946616 0.05658784099999999 +40 1.1720772 0.93196461 0.081267091 -2.9212328 1.2999016 -2.7817291 -2.1234791 0.43017092 0.43055551 0.23774604 0.15937576 -1.3687565000000002 0.16698646 +41 1.4145705 1.1114791000000002 0.096295829 -2.7994031 1.3024806999999998 0.52893166 -3.0731932 0.50691791 0.50734 0.27193724 0.17554897 -2.4807422000000003 0.18422492 +42 -1.264705 -0.49966212 -0.06823108 -3.6576546000000003 1.2071131000000002 0.51243693 0.19586411 -3.4139601 -3.4241669000000003 -2.3634119 -6.0454676 0.038923796000000004 -6.051285900000001 +43 -3.3219905 -3.9686311 -2.2973912999999997 -3.0343284 0.2118115 0.2088789 0.12082879 -2.0291991 -5.3621682999999996 -4.1847272 -8.6227728 0.028510987999999998 -8.6265265 +44 0.11453034 0.15742865 1.2885313 -3.5726742999999996 1.2617802 0.52543712 0.20106368 0.57488059 0.5754106 -3.0218406000000004 -7.1680535999999995 0.04238838599999999 -7.1726472999999995 +45 0.089774009 0.12867828 1.0846001 -3.5478332999999997 1.2521327 0.52127198 0.20015744 0.49820815 0.49854556 0.26842315 -2.6325877999999996 0.042089203 0.181747 +46 1.4871865 1.1678372 0.1009603 0.56356285 -2.4911792999999998 -4.516962 -3.8711391 0.52758514 0.52801962 0.28044011 0.17931514 -3.3636356 0.18824637 +47 1.4668798 1.1522401000000002 0.099681084 0.55215128 -2.4945405 -1.3741344 -3.5327036 0.52175749 0.52218863 0.27804394 0.17825731 -2.9932656000000004 0.18711657 +48 -0.50182083 -0.25999108 -0.017372231999999998 -0.26639628 -3.0519102000000005 -1.7966995 -1.1635829 -3.3353171 -3.3436241 -2.2915799 -5.9077001 -0.48846805 -5.9132346 +49 -2.4977054 -4.0647575 -2.3310359 0.25684947 -4.9015188 -3.4965818 -2.8363867999999997 -2.0716059 -5.402032599999999 -4.2231803 -8.6683401 -2.1971115 -8.672144 +50 0.82605531 0.734801 1.3593106000000001 0.15073983 -2.6981045 -1.4862632 -0.8766535 0.66516499 0.66578169 -2.9895825 -7.122238 -0.31392398 -7.1268432 +51 0.79925285 0.70389558 1.1602291 0.15149659 -2.7233978 -1.5123834999999999 -0.89782458 0.60629269 0.60673707 0.30927203 -2.6184377 -0.32214908 0.20014809 +52 1.4961292 1.1742514 0.10146283 0.56818832 1.0590786 -2.839911 -4.236184400000001 0.5303827 0.5308178 0.28164074 0.17985527 -3.7602266 0.18882391 +53 -0.082632805 -0.18067261 -0.0006748299900000001 -0.24094094 0.66261365 -2.9645454 -2.3101101 -3.3104952000000005 -3.3165303999999995 -2.2676629 -5.8578362 -1.5795562 -5.863304900000001 +54 -2.4575736 -4.0774214 -2.3351737 0.2555996 -2.8291369 -4.7183649 -4.0597847 -2.0767772 -5.4070138 -4.2279849 -8.673948800000002 -3.5670093 -8.677773199999999 +55 1.5302848 1.3142788 1.4454828000000002 0.61045797 1.0558073000000001 -2.8372652 -2.179672 0.76959911 0.77029951 -2.953128 -7.070268799999999 -1.4320007 -7.074793700000001 +56 1.487908 1.2645661 1.2536886999999999 0.58033716 1.0508096000000002 -2.8411362000000002 -2.1835859 0.73207397 0.73260694 0.35566171 -2.6030412999999997 -1.4364193 0.2202518 +57 0.011500285 -0.18618494 -0.0012750315 -0.24560886 0.73120169 0.34686266 -3.1254466 -3.3120921 -3.3174898999999995 -2.2685027 -5.8594609 -2.5383335 -5.8649621 +58 -2.4666137999999997 -4.0741293 -2.3340536 0.25583475 -2.8374581 -1.5958193999999999 -3.5681298999999997 -2.0754029999999997 -5.4056746 -4.226692099999999 -8.6724351 -3.0333532 -8.6762558 +59 1.7633595000000002 1.5110113 1.4722541999999998 0.77650412 1.0752363 0.47308673 -3.0914439 0.79926915 0.79999672 -2.9434481 -7.056263 -2.5003857000000003 -7.060762700000001 +60 1.7187792000000002 1.4556728 1.2833173 0.73895199 1.073048 0.46949143 -3.0921328 0.76716532 0.76772507 0.36752202 -2.5993571 -2.5011431 0.22508787 +61 -3.2105478 -8.344013499999999 -7.308387700000001 1.0167773 -3.9479163 -2.5172459 -1.8246946 -8.291063099999999 -11.624282000000001 -10.402772 -15.056635 -1.0112075999999999 -15.060425 +62 -1.1215821000000001 -0.46699904 -0.057408323 -0.33033035 -0.45385617 -0.089976004 -0.016513542 -3.4006998 -3.4101286 -5.672506299999999 -10.255773 -0.028847183 -10.259689999999999 +63 -1.1236374 -0.4686428 -0.059561123 -0.33004123 -0.4570991 -0.091560838 -0.017494551 -3.4023087999999997 -3.412147 -2.3525455 -8.4962364 -0.029516086 -6.0355253 +64 -2.9297378 -3.9681489 -2.2948223 0.26917316 -3.2318238999999997 -1.8918720000000002 -1.2264422 -2.0286435000000003 -5.3599657999999994 -7.5044756999999995 -12.140885 -0.46388394 -12.14434 +65 -2.9302039 -3.9716093999999997 -2.298248 0.27039121 -3.2343276000000003 -1.8942589 -1.2287485 -2.0316319 -5.3634482000000006 -4.1859802 -11.085550999999999 -0.46531787 -8.628651800000002 +66 0.18079529 0.20964438 1.3005381 -0.21786794 0.34917898 0.23262519 0.11562432 0.58372533 0.58426376 -3.0186536 -9.627263099999999 0.017815063 -7.169386200000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1458294999999996 1.2046678999999998 0.098165318 0.67009022 -3.293771 -1.9515221999999999 -1.2862613 0.29366787 0.29401579 0.14121263 0.096095229 -0.56057319 0.1003685 +2 -2.7122477000000003 -3.6710498 -0.16950763 -0.47360657 -1.4748956 -0.73567776 -0.41757035 -0.52979771 -0.52962045 -0.26134944 -0.21295191 -0.14396367 -0.22015053 +3 -0.54389478 -0.43248857 -3.2962577000000004 0.082355781 -0.32272847 -0.15149021 -0.07375646200000001 -0.59077742 -0.59008948 -0.28734508 -0.24090561 -0.0097006863 -0.24905256 +4 -0.061128082 -0.050038945999999994 -0.003908015 -3.3384358 1.1364353999999999 0.50123966 0.19745106 -0.015619098 -0.015636856 -0.0090074857 -0.007923925600000001 0.04077616 -0.0081997253 +5 0.60247244 0.49106721 0.041674918 0.17693141 -2.9057413 -1.6342923999999999 -0.99793167 0.19980789 0.20004284 0.11338402 0.085248829 -0.36626233 0.088770631 +6 1.2024397 0.95493815 0.083350275 0.413151 0.99904831 -2.8470028 -2.1894531 0.44086236 0.44125253 0.24315254 0.16283883 -1.4440923 0.17061253 +7 1.419625 1.1152211 0.09674118599999999 0.52232912 1.0530493 0.46925455 -3.0908182999999996 0.50977554 0.51019864 0.27379178 0.17728774 -2.5016022 0.186015 +8 -1.1276324 -0.46922915 -0.048965165 -0.33657117 -0.45626765 -0.09021308900000001 -0.016663549 -3.4024315 -3.4124147000000002 -2.3544034 -6.0313704 -0.030419164 -6.0370478 +9 -2.934934 -3.975396 -2.2900797 0.26503451 -3.2336787 -1.8943740000000002 -1.2302405 -2.0353918999999996 -5.3672402 -4.1914919 -8.6312624 -0.46948785 -8.6348924 +10 0.18027901 0.20902688 1.3045978 -0.22009609 0.34816086 0.23328939 0.11706549 0.58411664 0.58465371 -3.0177342 -7.1636318 0.01832873 -7.168160799999999 +11 0.15658102 0.18133982 1.0993707 -0.1961806 0.29492348 0.1965107 0.10230023 0.50813034 0.50847698 0.27282387 -2.6299416 0.016185058999999998 0.18466411 +12 -4.7342097 -2.9086401 -0.15521302 -0.42652627 -4.3560147 -2.8994685000000002 -2.204256 -0.46018005 -0.45991151 -0.21891805 -0.16634493 -1.4119089 -0.17248958 +13 -2.5408329 0.68367857 -3.1799291000000003 0.41671246 -3.3954979 -2.0379141 -1.3662253999999998 -0.0020293438 -0.00096678629 0.024927852 0.035271929 -0.6129814 0.03585796 +14 -2.9266869 0.4610147 0.026911325 -3.017042 0.022445682 0.0007225890200000001 -0.0077330262 -0.018020748 -0.018035628 -0.031099092000000002 -0.035610415 -0.010495376 -0.036530093 +15 -1.3353522 1.9426351000000002 0.17237178 1.188318 -4.7720125 -3.4352636 -2.7909278 0.69620055 0.69675818 0.34069603 0.20498598 -2.1438398 0.21555669 +16 -1.1828703 2.1039849 0.18531548 1.3252506000000002 -2.7196849999999997 -4.709764099999999 -4.0693763 0.75666135 0.75722174 0.36358294 0.21425696 -3.5820525 0.22550391 +17 -1.2173916 2.064334 0.18227853 1.2912695 -2.719127 -1.5754992 -3.6239418 0.74418846 0.74474533 0.35911138 0.21250474 -3.0957254 0.22362382 +18 -2.5614642999999995 1.0087318 0.2311163 0.46533569 -3.4284872 -2.1035981 -1.4461926999999999 -2.9793437000000003 -2.9867578999999997 -1.9816407 -5.1236321 -0.67784862 -5.1316083 +19 -4.9190333 -3.5447843999999997 -2.1077695 0.25405484 -5.4167879 -3.9845303 -3.3219072 -1.826595 -5.1566472999999995 -3.9877476 -8.3906044 -2.7547069 -8.394392300000002 +20 -1.9482203000000002 1.4252757999999999 1.4322475000000001 0.69768486 -3.0285794 -1.7458854 -1.1070981000000002 0.72599962 0.72667746 -2.9699918 -7.0950106 -0.44881854 -7.0996076 +21 -1.9710558 1.3986456 1.2322912 0.69367378 -3.0661636000000003 -1.7822968000000001 -1.1381298999999998 0.66947509 0.66999255 0.32909858 -2.6108386 -0.4651742 0.20937279 +22 -3.0997707 -4.9307447 -3.3444027000000003 0.58771468 -3.5069623999999995 -2.1252514 -1.4473746 -2.6121212000000003 -2.6112117 -1.6507232 -4.3194145 -0.66614752 -4.3283663 +23 -2.8067464 -3.7431546 -0.17055843 -3.7880235 0.69976903 0.35294221 0.15661652 -0.53564623 -0.53547591 -0.26548752 -0.21855927 0.029738187000000003 -0.22584803 +24 -2.1882585999999997 -3.3191309999999996 -0.16449413 -0.52519438 -3.8787992 -2.4671814999999997 -1.7812048999999999 -0.49624979 -0.49602316 -0.23803134 -0.18424377 -0.96311021 -0.19090383 +25 -1.9626279999999998 -3.2055849 -0.16258042 -0.55091318 -0.87308463 -3.5469108 -2.8599433 -0.48279991 -0.48255072 -0.22803753 -0.17158191 -2.1891581 -0.17800887 +26 -1.9178304 -3.1854552000000003 -0.16225318 -0.55590944 -0.83512113 -0.26547553 -3.2211696 -0.4804037 -0.48015026 -0.22632983 -0.16955474 -2.641406 -0.17593939 +27 -3.038518 -4.4621143 -0.70005946 -0.28255149 -2.8930332 -1.6079894 -0.96605745 -4.3502594000000006 -4.356334400000001 -3.2234321 -7.422094599999999 -0.30580462 -7.426298200000001 +28 -3.3274714 -8.4390629 -3.2488236 0.6328588 -3.8119690000000004 -2.401245 -1.7161786 -3.122274 -6.4518356 -5.251961 -9.8125593 -0.90159475 -9.8163097 +29 -2.5463017000000003 -3.3128461000000002 1.0975607 -1.4400291 -0.81943002 -0.27530732 -0.094534485 0.3225452 0.32341361 -3.1156536 -7.300401700000001 -0.02668825 -7.304733099999999 +30 -2.5696172 -3.3573417 0.88673885 -1.2981555 -0.93013652 -0.35593846 -0.14476908 0.21169543 0.21234317 0.15921288 -2.6752001 -0.038288031 0.12781367 +31 -0.60943915 -0.48075199 -3.3013377999999998 -3.2373362 1.0511399 0.48498132 0.19968795 -0.62310973 -0.6224342 -0.30937445 -0.27297459 0.04694153 -0.2815336 +32 0.14472002 0.07151389799999999 -3.2501256 0.09882070300000001 -3.0254237 -1.7323553 -1.0857826000000002 -0.24481069 -0.24390756 -0.071534741 -0.018305495 -0.40995655 -0.020596153 +33 0.80039312 0.54708264 -3.202236 0.2351984 0.93100169 -2.8545458 -2.1965897 0.07811005 0.07906443 0.10852552 0.1065261 -1.4531072 0.11016599 +34 1.0321331 0.7016736 -3.1872746 0.31367125 1.0090739 0.46563818 -3.0847382000000003 0.16525746 0.166219 0.14842655 0.12709843 -2.4954229 0.13200646 +35 -1.7574578 -1.0827851000000002 -2.9801427000000005 0.062905186 -1.7922692 -0.75213311 -0.29126153 -4.3125070999999995 -4.3194474000000005 -3.1887141 -7.372610099999999 -0.058869175 -7.3765891 +36 -3.206886 -5.8907273 -7.2031913 0.8706841 -3.7842656999999997 -2.3695852000000004 -1.6821857 -3.8881327000000003 -7.2111276 -6.0031029 -10.602742999999998 -0.8788109 -10.606521 +37 -0.47195908 -0.33743801 -2.1802493 -0.00073292617 -0.22759636 -0.07794947099999999 -0.025970111 -0.38669519 -0.38579563 -3.4705602 -7.7598246 0.0023867365 -7.7647568 +38 -0.48691641 -0.35834602 -2.3815379 0.017117784 -0.24727769 -0.09788007900000001 -0.038456008 -0.43225096 -0.43151708 -0.17926563 -2.8707828999999996 -0.0007653036099999999 -0.11713082 +39 0.43804291 0.35378375 0.029107411 -3.1967627 -2.1626208 -1.0812671 -0.5462984 0.13285784 0.13303513 0.073271763 0.055253777999999996 -0.18104196 0.057457167 +40 1.1735487 0.93295868 0.081469505 -2.9232597 1.3033469 -2.7793077999999998 -2.1222337000000002 0.43189495 0.43228002 0.23909943 0.16086962 -1.3692342 0.1685164 +41 1.4164716 1.1126539 0.096523724 -2.8014671 1.305949 0.53141864 -3.0725683 0.50894212 0.50936458 0.27345806 0.17714151 -2.4819517999999996 0.18585892 +42 -1.2603965 -0.49948538 -0.056267594000000004 -3.6644509 1.2075705 0.51177549 0.193648 -3.4134851000000004 -3.4236629 -2.3645737000000002 -6.0486827000000005 0.034632167 -6.0544261 +43 -3.3239227 -3.9715081 -2.2877 -3.0402521 0.21078185 0.20691731 0.11773021 -2.0319078 -5.3648565 -4.1891733 -8.6283145 0.023570025 -8.631995 +44 0.12073569 0.16240925 1.2998717 -3.5725102 1.2649419 0.52796977 0.20217862 0.57814832 0.57867941 -3.0198311 -7.166621000000001 0.04147811 -7.1711484 +45 0.096185851 0.13383736 1.0943048999999998 -3.5473103999999998 1.2550238 0.52366221 0.20115105 0.50099519 0.50133443 0.27018485 -2.6308548 0.041058948 0.183476 +46 1.4889649999999999 1.1688072 0.10117511 0.56131493 -2.4876106 -4.513656500000001 -3.8689326 0.52961115 0.53004592 0.28196933 0.18091499 -3.3631602999999997 0.18988798 +47 1.4686356000000003 1.1532121000000002 0.099895111 0.54991368 -2.4909956 -1.3707724 -3.5311038 0.52376692 0.52419837 0.27956457 0.17985246 -2.9934221 0.18875321 +48 -0.50371417 -0.25916816 -0.0052400417 -0.27273506 -3.0499767 -1.7945611000000001 -1.1624074 -3.3345935 -3.3428847999999998 -2.292535 -5.9104741999999995 -0.48844296 -5.9159359 +49 -2.5005964 -4.067431 -2.3213158 0.2509044 -4.9016481 -3.4971141 -2.8381509 -2.0742482 -5.4046578 -4.2275668 -8.6738019 -2.2005682999999996 -8.677532699999999 +50 0.82734778 0.73577078 1.3704844999999999 0.14815661 -2.6961823 -1.4840345 -0.87534317 0.66804951 0.66866639 -2.9876981 -7.120987700000001 -0.31386532 -7.125526400000001 +51 0.80046286 0.70478169 1.1697813 0.14904328 -2.7218058999999997 -1.5104321000000003 -0.89676733 0.60871701 0.6091622 0.31093354 -2.6167266 -0.32224967 0.20184751 +52 1.4979234 1.1752236 0.10167751 0.56593757 1.0644653999999998 -2.8356292 -4.2332474 0.53241789 0.53285328 0.28317491 0.18145785 -3.7590593 0.1904684 +53 -0.08251179 -0.17945884 0.011560497 -0.24711372 0.66695614 -2.9606263999999998 -2.3072489 -3.3096278 -3.3156485 -2.2684922999999997 -5.8603514 -1.5781575 -5.8657469 +54 -2.4603574 -4.0801333 -2.3254728 0.24965068 -2.8276755000000002 -4.7177581 -4.0603632 -2.0794389 -5.4096584000000005 -4.2323903 -8.6794319 -3.5692595999999996 -8.683183300000001 +55 1.5318976999999998 1.3155536 1.4569969999999999 0.60811582 1.0611995 -2.8329214 -2.1763721 0.7726842 0.77338441 -2.9511662 -7.068910400000001 -1.4302607 -7.0733690000000005 +56 1.4892577 1.26557 1.2636376 0.57781198 1.0560885 -2.8368745 -2.1803711 0.73485298 0.73538639 0.35748409 -2.6012668 -1.4347675 0.22203308 +57 0.012345786999999999 -0.18522233 0.010911418999999999 -0.25192543 0.73618269 0.35111922 -3.125164 -3.3113042 -3.3166861000000005 -2.2694012000000003 -5.862122 -2.5397293999999997 -5.8675499 +58 -2.4693855 -4.076849 -2.324354 0.24988606 -2.8359656 -1.5949942 -3.5700663 -2.0780673 -5.4083218 -4.2311 -8.6779213 -3.037106 -8.6816689 +59 1.7664272 1.5134119 1.4839976000000001 0.77515926 1.0808292 0.47759936 -3.0895317 0.8025416 0.80326898 -2.9414263 -7.0548173 -2.5002092 -7.0592507 +60 1.7215509999999998 1.4577436000000001 1.2935325 0.73733762 1.0785694 0.4739316 -3.0903142000000003 0.7701937 0.7707539 0.36943012 -2.5975552000000004 -2.5010623 0.22690504 +61 -3.2133732000000004 -8.342201 -7.2995774 1.0101209 -3.9489931000000005 -2.5192286 -1.8281058999999997 -8.2883232 -11.62145 -10.401828 -15.056131 -1.0166222 -15.059852 +62 -1.1253037000000001 -0.46718508 -0.045563029000000005 -0.3369929 -0.45254431 -0.088377858 -0.015539655 -3.4003678999999996 -3.4097777999999996 -5.673803700000001 -10.257614 -0.029662706 -10.261462 +63 -1.1273392 -0.46887392 -0.047750035 -0.33673833 -0.45582368 -0.09000385699999999 -0.01657599 -3.4020334 -3.4118515 -2.3539008999999997 -8.499690300000001 -0.030406634 -6.0389214 +64 -2.9342200000000003 -3.9705367 -2.2849833 0.26331303 -3.2306157000000004 -1.89155 -1.2275356000000002 -2.0311554 -5.3624615 -7.5087359 -12.145645 -0.46773895 -12.149028 +65 -2.9346432 -3.9739739999999997 -2.2883741 0.26449987 -3.2331355 -1.8939496999999998 -1.229854 -2.0341172999999997 -5.3659162 -4.1902139 -11.090834 -0.46918377 -8.633865 +66 0.18104245 0.20988018 1.3114868 -0.22084036 0.34994024 0.23430466 0.1174502 0.58645256 0.58699141 -3.0168289 -9.626094 0.018370419 -7.1681519 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1454269 1.2050637 0.0981779 0.67013785 -3.2937187000000003 -1.9515401 -1.2864058 0.29384812 0.29419464 0.14132645 0.096222689 -0.5608509 0.10049861 +2 -2.7123588 -3.6710871 -0.16949714 -0.47357915 -1.4752118 -0.73595973 -0.4179162 -0.52999877 -0.52981807 -0.26153915 -0.21322001 -0.14440065 -0.22041684 +3 -0.5438591 -0.43222706 -3.2962788 0.08278427 -0.32257381 -0.15133934 -0.07356466 -0.59053323 -0.58981823 -0.28710218 -0.24070197 -0.009346818 -0.24885258 +4 -0.060842821 -0.049807496 -0.003890995 -3.3383345 1.136644 0.50150986 0.1976141 -0.01556562 -0.015583194 -0.008984631600000001 -0.0079145871 0.040740851 -0.008189671800000001 +5 0.60254333 0.49110256 0.041668231 0.17680403 -2.9055553 -1.6341201 -0.99786277 0.19986656 0.20010047 0.11343239 0.085325803 -0.36627804 0.08884872099999999 +6 1.2027193 0.95511985 0.083345095 0.41299468 0.99953605 -2.846597 -2.189179 0.44105883 0.44144695 0.24329119 0.16299394 -1.4439975 0.17077178 +7 1.4200264999999999 1.1154802 0.09673884699999999 0.52221382 1.0535985 0.46967528 -3.0905787 0.51002226 0.51044304 0.27395466 0.1774565 -2.5015539 0.1861887 +8 -1.1279184 -0.46923058 -0.048626206 -0.3370439 -0.4563952 -0.090222518 -0.016689052 -3.4024177000000004 -3.4123994 -2.3545842999999995 -6.0316322 -0.030578009 -6.0373023 +9 -2.9351509 -3.97549 -2.2898651 0.26462015 -3.2334303 -1.8942876 -1.230318 -2.0355645 -5.367386 -4.1918375 -8.6316175 -0.46984686 -8.6352392 +10 0.18027642 0.20902229 1.3051894 -0.22042147 0.34822505 0.23343462 0.11722756 0.58439619 0.5849307 -3.0175601000000003 -7.1634588 0.018373115 -7.1679807 +11 0.15660485 0.18135961 1.0998618999999998 -0.1964469 0.29497518 0.19662669 0.10243851 0.50836824 0.50871258 0.27298155 -2.6297705000000002 0.01622582 0.18483479 +12 -4.7341108 -2.90867 -0.15520933 -0.42654859 -4.3563398 -2.8999276000000003 -2.2048771 -0.46036025 -0.46008882 -0.21909263 -0.16657842 -1.4127923 -0.17272124 +13 -2.5404106 0.68420453 -3.1800462000000005 0.41697195 -3.3952696 -2.0376798 -1.3660888999999998 -0.0015993369000000001 -0.00052156553 0.025328127000000002 0.035811735 -0.61294939 0.03639415 +14 -2.9262197999999997 0.46161495 0.026942069 -3.0167718 0.022453947999999998 0.00068125329 -0.007802064599999999 -0.017928653 -0.017943292 -0.031060467999999997 -0.035600337 -0.01059378 -0.036519032 +15 -1.3349191 1.9429406999999999 0.17235975 1.1882326 -4.7716286 -3.4349562000000007 -2.7907525 0.6965001 0.69705471 0.34089023 0.20518243 -2.1438322 0.21575849 +16 -1.1823801999999999 2.1043232999999995 0.18530228 1.3251938 -2.7192412 -4.7094309999999995 -4.0691790999999995 0.75699421 0.75755138 0.36379082 0.21445992 -3.5820402000000002 0.22571264 +17 -1.2169072 2.0646723000000002 0.18226617 1.2912119 -2.7186901000000003 -1.5751621999999998 -3.6238219 0.74451705 0.74507074 0.3593176 0.2127069 -3.0957949 0.2238317 +18 -2.5612767000000005 1.0088731 0.23166925 0.46495548 -3.4282998 -2.1034856 -1.4462101 -2.9791128 -2.9865265 -1.9816068 -5.123696400000001 -0.67800969 -5.1316653 +19 -4.919022 -3.544925 -2.1075482999999995 0.25362578 -5.416654900000001 -3.9845197 -3.3220456 -1.8267687 -5.1567987 -3.9880980000000004 -8.3909731 -2.7550232999999995 -8.3947529 +20 -1.9478138999999999 1.4256617 1.4328881000000002 0.69763806 -3.0284077999999996 -1.7457645 -1.1070966 0.72634215 0.7270169 -2.9697847 -7.0947975 -0.44893688 -7.099387599999999 +21 -1.9706232 1.3990666 1.2328318999999999 0.69366709 -3.066024 -1.7822084999999999 -1.1381609 0.66979174 0.67030632 0.32929609 -2.6106386 -0.46532192 0.20957487 +22 -3.1009157000000003 -4.9308001 -3.3442857000000004 0.58732994 -3.5048957 -2.1235375 -1.4458834999999999 -2.6121814 -2.6111359 -1.6508874 -4.3186614 -0.66543844 -4.3276213 +23 -2.806562 -3.742957 -0.17054499 -3.7880072 0.69964221 0.35278435 0.15636363 -0.5358339 -0.53566007 -0.26567048 -0.21882437 0.029297126 -0.22611109 +24 -2.1882015 -3.3191521 -0.16448585 -0.52519793 -3.8789678 -2.4674669 -1.7816419 -0.49644368 -0.49621388 -0.23821549 -0.18449336 -0.96374801 -0.19115174 +25 -1.9626013999999998 -3.2056571 -0.16257392 -0.55092009 -0.87340653 -3.5470966 -2.8602817000000003 -0.48299809 -0.48274584 -0.22822455 -0.17182985 -2.189738 -0.1782553 +26 -1.9178076000000002 -3.1855327 -0.16224697 -0.55591706 -0.83544845 -0.2656789 -3.221359 -0.48060239 -0.4803459 -0.22651725 -0.16980242 -2.6418041000000003 -0.17618559 +27 -3.0385445 -4.4625178 -0.70024718 -0.28272491 -2.893348 -1.608423 -0.96662531 -4.350793299999999 -4.3568604 -3.2241484000000002 -7.422899900000001 -0.30642213 -7.427095 +28 -3.3274828999999997 -8.439341699999998 -3.2488563999999998 0.63244679 -3.8119292000000002 -2.4013727000000005 -1.7164715 -3.122652 -6.4521483 -5.2524685 -9.8130696 -0.90211032 -9.8168101 +29 -2.5463767999999996 -3.312841 1.0979538999999998 -1.4403718 -0.81957197 -0.27543425 -0.094729681 0.32259184 0.32345851 -3.1157101000000003 -7.300462700000001 -0.027006743 -7.3047867 +30 -2.5696912999999997 -3.3573258999999998 0.88707787 -1.2984296999999998 -0.93029065 -0.35608443 -0.14498525 0.21171615 0.21236263 0.15915121 -2.6752689999999997 -0.038611036 0.12774446 +31 -0.60877885 -0.48010266 -3.3013312999999993 -3.2368694 1.0514156000000001 0.48550028 0.20017642 -0.62265265 -0.621949 -0.30902625 -0.2727075 0.04725396 -0.2812664 +32 0.14493893 0.07186968099999999 -3.2501894 0.09901578400000001 -3.0250667 -1.7319258999999998 -1.0854241000000002 -0.24444056 -0.24351782 -0.071176872 -0.017837651 -0.40961595 -0.02013256 +33 0.80101969 0.54771577 -3.2023078999999997 0.2353252 0.93190217 -2.8536876 -2.1958386 0.078737525 0.079706088 0.10905313 0.10715313 -1.4525061000000001 0.11079381 +34 1.0330078 0.70245694 -3.1873417 0.31386959 1.0101011999999998 0.4665329 -3.0840871 0.16598317 0.16695761 0.14900113 0.12775132 -2.4949451000000002 0.13266162 +35 -1.7582533999999999 -1.0815799 -2.9787564 0.062209212 -1.7900653000000002 -0.7503858 -0.28997575 -4.3114671 -4.3183693 -3.1878853 -7.371604400000001 -0.058062823 -7.3755784 +36 -3.2081737 -5.889711599999999 -7.20285 0.87029303 -3.7811903 -2.3669342999999996 -1.6797349999999998 -3.8875645 -7.210219500000001 -6.002497900000001 -10.601927 -0.87707879 -10.605683 +37 -0.47191282 -0.33716177 -2.1793382 -0.00047670282999999995 -0.22742607 -0.077753121 -0.025711005 -0.38632671 -0.38540333 -3.4702187999999996 -7.7595122000000005 0.0027732439 -7.7644357 +38 -0.48684858 -0.35805385 -2.3807693 0.017432613 -0.24710341 -0.09769179199999999 -0.038208776 -0.43190449 -0.43114713 -0.17894024 -2.8703281 -0.00037497497 -0.11674686 +39 0.4382152 0.35389417 0.029109193999999998 -3.1968080000000003 -2.1622776000000004 -1.0809647 -0.54611388 0.13291881 0.13309543 0.07330975099999999 0.055305374000000004 -0.18102977 0.057509575 +40 1.1738688 0.93317467 0.081467676 -2.9233905 1.3038366000000001 -2.7789729 -2.1220387 0.43210003 0.43248309 0.2392412 0.16102576 -1.3692228000000002 0.16867676 +41 1.4168878 1.1129261000000001 0.096522539 -2.8015727000000004 1.3064411 0.53175618 -3.0724099 0.50919259 0.50961274 0.27362241 0.1773109 -2.4819886 0.18603328 +42 -1.2601497 -0.49942933 -0.055914066 -3.6649192000000004 1.2077034 0.51175121 0.19345579 -3.4134504 -3.423626 -2.3647348999999998 -6.0489112 0.034224668 -6.0546470999999995 +43 -3.3238907999999996 -3.9716607 -2.2875066000000004 -3.0406705 0.21075036 0.20674388 0.11742176 -2.032106 -5.365027700000001 -4.1895434 -8.628699000000001 0.023064248 -8.6323711 +44 0.12099488 0.16261318 1.3004835 -3.5726964999999997 1.2653899 0.5283051 0.20235829 0.57845259 0.57898116 -3.0196485 -7.1664357999999995 0.041449942999999996 -7.170956200000001 +45 0.096497334 0.13408604 1.0948188 -3.5474309999999996 1.2554485 0.52398859 0.20132422 0.50126336 0.50160039 0.27035321 -2.6306802000000005 0.041024426 0.18365123 +46 1.4893916999999999 1.1690803 0.10117287 0.56120779 -2.487079 -4.5132112 -3.868617 0.52986829 0.53030067 0.28213685 0.18108625 -3.3630291 0.19006433 +47 1.4690544 1.1534805000000001 0.099892805 0.5498036 -2.4904664 -1.3703223999999998 -3.530832 0.52402082 0.52444989 0.27973067 0.18002296 -2.9933387000000002 0.18892876 +48 -0.50370577 -0.25908648 -0.0048760381 -0.2731895 -3.0497799999999997 -1.7944497 -1.1624296 -3.3345434999999997 -3.3428337 -2.2926835 -5.9106816 -0.48861702 -5.916136 +49 -2.5005967 -4.067576600000001 -2.3211235 0.25048465 -4.9015073 -3.4970887000000004 -2.8382723999999997 -2.0744464 -5.4048282 -4.2279361 -8.674184599999998 -2.2008717 -8.677907099999999 +50 0.82743217 0.73581678 1.3710824 0.14784335 -2.6958474 -1.4837228999999998 -0.87514021 0.66833949 0.66895346 -2.9875202 -7.1208091 -0.31378903 -7.125340799999999 +51 0.80056543 0.70484427 1.1702798 0.1487658 -2.7214994 -1.5101436000000001 -0.89658509 0.60897435 0.60941684 0.31110001 -2.6165507999999997 -0.32218506 0.20202414 +52 1.4983578000000002 1.1755016 0.10167548 0.56583372 1.065024 -2.8352097 -4.2329751 0.53267767 0.53311065 0.28334359 0.18162969 -3.7589807 0.19064536 +53 -0.08234222599999999 -0.17935163 0.011931365 -0.24755981 0.66725977 -2.9603959 -2.3071602 -3.309568 -3.3155877 -2.2686322 -5.8605415999999995 -1.5782563 -5.865929799999999 +54 -2.4603417999999997 -4.0802854 -2.3252832999999997 0.24923053 -2.8273707000000003 -4.7176186 -4.0603661 -2.0796403000000003 -5.4098319 -4.2327625 -8.6798179 -3.5694425 -8.6835609 +55 1.5322763000000001 1.315819 1.4576354999999999 0.60797325 1.0617471 -2.8325053 -2.176089 0.77302579 0.77372272 -2.9509701 -7.0687055999999995 -1.4301563999999998 -7.0731572 +56 1.4896268 1.2658267 1.2641796 0.57766613 1.0566354 -2.8364571 -2.1800864 0.7351803 0.73571058 0.3576783 -2.6010801 -1.4346611 0.22222379 +57 0.012560656000000002 -0.18512821 0.011279718999999999 -0.25237917 0.73652516 0.35136187 -3.1251624 -3.3112486000000003 -3.3166295 -2.2695448 -5.8623199 -2.5399203999999997 -5.867740400000001 +58 -2.4693699000000002 -4.0770010999999995 -2.3241644 0.24946592 -2.8356583 -1.5948323999999998 -3.5702131 -2.0782686000000004 -5.408495200000001 -4.2314720999999995 -8.678307199999999 -3.0374464 -8.6820466 +59 1.7669394 1.5137762 1.4846523999999999 0.7751056 1.0813947 0.47802126 -3.08929 0.80290114 0.80362515 -2.9412246 -7.054603999999999 -2.5001588 -7.0590306 +60 1.7220520000000001 1.4580948 1.2940931999999998 0.73727395 1.0791381000000002 0.47435597 -3.0900743 0.77054486 0.77110182 0.36963245 -2.5973658 -2.5010136000000003 0.2270994 +61 -3.2134150000000004 -8.3418614 -7.299668400000001 1.0096455 -3.9487943 -2.5192103 -1.8282534 -8.288306500000001 -11.621162 -10.401707 -15.055987 -1.0169946 -15.059692000000002 +62 -1.1256084 -0.46720389 -0.045248544 -0.33746105 -0.45270017 -0.088401665 -0.015574737 -3.4003734 -3.4097818999999996 -5.6740038 -10.257788 -0.029827551 -10.261629 +63 -1.1276253 -0.46887555 -0.047411545 -0.33721111 -0.45595141 -0.090013337 -0.016601482 -3.4020197999999997 -3.4118364000000003 -2.3540819 -8.499951 -0.030565477 -6.0391758 +64 -2.9344419 -3.9706632000000006 -2.2848057 0.26290973 -3.2303907000000005 -1.8914856 -1.2276343 -2.0313602 -5.362639499999999 -7.5091137 -12.145995 -0.46811051 -12.14937 +65 -2.9348602 -3.9740682 -2.2881596 0.26408554 -3.2328874 -1.8938636000000002 -1.2299316 -2.0342901 -5.3660621 -4.190559599999999 -11.091189 -0.46954285 -8.6342119 +66 0.18104002 0.20987569 1.3120821000000003 -0.22116703 0.35000504 0.23445085 0.11761296 0.58673361 0.58726988 -3.0166542 -9.6259198 0.018414904 -7.1679709 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.0293345 1.1242298000000002 0.089838528 0.028129166 -2.8923222 -1.9230206000000003 -1.3937228000000002 0.59733493 0.59809769 0.28861955 0.18777507 -0.69193202 0.19670686 +2 -1.6174975 -5.708008400000001 -0.15920965 1.3916133 -3.2436517999999994 -2.209309 -1.6637613000000002 -3.2304023999999996 -3.2359056 -2.3811032 -6.3244492999999995 -0.94065781 -6.3254361 +3 -0.021646379 -0.012764761999999999 -2.778267 0.0088585257 -0.037179069 -0.011331081000000002 -0.0024649578 -0.021128003 -0.019751576 -0.00487414 0.0010433358 0.0014056377 0.00075295829 +4 -0.11686167 -0.080505543 0.00031973561000000003 -3.2920738 1.7066728 0.75392428 0.31984562 -0.055830860999999996 -0.055899987000000005 -0.033519052 -0.031424821 0.078013427 -0.03247877 +5 0.63234685 0.44236865 -0.0012938135000000002 -0.14099793 -2.5036525000000003 -1.5974229 -1.0896236000000001 0.30851146 0.30888993 0.17322167 0.12927902 -0.46061838 0.13489622 +6 1.1294520000000001 0.77043111 0.0009217324900000001 -0.1648858 1.332541 -2.6603605 -2.1456176 0.51594467 0.51649196 0.2747531 0.18655116 -1.4983218999999999 0.19547353 +7 1.2842162 0.86207231 0.0019701367 -0.15390943 1.4479117 0.66479575 -2.9837185 0.56553816 0.56612539 0.2961226 0.19690106 -2.4839291 0.20648881 +8 -0.88374983 -1.0436834000000001 -0.10952949 0.5299955 -2.0296164 -1.2216294 -0.75054075 -4.1338169 -4.1497476 -3.2432685 -7.5223587 -0.21922769 -7.521163900000001 +9 -1.6250742 -6.030236599999999 -2.6100867 1.4618563999999998 -3.2919604 -2.2517506000000003 -1.7048290000000001 -3.6806026 -7.015234599999999 -6.0346489000000005 -10.707808 -0.98226027 -10.707506 +10 0.021232897 0.037704831 1.2095061000000003 -0.044769357 0.037452326 0.034485657999999995 0.022715395 0.066268408 0.066700408 -3.2799156000000003 -7.622496400000001 0.006074560400000001 -7.623292599999999 +11 0.0192368 0.034029912999999995 1.1373604 -0.041526776 0.034000073 0.025906775 0.017781585 0.060449059000000006 0.06062533 0.038035746 -2.7377873 0.0045889362 0.033849977 +12 -3.7483482000000006 -5.3533278 -0.042498644 1.4634819 -5.6301585 -4.5032305 -3.9637591 -3.0694046000000004 -3.074445 -2.2349161 -6.0650615 -3.5383451 -6.0663481 +13 -2.0395756 1.1081935 -2.7185672999999997 0.022190137999999998 -2.8951147 -1.9261052 -1.3968838 0.59219837 0.59388065 0.29055786 0.19187288 -0.69398489 0.20074815 +14 -2.9049183999999997 0.28998765 0.068683096 -3.1705205000000003 0.24611116 0.080676547 0.029497745 0.052297544 0.052452150999999995 -0.015179463 -0.045758705 0.0094895729 -0.046175930999999996 +15 -1.3328931 1.8273994999999998 0.10691706 0.24926304 -4.3184107 -3.3606858999999996 -2.8585521000000003 0.97108222 0.97206308 0.45187395 0.26671123 -2.3286546 0.28064055 +16 -1.2254399 1.9570363000000002 0.10923018 0.32634888 -2.2997158 -4.6275432 -4.1296489 1.0165476999999998 1.0175388 0.46789989 0.27302176 -3.7438481 0.28741373 +17 -1.2546268999999999 1.9207846000000002 0.10838703 0.30403584 -2.3070352 -1.5112125 -3.5823370000000003 1.0047179 1.0057039 0.4638288 0.27144141 -3.1500241 0.2857183 +18 -2.1907614 1.1618375 0.60873153 0.055084636 -3.0829244 -2.118147 -1.5972425 -2.7967171000000004 -2.8038694 -2.0043813000000004 -5.443663900000001 -0.88729996 -5.4469055 +19 -3.7589835 -5.6854578 -2.4143846 1.5419771 -5.6822919999999995 -4.5494555 -4.0084986 -3.5157272000000006 -6.8496752999999995 -5.8703007000000005 -10.537460000000001 -3.584771 -10.537204 +20 -2.0148688999999997 1.1473167 1.4600443 0.017574716 -2.8714124 -1.8937564999999998 -1.3663388 0.63131596 0.63233581 -3.0158142999999997 -7.2755125 -0.66931266 -7.2762268 +21 -2.0132442 1.1472812 1.3645882 0.018543754 -2.8699485 -1.9043177 -1.3764798999999999 0.6292453 0.63007465 0.3046556 -2.6006785 -0.67749552 0.20530407 +22 -1.626543 -6.0657557 -1.9754596000000002 1.456779 -3.2867686000000003 -2.247119 -1.700259 -3.6200821000000003 -3.6190841000000002 -2.734552 -6.873841199999999 -0.97785415 -6.8744795 +23 -2.0341134 -5.6926135 -0.13175136 -1.9079192999999999 0.13796219 0.10704055 0.088156905 -3.2036539 -3.2092218999999997 -2.3567681 -6.284013 0.047647438 -6.2849933 +24 -1.3767972 -5.769523599999999 -0.18735747 1.3759386 -5.099303 -4.0025298 -3.4689392999999997 -3.264723 -3.2701748999999998 -2.4124511 -6.3752325999999995 -3.0042303 -6.376258999999999 +25 -1.3631527 -5.7741503 -0.18926448 1.3750171 -3.0874986 -5.1827434 -4.6480604 -3.2671092 -3.2725547 -2.4146326 -6.378701400000001 -4.2731592 -6.3797326 +26 -1.369745 -5.7719154 -0.18833908 1.3754831 -3.0917652 -2.086533 -3.8236116 -3.2659531000000004 -3.2714015 -2.4135756 -6.377019000000001 -3.4020292999999997 -6.3780481 +27 -1.5444832 -7.488449799999999 -2.1394332 1.6002666 -3.3574330000000003 -2.3117044 -1.7636659 -7.1248923 -7.136381500000001 -6.1550133 -10.831836000000001 -1.0413416 -10.831539 +28 -1.662304 -9.762820800000002 -2.9586856 1.5155822 -3.3595326 -2.3122702 -1.7638721000000002 -4.084418 -7.417626400000001 -6.4345315 -11.119297 -1.0421382 -11.119034 +29 -1.6175068000000001 -5.7060308 -0.15499278 1.3913882 -3.2433701 -2.2089343999999995 -1.6633950000000002 -3.2288758 -3.2337985000000002 -5.7011095 -10.361333 -0.94030487 -10.361066000000001 +30 -1.6174591999999999 -5.706904 -0.15615797 1.3914243999999998 -3.243546 -2.2092232999999997 -1.6636811999999999 -3.2293818 -3.2347164 -2.380019 -8.7893257 -0.94057703 -6.3257392 +31 -0.13273875 -0.089221389 -2.7770304 -3.2833869 1.7072435000000001 0.75442259 0.32010514 -0.07595626700000001 -0.07459296900000001 -0.037847205 -0.029825937 0.07819996 -0.031163091 +32 0.61860334 0.43016489 -2.7823026 -0.13590459 -2.5096458 -1.6032928 -1.0952727 0.29306609 0.29455932 0.17049931 0.13118637 -0.46325193 0.13659355 +33 1.1154184999999999 0.75568349 -2.7818304 -0.16066701 1.323005 -2.6603812999999996 -2.1456367999999997 0.50021361 0.50172648 0.27122357 0.18784098 -1.4988033 0.19652579 +34 1.2701393 0.84645977 -2.781462 -0.15043402 1.4394982 0.66481803 -2.9824148999999998 0.5497232 0.55124351 0.29247452 0.19813515 -2.4825445 0.2074816 +35 -0.90190775 -1.0959466999999998 -1.8348113999999998 0.58265581 -2.0864666 -1.2697661 -0.79351035 -4.2052044 -4.2102385 -3.3002363 -7.6005425 -0.23687327 -7.5992565 +36 -1.6271666999999999 -6.1042643 -4.774938400000001 1.4752601 -3.2986394 -2.2575116000000004 -1.7103247 -3.7648221 -7.087568400000001 -6.106555200000001 -10.781553 -0.98807215 -10.78128 +37 -0.011575259 0.0019481363000000002 -0.60928081 -0.0063957532 -0.018558758999999998 0.0067916342000000005 0.0082825372 0.004100365999999999 0.0056682464 -3.3113943999999997 -7.662967599999999 0.0044247818 -7.663798599999999 +38 -0.014923529 -0.0041097536 -1.0624204 -0.0005462959999999999 -0.024431319 -0.0034603667999999997 0.0021415275 -0.0058346195 -0.0044433412 0.0039226453 -2.7589824 0.0025298054 0.006930989100000001 +39 0.35890599 0.24410455 -0.0015418448000000002 -3.4078719 -1.5678867 -0.85828085 -0.45463863 0.16876841 0.16902046 0.095214886 0.07471566 -0.15459327 0.077706303 +40 1.0770084 0.7392889 0.00034921112 -3.4890809000000003 1.9508836999999999 -2.5075882000000003 -1.9930946 0.49866577 0.49919751 0.26717615 0.18279858 -1.3268744 0.1914848 +41 1.27957 0.85950498 0.0018931204 -3.4761555 1.9554316000000003 0.80319981 -2.9471293 0.5642226 0.56480829 0.29557737 0.19664628 -2.4440195 0.2062177 +42 -1.1944048999999999 -0.91088096 -0.039194935 -2.8753932 1.5475668 0.7297244 0.31614775 -4.0294843 -4.0452462 -3.1430547000000004 -7.393772900000001 0.078042591 -7.3935269 +43 -2.0455068 -5.939140900000001 -2.5511136000000003 -1.8392331000000002 0.085404019 0.076705494 0.071184313 -3.6318943 -6.9679858999999995 -5.9878083 -10.659469 0.044338703 -10.659089999999999 +44 -0.093126476 -0.039002337000000005 1.1894624 -3.3413263 1.7390857 0.76503787 0.32193123 0.015376575 0.015765518 -3.3089056000000006 -7.6583553 0.07821702 -7.659223 +45 -0.09683230699999999 -0.043855937000000005 1.1195976 -3.3375457 1.7364338 0.76199162 0.32136151 0.0087058455 0.008833330300000001 0.0084557284 -2.7588961 0.078133548 0.008269984000000001 +46 1.3392674 0.89364139 0.0025822860999999996 -0.14879653 -2.0562286 -4.426904799999999 -3.9272231 0.5817906 0.58239341 0.30289554 0.20008104 -3.5254352999999994 0.20987458 +47 1.3231844 0.88441907 0.0024324123000000002 -0.15037714 -2.0625791 -1.2984263 -3.4879951 0.57706661 0.57766507 0.30093218 0.19916251 -3.0463416000000003 0.20889627 +48 -0.63956192 -1.9316665000000002 -0.43003893 0.80365225 -4.1229661 -3.133872 -2.6226099 -4.7410788 -4.7531367 -3.8129635000000004 -8.2852004 -2.0628276999999997 -8.2846202 +49 -1.3943888999999998 -6.125924299999999 -2.6612286 1.446798 -5.1580992 -4.0554175 -3.5205328999999996 -3.7246517 -7.058553999999999 -6.0776155 -10.752063 -3.0598507 -10.751828 +50 0.65204398 0.47157267 1.3213897 -0.16278414 -2.4789525 -1.5670495 -1.0621862 0.3547537 0.35545807 -3.1247104 -7.425977199999999 -0.443921 -7.426536099999999 +51 0.65277902 0.47015321 1.2337732 -0.16120587 -2.478911 -1.5778491000000001 -1.0722249 0.35110105 0.3515788 0.19492522 -2.6461306 -0.45014291 0.14763389 +52 1.3425923 0.89563996 0.0025814241 -0.14838724 1.4798204 -2.6302415 -4.1563476 0.58281348 0.58341664 0.30332302 0.20028049 -3.7727592000000003 0.2100877 +53 -0.63286191 -2.0447123 -0.47512267 0.83454 -2.0710076 -4.3741898 -3.8600296000000003 -4.8206195 -4.831582599999999 -3.8882016999999998 -8.3760386 -3.4515388 -8.375740200000001 +54 -1.381623 -6.1321233 -2.6644557 1.4459128 -3.1467269 -5.2321722 -4.6961054 -3.7274557 -7.061304 -6.0803423 -10.754866999999999 -4.3223182 -10.754638 +55 1.1590888000000001 0.80640978 1.3988867 -0.17176709 1.3640655000000002 -2.6496642 -2.1353382 0.5552443 0.55607521 -3.0298068 -7.3009787 -1.4868573999999999 -7.301263499999999 +56 1.156283 0.8023455 1.2983249 -0.17113679 1.3608256 -2.6538715 -2.139534 0.55076998 0.55138513 0.28972303 -2.6033221 -1.491649 0.20224724 +57 -0.63365127 -2.020693 -0.46514511 0.8272527 -2.0657803 -1.2382995 -3.4078659 -4.8035258 -4.814657 -3.8719175999999997 -8.3565901 -2.9597061 -8.356249700000001 +58 -1.3880356000000003 -6.1290073 -2.6628262 1.4463780000000002 -3.1507575 -2.1371192000000003 -3.8547354 -3.7260436 -7.0599183000000005 -6.0789681 -10.753454 -3.4344852999999995 -10.753222000000001 +59 1.3169465 0.90050464 1.4172242 -0.15662529 1.4701838 0.67336303 -2.9825174 0.60320678 0.60406943 -3.0097137000000003 -7.273591199999999 -2.482592 -7.2738190000000005 +60 1.3128886 0.89564381 1.3137353 -0.15650453 1.4671967 0.66911783 -2.9832528999999997 0.59861201 0.59926157 0.30983116 -2.5954847 -2.4834127999999995 0.21238176 +61 -1.5447537 -7.6296924 -5.411459 1.6185232 -3.36794 -2.3208685 -1.7725061999999998 -7.274816599999999 -10.611058 -9.6209692 -14.33885 -1.0505093 -14.338497 +62 -0.88314189 -1.0405408999999999 -0.10575594 0.52809747 -2.0270102 -1.2189948999999998 -0.74803593 -4.131211100000001 -4.1463855 -6.561926400000001 -11.247017999999999 -0.21793258 -11.245538 +63 -0.88362406 -1.0432621 -0.10822233 0.52979811 -2.0292952 -1.2213690000000001 -0.75031227 -4.1334891 -4.1492941 -3.2428418999999997 -9.9849335 -0.21913079 -7.521662400000001 +64 -1.6250886999999998 -6.0295251 -2.6089807 1.4618472 -3.2918392 -2.251633 -1.7047116999999998 -3.680354 -7.0145193 -9.355866 -14.072981 -0.98215029 -14.072622 +65 -1.6250723 -6.0301697999999995 -2.6098915000000003 1.4618521 -3.2919567 -2.2517473999999997 -1.7048259 -3.6805736000000002 -7.015167999999999 -6.0345828 -13.167519 -0.98225711 -10.707539 +66 0.021268002999999997 0.03776135 1.2108892 -0.044836157 0.03751554 0.034529186 0.0227437 0.066368124 0.066803049 -3.2798538 -10.084904 0.006081387299999999 -7.6241093 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.0964244 1.1577563 0.08102426 0.14129739 -3.089099 -1.9749395 -1.3975251 0.49250486 0.49306381 0.23922557 0.15652625 -0.67946587 0.16390535 +2 -1.7419281000000002 -4.2630622 0.077825701 0.82037753 -2.9485153 -1.8284943999999999 -1.249911 -1.5175857 -1.5193823 -0.8919948 -1.2401274 -0.54455247 -1.260759 +3 -0.15604607 -0.12090079 -2.8913666 0.051551455 -0.20287688 -0.071308857 -0.026041626000000002 -0.15525743 -0.15415991 -0.057377174 -0.026803772000000003 -0.0042094359999999996 -0.028643151000000002 +4 -0.097242464 -0.072646429 -0.0026585527 -3.3021486000000007 1.4990763999999999 0.67866838 0.28986047 -0.041218811 -0.041264036000000004 -0.024901395 -0.023003834 0.069196828 -0.023774634 +5 0.58442169 0.43252558 0.011970633999999999 -0.11148669 -2.6735517000000004 -1.6237486 -1.0691714 0.26682127 0.26710962 0.15272514 0.11382041 -0.43482275 0.11872653 +6 1.082258 0.77332014 0.020575694 -0.12480182 1.190345 -2.7151443 -2.1517054 0.47169801 0.47212929 0.25592529 0.1721128 -1.4783328000000002 0.18036979 +7 1.2409892 0.87217916 0.023329691 -0.10700878 1.300217 0.61096106 -3.0091315 0.52203638 0.52250195 0.27791626 0.18263205 -2.4870273999999997 0.19157043 +8 -0.90468147 -0.74513041 -0.37319097 0.18626771 -1.6865238999999999 -0.81774286 -0.37973798 -3.7965888999999997 -3.8092358 -2.8244380000000002 -6.905794900000001 -0.097412691 -6.9079038 +9 -1.7818481 -5.5681929000000006 -2.9650947 1.4120346000000001 -3.4457167999999996 -2.2706934 -1.6783107 -3.2676243 -6.601353 -5.520917400000001 -10.138969 -0.93290809 -10.140758 +10 0.10514231 0.16719039 1.2477927 -0.22561425 0.1937652 0.14676053 0.09164074400000001 0.31502059 0.31551072 -3.1392987999999997 -7.389816400000001 0.019776009 -7.3925239000000005 +11 0.095498229 0.15138835 1.1428911 -0.20598278 0.17593774 0.12820194 0.08134229 0.28543989 0.28571302 0.16676921 -2.6679022 0.017659829 0.12846669 +12 -3.8250268 -3.8890601 0.064911938 0.87372199 -5.322 -4.089275499999999 -3.5085726999999998 -1.4493188 -1.4509328000000001 -0.84474087 -1.1257116000000003 -3.0252242999999996 -1.1457648 +13 -2.191999 1.0021719 -2.8379559 0.084425629 -3.1117144 -1.9989898999999998 -1.4219555 0.433821 0.43520428 0.22596607 0.15511664 -0.69786779 0.16206999 +14 -2.9255831000000003 0.34621051 0.046620787000000004 -3.1225436 0.12703856 0.041669421 0.014666014 0.013001177 0.013063696000000001 -0.031471788 -0.051200308 0.0038208931 -0.052115032 +15 -1.4106807 1.8441811999999997 0.10571246 0.38335833 -4.5269629 -3.4250830999999997 -2.8748709 0.85977835 0.86052878 0.4033767 0.2366167 -2.3211199000000002 0.2490351 +16 -1.3033633 1.9728613999999998 0.10916702 0.46485404 -2.5094081000000004 -4.6945293 -4.1485855 0.90502617 0.90578451 0.41952361 0.24296838 -3.7402157 0.2558529 +17 -1.3327331 1.9359616000000002 0.10804397 0.4406512 -2.5150367 -1.5762285 -3.6055657999999995 0.8932356 0.89398956 0.41543821 0.24138869 -3.1508768 0.25415781 +18 -2.3086387000000004 1.1297838 0.22100438 0.0934347 -3.2426892999999994 -2.1428732000000004 -1.5762716 -2.8650615000000004 -2.8721591 -1.9797451000000001 -5.274662200000001 -0.84681843 -5.280289499999999 +19 -3.9140028 -5.2091254000000005 -2.8023417 1.4753087 -5.8267945 -4.5598102 -3.9737080000000002 -3.0912495 -6.4241988 -5.3457528 -9.9538914 -3.5262086999999998 -9.9557421 +20 -1.999018 1.2930545 1.4342021999999999 0.09512737800000001 -2.9538236 -1.8583041 -1.2914587 0.68266073 0.68350689 -2.9902861 -7.1857391 -0.5960227 -7.188452900000001 +21 -2.0060710999999998 1.2810977 1.3173508999999999 0.10001183 -2.9652509 -1.8779768000000001 -1.3094188 0.66325218 0.66392546 0.32231453 -2.6041083 -0.60921613 0.20984821 +22 -1.7745808999999997 -5.329743799999999 -2.101264 1.3372193 -3.3863894 -2.2183762000000002 -1.6275471000000001 -2.8411133 -2.8401069 -1.9422311999999997 -5.339021400000001 -0.88294705 -5.3434762000000005 +23 -2.0773135 -4.3752559 0.07984398200000001 -2.4705340000000002 0.4924552 0.30988313 0.1834005 -1.5314805 -1.5333277 -0.90281925 -1.2719323 0.057592714 -1.2925505 +24 -1.3863241000000002 -4.2035862 0.075784165 0.78542351 -4.7098855 -3.5111099 -2.93473 -1.5128267 -1.5145798000000001 -0.88845134 -1.2300468 -2.3802987 -1.2506793999999999 +25 -1.3568211000000001 -4.202032099999999 0.075643632 0.7825594 -2.6519698 -4.7170365 -4.1415891 -1.5130483000000001 -1.5147978000000002 -0.88864696 -1.2306833000000001 -3.7192547999999994 -1.251314 +26 -1.3646729 -4.2025194 0.07568019200000001 0.78335516 -2.6585069 -1.6005875 -3.5603464999999996 -1.5130018 -1.5147523 -0.88860373 -1.2305361000000001 -3.0965257 -1.2511674 +27 -1.7152914000000001 -6.8432821 -2.3161879 1.5196702 -3.5056712 -2.3263851000000004 -1.73321 -6.524598200000001 -6.535018900000001 -5.455282599999999 -10.069863 -0.98686768 -10.071672 +28 -1.8377815 -9.4289784 -3.4256383 1.5110883999999998 -3.5534197999999995 -2.3666237 -1.7716032 -3.7933508999999996 -7.1256765 -6.0404742 -10.680975 -1.0273778 -10.68281 +29 -1.7202680000000001 -3.9987531 0.55402212 0.61554312 -2.8315175 -1.7309618999999998 -1.1601617 -1.1712155 -1.1717167 -3.9566881 -8.4160121 -0.46532129 -8.418052000000001 +30 -1.7202240000000002 -4.0156265 0.52127907 0.62905165 -2.8391877 -1.7434249 -1.1717091 -1.1942416999999999 -1.1952023 -0.65120321 -3.3328025 -0.47439744 -0.67252897 +31 -0.25669104 -0.19211628 -2.891005 -3.2434475 1.4890778999999998 0.67709284 0.28978483 -0.20471144 -0.20362459 -0.08727197199999999 -0.054597987 0.069396974 -0.057387257000000004 +32 0.47061104 0.31742133 -2.8914941 -0.08952765900000001 -2.7200047 -1.6697331999999998 -1.1139561000000002 0.14883645 0.15004485 0.11298101 0.098932484 -0.462501 0.10261268 +33 0.96835059 0.64506886 -2.887794 -0.11366456 1.1228884 -2.7301449 -2.167408 0.35507879 0.35630609 0.21385288 0.15559229 -1.4975627 0.16254711 +34 1.1247888000000001 0.73743923 -2.8864537 -0.10242074 1.2393813999999999 0.59591221 -3.0104002999999997 0.40482115 0.40605558 0.2352785 0.16594135 -2.4885924 0.17356162 +35 -1.0028742 -0.97964726 -2.0131212 0.42687953 -2.0443424 -1.1095977 -0.60875163 -4.0925811 -4.0976251 -3.0951292 -7.2884618 -0.15537404 -7.2899066999999995 +36 -1.7928432 -5.945114299999999 -5.280133 1.4989295 -3.4991976 -2.3174101 -1.7232831000000002 -3.6458203 -6.968596499999999 -5.8847659000000005 -10.518934 -0.97913927 -10.520735 +37 -0.10742878 -0.050841053 -1.0092846 -0.029149235 -0.11515319 -0.008853838900000001 0.012347483000000001 -0.03065094 -0.029360109 -3.3056922999999996 -7.6073145 0.005357725 -7.6101477 +38 -0.12063034 -0.073345679 -1.3867528 -0.0029218651 -0.13813536 -0.031224877999999998 -0.0017143301999999999 -0.070553491 -0.069428071 -0.0082543246 -2.7604561000000003 0.0016862522 0.011780917 +39 0.36064743 0.26244151 0.0074893558 -3.3930814 -1.7773400000000001 -0.92666677 -0.47736682 0.15635862 0.15656416 0.08913869599999999 0.069171796 -0.16049125 0.07194023299999999 +40 1.0405914 0.74639474 0.019582361 -3.4507042 1.7324863999999998 -2.5851522 -2.0230919999999997 0.45799463 0.45841599 0.2498655 0.16915629 -1.3351303999999997 0.17722465 +41 1.2368780000000001 0.86946638 0.023182649 -3.4295824999999995 1.7367986 0.72564644 -2.9776039 0.52082769 0.52129207 0.27742377 0.18240872 -2.4528475 0.19133248 +42 -1.1342121 -0.72533135 -0.36020284 -3.1530911 1.4973604999999999 0.68571205 0.29142812 -3.7806447 -3.7934438999999998 -2.8093336 -6.8845663 0.069629083 -6.887146 +43 -2.1980272000000003 -5.4824085 -2.9244107999999995 -1.8922408 -0.056769905999999995 0.045771393 0.067248872 -3.2216543 -6.556754400000001 -5.476874400000001 -10.092649 0.040534838 -10.094368 +44 0.01169171 0.10282489 1.2349497 -3.5448299 1.6275226999999999 0.71028982 0.29544444 0.28776459 0.28822957 -3.1518803 -7.4064642 0.06967264 -7.409192200000001 +45 0.0006050184099999999 0.085764535 1.1310761999999999 -3.5239403 1.6180714 0.70608058 0.29470728 0.25700665 0.25725145 0.15334435 -2.6742336 0.069572881 0.12043954 +46 1.2949813000000001 0.90608967 0.02455303 -0.09877686199999999 -2.2225497000000005 -4.4556252999999995 -3.9061413000000003 0.53799177 0.53847026 0.2845667 0.18568909 -3.4774475 0.19482829 +47 1.2791591999999998 0.89626688 0.024232049 -0.10120833 -2.2284269 -1.3236379999999999 -3.4941826000000002 0.53335272 0.5338276 0.28263279 0.18480177 -3.0279914 0.19388245 +48 -0.43830018 -1.0783662 -0.48897113 0.27170366 -3.5588962 -2.5017907999999998 -1.9542109 -3.9884042999999996 -3.998502 -2.9989925 -7.178093799999999 -1.2652696 -7.1798344 +49 -1.5396053 -5.669116099999999 -3.0066057 1.3995607 -5.2976866 -4.060209700000001 -3.4797154000000003 -3.3147031000000005 -6.6476777 -5.566692099999999 -10.186952 -2.9919773999999997 -10.188816000000001 +50 0.70254235 0.58958293 1.3376848 -0.22063002 -2.5355640999999998 -1.511056 -0.9709226 0.50505563 0.50571528 -3.0532197 -7.274981599999999 -0.38076937 -7.277580400000001 +51 0.69346414 0.57495072 1.2237851 -0.21082045 -2.5472441000000003 -1.5299293 -0.9874702 0.48171696 0.48217947 0.25770585 -2.627911 -0.38940443 0.17949467 +52 1.2991627000000001 0.90855399 0.024586071 -0.098189032 1.328142 -2.686902 -4.1703005 0.53923379 0.53971273 0.2851009 0.18593781 -3.7638197 0.19509387 +53 -0.38206547 -1.2245673000000001 -0.53792155 0.30409535 -1.1851174 -3.7095569999999998 -3.1575541 -4.0721369 -4.0808335 -3.0752433999999997 -7.2903934999999995 -2.6527687 -7.2925075 +54 -1.525756 -5.6759342 -3.0093357000000003 1.3988016 -3.2873299 -5.2428013 -4.661259200000001 -3.3178204 -6.6507372 -5.5697149 -10.190112 -4.2645290000000005 -10.191983 +55 1.2453705 0.96928801 1.4145423000000001 -0.13340784 1.3132353 -2.6860612 -2.1247088 0.66302986 0.66378875 -2.9877938 -7.185574400000001 -1.4491929 -7.187988000000001 +56 1.2286137 0.94788977 1.2918207 -0.13466304 1.3031488000000002 -2.691251 -2.1297373 0.643682 0.6442507 0.3262707 -2.6015716 -1.4548041999999999 0.21352783 +57 -0.38110265 -1.2216596000000002 -0.5366737 0.3023689 -1.1815061000000002 -0.51346291 -3.2109132000000002 -4.0702862 -4.0789193 -3.0734424 -7.2877968 -2.7165576000000002 -7.289930900000001 +58 -1.5323659 -5.6726684999999994 -3.0080207999999997 1.3991824 -3.2916352999999994 -2.1462941000000004 -3.8423276 -3.3163242999999993 -6.649267599999999 -5.568262799999999 -10.188594 -3.3986916 -10.190462 +59 1.4150223999999998 1.0811088 1.4337258999999998 -0.08876267 1.3777155 0.63017292 -3.0068436000000003 0.70154951 0.70233434 -2.9733897999999996 -7.1653723 -2.4845105 -7.1677458 +60 1.3962501 1.0577138000000001 1.3091912 -0.093159134 1.371183 0.62552599 -3.0075787 0.68339207 0.6839882 0.34138084 -2.5963298999999997 -2.4853257999999996 0.22035916 +61 -1.7184998 -7.6601522 -6.1991672 1.6584416000000002 -3.5840672999999996 -2.3945552000000005 -1.7988316000000002 -7.3425583 -10.678105 -9.5830468 -14.270320000000002 -1.0550278 -14.272038 +62 -0.90405738 -0.74337069 -0.37191162 0.18485912 -1.6839442 -0.81535456 -0.37781448 -3.7950497000000003 -3.807053 -6.1442207 -10.78598 -0.09666310300000001 -10.787311 +63 -0.90462714 -0.74507012 -0.37372162 0.18623869 -1.6864124 -0.81764091 -0.37966368 -3.7966144 -3.8091171000000004 -2.8243249 -9.3704668 -0.097396111 -6.9093274000000005 +64 -1.7818611 -5.5671097000000005 -2.963853 1.411965 -3.4454773999999997 -2.2704619 -1.6780804 -3.2670164 -6.6002672 -8.8417674 -13.526203 -0.93269521 -13.527906 +65 -1.781842 -5.5680350999999995 -2.9648212000000003 1.4120104 -3.4457001000000003 -2.2706792 -1.6782971000000002 -3.2675148 -6.6011981 -5.520764099999999 -12.598767 -0.93289416 -10.140751 +66 0.10536936 0.16751715 1.2501269 -0.22603291 0.1942015 0.14705107 0.091802836 0.31564037 0.31613264 -3.1389866 -9.8524609 0.019803351 -7.3931757 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1657465 1.2795555 0.10592988 0.44788044 -3.3217295 -2.0579448 -1.4148 0.30571204 0.30600622 0.13682513 0.07592734799999999 -0.65741378 0.080134823 +2 -2.0270637 -3.7865368999999998 -0.20055559 0.184687 -1.9681435 -0.99897177 -0.55068672 -0.63719062 -0.63713739 -0.31955162 -0.24040505 -0.18580934 -0.2497712 +3 -0.40455998 -0.3685178 -3.2730165 0.15608323 -0.39826485 -0.16671294 -0.075546096 -0.40850153 -0.40781128 -0.1699303 -0.096054124 -0.016335885 -0.10124439 +4 -0.066900408 -0.05609916400000001 -0.0045999088 -3.3225807 1.2717171999999999 0.55195432 0.21746063 -0.018946921000000002 -0.018963404 -0.010247758000000001 -0.0070731733 0.047696397 -0.0074122015 +5 0.5437798 0.43409448 0.037865319 0.0042951987 -2.8555479999999998 -1.6617244999999998 -1.0451682 0.1824858 0.18265023 0.095250795 0.058065788 -0.39554766 0.06112738400000001 +6 1.0421437 0.79650215 0.069563961 0.06600384 1.0163548 -2.824174 -2.1909191000000003 0.35677381 0.35703277 0.17870966 0.10059953 -1.4587622 0.10631227 +7 1.2062812 0.91063302 0.078877853 0.11051922 1.0966306000000001 0.49676466 -3.077282 0.40224089 0.40252298 0.19760555 0.1089457 -2.500275 0.1152302 +8 -0.87075547 -0.46685917 0.037311092000000004 -0.25484919 -0.6621859 -0.17028949 -0.040063601000000004 -3.3971141000000005 -3.4057657 -2.2896381000000003 -5.8004407 -0.032027043 -5.8096181 +9 -1.9930205 -3.8617998999999994 -1.9074004 0.80886309 -3.1773081000000003 -1.9178651000000002 -1.2768621999999998 -1.7253615000000002 -5.0555487999999995 -3.8194055000000002 -8.1538854 -0.50785471 -8.1610469 +10 0.18328378 0.24229582 1.3175826000000002 -0.35840866 0.38946802 0.25467039 0.12669825 0.48408576 0.48450282 -3.0930762 -7.204192599999999 0.019639173 -7.2119545 +11 0.15896096 0.20871804 1.1158484 -0.31589153 0.33015867 0.2148258 0.1109792 0.42231882 0.42256073 0.20472812 -2.6975912999999996 0.017588397 0.117508 +12 -4.0421309999999995 -3.1341049 -0.18558839 0.19155591 -4.6086214000000005 -3.227143 -2.5627897 -0.57065583 -0.57052134 -0.27986131 -0.20060476 -1.8519573 -0.20889607 +13 -2.4640816 0.75961171 -3.1380632999999998 0.2541261 -3.3980263999999996 -2.1264572 -1.4801479 0.11304654 0.11398792 0.07276967200000001 0.050348693 -0.70492363 0.052676593 +14 -2.9685094 0.47018228 0.027603045 -3.0348080000000004 0.012357746999999999 -0.0033641215999999996 -0.0071916922 -0.037275147 -0.037300399 -0.038666771 -0.0329305 -0.006559341 -0.034241144 +15 -1.5105543 1.9283359 0.16688752 0.78084523 -4.8388752 -3.5843038000000003 -2.9671485 0.61813487 0.61855396 0.27268884 0.13888918 -2.3635712000000004 0.14722869 +16 -1.4101057 2.0506925 0.17570217 0.87095774 -2.8434986 -4.869238200000001 -4.255745 0.65687596 0.65729686 0.28628866 0.14409937 -3.7967142999999997 0.1528294 +17 -1.4394388 2.0121224 0.17304363 0.84191389 -2.842563 -1.7473735000000001 -3.6953725 0.64627714 0.64669542 0.2826885 0.14274401 -3.1885072 0.15137297 +18 -2.496593 1.0635626 0.30502045 0.23378687 -3.4094885 -2.1708783 -1.5400708 -2.9853174 -2.9917801 -1.9316746999999999 -4.8358114 -0.76647437 -4.8476666 +19 -4.0857703 -3.4785405 -1.7648348000000003 0.78609776 -5.4546395 -4.1044691 -3.4683675000000003 -1.5599193999999998 -4.888970099999999 -3.6599711999999998 -7.9543431 -2.9331361 -7.9616527999999995 +20 -1.9680043 1.5380565000000002 1.4626031000000002 0.43330709 -3.047731 -1.8494061999999998 -1.2329703 0.63502357 0.63557862 -3.0436533 -7.1327204 -0.53858974 -7.1405419000000006 +21 -1.9913984 1.5059475 1.2674290000000001 0.43347253 -3.0864263 -1.8855283 -1.2636951 0.59305247 0.59345805 0.2624565 -2.6787405 -0.55575503 0.14196796 +22 -2.0700472 -5.0058818 -3.26654 1.2949462 -3.554353 -2.2437563 -1.5875141000000002 -2.4571674999999997 -2.4563620999999998 -1.4812682 -3.1637598999999996 -0.79050863 -3.1817007 +23 -2.1564125 -3.8704263999999995 -0.20184533 -3.1205465 0.76627756 0.38509706 0.17750691 -0.64489694 -0.64485325 -0.32491043 -0.2468902 0.043457277999999995 -0.25639259 +24 -1.5529344999999999 -3.5441383 -0.19689233 0.11353387 -4.0690763 -2.7283583 -2.0685471 -0.61193462 -0.61184263 -0.30193725 -0.22017169 -1.2826701999999999 -0.2290836 +25 -1.4273975 -3.5036064 -0.19627617 0.09403462900000001 -1.5036524 -3.8567453 -3.1977860000000002 -0.60738844 -0.60728624 -0.29867769 -0.21643465 -2.5971285 -0.22526093 +26 -1.4164594 -3.5005629000000003 -0.19623567 0.092263167 -1.4953233 -0.63710429 -3.2894571000000004 -0.607051 -0.60694805 -0.29844297 -0.21618066 -2.7311939 -0.22500058 +27 -2.0601522 -4.5727187 -0.58646348 0.34960556 -2.8701972000000002 -1.6564720000000002 -1.0326055 -4.329424400000001 -4.3350369 -3.1362005 -7.2531254 -0.3409399 -7.2607422999999995 +28 -2.1788263 -8.0653883 -2.6012093 1.2486295 -3.6418806000000004 -2.3246162 -1.6676066000000003 -2.5357811000000003 -5.8646995 -4.6026428 -9.0729658 -0.86380126 -9.0801001 +29 -1.9276535 -3.3330962 1.0688847 -0.87686511 -1.226127 -0.45917432 -0.16243605 0.17999002 0.18069141 -3.2039021 -7.3603758 -0.038484575 -7.367947099999999 +30 -1.9427406999999999 -3.3925449999999997 0.85862797 -0.71864158 -1.3568301 -0.55529327 -0.22367032 0.074662642 0.07514955799999999 0.074167766 -2.7463436000000003 -0.052861648 0.055353896 +31 -0.48771255 -0.42759541 -3.2790568999999996 -3.1466502999999997 1.209727 0.53863019 0.2156558 -0.44528555 -0.44460306 -0.19141192 -0.11402214 0.048192125999999995 -0.11991769 +32 0.20718918 0.061148429000000004 -3.2305581 0.040331833 -2.9894988 -1.7818289 -1.1577175 -0.13749189 -0.13670003 -0.022675544 0.0052023228 -0.46211358 0.0047796826 +33 0.70925888 0.39626983 -3.1974586 0.02885128 0.86873656 -2.8588638 -2.2259870999999998 0.060008945999999994 0.060818884000000004 0.072557201 0.057005380999999994 -1.4995976999999998 0.059646436 +34 0.86950486 0.49335159 -3.1881677 0.045153955 0.97827631 0.46654372 -3.0814823 0.10875806 0.10957439 0.093246618 0.066741585 -2.5051087000000005 0.070019203 +35 -1.2157708999999999 -1.0147918 -2.7196344 0.32379755 -1.9554345000000002 -0.927775 -0.42400213 -4.1178258 -4.122754799999999 -2.9399827000000003 -6.9520427 -0.10134777 -6.959469099999999 +36 -2.0958716 -5.639662599999999 -6.5994156 1.5950767 -3.7633343999999997 -2.4264243999999997 -1.7639324 -3.4026278 -6.7254012 -5.448311400000001 -9.993290199999999 -0.96521425 -10.000328 +37 -0.34239439 -0.27973288 -2.0646421999999998 0.045056451 -0.28677728 -0.087070465 -0.026770649 -0.24636209 -0.24548709 -3.3995091 -7.620692200000001 -0.0050441424 -7.6286826 +38 -0.35552395 -0.30018437 -2.2821186 0.070445886 -0.31018722 -0.10935119 -0.040114189 -0.28383414 -0.28312189 -0.098896649 -2.8256542999999996 -0.0081846556 -0.047046725 +39 0.37088 0.2957753 0.025323197000000002 -3.3187616 -2.0427209 -1.0458268 -0.53417611 0.11560529 0.11572894 0.059534505 0.036809363 -0.17674486 0.038686378 +40 1.012443 0.7746348 0.06773623599999999 -3.2640359 1.4316228000000002 -2.7298507 -2.0981026000000003 0.34846925 0.34872376 0.17522369 0.09903380699999999 -1.3559290000000002 0.10464048 +41 1.2031154 0.90801797 0.078662074 -3.2126552000000004 1.4349315 0.58087211 -3.0534526 0.40144678 0.40172828 0.19730148 0.10881818 -2.4746091 0.11509386 +42 -1.0050086 -0.4976036 0.03092619 -3.5736254 1.3359763999999998 0.5668 0.21991379 -3.4072529 -3.4161315 -2.2988418999999998 -5.8182643 0.048062223 -5.8275202 +43 -2.3549341 -3.8303633 -1.8947196 -2.501945 0.31594831 0.25763894 0.14650866 -1.7099339 -5.040904900000001 -3.8053928 -8.136284 0.040071418 -8.1434687 +44 0.11931771 0.19137594 1.3117809 -3.7025308 1.3969518 0.57766964 0.22171868 0.47712515 0.4775358 -3.0954662999999996 -7.207617 0.048083019000000005 -7.215378200000001 +45 0.09392189599999999 0.15662639 1.1095662 -3.6576443999999997 1.3874216000000001 0.57361913 0.22100679 0.41395243 0.41418661 0.20171169 -2.6985987000000002 0.047969002000000004 0.11619387 +46 1.2596566999999999 0.95008954 0.082072048 0.12874905 -2.4453899 -4.5334588 -3.9129947 0.41596373 0.41625424 0.20300818 0.11124131 -3.4240101000000003 0.11768504 +47 1.2440441999999998 0.93875781 0.081162359 0.12349422 -2.4498345 -1.396074 -3.5387336000000005 0.41195193 0.41224006 0.20142764 0.11057071 -3.0152444 0.1169678 +48 -0.34842075 -0.35075767 0.059164010999999996 -0.25880123 -3.0731717 -1.8913456000000002 -1.278247 -3.3622584000000004 -3.3693195 -2.2576556 -5.732035099999999 -0.56881057 -5.7409345 +49 -1.6389706999999998 -3.9662078000000003 -1.9417752000000001 0.8049333 -4.908422900000001 -3.5847927000000004 -2.9508354 -1.7674432 -5.0967802 -3.8588370000000003 -8.202675200000002 -2.3461437000000003 -8.2099148 +50 0.76134028 0.7058051 1.3802898000000001 -0.13390878 -2.6254886 -1.4920645000000001 -0.90367516 0.5597683 0.560251 -3.0668056 -7.1666484 -0.33092482 -7.1744026 +51 0.73484153 0.66973269 1.1835425 -0.12053482 -2.6537421 -1.5207115 -0.92718401 0.51300674 0.51332633 0.2378507 -2.6865688999999997 -0.34048859 0.13188688 +52 1.2649378999999998 0.95343109 0.082326894 0.13016133 1.1150478000000001 -2.805255 -4.2250375 0.41738327 0.4176742 0.20359267 0.11149406 -3.7631907999999994 0.11795569 +53 -0.073561636 -0.3776554 0.054994198 -0.27133339 0.42683091 -3.0061633 -2.377809 -3.3701732000000004 -3.3756053999999995 -2.2631617000000004 -5.7445097999999994 -1.6752818999999999 -5.753398000000001 +54 -1.6106728000000001 -3.9778601000000005 -1.9454571 0.8047802 -2.8545842 -4.7959218 -4.1625233999999995 -1.7719837999999999 -5.1012235 -3.8630892999999995 -8.207878599999999 -3.6921501000000005 -8.2151326 +55 1.3464243999999999 1.178973 1.4505866000000003 0.15845774 1.1349215 -2.7984134 -2.1674888 0.64018451 0.64073206 -3.0397446 -7.1277622 -1.4340765 -7.1354489 +56 1.3070126 1.1255663999999999 1.2602553 0.13831339 1.1263548 -2.8029493999999997 -2.1719032000000005 0.60854398 0.60892881 0.27147972 -2.675838 -1.4390204 0.14594069 +57 -0.017881337 -0.40310246 0.05056766 -0.27689757 0.50098415 0.30145683 -3.1188706 -3.3776891000000004 -3.3827271 -2.2693963 -5.7582762 -2.5471093999999996 -5.7672013 +58 -1.6186341999999998 -3.9744229 -1.9443523 0.8047932 -2.8616347 -1.6799276 -3.6007141000000003 -1.7706336 -5.0998959 -3.8618182 -8.2063196 -3.0846663 -8.2135704 +59 1.528239 1.330342 1.4708508999999999 0.26546462 1.1614507 0.51243307 -3.0754313 0.66170111 0.66226978 -3.0328833 -7.1177866 -2.498265 -7.125455499999999 +60 1.4866636999999998 1.2715097 1.2827028 0.23697599 1.1571476 0.50843662 -3.0760449 0.63361323 0.63401858 0.27971843 -2.6733325 -2.4989453 0.14923412 +61 -2.0470419 -7.5462991 -6.156525299999999 1.7590284999999999 -3.8667773000000003 -2.5201035 -1.8555124 -7.286145299999999 -10.618644999999999 -9.324083900000002 -13.952279 -1.0568723999999998 -13.959219000000001 +62 -0.86964029 -0.46502293 0.040599439 -0.25604568 -0.65881346 -0.1683743 -0.038947661 -3.3955043 -3.4035727999999996 -5.6095051 -10.162915 -0.031383336 -10.169957 +63 -0.87049005 -0.4664154 0.038839387999999996 -0.25520201 -0.66146498 -0.16993238 -0.039911366000000004 -3.3966841 -3.4051599 -2.2891044999999997 -8.270625599999999 -0.032003923 -5.8118965 +64 -1.9928755 -3.8575897000000006 -1.9027015999999999 0.8069711 -3.1750045 -1.9157581999999997 -1.2748393999999998 -1.7219165 -5.0515904 -7.137496799999999 -11.744371000000001 -0.50641134 -11.75116 +65 -1.9928366999999998 -3.8600347000000004 -1.9051278999999999 0.80792938 -3.1765697999999998 -1.9172841 -1.2763285 -1.7238441000000002 -5.05397 -3.8178962 -10.613776 -0.50741372 -8.159851 +66 0.18408832 0.24336432 1.324402 -0.35972545 0.39148105 0.25579365 0.12711937 0.48600244 0.48642096 -3.0923671 -9.667034 0.019684754 -7.2122421 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1624612 1.2798199 0.10606346 0.44580993 -3.3221741000000002 -2.0587994 -1.4160780000000002 0.30710831 0.30740334 0.1373818 0.076239314 -0.6591818 0.08046611299999999 +2 -2.024635 -3.7856663999999998 -0.1983933 0.18808108 -1.9908553 -1.0117364 -0.55766149 -0.64143772 -0.64139 -0.32102756 -0.24161937 -0.18880041 -0.25102429 +3 -0.40350688 -0.36407072 -3.28995 0.15924501 -0.39891196 -0.16622697 -0.074376528 -0.40833259 -0.40764206 -0.1690713 -0.093661472 -0.0141342 -0.09890790599999999 +4 -0.063213988 -0.052865567 -0.0043770303 -3.3221849000000003 1.2718332 0.55193082 0.21704455 -0.018056383 -0.018071672 -0.0098315578 -0.0068300417 0.046639674000000006 -0.0071563595 +5 0.54542761 0.43548508 0.038234292999999996 0.0036169303 -2.855412 -1.6616898 -1.0454375 0.18285355 0.18301803 0.09546702800000001 0.058257058 -0.39607032 0.061325283 +6 1.0440456 0.79826718 0.070167775 0.06482088700000001 1.0178127000000001 -2.8228218999999997 -2.1899097999999997 0.35720097 0.35745977 0.17896832 0.10083458 -1.4582613000000002 0.10655538 +7 1.2086924 0.9128121 0.07957654 0.10938135 1.0984417 0.49825262 -3.0767990000000003 0.40278588 0.40306782 0.19791061 0.10920263 -2.5003472999999996 0.11549656 +8 -0.87005919 -0.46469379 0.048808795999999995 -0.2541971 -0.66883376 -0.17323684 -0.041614086 -3.3998837 -3.4085466 -2.2934297000000003 -5.806953900000001 -0.033359198 -5.8160905 +9 -1.9904657 -3.8658261 -1.9000172999999998 0.81169384 -3.1827811 -1.9235004 -1.2828156000000002 -1.7334755000000002 -5.0636964 -3.8286032 -8.1650007 -0.512857 -8.1721184 +10 0.18363625 0.24295616 1.3283794 -0.35987473 0.38955313 0.25515808 0.12731251 0.48470513 0.48512197 -3.0927122000000002 -7.204529300000001 0.019851672 -7.2122635 +11 0.15927577 0.20931793 1.1255184 -0.31715541 0.3302185 0.21518992 0.11146378 0.42276531 0.42300715 0.20498549 -2.6973007 0.017736218 0.11775046 +12 -4.0388662 -3.1363371 -0.183737 0.19474712 -4.619733999999999 -3.2389148999999997 -2.5753692000000004 -0.57468976 -0.57456042 -0.28126225 -0.20169016 -1.8678584999999999 -0.21001655 +13 -2.4590547000000003 0.76603277 -3.1590751 0.2551395 -3.3977593999999995 -2.1262391 -1.4802151000000001 0.11593944 0.11688178 0.075059362 0.053570002 -0.70524549 0.055888822000000005 +14 -2.9664019 0.46741698 0.027027411 -3.0362519 0.0130918 -0.003304014 -0.0074864642 -0.036165116000000004 -0.036188826 -0.038324451 -0.032836811 -0.0071716587 -0.034134067000000004 +15 -1.5077993 1.9290955 0.16739233 0.77825526 -4.838598999999999 -3.5844136 -2.9676809 0.61918462 0.61960375 0.27310749 0.13914736 -2.364647 0.14750199 +16 -1.4073421 2.0516026999999997 0.17626524 0.86837985 -2.8430868 -4.869331099999999 -4.2562712 0.65790876 0.65832964 0.28670001 0.14435469 -3.7978285000000005 0.15309961 +17 -1.4366450000000002 2.0130381 0.17359224 0.83936899 -2.8421935 -1.7474651 -3.696304 0.64732523 0.64774352 0.2831054 0.14300145 -3.1900318 0.15164545 +18 -2.4937828 1.0674533000000002 0.3181998 0.23251527 -3.4093818999999996 -2.1710903999999998 -1.5406844 -2.9856746 -2.9921344 -1.9331709 -4.8394613 -0.767603 -4.8512791 +19 -4.0842526 -3.4827816 -1.7571904999999999 0.78931209 -5.460632700000001 -4.1112991999999995 -3.4758532 -1.5678534 -4.8969393 -3.6689656000000004 -7.9654155 -2.9422006 -7.9726811 +20 -1.9643176 1.5394695 1.4738272 0.43145042 -3.0479474 -1.8499866000000003 -1.2339618 0.63633721 0.6368924 -3.043116 -7.132768400000001 -0.54007311 -7.140562599999999 +21 -1.9878209 1.5072264 1.2776089 0.43157826 -3.0867197 -1.8861821 -1.2647581 0.59427773 0.59468369 0.26292431 -2.678434 -0.55729992 0.14225881 +22 -2.0669694 -5.0006002 -3.2524632 1.2940698999999998 -3.5550669999999998 -2.2448667 -1.589072 -2.4573179 -2.4565097999999996 -1.4823483999999998 -3.1797178 -0.79258839 -3.1974602 +23 -2.1558903999999997 -3.8702824999999996 -0.19969753 -3.1169352000000003 0.76436136 0.38398804 0.17642937 -0.64922847 -0.64919043 -0.32643826 -0.24817714 0.041900877999999996 -0.25771931 +24 -1.5500411 -3.5439589999999996 -0.19472995 0.11698307 -4.0762409 -2.7359828999999998 -2.0768095 -0.61622559 -0.61613904 -0.3034588 -0.22139245 -1.2927256 -0.23034524 +25 -1.4259655 -3.5041097000000003 -0.19412316 0.097769467 -1.5230298999999998 -3.8663593 -3.2081216 -0.61175828 -0.61166163 -0.30025912 -0.21771578 -2.6099322999999996 -0.22658469 +26 -1.4156809 -3.5012879 -0.19408584 0.09610494800000001 -1.5152139 -0.64858951 -3.2922023 -0.61144471 -0.61134735 -0.30004058 -0.21747843 -2.7348828999999997 -0.22634143 +27 -2.0558798 -4.5775074 -0.58099445 0.35569605 -2.8785239 -1.6647085 -1.0408829 -4.3391836999999995 -4.3448332999999995 -3.1468114 -7.2672004 -0.34645232 -7.2747671 +28 -2.1754037 -8.0706482 -2.5964755 1.2502013 -3.6457186000000004 -2.3287687999999998 -1.6722211 -2.545224 -5.8741831 -4.6132269 -9.085169 -0.86889215 -9.092258300000001 +29 -1.9250596000000002 -3.3304023000000003 1.0800587 -0.87321649 -1.2393608 -0.46604946 -0.1659439 0.1780318 0.17873037 -3.2046516 -7.3622363 -0.040591746 -7.3697772 +30 -1.9401875 -3.3900824999999997 0.86871823 -0.71507783 -1.3713878000000002 -0.56290854 -0.22755113 0.072344728 0.07282849400000001 0.073250603 -2.7467139 -0.055054473 0.054788718 +31 -0.47953994 -0.41867393 -3.2955917 -3.1443697999999998 1.2103091000000001 0.5396375 0.21644646 -0.44274842 -0.4420636 -0.18937998 -0.11083756 0.048385814000000006 -0.1167527 +32 0.21126641 0.067236027 -3.2471728 0.041820878 -2.9887341 -1.7807773 -1.1568128999999998 -0.13587401 -0.13508138 -0.020965826 0.008258266700000001 -0.46106427 0.0078025147 +33 0.71345041 0.40224614 -3.213914 0.029681479 0.87201737 -2.8549322 -2.2222433999999995 0.061838835999999994 0.06264943 0.074395997 0.060126572999999996 -1.4962066 0.06273702 +34 0.87459565 0.4997612 -3.2045303 0.045956783 0.98244407 0.47079735 -3.0787042999999996 0.11085396 0.111671 0.09519703 0.069910042 -2.5027673 0.07316006900000001 +35 -1.2145698 -1.0068165999999998 -2.6992423 0.32099315 -1.950926 -0.92356774 -0.42046406 -4.1146519999999995 -4.119575299999999 -2.9381252 -6.950539200000001 -0.099294546 -6.9579455 +36 -2.0930635 -5.6302163 -6.5814958 1.5941208999999998 -3.7627241999999996 -2.426359 -1.7643238999999997 -3.3980807 -6.7208366999999996 -5.44524 -9.9897989 -0.96631401 -9.996815699999999 +37 -0.34029358 -0.27447461 -2.0496906000000004 0.046883743 -0.28581908 -0.08576406 -0.025015846 -0.24456854 -0.24369252 -3.3978895 -7.619806 -0.0026161395 -7.627771000000001 +38 -0.35353378 -0.29504738 -2.2718759 0.072738033 -0.30953078 -0.10827697 -0.038547447 -0.28249506 -0.28178156 -0.097483267 -2.8226739 -0.0058143292 -0.044301122000000005 +39 0.37373141 0.29800845 0.025679631 -3.3190571 -2.0425074 -1.0459263 -0.53466671 0.11628822 0.11641244 0.059882294 0.03705246 -0.17780478 0.038939995 +40 1.014998 0.77692389 0.068371935 -3.2649746 1.4321975 -2.7297813 -2.0984622 0.34906739 0.3493219 0.17555029 0.099298101 -1.3568961000000002 0.10491482 +41 1.2056936000000003 0.91035596 0.079372418 -3.2137118 1.4355129999999998 0.58095493 -3.0539137000000003 0.40203732 0.4023187 0.19762374 0.10908222 -2.4756947 0.11536783 +42 -1.0038981 -0.49478172 0.04251876 -3.572917 1.3358971000000002 0.56635652 0.21901987 -3.4098627 -3.4187512000000004 -2.3024939 -5.8244274 0.046517888 -5.833643599999999 +43 -2.3544797 -3.8335404000000004 -1.8870133000000002 -2.4991998 0.31057798 0.25562706 0.14518425 -1.7176886000000002 -5.0486963 -3.8142504999999995 -8.1469708 0.038441252 -8.1541116 +44 0.12340894 0.19517891 1.3228998 -3.7025392 1.3974879999999998 0.57777629 0.22135617 0.47814148 0.47855233 -3.0949682999999997 -7.2077606 0.047064691 -7.215494400000001 +45 0.09794742199999999 0.16036679 1.1195680000000001 -3.6575966 1.3878894 0.57368302 0.2206064 0.41485157 0.4150862 0.20212712 -2.6982565 0.046913604000000005 0.11650373 +46 1.2621502 0.95231341 0.082795646 0.12759214 -2.4443732000000002 -4.5326975 -3.9126109 0.41651929 0.41680964 0.20331688 0.11150008 -3.4242149 0.11795335 +47 1.2465217 0.94097109 0.081879094 0.12234354 -2.4488286 -1.395311 -3.5384282 0.41250542 0.4127934 0.20173568 0.11082911 -3.015524 0.11723572 +48 -0.3465878 -0.34918746 0.070617077 -0.25832134 -3.0743502 -1.8930741999999998 -1.2804715 -3.3651633000000003 -3.3722327000000005 -2.2615653 -5.7388010000000005 -0.57158281 -5.747658 +49 -1.6378487 -3.9706062999999996 -1.9345759999999999 0.80788271 -4.9140443 -3.5911927 -2.9578938 -1.7757028000000001 -5.105076 -3.8681741 -8.2139787 -2.3550098999999998 -8.2211743 +50 0.76336748 0.70780497 1.3914407 -0.13523032 -2.6248881 -1.4915687 -0.90348986 0.56053637 0.56101882 -3.0663939 -7.1669160000000005 -0.33111049 -7.1746425 +51 0.73678651 0.67163652 1.1936239 -0.12179972 -2.6532405 -1.5203069 -0.9270862 0.51363506 0.51395457 0.23817316 -2.686255 -0.34073915 0.13215985 +52 1.2674246999999998 0.95564935 0.083051511 0.12899805 1.1169116000000001 -2.8038104 -4.2240481 0.41793655 0.4182273 0.20390046 0.11175249 -3.7627723 0.11822364 +53 -0.07226160200000001 -0.37633162 0.06639053 -0.27084477 0.42351966 -3.0078562 -2.3800186 -3.3731561 -3.3785971 -2.2671394 -5.751437200000001 -1.6784238999999999 -5.7602834000000005 +54 -1.609853 -3.982183 -1.9382403000000001 0.80773502 -2.8612859 -4.8021331 -4.1693502 -1.7802136000000002 -5.1094903 -3.8723983 -8.2191495 -3.7001959 -8.226359599999999 +55 1.3488558000000002 1.1815141000000002 1.4620408999999999 0.15712034 1.1368717 -2.7969076 -2.1663292000000003 0.64101208 0.64155922 -3.039318 -7.128007000000001 -1.4334129999999998 -7.135666099999999 +56 1.309334 1.1279721 1.2707005 0.13693467 1.1282225000000001 -2.8015011000000003 -2.1708032999999998 0.60925373 0.60963831 0.2718278 -2.6755153999999997 -1.4384203000000002 0.14622525 +57 -0.016809445 -0.40167999 0.061969305999999995 -0.27636702 0.49750397 0.29952058 -3.1197769 -3.3806489 -3.3856962999999998 -2.2733537 -5.7651654 -2.5486908 -5.7740485 +58 -1.6178233 -3.9787245 -1.9371266 0.80774612 -2.8683457999999997 -1.6865197 -3.604147 -1.7788549 -5.1081543 -3.8711193 -8.2175802 -3.0890593999999996 -8.224787 +59 1.5312136 1.3333625 1.4824317 0.2643962 1.1635094 0.51401679 -3.074896 0.66258691 0.66315517 -3.0324404 -7.1180068 -2.4982822999999996 -7.1256481 +60 1.4895159 1.2743772 1.293297 0.23583053 1.1591426999999999 0.50996581 -3.0755569 0.63439231 0.6347974 0.28008706 -2.6730039 -2.499012 0.14952668 +61 -2.0443517 -7.543329700000001 -6.1519481 1.7579159 -3.8677979 -2.5215487999999997 -1.8574240000000002 -7.2873269 -10.619810000000001 -9.326562800000001 -13.955247 -1.0594276000000002 -13.962155 +62 -0.8689595 -0.46284315 0.052063517999999996 -0.2553957 -0.66548901 -0.17130575 -0.04046946 -3.3982487 -3.4063282999999998 -5.613266599999999 -10.167297 -0.032685067000000005 -10.174305 +63 -0.86979648 -0.46425389 0.050321986 -0.25454591 -0.66811912 -0.17288228 -0.041462877999999995 -3.3994586000000004 -3.4079458 -2.2929005 -8.2771197 -0.033336244 -5.8183706 +64 -1.9903249 -3.8617205 -1.8954521 0.8098579 -3.1805619 -1.9214692 -1.2808633 -1.7301265 -5.059833 -7.1467849 -11.754277 -0.5114455 -11.761025 +65 -1.9902836 -3.8640766 -1.8977619 0.81077359 -3.182052 -1.9229275000000001 -1.2822895 -1.7319721000000001 -5.0621317 -3.8271074 -10.624896000000001 -0.5124209 -8.170935799999999 +66 0.18444078 0.24402587 1.3352278999999998 -0.36119716 0.39156467 0.25628323 0.12773573 0.48662293 0.48704122 -3.0920027 -9.667367800000001 0.019897586999999998 -7.212549900000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_AUC_EGF=10+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1621962000000003 1.2799126 0.10606616 0.44566306 -3.3220894 -2.0587941 -1.4161337 0.30723656 0.30753029 0.13745277 0.076308346 -0.65929655 0.080536796 +2 -2.0243246999999998 -3.7856579 -0.19838427 0.18803839 -1.9915729 -1.0122166 -0.55800914 -0.6417199 -0.64166842 -0.32126543 -0.24193844 -0.1890826 -0.25134285 +3 -0.40358356 -0.36362923 -3.2898761 0.15990541 -0.3987848 -0.16594995 -0.07394951400000001 -0.40796532 -0.40725417 -0.16859443 -0.092964691 -0.013434928 -0.09822248 +4 -0.063093505 -0.052763765 -0.0043692849 -3.3221665000000002 1.271965 0.55202541 0.21708438 -0.018030091 -0.018045249 -0.009819645600000001 -0.0068247999 0.046602705 -0.007150789300000001 +5 0.54558332 0.43560345 0.038245279 0.0035541934000000003 -2.8552922 -1.6616313999999999 -1.0454328000000002 0.18290569 0.18306933 0.095492725 0.05828391 -0.39610508 0.061353192 +6 1.0442931 0.79844885 0.07018465900000001 0.064719463 1.0180039 -2.8226737999999996 -2.189823 0.35729155 0.3575488 0.17901066 0.10087574 -1.4582471000000001 0.10659834 +7 1.2089787 0.91301775 0.079595652 0.10927918 1.0986641000000001 0.49840654 -3.0767037 0.40288831 0.40316853 0.19795721 0.10924655 -2.5003264 0.11554245 +8 -0.86994276 -0.46456854 0.049078229 -0.25415679 -0.66925277 -0.17345772 -0.041761252 -3.4000012 -3.4086642999999994 -2.2937172 -5.807283999999999 -0.033505795 -5.8164167 +9 -1.9902285 -3.8658678 -1.8997928 0.81175341 -3.1828369999999997 -1.9236476999999998 -1.2830277 -1.7337421999999998 -5.063947 -3.8290248999999994 -8.1654114 -0.5131096 -8.1725248 +10 0.18365839 0.24298956 1.328868 -0.36004218 0.38958635 0.25521205 0.12737295 0.48481373 0.48522861 -3.0926606 -7.204442 0.019871485 -7.2121728 +11 0.15931347 0.20936537 1.1259508999999999 -0.31729103 0.33024842 0.21523236 0.11151271 0.42285955 0.42309959 0.20502793 -2.6972527000000004 0.017750744 0.11779453 +12 -4.0385697 -3.1364307 -0.18373685 0.1947184 -4.6200012 -3.2393001 -2.5758392999999997 -0.57496382 -0.57483122 -0.28149572 -0.20199721 -1.8684898999999997 -0.21032299 +13 -2.4584127999999996 0.76690468 -3.1590609 0.25552756 -3.3974428999999997 -2.1258847000000003 -1.4798775 0.11663947 0.1175941 0.075742404 0.054468277999999995 -0.70490188 0.056781280999999996 +14 -2.9662031000000004 0.46742414 0.02702312 -3.0362886000000002 0.013137339 -0.0033152865000000004 -0.0075260697 -0.036086872 -0.036110285 -0.038278823999999996 -0.032803489 -0.0072377713 -0.034100293 +15 -1.507484 1.9292478 0.16739746 0.77807546 -4.8384119000000005 -3.5843083 -2.9676379 0.61934564 0.61976231 0.27318911 0.13922801 -2.3646719 0.14758491 +16 -1.407011 2.0517738000000003 0.17627131 0.86820871 -2.8428824 -4.8692187 -4.2562223 0.65807648 0.65849478 0.28678345 0.14443647 -3.7978523999999996 0.15318373 +17 -1.4363164 2.0132065 0.1735982 0.83919709 -2.8419928 -1.7473526999999998 -3.6962816 0.64749182 0.64790757 0.2831886 0.14308303 -3.1900837 0.15172936 +18 -2.4934773 1.0677201 0.31864984 0.23239113 -3.4092801 -2.17108 -1.5407402000000001 -2.9855888 -2.9920497000000004 -1.9332628 -4.8395665999999995 -0.76772967 -4.851380799999999 +19 -4.083990200000001 -3.4828405 -1.7569488999999998 0.78938331 -5.460714 -4.1114826 -3.4761086000000003 -1.5681091 -4.8971815 -3.6693782999999995 -7.965824499999999 -2.9425578999999997 -7.973085799999999 +20 -1.9640259999999998 1.539614 1.4743611 0.43127164 -3.0478245999999998 -1.8499348999999998 -1.2339683000000001 0.63651003 0.63706277 -3.0430266 -7.132637 -0.54013507 -7.1404277 +21 -1.9875208 1.5073879 1.2780844 0.43141926 -3.0866103 -1.8861443 -1.2647786 0.59444277 0.59484638 0.2630065 -2.6783492 -0.55737491 0.14234133 +22 -2.0673409 -4.9998217 -3.251536 1.293988 -3.5535799 -2.2435656 -1.5878465 -2.4568557 -2.4559398999999997 -1.481908 -3.1813335 -0.79167792 -3.1990461 +23 -2.1558068 -3.8704316 -0.19969079 -3.1169528 0.76441401 0.38395671 0.17633588 -0.64952378 -0.64948194 -0.32668345 -0.24850476 0.041730076 -0.25804663 +24 -1.5497866000000002 -3.5439844 -0.19472101 0.116955 -4.0763978 -2.7362549 -2.0771622 -0.61650943 -0.61641931 -0.3036996 -0.22171087 -1.2931963 -0.23066319 +25 -1.4257546 -3.5041506 -0.19411441 0.097751046 -1.5236651 -3.8667681000000003 -3.2086157 -0.61204384 -0.61194365 -0.30050154 -0.21803538 -2.6105722 -0.22690385 +26 -1.4154948 -3.5013375 -0.19407722 0.096090643 -1.5158698999999998 -0.64906683 -3.2924138 -0.61173117 -0.61163028 -0.30028362 -0.21779863 -2.7351906 -0.22666121 +27 -2.0554517 -4.5778746 -0.58118739 0.35608992 -2.879006 -1.6652599 -1.0414789 -4.339806299999999 -4.3454502999999995 -3.1475845000000002 -7.268069199999999 -0.34690394 -7.275630900000001 +28 -2.1750876 -8.0707534 -2.5963922999999998 1.2502004999999998 -3.6457413 -2.3288927000000004 -1.6724161 -2.5455753 -5.8744998 -4.6137132 -9.0856347 -0.86916687 -9.0927189 +29 -1.9247413 -3.3303344 1.0802768999999999 -0.87305778 -1.2398563 -0.46641365 -0.16624406 0.17780622 0.17850378 -3.2048952999999996 -7.362458900000001 -0.040898081 -7.3699958 +30 -1.9398732 -3.3900091 0.86894232 -0.71496596 -1.3719005 -0.563274 -0.22784314 0.072129264 0.072612421 0.073015176 -2.7469783 -0.055348395999999994 0.054519344000000004 +31 -0.4785876 -0.4175989 -3.2954567999999997 -3.1438327999999998 1.2106162 0.54010275 0.21691753 -0.44204204 -0.44133565 -0.18873685 -0.11003444 0.048796662000000005 -0.11595581 +32 0.21174593 0.068004813 -3.2470984 0.042189067000000004 -2.9883082 -1.7802636000000003 -1.1562951000000001 -0.13526097 -0.13445236 -0.020342543 0.0090872573 -0.4604715 0.0086245985 +33 0.71421777 0.4031754 -3.2138438999999996 0.029931096 0.8728873 -2.8539856 -2.2213114 0.062585648 0.063409361 0.075090006 0.061000238 -1.4952961 0.063606031 +34 0.87555562 0.50079212 -3.2044556 0.046213948 0.98347556 0.47179591 -3.0778845 0.11165779 0.1124873 0.095915069 0.07079509 -2.5019879 0.07404119 +35 -1.2148933000000002 -1.005451 -2.6974781 0.32042183 -1.9495233 -0.92221467 -0.41924411 -4.113618700000001 -4.1185137 -2.9372783 -6.9494939 -0.09838995099999999 -6.956899099999999 +36 -2.0934526 -5.6289439 -6.5799463000000005 1.59404 -3.7609351 -2.4247881000000002 -1.7628233 -3.3973349 -6.7198782999999995 -5.4445001 -9.9890081 -0.96503739 -9.9960127 +37 -0.34034599 -0.27400714 -2.0484633999999997 0.047371807 -0.28566186 -0.08543313 -0.024513787999999998 -0.24408312 -0.2431883 -3.3973391000000004 -7.619250900000001 -0.0018751418 -7.627211900000001 +38 -0.35357367 -0.2945722 -2.2708294999999996 0.07327375 -0.30936795 -0.10795955 -0.03806764 -0.282036 -0.28130412 -0.09694846900000001 -2.8218623 -0.0050847844 -0.043551655999999994 +39 0.37388277 0.29812194 0.025689674 -3.3190922999999994 -2.042332 -1.0458213 -0.53461918 0.11633032 0.11645402 0.059901918 0.037071477 -0.17782473 0.038959754 +40 1.0152578 0.7771165 0.068389648 -3.2650692 1.4324136 -2.729668 -2.0984136 0.3491606 0.34941359 0.17559372 0.09933955800000001 -1.3569206 0.10495809 +41 1.2059867 0.91056783 0.079392028 -3.2138107999999996 1.4357301000000002 0.58106904 -3.0538743 0.40214148 0.40242114 0.197671 0.10912641 -2.4757317000000003 0.115414 +42 -1.0037970999999999 -0.4946183 0.042793507 -3.5728717000000003 1.3359798 0.5663501 0.21894537 -3.4099712999999996 -3.41886 -2.3027737 -5.8247373 0.046362993 -5.8339495999999995 +43 -2.3542642000000003 -3.8335675000000005 -1.8867821 -2.499143 0.31044019 0.25553295 0.14507246 -1.7179483 -5.0489402000000005 -3.8146660000000003 -8.1473739 0.038266751 -8.1545103 +44 0.12354128 0.19530223 1.3233982 -3.7026621 1.3976972 0.57789539 0.22140664 0.47826151 0.47867044 -3.0949127 -7.2076677 0.047035728 -7.2153979999999995 +45 0.098108561 0.16051523 1.1200118000000001 -3.6576871 1.3880864 0.5737938 0.22064912 0.4149602 0.41519309 0.20217465 -2.698207 0.046876857 0.11654984 +46 1.2624493 0.95252735 0.08281561 0.12749095 -2.4441546 -4.532557700000001 -3.9125327000000003 0.4166254 0.41691398 0.20336471 0.11154474 -3.4242112000000002 0.11800003 +47 1.2468179 0.94118326 0.08189887400000001 0.12224235 -2.4486112 -1.3951714 -3.5383515 0.41261065 0.41289686 0.20178322 0.11087359 -3.0155222000000004 0.1172822 +48 -0.34635052 -0.3490991 0.070883444 -0.25829389 -3.0743658 -1.8932061999999998 -1.2806796999999999 -3.3652887000000002 -3.3723582000000003 -2.2618598 -5.7391475 -0.57187012 -5.7480004000000005 +49 -1.6376058999999998 -3.9706751000000002 -1.9343644 0.80794567 -4.9141484 -3.5914007000000003 -2.9581758 -1.775982 -5.1053385 -3.8686071 -8.2144035 -2.3554089 -8.2215947 +50 0.76354951 0.70795756 1.3919453000000002 -0.13537853 -2.6247191 -1.4914617000000001 -0.90343704 0.56066342 0.56114364 -3.0663369 -7.1668204 -0.3311088 -7.1745434999999995 +51 0.73697703 0.67179664 1.1940743 -0.12193116 -2.6530827 -1.5202103 -0.92704348 0.51375245 0.51406985 0.23822307 -2.6862034 -0.34074517 0.13220861 +52 1.2677247999999999 0.95586378 0.083071507 0.1288968 1.1171406000000002 -2.8036541 -4.2239545 0.41804294 0.41833191 0.20394838 0.11179722 -3.7627542000000003 0.11827038 +53 -0.072067918 -0.37626108 0.066652976 -0.27081601 0.42335404 -3.0079787000000002 -2.3802177 -3.3732872000000005 -3.3787282999999997 -2.2674388 -5.7517949999999995 -1.6787279999999998 -5.760637200000001 +54 -1.6096186000000001 -3.98225 -1.9380286 0.80779815 -2.8613722000000004 -4.802288900000001 -4.1695767 -1.7804923 -5.109752200000001 -3.8728307 -8.219573599999999 -3.7005152000000003 -8.2267792 +55 1.3491541999999999 1.1817548 1.4625625 0.15700333 1.1371065 -2.7967478999999997 -2.1662312999999997 0.64115754 0.64170217 -3.0392561000000002 -7.1279034 -1.4333868 -7.1355591 +56 1.3096298000000002 1.1282098 1.2711698999999999 0.13681916 1.1284535 -2.8013443 -2.1707084 0.60939378 0.60977591 0.27188465 -2.6754606 -1.4383971000000002 0.14627819 +57 -0.016633528 -0.40160149 0.062232477 -0.27633481 0.49732302 0.29937779 -3.1198506 -3.3807782 -3.3858257000000007 -2.2736515 -5.765519599999999 -2.5488492999999997 -5.7743987 +58 -1.6175895 -3.9787907 -1.9369144 0.80780919 -2.8684319 -1.6866834 -3.6042877 -1.7791331999999997 -5.1084157999999995 -3.8715513999999995 -8.218003900000001 -3.0892873 -8.2252063 +59 1.5315546999999998 1.3336344999999998 1.4829588 0.26429814 1.1637532 0.51417689 -3.0747951000000002 0.66273786 0.66330355 -3.032377 -7.117901 -2.4982557 -7.125538900000001 +60 1.4898532 1.2746443 1.2937728000000002 0.23573072 1.1593846 0.51012365 -3.0754612999999997 0.6345391 0.63494168 0.28014578 -2.6729483 -2.4989906000000004 0.14958062 +61 -2.0440661 -7.542938799999999 -6.1519319 1.7578044999999998 -3.8676706 -2.5215322000000002 -1.8574789 -7.2872616 -10.619629 -9.3265497 -13.955160000000001 -1.0595653999999999 -13.962060999999999 +62 -0.86885146 -0.46273203 0.052310775 -0.25534587 -0.66593317 -0.17153971 -0.040624765 -3.3983809000000003 -3.4064607000000002 -5.6135684 -10.167527 -0.032836902 -10.174531 +63 -0.86968023 -0.4641289 0.05059037 -0.25450531 -0.66853855 -0.17310333 -0.041610122 -3.3995763999999995 -3.4080638999999997 -2.2931882999999997 -8.277449 -0.033482858 -5.818697 +64 -1.9900874 -3.8617885999999997 -1.8952601000000002 0.80992775 -3.1806353 -1.9216330000000001 -1.2810915 -1.7304185 -5.060108799999999 -7.1472316 -11.75465 -0.51170821 -11.761394000000001 +65 -1.9900465 -3.8641187999999995 -1.8975380000000002 0.81083361 -3.1821083 -1.9230751 -1.2825018999999998 -1.7322392 -5.062382700000001 -3.8275295 -10.625307000000001 -0.51267369 -8.1713425 +66 0.18446315 0.24405955 1.3357186 -0.36136537 0.39159815 0.25633755 0.12779642 0.48673209 0.48714841 -3.0919508999999996 -9.6672799 0.019917438 -7.2124588 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.8683326 0.14851324 0.023561407000000003 0.036200932000000005 -2.8234138 -2.6631148999999996 -2.2795446 0.022871648999999997 0.022355727000000002 0.022318217 0.0223151 -2.2869547000000003 0.022346277 +2 -1.3815158 -3.3503089999999998 -0.15303018 -0.056059492999999995 -1.2385056 -0.95430178 -0.70584571 -0.19009639 -0.15782796 -0.15744574 -0.15728564 -0.70231664 -0.15762645 +3 1.1615950000000002 1.4900145 0.14764611 0.59021221 1.0782519 0.986436 1.4019207 1.5472646 1.5476176000000001 1.546638 1.55005 1.4138777 1.5502467 +4 0.00026638609 0.00027687830000000004 4.1350042000000004e-05 -3.3217263999999997 0.10539735 0.06744149 0.04211773 4.2569607e-05 4.2129026e-05 4.2058018e-05 4.2051205e-05 0.04139306 4.2110452e-05 +5 5.2299229e-06 6.7915499e-06 8.4576871e-07 2.7505053999999996e-07 -1.7153612 -1.6948985 -1.4454677 8.967076e-07 9.6150382e-07 9.5053991e-07 9.407327600000001e-07 -1.4574198 9.5134939e-07 +6 5.834395400000001e-06 7.5848961e-06 9.4229065e-07 3.072152e-07 2.3662715e-06 -3.0519731 -2.7183308 1.000118e-06 1.0721204e-06 1.0597946999999998e-06 1.0487571e-06 -2.7333988 1.0606932e-06 +7 5.197982599999999e-06 6.7593809e-06 8.392352700000001e-07 2.7378633e-07 2.105981e-06 4.6310891999999997e-07 -1.4880497 8.9097459e-07 9.550609799999999e-07 9.4405901e-07 9.3420406e-07 -1.4890393 9.4485844e-07 +8 -1.3605318000000002 -3.3055197 -3.4886215 -0.033557998 -1.219696 -0.92312551 -0.65882584 -4.0204507000000005 -4.0193887 -4.01885 -4.020450299999999 -0.65435104 -4.0206067 +9 -1.4723645 -3.9378422999999994 -4.0284612 -0.05830310599999999 -1.3175108 -1.0114919 -0.75028375 -0.73385629 -4.053446299999999 -4.0528997 -4.054494999999999 -0.74630216 -4.0546587999999995 +10 0.0005678381299999999 0.00059793233 -0.00020206223 2.5228476999999998e-05 0.00053978507 0.00081208974 0.0007174154499999999 9.154269099999999e-05 8.7000262e-05 -3.3218408999999998 -3.3235341 0.0007393068300000001 -3.323532 +11 2.7563115e-06 4.0261779e-06 7.3222450000000006e-06 1.1320625e-07 2.5278945e-06 1.9383503e-06 1.2546763e-06 2.5501238e-06 4.296214e-06 4.2958504e-06 -2.4594405 1.2500298e-06 4.3245280999999996e-07 +12 -3.8532828 -3.2128607999999996 -0.15071704 -0.024541848999999998 -3.6786584 -3.2717665 -2.7938716 -0.18742852 -0.1551984 -0.15482005 -0.15466022 -2.7924277 -0.15499782 +13 -1.8668991000000001 1.635076 0.16356978 0.6218569 -1.9421876 -1.9054538 -0.89628962 1.5640842 1.5641708 1.5631578000000002 1.5666127 -0.90566826 1.5668291 +14 -2.8680597000000003 0.14880093 0.023607898999999998 -3.2855184 -2.7113258 -2.5920098 -2.2237047999999997 0.022919632000000002 0.022403165 0.022365573 0.022362449 -2.2326382999999996 0.022393694 +15 -2.8683325 0.14851353 0.023561446 0.036200945 -4.5260679 -4.362896 -3.9319838 0.02287169 0.022355771 0.02231826 0.022315143 -3.9417562000000004 0.02234632 +16 -2.8683324 0.14851355 0.02356145 0.036200946 -2.8234138 -5.7015917 -5.2565614 0.022871693999999998 0.022355775 0.022318263999999997 0.022315147 -5.266853 0.022346324 +17 -2.8683325 0.14851352 0.023561445 0.036200945 -2.8234138 -2.6631148999999996 -3.7655082 0.022871689 0.02235577 0.022318259 0.022315142000000003 -3.7731169 0.022346319 +18 -3.8231562000000006 -3.1093867000000004 -3.4886279000000004 -0.0012675123 -3.6542945 -3.235372 -2.7381431 -4.0165561 -4.015981200000001 -4.0154474 -4.0170524 -2.7359107999999996 -4.017204 +19 -3.9067961 -3.8008981 -4.0358508 -0.026934469 -3.7247642999999995 -3.3028677 -2.8206403 -0.73197598 -4.0517435 -4.0511989999999996 -4.0527963 -2.8186958 -4.052958 +20 -2.8616243999999997 0.14912822 0.022001475 0.036228986 -2.8229894 -2.6625269 -2.2789337000000005 0.022977316 0.022461755 -3.2995037000000003 -3.3012262999999997 -2.2863355 -3.3011931000000003 +21 -2.8683304 0.14851732 0.023568884 0.036201062 -2.8234119 -2.6631134999999997 -2.2795435 0.022874292 0.022360142000000003 0.02232263 -2.4371255 -2.2869537 0.022346767000000003 +22 -0.96595393 -1.8099467 0.032880101 0.48417858 -0.92778303 -0.73035951 0.18359161 1.4002611999999999 1.4298727 1.4291979 1.4324008 0.18746743 1.4323847 +23 -1.3812685 -3.3500513 -0.15302361 -3.377789 -1.1277738000000002 -0.88688134 -0.65857762 -0.19008979 -0.15782137 -0.15743916 -0.15727907 -0.65614652 -0.15761987 +24 -1.3815151 -3.3503062000000003 -0.15303015 -0.056059486 -2.9460009 -2.652389 -2.2578307 -0.19009635 -0.15782791 -0.1574457 -0.1572856 -2.260806 -0.15762641 +25 -1.381515 -3.3503059 -0.15303014 -0.056059485 -1.2385053 -3.9991260000000004 -3.5587023 -0.19009635 -0.15782791 -0.15744569 -0.15728559 -3.5632197 -0.1576264 +26 -1.3815151 -3.3503062000000003 -0.15303015 -0.056059486 -1.2385053 -0.95430173 -2.1928887 -0.19009635 -0.15782791 -0.1574457 -0.1572856 -2.1899797000000003 -0.15762641 +27 -1.6109864999999999 -6.5952991999999995 -3.4786362 -0.039231915 -1.4318826999999998 -1.0710656 -0.77097643 -4.0416832000000005 -4.0103034 -4.0096959000000005 -4.0112237 -0.76515861 -4.0114491 +28 -1.6422683999999999 -7.224739 -4.0125669 -0.062023573 -1.4611535 -1.1117647 -0.82680714 -0.74763691 -4.038087600000001 -4.0374833 -4.0390169 -0.8218958 -4.0392388 +29 -1.3804709 -3.3498354 -0.15392918 -0.05605753 -1.2383944 -0.9541397 -0.70569191 -0.19012483 -0.15793375 -3.4794796000000003 -3.4808381 -0.70215986 -3.4811765 +30 -1.3815151 -3.3503051 -0.15302396 -0.056059532999999995 -1.238505 -0.95430135 -0.70584546 -0.19009451 -0.15782447 -0.15744225 -2.6167256 -0.70231639 -0.15762643 +31 1.1618571000000002 1.4902803 0.14767608 -2.7315686 1.2358955 1.0939504 1.4586731000000002 1.5472948999999998 1.5476478 1.5466681999999998 1.5500802 1.4705536 1.5502768999999998 +32 1.1616413 1.4900624 0.14765132 0.59021591 -0.65338483 -0.70441584 0.12867957 1.5472697 1.5476235 1.5466438999999998 1.5500558 0.12128703 1.5502525 +33 1.1616478000000001 1.4900693 0.14765205 0.59021644 1.0782751 -2.083981 -1.0935033 1.5472704 1.5476244 1.5466447 1.5500566 -1.1067278999999999 1.5502533 +34 1.1616423 1.4900636 0.14765143 0.59021601 1.0782726 0.98644089 -0.090507121 1.5472698 1.5476237 1.5466440000000001 1.5500558999999998 -0.081278312 1.5502527 +35 -0.77382874 -1.3686448999999998 -2.8879407 0.51110785 -0.75812225 -0.5873207 0.31655971 -2.0630578 -2.0638139 -2.0635528 -2.0650331000000004 0.3208282 -2.0649843 +36 -1.0405769 -2.003589 -3.4755594 0.48151562 -0.99723599 -0.78902397 0.13519005 1.2205643 -2.1008971 -2.1006206 -2.1020988999999997 0.13907594 -2.1020630000000002 +37 1.1619576999999999 1.4904235000000001 0.14771713 0.59024409 1.0787323 0.98725668 1.4025661 1.5473152000000001 1.5476935 -1.7752141 -1.7767548 1.4145546 -1.7765523999999997 +38 1.1615961000000001 1.4900158000000001 0.14765844 0.59021183 1.0782531000000002 0.98643714 1.4019209 1.5472653 1.5476188 1.5466392 -0.90941907 1.4138779 1.5502365 +39 0.00027187509999999996 0.00028401242000000005 4.2236936999999997e-05 -3.3217261 -1.6104103 -1.6268433 -1.39432 4.3510726e-05 4.3137929000000005e-05 4.3055345e-05 4.3038167e-05 -1.4075603 4.3108625000000004e-05 +40 0.00027251527000000003 0.00028485373 4.2339008000000004e-05 -3.3217261 0.10539974 -2.9851669 -2.6648785 4.362023e-05 4.3255024000000004e-05 4.3170985e-05 4.3152492e-05 -2.6814014 4.322435900000001e-05 +41 0.00027184793999999996 0.00028398742000000003 4.223103e-05 -3.3217261 0.10539947 0.06744196400000001 -1.4460072 4.3505783e-05 4.3132302e-05 4.3049659000000003e-05 4.3032412999999994e-05 -1.447747 4.3102929e-05 +42 -1.3602778999999998 -3.3052476000000004 -3.4886144 -3.3552827000000005 -1.106874 -0.85435571 -0.61070652 -4.0204436 -4.0193816 -4.018843 -4.0204433 -0.60733208 -4.0205997 +43 -1.4721171 -3.9375851 -4.0284558 -3.3800324999999996 -1.2061986999999998 -0.9440423 -0.70275892 -0.73385108 -4.0534408 -4.0528942 -4.0544896 -0.69989503 -4.0546533 +44 0.00083421603 0.0008748353199999999 -0.00016066972999999999 -3.3217012 0.10594822 0.06825674 0.042830925 0.00013413581 0.00012916322 -3.3217988 -3.3234921 0.042128421 -3.3234898999999998 +45 0.00026914249 0.00028090459 4.8672588e-05 -3.3217263 0.10539987 0.067443427 0.042118972000000005 4.5119899999999995e-05 4.6425456000000004e-05 4.6354084e-05 -2.4593985000000003 0.041394297999999996 4.2543008e-05 +46 5.943636199999999e-06 7.7286548e-06 9.5967784e-07 3.1304506e-07 -1.7153609 -4.7358135 -4.3714777 1.0187956e-06 1.0920874999999999e-06 1.0795113999999998e-06 1.0682468999999999e-06 -4.3891029 1.0804257e-06 +47 5.8631622e-06 7.6230599000000006e-06 9.468239900000001e-07 3.0876399e-07 -1.7153609 -1.6948985 -2.9318461 1.0050278e-06 1.0773595e-06 1.0649644e-06 1.0538635e-06 -2.9441433999999997 1.0658668999999998e-06 +48 -1.3605311000000002 -3.3055167 -3.4886215 -0.03355799 -2.9273066 -2.6211868 -2.207671 -4.0204506 -4.0193886 -4.018849899999999 -4.0204502 -2.2097826 -4.0206066 +49 -1.472364 -3.9378397000000005 -4.028461 -0.058303102 -3.0246922 -2.7097066 -2.3071261 -0.73385626 -4.0534462 -4.0528996 -4.0544949 -2.3093901000000003 -4.0546587 +50 0.0005730718700000001 0.0006047328199999999 -0.00020120653000000002 2.5504004e-05 -1.7148284 -1.6940828999999997 -1.4446212 9.2441569e-05 8.7965773e-05 -3.3218400000000003 -3.3235330999999997 -1.4565548000000001 -3.3235311000000003 +51 7.9862468e-06 1.0817739e-05 8.1680198e-06 3.8825798999999997e-07 -1.7153587 -1.6948966 -1.4454662 3.4468356e-06 5.2577228e-06 5.246395200000001e-06 -2.4594396 -1.4574183 1.3838046e-06 +52 5.9401835e-06 7.724142000000001e-06 9.5912358e-07 3.1286215000000003e-07 2.4071459e-06 -3.051973 -4.2041502 1.0182044000000001e-06 1.0914545e-06 1.0788858999999998e-06 1.0676283000000001e-06 -4.2193592 1.0797997e-06 +53 -1.360531 -3.3055163999999997 -3.4886214 -0.033557988999999996 -1.2196957 -3.9682121 -3.5077927000000004 -4.0204506 -4.0193886 -4.018849899999999 -4.0204502 -3.5114688999999997 -4.0206066 +54 -1.4723639 -3.9378394 -4.0284609 -0.058303102 -1.3175106 -4.0560099 -3.6092032999999994 -0.73385626 -4.0534462 -4.0528996 -4.0544949 -3.6129413999999995 -4.0546587 +55 0.0005736768900000001 0.00060552732 -0.00020110887999999998 2.5536228999999997e-05 0.00054215493 -3.0511706000000003 -2.7174496 9.254524799999999e-05 8.807688399999999e-05 -3.3218398999999996 -3.3235330000000003 -2.7325001 -3.3235309999999996 +56 8.5907209e-06 1.1611086e-05 8.2645424e-06 4.2042283000000005e-07 4.894171900000001e-06 -3.0519711 -2.7183292000000003 3.5502466e-06 5.368339900000001e-06 5.3556506e-06 -2.4594395000000002 -2.7333972 1.4931486999999998e-06 +57 -1.3605311000000002 -3.3055167 -3.4886215 -0.03355799 -1.2196957 -0.92312546 -2.1459242 -4.0204506 -4.0193886 -4.018849899999999 -4.0204502 -2.1420929 -4.0206066 +58 -1.472364 -3.9378398 -4.028461 -0.058303102 -1.3175106 -1.0114919 -2.2372786 -0.73385626 -4.0534462 -4.0528996 -4.0544949 -2.2338997000000003 -4.0546587 +59 0.00057304003 0.00060470074 -0.00020121315 2.5502743e-05 0.00054189425 0.00081255354 -1.4873336000000001 9.243584199999999e-05 8.795934100000001e-05 -3.3218400000000003 -3.3235332000000004 -1.488302 -3.3235311000000003 +60 7.9543066e-06 1.078557e-05 8.1614863e-06 3.8699379999999997e-07 4.6338807000000005e-06 2.4014604e-06 -1.4880483999999998 3.4411025999999997e-06 5.2512799e-06 5.2399143e-06 -2.4594396 -1.4890381000000001 1.3773137e-06 +61 -1.6149848999999998 -6.701469099999999 -6.7523408 -0.039281135 -1.43422 -1.0729518 -0.77255564 -4.1055911 -7.426187 -7.4256074000000005 -7.4272936000000005 -0.76673424 -7.4274683 +62 -1.3602508 -3.3052076 -3.4905269999999997 -0.033556631 -1.2196243999999998 -0.9230228 -0.65872869 -4.0204469 -4.019423799999999 -7.3408131999999995 -7.342517900000001 -0.65425198 -7.342674099999999 +63 -1.3605318000000002 -3.3055195 -3.4886212 -0.033557997 -1.219696 -0.9231255 -0.65882583 -4.0204506 -4.0193886 -4.018849899999999 -6.479882599999999 -0.65435103 -4.0206068 +64 -1.4714867 -3.9375434 -4.0381317 -0.058302247 -1.3174629 -1.0114231 -0.75021828 -0.73385382 -4.0534843 -7.374865700000001 -7.376563000000001 -0.74623544 -7.3767266000000005 +65 -1.4723645 -3.9378422 -4.0284609 -0.058303105 -1.3175108 -1.0114919 -0.75028375 -0.73385628 -4.0534462 -4.0528996 -6.5139273 -0.74630216 -4.0546589 +66 0.0005681136599999999 0.00059833478 -0.00020133064999999998 2.5239799e-05 0.0005400378900000001 0.0008122838000000001 0.00071754114 9.179745300000001e-05 8.742942399999999e-05 -3.3218405 -5.7829666 0.0007394320599999999 -3.323532 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.1791508 0.14111366 0.0003248598 0.038962064 -3.446882 -2.6474127999999997 -0.89006143 0.00094341227 0.00094664894 0.00076791391 0.0037897176 -0.94654917 0.0037678376 +2 -1.7601738 -2.237418 -0.0051888368 -0.30814169 -1.8135361 -1.1466896 -0.27160237 -0.0096188369 -0.009640722 -0.0078238614 -0.038354938 -0.29446442 -0.038147814 +3 -0.54319451 -0.34028632 -3.8175369 0.45572852 -0.94176587 -0.67020891 0.40669303 -3.23718 -3.2460158 -2.9792494 -5.4282875 0.4156979 -5.4181178 +4 -0.00036228436 -0.00021188811000000002 -9.038800700000001e-07 -3.3219684999999997 0.71542477 0.17562073 0.029017618 -1.6685666e-06 -1.9070991999999998e-06 -1.5407313e-06 -7.509221e-06 0.031686818 -7.5060371e-06 +5 0.0040087562 0.0028848571000000003 1.1951173e-05 0.0007082342299999999 -2.1451235 -1.4025594 -0.34941167 2.2942781e-05 2.5046617999999998e-05 2.0260673e-05 9.9115403e-05 -0.37717506 9.890800300000001e-05 +6 0.0064394583 0.0046712663 2.0151914e-05 0.0011464946 0.0038808464 -3.3517066 -1.1758062 3.7631731e-05 4.1597335000000005e-05 3.362234e-05 0.00016411281000000002 -1.2251584999999998 0.00016393389 +7 0.0065939122 0.0047966766999999995 2.0960282e-05 0.0011770317999999999 0.0038885785 0.00046833342000000003 -1.5663431 3.8799184e-05 4.3058113e-05 3.4794378e-05 0.00016971243000000002 -1.6045343 0.00016958156000000001 +8 -4.176512799999999 -4.2603099 -7.3054337 -1.334215 -4.219827099999999 -3.7996358999999997 -2.8991502000000002 -9.4664268 -9.4963651 -9.194663499999999 -11.810977000000001 -3.0039631 -11.800991999999999 +9 -4.901563200000001 -5.2311894 -8.2902734 -1.3692249 -4.9112738 -4.4004422 -3.3407271 -6.5279093 -9.879205800000001 -9.5774782 -12.194382000000001 -3.4489552000000003 -12.184313000000001 +10 0.0007482230900000001 -0.0047911542 0.03437977 -0.16401998 0.062621199 0.017336972 -0.17751537 0.027376655 0.027660235 -3.2995964 -5.7837108 -0.17936296 -5.773822099999999 +11 0.0031797440000000004 -0.0032242071000000002 0.041667255 -0.13413222 0.053680945 0.013975092 -0.14685544 0.034819553999999996 0.035049854 0.028288808999999998 -2.371142 -0.14867634 0.12833702 +12 -4.9393225 -2.0927471 -0.005060856 -0.29500697 -5.0811634 -4.252521099999999 -1.9464881 -0.009356029200000001 -0.0093776774 -0.0076102191 -0.037312571 -2.0303400000000003 -0.037111293 +13 -3.7012424 -0.19563723 -3.8070408 0.48058439 -4.245041400000001 -3.6885491000000004 -1.0284966999999998 -3.225103 -3.2337624 -2.9672987999999996 -5.4148483 -1.1009897 -5.4046715 +14 -3.1794988999999996 0.14089654 0.00032354154999999997 -3.2830112999999996 -2.7500176 -2.1392516 -0.67059234 0.000941366 0.00094418545 0.0007659341 0.0037802008000000003 -0.72162841 0.0037582614000000003 +15 -3.1780234 0.14195725 0.00032918127999999997 0.039183997000000005 -5.1937868 -4.3743388 -2.0440991000000004 0.00095100769 0.0009551881199999999 0.00077479977 0.0038231473 -2.1301117 0.0038013262 +16 -3.1778355 0.14209944 0.00032992874 0.039221369 -3.4462241999999996 -5.7922493 -3.2379388 0.0009522930300000001 0.00095665007 0.00077597742 0.0038288474 -3.3339440000000002 0.0038070440000000003 +17 -3.1779587000000005 0.14200765 0.0003294622 0.039197207000000005 -3.4462876000000002 -2.6472874 -2.4177458 0.0009514672 0.0009557250099999999 0.00077523121 0.0038252209999999997 -2.4921843999999997 0.0038034129 +18 -7.1132774 -4.0639341 -7.3001989 -1.3149547 -7.143140700000001 -6.5991832 -5.2575139 -9.4606386 -9.4910906 -9.1893987 -11.805713 -5.3777434 -11.79572 +19 -7.762455900000001 -5.0945075 -8.288323599999998 -1.3543146000000001 -7.742250200000001 -7.091172900000001 -5.700253900000001 -6.5257373 -9.877217100000001 -9.575492800000001 -12.192397 -5.8164697 -12.182326 +20 -3.1793869999999997 0.13581931 0.035212836000000004 -0.12125407 -3.387928 -2.6012907000000003 -1.0525809 0.02876173 0.029047253 -3.2984761 -5.7824819000000005 -1.1083517 -5.7725926 +21 -3.1769222999999998 0.13749068 0.042501625 -0.09205656 -3.3963638999999994 -2.6100144 -1.0248544 0.036204756 0.036436798 0.02940792 -2.3656032000000002 -1.0810666000000002 0.13399969 +22 -2.9096657 -2.8709019000000002 -3.882426 0.27536459 -3.3645096 -2.8917034 -0.53046379 -3.3215449999999995 -3.3222876000000006 -3.0536423999999998 -5.5115843 -0.58766623 -5.5015138 +23 -1.7610025000000002 -2.2384382 -0.0051894269 -3.6301212 -1.2217008999999999 -0.79633072 -0.18867625 -0.0096202186 -0.0096421511 -0.007825015 -0.038360469 -0.207219 -0.038153358 +24 -1.7555148999999997 -2.2315713 -0.0051840689 -0.30776639 -3.6525247000000003 -2.8217285 -0.98312931 -0.0096094514 -0.009631097 -0.0078160795 -0.038317461000000004 -1.0420810999999999 -0.038110328 +25 -1.7540806 -2.2297407000000002 -0.0051825413 -0.30764878 -1.8101721999999998 -4.3882995000000005 -2.0025044 -0.009606523399999999 -0.0096280766 -0.0078136415 -0.038305774 -2.0802703 -0.038098613999999996 +26 -1.7544343999999998 -2.2301759999999997 -0.00518289 -0.30767685 -1.8103957 -1.1460548000000002 -1.8231079 -0.0096072294 -0.0096287962 -0.0078142243 -0.038308594 -1.8758281000000003 -0.038101428 +27 -5.9424199 -7.497432099999999 -7.285820599999999 -1.3762647 -5.8646864 -5.1298582 -3.8693345999999997 -9.4781461 -9.4780201 -9.1761882 -11.792332 -3.9738703 -11.782484 +28 -6.209994999999999 -8.4847754 -8.267928999999999 -1.3910646 -6.1087775 -5.339528400000001 -4.053549899999999 -6.5350889 -9.8575949 -9.5557868 -12.172576 -4.1584553 -12.162593 +29 -1.7502506999999998 -2.2411923 0.029791382999999998 -0.51477936 -1.7408075 -1.1066832 -0.4471818 0.018436666 0.018700396 -3.3068381000000002 -5.7916530999999996 -0.4709902 -5.781767299999999 +30 -1.7463872999999999 -2.2395312 0.037287903 -0.47676733 -1.7492984 -1.1137106 -0.41681387 0.026106799 0.026320057 0.021239796000000002 -2.4058723 -0.44077982 0.09284354 +31 -0.54535289 -0.34179332 -3.8176722 -2.866393 -0.11009183 -0.24508761 0.49347635 -3.2373165 -3.2461792999999997 -2.9794082000000004 -5.4284653 0.51048147 -5.418296400000001 +32 -0.53404603 -0.33357205 -3.8169557000000003 0.45668635 -2.8746193 -2.3146516 -0.19264836 -3.236585 -3.2453145 -2.978568 -5.4275248 -0.2298458 -5.4173517 +33 -0.53069833 -0.33103619 -3.8167453 0.45704857 -0.93358781 -3.9835007000000004 -1.1680317 -3.2363699 -3.2450569 -2.9783182999999998 -5.4272461 -1.2337771999999998 -5.417071 +34 -0.53117518 -0.33136198 -3.8167766000000003 0.45700178 -0.93399279 -0.66848217 -1.1845593 -3.2364019 -3.2450937 -2.9783542 -5.4272864 -1.2243167 -5.4171113 +35 -3.0496201000000003 -2.9376282000000002 -7.6214692 0.25289238 -3.5695161 -3.24494 -0.81760983 -8.0960295 -8.1280653 -7.8275071 -10.440827 -0.89084458 -10.430437 +36 -3.6897017 -3.6569398 -8.610905800000001 0.21335097 -4.1930472000000005 -3.841397 -1.2526673000000002 -4.909437400000001 -8.2623351 -7.961658900000001 -10.575463000000001 -1.3384546 -10.565083999999999 +37 -0.54243586 -0.33956701 -3.8133546000000003 0.45553668 -0.94065759 -0.66845712 0.40711351 -3.2345127999999996 -3.2433278 -6.2985574 -8.9013052 0.41621615 -8.890921800000001 +38 -0.54277214 -0.33990152 -3.8138464999999995 0.45551181 -0.94124765 -0.66992243 0.40650804 -3.2348432999999996 -3.2436738999999997 -2.9769672000000003 -7.8864206999999995 0.41551431 -5.4159218000000005 +39 0.0035286969 0.0025795787 1.0457876000000001e-05 -3.3212831 -1.5705604 -1.0226194 -0.24695808 2.0403762e-05 2.2065326e-05 1.7856950999999998e-05 8.7467283e-05 -0.26964259 8.7234689e-05 +40 0.0063482448 0.0046507109000000005 1.9941871e-05 -3.320775 0.71880729 -3.1865902000000004 -1.0571931 3.7421081e-05 4.1221076999999994e-05 3.3322708999999997e-05 0.00016271376 -1.1013992 0.00016250792 +41 0.0066655428 0.0048965138 2.1329636000000002e-05 -3.3207150000000003 0.71886176 0.17590163 -1.5391057 3.9599397e-05 4.3832573000000004e-05 3.5423459e-05 0.00017282698000000002 -1.5756501 0.00017267304 +42 -4.1762703000000005 -4.260063 -7.305426700000001 -4.6560548 -3.9601812999999995 -3.6039613 -2.7771512 -9.4664194 -9.496358099999998 -9.1946565 -11.81097 -2.8818178 -11.800985 +43 -4.9013243 -5.2309487 -8.2902693 -4.6910695 -4.6504541 -4.2034056 -3.2046054 -6.5279052 -9.8792018 -9.5774742 -12.194378 -3.3134483999999995 -12.184308999999999 +44 0.00047486770999999995 -0.0049387254 0.034379382 -3.4859762 0.72160335 0.17869755 -0.15014066 0.027375735 0.02765914 -3.2995972 -5.7837118 -0.14953033 -5.773823 +45 0.0028937986999999997 -0.0033813068 0.041666853 -3.4560904000000003 0.72168446 0.17778158 -0.11919915 0.034818591 0.035048711 0.028287892000000002 -2.3711465 -0.11852695 0.12833241 +46 0.0072606977 0.005275754200000001 2.2970953e-05 0.0012948622 -2.1435347 -4.6266425 -2.1945582000000003 4.2636768000000004e-05 4.7258673e-05 3.8192182e-05 0.00018633365 -2.2752133 0.00018616866000000003 +47 0.007044630400000001 0.005119727100000001 2.2290515999999996e-05 0.0012565006 -2.1436498999999998 -1.4022567 -1.8973141 4.1367781e-05 4.5857483e-05 3.7059161e-05 0.00018079678 -1.9530557000000002 0.00018064064999999998 +48 -4.176419200000001 -4.2602044 -7.305428699999999 -1.3342117 -5.9419998 -5.500484200000001 -4.2918768 -9.4664231 -9.4963595 -9.1946579 -11.810972 -4.4135077 -11.800987 +49 -4.901519400000001 -5.2311318 -8.2902714 -1.369224 -6.625567 -6.1025065000000005 -4.8210581 -6.527908200000001 -9.879203500000001 -9.577475999999999 -12.194379 -4.9414907999999995 -12.184311 +50 0.0041166483 -0.0023723804 0.034392565 -0.16335925 -2.0929651000000002 -1.3678976999999999 -0.52202087 0.027398157000000003 0.027683336 -3.2995777000000004 -5.7836905 -0.5502774 -5.7738016 +51 0.0066350422 -0.00074009865 0.041680192000000005 -0.13346635 -2.1003578999999997 -1.3746498 -0.49239592 0.034841377 0.035073311 0.028307696 -2.3710492000000003 -0.52087452 0.12843215 +52 0.007329280600000001 0.0053283874 2.3244664e-05 0.0013077375 0.0043378969 -3.3516589999999997 -2.6964174 4.3083239e-05 4.7787343e-05 3.8617386e-05 0.00018837988 -2.7613083 0.0001882257 +53 -4.1764078 -4.2601913 -7.3054281 -1.3342112 -4.2197795 -6.8671572 -5.551236 -9.4664227 -9.496358800000001 -9.194657300000001 -11.810971 -5.6775012 -11.800986 +54 -4.901514499999999 -5.2311252999999995 -8.2902712 -1.3692239 -4.9112523 -7.458845200000001 -6.1043525 -6.527908 -9.8792033 -9.577475699999999 -12.194379 -6.2279160000000005 -12.184311 +55 0.0061357819 -0.00089154672 0.034400778 -0.16295477 0.065871683 -3.326606 -1.340431 0.027411454 0.027698066 -3.2995659 -5.7836775000000005 -1.3886026000000002 -5.7737886 +56 0.008709555899999999 0.00078313718 0.041688493 -0.13305816 0.057014662 -3.3310824 -1.3121105 0.03485488 0.035088276 0.028319722999999998 -2.3709903999999997 -1.3607782 0.12849253 +57 -4.176419 -4.2602039000000005 -7.305428699999999 -1.3342116000000002 -4.2197846 -3.7996258000000003 -4.3947704000000005 -9.4664231 -9.4963595 -9.1946579 -11.810972 -4.503516 -11.800987 +58 -4.9015198 -5.2311323 -8.2902714 -1.369224 -4.9112547 -4.4004378 -4.8336478 -6.527908200000001 -9.879203599999999 -9.577475999999999 -12.19438 -4.9447525 -12.184311 +59 0.0062573657 -0.0007923166099999999 0.034401439 -0.16292778 0.065871405 0.017730221 -1.7349404999999998 0.027412381 0.027699223999999998 -3.2995650000000003 -5.7836765 -1.7711970000000001 -5.7737875999999995 +60 0.008835385 0.00088585256 0.04168916 -0.13303078 0.057015265 0.014378573 -1.7057272 0.034855822 0.035089453 0.028320662000000003 -2.3709859 -1.7425484 0.12849719 +61 -6.2039921 -8.3765048 -11.461834 -1.3788794 -6.110164900000001 -5.3429101999999995 -4.0490181000000005 -10.307325 -13.660492999999999 -13.358495000000001 -15.976999 -4.1538277 -15.966867 +62 -4.1763523000000005 -4.259689900000001 -7.3054533 -1.3341955 -4.2191388 -3.7984443 -2.8981128 -9.466454800000001 -9.496455000000001 -12.516681 -15.13494 -3.0028815 -15.124951999999999 +63 -4.1765079 -4.2603038 -7.3054243 -1.3342151000000002 -4.2198222 -3.7996318 -2.8991479 -9.4664227 -9.4963591 -9.1946575 -14.270418 -3.0039607999999998 -11.800991 +64 -4.9013753 -5.2307557000000005 -8.290311299999999 -1.3692178999999998 -4.9108725 -4.3997475 -3.3400731 -6.527923400000001 -9.879272300000002 -12.899473 -15.517868 -3.4482779999999997 -15.507797 +65 -4.9015612 -5.2311865 -8.2902682 -1.3692251 -4.9112719 -4.4004406 -3.3407261 -6.527907900000001 -9.8792031 -9.5774755 -14.653822 -3.4489542 -12.184314 +66 0.00055568676 -0.0049048485 0.033707067 -0.16604097 0.063158775 0.017478957 -0.17963016 0.026709872000000003 0.027002584 -3.3001266000000005 -8.244709799999999 -0.18147503 -5.7746932 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.6556581 0.57290773 7.4384038e-05 0.029046733999999998 -2.8455269 -3.5621949999999996 -1.9653639999999999 0.0015963117999999998 0.0016685854000000001 0.0012109456 0.0031835681 -2.2105672999999997 0.0032104054999999997 +2 -1.5637488000000002 -2.3468557 -5.6462432e-05 -0.04872786 -1.602217 -1.4379553 -0.43782185 -0.0026860623 -0.0026638693 -0.0019431986 -0.0052689361 -0.50506488 -0.0052755222 +3 -0.017384491999999998 0.16677266 -2.214741 0.098915352 -0.16980378 -0.81593131 -0.24107425 -1.7207702 -1.7217236 -1.4192803999999999 -4.9846065 -0.30952848 -4.9619231 +4 -0.20728253 -0.18679214 -4.4591319999999996e-05 -3.3291677 2.5114248 0.87790084 0.14715915 -0.00042065474000000004 -0.00042835028 -0.00031103009 -0.0008205355499999999 0.17892336 -0.00082705957 +5 0.42013822 0.35012964 0.00014043328000000002 0.016231781 -1.525376 -1.9974444 -0.80360606 0.0009751756399999999 0.001021677 0.0007411062299999999 0.0019431989000000002 -0.93976784 0.0019612023999999997 +6 0.54203329 0.44266528 0.0001921257 0.021183741000000002 0.48087624 -3.8458918 -2.1895187999999997 0.0012816033 0.001355755 0.00098332784 0.0025763660999999997 -2.4420101 0.0026005748000000003 +7 0.53543619 0.4378035 0.00019077795 0.020915898999999998 0.47471478 0.093283608 -1.9814241000000001 0.0012662353 0.0013388997 0.00097110895 0.0025444507 -2.2365861000000002 0.0025683426999999997 +8 0.66590085 0.60097581 0.70270736 -1.3059998 1.6696435 0.52581746 -1.3729888000000001 -2.9217838 -2.9243627 -2.5360262000000002 -6.660189999999999 -1.5876426000000001 -6.6368618 +9 -1.1531862 -1.0599203000000001 -2.6845216 -1.6748213 -0.21571796 -1.1367733999999998 -2.2586874 -2.5272647999999998 -5.8727776 -5.424175599999999 -9.858841 -2.5728485 -9.835036 +10 1.1017085 0.24323799 2.6475299 -0.21835303 1.3983499 0.58974919 0.023787119 1.958918 1.9584453999999998 -2.2006551 -6.216986599999999 0.027722733 -6.193321599999999 +11 0.85114589 0.18785537 2.1865546 -0.13368937 1.0591989 0.49468484 0.035341283 1.6951151999999998 1.6947556000000001 1.0080049 -1.5820926000000002 0.040008432999999996 1.2388309 +12 -4.3500484 -1.6398084 -5.3627222e-05 -0.040769831 -4.4795372 -5.1274834 -3.3146273999999996 -0.0022893265 -0.002261275 -0.0016507032999999998 -0.004493597 -3.602582 -0.0044942843 +13 -2.9271849 0.4977827 -2.2097252999999997 0.11566462 -3.2118302000000005 -4.2551548 -2.6681145 -1.7142216000000001 -1.7147317 -1.4130169 -4.9729068 -2.9771821 -4.9502048 +14 -2.7943414 0.46587784 -1.1841186e-05 -3.2990913 -0.89600119 -1.4578107 -0.56454189 0.0011963826 0.0012339333 0.00089608698 0.002364921 -0.68383191 0.0023826629999999997 +15 -2.6277052000000003 0.59343625 8.671209999999999e-05 0.030290279 -4.5440045 -5.3754827 -3.6365397000000006 0.001673461 0.0017522548 0.0012716328999999998 0.0033425039 -3.9485193999999995 0.0033707863 +16 -2.6250254 0.59538683 8.781747799999999e-05 0.030409332 -2.8192642000000006 -6.7699317 -4.9936199 0.0016808025 0.0017602157000000001 0.0012774083 0.0033576467 -5.3240513 0.003386062 +17 -2.6278082 0.59335874 8.6650023e-05 0.030285565 -2.8216598 -3.5518981 -3.5837991000000002 0.0016731635999999999 0.0017519195000000002 0.0012713905 0.0033418807 -3.8988834999999997 0.0033701545 +18 -2.4480027 0.81981692 0.70427428 -1.26924 -1.7135951 -2.3637335999999998 -2.5329645 -2.9200567000000004 -2.9223513999999997 -2.534113 -6.6577517 -2.8630412 -6.634419599999999 +19 -4.3036043 -0.91287524 -2.6799079 -1.6625561999999998 -3.4356104 -4.314195 -4.4141462 -2.5225167 -5.867932700000001 -5.4193746 -9.8539082 -4.8148652 -9.8300899 +20 -1.6880912000000001 0.83345209 2.6478023 -0.17833025 -1.7094171999999999 -2.5234052000000005 -1.3055605 1.9592359000000001 1.9587662000000001 -2.2005244 -6.2168072 -1.5217924999999999 -6.1931419000000005 +21 -1.9039746 0.77985739 2.1868496 -0.096933385 -1.9789111000000001 -2.7403903 -1.4120045 1.6955764 1.695222 1.0082156 -1.5820021 -1.632361 1.2389471 +22 -1.8637951000000001 -1.9561362 -2.2282254 0.049681746 -2.0738768 -3.0453563999999997 -1.6246196000000002 -1.7399449 -1.7404223 -1.4361003 -5.015942900000001 -1.8759369 -4.9931968 +23 -1.9094557 -2.8972714 -7.002069e-05 -3.3744815999999997 0.57842845 0.37497142 0.06688865299999999 -0.0028952341999999996 -0.0028758296999999997 -0.0020972629000000002 -0.0056784278 0.078610677 -0.005687893 +24 -1.2065436999999999 -1.8513331000000002 -2.6763350999999998e-05 -0.043794255 -3.0522641 -3.5388214 -1.8610537 -0.0024077227 -0.0023806173 -0.0017374817000000002 -0.0047247499 -2.0812996 -0.004726886 +25 -1.1482195 -1.7760148999999998 -2.0461275000000002e-05 -0.042886083 -1.2343458999999999 -5.114948 -3.2914573 -0.0023559507999999997 -0.0023278511999999998 -0.0016991610999999998 -0.0046234187 -3.5759038999999997 -0.004624722800000001 +26 -1.1705488000000002 -1.8048403000000002 -2.3043234000000003e-05 -0.043239071 -1.2541388999999998 -1.338994 -2.2870742 -0.0023760613 -0.0023483885 -0.0017140673000000002 -0.004662706500000001 -2.5566467 -0.0046643666 +27 -0.91013555 -1.7603398000000001 0.70495918 -1.4955228 0.048375402000000005 -0.57185634 -1.6494378 -2.9220308 -2.9219624 -2.5336992 -6.657161 -1.9017334 -6.6338873 +28 -3.3594091 -3.8800496 -2.5976522999999996 -1.7528906000000002 -2.4011485 -3.1016695 -3.3554738 -2.4611981 -5.7832142 -5.334927599999999 -9.766505800000001 -3.7199542 -9.7429868 +29 0.21196011 -2.2808906 2.6473901 -0.28622425 0.41506502 -0.090497165 -0.12297405 1.9585573 1.9580881 -2.2008009 -6.2171874 -0.15497074 -6.193522 +30 -0.16213042 -2.3138620999999997 2.1859287 -0.1952667 -0.029863792000000004 -0.31013687 -0.14274618 1.6942656000000003 1.6939104 1.0076225 -1.5822582 -0.17774438 1.2386188 +31 -0.31719189 -0.068267214 -2.2175296 -3.2324436000000003 1.8817711 0.60779478 0.13589935 -1.7244751 -1.7256678 -1.4228125 -4.9911789 0.14882814 -4.968511299999999 +32 0.21835247 0.34074491 -2.2122099 0.10691151 -1.8175433999999997 -2.7589057999999995 -1.3900489 -1.7175358 -1.7181283 -1.4160641999999999 -4.978616099999999 -1.6187573999999998 -4.9559128 +33 0.25709219 0.36817855 -2.2117597 0.10825903 0.067942285 -4.3395686 -2.7208927000000003 -1.7169763 -1.7174863 -1.4154902 -4.9775465 -3.0266118 -4.954839099999999 +34 0.24490303 0.35973351 -2.211897 0.10784152 0.056873482 -0.74346539 -2.1437892999999995 -1.7171501 -1.7176814999999999 -1.415665 -4.977872799999999 -2.4192223999999998 -4.9551661 +35 -0.69136487 -0.50292965 -4.7110769999999995 0.049008549000000005 -0.90370557 -2.0556318 -1.0380206 -6.206273400000001 -6.2334606 -5.7833202 -10.228113 -1.2584302 -10.203792 +36 -1.4439087 -1.2764712 -6.569087700000001 0.0038987291999999997 -1.6512381 -2.8673511 -1.6612691000000002 -3.221375 -6.5699156 -6.1182843 -10.57007 -1.944019 -10.545747 +37 -0.015916238 0.1671173 -2.1889388 0.09793121 -0.1675188 -0.81363161 -0.24067262 -1.7044588 -1.7054211 -4.7265967 -9.134319 -0.30898428 -9.1100756 +38 -0.015699081 0.16738615 -2.1923932 0.098070412 -0.1674287 -0.81419018 -0.24110829 -1.7066474999999999 -1.7076029 -1.4066231000000002 -7.4293474 -0.30955417 -4.940814 +39 0.18029788 0.15391013 3.1389735e-05 -3.3152439 0.12708016 -0.31284628 -0.11094824 0.00038163872 0.00038914864999999997 0.00028266954 0.0007471456500000001 -0.14422018 0.0007525858999999999 +40 0.492571 0.40581711 0.00017219848999999997 -3.3027512000000003 2.8737334 -2.7335107999999995 -1.3137524 0.0011579267 0.0012202717999999998 0.0008850808800000001 0.0023193268 -1.5081836000000002 0.0023410855 +41 0.52874596 0.43296235 0.00019006228 -3.3012767999999997 2.8907661 0.89877181 -1.8897297999999998 0.0012513259 0.0013228609 0.00095946345 0.002513757 -2.1365727000000003 0.0025374168 +42 0.65751494 0.59464291 0.70260228 -4.6289142 2.9134057999999996 0.88699176 -1.3038001000000001 -2.9218806 -2.9245107000000004 -2.5361669 -6.6603693 -1.5063323 -6.6370414 +43 -1.1594611000000001 -1.0653631000000001 -2.6849202 -4.9970872 0.6805867 -0.46139703 -2.0229797 -2.5276053 -5.8732207 -5.4246124 -9.859287199999999 -2.3174516 -9.8354858 +44 0.99938245 0.12439538 2.6475087999999998 -3.5466326 3.7039637 0.95381383 0.08603354099999999 1.9588796999999998 1.9584072 -2.2006707000000003 -6.217008 0.10839513 -6.193343 +45 0.73412923 0.059364481 2.1865235 -3.4618652 3.4911125 0.9438291 0.1085651 1.6950493000000002 1.6946898000000001 1.0079752 -1.5821053999999999 0.13327814 1.2388145000000002 +46 0.56471347 0.45916841 0.00019920751000000001 0.022099617000000002 -1.4092381999999999 -5.4450816 -3.7036269 0.0013366920999999998 0.0014158573 0.0010269442 0.0026909621000000003 -4.0165952 0.0027161307 +47 0.55532853 0.45231994 0.00019574386999999998 0.021718502999999997 -1.4168610000000001 -1.9576456000000002 -2.5774767999999995 0.0013134497 0.0013902470999999999 0.00100837 0.0026423295000000003 -2.8663098999999996 0.0026670468 +48 0.6953085 0.6234656 0.70309753 -1.3024604 -0.43042192 -1.0496409 -1.8396066000000002 -2.9214289 -2.9238107 -2.5355017999999996 -6.6595227 -2.1152199 -6.6361925 +49 -1.1421888999999998 -1.0502423 -2.6838414 -1.6741933999999998 -2.0212585 -2.8868635 -3.2717426 -2.5266834 -5.872019 -5.423428299999999 -9.858077999999999 -3.6445505 -9.8342663 +50 1.40399 0.56338164 2.6475971 -0.19860164 -0.46795097 -1.0792198 -0.46708877 1.9590381000000001 1.9585667000000002 -2.2006057 -6.2169189000000005 -0.57012584 -6.1932537000000005 +51 1.1795098 0.51738692 2.1866494 -0.11505984 -0.71471026 -1.2544537 -0.50410669 1.6953131000000001 1.6949558999999998 1.0080954 -1.5820538999999998 -0.61087073 1.2388807 +52 0.56484736 0.45926952 0.00019935212 0.022105241 0.50204469 -3.8379574 -3.7901189 0.0013371066 0.0014163344 0.0010272895 0.0026918553999999996 -4.104036499999999 0.0027170352 +53 0.70894147 0.6341665 0.70329611 -1.3007601999999998 1.7010164 -2.9180446 -2.7874314 -2.9212529 -2.9235257999999997 -2.5352317 -6.65918 -3.1123266 -6.635847900000001 +54 -1.1400496 -1.0483144 -2.6837152 -1.6740683 -0.20734306 -4.3669855 -4.4288107000000005 -2.5265762 -5.8718764000000006 -5.4232881 -9.857935099999999 -4.8253207 -9.8341219 +55 1.5391267 0.69026957 2.6476272 -0.18958 1.7981542000000001 -3.1202963 -1.6940491999999998 1.9590933000000001 1.9586240000000001 -2.2005824 -6.216887 -1.9284371 -6.1932217000000005 +56 1.3166010000000001 0.64003892 2.1866903 -0.10704881 1.4802585 -3.2620881 -1.7698697 1.6953987000000001 1.6950448 1.0081354999999999 -1.5820368 -2.0063218999999997 1.2389027 +57 0.70888626 0.63423788 0.70329945 -1.3007492 1.7005538 0.53103606 -3.0604362000000003 -2.9212511 -2.9235199 -2.5352262999999997 -6.6591735 -3.3734081 -6.635841 +58 -1.14109 -1.049217 -2.6837816 -1.6741272 -0.20804565 -1.1346167 -3.8507309000000003 -2.5266331 -5.87195 -5.4233607 -9.8580093 -4.2108968 -9.8341967 +59 1.5450626 0.69568916 2.6476285 -0.18917875 1.8026168999999999 0.64868648 -1.9690179 1.9590956999999998 1.9586265999999999 -2.2005812999999996 -6.2168856 -2.2230316 -6.193220200000001 +60 1.3205685 0.64352438 2.1866916 -0.10681226 1.4831192 0.56073039 -1.9603552 1.6954012999999999 1.6950474999999998 1.0081367 -1.5820363000000002 -2.2143853 1.2389033999999999 +61 -4.910511799999999 -5.4284113 -7.4216743 -1.7901042 -3.9635703 -4.6903668 -4.7188717 -8.2774346 -11.630471 -11.172978 -15.650070999999999 -5.1115905999999995 -15.626081 +62 0.66625967 0.60094087 0.70484327 -1.3106095 1.6731623 0.52889857 -1.3758351 -2.92017 -2.9226822999999995 -5.8563538 -10.302375999999999 -1.5904025 -10.278477 +63 0.66618838 0.60086517 0.70459429 -1.3101408 1.6724538 0.52686144 -1.3763961999999998 -2.920362 -2.9228386000000004 -2.534575 -9.120580300000002 -1.5911903 -6.6358318 +64 -1.1515538 -1.0582136 -2.6839537 -1.6747978 -0.21357338 -1.132967 -2.2565454 -2.5267897999999995 -5.872311799999999 -8.7456394 -13.219145999999999 -2.5704332 -13.195279000000001 +65 -1.1530076 -1.0597531 -2.6840637000000003 -1.674886 -0.21550933 -1.1366158000000002 -2.2586867 -2.5269037999999995 -5.8724012000000005 -5.4238019 -12.318195 -2.5728444 -9.8347409 +66 1.1096493 0.24524607 2.660934 -0.22179672 1.4097737 0.59276778 0.022474689 1.965925 1.9654508999999998 -2.1978052000000003 -8.6763214 0.026268298 -6.1905182 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.6492262 0.57820737 6.9063345e-05 0.029262702999999998 -2.8386097 -3.5631314 -1.9690984 0.0016133704999999998 0.0016859982999999999 0.0012256237 0.0032707927 -2.2146607000000005 0.0032969996000000003 +2 -1.5630338 -2.3459333 4.0358437e-05 -0.048550909 -1.6018698999999998 -1.4441933999999998 -0.44118215 -0.0026100707 -0.0025871807 -0.0018903779 -0.0052027825 -0.50879705 -0.0052072727000000004 +3 -0.010754217 0.17122183 -2.2053493 0.09962210199999999 -0.1626169 -0.8114784 -0.23920725 -1.7123895 -1.7133333999999998 -1.4131896000000002 -4.9677921 -0.30734158 -4.9451019 +4 -0.21049571 -0.18995131 -4.4649344e-05 -3.3292556 2.5064752 0.88071564 0.14766549 -0.00042680509000000006 -0.00043440331 -0.00031595772 -0.0008462355699999999 0.17948645 -0.00085258721 +5 0.42541361 0.35461624 0.00013887402000000001 0.016405188 -1.5194484 -1.9978432000000002 -0.80519148 0.0009887282 0.0010353842 0.0007523101 0.0020024846 -0.94153266 0.002020164 +6 0.54852697 0.44803822 0.00019040921000000003 0.021402692 0.48742086 -3.8461093999999996 -2.1934788 0.001298993 0.0013735061999999999 0.0009978761800000001 0.0026541298999999997 -2.4464807 0.002677906 +7 0.54174741 0.44304201 0.00018899691000000003 0.021127484 0.4810855 0.095304005 -1.9810027 0.0012831337 0.0013561126999999998 0.00098524609 0.0026206419 -2.2362687 0.0026441001 +8 0.67369312 0.60690948 0.70882219 -1.3071958000000001 1.6809106 0.54107688 -1.3689425 -2.9160932 -2.9185494 -2.5324007 -6.646405400000001 -1.5824606 -6.6230728 +9 -1.1371441999999998 -1.0460463 -2.6784859 -1.6757004 -0.19484097 -1.1049919 -2.2423488999999996 -2.521938 -5.8670743 -5.4207697999999995 -9.8446257 -2.554304 -9.8208198 +10 1.1040611999999999 0.24256521 2.6560438 -0.21881243 1.4015396999999998 0.59455825 0.024543022999999997 1.9668879000000001 1.9664255000000002 -2.1946266 -6.200162799999999 0.028661631 -6.176491400000001 +11 0.85098845 0.18660496 2.1911089 -0.13358446 1.0591786 0.49852819 0.036245774 1.7004728999999998 1.7001238999999997 1.0128234 -1.5655523999999998 0.041127109 1.2551992 +12 -4.3454866999999995 -1.6345361 4.1265149e-05 -0.04055554 -4.4746182 -5.1323751 -3.3231925 -0.0022103112 -0.0021815398 -0.0015951798999999998 -0.0044084979 -3.6115801 -0.004407282199999999 +13 -2.9182772 0.50396366 -2.2003126 0.11644635 -3.2023639 -4.250715799999999 -2.666087 -1.7058108 -1.7063106 -1.4068983 -4.9560415 -2.9750984000000003 -4.933332900000001 +14 -2.7895269 0.46998424 -1.7184836e-05 -3.2989413 -0.89245472 -1.4574638 -0.56470522 0.0012075669999999999 0.0012451311 0.00090572461 0.0024264161 -0.68381957 0.0024436229 +15 -2.6211094 0.59884305 8.1166004e-05 0.030512618 -4.536857599999999 -5.376046499999999 -3.6407239999999996 0.0016911443 0.0017703217999999999 0.0012868882 0.0034336697999999997 -3.9529650000000003 0.0034612860999999997 +16 -2.6184164 0.60080201 8.2247032e-05 0.030632173999999998 -2.8121512 -6.770428599999999 -4.9980134000000005 0.0016985373999999999 0.0017783367000000002 0.0012927125999999999 0.003449172 -5.3286815 0.0034769175 +17 -2.6212166 0.5987625 8.1102231e-05 0.030507718 -2.8145657 -3.552668 -3.5870182 0.0016908338000000001 0.0017699722 0.001286635 0.0034330084 -3.9022843000000003 0.0034606159 +18 -2.4389657000000002 0.82658427 0.71040757 -1.2702432 -1.7022287 -2.3419613999999997 -2.5166646 -2.9143475 -2.9165132999999996 -2.5304637999999997 -6.643938 -2.8448446 -6.6206015 +19 -4.2869622000000005 -0.8984801 -2.6737859 -1.6633316000000002 -3.4152164 -4.2835148 -4.3843498 -2.5171089 -5.862137000000001 -5.4158770999999994 -9.839599 -4.7834592 -9.8157796 +20 -1.6804612 0.83872844 2.6563168999999998 -0.17845871 -1.7005373 -2.5171772999999997 -1.3024261000000001 1.9672078999999998 1.9667485 -2.194495 -6.1999822 -1.5182034 -6.1763105000000005 +21 -1.8982072 0.7847383 2.1914054 -0.09653914300000001 -1.97225 -2.7367525 -1.4104108999999998 1.7009391 1.7005952000000002 1.0130366 -1.5654606000000002 -1.6304498 1.2553171 +22 -1.8549924 -1.9501846999999999 -2.2188596 0.050460927999999995 -2.0646424 -3.0411683 -1.6230313 -1.7315657 -1.7320328999999999 -1.4300104999999999 -4.9991269 -1.8743148 -4.976374099999999 +23 -1.9133971 -2.9038635 2.7579221e-05 -3.3743352 0.56987004 0.3745553 0.067113251 -0.0028213407 -0.0028012485 -0.0020462330999999998 -0.0056232886 0.078935625 -0.0056305538 +24 -1.2023607 -1.846343 6.9044046e-05 -0.043585196 -3.0479315 -3.5444137000000002 -1.8686227999999998 -0.00232917 -0.0023013466 -0.0016824395000000002 -0.0046444136 -2.0894668000000003 -0.0046445821 +25 -1.1437329 -1.7707051999999999 7.5474821e-05 -0.042673398 -1.2299058999999999 -5.1196423 -3.3002178 -0.0022770582000000003 -0.002248239 -0.0016438064000000002 -0.0045407113 -3.5851869 -0.0045400742999999995 +26 -1.1663173999999998 -1.7998409 7.2777018e-05 -0.043030097999999996 -1.2499798999999998 -1.3430022 -2.2888687 -0.0022974468 -0.0022690593 -0.0016589432 -0.0045812077 -2.5585882 -0.0045809202000000005 +27 -0.90332622 -1.7545283999999999 0.71086813 -1.4970063 0.058107282 -0.55169894 -1.6415875 -2.9165217 -2.9164298 -2.5303424999999997 -6.6437231 -1.8923531999999998 -6.6204429000000005 +28 -3.3460672999999996 -3.8646597999999996 -2.59349 -1.7543491000000002 -2.3843329 -3.0768235 -3.3359761 -2.4575227 -5.779475 -5.3334739 -9.754313699999999 -3.6990684999999996 -9.730791400000001 +29 0.21614381 -2.2853761 2.6558961 -0.28646233 0.42020462 -0.083863891 -0.12134089 1.9665238 1.9660648 -2.1947737999999997 -6.2003656 -0.15289049 -6.1766938 +30 -0.1613668 -2.3183311 2.1905012000000004 -0.19491391 -0.028779462000000002 -0.30598245 -0.14134287 1.6996338 1.6992890999999999 1.0124452 -1.5657164 -0.17593067 1.2549892 +31 -0.31322043 -0.066013222 -2.2081582 -3.2318072 1.8878248 0.61210568 0.13743433 -1.7161214 -1.7173035 -1.4167450000000001 -4.974407299999999 0.15063202 -4.951733 +32 0.22706651 0.34671399 -2.2028014 0.10768292 -1.8083503 -2.7543472 -1.3879084 -1.7091293 -1.7097117 -1.4099496999999999 -4.9617581 -1.6164358 -4.9390481 +33 0.26612337 0.37436528 -2.2023478 0.10904102 0.07741187299999999 -4.335507499999999 -2.7193642999999996 -1.7085654 -1.7090651000000001 -1.4093715 -4.9606807 -3.0250802000000006 -4.937966599999999 +34 0.25384172 0.36585834 -2.2024861000000002 0.10862047 0.066249345 -0.73805081 -2.1420974 -1.7087404999999998 -1.7092616000000003 -1.4095475 -4.961009099999999 -2.4175278 -4.9382958 +35 -0.68153554 -0.49577722 -4.7012595 0.049922732000000004 -0.8932678 -2.0482235 -1.0333815999999998 -6.1975774 -6.2247169 -5.7768981 -10.210797 -1.2531251 -10.18647 +36 -1.4293434999999999 -1.2644056000000001 -6.559110700000001 0.0048103481 -1.6353337 -2.8499725 -1.6459178 -3.2127063999999996 -6.561045200000001 -6.1117355 -10.552624 -1.9267612 -10.528296000000001 +37 -0.0091448582 0.17167426 -2.1793002 0.098627992 -0.16017081 -0.80924204 -0.23889861 -1.6959206999999998 -1.6968734 -4.7203643 -9.1171984 -0.30692614 -9.092948699999999 +38 -0.009059456700000001 0.17183576 -2.1827982000000006 0.098768371 -0.16022325 -0.80970378 -0.23923373 -1.6981366000000002 -1.6990823 -1.4004151000000002 -7.412313900000001 -0.30735748 -4.9237747 +39 0.18188733 0.15533683 2.9228825999999998e-05 -3.3152032999999994 0.13018478 -0.30984357 -0.10996643 0.00038466834999999997 0.00039200235000000003 0.00028522236 0.0007653627499999999 -0.14292921 0.0007705987 +40 0.49852837 0.41080371 0.00017043606 -3.3025528 2.8763758 -2.7315560000000003 -1.3146728 0.0011736365 0.0012362292 0.00089816134 0.0023892994 -1.5093276000000002 0.0024106673999999997 +41 0.53497883 0.43814375 0.0001882911 -3.3010683 2.8936967 0.90215499 -1.8891236 0.0012680156 0.001339854 0.00097342119 0.0025890051 -2.1360685 0.0026122373 +42 0.66514765 0.60046601 0.70871574 -4.630128599999999 2.9307213 0.89628826 -1.3011411 -2.9161915 -2.9186992000000003 -2.5325432 -6.646586900000001 -1.5027305 -6.6232545 +43 -1.1436548 -1.0516777 -2.6789058999999997 -4.997980999999999 0.70510584 -0.42884274 -2.0095018 -2.522297 -5.8675405 -5.4212295 -9.8450953 -2.3017613999999997 -9.8212932 +44 1.0008187 0.12233186 2.6560224 -3.5471387 3.7098828 0.95758087 0.08635342 1.9668493000000002 1.9663869999999999 -2.1946423 -6.2001843 0.10872792 -6.1765129 +45 0.73282771 0.056436355 2.1910766 -3.4618093 3.4939975 0.94745687 0.10916026 1.7004061999999998 1.7000572 1.0127932 -1.5655653 0.13394573 1.2551826000000001 +46 0.57130769 0.46461157 0.00019750738 0.022322394 -1.4020274 -5.4450682 -3.7073395 0.0013544545000000001 0.0014339978 0.0010418486 0.0027714089000000003 -4.0205753 0.0027961168 +47 0.56183525 0.45770045 0.00019399773000000002 0.021937822000000003 -1.4097367 -1.9572477 -2.5783506000000003 0.0013309297 0.0014080831 0.0010230221 0.0027213696999999998 -2.8672891 0.0027456351 +48 0.70382632 0.62991214 0.7092204 -1.3035709999999998 -0.41974697 -1.0283419 -1.8290813999999997 -2.9157303 -2.9179863999999998 -2.5318657000000004 -6.645724799999999 -2.1028857999999997 -6.622390299999999 +49 -1.125669 -1.0359764 -2.6777651000000002 -1.6750425 -2.0012375 -2.8553865000000003 -3.2460226000000003 -2.5213215 -5.8662714000000005 -5.419978700000001 -9.843817800000002 -3.6167981 -9.8200051 +50 1.4097382999999999 0.56693923 2.6561122999999998 -0.198848 -0.46039885 -1.0721652 -0.46448522 1.9670093999999998 1.9665481 -2.1945766 -6.2000943 -0.56693323 -6.1764227 +51 1.1835314 0.52066843 2.1912049 -0.11475598 -0.70928975 -1.2495348999999998 -0.50202411 1.7006738999999997 1.7003272 1.0129153 -1.5655128999999999 -0.60827788 1.2552499 +52 0.57144348 0.46471392 0.00019765253 0.022328088 0.50872842 -3.8380546000000004 -3.7936004999999997 0.0013548753 0.0014344816 0.0010421994 0.0027723303000000005 -4.1078215 0.0027970493 +53 0.71799 0.6410047 0.70942657 -1.3018056999999998 1.7134292000000002 -2.9068807999999997 -2.7768257999999997 -2.9155472999999996 -2.9176907 -2.5315855 -6.6453694 -3.1001974 -6.6220327999999995 +54 -1.1234077 -1.0339440999999998 -2.6776294999999997 -1.6749096999999997 -0.18601989 -4.3395908 -4.4009444 -2.5212064 -5.8661185 -5.4198283 -9.843664599999999 -4.7957491999999995 -9.8198502 +55 1.5469899 0.69583123 2.6561428 -0.18968756 1.8072202000000002 -3.1163775 -1.693311 1.9670653999999999 1.9666063000000003 -2.194553 -6.200061900000001 -1.9276756999999998 -6.1763902 +56 1.3227541 0.64518269 2.1912464 -0.10663126 1.486621 -3.2596939999999996 -1.7701639999999998 1.7007612 1.7004178 1.0129562 -1.5654953999999999 -2.0066648999999996 1.2552725 +57 0.71799091 0.64112195 0.709431 -1.3017872 1.7129933000000002 0.54645014 -3.0569763 -2.9155444999999998 -2.9176832000000004 -2.5315786 -6.6453609 -3.3694062999999996 -6.622024099999999 +58 -1.1244856 -1.0348763 -2.6776994 -1.674971 -0.186754 -1.1027136999999998 -3.8356891 -2.5212664 -5.8661959 -5.4199047 -9.843742599999999 -4.1944665 -9.8199289 +59 1.5530215 0.701331 2.6561441 -0.18928025 1.8117811999999998 0.65443059 -1.9682289000000002 1.9670679 1.966609 -2.1945519 -6.200060400000001 -2.2222969 -6.1763887 +60 1.3267613 0.64869829 2.1912477000000004 -0.10639274 1.4895295 0.56575285 -1.9594460999999999 1.7007637999999998 1.7004206000000002 1.0129575000000002 -1.5654948999999998 -2.213523 1.2552732 +61 -4.8926034000000005 -5.4074953 -7.4156607999999995 -1.7914854 -3.9423553 -4.6660571 -4.6982027 -8.2714746 -11.624114 -11.168942 -15.635145000000001 -5.0902559 -15.611149 +62 0.67401176 0.60686622 0.71097758 -1.3118614 1.684468 0.54421293 -1.3718328000000002 -2.9144645000000002 -2.9168542 -5.8527141 -10.287901 -1.5852662 -10.263999 +63 0.67398488 0.60679933 0.71072125 -1.3113883 1.6837646000000002 0.54212528 -1.3724083999999999 -2.9146622000000004 -2.917016 -2.5309406 -9.1067787 -1.5860735000000001 -6.622030400000001 +64 -1.1354731000000002 -1.0442895 -2.6779075 -1.6756734 -0.19263468 -1.1010292 -2.2401383 -2.5214545 -5.8665987 -8.742223800000001 -13.204842000000001 -2.5518083 -13.180973999999999 +65 -1.1369651 -1.0458787 -2.6780257 -1.6757661 -0.194631 -1.1048333000000001 -2.2423495 -2.5215753 -5.8666962 -5.4203944 -12.303977 -2.5543013 -9.8205228 +66 1.1120795 0.24459919 2.6695444 -0.22228278 1.4130698999999998 0.59760321 0.02321714 1.9739494 1.9734856 -2.1917538 -8.6594655 0.027191312999999998 -6.1736565 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d001+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.648916 0.57831669 6.7934069e-05 0.029268443999999998 -2.8384462999999998 -3.5631358 -1.9691633999999998 0.0016138564000000002 0.0016864966 0.0012260763 0.0032741760999999998 -2.2147259999999998 0.0033003506 +2 -1.5630388000000002 -2.3459383 3.6842784e-05 -0.048548803 -1.6019344 -1.444389 -0.44127352 -0.0026131698999999997 -0.0025902629 -0.001892772 -0.0052128943 -0.50889606 -0.0052172933 +3 -0.010424414 0.17137469 -2.2049792999999998 0.099716486 -0.16240393 -0.81142758 -0.23912999 -1.7120475 -1.7129911 -1.4129459999999998 -4.9670912000000005 -0.30725897 -4.9444006 +4 -0.21049997 -0.18999994 -4.5237313000000004e-05 -3.3292572 2.5061982999999994 0.88077597 0.14767574 -0.00042692719000000007 -0.0004345245 -0.00031606916 -0.0008470981500000001 0.17949746 -0.0008534408300000002 +5 0.42554651 0.35470762 0.00013866227 0.016409402 -1.5193107 -1.9978278000000003 -0.80520947 0.00098907185 0.0010357339 0.0007526197099999999 0.0020046429 -0.94154988 0.0020223043 +6 0.54875035 0.4481498 0.00018905912 0.021408161000000002 0.48757291 -3.8461003 -2.1935529 0.0012994458 0.0013739714000000002 0.00099828788 0.0026569931 -2.4465594 0.0026807457000000002 +7 0.54195644 0.44314957 0.00018781612 0.02113272 0.48123223 0.095359866 -1.9809616 0.0012835712 0.0013565614000000002 0.00098564485 0.0026234484999999997 -2.2362177000000005 0.0026468832 +8 0.67391813 0.60702116 0.70890494 -1.3072776000000002 1.6811211 0.54105985 -1.369108 -2.9159902 -2.9184484 -2.5323892000000003 -6.645980000000001 -1.5826487 -6.622646799999999 +9 -1.1370198999999999 -1.0460625 -2.6785178 -1.6757723000000002 -0.19470255 -1.1047265 -2.2422603 -2.5219603999999998 -5.867094799999999 -5.4208904 -9.8442705 -2.5541828 -9.820464300000001 +10 1.1041325000000002 0.24255971 2.6563276 -0.21882725 1.4016295 0.59471414 0.024555186 1.9671945 1.9667325 -2.1943783 -6.1994382 0.028677795 -6.1757663 +11 0.85102134 0.18655836 2.1912523999999998 -0.13357729 1.0591401000000003 0.4986529 0.036271851 1.700677 1.7003284 1.0130219 -1.5648208000000001 0.041160585 1.2559215 +12 -4.3449678 -1.6344308 3.7450214e-05 -0.040552116 -4.474542 -5.132536 -3.3234242 -0.0022132654 -0.0021844762 -0.0015974457 -0.0044177271 -3.6118122 -0.0044164293 +13 -2.9178622000000005 0.50412168 -2.1999416000000003 0.11654111 -3.2021386 -4.2506276 -2.6660036 -1.7054685 -1.705968 -1.4066544 -4.9553404 -2.9750068 -4.9326313 +14 -2.7892615000000003 0.47007853 -1.8226519e-05 -3.2989367 -0.8924501 -1.4575167 -0.56473444 0.0012079286 0.001245496 0.0009060568 0.0024289195 -0.68384561 0.0024461005 +15 -2.6207898 0.59895429 8.0008366e-05 0.030518525 -4.536689 -5.376042099999999 -3.6407921 0.0016916473 0.0017708385 0.0012873587 0.003437209 -3.9530279000000004 0.0034647913 +16 -2.6180958999999997 0.60091341 8.1086509e-05 0.030638095 -2.8119836 -6.7704242 -4.9980866 0.0016990420000000002 0.0017788551 0.0012931846000000002 0.0034527257 -5.3287481 0.0034804371000000003 +17 -2.6208971 0.59887366 7.9944636e-05 0.03051362 -2.8143985000000002 -3.5526678 -3.5870634 0.0016913364000000002 0.0017704885000000001 0.0012871051 0.0034365463 -3.9023214 0.0034641198999999998 +18 -2.4389546 0.82667908 0.71049069 -1.2703242000000001 -1.7020137 -2.3419967 -2.5169132000000003 -2.9142442 -2.9164122000000003 -2.5304521 -6.643512400000001 -2.8451093 -6.6201754 +19 -4.286643499999999 -0.89849115 -2.6738177000000003 -1.6634026999999998 -3.4150652000000004 -4.283249099999999 -4.3841446 -2.5171303 -5.8621565 -5.4159966 -9.839242800000001 -4.783218700000001 -9.8154231 +20 -1.6801761999999998 0.8388309 2.6566006 -0.1784658 -1.7003291 -2.5169412 -1.3022794 1.9675146000000001 1.9670556000000001 -2.1942467 -6.1992575 -1.5180305 -6.1755853 +21 -1.8978568999999998 0.78482575 2.1915487999999996 -0.096524504 -1.9721209 -2.7366056 -1.4103054 1.7011433999999996 1.7007999 1.0132352 -1.5647289 -1.630321 1.2560394 +22 -1.8547216 -1.9500102 -2.2184917 0.050555370999999995 -2.0644066999999997 -3.0411224999999997 -1.6230145 -1.7312268 -1.7316936 -1.4297698 -4.9984306 -1.8743048999999998 -4.9756773 +23 -1.9135830000000003 -2.9039946 2.4402459e-05 -3.3743336000000004 0.5694352 0.37446825 0.067109288 -0.0028244857 -0.0028043765999999997 -0.0020486722 -0.005633804399999999 0.078933404 -0.0056409736 +24 -1.2027023000000001 -1.8462448 6.794929900000001e-05 -0.043582065999999996 -3.0478767999999996 -3.5445932 -1.8688271 -0.0023321941 -0.0023043505 -0.0016847611 -0.0046539543 -2.0896792 -0.0046540377 +25 -1.1437803999999998 -1.7705985 7.2807548e-05 -0.04267013099999999 -1.2298483 -5.1198026 -3.3004614 -0.0022800696 -0.0022512316 -0.0016461170000000001 -0.0045501522 -3.585434 -0.0045494314 +26 -1.1661019 -1.7997433 6.8521798e-05 -0.043026956 -1.2499312 -1.3431262 -2.2888915 -0.0023004658 -0.0022720611999999998 -0.0016612615 -0.0045906968 -2.5586016 -0.0045903251 +27 -0.90320897 -1.7544316000000002 0.71095612 -1.4971077 0.0582316 -0.5518651 -1.6418314999999999 -2.9164146 -2.9163223 -2.5303247000000004 -6.6432896999999995 -1.8926268 -6.6200091 +28 -3.3460332999999998 -3.8647425 -2.5935382999999996 -1.754423 -2.3842855 -3.0767894 -3.3360572 -2.4575619 -5.7795133000000005 -5.3336120000000005 -9.7539775 -3.6991367999999993 -9.7304548 +29 0.21619183 -2.2855168 2.6561801 -0.28647631 0.42029092 -0.08363332 -0.12128851 1.9668305 1.966372 -2.1945254000000003 -6.199640799999999 -0.15282125 -6.175968599999999 +30 -0.1614253 -2.318508 2.1906428 -0.1949029 -0.028850077999999998 -0.30583169 -0.14128629 1.6998365000000002 1.6994923 1.0126431 -1.5649851000000001 -0.1758555 1.2557111 +31 -0.31302025 -0.065924771 -2.2077864 -3.2317152 1.8879216 0.61215033 0.13752983 -1.7157804 -1.7169621 -1.4165023 -4.973707900000001 0.15074024 -4.9510332 +32 0.22737444 0.34687228 -2.2024293 0.10777761 -1.8081256 -2.7542637 -1.3878268999999999 -1.7087871 -1.7093691999999998 -1.409706 -4.961057 -1.6163475 -4.9383465 +33 0.26641118 0.37452329 -2.2019742 0.1091357 0.077637235 -4.3354163 -2.7192792000000003 -1.7082232 -1.7087226000000002 -1.4091278 -4.9599796 -3.0249872000000004 -4.937265099999999 +34 0.25413656 0.3660155 -2.2021132000000003 0.1087151 0.066473198 -0.73798476 -2.1420056 -1.7083983 -1.7089191000000004 -1.4093037 -4.9603081 -2.4174255000000002 -4.9375943 +35 -0.68125849 -0.49565255 -4.7008468 0.050028740999999995 -0.89309033 -2.0481808 -1.0332971 -6.1972038000000005 -6.224344 -5.7766279 -10.210039 -1.2530282 -10.185711999999999 +36 -1.4285941 -1.2638459999999998 -6.5587046 0.0049168945 -1.6346698999999998 -2.8489379 -1.6448158 -3.212333 -6.560658 -6.111451000000001 -10.551852 -1.9255069 -10.527523 +37 -0.008761210699999999 0.1718695 -2.178886 0.098720636 -0.15989906 -0.80922165 -0.23885784 -1.6955508000000001 -1.6965031000000004 -4.7200956 -9.1164424 -0.30689401 -9.0921924 +38 -0.008728608 0.17198834 -2.1823919999999997 0.098861188 -0.16000752 -0.80964642 -0.23915462 -1.6977714 -1.6987168000000001 -1.4001506000000001 -7.411574099999999 -0.30727247 -4.923034599999999 +39 0.18198329 0.15537326 2.846525e-05 -3.3152019 0.13019981 -0.30978702 -0.10994472 0.00038476607000000003 0.00039209532999999995 0.00028531115 0.00076611203 -0.14289947 0.00077133893 +40 0.49861229 0.410909 0.00017150323 -3.3025477999999997 2.8762997 -2.7315259 -1.3146909 0.001174048 0.0012366521 0.00089853487 0.0023918851 -1.5093450000000002 0.002413232 +41 0.53517859 0.43825045 0.000187265 -3.3010631 2.8936268 0.90223203 -1.8890776999999999 0.0012684486 0.001340298 0.0009738156800000002 0.0025917793 -2.1360129 0.0026149884 +42 0.66537788 0.60058123 0.7087985 -4.6302099000000005 2.9307168999999997 0.89630634 -1.3012985000000001 -2.9160885 -2.9185981 -2.5325317000000003 -6.6461614 -1.5029112 -6.622828500000001 +43 -1.1435336 -1.0516953000000002 -2.678938 -4.998053 0.70520198 -0.4286042 -2.0094425 -2.5223195 -5.8675612 -5.4213502 -9.844740400000001 -2.3016712999999998 -9.8209379 +44 1.0007540000000001 0.12233244 2.6563068 -3.547153 3.7099741 0.9576766 0.08634642699999999 1.9671558999999998 1.9666941000000002 -2.194394 -6.1994597 0.10871763 -6.1757879 +45 0.73270254 0.056380865 2.1912208 -3.4618022000000006 3.4939737 0.94754746 0.10917064 1.7006103 1.7002616999999998 1.0129918 -1.5648336999999999 0.13395705 1.2559049 +46 0.57146839 0.46472414 0.00019738866000000002 0.022327956 -1.4018585 -5.4450476 -3.7073919 0.0013549156 0.0014344732999999998 0.001042271 0.0027743785 -4.0206222 0.0027990615000000004 +47 0.56197324 0.45781145 0.00019426756999999997 0.021943281000000002 -1.40957 -1.9572101999999998 -2.5783351000000003 0.0013313822 0.0014085494 0.0010234365 0.0027242848 -2.8672632 0.0027485258 +48 0.70403388 0.63001243 0.70930313 -1.3036542 -0.41952836 -1.0283870000000002 -1.8292949 -2.9156272999999997 -2.9178854 -2.5318543 -6.645299499999999 -2.1031207000000003 -6.6219644 +49 -1.1255385 -1.0359890999999999 -2.6777967 -1.6751141999999999 -2.0010907 -2.8551197999999998 -3.2458577 -2.5213435 -5.8662915 -5.4200989 -9.8434623 -3.6165973 -9.8196491 +50 1.4101374 0.56700251 2.6563947 -0.19885864 -0.46022444 -1.0719066000000002 -0.46438799 1.9673161 1.9668552 -2.1943283 -6.1993697 -0.5668121 -6.1756975999999995 +51 1.1836714 0.52071501 2.1913482 -0.11474425 -0.70919448 -1.2493457000000001 -0.50193164 1.7008781000000002 1.7005318999999999 1.0131139 -1.5647813 -0.60816149 1.2559723 +52 0.57160431 0.46482655 0.00019753319 0.022333653999999998 0.50888331 -3.8380424 -3.7936563999999997 0.0013553368 0.0014349573999999999 0.001042622 0.0027753012 -4.1078729 0.0027999953 +53 0.71818764 0.64109831 0.70950925 -1.3018898 1.7136209 -2.9068292999999996 -2.7770249 -2.9154443 -2.9175899 -2.5315741000000003 -6.644944199999999 -3.1004095 -6.621607099999999 +54 -1.1232757 -1.0339559 -2.677661 -1.6749813000000002 -0.18587694 -4.3393635999999995 -4.400771400000001 -2.5212282999999998 -5.8661385 -5.4199484 -9.8433089 -4.7955413 -9.8194942 +55 1.5472864 0.69594287 2.6564259999999997 -0.18969445 1.8074343000000002 -3.1162429 -1.6932462 1.9673721000000002 1.9669134999999998 -2.1943046 -6.1993372 -1.9275973999999998 -6.175665 +56 1.3228302 0.64527933 2.1913906 -0.10661619 1.4867397 -3.2596117000000002 -1.7701276999999997 1.7009655 1.7006225 1.0131548000000001 -1.5647638000000001 -2.0066168 1.2559948 +57 0.71818792 0.64121493 0.70951366 -1.3018715 1.7131846000000002 0.54643088 -3.057102 -2.9154416000000003 -2.9175824 -2.5315673 -6.6449357000000004 -3.3695324 -6.6215984 +58 -1.1243543 -1.0348884 -2.677731 -1.6750426 -0.18661139 -1.1024466999999998 -3.8356006000000002 -2.5212882999999997 -5.8662159 -5.4200248 -9.843387 -4.1943489000000005 -9.8195729 +59 1.5533194 0.70144521 2.6564273999999997 -0.18928692 1.8119984 0.65460483 -1.968184 1.9673745999999999 1.9669162 -2.1943035 -6.199335700000001 -2.222241 -6.175663500000001 +60 1.3268391000000002 0.6487961 2.1913918999999997 -0.10637758 1.48965 0.56590663 -1.9593908 1.7009681 1.7006253 1.0131561 -1.5647632 -2.2134558999999996 1.2559955 +61 -4.8919322 -5.4065254000000005 -7.415518 -1.7915414 -3.9414637000000003 -4.6648052 -4.6970296 -8.2712968 -11.623913 -11.168842999999999 -15.634559 -5.0890282 -15.610562 +62 0.67423753 0.60697684 0.7110558 -1.3119423000000001 1.6846691999999999 0.54414469 -1.3720222 -2.9143651000000004 -2.9167574 -5.8527066 -10.287412 -1.5854848999999998 -10.263508999999999 +63 0.67420973 0.60691114 0.71080325 -1.3114677 1.6839731 0.5421076 -1.3725717 -2.9145596 -2.9169155 -2.5309296000000003 -9.1063533 -1.5862593 -6.6216049 +64 -1.1353944999999999 -1.0443537 -2.6779506 -1.6757486000000001 -0.19255589 -1.1008858 -2.2401239 -2.5214865 -5.8666306 -8.7423558 -13.204487 -2.5517711 -13.180619 +65 -1.1368409 -1.0458949 -2.6780578 -1.6758380000000002 -0.1944927 -1.104568 -2.242261 -2.5215978 -5.8667169 -5.420515099999999 -12.303622 -2.5541801 -9.8201675 +66 1.1121536 0.2445945 2.6698313999999996 -0.22229857 1.4131631000000002 0.59775994 0.023228681 1.9742581999999997 1.9737947 -2.1915044999999997 -8.6587394 0.027206749 -6.1729301 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.4434965 0.80806673 0.57642627 0.35530821 -3.2515537 -2.1742258999999997 -0.69596545 0.74648956 0.75323633 0.73761454 0.81692188 -0.84444728 0.81687208 +2 -4.2454554 -7.2981675 -4.7309567999999995 -0.55020398 -4.2418332 -2.0055834 -0.45996074 -5.181545099999999 -5.1343785 -5.107609200000001 -5.211318 -0.52494991 -5.2156192 +3 0.10219045 0.1139014 -1.2153603000000002 0.047934752000000004 0.19776017 0.089704895 0.07839988099999999 -0.052710411 -0.031058236 -0.028859836 -0.029178625 0.10403564 -0.031059405 +4 -0.053869636 -0.043049473 -0.031144928 -3.3352572 1.6525123 0.14458375 0.053879663 -0.039280277 -0.039440109 -0.038777675 -0.041790724 0.07314369 -0.041838391 +5 0.1923512 0.1564436 0.10925029 0.052131504 -2.5790146000000003 -1.4170107 -0.41246267 0.14091846 0.14086207 0.13819535 0.14949916 -0.50783516 0.14984699 +6 0.28578989 0.23530011 0.16036188 0.080086614 0.2609051 -3.4358082000000003 -1.3820805 0.20983405 0.20896937 0.20473858 0.22170792 -1.5711419 0.22243773 +7 0.29068924 0.24037169 0.1627394 0.081974962 0.26225774 0.031101371000000003 -1.8647086 0.21371247 0.21257779 0.2082108 0.22542366 -2.0503467 0.22623112 +8 -4.0648957 -6.4308551 -7.7624933 -0.48488408 -4.1178327 -1.9446956999999998 -0.38094172 -8.720947500000001 -8.6983091 -8.6714669 -8.778594 -0.43560958 -8.782348599999999 +9 -4.3122419 -7.979899400000001 -8.727817 -0.55126617 -4.3101711 -2.05967 -0.47924673 -5.865329900000001 -9.1482125 -9.1209448 -9.227714599999999 -0.54621317 -9.231880499999999 +10 0.0063745582 0.0066008879000000005 0.0061714278000000004 0.0020862635000000003 0.0073194455000000005 0.0019573339 0.00058180429 0.0065185616 0.007410196700000001 -3.3146164 -3.4149252 0.00076149151 -3.4150913999999997 +11 0.00012991165 0.00013793566000000002 0.00028350349 4.3431863999999995e-05 0.00011937971999999999 1.8216129e-05 2.0195588e-06 0.00016574383 0.00022959511000000002 0.00022553757000000002 -2.4599928 2.5217084e-06 7.7177725e-06 +12 -6.5832272 -6.847314900000001 -4.5902843 -0.46673399 -6.696628 -4.7236782999999996 -2.1223668 -5.0356098 -4.9894414000000005 -4.9629463 -5.066538400000001 -2.3107033 -5.0706358 +13 -2.3541397999999996 0.89985694 -0.57991434 0.40361913 -3.1790822999999997 -1.8340083999999999 -0.43634053 0.687284 0.71246384 0.69934741 0.77511559 -0.53368878 0.77337848 +14 -2.5255308 0.73939925 0.53481982 -2.9966033 -1.1032617 -0.66528154 -0.17058185 0.68676368 0.69420746 0.68045168 0.75228028 -0.24063301 0.75184811 +15 -2.386794 0.85526647 0.60504766 0.37654172 -5.059882599999999 -3.9968686 -1.9206208999999999 0.78762966 0.79396445 0.7770247 0.86170277 -2.1754491000000002 0.86191245 +16 -2.3786379 0.86215942 0.60911037 0.37967836 -3.2099957999999997 -5.452318 -3.1677899 0.79356325 0.79981211 0.78267309 0.86812586 -3.461961 0.86838177 +17 -2.3835415 0.85815797 0.60662395 0.37786081 -3.2132355 -2.1581632 -2.4089549 0.79003086 0.79629751 0.77926952 0.86424416 -2.6541294 0.86448252 +18 -6.3607094 -5.5295727 -7.3656585 -0.39259812 -6.546499 -4.6678012 -2.0379183999999997 -8.2934368 -8.2832171 -8.2573156 -8.3653139 -2.2235144 -8.3681467 +19 -6.6317295 -7.55693 -8.6236827 -0.46826968 -6.7434544999999995 -4.7599207 -2.1486152 -5.7596555 -9.040044199999999 -9.012922 -9.119825 -2.3371798999999998 -9.1238484 +20 -2.4379686 0.81367198 0.58144119 0.35770896 -3.247558 -2.1684777000000004 -0.69277036 0.75208653 0.75977663 -2.5779197999999997 -2.6708215 -0.84081536 -2.6711388 +21 -2.4433694 0.80819975 0.5766926 0.35536482 -3.2514712 -2.1741672999999997 -0.69594551 0.74664614 0.75348341 0.73785497 -1.6436511999999999 -0.8444261 0.81673144 +22 -4.0622476 -6.1989893 -4.9947227 -0.52888641 -4.0698066 -1.8525558999999998 -0.37680958 -4.0438464 -3.9987305 -3.9729762 -4.0731699 -0.43070457 -4.0772639999999996 +23 -4.2661276 -7.3821182 -4.7480557999999995 -3.8715614 -2.1597162999999995 -0.65441166 -0.1045729 -5.201272 -5.1538123 -5.1269482 -5.2306091 -0.12291582 -5.2349962 +24 -4.2133398 -7.1807469 -4.70373 -0.55042598 -5.9930626 -3.9902779 -1.6323503000000001 -5.151962 -5.1051203 -5.0784732 -5.1822316 -1.8044133999999998 -5.186424 +25 -4.207103599999999 -7.157771899999999 -4.6982276 -0.55045676 -4.2073633 -5.5757462 -2.9583512 -5.146003599999999 -5.0992425 -5.0726225 -5.1763933 -3.1778536 -5.1805613 +26 -4.2094489 -7.1658691999999995 -4.7002144999999995 -0.55043804 -4.2095051 -1.9968101999999999 -2.2259382999999997 -5.1481342 -5.101353 -5.0747247 -5.1784925 -2.4288165 -5.1826678 +27 -4.346185299999999 -10.206817 -8.386425200000001 -0.49177214 -4.3978469 -2.1489514 -0.45324145 -9.369070800000001 -9.3234005 -9.2961061 -9.402874800000001 -0.51530038 -9.407063 +28 -4.4192456 -11.521073 -8.981943199999998 -0.55368938 -4.4186502999999995 -2.1531401000000003 -0.51488198 -6.1289435 -9.4040422 -9.3767204 -9.4834719 -0.58572855 -9.4876855 +29 -4.245364 -7.297900099999999 -4.7320409 -0.55020333 -4.241793 -2.0054274 -0.45988532 -5.1814872 -5.1343737 -8.4295317 -8.536046 -0.5248616 -8.5403437 +30 -4.2454544 -7.298158900000001 -4.730943099999999 -0.55020396 -4.2418321 -2.0055827 -0.4599605 -5.1815393 -5.1343698 -5.107600499999999 -7.670762799999999 -0.52494965 -5.2156169000000006 +31 0.062522353 0.082516358 -1.2413827 -3.2840936000000003 1.8515075 0.14832675 0.10156214 -0.081997821 -0.060540058 -0.05787593 -0.060437236 0.13650412 -0.062326612999999996 +32 0.32262003 0.29252855 -1.0714099 0.11040614 -2.5097945 -1.0891993 -0.21712076 0.11242624 0.13495807 0.13412479 0.14708555 -0.26569252 0.14550753 +33 0.47421262 0.41960521 -0.97433014 0.15843498 0.53648491 -3.3582349000000002 -1.1933232 0.22773071 0.25060324 0.2471621 0.27000218 -1.3434378999999999 0.26897644 +34 0.49493264 0.43767962 -0.96108938 0.16555312 0.55087055 0.10772729 -1.8100058999999997 0.24386359 0.26674482 0.26289074 0.28713489 -1.9870621 0.28622676 +35 -3.6150258 -4.8788806 -7.5520164 -0.45485052 -3.6775580999999997 -1.6009461999999999 -0.24113146 -7.148303200000001 -7.1250522 -7.0983068 -7.2048977 -0.27737538 -7.2086682 +36 -4.1049318999999995 -6.3989438 -8.522906599999999 -0.52967749 -4.1140277 -1.8949731 -0.3922783 -4.2582301 -7.5431914 -7.5161136 -7.622598700000001 -0.44821204 -7.6266602 +37 0.10531099 0.11717288 -1.2115701 0.04900537 0.20149487 0.090180506 0.078633352 -0.04948138 -0.027419792000000002 -3.3471967000000005 -3.4459341 0.10436109 -3.4478432999999997 +38 0.10223627 0.11395039 -1.214833 0.047949505999999996 0.19780103 0.089707519 0.07839865900000001 -0.052621163 -0.030962387999999997 -0.028765822000000003 -2.4892996 0.10403451 -0.031189803 +39 0.1219099 0.097693435 0.07018260700000001 -3.2896715 -1.6190938 -0.61236785 -0.15977349 0.08907519400000001 0.089466856 0.087894399 0.09505396699999999 -0.20537218 0.095169418 +40 0.26722427 0.22020979 0.15027196 -3.2469829 1.779051 -3.2370639 -1.1356466 0.19642566 0.19563902 0.19169913 0.20751189 -1.2835756999999999 0.20818808 +41 0.288742 0.23917428 0.16185793 -3.2400926 1.7837497 0.14677907 -1.8286759999999997 0.21260055 0.21144915 0.20710239 0.22421091 -2.0074798 0.22501886 +42 -4.098623600000001 -6.5434921 -7.8077217999999995 -3.8064685 -2.0143642 -0.58341748 -0.029355079 -8.762282699999998 -8.740637300000001 -8.7135885 -8.8205103 -0.035033126 -8.8244696 +43 -4.3290204 -8.0631477 -8.740545800000001 -3.8725303 -2.2276249 -0.69166345 -0.11211487 -5.8794515 -9.164538499999999 -9.137203 -9.2439047 -0.13182341 -9.2481381 +44 -0.04733774 -0.036299698 -0.024880147000000002 -3.3331671999999997 1.6577042000000002 0.1446994 0.054074194000000006 -0.032632217000000005 -0.031912248 -3.3532761 -3.4538305 0.073425256 -3.4540363 +45 -0.053738524 -0.042910058 -0.03086144 -3.3352142 1.6525754000000001 0.14458491 0.05387964 -0.039113339 -0.039210519 -0.038552052999999996 -2.501761 0.073143891 -0.041824392 +46 0.31071235 0.25632403 0.17390855 0.087715079 -2.5234729 -4.7922802 -2.5775932 0.22819568 0.2271125 0.22245307 0.24097911 -2.8456401000000002 0.24181399 +47 0.3038665 0.25074804 0.17011251 0.085694243 -2.5267763999999997 -1.3965918 -2.1790172 0.22319692 0.22212269 0.21756963 0.23565043 -2.4003291 0.23646956 +48 -4.0123359 -6.271804 -7.7082811 -0.48470173 -5.858201599999999 -3.9302371 -1.5456211000000002 -8.658707099999999 -8.6344543 -8.6078891 -8.7152898 -1.7129973000000003 -8.71877 +49 -4.2865096 -7.866748599999999 -8.703949099999999 -0.55162259 -6.063265599999999 -4.048543799999999 -1.6713522 -5.844725700000001 -9.1243743 -9.0971884 -9.2040395 -1.8445831999999998 -9.2081242 +50 0.19874256 0.16298609 0.11534668 0.054357748 -2.5757397999999996 -1.4125558999999999 -0.41059327 0.1474024 0.1483042 -3.1763997 -3.2759347 -0.50561391 -3.2757955 +51 0.19247809 0.15657725 0.10953351 0.052176734 -2.5789549 -1.4169738 -0.41245368 0.14108053 0.14109208 0.13842095 -2.3105787 -0.50782522 0.14983119 +52 0.3119637 0.25746362 0.17454889 0.088133738 0.28226722 -3.4324282999999998 -3.0127361 0.22913134 0.22801476 0.22332837 0.24192549 -3.2656866 0.24277169 +53 -4.001883 -6.2407115 -7.6963455000000005 -0.48464451 -4.061680600000001 -5.5212278 -2.8750877 -8.6460933 -8.6215554 -8.5950516 -8.7025131 -3.0933219 -8.7059325 +54 -4.281664599999999 -7.8450850999999995 -8.6980776 -0.55168073 -4.282627 -5.6288539 -3.0013735 -5.8406335 -9.1196565 -9.0924885 -9.1993573 -3.2208955 -9.2034243 +55 0.29244356 0.24203332 0.16658996 0.082465119 0.26840286 -3.4337757000000004 -1.3796887 0.21649656 0.21665053 -3.1096285 -3.2089553 -1.568417 -3.2084721000000003 +56 0.28591564 0.23543183 0.16064432 0.080132813 0.26101955 -3.4357851000000004 -1.3820656 0.20999426 0.2091992 0.20496384 -2.2384145 -1.5711262 0.22240935 +57 -4.0056485 -6.2514231 -7.7005247 -0.48465576 -4.065085 -1.9305743999999998 -2.1614644 -8.6504764 -8.626056199999999 -8.599534 -8.706977400000001 -2.3616642999999997 -8.710415 +58 -4.2835675 -7.8529976999999995 -8.700417999999999 -0.55165204 -4.2843696 -2.0526997 -2.2419772 -5.8421374 -9.1213969 -9.094223199999998 -9.2010865 -2.4452339 -9.205159 +59 0.29744466 0.24719041 0.16903259 0.084390332 0.26983015 0.032815745 -1.8643013 0.2204522 0.2203471 -3.1060706000000002 -3.2054408 -2.0498746 -3.2048861 +60 0.29081521 0.24050352 0.16302185 0.082021313 0.26237232 0.031117138 -1.8647073 0.21387274 0.21280767 0.2084361 -2.2347009 -2.0503451 0.22620216 +61 -4.3477259 -10.298541 -11.723225999999999 -0.49176265 -4.3994477 -2.1503494 -0.45378341 -9.436802400000001 -12.728402 -12.701103 -12.808055 -0.51590044 -12.812215 +62 -4.064773000000001 -6.430344 -7.766507099999999 -0.48488146 -4.1177272 -1.9445217000000001 -0.38086643 -8.7207409 -8.698055300000002 -11.993139999999999 -12.100503999999999 -0.4355221 -12.104258999999999 +63 -4.0648956 -6.4308548 -7.7624924 -0.48488408 -4.1178326 -1.9446956999999998 -0.38094171 -8.7209473 -8.6983087 -8.6714665 -11.238027 -0.43560957 -8.7823487 +64 -4.312218 -7.9797819 -8.732125300000002 -0.55126595 -4.3101598 -2.0596089 -0.47921553 -5.865308 -9.148221699999999 -12.442882 -12.549825 -0.54617645 -12.553991 +65 -4.3122419 -7.979899099999999 -8.7278165 -0.55126617 -4.3101711 -2.05967 -0.47924672 -5.8653298 -9.1482123 -9.1209446 -11.687147 -0.54621316 -9.231880699999998 +66 0.0063871169 0.0066142002 0.0061982942 0.0020904673 0.007331058299999999 0.0019591099 0.00058200443 0.0065344658 0.0074321110999999995 -3.3145949 -5.8744107 0.00076174178 -3.4150918 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.875428 0.37444234 -0.020008915 0.26752694 -4.005026600000001 -0.83088644 -0.09098257400000001 0.033023509 0.033063541 0.026396765 0.14428385 -0.12456624 0.14325573 +2 -2.4926056 -2.6949872999999998 0.07379493200000001 -1.103129 -1.8189843999999997 -0.049587187000000005 -0.047982829000000005 -0.085989673 -0.086071143 -0.069468772 -0.36752233 -0.060077292000000004 -0.36375951 +3 -0.37871765 -0.28346481 -2.5628074 0.09862239199999999 -0.43761937 -0.010046062 0.090860621 -1.8272521000000002 -1.8285738 -1.6042222 -4.0527139 0.11041484 -4.0399962 +4 -0.009550978 -0.007228995 2.3188036999999997e-07 -3.3263596 0.53760723 0.0075662583 0.0013539644 -0.0008359486 -0.00083569658 -0.00066845334 -0.0036179939 0.0018123873999999999 -0.0035945290000000004 +5 0.21428503 0.16361595 0.0031098713 0.10467022 -3.478448 -0.53748688 -0.10237416 0.022144471000000002 0.022141502999999996 0.017658438000000002 0.09563684300000001 -0.13373267 0.09518587699999999 +6 0.54541596 0.41015851 0.013814395 0.27057989 0.16200972 -3.3992195 -1.1983271999999998 0.062933803 0.062951712 0.049986025 0.27070667 -1.3815506000000002 0.26998316 +7 0.61192434 0.45668824 0.01538872 0.30289498 0.17915259 0.0025941186 -1.9739318 0.070866636 0.070896252 0.056264194000000003 0.30491171 -2.2252047000000004 0.30408778 +8 -3.4027469 -3.7097868999999997 -6.0464898 -0.68687833 -3.6545796000000004 -0.76292387 -0.31630956 -8.3761003 -8.4044954 -8.0841732 -11.053339999999999 -0.39574505 -11.038108 +9 -4.720699199999999 -5.745864900000001 -7.7499248 -0.82146472 -4.946392299999999 -1.5394701000000002 -0.55099273 -6.1918656 -9.5215505 -9.200107000000001 -12.171367 -0.66851816 -12.156683000000001 +10 0.07069757900000001 0.04954388 0.2897069 -0.019271978000000002 0.054837107999999996 0.0017322820000000001 -0.052247588 0.23633105 0.23642938 -3.136289 -5.9487885 -0.059760865999999996 -5.934408400000001 +11 0.068590438 0.047760662 0.28886652 -0.014773638 0.051186712 0.0014924142000000001 -0.044140202 0.23673945 0.2367434 0.18587952 -1.5794546 -0.051000908 0.96851107 +12 -5.036650700000001 -2.0255126 0.080315131 -0.88890309 -5.2092905 -1.9075821 -0.45642899 -0.063754634 -0.06383578200000001 -0.051505302 -0.27625076 -0.56467118 -0.27299685 +13 -3.1086726000000002 0.19820722 -2.3866771 0.36722986 -4.3605651 -1.1354952 -0.08300619299999999 -1.5543383 -1.555004 -1.3505832 -3.6734668 -0.11679972 -3.6607347999999997 +14 -3.0752395 0.2192931 -0.025049146 -3.1575676 -0.72589821 -0.01871479 0.060735295999999994 0.007869586 0.0079210799 0.0063925262 0.035886415 0.06794055 0.035223226 +15 -2.5742677000000005 0.60035499 -0.010842145 0.42442103 -5.8075691 -2.7236673 -0.80528277 0.07392861099999999 0.0739639 0.058750452 0.31992451 -0.96626249 0.31858479 +16 -2.4808577 0.66777696 -0.0075568555 0.47268569 -3.7948396 -4.5603371 -2.0721732 0.0872427 0.08728581699999999 0.069239753 0.37660731 -2.3348771 0.37522935 +17 -2.4857391 0.66444102 -0.0075083762 0.47028535 -3.7977711000000003 -0.78817857 -2.0298909 0.086710205 0.086752786 0.068818802 0.37429708 -2.2911349 0.37293285 +18 -5.6229783 -2.6496879 -5.450281200000001 -0.50582139 -6.2298235 -3.4620711 -1.4679153 -7.739419099999999 -7.782269900000001 -7.4641049 -10.432267 -1.7169922999999998 -10.415444 +19 -7.224297900000001 -5.2583012 -7.6163568 -0.73329952 -7.611840299999999 -4.4666165 -2.147406 -6.0580074 -9.3845133 -9.063389599999999 -12.034705 -2.4178952999999996 -12.01975 +20 -2.8107807 0.41762005 0.32888376 0.24814977 -3.9175434 -0.79174742 -0.13787314 0.3084923 0.3085838 -3.0809111000000002 -5.886779499999999 -0.17810358 -5.8723714000000005 +21 -2.8124118 0.41636128 0.32425201 0.25271854 -3.9237013999999997 -0.79706749 -0.13058128 0.30599575 0.3059839 0.23903525 -1.3494023000000002 -0.17033637 1.2127866000000003 +22 -3.3524799 -3.5902179 -3.5208597000000004 -0.61988321 -3.5835957 -0.42958092 -0.0081206017 -3.0949755000000003 -3.0955665 -2.8152484 -5.5847488 -0.018981394 -5.570420400000001 +23 -2.5242392999999996 -2.7245932999999996 0.073500539 -4.4307664 0.26295384 0.004588310999999999 -0.040501247000000004 -0.086832828 -0.086914355 -0.070151906 -0.37096589 -0.050215956 -0.36717848 +24 -2.152384 -2.3757368999999997 0.078094496 -1.0321871 -4.305209400000001 -1.0400134 -0.25515929 -0.075260708 -0.075346595 -0.06080117 -0.32378538 -0.32203396 -0.32024387 +25 -1.7965145 -2.0408063000000003 0.084577884 -0.94288084 -1.2254032 -3.5434312000000006 -1.3241167999999999 -0.060918577 -0.061024269000000006 -0.049277114000000004 -0.26542358 -1.5204736 -0.26197165 +26 -1.7263217 -1.9759668000000001 0.086033069 -0.92375997 -1.1716017 -0.029807563 -2.0073964 -0.057739915999999995 -0.057849697 -0.046725594 -0.25239714 -2.2616394 -0.24896637 +27 -5.3069489999999995 -7.636201700000001 -7.037602900000001 -0.78592186 -5.5993905 -2.1469146 -0.69921479 -9.4140522 -9.4126812 -9.091154099999999 -12.062107000000001 -0.83714724 -12.047547 +28 -5.5731718 -9.3131881 -8.0959026 -0.847177 -5.8195943 -2.3055665000000003 -0.81398137 -6.5496875999999995 -9.8697805 -9.548205000000001 -12.519926 -0.96645605 -12.505269 +29 -2.4561877999999995 -2.6619393 0.14368998 -1.1442055 -1.7326534 -0.044872485 -0.081587023 -0.02666775 -0.026493633 -3.3434702000000005 -6.178629900000001 -0.098246686 -6.1641394 +30 -2.4557572999999997 -2.6619819 0.15112139 -1.139343 -1.7375179 -0.045358909 -0.076952538 -0.019085868 -0.018967027 -0.015515454 -2.6082157 -0.09320998800000001 -0.099632945 +31 -0.39421668 -0.29459608 -2.5669005 -3.2281737 0.51378907 0.0061260981 0.09326843800000001 -1.8333589 -1.8346917 -1.6099341999999999 -4.0609024 0.11355885 -4.048183600000001 +32 -0.10511899 -0.078061415 -2.4882254 0.19737613 -3.6828502999999997 -0.65296259 -0.033311845 -1.7144426 -1.7155227 -1.4991021 -3.89965 -0.050902425999999994 -3.8867401 +33 0.29039026 0.21988883 -2.3823449 0.35618928 -0.061103262 -3.4213337 -1.1427724 -1.5488197 -1.5494173999999998 -1.3460524999999999 -3.6675284 -1.3187111 -3.6537528 +34 0.3666949 0.27429264 -2.3625957000000004 0.3867473 -0.026141819 -0.0024899716 -1.9129032 -1.5173462 -1.5178285 -1.3170658000000002 -3.62201 -2.1593186 -3.6081161 +35 -2.9236379 -3.0555835 -6.954985499999999 -0.47895084 -3.2658720000000003 -0.41773695 0.021550273999999998 -7.6141815 -7.6431768 -7.323263400000001 -10.288635000000001 0.013442698000000001 -10.273743 +36 -4.0184375 -4.4952025 -8.261537400000002 -0.62419548 -4.3624906999999995 -1.0393941999999998 -0.15701169 -4.7599598 -8.0972973 -7.7769016 -10.744547 -0.20306038 -10.729648 +37 -0.37717641 -0.28186825 -2.5391318 0.09848838 -0.43590753 -0.01000344 0.090600137 -1.8147493000000001 -1.8162517 -4.9146668 -7.8423526 0.11015939 -7.828423 +38 -0.37630152 -0.28119186 -2.5415352 0.098938295 -0.43544444 -0.0099943935 0.09051025300000001 -1.8157216 -1.8170442999999998 -1.5934771 -6.501206400000001 0.11002704 -4.0258669000000005 +39 0.15661648 0.11977769 0.0017894296 -3.2456642 -2.8755903999999997 -0.28922396 -0.056535634 0.01569464 0.015692175 0.012525014 0.06782976 -0.075855539 0.067478022 +40 0.54133361 0.40742202 0.013793461000000002 -3.0531661 0.5533709 -3.3753379999999997 -1.1825733 0.062522952 0.062540402 0.049660397 0.26892334 -1.3642089 0.268208 +41 0.61183858 0.45674241 0.015378109 -3.0189272000000003 0.55507179 0.0077619031 -1.9731142 0.070864262 0.070893854 0.056262282000000004 0.30490091 -2.224269 0.30407714 +42 -3.4926392999999996 -3.8011042 -6.0916847999999995 -4.014552 -1.4377252 -0.07695593099999999 -0.18984513 -8.423209 -8.4519465 -8.1314285 -11.100586 -0.2397237 -11.085516 +43 -4.7807909 -5.8356236 -7.7721693 -4.1442997 -2.7855619 -0.38200031 -0.30648928 -6.2128596 -9.5446046 -9.223074699999998 -12.194289 -0.38253198 -12.179684 +44 0.061397888 0.042565463 0.28904406 -3.3456339999999996 0.54104383 0.0082624442 -0.050912877 0.23509891 0.23519812 -3.1372392000000002 -5.9498496 -0.057963010999999995 -5.935470400000001 +45 0.059278887 0.040769011 0.28825279 -3.3411347 0.54087174 0.008124090799999999 -0.042806699000000004 0.23554604 0.23555107 0.18495933 -1.5836576999999998 -0.04920485 0.96406861 +46 0.61961211 0.46173855 0.015138084 0.30640768 -3.3845207000000004 -4.2971624 -1.9046669999999999 0.07144943599999999 0.071479611 0.056727695999999994 0.30749993 -2.1560468999999998 0.30664794 +47 0.62073735 0.46263927 0.01535177 0.30704408 -3.3843288 -0.5212808 -2.0425339 0.071728838 0.071759732 0.056947575 0.30866691 -2.3026399 0.30782136 +48 -3.1591256000000003 -3.4648084999999997 -5.9225544999999995 -0.66815513 -5.4634348 -2.520526 -0.96254783 -8.2453948 -8.273326299999999 -7.953643700000001 -10.922903999999999 -1.1568141 -10.907132 +49 -4.6055971 -5.5816930000000005 -7.7069135 -0.81876524 -6.680012700000001 -3.4776722999999996 -1.5065638000000001 -6.1509176 -9.4766944 -9.1554256 -12.12678 -1.7421985 -12.111937 +50 0.27515169 0.20432598 0.3048343 0.083280083 -3.4427826 -0.52044117 -0.15325073 0.26437639 0.26445432 -3.1147299999999998 -5.924722099999999 -0.19167232 -5.9102929 +51 0.27352978 0.20302265 0.30297509 0.087841974 -3.4452895 -0.52331886 -0.14540266 0.26401322 0.26399042 0.20684143 -1.4861973 -0.1832345 1.0673887 +52 0.63886411 0.47516032 0.015782708 0.31580645 0.18606024 -3.3976772000000004 -2.9059535 0.07389674 0.073931597 0.058661922000000005 0.31799167 -3.2026163 0.3171225 +53 -3.0666972 -3.3704848 -5.8759988 -0.65991947 -3.3449209000000004 -4.3240028 -2.1285051 -8.1948473 -8.2230601 -7.9037261 -10.873116 -2.4133697999999995 -10.857036 +54 -4.5757709 -5.5390782 -7.695564 -0.81796357 -4.814327099999999 -5.1408262 -2.7907355 -6.1399207 -9.464720199999999 -9.1435116 -12.114905 -3.0917926 -12.100005 +55 0.58739097 0.43512558 0.32901666 0.24380318 0.19346885 -3.3940095 -1.2395711 0.30892931 0.30898406 -3.0807373 -5.8867879 -1.4260921 -5.8721862 +56 0.58701096 0.43489748 0.32572931 0.2486848 0.19126335 -3.3948686 -1.2331662 0.30758712 0.30752645 0.24008177 -1.3479667 -1.4194687 1.215025 +57 -3.0715163 -3.3745269999999996 -5.8788127999999995 -0.66023776 -3.3505392999999994 -0.69391481 -2.1931201000000002 -8.1975476 -8.2258537 -7.906525 -10.875933 -2.4668542 -10.859846000000001 +58 -4.5821513 -5.5475864 -7.6979759 -0.8181085 -4.8203477999999995 -1.5051297 -2.3720399 -6.142201200000001 -9.4672218 -9.1460052 -12.117395 -2.6559497000000003 -12.102503 +59 0.65105528 0.4794115 0.33397128 0.27543186 0.20837199 0.0038694544 -2.0114812 0.31811962 0.31817508 -3.0737456 -5.8789629 -2.2642012 -5.864334400000001 +60 0.65079419 0.47928539 0.3303601 0.28031552 0.20629971 0.0036612139000000003 -2.0056933999999997 0.31654655 0.31648429 0.24689806 -1.3207514 -2.2583951 1.2441673999999998 +61 -5.447783599999999 -8.5347954 -11.248187 -0.78325281 -5.7480553 -2.2679974 -0.74402897 -10.293822 -13.631010999999999 -13.309226999999998 -16.282761999999998 -0.88680774 -16.267954 +62 -3.4017732000000005 -3.7084870999999997 -6.0455775 -0.6867947 -3.6534356 -0.76158827 -0.31593769 -8.3752694 -8.403611 -11.405215 -14.378831 -0.39527179 -14.363597 +63 -3.4027337999999996 -3.7097699 -6.0464603 -0.6868773 -3.6545663 -0.76291813 -0.31630865 -8.376082499999999 -8.4044734 -8.084151299999998 -13.512784 -0.39574398 -11.038096000000001 +64 -4.7206229 -5.7457339 -7.750103299999999 -0.82146289 -4.946307900000001 -1.5388989 -0.55075882 -6.1918505 -9.521599 -12.522083 -15.495396 -0.66823027 -15.480709 +65 -4.7206968 -5.7458599999999995 -7.7499164 -0.82146467 -4.946389900000001 -1.5394683999999998 -0.55099229 -6.1918625 -9.5215455 -9.200102000000001 -14.63081 -0.66851765 -12.156683000000001 +66 0.07085661900000001 0.049683442 0.28926458 -0.019341272 0.054966589 0.0017407863000000001 -0.052651282 0.23594052 0.23604681 -3.1365836 -8.409741499999999 -0.060212256 -5.9350874000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.5492725 1.5939982 -0.017029925 0.33632136 -2.4154584999999997 -1.361237 -0.24845806 0.019569376 0.019607764 0.014394346 0.040457722 -0.24533906 0.04019035 +2 -1.9498103999999998 -3.1023269 0.027884472999999996 -0.16892897 -2.2851466 -0.30350501 -0.032703797 0.008795569599999999 0.008805198299999999 0.006367679300000001 0.016448383 -0.028147881 0.016741375 +3 0.095441389 0.27757692 -2.1286196 0.39806387 -0.59621522 -0.083510968 0.03353494 -1.6101324 -1.6111739 -1.3222325000000001 -4.789417 0.032105196 -4.767833 +4 -0.053926247999999996 -0.050402422999999995 0.00063312102 -3.3278824 3.2641514 0.14682977 0.0080750125 -5.59146e-05 -5.5955065999999996e-05 -4.3587187000000006e-05 -0.00016401691000000003 0.0058766662 -0.00015301559999999999 +5 1.3644553999999998 1.2382346000000002 -0.01012618 0.22207501 -1.4499701999999999 -0.84833385 -0.16644344 0.014460378999999999 0.014475296 0.010636333999999999 0.030100891 -0.17009285 0.029880887999999998 +6 3.4891709000000004 3.0394016 0.0011148903 0.9176311 2.9459832 -3.3237311000000003 -1.5330648999999998 0.11055799 0.11062651 0.07984297900000001 0.19923453 -1.7550237000000002 0.20056224 +7 3.7333657999999996 3.2165249 0.0028493732 1.0152481 3.0549787999999998 0.13913372 -2.3535221 0.12694468 0.12703414 0.091514666 0.22521035 -2.6830492 0.22685109 +8 3.0204692000000004 2.8754597 0.83986177 0.4285143 2.9614418 0.15518931 -0.6040639 -2.7633786 -2.7675535 -2.3900428 -6.457052200000001 -0.65804064 -6.4336825 +9 1.4569153000000001 1.1895191 -1.9680925 0.0031548203 1.3814084999999998 0.09657706099999999 -0.77052171 -1.7961731 -5.1348779 -4.6960099 -9.084961 -0.86274079 -9.0610621 +10 0.74822536 0.31582183 2.682327 -0.44818682 1.8562988 0.10182229 -0.023065701 1.9757813999999998 1.9753040000000002 -2.1891842999999995 -6.1880947 -0.022279023 -6.1641001 +11 0.60031113 0.25870715 2.2192947999999997 -0.35082427 1.5460546 0.088062906 -0.018350465 1.7117949000000001 1.7114334999999998 1.0195034 -1.5541063999999998 -0.018506499 1.2672771 +12 -2.6918185 -0.055566633 0.023535155 0.010363438 -3.3467943 -2.8709211 -0.97448211 0.018772996 0.018793182 0.013655516000000001 0.036229417 -1.0475427 0.036536572999999996 +13 -0.92786444 2.2150769 -1.9436883999999999 0.79892994 -2.2842675999999997 -1.8627096999999997 -0.43591058 -1.3267048000000001 -1.3274473 -1.0716618999999998 -4.245417099999999 -0.45738056 -4.225855 +14 -2.8885797 0.3369187 -0.009668192800000001 -3.257259 1.3841265 0.058936643 0.02552419 -0.0035113496 -0.0035023925 -0.0025294351 -0.006493826899999999 0.021678812999999998 -0.0066374449 +15 0.39179399 3.2454021 -0.0048738506 1.0434436 -3.0831838 -3.2916884 -1.4308782 0.12439245 0.12446022 0.08972144 0.22171243 -1.6234031999999998 0.22318633 +16 0.68026636 3.4565026 -0.0012728500999999999 1.1670862 -0.99248834 -4.8914596 -2.8834607000000005 0.14757749 0.14766432 0.10616218 0.25723307 -3.2428159 0.25918916 +17 0.65260768 3.4369023000000003 -0.0015580498000000002 1.1552958999999998 -1.0099553 -0.98358522 -2.4534671 0.14535857 0.14544288 0.10459197 0.25389836 -2.794197 0.25580676 +18 0.47658948 3.5171932 0.89010472 0.89615073 -0.92405656 -0.83005615 -0.7661794 -2.6940841 -2.6972468 -2.3234677 -6.3690578 -0.87582291 -6.3457047 +19 -0.9822874 1.9104706000000002 -1.7226967 0.26133921 -1.8908415 -1.9376857 -1.3419216999999999 -1.5319891 -4.8664914 -4.431154599999999 -8.8057689 -1.5806114 -8.7814021 +20 -1.0321538000000001 1.7597982 2.6852602 -0.00010396236999999999 -1.5368464 -0.86591027 -0.16898672 1.9804718999999997 1.9799973000000002 -2.1872703 -6.1854447 -0.17221564 -6.1614659000000005 +21 -1.1442446000000002 1.7201108 2.2223634999999997 0.067650737 -1.7157537 -0.94757059 -0.17840415 1.7188618999999998 1.7185058999999998 1.0227032 -1.5527108 -0.1811898 1.2690581 +22 -1.4745946 -2.0283313 -2.1804978 0.29196021 -2.2986144 -0.7506029 -0.081810757 -1.7026808999999998 -1.7033022 -1.4051381 -4.949994 -0.077327564 -4.9271926 +23 -2.0325794 -3.2514887000000003 0.028157571 -3.4927631000000003 2.6005982999999997 0.12572941 0.001839313 0.0088368659 0.00884655 0.006397107900000001 0.016516548 -0.0007572926 0.016812778 +24 -0.62614018 -1.2729883 0.025202405 -0.11385339 -2.9145281 -1.8239387999999999 -0.43452042 0.011443605 0.011456005 0.008312928 0.021913794 -0.44232431 0.022170712999999998 +25 1.1399643999999998 0.5424093 0.025960705 0.071891098 0.85351995 -3.7852921999999998 -1.8555582 0.02834634 0.028370472 0.020598708 0.054276519 -2.1019994 0.054729519000000004 +26 1.3941719 0.77688345 0.026221126 0.11444758 1.1249334999999998 0.016645414 -2.3646732999999998 0.032515976 0.03254303 0.023621987999999997 0.062082041 -2.6950813 0.062590245 +27 0.46332252 0.017782746000000002 0.75465473 -0.80015843 1.1532148000000002 0.080651323 -0.6380212 -2.8849417 -2.8851687000000004 -2.5019014 -6.602293700000001 -0.70640953 -6.5787455 +28 -1.1880494 -2.1794275 -2.4649964 -0.35035996 -1.4990653999999999 -1.2324467 -1.0944359 -2.3433907000000005 -5.6642196 -5.2206139 -9.631634599999998 -1.2705228000000002 -9.6078111 +29 -1.0958516 -2.8733348999999997 2.6808205000000003 -0.74592707 -0.63479271 -0.08683653599999999 -0.039975488999999996 1.9733313000000001 1.972853 -2.1901857999999996 -6.1894828 -0.037333896 -6.1654782 +30 -1.3017671999999998 -2.9229482000000004 2.2189499 -0.61691393 -1.0225027 -0.12680558 -0.037698318 1.7089082999999998 1.7085443 1.0181916 -1.5546851000000002 -0.035424737000000005 1.266541 +31 0.0081357412 0.20428101 -2.1325539 -2.930443 3.1847642999999994 0.14355157 0.048596493 -1.6161316000000001 -1.6171623 -1.3275992 -4.800057 0.043264391 -4.7784009 +32 1.4849918 1.4456171999999998 -2.0342103 0.57363612 -1.6397948 -1.0964783 -0.19336854 -1.4702754999999998 -1.4712722 -1.1977928 -4.531939599999999 -0.1983037 -4.5116307 +33 3.3110527999999997 2.9388992000000003 -1.8212778000000003 1.0568698 2.6074257999999997 -3.3738222999999996 -1.5465655 -1.1407965 -1.141368 -0.91161572 -3.8331730000000004 -1.7695107 -3.8124891000000005 +34 3.5348822999999996 3.1001574 -1.7911529999999998 1.1303083 2.7708904 0.1264279 -2.3327409 -1.091442 -1.0919313999999998 -0.86948926 -3.7120387000000004 -2.6600722 -3.6913080000000003 +35 0.33097276 0.48661743 -4.4855222999999995 0.55063432 -0.64738528 -0.22190632 8.5048875e-06 -5.9878704 -6.0265071 -5.5810528 -10.003644 -0.0030605117 -9.9793117 +36 -0.42506194 -0.56166965 -6.4366642999999995 0.44648182 -1.401551 -0.70057859 -0.1361056 -3.1011019 -6.456653299999999 -6.0092303 -10.441898 -0.13941638 -10.417413 +37 0.09498670599999999 0.27555226 -2.0732744 0.39334696 -0.59031481 -0.08268963 0.032942928999999996 -1.5759035 -1.5770258 -4.613776799999999 -8.998460099999999 0.031626548 -8.974530699999999 +38 0.097796207 0.2781639 -2.0813028 0.39427134 -0.58808567 -0.082465496 0.032828821 -1.5807796 -1.5818007 -1.2960905 -7.207196400000001 0.031493323 -4.718866 +39 0.93135872 0.84831191 -0.0083288195 -3.1873245999999997 -0.21379558 -0.35852427 -0.07781700400000001 0.0067296521 0.0067379197 0.0049775292 0.014545974 -0.082179713 0.014346547 +40 3.4681889999999997 3.0237066 0.0009968718600000001 -2.4126556 3.5673849000000004 -3.2602741 -1.4888218999999998 0.10921452 0.10928174 0.078885064 0.19707836 -1.7060307000000001 0.19837942 +41 3.7325606 3.2160512999999997 0.0028558235999999997 -2.3069193 3.5751508999999997 0.15407049 -2.3525875 0.12690608 0.12699548 0.09148715 0.22514912 -2.6820171000000004 0.22678931 +42 2.9947798 2.8576718999999997 0.83868977 -2.9051508 3.5586248999999994 0.16613157 -0.60182403 -2.7650019 -2.769185 -2.3915914000000003 -6.4590863 -0.65485477 -6.4357139000000005 +43 1.3981836 1.1486234 -1.9831306 -3.3281877 3.4035178999999998 0.16606734 -0.75464129 -1.8117918999999998 -5.151012000000001 -4.7119845 -9.1017515 -0.84001561 -9.077843 +44 0.69861189 0.26849227 2.6822735 -3.7798459 3.4159976000000003 0.15148087 -0.019971278000000002 1.9756931 1.9752157 -2.1892204 -6.1881447 -0.019725865 -6.1641498 +45 0.55013782 0.2113142 2.2192479 -3.6815267999999994 3.3937476 0.15044477 -0.01470083 1.7116682 1.7113067 1.0194459 -1.5541317 -0.015596678000000001 1.2672449 +46 3.7726326 3.24375 0.0029192615000000004 1.0307173 -0.46378952 -4.5456814 -2.6077342 0.12947685 0.12957009 0.093316105 0.2291734 -2.9547773999999998 0.23086 +47 3.7569667 3.2328077 0.0028341962 1.0244845999999999 -0.46833319 -0.63790134 -2.4302682 0.12842239 0.12851375 0.09256655400000001 0.22753528 -2.7695638 0.22920043 +48 3.4072381000000003 3.1618861000000003 0.85982565 0.62540688 -0.45587559 -0.4919369 -0.73704464 -2.7357534 -2.7394272 -2.3634123 -6.4220447 -0.83234215 -6.3986483 +49 1.8341556 1.4771579 -1.8720153000000002 0.081779404 -1.0938343000000001 -1.0401646999999998 -1.0438 -1.6944568 -5.0299128 -4.5923803 -8.9760843 -1.2136475 -8.95198 +50 2.0453465 1.5340726 2.6844961 -0.096018218 -0.7940797 -0.62265499 -0.16108337 1.9793468999999997 1.9788699 -2.1877299 -6.1860817 -0.16783133 -6.162098599999999 +51 1.9110724 1.4777723 2.2218313999999997 -0.029313907 -0.90815042 -0.66087558 -0.16055577 1.7172766 1.7169169999999998 1.0219847 -1.5530246 -0.16750568 1.268658 +52 3.8094457000000004 3.2692175 0.0032940590000000002 1.0453101999999999 3.0858014 -3.3081621 -3.3512621 0.13209152 0.13218995 0.09517479300000001 0.23322859 -3.7513742999999993 0.23496738 +53 3.946017 3.5675099 0.89235725 0.9246098 3.2224022999999997 -3.253551 -1.9021654 -2.6907787999999995 -2.6927069 -2.3193763 -6.3639124 -2.1789369 -6.3402761 +54 2.1596217 1.7433596999999998 -1.7895044999999998 0.16871674 2.0625266 -3.3796663999999996 -2.1303282 -1.6049458 -4.9375652 -4.501567400000001 -8.8806462 -2.4439696 -8.8560512 +55 4.129392500000001 3.3575461000000004 2.6937655 0.87462727 3.3157483999999995 -3.2806516 -1.5264735 1.9942983 1.9938185000000002 -2.1816742000000002 -6.177757700000001 -1.7488326 -6.153761299999999 +56 4.000888 3.292675 2.233982 0.88013967 3.2684222000000003 -3.2871434999999996 -1.5263231000000002 1.7405892 1.7402206999999998 1.0324360000000001 -1.5485818 -1.7488903000000002 1.274367 +57 4.0410620999999995 3.6341489 0.89860356 0.97578352 3.2427032000000002 0.16054286 -2.7022112999999996 -2.6822527999999997 -2.683753 -2.3109374 -6.3526937000000006 -3.0617037 -6.3290225 +58 2.2128408 1.7874493999999999 -1.7754866000000002 0.18436565 2.1058162 0.12830168 -2.8060273 -1.5896728999999998 -4.9217927 -4.4860713 -8.864335 -3.1753446 -8.839647900000001 +59 4.364584 3.5294451000000002 2.6953668 0.99399031 3.3526637999999997 0.14939686 -2.3708126 1.9968627 1.9963834999999999 -2.1806392000000003 -6.1763348 -2.7015778999999998 -6.152335099999999 +60 4.2366134 3.4644184 2.2360616 0.99448025 3.3136864999999998 0.14775488 -2.3674847000000003 1.7445623 1.7441936999999998 1.034208 -1.5478353 -2.6982466 1.2753272 +61 -1.7365589 -3.2297575000000003 -7.2976575 -0.15812248 -2.2746706000000003 -1.9486205 -1.3117941 -8.184423299999999 -11.525631 -11.072073 -15.532016 -1.5225451 -15.507739 +62 3.0196026000000002 2.8748204 0.84181222 0.42679329 2.961929 0.15523582 -0.6055697 -2.762064 -2.7661965 -5.710685400000001 -10.136322999999999 -0.65960976 -10.112259 +63 3.0220564999999997 2.8767741 0.84174193 0.4282545 2.9627098999999997 0.1552496 -0.60554855 -2.7620241 -2.7660862999999996 -2.3886532000000003 -8.9178358 -0.65965078 -6.4327879 +64 1.4575621 1.1905609 -1.9669018 0.0030749789000000002 1.3831715 0.09687025699999999 -0.77030107 -1.7951278000000002 -5.1338707999999995 -8.016936 -12.470445 -0.86238941 -12.446436 +65 1.4573216 1.1899513000000002 -1.9672977999999999 0.0031761255 1.3819153999999998 0.096609045 -0.77055146 -1.7955394 -5.1342224000000005 -4.6953621 -11.544228 -0.86277191 -9.060532400000001 +66 0.75510162 0.31999429 2.6958314999999997 -0.45116508 1.8675633000000003 0.1023088 -0.023936138 1.9828171 1.9823381999999998 -2.1863256 -8.6474202 -0.023049992999999998 -6.1612847 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.5459161 1.5979704 -0.017590427 0.33117523 -2.387867 -1.3669978 -0.24982009 0.018712998 0.01875056 0.013794461000000001 0.039487251 -0.24618842 0.039192866 +2 -1.9352726000000002 -3.1061383 0.028115526000000002 -0.16511502 -2.2607228 -0.30711944 -0.033153737999999995 0.009252132199999999 0.0092626126 0.006714464200000001 0.017690533 -0.028463026000000002 0.017976645 +3 0.11546364 0.29624394 -2.1201266 0.39866526 -0.56119567 -0.081718841 0.033862708 -1.6027361 -1.603764 -1.3170692 -4.7737628 0.03233917 -4.7521629999999995 +4 -0.053014476 -0.049673364000000005 0.00063330818 -3.3276606 3.3131682000000002 0.15114535 0.008331287 -3.7152847e-05 -3.7162374e-05 -2.9804457e-05 -0.00012646577 0.0060469687 -0.00011558552 +5 1.3634538 1.2387462 -0.010541158 0.2175417 -1.4184881999999999 -0.84826293 -0.16606126 0.013773711999999999 0.013788051 0.010153328 0.029269242999999997 -0.1693723 0.029028684 +6 3.5228087999999995 3.0701482 0.00018842069 0.91879552 2.9990026000000003 -3.3196882000000003 -1.5332781 0.11074074 0.11081051 0.08011836 0.20299405 -1.7555195 0.204253 +7 3.7697415000000003 3.2492944 0.0018691234 1.0173741 3.1100017 0.14358667 -2.3532417000000003 0.12735093 0.12744199 0.09197032699999999 0.22974428 -2.6829577999999996 0.23131377 +8 3.0353877999999996 2.891832 0.8453082 0.41857292 3.0087547999999997 0.15950216 -0.60354161 -2.7584072999999996 -2.7624967999999996 -2.3871929 -6.4434578 -0.65721017 -6.4200939 +9 1.4847294 1.2176205 -1.9630914000000002 0.0026547890000000003 1.4284668 0.10156877 -0.76871727 -1.7915823 -5.1301277999999995 -4.6936125 -9.0708466 -0.85992807 -9.046969500000001 +10 0.74900976 0.31442217 2.6909243999999997 -0.45408968 1.8746194999999999 0.10470782 -0.023004492999999997 1.9841012999999998 1.9836343 -2.1828596 -6.1699627 -0.022266802999999998 -6.145973000000001 +11 0.59891771 0.25635168 2.2239277000000004 -0.35530067 1.5558506 0.090399663 -0.018184148 1.7174768 1.7171261000000002 1.0246044 -1.5362388 -0.018385076 1.2849567 +12 -2.6671777999999997 -0.034936266 0.023597855 0.012922079 -3.3059585 -2.8816982999999996 -0.98213617 0.019086068 0.019106986 0.013909588999999998 0.037517665 -1.0553514 0.037809759 +13 -0.90665376 2.2348322 -1.9364512999999999 0.79641101 -2.2408815 -1.8629061999999998 -0.43584697 -1.321279 -1.3220127000000002 -1.0681829999999999 -4.2343905 -0.45675509 -4.2148056 +14 -2.8933854 0.3309492 -0.0097030425 -3.2590372000000003 1.4118123 0.061512264000000004 0.025710597 -0.0037118997999999997 -0.0037035718 -0.0026821211 -0.0070426063 0.021883552999999997 -0.0071824285 +15 0.42466057 3.2755727 -0.005973588199999999 1.0441375 -3.0308017999999994 -3.2919157999999995 -1.4336483 0.1244828 0.12455203 0.089948579 0.22568296 -1.6264054 0.22708017 +16 0.71706023 3.4895425 -0.0024154643 1.1692749 -0.93814011 -4.889678599999999 -2.886336 0.14804346 0.14813222 0.10668611 0.26235408 -3.2462122000000004 0.26423165 +17 0.68898599 3.4696492999999995 -0.0026987789 1.1573211 -0.95588737 -0.97970624 -2.4529973999999997 0.14578235 0.14586852 0.10508321 0.25890372 -2.7938275000000004 0.26073344 +18 0.49573016 3.5365687999999995 0.89558405 0.88688401 -0.87690153 -0.81856741 -0.76159797 -2.6890966 -2.692186 -2.3206008999999996 -6.355509 -0.86919578 -6.3321663 +19 -0.94704001 1.9432131000000001 -1.7150935 0.26159778 -1.8350138999999999 -1.9143032 -1.3276424 -1.5247696000000002 -4.8590197 -4.4260462 -8.7888056 -1.5623394 -8.7644767 +20 -1.0331733 1.7581006000000001 2.6937901 -0.013357605 -1.5055748 -0.865968 -0.16875076 1.9886859000000001 1.9882216000000001 -2.1809882999999997 -6.1673718 -0.17158792 -6.143397599999999 +21 -1.1462044 1.7184168999999998 2.2269058 0.056077455 -1.6868493000000002 -0.94883662 -0.17830442 1.7243974999999998 1.7240522 1.0277421999999998 -1.5348673000000002 -0.18066376 1.2867064 +22 -1.4486624 -2.0086143 -2.1712142000000005 0.29374459 -2.2557382 -0.75087794 -0.08173251 -1.6941769 -1.6947866999999999 -1.3989858999999998 -4.932328 -0.077157636 -4.9095277 +23 -2.0169189999999997 -3.2548882999999997 0.028388958 -3.4888797 2.6404953 0.12959153 0.0021641974 0.0092977504 0.009308295 0.006747132800000001 0.017769083 -0.00047729177000000003 0.018058355 +24 -0.61390081 -1.266802 0.025355224 -0.11111117 -2.8843793 -1.8328078 -0.43732803 0.011785978999999999 0.011799091000000001 0.008579339200000001 0.023016649 -0.44448393 0.023263882000000003 +25 1.1730479 0.57200024 0.025980204 0.075023786 0.89937615 -3.7855062999999993 -1.8597646 0.028754576 0.028779693 0.020934203000000002 0.056058906 -2.1070208 0.05649131 +26 1.4292073 0.80818455 0.026212179 0.11773367 1.1734648 0.019951818 -2.3644515999999998 0.032949695 0.032977805 0.023981164 0.064043881 -2.6950401000000004 0.064529215 +27 0.47859624 0.030628713 0.76050595 -0.80260203 1.1856956 0.08449811800000001 -0.63658277 -2.8792736 -2.8794832 -2.4984695 -6.587844400000001 -0.70404917 -6.564300200000001 +28 -1.1557583 -2.152533 -2.4608004 -0.34900854 -1.4475641000000001 -1.2137601 -1.0872756000000001 -2.3394061 -5.6601984000000005 -5.218963400000001 -9.6182366 -1.2611866000000003 -9.594424499999999 +29 -1.0795093999999998 -2.8799911 2.6894464 -0.74569312 -0.61375894 -0.08732957400000001 -0.040114671 1.9817036 1.9812358 -2.1838398999999997 -6.1713213 -0.037404003 -6.1473218 +30 -1.2878649 -2.9302742999999998 2.223642 -0.61551138 -1.0032235 -0.12812375 -0.037798641 1.7146791000000001 1.7143258999999997 1.0233313 -1.5368013999999999 -0.035442376 1.2842411 +31 0.033081438 0.22692778 -2.1238147 -2.9294246 3.2381681 0.14796577 0.04907183 -1.6083546 -1.6093725 -1.3220954 -4.7837181 0.043568415 -4.7620522 +32 1.5004212 1.4606081 -2.0268903000000003 0.57165918 -1.5984767 -1.0948186000000002 -0.19257549 -1.4646351 -1.4656218 -1.1941667 -4.5198615 -0.19721765 -4.4995248 +33 3.3476939 2.9714632 -1.8121653000000002 1.0581446 2.6624687999999996 -3.3696178 -1.5464267 -1.1325132 -1.1330743 -0.905631 -3.8164017 -1.7695976000000002 -3.7957186000000003 +34 3.5733483 3.1340361 -1.7818011999999999 1.1321386999999998 2.8275955 0.13092498 -2.3323156000000003 -1.0827633999999997 -1.0832424999999999 -0.86316475 -3.6943504999999996 -2.6598322 -3.6736227999999995 +35 0.35556979 0.51492607 -4.4767498 0.55226227 -0.60781098 -0.22202177 0.0005938026200000001 -5.9797843 -6.0184303 -5.5753935 -9.9861076 -0.0023687034 -9.9617705 +36 -0.40601867 -0.5371544 -6.4278242 0.44808993 -1.3668931999999998 -0.69715859 -0.13367735 -3.0929192000000003 -6.4485471 -6.0035403 -10.424321 -0.13622737 -10.399834 +37 0.11581118 0.29485661 -2.064457 0.39397043 -0.55431255 -0.080763352 0.033263371 -1.5682645 -1.569372 -4.6083924000000005 -8.981237 0.031848517 -8.9573047 +38 0.11775038 0.29673855 -2.0725830000000003 0.3948321 -0.55311292 -0.08066375 0.033152487 -1.5732383 -1.5742457 -1.2907948 -7.1913073 0.031723456000000004 -4.7029748 +39 0.92700642 0.84541568 -0.008582439499999999 -3.1908109000000002 -0.16802889 -0.35438247 -0.077020318 0.006239801800000001 0.0062475367 0.0046273176 0.013806599 -0.081245975 0.013597075 +40 3.50161 3.0542799 7.2633396e-05 -2.4115669 3.6242940999999997 -3.2557456 -1.4886615 0.10937877 0.10944722 0.079145521 0.20077294 -1.7061012999999998 0.20200537 +41 3.7689522000000006 3.2488317 0.0018757711999999999 -2.3047865 3.6321794 0.15859623 -2.3523083 0.12731322 0.12740421 0.091943394 0.22968352 -2.6819287999999997 0.23125249 +42 3.010559 2.8746262000000002 0.84418128 -2.9146576 3.6149050000000003 0.17064202 -0.60139552 -2.7599669 -2.7640631 -2.3886799 -6.4454095 -0.6541953 -6.422043 +43 1.4281947 1.1784059999999998 -1.9775773999999997 -3.3282288 3.4606699 0.17059305 -0.75372366 -1.8066162000000001 -5.1456565 -4.7089893 -9.0870078 -0.83860585 -9.063120300000001 +44 0.70045013 0.26805011 2.6908738 -3.7853708 3.4685937999999994 0.15590373 -0.019851979 1.9840168000000002 1.9835497 -2.1828942000000002 -6.170010700000001 -0.019685268 -6.1460206 +45 0.54986031 0.20987466 2.2238829 -3.6856556000000005 3.4456300000000004 0.15484477 -0.014449324 1.7173554 1.7170046 1.0245492 -1.5362631000000002 -0.015428405 1.2849257 +46 3.8092154000000003 3.2766696 0.0019284677 1.0329105 -0.40791467 -4.5421142 -2.6085487 0.12990483 0.12999972 0.09379040400000001 0.23380328 -2.9558936 0.2354181 +47 3.7933705 3.2656 0.0018451837 1.0266123999999999 -0.41251913 -0.63189001 -2.4295526 0.12883374 0.12892671 0.093027699 0.23211357 -2.7689322999999995 0.23370695 +48 3.4260910000000004 3.1812996 0.86538041 0.61682465 -0.40352105 -0.48126933 -0.7338503 -2.7306283 -2.7342366 -2.36043 -6.4083015 -0.8277394 -6.384913500000001 +49 1.864741 1.5065178999999997 -1.8660988999999997 0.081241385 -1.040555 -1.0206811 -1.0356296999999999 -1.6889634999999998 -5.0242382 -4.5890559 -8.960998199999999 -1.2025827 -8.936926 +50 2.0444313000000003 1.5327563999999998 2.6930421 -0.10785395 -0.75255494 -0.61904432 -0.16025066 1.987587 1.9871205 -2.1814373 -6.1679941 -0.16672821 -6.1440157 +51 1.9085679 1.4759262 2.2263956 -0.039587205 -0.86937318 -0.65799587 -0.15969786 1.7228478999999999 1.7224990000000002 1.0270388000000001 -1.5351752 -0.16635909 1.286314 +52 3.846507 3.3024602999999995 0.0022966715 1.0476724 3.1412675 -3.3038087 -3.3511908999999998 0.13256053 0.1326607 0.095681603 0.23798649 -3.7515285000000005 0.23965324 +53 3.982429 3.6002059999999996 0.89896555 0.92535356 3.2788835 -3.2490554 -1.9020625 -2.6841907000000003 -2.686034 -2.3149872000000005 -6.3483444 -2.1789204 -6.3247152 +54 2.2021787999999995 1.7819424 -1.7801546999999998 0.171136 2.1272875 -3.3736712 -2.1266578999999997 -1.5958013 -4.9281264 -4.4945278 -8.8616467 -2.439218 -8.8370775 +55 4.164562 3.3890848 2.7023877 0.87457116 3.3722322 -3.2761579 -1.5264746999999999 2.0026707999999998 2.0022014 -2.1753259999999996 -6.1595938 -1.7490907 -6.1356025 +56 4.0348698 3.3236287000000004 2.2386613 0.88015586 3.3242839 -3.2827221 -1.5262825 1.7464485 1.7460906999999999 1.037633 -1.5306627 -1.7490955000000001 1.2921115 +57 4.079761 3.6683796 0.9053727 0.97769711 3.2997504999999996 0.16506396 -2.7018621 -2.6754432999999995 -2.6768544 -2.3063342000000002 -6.3368457000000005 -3.0614508 -6.3131817 +58 2.2576911 1.8277413 -1.7654111000000001 0.18741117 2.1729149 0.1336905 -2.8049048 -1.5797606000000002 -4.9115602 -4.478248000000001 -8.8445058 -3.1741172000000004 -8.819844 +59 4.4024434 3.5629809 2.7040076 0.99529784 3.4096479 0.15392557 -2.3706449 2.0052658 2.004797 -2.1742784 -6.1581535999999995 -2.7016105 -6.1341589999999995 +60 4.273324099999999 3.4973878 2.240768 0.99577079 3.3702599 0.15226799 -2.3672418 1.7504828000000001 1.750125 1.0394345 -1.5299023999999999 -2.698196 1.2930893 +61 -1.6987192999999998 -3.1954373 -7.291761900000001 -0.1565392 -2.2177105 -1.9293057 -1.3030267 -8.1779934 -11.519113 -11.067965 -15.515992 -1.5117881000000002 -15.491725 +62 3.0343451 2.8910508999999998 0.84726855 0.41673639 3.0091871 0.15954824 -0.60507071 -2.7570897999999997 -2.7611371 -5.7078328 -10.121647 -0.65880622 -10.097591 +63 3.0370301 2.8931907000000003 0.84720435 0.41831733 3.0100757999999996 0.15956441 -0.60505009 -2.7570391 -2.761016 -2.3857902 -8.904214999999999 -0.65884891 -6.4191805 +64 1.4852913 1.2186016000000002 -1.9619293000000002 0.0025570638 1.4301247 0.10184731 -0.76849821 -1.7905631000000002 -5.1291497 -8.0145674 -12.456167 -0.85957752 -12.43218 +65 1.4851415000000001 1.2180587 -1.9622883999999998 0.0026757113 1.4289827 0.1016007 -0.76874799 -1.7909418999999998 -5.1294654 -4.692958 -11.530105 -0.85996034 -9.0464324 +66 0.75596375 0.31864157 2.7045256 -0.45712344 1.8861918999999998 0.1052132 -0.023882525 1.9911922 1.9907237000000002 -2.1799776 -8.6292556 -0.023045197000000003 -6.143125599999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d01+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.5458535 1.5980466999999998 -0.017613561 0.33101502 -2.3870152 -1.3671678999999999 -0.24985605 0.018684197 0.018721733 0.013774502 0.03946118 -0.24621513 0.039165689 +2 -1.9347863999999997 -3.1062285 0.028123146 -0.16500315 -2.2599271 -0.30723355 -0.033168475 0.0092654413 0.009275950500000001 0.0067247627 0.017731921 -0.028474656 0.018017802 +3 0.11592411 0.29666048 -2.119772 0.39868872 -0.56029689 -0.081688422 0.033913794 -1.6024206 -1.603448 -1.3168511999999999 -4.773084900000001 0.032385289 -4.7514843 +4 -0.052953559000000004 -0.049622800999999994 0.00063291385 -3.3276508000000002 3.3147008999999996 0.15128279 0.0083395099 -3.6564354e-05 -3.6572872e-05 -2.9370286e-05 -0.00012526153000000002 0.006052597 -0.00011439016000000002 +5 1.3633178999999997 1.2386647 -0.010556531000000001 0.21738616 -1.4175467 -0.84823909 -0.16603987 0.013749998999999999 0.013764318000000001 0.010136783 0.029244767 -0.16934427 0.029003381 +6 3.523814 3.071052 0.00015239712 0.91882973 3.0006576000000003 -3.3195576 -1.5332633999999998 0.11074872 0.11081855 0.08013044400000001 0.20316156 -1.7555228999999999 0.20441761 +7 3.7708364999999997 3.2502616 0.0018287942000000002 1.0174389000000001 3.1117214 0.14372864 -2.3532076 0.1273667 0.12745782 0.091988899 0.22994314 -2.6829362 0.23150957 +8 3.0364109 2.8927522999999997 0.84543129 0.41858674 3.0104330000000004 0.15964363 -0.60354331 -2.7582481 -2.7623387000000004 -2.3871291 -6.442932 -0.65722832 -6.419568 +9 1.4853386999999998 1.2181908000000001 -1.9631398000000002 0.0026253864 1.429525 0.10167601 -0.76866912 -1.7916185000000002 -5.1301649000000005 -4.693751799999999 -9.0704746 -0.85986978 -9.0465975 +10 0.74917471 0.31446762 2.6912191 -0.4542808 1.8752995 0.10480584 -0.023008523 1.9844249 1.9839582999999998 -2.1825976000000002 -6.169179 -0.02227319 -6.145189299999999 +11 0.59892422 0.25627213 2.2240804 -0.35545902 1.55615 0.09047540800000001 -0.018180874 1.7176962 1.7173459 1.0248158 -1.5354478999999999 -0.018383813 1.2857376 +12 -2.6664576 -0.034352906 0.023598897999999997 0.012996058000000001 -3.3046919999999997 -2.8820382999999996 -0.9823671 0.019094472 0.019115416 0.013916841999999999 0.037564152 -1.0556008999999997 0.037855661 +13 -0.90572925 2.2356201 -1.9360901999999998 0.79641538 -2.2393224 -1.8628765999999999 -0.4358172 -1.3209607 -1.3216940000000001 -1.0679607 -4.2337332000000005 -0.45672758 -4.2141475999999995 +14 -2.8935086 0.33078448 -0.0097067917 -3.2590851 1.4125846000000002 0.061591050999999994 0.025717675 -0.0037193956 -0.0037110884999999997 -0.0026878567 -0.007064101999999999 0.021891992000000002 -0.0072038162 +15 0.42563898 3.2764521 -0.0060196040000000004 1.0441549 -3.0291712000000004 -3.2919083 -1.4337063 0.12448703 0.12455632 0.08995876400000001 0.22586045 -1.6264795 0.22725439 +16 0.71817193 3.4905178999999995 -0.0024638366 1.1693431 -0.93644411 -4.8896153 -2.8863974 0.14806134 0.14815019 0.10670734 0.26257853 -3.2462972000000003 0.2644527 +17 0.69008383 3.4706151 -0.0027469826 1.1573839 -0.95420057 -0.97956263 -2.4529541 0.14579874 0.14588499 0.10510325 0.25912354 -2.7937935 0.26094987 +18 0.49685084 3.5375462 0.89572707 0.88692964 -0.87515511 -0.81843601 -0.76160095 -2.6889147999999996 -2.6920052000000005 -2.3205151 -6.3549582000000004 -0.86921694 -6.3316154000000004 +19 -0.94615649 1.9439494 -1.7150443 0.26157047 -1.8334516 -1.914021 -1.327447 -1.5247101 -4.8589583 -4.4260871 -8.7883334 -1.5620916999999999 -8.7640048 +20 -1.0331774999999999 1.7580667 2.6940835 -0.013763326999999999 -1.5045466 -0.86592861 -0.16873877 1.9890067 1.9885429000000001 -2.1807272999999996 -6.166589599999999 -0.17156963 -6.1426153 +21 -1.1463021 1.7182971999999999 2.2270564 0.055695127999999997 -1.6859640999999999 -0.94885193 -0.17829368 1.7246128 1.7242679 1.027952 -1.5340770000000001 -0.1806445 1.2874867 +22 -1.4473673999999999 -2.0074778 -2.1708325 0.29382519 -2.2538717999999998 -0.75091229 -0.08172186 -1.6938162 -1.6944256000000002 -1.3987276000000002 -4.9315665 -0.07715762799999999 -4.9087662000000005 +23 -2.0163145 -3.2549206 0.028395918 -3.4887653 2.6417148999999998 0.12971434 0.0021742607 0.0093111652 0.009321738199999999 0.0067575119 0.017810763 -0.00046883472999999996 0.018099801000000002 +24 -0.61356286 -1.2666681999999998 0.025359857000000003 -0.11103363 -2.8834524 -1.8330713 -0.43740576 0.011795368 0.011808505 0.0085869069 0.023054106 -0.44455072 0.023300986 +25 1.1740365 0.57286448 0.025979534 0.07511403 0.90079804 -3.7855122000000003 -1.8598808999999998 0.028766391000000002 0.028791544 0.020944483 0.056126115 -2.1071737999999995 0.056557694000000006 +26 1.4302475000000001 0.80909832 0.026210979 0.11782817 1.1749673999999999 0.020058482 -2.3644199 0.032962347 0.032990497 0.023992286 0.064118655 -2.6950206000000003 0.064603063 +27 0.47984274 0.031735395 0.76061396 -0.80248637 1.1874188 0.084625331 -0.6366059 -2.8791392000000005 -2.8793482000000004 -2.4984286 -6.587341099999999 -0.7041011 -6.5637969 +28 -1.1548465 -2.1519411 -2.4608416 -0.34892487 -1.4461211999999999 -1.2136621 -1.0872228000000002 -2.3394306 -5.6602223 -5.2190909 -9.6178454 -1.2611246 -9.5940334 +29 -1.0792574 -2.8800757000000003 2.6897435 -0.74572947 -0.61296436 -0.08732330699999999 -0.040124075 1.9820285 1.9815610000000001 -2.1835774 -6.170536900000001 -0.03741305 -6.146537400000001 +30 -1.287731 -2.9304902000000004 2.2237966 -0.61550222 -1.0025916 -0.1281586 -0.037803427 1.7148997 1.7145468999999998 1.0235432 -1.5360103999999999 -0.035445878 1.2850222 +31 0.033663833 0.22745644 -2.1234498 -2.9293887 3.2397888 0.14810362 0.049130135 -1.608028 -1.6090454 -1.3218675 -4.78302 0.043618973 -4.761353400000001 +32 1.500956 1.4610968999999998 -2.0265525 0.57162696 -1.5971355 -1.0947873 -0.19252136 -1.4643517 -1.465338 -1.1939763 -4.519256200000001 -0.19716168 -4.498918499999999 +33 3.3488382000000003 2.97245 -1.8117715 1.058206 2.6642124 -3.3694815 -1.5463746 -1.1321495000000001 -1.1327101000000002 -0.90536849 -3.8156608 -1.7695577 -3.7949775000000003 +34 3.5745279 3.1350458999999997 -1.7814086 1.1322097 2.8293697 0.13106694 -2.3322553 -1.0823923 -1.0828708999999999 -0.86289578 -3.6935947999999996 -2.6597822 -3.6728669000000003 +35 0.35642876 0.51583191 -4.476343900000001 0.55233775 -0.60644768 -0.22205256 0.00064549977 -5.979411900000001 -6.0180587 -5.5751287000000005 -9.9853106 -0.0023199404 -9.9609732 +36 -0.40600175 -0.53672349 -6.4274553 0.4481406 -1.3664188 -0.6969427 -0.13347036 -3.0925817 -6.4482140999999995 -6.0033141 -10.423563 -0.13597467 -10.399075999999999 +37 0.11647867 0.295444 -2.0640614 0.39400581 -0.55317189 -0.08070266 0.033313164 -1.5679149 -1.5690218999999999 -4.6081437 -8.980457699999999 0.031892282 -8.956525099999999 +38 0.11820526 0.29714752 -2.0722039 0.39485193 -0.55221703 -0.080632856 0.033203107999999995 -1.5729075000000001 -1.5739143999999998 -1.290563 -7.1906035 0.031769155 -4.7022708 +39 0.92682461 0.84525886 -0.00859409 -3.1909263 -0.16661341 -0.35423134 -0.076988862 0.0062230747 0.0062307885999999995 0.004615414799999999 0.013783257 -0.081212387 0.013573314 +40 3.5026108999999996 3.0551793999999997 3.6216081e-05 -2.4115345 3.6260773 -3.2556001 -1.4886351999999998 0.10938619 0.10945469 0.079157128 0.20093797 -1.7060914 0.20216749 +41 3.7700483 3.2497997000000005 0.0018354344 -2.3047211 3.6339664 0.15874012 -2.3522743 0.12732904 0.12742011 0.09196201 0.22988245 -2.6819075 0.23144836 +42 3.0115711 2.8755457000000004 0.84430511 -2.9146438999999997 3.6166871 0.17078542 -0.60139698 -2.7598082 -2.7639055 -2.3886165 -6.444884200000001 -0.65421323 -6.4215176 +43 1.4288288 1.1790017 -1.9776168 -3.3282487 3.4623494 0.17073424 -0.75368504 -1.8066442999999999 -5.145685299999999 -4.709120400000001 -9.0866269 -0.83856494 -9.0627394 +44 0.70073171 0.26815439 2.6911680000000002 -3.7855456 3.4702552000000004 0.15604493 -0.01985464 1.9843404999999998 1.9838738 -2.1826321 -6.1692269 -0.019691116 -6.1452367 +45 0.54989763 0.20985273 2.2240362 -3.6857986000000005 3.4472561 0.15498488 -0.014443592 1.717575 1.7172246 1.0247607 -1.5354722 -0.015425853 1.2857067 +46 3.8103144 3.2776405 0.0018881545000000001 1.0329769 -0.40616634 -4.5419877 -2.6085376 0.12992127 0.13001624 0.0938096 0.23400601 -2.9558978 0.23561774 +47 3.7944646 3.2665671 0.0018047429000000001 1.0266769 -0.41077262 -0.63166863 -2.4295009 0.12884963 0.12894268 0.09304644599999999 0.23231428 -2.768889 0.23390458 +48 3.4271354 3.1822149 0.86550922 0.61682862 -0.401774 -0.48108725 -0.73383641 -2.7304631 -2.7340725 -2.3603603 -6.4077697 -0.82773625 -6.3843815 +49 1.8654616000000002 1.507141 -1.8661095 0.08120137200000001 -1.0390242 -1.0203824000000001 -1.0354835 -1.6889644 -5.024239 -4.5891587 -8.9605891 -1.202393 -8.9365171 +50 2.0443929 1.5326931000000001 2.6933356 -0.10823649 -0.75124235 -0.6188971 -0.16022159 1.9879083999999998 1.9874421999999998 -2.1811761 -6.167211599999999 -0.16669554 -6.1432332 +51 1.9083903999999998 1.4757622 2.2265464 -0.039944763 -0.86819115 -0.65787794 -0.15966315 1.7230638999999999 1.7227153999999998 1.0272489 -1.5343848 -0.16631915 1.2870944 +52 3.8476225 3.303443 0.0022567110000000002 1.0477451999999998 3.143002 -3.3036681000000003 -3.3511602999999996 0.13257856 0.13267881 0.095702081 0.23819462 -3.7515104 0.23985826 +53 3.9835741999999996 3.6011854 0.89910888 0.92539917 3.2806623 -3.2489092999999998 -1.9020529 -2.6840076 -2.6858517999999996 -2.3148999 -6.3477922 -2.178928 -6.3241629 +54 2.2031718 1.78277 -1.7800806 0.17114584 2.1288885 -3.3735544 -2.1266244 -1.5957143999999999 -4.9280369 -4.494541000000001 -8.8611445 -2.4391845 -8.8365755 +55 4.165621 3.3900172 2.7026842999999996 0.87456161 3.3740034 -3.2760126 -1.526457 2.0029977 2.0025287 -2.1750625 -6.1588080000000005 -1.7490907 -6.1348167 +56 4.0358788 3.3245343000000003 2.2388168999999998 0.8801449 3.3260316 -3.2825796 -1.5262615 1.7466761999999998 1.7463189 1.037849 -1.5298693 -1.7490915 1.2928957 +57 4.0809073 3.6693586000000002 0.9055176 0.97774194 3.3015311 0.16520757 -2.7018416000000003 -2.6752583 -2.6766702 -2.306245 -6.3362914 -3.061443 -6.3126273 +58 2.2587182 1.8285941000000003 -1.7653245 0.18742793 2.174558 0.13383168 -2.8048552000000004 -1.5796608 -4.9114574 -4.4782482 -8.8439899 -3.174073 -8.8193282 +59 4.4035877 3.5639708 2.7043037999999995 0.99532899 3.4114336000000005 0.15406988 -2.3706182 2.0055938 2.0051255 -2.1740142999999996 -6.157367099999999 -2.7015971000000003 -6.1333725 +60 4.2744056 3.4983562000000004 2.2409267999999996 0.99580066 3.3720303999999994 0.15241171 -2.3672106 1.7507129000000001 1.7503555 1.0396517 -1.5291085 -2.6981776 1.2938742 +61 -1.697645 -3.1944807 -7.2915907 -0.15648956 -2.2159638 -1.928296 -1.3024758 -8.1777955 -11.518911 -11.06787 -15.515364000000002 -1.5111168 -15.491095999999999 +62 3.0354520000000003 2.8920357999999995 0.84739192 0.41679408 3.0108978 0.15969046 -0.60507517 -2.7569277999999997 -2.7609766 -5.7077667000000005 -10.121053 -0.65882929 -10.096997 +63 3.0380522 2.89411 0.84732667 0.41833102 3.0117534 0.15970585 -0.60505088 -2.7568804 -2.7608584 -2.3857269 -8.903689300000002 -0.65886606 -6.4186551 +64 1.4859133 1.2191708 -1.9619855 0.002532232 1.4311813 0.10195017 -0.76845747 -1.7906061999999998 -5.1291946 -8.0147145 -12.455783 -0.85953091 -12.431796 +65 1.4857506999999999 1.2186289 -1.9623370999999998 0.002646296 1.4300408000000002 0.10170794 -0.76869983 -1.7909781999999999 -5.1295028 -4.6930974 -11.529733 -0.85990205 -9.0460604 +66 0.75613037 0.31868886 2.7048236 -0.45731623 1.8868816000000002 0.1053118 -0.023886882999999998 1.9915180000000001 1.9910497999999999 -2.1797147 -8.6284705 -0.023051934 -6.1423406 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.8822965 1.5724216999999998 0.7696285 -0.13065161 -0.76997381 -0.88635628 -0.92126918 1.375315 1.3793938000000001 1.3137636000000001 1.7024720000000002 -1.0104392 1.70013 +2 0.13147259 -4.750208799999999 -2.712617 0.16394862 -0.035644851 -0.81314575 -1.0480721 -3.2140237000000003 -3.2100615 -3.1703909 -3.3600051 -1.3886678 -3.3608976000000004 +3 -0.045974739 -0.082562048 -1.7584886000000002 0.048612949 -0.099686394 -0.17961788 -0.18780156 -0.30224794 -0.30245585 -0.29631123 -0.34061221 -0.1537484 -0.33831538 +4 -0.56184933 -0.58905031 -0.31697139 -3.3183179 3.293303 2.3748249 1.6696493000000001 -0.46154881 -0.44989572 -0.43495344 -0.48928023 0.55676636 -0.49314688 +5 1.6067854 1.069265 0.64411881 -0.16078719 -0.048387587 -0.30276862 -0.37361496 0.95062183 0.95495094 0.91692704 1.1380553 -0.40331659 1.1356856000000002 +6 4.9234106 3.6047580999999997 1.2131024 0.1014284 5.8157304000000005 -0.31607846 -0.62911837 3.180828 3.1850178 2.8771086 6.1976135999999995 -0.96678371 6.1714804 +7 5.9096067 4.3722485 0.73047103 0.48289027 6.232809 3.0973122 -1.480169 3.8264753 3.8300774 3.3543178 7.810027799999999 -1.9840166000000001 7.789125099999999 +8 0.85599403 -0.87337961 -3.4749337999999996 0.26741826 0.60318052 -0.40158629 -0.68703666 -4.4541653 -4.4967852 -4.4596955000000005 -4.6681126 -0.99484353 -4.6635601 +9 0.11158532 -5.4732386 -6.6912482 0.16773574 -0.059955762 -0.83825495 -1.0740533 -3.9571062000000006 -7.2774198000000005 -7.2334190000000005 -7.444057099999999 -1.4212061000000002 -7.4447812 +10 0.0005406895 0.00082106675 -0.010531587 0.0012394716 -0.00073618511 -0.0048052779 -0.005499786400000001 -0.0034971627 -0.0040945994 -3.3258674 -3.5187956 -0.0044197606 -3.5186962999999998 +11 -0.001117225 -0.0030934993 -0.008440914 0.00019238998 -0.001290289 -0.0005474416200000001 -0.00051429746 -0.005326915799999999 -0.0057648877000000005 -0.0055218079 -2.4673336 -0.00039799190000000003 -0.0068588083 +12 -1.7502343999999996 -4.3496847999999995 -2.5157947999999997 0.25610957 -2.0387298 -2.8460377999999995 -3.1055333 -3.0097784 -3.0044326 -2.9652956 -3.1512821 -3.727242 -3.1523782000000002 +13 -1.0202851000000002 1.373513 -2.1046021 -0.083461602 -0.95863715 -1.0732852 -1.1069752 1.0010291999999998 1.0044853 0.96302576 1.199566 -1.2406723999999998 1.1980666000000002 +14 -3.3809976 -0.54366845 -0.36268581 -3.3008078000000003 -0.11136369 0.44468607 0.50111345 -0.45318608 -0.44840145 -0.43574209 -0.49282392 0.30436952 -0.4941533 +15 2.6616176 4.4778367 0.036918452000000004 0.55879521 0.26689737 -0.68074823 -0.96808927 3.9115858999999995 3.9155095999999996 3.4137034 7.921436999999999 -1.3609766 7.9008651 +16 3.3025356 4.9888463 -0.21913671 0.90898205 2.574544 -1.8649543999999998 -2.1808682 4.333438 4.3369523 3.6877953000000003 8.2862311 -2.7676703 8.2750134 +17 3.2005061 4.9092571 -0.16746889 0.8514053 2.5228669999999997 1.2747917 -1.8523556 4.2689141 4.2724701 3.6476480000000002 8.242517699999999 -2.4044221 8.229935000000001 +18 2.1180287 4.1049608 0.63418577 0.55132514 1.6478746 0.39043668 -0.010398372 0.20106729 0.19517289 0.19101366 0.22632142 -0.38267603 0.22391129 +19 -1.7778136000000002 -5.1399165 -6.5332929 0.26175728 -2.0721298 -2.8787326 -3.1381028 -3.8066642999999996 -7.124521799999999 -7.080437599999999 -7.290807400000001 -3.7615584 -7.2916476999999995 +20 -0.89170312 1.5677193999999999 0.93686837 -0.13681545 -0.77309862 -0.88461377 -0.91899442 1.3943229 1.3991841999999999 -1.9896595000000001 -2.1501050999999998 -1.0072783 -2.1515717999999997 +21 -0.8777555 1.5814211999999999 0.97424931 -0.13887328 -0.75673566 -0.87098941 -0.90615172 1.4121464 1.4170121 1.3487854 -0.70868653 -0.99262903 1.7518433999999998 +22 0.12386932 -4.8697578 -4.2116530999999995 0.16786311 -0.047462355 -0.82492864 -1.0598063999999998 -3.3340982000000006 -3.3308421999999998 -3.2909226 -3.4824681000000006 -1.4029536 -3.483224 +23 -1.1202791 -5.062946 -2.7776028 -3.1192249 2.0966226000000003 1.3978899 1.1280266 -3.282811 -3.2807412000000005 -3.2409616000000003 -3.4317667000000003 0.47329111 -3.4325392 +24 0.53147408 -4.844502200000001 -2.7618116 0.1380558 -1.3782516000000002 -2.196911 -2.4699093999999997 -3.2681932999999996 -3.2628613 -3.2228304 -3.4130404000000003 -3.0488967000000002 -3.4141262 +25 0.56063701 -4.851964 -2.765572 0.13592818 0.43518724 -3.5301522000000003 -3.8093672999999995 -3.2726514 -3.2671918 -3.22713 -3.4173858 -4.4683367 -3.4184891000000004 +26 0.54745574 -4.849506099999999 -2.7642706 0.13688696 0.42056475 -0.45337929 -2.7275505 -3.2709484 -3.2655477000000004 -3.2254987 -3.4157383 -3.3394977999999997 -3.4168339 +27 0.18455557 -7.0065808 -6.3464519 0.25953529 -0.078535128 -0.86889365 -1.1000395 -7.457210400000001 -7.4543287 -7.410290400000001 -7.621075599999999 -1.4550836999999999 -7.621804400000001 +28 0.08503095699999999 -9.200738000000001 -7.0917057 0.16719279 -0.086679201 -0.86631447 -1.10343 -4.364046 -7.6821657000000005 -7.637998 -7.8488567 -1.4583322 -7.8496784 +29 0.13136813 -4.750128299999999 -2.7125151 0.16395433 -0.035758056 -0.81323094 -1.0481474 -3.2139667000000003 -3.2100036 -6.492260900000001 -6.7018666 -1.3887486 -6.7027325 +30 0.13147518 -4.7501425 -2.7125124 0.16394832 -0.035641876 -0.81314277 -1.0480690000000001 -3.2139759 -3.2099941000000003 -3.1703238 -5.8195252 -1.388664 -3.3608754000000003 +31 -0.67146965 -0.81170402 -2.1768196 -3.2749155 2.9876707000000002 2.2239467 1.6192024 -0.89847846 -0.89688376 -0.8746656 -0.97263819 0.55174168 -0.9750744 +32 1.4661521 0.88918931 -1.6695859 -0.10297021 -0.23859668 -0.49832161 -0.56528413 0.5678048 0.57024308 0.55018287 0.66122633 -0.60727693 0.66047619 +33 4.8327465 3.5298843 -1.9106278 0.09684514 5.723259400000001 -0.33437331 -0.64439706 3.0422898999999997 3.0464655 2.7676032000000004 5.5952608 -0.98273118 5.5727385 +34 5.87597 4.3452211 -2.8464701 0.47710404 6.2203859 3.0951552 -1.4803795 3.7714790999999996 3.7751082 3.3156979 7.731586 -1.9842627 7.7102144 +35 0.95070643 -0.52982305 -4.517674400000001 0.27305792 0.69547364 -0.34325505 -0.63739279 -4.1441368999999995 -4.1614299 -4.1250069 -4.3312328 -0.94070919 -4.3265125 +36 0.1189338 -5.0828795 -7.7346587 0.16903005 -0.053725160999999994 -0.83164953 -1.0668996000000002 -3.5676322999999996 -6.887871799999999 -6.843969199999999 -7.054208999999999 -1.4119993999999998 -7.0549234 +37 -0.03618491 -0.055334482000000004 -1.3751186000000002 0.044698384 -0.085473516 -0.16612029 -0.17501287 -0.24673367 -0.2466214 -3.563611 -3.7615556000000003 -0.14336016 -3.7595562000000005 +38 -0.04097494 -0.066978816 -1.4399433000000001 0.044566275 -0.09020161800000001 -0.16539489 -0.17325364 -0.26215416 -0.2624474 -0.25709621 -2.7569112000000002 -0.14125608 -0.29447273 +39 0.33530744 -0.00279321 0.037926911 -3.416935 1.6490443 0.96588148 0.75070618 0.033971311000000004 0.043526962 0.045622194000000005 0.057313789000000004 0.35676858 0.053219538 +40 4.715154599999999 3.4449227 1.3186785 -3.2764355 6.5647242 -0.19166662 -0.52102419 3.0485523999999997 3.0529243999999998 2.7729482999999995 5.6287641 -0.85061462 5.6046069 +41 5.898486599999999 4.364937599999999 0.74107026 -2.8430874 6.583727499999999 3.1515276 -1.4750714 3.8204199 3.8240227999999994 3.3500980000000005 7.8019007 -1.9782606 7.7809024 +42 -0.87118179 -2.3080422 -4.582714599999999 -3.0214741000000003 2.2638069 1.4906091000000001 1.1950074 -5.606124299999999 -5.6538057 -5.6130538 -5.823719799999999 0.48699674 -5.8217878 +43 -1.1316501 -5.7102472 -6.718628 -3.1151102 2.0785441000000002 1.38224 1.1160449 -3.9721433 -7.306431699999999 -7.2625769 -7.4733982999999995 0.47059362 -7.473971499999999 +44 -0.56125902 -0.5853775 -0.31506512 -3.3170553 3.2883748999999995 2.3716744 1.6685929 -0.46090048 -0.44839398 -3.7554429 -3.9498992 0.55666175 -3.9532754999999997 +45 -0.56071225 -0.58606323 -0.31325077 -3.3179847999999996 3.2937686 2.3747338 1.6695918 -0.46037764 -0.44749459 -0.43260386 -2.9472468999999997 0.55675982 -0.49086946 +46 6.1856433 4.5795709 0.5504652 0.61086949 2.7201207999999997 -1.7572241999999998 -2.0872092 3.9989898 4.0024995 3.4721147000000006 8.0109123 -2.6665592 7.9932538 +47 6.0929614 4.5096989999999995 0.60850545 0.56643145 2.7020994 1.4177212 -1.8111935000000001 3.9409656 3.9445062999999996 3.4329899 7.9491339000000005 -2.3596098999999997 7.9303417000000005 +48 1.3042685 -1.3371962 -3.7698856 0.22492146 -0.71011963 -1.6255323 -1.9170506 -4.8314692 -4.837769000000001 -4.7960834000000006 -5.0019947 -2.4550846 -5.001659 +49 0.49416963 -5.5825237 -6.743111900000001 0.14254603 -1.4192076 -2.2377502999999996 -2.510998 -4.011946 -7.329825 -7.2856838 -7.4962325 -3.0936386000000002 -7.497087599999999 +50 1.5945436000000002 1.0566794 0.64117591 -0.16103834 -0.059657410999999994 -0.30985798 -0.37986506 0.93759986 0.94284093 -2.4163415 -2.5897554 -0.40919461 -2.5914045 +51 1.6009508999999997 1.0614518999999998 0.66229947 -0.16310305 -0.051541708 -0.30105241 -0.37120906 0.94595563 0.95129519 0.91361353 -1.3291509 -0.40047113 1.1302084 +52 6.2404978 4.6218297999999995 0.53219574 0.63911679 6.2999678 -0.23405297 -2.6106785 4.0339278 4.0374035 3.4953939 8.0454361 -3.236513 8.0285264 +53 1.3488403 -1.3674684 -3.7850428999999997 0.22085316 1.172976 -2.9359886000000004 -3.2320125 -4.8548568 -4.8572052 -4.8150982 -5.0206840999999995 -3.8787553999999997 -5.0207512 +54 0.52169375 -5.5911007 -6.747720599999999 0.14050615 0.39006294 -3.5718569 -3.8511656000000003 -4.016445500000001 -7.334065400000001 -7.289911200000001 -7.500450900000001 -4.5115962 -7.5013183 +55 4.9651575999999995 3.6460007000000005 2.0120019 0.10948896 5.8488078 -0.30955423 -0.62380721 3.2683512 3.2730137000000004 -0.37655433 -0.42520193 -0.96144034 -0.42805969 +56 4.9726577 3.6520941 2.0324115000000003 0.11176395 5.8538575999999996 -0.30931497 -0.62421854 3.2753485 3.2799336 2.9507008999999997 3.9979049 -0.96225415 6.527783599999999 +57 1.3327579999999999 -1.3570088 -3.7794274 0.22227494 1.1543564 0.1547459 -2.3556155 -4.8466164 -4.8502464000000005 -4.8082649 -5.013940900000001 -2.9497967000000003 -5.0138892 +58 0.5089729 -5.5879459 -6.746025 0.1414479 0.37595514 -0.49606414 -2.7566749 -4.0145636 -7.332334299999999 -7.2881864 -7.4987307 -3.3704697 -7.4995921 +59 5.9583642 4.4156754000000005 2.3525587000000003 0.5010154 6.245786 3.1002975 -1.4795088 3.9242222 3.9278888 0.09974797099999999 0.11785289 -1.9832736 0.11630903 +60 5.9587932 4.415994400000001 2.3418651 0.50134919 6.2458277 3.0993692999999998 -1.4799921999999999 3.9240055 3.9275546 3.4214502999999996 5.247053500000001 -1.9838343 7.907047500000001 +61 0.18404758 -7.0834567999999996 -9.741498199999999 0.25983585 -0.079364357 -0.86969538 -1.1008503 -7.5307343 -10.854268 -10.810035000000001 -11.021911 -1.4560765 -11.022605 +62 0.85738433 -0.86868642 -3.4702741 0.2674813 0.60454557 -0.40095863 -0.68660962 -4.4500678 -4.491858000000001 -7.776716499999999 -7.993249900000001 -0.99446887 -7.988703299999999 +63 0.85600388 -0.87335401 -3.4748927000000003 0.26741848 0.60319044 -0.4015808 -0.68703235 -4.4541426 -4.4967558 -4.4596662 -7.1275777 -0.9948392 -4.663549099999999 +64 0.11153808 -5.4732075 -6.6912210000000005 0.16773907 -0.060007668 -0.83829767 -1.0740925 -3.9570943 -7.277403 -10.55533 -10.767155 -1.42125 -10.767877 +65 0.11158536 -5.4732368 -6.6912442 0.16773574 -0.059955719000000005 -0.83825491 -1.0740531999999998 -3.9571056000000002 -7.277417999999999 -7.233417200000001 -9.9034961 -1.4212061000000002 -7.444782000000001 +66 0.00051725891 0.0007642805599999999 -0.01075272 0.0012437765 -0.0007642051299999999 -0.0048204639 -0.0055132839 -0.0035972683000000004 -0.0041906341 -3.32596 -5.978460500000001 -0.0044293179 -3.5188312000000006 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.85163113 1.6379806000000001 -0.38411709 0.16344107 -1.0507556 -1.2736374 -1.3129680000000001 0.11790245 0.11774933 0.098090507 0.34970784 -1.3131553 0.35028207 +2 -0.33664798 -1.9427617 0.48242477 -0.12453344 -0.22785598 -0.56239873 -0.63110545 0.28523661 0.28528284 0.23633591 0.94975286 -0.53753341 0.94526497 +3 0.17871663 0.29446971 -2.8303469 0.43615507 -0.26866378 -0.37528533 -0.38165297 -1.578541 -1.5798405 -1.4203952 -2.7855621 -0.25966062 -2.7797532000000005 +4 -0.40313891 -0.38212845 -0.0032080121999999997 -3.3356382000000004 4.076203700000001 2.3861589 1.4221738000000002 -0.043849914000000004 -0.043713679000000005 -0.036575517 -0.11780632 0.36096028 -0.1186202 +5 1.7005919999999999 1.1726508999999998 -0.30648927 0.043519902 -0.19883823 -0.50633002 -0.57730079 0.015176149 0.015059402 0.012646834 0.042622272 -0.49691371 0.042553219 +6 4.8818353 3.37851 -1.0716037 0.47967843 5.3802027 -0.68175323 -0.95766745 0.83329617 0.83398178 0.66675157 3.0827732000000005 -1.1592197 3.0615535 +7 5.962545099999999 4.2158463 -1.3705204 0.93376343 5.7849683 2.7272706 -1.8165098999999998 1.3991761999999999 1.3995773999999999 1.0676552 4.0024892 -2.1860627 3.9907756 +8 2.009188 1.9219019 -1.6595755 0.65770018 1.4335878999999998 0.39928924 0.1155128 -3.7284559999999995 -3.7697267999999995 -3.5451047999999994 -5.280133999999999 -0.04063422 -5.2707405 +9 0.1729759 -3.8965451 -6.2935879 0.60952404 -0.45460814 -1.1316357 -1.3296748999999999 -4.7987002 -8.121513 -7.8744799 -9.694417300000001 -1.5217257 -9.688874499999999 +10 -0.10692124 -0.19283101 0.76560383 -0.26600556 0.16581093 0.16118525 0.15005928 0.61290311 0.61312111 -2.8247150000000003 -4.4912875 0.07404353 -4.4862989 +11 -0.098421558 -0.18125588 0.74482607 -0.25536141 0.16356682 0.15352397 0.14278581 0.5981129 0.5982397 0.48562986 -0.28493473 0.070725583 2.2433855 +12 -0.63966728 0.49523091 0.41417087 -0.018817873 -0.65070589 -1.3452646000000001 -1.544416 0.39803718 0.39817206 0.32766139 1.4164833000000001 -1.7950266 1.4083487 +13 -0.78860871 1.5866011 -3.2561202000000002 0.40597 -1.2316445 -1.4847584999999999 -1.5329271999999998 -0.87602282 -0.87648504 -0.76955567 -1.7905103999999998 -1.6011708999999998 -1.7852288 +14 -3.2675157 -0.13613786 -0.12043957 -3.2620017999999997 0.0028282572 0.46244887 0.4817383 -0.11224182 -0.11220219 -0.094917158 -0.29824293 0.20612535 -0.29774273 +15 2.5101458 4.1602138 -1.5492004 0.9191602 -0.25767432 -1.068574 -1.304645 1.3439843 1.344587 1.0309897 3.9487050999999997 -1.5482596000000002 3.9351452000000005 +16 3.3222716 4.8088872 -1.7049508999999998 1.3667176 2.1233306 -2.2111377 -2.4831706000000002 1.8219697 1.8221672999999998 1.3358606000000002 4.322979599999999 -2.9273815 4.320066400000001 +17 3.2202664 4.728256099999999 -1.681698 1.3066954 2.0744069 0.93442721 -2.1769119 1.7631306 1.7633732 1.3002963 4.288142 -2.5914972 4.2839767 +18 0.82064719 3.0058787000000002 -0.81113198 0.38474332 0.46156653 -0.044088345 -0.18855556 -2.7531856 -2.7461452 -2.534061 -4.1585351 -0.2268408 -4.1578883 +19 -1.6964066999999998 -3.5508754000000002 -6.1284635000000005 0.69828742 -2.4429976000000004 -3.1527542 -3.3775936 -4.637788700000001 -7.9571171000000005 -7.709964200000001 -9.5291062 -3.8616491 -9.5238035 +20 -0.93591093 1.5706563999999998 0.96916399 -0.16931706 -0.79964996 -1.0306008 -1.0739608 0.98426088 0.98435808 -2.5451064999999997 -4.1758966 -1.0264335 -4.17076 +21 -0.91517505 1.5860826000000001 0.89784091 -0.14642656 -0.80143118 -1.0417575000000001 -1.0859153 0.93782715 0.93784379 0.7428019 0.68761101 -1.0415918 3.2861387000000004 +22 0.2883763 -1.6881234 -2.6132754 0.53715054 -0.26163212 -0.89925492 -1.0721223999999998 -2.142258 -2.1424885 -1.9547131999999998 -3.4773904000000004 -1.1731117 -3.4720953000000003 +23 -1.0338475 -2.9041023 0.48201056 -3.4427602999999998 2.9391277999999996 1.9590502 1.3080285 0.26596131 0.26604198 0.22071431 0.87651264 0.35021685 0.8720855 +24 1.4739497 -0.29617314 0.45372022 -0.14321929 -0.24191377 -0.86414499 -1.0383884 0.34417717 0.34426299 0.28423729 1.1882119 -1.1406579 1.1818135 +25 2.5280527000000004 0.50785944 0.44673408 -0.12948921 2.9629557 -1.5833992000000001 -1.8314762999999998 0.42493968 0.42505583 0.34916849 1.5324288000000001 -2.1678648999999997 1.5235940000000001 +26 2.64312 0.59163378 0.4453927 -0.12656333 3.1072361 1.7544966 -1.9579578999999998 0.43558014 0.43570264 0.3576737 1.5789321000000003 -2.3415334 1.5697423000000001 +27 0.21240682 -5.205816400000001 -5.6452708 0.69554976 -0.50188099 -1.197139 -1.3938099 -8.0772796 -8.0760874 -7.8289537 -9.6486082 -1.6058683999999999 -9.643198199999999 +28 0.08383159400000001 -7.8224426 -6.8875004 0.61063616 -0.54743013 -1.2294098999999998 -1.4318786000000001 -5.402029799999999 -8.7222849 -8.474769699999998 -10.296087 -1.6511485000000001 -10.290695 +29 -0.34271984 -1.9401429000000001 0.65065417 -0.18492885 -0.1725422 -0.52096074 -0.59353024 0.43146215 0.43168449 -2.9676982999999995 -4.650021099999999 -0.50247064 -4.6448714 +30 -0.3388532 -1.9357828999999998 0.65775888 -0.18643137 -0.16702822 -0.51966249 -0.59276551 0.43911408 0.43926681 0.3602633 -0.93729707 -0.50201741 1.5670418 +31 -0.42460886 -0.24438724 -3.0062195 -2.8932446 3.0380296 2.0581979 1.3459413999999998 -1.8752916000000002 -1.8764703999999999 -1.6991834 -3.1534647999999996 0.35421405 -3.1501526 +32 1.7403935000000001 1.16345 -3.0184117 0.34468501 -0.44386173 -0.78606283 -0.86089529 -1.1249562 -1.1258123 -0.99725803 -2.1657182999999995 -0.80310174 -2.1606355 +33 4.781517 3.3032148 -3.3927388 0.53541463 5.2117401 -0.71581877 -0.98750886 0.51261766 0.51318796 0.41991053 1.9400252 -1.1916008999999999 1.9227581999999999 +34 5.8754704 4.1493658 -3.968035 0.93069 5.7491438 2.7211416 -1.81715 1.2111593999999999 1.2113601999999999 0.93890401 3.7817551 -2.186821 3.7674607000000004 +35 1.7357531000000002 1.5208233999999998 -3.7955476999999997 0.75472933 1.0255776 -0.0864555 -0.38487851 -4.3985367 -4.424804099999999 -4.1950932 -5.9669102 -0.48427702 -5.9553975999999995 +36 0.22738632 -3.0077192999999998 -7.3410427 0.62534387 -0.41481402 -1.0914526000000002 -1.2857223999999998 -3.9109934 -7.235048399999999 -6.9890533999999995 -8.8053761 -1.4643056 -8.7996239 +37 0.15865905 0.29719253 -1.9297039 0.36130119 -0.21112959 -0.28147987 -0.28406055 -1.2025186 -1.2032958999999999 -4.3904350999999995 -6.1637087 -0.18354867 -6.1580691 +38 0.16219514 0.29531638 -2.0887123 0.37665043 -0.22347818 -0.2983443 -0.30113222 -1.2795332 -1.2803966 -1.1400181999999999 -4.8483732 -0.19617038 -2.3804729 +39 0.61313678 0.36035308 -0.24117777 -3.3220943999999997 1.6107707 0.83595751 0.58756421 -0.12463156 -0.12456127 -0.10508778 -0.3264592 0.20801517 -0.32714533 +40 4.739368799999999 3.2674122000000003 -1.0247813000000001 -2.8894943 6.095416999999999 -0.56450016 -0.85694818 0.76694153 0.76764806 0.61686331 2.8983068 -1.0521498 2.8765632 +41 5.9546475999999995 4.2098267 -1.3672339 -2.3918972999999997 6.112742 2.7775917999999997 -1.8118026999999999 1.3949768 1.3953799 1.0648501 3.9983041 -2.1807845 3.986505 +42 0.36639286 0.98014778 -2.3006912 -2.6656134999999996 3.5078135 2.0847893 1.3361412 -4.4939545999999995 -4.5355372 -4.301033599999999 -6.0728472 0.35248057 -6.0654053 +43 -1.0985716 -4.2315295 -6.4083055 -2.6746547 1.6630118000000003 1.0579366000000001 0.81506774 -4.900870200000001 -8.2369829 -7.9899594 -9.810330800000001 0.2749655 -9.804704899999999 +44 -0.45381247 -0.54651987 0.74289081 -3.5955733 4.479154599999999 2.4826021000000003 1.4386926000000002 0.57239049 0.57271977 -2.8560448 -4.5259547 0.36232466 -4.5211797 +45 -0.44880483 -0.53717147 0.72511241 -3.5857744 4.4695412 2.4797426 1.4381253 0.55955741 0.55980246 0.45576164 -0.43129699 0.36227588 2.0893843 +46 6.2488660000000005 4.4361343 -1.4525119 1.0801086000000002 2.2661192999999997 -2.1148113 -2.4050743 1.5569073999999998 1.5571985000000002 1.1709551999999999 4.1425837 -2.8463953999999996 4.1342714 +47 6.1537847999999995 4.3632372 -1.4265374 1.0304635 2.2496134999999997 1.0626356000000001 -2.1418611000000003 1.5044277 1.504756 1.1370163 4.0992883 -2.5546749 4.089837999999999 +48 3.4992427000000004 2.1846737000000003 -1.4028448999999998 0.53330875 0.95073822 -0.014262071000000001 -0.30057363 -3.4653688999999996 -3.4809588 -3.2575574 -4.967594200000001 -0.42955982 -4.9616023 +49 0.61707127 -3.9911712 -6.3294104 0.58180012 -1.7547578000000001 -2.4752437 -2.7128058 -4.840120400000001 -8.1597217 -7.9124424 -9.7322655 -3.1490247000000005 -9.7269455 +50 1.5970048000000001 1.0493798 0.89481755 -0.28939094 0.012771224 -0.29955696 -0.37802776 0.84825711 0.84848558 -2.6451831 -4.2893789 -0.31738183 -4.2845917 +51 1.6165519 1.0663162 0.83947721 -0.268897 0.012042249 -0.30816531 -0.38719851 0.8102294 0.8103685 0.64818697 0.40110433 -0.32577413 2.9723481 +52 6.3167274 4.4881219 -1.4632423 1.1166452 5.8457635 -0.60402962 -2.945064 1.594773 1.5950286 1.1951523000000002 4.1718835 -3.4364716 4.1644214999999996 +53 4.3647898000000005 2.6957806 -1.079891 0.57423855 4.5571820999999995 -0.93416033 -1.2490263000000001 -3.0552305 -3.064366 -2.8493535 -4.5202626 -1.5535253 -4.5138184 +54 0.65056703 -3.9986625 -6.3320167000000005 0.57943793 0.069255703 -3.8060002 -4.0501629 -4.8434502 -8.1627086 -7.915408099999999 -9.73522 -4.571626599999999 -9.7299194 +55 5.3281126 3.7514707 1.3756777 0.51715356 5.6824174 -0.62847046 -0.91454893 1.8297833 1.8300047 -1.9811929 -3.5090604 -1.1162667 -3.5045949 +56 5.298668900000001 3.7281218000000003 1.2185624 0.515902 5.6668381 -0.63285265 -0.91931145 1.7528941999999998 1.7531517 1.2942504 1.5493351999999998 -1.1215631000000001 4.2761830000000005 +57 4.4881817 2.8046341 -1.0192335 0.59821289 4.700159200000001 2.428226 -1.8528349999999998 -2.9724097 -2.9818623 -2.7690897999999997 -4.4311016 -2.2325249 -4.4242289 +58 0.63625107 -3.9965358 -6.3313695 0.58043873 0.053371035 -0.72689871 -2.9989258 -4.8424062999999995 -8.1618384 -7.9145459 -9.7343631 -3.4725623 -9.7290549 +59 6.3632918 4.5340837 1.5469771 1.0718229 5.872553599999999 2.7420217 -1.8144479 2.2010592 2.2011004 -1.7705535 -3.246642 -2.1837868 -3.2416563999999997 +60 6.3271671 4.506564900000001 1.3603586 1.058547 5.8661395 2.7396557999999995 -1.8152126 2.1291655 2.1292304 1.512418 1.7099339 -2.1846582999999997 4.473832099999999 +61 0.19095975 -6.1627882000000005 -9.906384599999999 0.70778423 -0.53636528 -1.2293146000000001 -1.4258614 -9.0291906 -12.355238 -12.107358999999999 -13.931651 -1.6446849 -13.926028 +62 2.0078253 1.9253203 -1.6560928 0.65746029 1.4323606000000002 0.39913862 0.11581671 -3.7252013999999996 -3.7657458 -6.863096799999999 -8.682325 -0.040163797 -8.6730464 +63 2.0093126 1.9221209 -1.6592177 0.65769128 1.4337358 0.39942111 0.11563512 -3.7282095 -3.7694257000000007 -3.5448078 -7.73992 -0.040554651000000004 -5.270620500000001 +64 0.17277134 -3.8965034 -6.293540900000001 0.609535 -0.45482727 -1.1318108 -1.3298335 -4.7986835999999995 -8.1215223 -11.196417 -13.020419 -1.5218999 -13.014872 +65 0.17297676 -3.8965332000000004 -6.293569000000001 0.60952393 -0.45460715 -1.1316347 -1.3296739 -4.798692 -8.1215012 -7.874467999999999 -12.153869 -1.5217243999999999 -9.6888719 +66 -0.10709493 -0.1931215 0.76486953 -0.26591314 0.16553711 0.16109006 0.14999669 0.61219753 0.61242459 -2.8252547000000003 -6.952485 0.074021247 -4.487242299999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.9946775 1.8366256999999997 -0.094280034 0.19194526 -1.2245937 -1.4065503000000001 -1.436706 0.050781432 0.050751077 0.036829533 0.09721548099999999 -1.4452508 0.098033453 +2 -0.41216562 -2.7162836 0.076347462 -0.082383815 -0.34700051 -0.54583959 -0.57722042 0.02295363 0.023011412000000002 0.016896798 0.04798078099999999 -0.44437965 0.047741955999999995 +3 0.60948502 1.156076 -2.4604504 0.77692489 -0.17145066 -0.33119487 -0.3541412 -1.4946331 -1.49539 -1.2216200000000002 -4.5766578 -0.24463179 -4.5547328 +4 -0.31864615 -0.38741336 0.00029955956 -3.3357175999999997 4.3806321 2.4483693 1.4314898999999999 -0.010622376000000001 -0.010603824 -0.0077001901000000005 -0.020754993 0.35577678 -0.021074068999999997 +5 1.6585796999999998 1.4172666 -0.096199083 0.078510161 -0.26138679 -0.52066809 -0.5795941 0.007404537199999999 0.0073899607 0.005415847099999999 0.015373333000000001 -0.48393332 0.015341615 +6 5.529677400000001 4.359138099999999 -0.22989222 0.86269244 5.622399099999999 -0.63598021 -0.9281938 0.60581988 0.60610503 0.41708042 0.77797628 -1.131895 0.78696831 +7 6.6951070999999995 5.2628242 -0.20109743 1.444843 5.9137884000000005 2.7479857000000005 -1.8140049999999999 1.0186478 1.0187082 0.66735726 1.0276492 -2.1872944 1.0458148999999999 +8 1.4585875 2.5023412 1.0227455 -0.095494027 1.6733869 1.1248965 0.873618 -2.5812156 -2.5844955 -2.2191144 -6.212589299999999 0.28245784 -6.1903308 +9 1.2605773999999998 1.4476868 -1.1482246999999999 0.57934052 0.71240935 0.052000908 -0.11754435 -0.95409009 -4.2840913 -3.8606248999999995 -8.1738238 -0.14542567 -8.150056900000001 +10 0.014817823999999999 -0.16272554 2.742779 -1.4730504 1.5706376 1.0201713 0.80270305 1.9920616999999998 1.9916398000000002 -2.1785162000000002 -6.158191099999999 0.26896185 -6.1348401 +11 -0.01883437 -0.18157637 2.2670555 -1.1976122999999999 1.2388187 0.8171904 0.6633058 1.7221431 1.7218349999999998 1.0276868000000001 -1.5269915 0.23872298 1.2936604 +12 -1.4103282 0.009295272 0.054702499 0.0096621491 -1.4638145 -1.8668615000000002 -1.9652355 0.046459352 0.046525533 0.033982069 0.093033445 -2.1846417999999996 0.09300256300000001 +13 -0.16413111 2.6717734 -2.5643946 0.80587771 -0.99860598 -1.4206483 -1.5127138 -1.0044196 -1.0049701 -0.79710055 -3.4900659 -1.6113838 -3.4697652999999997 +14 -3.2808911 -0.22752423 -0.014107743 -3.2820587999999997 0.13320018 0.69920606 0.66842081 -0.018515831 -0.01851753 -0.013552571000000001 -0.038348538 0.24862472 -0.038512346 +15 2.9621862 4.9820209 -0.28186908 1.2688568999999998 -0.15187144 -1.004972 -1.2446503 0.86286146 0.86308468 0.5763563 0.94806918 -1.4705985000000001 0.96275009 +16 3.9744854 5.7923173 -0.23281651 1.8674925 2.2956089 -2.1188857000000003 -2.398517 1.278015 1.2779426 0.81009333 1.1347991000000002 -2.8349622 1.1579297 +17 3.8871445 5.7225134 -0.23563239 1.8117208999999999 2.2584247000000004 1.0404917999999999 -2.145838 1.2417877 1.2417439 0.79086628 1.1215856000000002 -2.5599689 1.14404 +18 0.43935727 3.5092207 1.1604613000000001 0.26537398 0.17581052 -0.39067201 -0.52210729 -2.3868116 -2.3891497999999998 -2.0361467 -5.9576831 -0.49080161 -5.9350615 +19 0.55998958 2.4060687 -0.68980735 0.53311894 0.02173796 -0.87735709 -1.1451521 -0.44379998 -3.7662763 -3.3538059000000002 -7.608375 -1.3752081 -7.5852532 +20 -1.3177063999999998 1.3632407 2.7499591 -1.1278943000000001 -0.23663075 -0.63297551 -0.70891543 2.0030135 2.0025898 -2.1740765 -6.1520817999999995 -0.62450855 -6.1287277 +21 -1.2726642 1.4380965 2.2669458 -0.88060159 -0.43512353 -0.78433993 -0.8460726 1.7352581000000002 1.7349450000000002 1.0335955 -1.5244579 -0.76148647 1.2969121000000001 +22 0.51225777 -0.4382135 -1.9836648000000001 0.80077924 -0.30012562 -0.89015151 -1.033635 -1.4805602 -1.4810290000000002 -1.2089104 -4.549802099999999 -1.0704926000000001 -4.5279242 +23 -0.78770905 -3.4991543 0.076334563 -3.4036654000000004 3.597115 2.2050601000000003 1.376544 0.020001731000000002 0.020061871999999998 0.014759069 0.042383524000000006 0.35089723 0.042078440999999994 +24 0.91159257 -0.67889742 0.061404920999999994 -0.083019813 -0.82461428 -1.2195063999999998 -1.3148118999999998 0.033388472 0.033449632 0.024493107000000004 0.068271817 -1.3727329 0.068111164 +25 2.8504556 1.2906443 0.037441265 -0.010217059 3.2198979 -1.4003548000000001 -1.6151604 0.10069834 0.10080379 0.07318559599999999 0.19083878 -1.8806678 0.19117514 +26 3.4057306000000005 1.758197 0.030979202 0.036736198 3.9216672 2.2041752999999997 -1.8772299 0.1380788 0.13820483 0.09993016800000001 0.25242754 -2.2527147000000003 0.2532026 +27 0.46988635 0.051899192999999996 0.85044185 -0.33704767 0.83980094 0.25505831 0.10887252 -2.8202008999999997 -2.8205956000000003 -2.4429436 -6.5103375 0.011955077 -6.4874196 +28 0.6620425 -2.8042257999999998 -2.2407182999999997 0.76492268 -0.10922906 -0.88124834 -1.1060736 -2.1547864 -5.47502 -5.035891 -9.4219219 -1.2633688 -9.398667300000001 +29 -0.52548927 -3.2103752999999995 2.7385485000000003 -1.6572781000000003 1.1571867 0.55765914 0.40039279 1.9863612000000002 1.9859394000000001 -2.1808366 -6.1613850999999995 0.15139566 -6.138032 +30 -0.52248674 -3.1730476000000003 2.2748226000000003 -1.3510198 0.84399066 0.33903226 0.22086491 1.7213180000000001 1.72101 1.0273139 -1.5271523999999999 0.08137435900000001 1.2934541000000002 +31 0.024617367999999997 0.6589701 -2.5384325 -2.5536477000000004 3.223866 2.1137139 1.3576641 -1.6282202 -1.6290132 -1.3397536 -4.8132407 0.34937368 -4.7925608 +32 2.3009715 2.1686368 -2.5494047 0.71908614 -0.25841254 -0.69674825 -0.79756023 -1.2131459999999998 -1.2138343 -0.97531763 -4.0023263 -0.74968212 -3.9817462 +33 5.3573625 4.2515015 -2.5709824 0.98823655 5.3475832 -0.6885844 -0.97409579 -0.07491181 -0.074888766 -0.054954162 -0.16092984 -1.1813334999999998 -0.16209506 +34 6.4573602999999995 5.0878375 -2.5986554 1.4070403999999999 5.8395197 2.7357093999999997 -1.8153380000000001 0.5038341 0.50365247 0.34982022 0.6857638 -2.1888392000000003 0.69417576 +35 2.0353813 3.0141139 -2.787208 1.0661771999999998 1.0204552 0.21422855 0.025137862999999996 -4.281477400000001 -4.3018837 -3.8799888 -8.197204300000001 -0.053890411 -8.1713221 +36 0.96562078 -0.0089038966 -5.9691983 1.0653206 -0.10324615 -0.83872367 -1.0349644 -2.7043087000000003 -6.0297541 -5.5876818 -9.9926102 -1.1411468 -9.9684623 +37 0.53335732 1.0493128999999999 -1.741702 0.66326745 -0.13278024 -0.26632981 -0.28561424 -1.1555756000000001 -1.1561947 -4.2476557 -8.5922702 -0.19067752 -8.5685166 +38 0.54802309 1.0690819999999999 -1.8739572 0.68701659 -0.14212156 -0.27972363 -0.29938494 -1.2255261 -1.2261454 -0.98599946 -6.5059494 -0.20105336 -4.0140617999999995 +39 0.67616718 0.51255632 -0.071531864 -3.3074763999999996 1.6619648999999999 0.84328911 0.5889348 -0.034784611 -0.034783547000000005 -0.02542447 -0.071681723 0.20376833 -0.072301503 +40 5.418906099999999 4.2721045 -0.23071845 -2.5064597 6.1751653 -0.54827942 -0.85188237 0.57118283 0.57148567 0.39483095 0.75070378 -1.0500826 0.75887032 +41 6.6895284 5.2585181 -0.20097941 -1.8801961999999999 6.18879 2.7901626 -1.8099553 1.0165858 1.0166473 0.66617688 1.0266733000000001 -2.1827519 1.0447971 +42 1.2086289 2.3373254 1.0068887 -3.459568 5.6982947 2.7160667999999997 1.474531 -2.6044044 -2.6075102 -2.2406888 -6.2417264 0.35931355 -6.2196239 +43 0.35014301 1.0585725000000001 -1.2921267 -2.7269153999999998 3.8275704 2.2678068 1.3864758999999998 -1.1167455 -4.4490324 -4.0219306 -8.3485005 0.35167987 -8.325537299999999 +44 -0.12437369 -0.32578684 2.7423862 -4.8148615999999995 5.6391377 2.7024208 1.4726113 1.991455 1.9910337 -2.178762 -6.1585268 0.35914472 -6.135178 +45 -0.18222577 -0.38103378 2.2668156 -4.5388446 5.522716 2.6805689999999998 1.4684177999999999 1.7212040000000002 1.7208976999999999 1.0272647 -1.5271698999999999 0.35879263 1.2934299999999999 +46 6.9713354999999995 5.4755175000000005 -0.19512518 1.6042195 2.3847482 -2.0717436 -2.3725181 1.1244964 1.1244866000000002 0.72695074 1.0747857 -2.8140811 1.0950921 +47 6.882051 5.407042700000001 -0.19734677 1.5520851999999998 2.3722485 1.1081092 -2.131129 1.0900971000000002 1.0901106000000003 0.70779245 1.0600533 -2.5466558 1.0796746000000002 +48 3.2393174 3.3779098 1.1370891 0.1788015 1.0449760000000001 0.2801531 0.07539227 -2.4168717 -2.4210946 -2.0657959 -5.9995981 -0.034519123 -5.9772872 +49 2.8788687000000004 1.7911218 -0.97686373 0.49129751 0.47235163 -0.39491741 -0.65115104 -0.76794619 -4.0931042 -3.6730724 -7.966978900000001 -0.75905271 -7.9436208 +50 1.4790966 0.9600786 2.7473739 -1.2749053999999997 0.77521076 0.19415283 0.044856533 1.9991207999999998 1.9987019 -2.1756447999999997 -6.154219599999999 -0.03149966 -6.1308862 +51 1.4852498 1.0160513 2.2655971 -1.0232356 0.57141544 0.063084679 -0.062438763 1.7297828999999998 1.7294811999999997 1.031148 -1.5254798 -0.092158696 1.2955888999999998 +52 7.0474817 5.5336334 -0.19021188 1.6491692 5.956938 -0.5822211 -2.9383289 1.1544006000000002 1.1543656999999998 0.74343162 1.0871249 -3.4334474999999998 1.1080285 +53 5.8914133 4.8871032 1.4125101 1.052267 5.732923 -0.61778674 -0.9162737 -2.0129107 -2.0153833 -1.6900264999999999 -5.4320876 -1.1235944 -5.4099406 +54 3.4819687999999993 1.9976359000000001 -0.87660948 0.46672651 3.4159258 -1.3935213 -1.6872365000000002 -0.65773365 -3.9793852999999997 -3.561789 -7.843066800000001 -2.0285048999999997 -7.819791599999999 +55 6.313728 4.8920928 2.8403572999999995 0.94584063 5.9475157 -0.58170769 -0.8806137 2.1420324 2.141628 -2.1193792 -6.0760237 -1.0830135 -6.052819599999999 +56 6.1894248 4.8102679 2.3735657000000003 0.92108404 5.9184788 -0.5883676 -0.88804515 1.9415981 1.9413066000000003 1.1228606 -1.4880944 -1.0912155000000001 1.3436678999999998 +57 6.546893099999999 5.3225055999999995 1.503835 1.3901883999999998 5.881285 2.7437156000000003 -1.8141918000000001 -1.8760151999999999 -1.8770894 -1.563985 -5.2226731 -2.1875993 -5.2003308 +58 3.5172027999999997 2.0158913 -0.86791673 0.46630027 3.4633665999999996 1.8993799999999998 -1.9372987000000002 -0.64809886 -3.9694515 -3.5520831 -7.8322147 -2.3264953999999998 -7.80894 +59 7.413669400000001 5.776366599999999 2.9035995999999997 1.7223418999999998 6.020947799999999 2.7652624 -1.8110138999999998 2.2313520000000002 2.2309308999999997 -2.0859631999999997 -6.029167299999999 -2.1839722000000004 -6.0059005999999995 +60 7.2995768 5.694342400000001 2.452249 1.6731071 6.0086981 2.7618262000000002 -1.8120047 2.0711269 2.0707826000000003 1.175127 -1.4686827 -2.1850906 1.368845 +61 0.74691608 -3.1976899 -6.9400033 1.1102783999999999 -0.37469584 -1.1349040000000001 -1.3506646999999998 -7.8847855 -11.211438000000001 -10.761122 -15.202492999999999 -1.558716 -15.178687 +62 1.4548215 2.4993967999999995 1.0247205 -0.09731798300000001 1.6711624 1.1230505 0.87230729 -2.5802928 -2.5835699 -5.5401738 -9.9427811 0.28220551 -9.9196286 +63 1.4584378 2.5021495 1.0248787 -0.096679473 1.6745453000000001 1.1256036 0.87406012 -2.5799225 -2.5830799 -2.2177818 -8.673894500000001 0.2825393 -6.1895941 +64 1.2570088 1.4479146999999999 -1.1468492000000001 0.57870407 0.70928224 0.050120032 -0.11894111 -0.95314462 -4.2831177 -7.181600200000001 -11.611714 -0.14616127 -11.58778 +65 1.2610535 1.4487529 -1.1465893 0.57903394 0.7132364 0.052650918 -0.11695246 -0.95279794 -4.2827663000000005 -3.8593258 -10.632785 -0.14501024 -8.1489144 +66 0.015949769 -0.16214873 2.7568537 -1.4814999 1.5810302 1.0261434 0.80663667 1.9993438000000001 1.9989203999999998 -2.1755628 -8.6173908 0.26974495 -6.1318944 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.98331102 1.8362698 -0.09416076699999999 0.19080053 -1.2110436000000002 -1.3994273000000002 -1.4335950000000002 0.051685342 0.051656038 0.037536972 0.10028746 -1.4712157 0.10108917 +2 -0.40673982 -2.7148657000000003 0.075447245 -0.082033932 -0.34130978 -0.54110236 -0.57521856 0.021938472 0.021996674 0.016182328 0.046686113 -0.45924412 0.046410599000000004 +3 0.61773454 1.1571652 -2.464314 0.77411992 -0.15949569 -0.3166848 -0.34098723 -1.4923798000000001 -1.4931257 -1.2207108 -4.570706400000001 -0.2436186 -4.5487605 +4 -0.33060643 -0.40083966 1.3724082e-05 -3.3360182999999997 4.346531 2.4691319 1.4645716999999998 -0.01126417 -0.011245245 -0.0081789446 -0.022362621000000003 0.37546711 -0.022692247999999998 +5 1.6624226999999998 1.4127916999999999 -0.09689904199999999 0.077772315 -0.25470739 -0.50914072 -0.56893011 0.0069861163 0.0069701581 0.0051120986 0.014650126000000001 -0.48958199 0.014628068999999999 +6 5.5264029 4.3449313 -0.23731549 0.85008707 5.6362846 -0.60202451 -0.89370478 0.60106889 0.60135766 0.41468564 0.78369108 -1.1133908000000001 0.79240548 +7 6.7023285999999995 5.2564479 -0.21012456 1.4343663999999998 5.935679 2.7833792 -1.7781673999999998 1.0184182 1.0184847 0.66837404 1.0392211999999998 -2.1673937999999997 1.0572126 +8 1.4280415000000002 2.4802418999999998 1.0257511000000001 -0.1057832 1.6490957999999998 1.124322 0.88451594 -2.5795759 -2.5827703 -2.2189869 -6.2044677 0.29756039 -6.182224400000001 +9 1.2514048999999998 1.4481705 -1.1421002 0.57274757 0.70959952 0.061458724000000006 -0.10712787 -0.94839232 -4.2782593 -3.8566795 -8.1601477 -0.14432783 -8.1364034 +10 0.008133560699999999 -0.1648603 2.7498876 -1.479827 1.5684018999999998 1.0293781 0.81818708 1.9985334 1.9981209999999998 -2.173536 -6.1434458 0.28448584 -6.120131099999999 +11 -0.024945613999999998 -0.1836926 2.2704382 -1.201925 1.2352478999999998 0.82367656 0.67498497 1.7261542 1.7258558000000002 1.0315229 -1.5124838 0.25243877 1.307959 +12 -1.3971305 0.007098925600000001 0.053491058 0.0091430063 -1.4488083999999999 -1.851241 -1.9528394 0.045429755999999995 0.045496555 0.033284335 0.09242567900000001 -2.1961601 0.09234377099999999 +13 -0.15173763 2.6711854 -2.564332 0.8030983 -0.98217101 -1.404391 -1.4997146000000001 -0.99936908 -0.99990831 -0.79362549 -3.4806969 -1.6237861999999998 -3.460375 +14 -3.292734 -0.23689282 -0.013479584 -3.2828839999999997 0.10121806 0.68402889 0.66588155 -0.018314774 -0.018316203 -0.013421744 -0.038436971 0.25983249 -0.038594414 +15 2.9630905 4.9707137 -0.29063014 1.2559017 -0.13605751 -0.97622108 -1.215518 0.85976078 0.85998794 0.57545151 0.9572966 -1.4585403000000001 0.97174082 +16 3.9841123999999994 5.787670200000001 -0.24293055 1.8576717 2.3160995 -2.0854253000000003 -2.3649167 1.2796576000000002 1.2795915 0.81243001 1.1479075 -2.8175987 1.1709096 +17 3.8960358 5.7172886 -0.2456667 1.8015185 2.2785088 1.073458 -2.1108407000000002 1.2429916 1.2429542 0.79293366 1.1344531999999998 -2.5410236 1.1567696 +18 0.4358137 3.5028544000000004 1.1652158000000001 0.25780005 0.18008485 -0.38259693 -0.51569343 -2.3827130000000003 -2.3849922 -2.0337164 -5.9466448 -0.50224905 -5.924018900000001 +19 0.56120773 2.3980612999999997 -0.68698034 0.52463621 0.032444829 -0.84978983 -1.1155011000000001 -0.44184839 -3.7643108 -3.3536061000000004 -7.5990099 -1.3604465000000001 -7.575919900000001 +20 -1.3093178 1.3667239 2.7570971 -1.1335182 -0.22260622 -0.62078769 -0.69961073 2.0095462 2.0091319 -2.1690706000000004 -6.1373026 -0.63562019 -6.113983999999999 +21 -1.2639208999999998 1.4405708000000002 2.2703882999999996 -0.88468966 -0.42204742 -0.77378205 -0.83856997 1.7394186000000003 1.7391148 1.0375053 -1.5099152 -0.77654772 1.3112556999999998 +22 0.51498445 -0.44400303 -1.9759494999999998 0.79431938 -0.28992772 -0.87140146 -1.0159288 -1.4741833999999998 -1.4746407 -1.2043336 -4.5361198 -1.0743643999999999 -4.5142728 +23 -0.79494801 -3.5163995000000003 0.075382444 -3.4032647000000003 3.5581381000000003 2.2192227000000004 1.4069201999999998 0.018862392 0.018922907 0.013950805 0.040755354 0.37031961 0.040412902 +24 0.92261511 -0.68136343 0.060306025 -0.08310690700000001 -0.8117698 -1.2043283 -1.3022062 0.032324072 0.032385698 0.023754612999999997 0.067199915 -1.3850643 0.066996499 +25 2.856434 1.2818515 0.03551383 -0.01208606 3.2244632 -1.3759 -1.5911408 0.099006176 0.099112015 0.072073768 0.19058564 -1.8753095000000002 0.1908351 +26 3.4122397000000007 1.7498761000000003 0.028592233999999998 0.034120062 3.9261866999999997 2.2308081000000004 -1.8427631999999998 0.13619728 0.13632398 0.098731427 0.25287435 -2.2343382999999997 0.25353988 +27 0.46386488 0.044891165999999996 0.85499861 -0.34206177 0.83836244 0.26640026 0.12165743 -2.8161897000000002 -2.8165617000000003 -2.4406557 -6.499059099999999 0.01891806 -6.476174299999999 +28 0.67053002 -2.8096669 -2.237741 0.75784506 -0.092407377 -0.85050298 -1.0745216 -2.1524151000000002 -5.4726256 -5.035354 -9.4117005 -1.2480185 -9.388484599999998 +29 -0.52795904 -3.2117096000000003 2.7457147999999996 -1.663874 1.1604212999999999 0.57021497 0.4143418 1.9928616999999997 1.9924494 -2.1758451 -6.1466239 0.1627132 -6.1233074 +30 -0.52365925 -3.1737391 2.2781566000000004 -1.3548837 0.8461447 0.34933865 0.23174332 1.7252859 1.7249878 1.0311303 -1.5126531 0.089209679 1.3077418 +31 0.021730178 0.6512207 -2.5461281000000002 -2.5566991000000003 3.2047311 2.1328252 1.388895 -1.629641 -1.6304286000000001 -1.3421691 -4.8129925 0.36886777 -4.7923057 +32 2.3107804 2.1672185 -2.5520808999999995 0.71608174 -0.24369894 -0.67633217 -0.77849988 -1.2098652 -1.2105424999999999 -0.97341549 -3.9959875 -0.7502376 -3.97537 +33 5.3608113 4.2423886 -2.5764136000000004 0.9787443 5.360998599999999 -0.65499153 -0.93995909 -0.075036318 -0.075007932 -0.055100339000000005 -0.1631918 -1.163233 -0.16439397 +34 6.4679428 5.083896299999999 -2.60675 1.3981885 5.8617267 2.7711429 -1.7794938000000002 0.50769465 0.50752117 0.3529121 0.69789021 -2.1689309 0.7062064 +35 2.0435845 3.0292898 -2.7681251000000002 1.0603261999999998 1.0352628000000001 0.23568404 0.045482468 -4.2631455 -4.283364 -3.8635824999999997 -8.169905400000001 -0.044948543 -8.1440523 +36 0.95385201 -0.0036067886 -5.9588129 1.0592709999999999 -0.10848873 -0.83145456 -1.0275172 -2.6952979999999997 -6.020593900000001 -5.5804265 -9.9754285 -1.1560133999999997 -9.951322300000001 +37 0.53930017 1.0473158 -1.733775 0.65863173 -0.12135922 -0.25122722 -0.27148587 -1.1489468 -1.1495526000000003 -4.2428549 -8.5776523 -0.18754981 -8.553917 +38 0.55427424 1.0677091 -1.8683148 0.68291388 -0.13093085 -0.2652266 -0.28595566 -1.2200256999999999 -1.2206344 -0.98218042 -6.4945379 -0.19872436 -4.0026622000000005 +39 0.66763254 0.49792499 -0.07230543 -3.3081392999999997 1.6654122 0.86544645 0.61453832 -0.035993588 -0.035993727999999996 -0.026351468 -0.075407741 0.22061692 -0.07601348599999999 +40 5.414922799999999 4.2573682999999996 -0.23807605 -2.5189705 6.198011 -0.51271185 -0.81604486 0.5661758 0.56648222 0.39220508 0.75576978 -1.0301809000000002 0.76365273 +41 6.6968659 5.252235099999999 -0.21000426 -1.8905968 6.211922 2.8257657000000003 -1.7740968999999998 1.0163927 1.0164601999999998 0.66721195 1.0382546000000001 -2.1628277999999996 1.0562046999999999 +42 1.1814406000000002 2.3113721000000003 1.0096955 -3.4705019 5.7040168 2.748774 1.5100111 -2.6030655 -2.6060969 -2.2408546 -6.2339567 0.37920728 -6.211876999999999 +43 0.34582927 1.0494241000000002 -1.2897281 -2.7346345000000003 3.8221046000000003 2.2939898 1.4201232 -1.1152456 -4.4474584 -4.022158 -8.339308299999999 0.37140502 -8.3163866 +44 -0.13523902 -0.33380949 2.7494827999999996 -4.822326 5.6492687 2.7356236000000003 1.5081177 1.9979066000000003 1.9974948000000001 -2.1737898999999996 -6.1437926 0.37903949 -6.1204803 +45 -0.19374298 -0.39057528 2.2701602000000003 -4.5437863 5.528738099999999 2.7128867999999997 1.5037829 1.7251607 1.7248642 1.0310759 -1.5126731000000002 0.37867557 1.3077146000000002 +46 6.9811515 5.4711026 -0.20448125 1.5948778000000001 2.4070867999999996 -2.0367565 -2.3372929 1.1256356 1.1256316000000002 0.72886149 1.0873264999999999 -2.7948593999999995 1.1074897 +47 6.8911878 5.402117 -0.20660908 1.5424478000000001 2.3944377999999995 1.1429393 -2.0955127 1.0908472 1.0908666 0.70944931 1.0723251 -2.5270023999999998 1.0917944 +48 3.2204222000000002 3.3632019 1.1407273999999998 0.16730355 1.0444579 0.29532596 0.092492967 -2.4144392999999997 -2.4185557999999996 -2.0648718 -5.990639900000001 -0.026203275 -5.9683436 +49 2.8759092 1.787202 -0.97260045 0.48422552 0.47993253 -0.37218837 -0.62690231 -0.76427965 -4.0894058 -3.6712093 -7.955625200000001 -0.75066072 -7.9322925 +50 1.4715651 0.94668662 2.7544283 -1.284812 0.78109813 0.2123496 0.064296465 2.0054998 2.0050903 -2.1707017000000004 -6.1395265 -0.021454347999999998 -6.1162285999999995 +51 1.4787698 1.0034538 2.2688357000000003 -1.0303417 0.5753804 0.07910352400000001 -0.045266405999999995 1.7336265 1.7333343 1.0349121 -1.5110013999999998 -0.08460803199999999 1.3098501 +52 7.058061099999999 5.5297809 -0.19960389 1.6401911 5.9795578 -0.54670649 -2.9025336 1.1559443 1.1559152 0.74559594 1.0999131000000002 -3.4135927 1.1206824 +53 5.8913967000000005 4.8773222 1.4170280000000002 1.0386081 5.7513309 -0.58304147 -0.88118383 -2.0093468 -2.0117925 -1.6880381000000002 -5.422249099999999 -1.1045331 -5.4001337 +54 3.4898328999999997 1.9928848999999997 -0.87225971 0.45818495 3.4320357000000006 -1.3607743 -1.6534517 -0.65405698 -3.9756786 -3.5598991 -7.8317006 -2.0102349 -7.808465400000001 +55 6.312915900000001 4.8792995 2.8468796000000003 0.92857819 5.9692336 -0.54633771 -0.84495834 2.1477247000000004 2.1473299 -2.1146799 -6.0616775 -1.0633152 -6.0385093 +56 6.187432299999999 4.796805 2.3760798999999997 0.90409288 5.9395316 -0.55310487 -0.85248408 1.9449633000000002 1.9446819 1.1265457 -1.4735771999999998 -1.0716157 1.357972 +57 6.557117999999999 5.318453 1.5096307 1.3804482 5.9038244 2.7792084 -1.7783429 -1.8705538000000002 -1.8716161 -1.5602576000000001 -5.2101651 -2.1676856 -5.1878574 +58 3.5272316 2.0112315 -0.86345592 0.45750927 3.4827125 1.9339177 -1.9015395 -0.64431181 -3.9656278 -3.5500765 -7.8207186 -2.3065482000000004 -7.797486099999999 +59 7.4242462 5.772413200000001 2.9106009 1.712346 6.0439288 2.8008328 -1.7751566000000003 2.2378162999999995 2.2374047999999997 -2.0809593 -6.0143976 -2.1640490000000003 -5.9911676 +60 7.309031599999999 5.6896143 2.4554041 1.6626767 6.0315262 2.7973744 -1.7761506999999999 2.0759686 2.0756342 1.179475 -1.4538893999999998 -2.1651712000000005 1.383504 +61 0.75655091 -3.1972966 -6.935087400000001 1.1029592 -0.35642533 -1.1035705 -1.3188385 -7.879592999999999 -11.206217 -10.7578 -15.189305 -1.5434055 -15.165536 +62 1.4240424999999999 2.4771933999999995 1.0277383 -0.10763028 1.6466427 1.1222618 0.88302606 -2.5786507000000003 -2.5818402999999996 -5.540042 -9.9329354 0.29726354 -9.9098066 +63 1.4278739 2.4800299999999997 1.0278972 -0.10698942 1.6502534 1.1250387 0.8849737 -2.578274 -2.5813462000000005 -2.2176459 -8.665745800000002 0.2976477 -6.181473400000001 +64 1.2477737 1.4484567 -1.1406882 0.57213094 0.70638583 0.059414959 -0.10870862 -0.94741254 -4.2772486 -7.1776184999999995 -11.597889 -0.14522953 -11.573979 +65 1.2518781 1.4492406 -1.1404538 0.57243716 0.71042656 0.062112605 -0.10653017 -0.94709203 -4.2769261 -3.8553724000000003 -10.619099 -0.14389735 -8.1352519 +66 0.0092502835 -0.16428226 2.7640549 -1.4883407 1.5788233999999999 1.0354244000000001 0.82222733 2.0058679 2.0054540000000003 -2.1705605 -8.6026145 0.2853137 -6.117155 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=0d1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.98262919 1.8363054 -0.094187576 0.19075173 -1.210259 -1.3989079 -1.4332728000000001 0.051712142 0.051682878 0.037559135 0.1004108 -1.4724102 0.10121149 +2 -0.40629161 -2.7147662 0.075447809 -0.082073967 -0.34079807 -0.54046877 -0.57469226 0.021929328999999997 0.021987613 0.016177119 0.046706863 -0.45962896 0.046429285 +3 0.61801536 1.1571905 -2.4640647999999996 0.77400232 -0.15907922 -0.31631276 -0.34071541 -1.4920833999999998 -1.4928285 -1.2205049 -4.5700595999999996 -0.24393045 -4.5481124 +4 -0.33126678 -0.40159035 -1.9900105e-06 -3.3360349 4.3446164000000005 2.4702482999999997 1.4663825000000001 -0.011298698999999999 -0.011279755 -0.0082047194 -0.022449787000000002 0.37657205 -0.022779973999999998 +5 1.6625858 1.4125011 -0.09692125800000001 0.077729931 -0.25439753 -0.50856408 -0.56839533 0.006968018100000001 0.0069519878 0.0050989361 0.014618976 -0.4899314 0.014597561 +6 5.526299900000001 4.3442238 -0.23772836 0.84944055 5.637053099999999 -0.60016494 -0.891809 0.60081123 0.60110018 0.41455388 0.78398165 -1.1123473999999998 0.79268132 +7 6.7027478 5.256130000000001 -0.21062591 1.4338168 5.9368643 2.785314 -1.7762008000000002 1.0183897 1.0184565 0.66841736 1.0398200999999998 -2.1662771 1.0578021 +8 1.4269964 2.4796259 1.0258554 -0.10616446 1.6482627 1.1246658999999999 0.88536669 -2.5794792 -2.5826706 -2.2189705 -6.204026 0.2984588 -6.181783900000001 +9 1.2514698 1.4482983999999999 -1.1418348999999999 0.57247442 0.70994717 0.062293285999999996 -0.10630977 -0.94811711 -4.277977900000001 -3.8564955999999997 -8.159454 -0.1441177 -8.135711099999998 +10 0.007833774699999999 -0.16492283 2.7501835 -1.4801423999999999 1.5682742 1.0298905 0.81904058 1.9988351999999998 1.9984233 -2.1732909 -6.1426926 0.28535965 -6.1193799 +11 -0.025239515 -0.18375348 2.2705617 -1.2021217 1.2350278000000001 0.82400872 0.67560278 1.7263343999999998 1.7260365000000002 1.0317098 -1.5117291000000002 0.25320395 1.3087013 +12 -1.3963643000000001 0.007059929499999999 0.053475558 0.0090680115 -1.4478839 -1.8501173999999998 -1.9518398000000001 0.045419002 0.045485893 0.033279222000000004 0.092476951 -2.1963388 0.092392313 +13 -0.15108705 2.6711675 -2.5639357999999994 0.80298351 -0.98135041 -1.4037072 -1.4992413999999998 -0.99900539 -0.99954397 -0.79335925 -3.4799317000000003 -1.6247835 -3.4596091 +14 -3.2931866000000003 -0.23726325 -0.013483081000000001 -3.2829129 0.099795257 0.68345325 0.6659192 -0.018330065 -0.018331503 -0.013433883999999998 -0.038497292999999995 0.26050115 -0.038654464 +15 2.9632035 4.9701568 -0.29112832 1.2552375 -0.13518557 -0.97463155 -1.2139004 0.85958641 0.85981377 0.5753963 0.9577728 -1.4578321 0.97220439 +16 3.9846774 5.7874588 -0.24350502 1.8571687 2.317215 -2.0835903 -2.3630659 1.2797334999999999 1.2796676000000002 0.81254653 1.1485912 -2.8166133999999996 1.1715865 +17 3.8965612000000003 5.717046099999999 -0.24623656 1.8009949 2.2796025 1.075267 -2.1089176 1.2430437 1.2430066 0.7930356 1.1351239 -2.5399564999999997 1.1574328999999999 +18 0.43609088 3.5027571 1.1654033000000001 0.25749622 0.1806926 -0.38164762 -0.51480518 -2.3825024 -2.3847793999999998 -2.0335926 -5.946068299999999 -0.50230699 -5.9234429 +19 0.56157096 2.3977149 -0.68689104 0.52428476 0.033209371 -0.84824836 -1.1139044 -0.44177153 -3.7642327000000004 -3.3536191 -7.5985439 -1.3597278 -7.5754556 +20 -1.3087563 1.3669673 2.7573963 -1.1337728999999999 -0.2217856 -0.6199754 -0.69893319 2.0098529 2.009439 -2.1688234 -6.136546599999999 -0.63602683 -6.1132299 +21 -1.2633543 1.4407675 2.2705108 -0.88486935 -0.42128949 -0.77309438 -0.83803189 1.7396051 1.7393017 1.0376953000000002 -1.5091589 -0.77721095 1.3120001000000001 +22 0.51538451 -0.44415795 -1.9755682 0.79398534 -0.28914198 -0.87015883 -1.0147437 -1.4738545 -1.4743111999999998 -1.2040978999999998 -4.535407900000001 -1.0743067 -4.513562599999999 +23 -0.79506375 -3.5171196000000005 0.07538131099999999 -3.4033021 3.5566873 2.2202256 1.4086437 0.018848137 0.018908733 0.013941711 0.040761669 0.37141535 0.040417131 +24 0.9232835 -0.68145127 0.060298102 -0.083165986 -0.81096133 -1.2032593 -1.3012371 0.032312849 0.032374561 0.02374844 0.067231572 -1.3853322 0.067025809 +25 2.8569065 1.2815098 0.035465622 -0.012220693999999999 3.224941 -1.3744216 -1.5896701000000002 0.09896817 0.099074094 0.072051941 0.19065986 -1.8748029999999998 0.19090495 +26 3.4126953999999996 1.7495201 0.028524742999999998 0.033949694 3.9266142 2.2323569 -1.8408571 0.13614889 0.13627569 0.098704405 0.25297862 -2.2332888 0.25363872 +27 0.46469223 0.045044272 0.85511883 -0.34224871 0.83943108 0.2680629 0.12332364 -2.8160575 -2.8164289 -2.4406097 -6.4985614 0.019850331000000002 -6.4756784000000005 +28 0.67112958 -2.810038 -2.2377512000000004 0.75754921 -0.09145392599999999 -0.84884066 -1.0728328 -2.152431 -5.472640599999999 -5.0354644 -9.411307199999998 -1.2472348999999998 -9.388093300000001 +29 -0.52782132 -3.2117112 2.7460051 -1.6641806000000001 1.1608341999999998 0.57119768 0.41539275 1.9931598999999998 1.9927482 -2.1756015 -6.145872799999999 0.16346572 -6.1225582 +30 -0.52349593 -3.1737117 2.2783015 -1.3550817 0.84648386 0.35018781 0.23262605 1.7254783999999999 1.7251808000000002 1.0313226999999998 -1.5118958999999998 0.08979377300000001 1.3084871999999999 +31 0.021197422 0.65058431 -2.5461517000000002 -2.5568382 3.2029377 2.1335692 1.3905219 -1.6295958000000001 -1.630383 -1.3421883 -4.8127675000000005 0.36995413 -4.7920802 +32 2.3111957999999997 2.1671223 -2.5518142999999998 0.71598049 -0.24308052 -0.67553805 -0.77780886 -1.2095843000000002 -1.2102608999999998 -0.97322148 -3.9954067 -0.750686 -3.9747866999999997 +33 5.3608884 4.241822099999999 -2.5765546 0.97821525 5.3616054 -0.65317941 -0.93810572 -0.075107545 -0.075078937 -0.055156138 -0.16346744 -1.162236 -0.1646714 +34 6.4684962 5.0836762 -2.6070708 1.397708 5.8629169 2.7730775000000003 -1.7775269 0.50787041 0.50769735 0.35305659 0.69850348 -2.1678138 0.70681416 +35 2.0441012 3.0301852000000005 -2.767093 1.0600372999999998 1.0361019 0.23688556 0.046624094000000005 -4.2621419000000005 -4.2823503 -3.8626794 -8.1684253 -0.044426581 -8.1425738 +36 0.95293835 -0.0032317396 -5.9582660999999995 1.0589816 -0.10910831 -0.83136554 -1.0274068 -2.6948184 -6.020104900000001 -5.580036499999999 -9.9745163 -1.1571658999999999 -9.950412400000001 +37 0.53951215 1.0472409 -1.7333781000000004 0.65846763 -0.12096653 -0.25080383 -0.27113601 -1.1486118 -1.1492169 -4.2426138 -8.576896099999999 -0.18769849 -8.5531614 +38 0.55447179 1.0676511999999998 -1.8679457999999998 0.68277134 -0.13057639 -0.26488726 -0.28569958 -1.2197029 -1.2203110000000001 -0.98195021 -6.493860400000001 -0.19896693 -4.0019838 +39 0.66700981 0.49697272 -0.072320023 -3.308181 1.6654804 0.86658188 0.61588629 -0.036046467 -0.036046667000000004 -0.026392402000000002 -0.075582631 0.22154785 -0.076187429 +40 5.414744000000001 4.2566029 -0.23848129 -2.5196277 6.1992482 -0.51076781 -0.81407846 0.56589384 0.56620043 0.39205409 0.75601661 -1.0290644 0.7638843 +41 6.6972909 5.2519215 -0.21050689 -1.8911428 6.213174700000001 2.8277118999999997 -1.7721291000000001 1.0163659 1.0164336999999999 0.66725611 1.0388539 -2.1617099 1.0567946000000001 +42 1.180339 2.310551 1.0097839 -3.4709239000000003 5.7044026 2.7505752999999995 1.5119603000000001 -2.6029925 -2.6060211 -2.2408607999999997 -6.2335433 0.38032397 -6.2114652 +43 0.34557698 1.0490617 -1.2896746000000001 -2.7349306 3.8214037000000003 2.2952605 1.4219271 -1.1152053 -4.447416099999999 -4.0222089 -8.3388671 0.37250826 -8.3159474 +44 -0.13579478 -0.33420234 2.7497782 -4.8226796 5.6498018 2.7374367000000004 1.5100657 1.9982072 1.9977958999999998 -2.1735453 -6.1430400999999994 0.38015602 -6.1197297 +45 -0.19436379 -0.39106092 2.2702818 -4.5440190000000005 5.5290243 2.7146467 1.5057225 1.7253378000000001 1.7250418 1.0312613000000002 -1.511919 0.3797914 1.3084561000000001 +46 6.9817149 5.4708942 -0.2050012 1.5943923 2.408297 -2.0348429 -2.3353585 1.1256823999999999 1.1256788 0.72895403 1.0879788000000001 -2.7937782 1.1081343000000001 +47 6.891710000000001 5.4018775 -0.20712296 1.5419436000000002 2.3956392999999996 1.1448443000000001 -2.0935578 1.0908714 1.0908911000000001 0.70952719 1.0729621 -2.5258987 1.0924231000000002 +48 3.220108 3.3627729 1.1408625 0.16684828 1.0448608 0.29652663 0.09377160699999999 -2.4143026 -2.4184156000000003 -2.0648158 -5.9901568 -0.025518638 -5.9678615 +49 2.8762084999999997 1.7869971000000002 -0.97246758 0.48392446 0.48066844 -0.37073694 -0.62541721 -0.76415139 -4.0892752 -3.6711725 -7.955095399999999 -0.75007851 -7.931764299999999 +50 1.4711829 0.94601366 2.7547217 -1.2852976999999999 0.78138584 0.21331577 0.065337043 2.0057971 2.0053881000000002 -2.1704583 -6.1387758 -0.02090028 -6.115479799999999 +51 1.4784097 1.0027944 2.2689525 -1.0306947 0.57554633 0.079926457 -0.044374514000000004 1.7337982 1.7335063999999998 1.0350953999999999 -1.5102481 -0.08421104800000001 1.3105905 +52 7.058673 5.5296085999999995 -0.20012672 1.6397296000000001 5.980783799999999 -0.54476512 -2.9005692 1.1560158 1.1559868999999998 0.74570372 1.10058 -3.4124782999999996 1.1213421000000001 +53 5.8917169000000005 4.877007 1.4172098999999998 1.0380322 5.752414 -0.58112648 -0.87924396 -2.0091476000000004 -2.0115922999999998 -1.6879221999999998 -5.4217116999999995 -1.1034464 -5.399598 +54 3.4903199000000003 1.9925724999999999 -0.87216156 0.45783977 3.4328171999999997 -1.3590615 -1.6517026000000001 -0.65396948 -3.9755897000000004 -3.5599023 -7.8312175 -2.009357 -7.807984299999999 +55 6.3129587 4.8786821 2.8471474999999997 0.9277071 5.9704125 -0.5444039 -0.84300152 2.1479972000000003 2.1476029 -2.1144442999999997 -6.0609380999999996 -1.0622094 -6.0377719 +56 6.1873917 4.7961359 2.3761577000000003 0.9032204 5.9406739 -0.55117697 -0.85053238 1.9451177 1.9448368999999999 1.126729 -1.4728196000000002 -1.0705153 1.3587175 +57 6.5577495 5.3183062 1.5098546 1.3799812 5.9050475 2.7811489 -1.7763755 -1.8702893 -1.8713511000000003 -1.5600815000000001 -5.2095397000000006 -2.1665681 -5.1872338 +58 3.5277410000000002 2.01091 -0.86335884 0.45715827 3.4835307999999996 1.9356345000000001 -1.899613 -0.64422728 -3.9655419000000003 -3.5500826 -7.820239 -2.3054740000000002 -7.7970085000000005 +59 7.4248394 5.772221599999999 2.9108923 1.7118216 6.045171900000001 2.802777 -1.7731888999999998 2.2381305 2.2377195 -2.0807067999999997 -6.013635099999999 -2.1629311 -5.990407 +60 7.3095637 5.6893807999999995 2.4555133999999996 1.6621273999999997 6.0327612 2.7993174 -1.7741832 2.0762012 2.0758673 1.1796938 -1.4531169 -2.1640535 1.3842687 +61 0.75694852 -3.1971404999999997 -6.934873599999999 1.1026033000000002 -0.35561281 -1.1020153999999998 -1.3172423 -7.8793617 -11.205983999999999 -10.757665 -15.188652 -1.5427162 -15.164883999999999 +62 1.4230961000000002 2.4766353 1.0278469000000001 -0.10799936 1.6459075 1.1226795 0.88392698 -2.5785459 -2.5817327000000003 -5.540018099999999 -9.9324 0.29817138 -9.9092728 +63 1.4268283000000002 2.4794134 1.028001 -0.10737073 1.6494196 1.1253826 0.88582481 -2.5781775000000002 -2.5812467 -2.2176298 -8.665303699999999 0.29854632 -6.1810331 +64 1.2479097 1.4485854999999999 -1.1404228 0.57186021 0.70680635 0.060309469000000004 -0.10783669 -0.94713679 -4.276966900000001 -7.177434299999999 -11.597187 -0.14498287 -11.573279 +65 1.2519427 1.4493683000000002 -1.1401887 0.57216406 0.7107739 0.06294701700000001 -0.10571213 -0.94681701 -4.276644999999999 -3.8551887000000002 -10.618406 -0.14368674 -8.1345598 +66 0.0089493784 -0.16434481 2.764355 -1.4886591999999998 1.5786966999999998 1.0359404 0.82308636 2.0061723000000002 2.0057589 -2.1703143 -8.601859699999999 0.28618994 -6.1164022000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0274798 1.2803321 -1.1933383999999998 -0.31896251 -0.7379574 -1.0766942 -1.1225329 1.0712486 1.0708251 0.76013597 2.0315484 -0.99291154 2.0442674 +2 0.1245345 -4.9517085 0.60445939 1.0606294 -0.97060494 -1.5858553 -1.7154604 -3.0455499 -3.0458528 -2.7409694 -6.0400347000000005 -1.8375346000000001 -6.0152815 +3 -0.0049410884 0.0065741246 -3.6164625 0.012195071000000002 -0.018002466 -0.026039207 -0.025602238 -0.021405272000000003 -0.021420913 -0.016735403 -0.088749009 -0.011873536 -0.088645885 +4 -0.36230555 -0.27083106 0.16061644 -3.2630741000000003 3.4629922999999994 2.0722793999999998 1.2197943000000002 -0.22028823 -0.21985277 -0.17391328 -0.93429059 0.26645724 -0.93370563 +5 1.6475137999999998 1.0615531 -0.99748251 -0.34638939 0.061601687999999995 -0.38657363 -0.46153407 0.89508431 0.89487972 0.64701038 1.8915784 -0.34165149 1.8999824 +6 3.8728742 2.3861958 -1.4025986000000001 -0.35187435 5.1606347999999995 -0.86821554 -1.0603923000000002 1.9004538 1.899891 1.2257465 2.416544 -1.1348584 2.4446814999999997 +7 4.4752102 2.7573713 -1.4380161 -0.20861025 5.4223563 2.4924562000000003 -1.9986431 2.1339607999999997 2.1332847999999998 1.3354601000000001 2.4771206 -2.2515088 2.5088031 +8 1.5501481000000001 1.4004386999999998 1.6513575 -0.08264521400000001 1.7868901999999998 0.63947366 0.35404033 -2.2323772999999996 -2.2409911 -1.9712105 -5.078477599999999 0.072365267 -5.0534288 +9 0.11954308 -5.4735 -2.631928 1.1055887 -1.0217699 -1.6321321000000002 -1.7612401999999998 -3.6346335 -6.9570875 -6.6077444000000005 -10.127937 -1.8920909 -10.102767 +10 0.057722012999999996 0.12042242 2.4456485 -0.085435958 0.1506982 0.10854933 0.09277311099999999 0.22037035 0.22079364 -3.1522159 -6.511561599999999 0.036688148 -6.4885093000000005 +11 0.06080833 0.12086407 2.4081067000000003 -0.083800629 0.15222147 0.099848941 0.084637615 0.21741654 0.21770149 0.16737075 -1.8213971000000002 0.03342923 0.76138636 +12 -1.6869284 -4.6464802 0.72598426 1.1395973999999998 -2.8877333 -3.5328788999999996 -3.6914163999999996 -2.8923919999999996 -2.8926116000000004 -2.5929599999999997 -5.8640707999999995 -4.0708527000000005 -5.8393935 +13 -1.0152849 1.2974039 -4.7158427000000005 -0.31782457 -0.72659702 -1.0789763 -1.1278558 1.0802777 1.0798468 0.7658112 2.0379527 -1.0033604 2.0508762 +14 -3.2273015 -0.32556349 0.18946518 -3.1673175 -0.067508224 -0.0097711235 -0.00018028831000000003 -0.27343471 -0.27340089 -0.21820039 -1.1727048999999998 0.0026474523 -1.1642028999999998 +15 1.5556005 3.2534991 -1.5613053 0.090389312 -0.41577389 -1.2523811000000002 -1.4386181 2.409621 2.4090664 1.4532993 2.5344968 -1.5824084999999999 2.5695954 +16 2.0584531999999998 3.7438491000000003 -1.5434736999999998 0.43944054 1.7710549999999998 -2.4894667999999998 -2.6922096 2.6283866000000002 2.6277017000000003 1.5375421999999999 2.5706436000000004 -3.030859 2.6082414000000003 +17 1.9809150000000002 3.6641277000000003 -1.5457688 0.37902109 1.7510766 0.6485191 -2.3799683 2.5959164 2.5952450000000002 1.5255252000000001 2.5656819 -2.6842297999999998 2.6029338 +18 -0.57535566 1.7619855 1.8418376 -0.33388413 -0.2542599 -0.70958804 -0.78602318 -1.9573883 -1.9582627000000001 -1.7047265 -4.705934 -0.65894021 -4.6826217 +19 -1.7034605999999999 -5.2034059 -2.4719161 1.1923903999999999 -2.9574712000000005 -3.5946614 -3.7513557 -3.4954335 -6.8175384999999995 -6.468493 -9.9871228 -4.1328053 -9.9619851 +20 -1.0061013 1.3289128000000001 2.8989137 -0.36595072 -0.66756026 -1.00803 -1.0574306 1.1887858999999998 1.1883808999999999 -2.4887306000000002 -5.7374872 -0.92129403 -5.7133513 +21 -0.99304278 1.3344276000000002 2.7714065 -0.36453034 -0.65554668 -1.0144853999999999 -1.0646189 1.1865562 1.1861004 0.83181381 -0.62430893 -0.93063836 2.1220765999999998 +22 0.11841522 -5.3468819000000005 -1.1345973 1.0962733 -1.0133881999999999 -1.6244983 -1.7536281000000002 -3.4552294999999997 -3.4559177000000005 -3.1394444999999997 -6.4991398 -1.8829175 -6.4741957999999995 +23 -1.1874675 -4.9063246 0.65873503 -2.2200916 1.1043976999999998 0.56162706 0.42015807 -2.9888494999999997 -2.9895697999999995 -2.6866119 -5.9758888 0.13266257 -5.951080999999999 +24 0.62303543 -5.110866400000001 0.53434166 1.0270162 -2.2035862 -2.8680147000000002 -3.0293847 -3.1304483 -3.1305281000000003 -2.8229181 -6.135994999999999 -3.3649486000000004 -6.1112746 +25 0.65547297 -5.1251090999999995 0.52838883 1.0245334000000001 -0.38585848 -4.1874381000000005 -4.354576 -3.1377178 -3.1377606 -2.8299207 -6.1441472 -4.7682055 -6.1194345000000006 +26 0.6413819 -5.1189119000000005 0.53098545 1.0256153000000001 -0.40160237 -1.1208376 -3.2764366000000003 -3.1345502 -3.1346138 -2.8268748 -6.140603400000001 -3.6429841 -6.115886 +27 0.21650018 -6.8329276 -2.2237284 1.2228827 -1.0425196 -1.6567843999999998 -1.7867153000000002 -7.1042148 -7.1048043000000005 -6.7551705 -10.276853 -1.9245698 -10.251658 +28 0.099547803 -9.2355104 -3.0496432999999996 1.1290091 -1.0662188999999997 -1.6745702 -1.8039792000000001 -4.0695109 -7.391722099999999 -7.0415225999999995 -10.565612 -1.9438685000000002 -10.540455999999999 +29 0.12440771 -4.9511821 0.60561234 1.0606008 -0.97070567 -1.5858968999999998 -1.7154962 -3.0451109 -3.045317 -6.0623794 -9.575523800000001 -1.8375692 -9.5504532 +30 0.12454862 -4.9512289 0.60549724 1.0605982 -0.97055851 -1.5858181 -1.715425 -3.0451582999999998 -3.0453519 -2.7404852 -8.5006931 -1.8374936999999998 -6.0152377999999995 +31 -0.36945788 -0.27602388 -3.454045 -3.2505841 3.4342214999999996 2.0637215 1.217751 -0.25997306 -0.2595533 -0.20584418 -1.0956253 0.26628413 -1.0947786 +32 1.6539078999999999 1.0740154 -4.5668096 -0.34312294 0.06432994 -0.39229776 -0.46904935 0.8987975 0.89858431 0.64943482 1.8948044999999998 -0.34960435 1.9033186999999998 +33 3.8697421999999997 2.3863868999999998 -4.8995263 -0.3508024 5.157305 -0.86893814 -1.061146 1.8988916 1.8983275000000002 1.2249767 2.4160793 -1.1358207 2.4441952999999996 +34 4.4736456 2.7566492 -4.921949 -0.20842964 5.4216598 2.492307 -1.9986596999999997 2.1323675 2.1316905 1.3347402 2.4767419 -2.2515303 2.5084042999999996 +35 1.5199354999999999 1.3668241 0.32936959 -0.067234179 1.7339712999999999 0.60630451 0.32734776 -2.2750759 -2.282419 -2.0102034 -5.1304034000000005 0.061607965 -5.105573400000001 +36 0.11797616 -5.4943872 -4.394396599999999 1.1090084999999998 -1.0268765 -1.6365763999999998 -1.7655604999999999 -3.6552773000000003 -6.978002 -6.6286223 -10.149042 -1.897116 -10.123861999999999 +37 0.017322161000000003 0.058725934 0.94848243 -0.023174025 0.04252115 0.021969824 0.016474968 0.077135861 0.076902052 -3.2621450000000003 -6.6349524 0.006003414 -6.611898599999999 +38 0.0083160496 0.034776972999999996 0.22432342 -0.0094436363 0.01863592 0.00040465225 -0.0023945853 0.035319242 0.035318214 0.027574711000000002 -2.4122525 -0.0019056698 0.13099108 +39 0.63686672 0.39090618 -0.62110648 -3.5132519999999996 1.6094913 0.74801935 0.52126918 0.33692897 0.33728442 0.25746429 1.0960451 0.1507976 1.0918136 +40 3.7569614999999996 2.316027 -1.3905322 -3.6933519999999995 5.739632299999999 -0.76623691 -0.96431663 1.8535641 1.8530263999999999 1.2025858999999999 2.4026867999999997 -1.0278228 2.4300546 +41 4.468167 2.7532447 -1.4372306000000001 -3.5323699 5.7504857000000005 2.5511213 -1.9923993999999998 2.1314877 2.1308121 1.3343459999999998 2.4765422000000004 -2.2443834 2.5081905 +42 0.31714334 1.1992292 1.591011 -3.4989834 4.7805957 2.3809305 1.2822417 -2.3706362999999997 -2.3724830000000003 -2.0932733 -5.2367 0.27139646 -5.2149619000000005 +43 -1.193016 -5.3211174 -2.5275699 -2.1748042 1.04839 0.51949793 0.38617849 -3.5434427000000004 -6.8688189 -6.5198127999999995 -10.039197 0.12306972 -10.013893 +44 -0.28631169 -0.1261394 2.351315 -3.3520867999999995 3.7184703000000003 2.1518219 1.2381886999999998 0.025282263 0.026463622000000003 -3.3006161 -6.676878599999999 0.2680042 -6.6547681 +45 -0.28709692 -0.12757745 2.3229718999999998 -3.350081 3.7139267999999994 2.1489119999999997 1.2375147 0.021474947999999997 0.022503035 0.01821932 -2.4436399 0.26794594 0.09406385800000001 +46 4.623488200000001 2.8505957000000004 -1.4467981 -0.16336303 1.8901534 -2.4005445 -2.6041427 2.1886877 2.1879932 1.3598318 2.4895497000000004 -2.9338456 2.52199 +47 4.577807 2.8217052000000002 -1.4443629 -0.17780331 1.8786993000000003 0.74953331 -2.3469243 2.1719121 2.1712233 1.3524156 2.4858057999999996 -2.6473656 2.5180161 +48 1.6166163999999998 -0.75954427 0.45072507 0.64607138 -0.87693201 -1.7116068 -1.9070215 -4.0122994 -4.0174549 -3.6902288999999997 -7.108836900000001 -2.138444 -7.0829394 +49 0.59890696 -5.6658946 -2.7354205 1.0715709999999998 -2.2708928 -2.9290618999999998 -3.0892022999999997 -3.7263068999999995 -7.048288400000001 -6.6986984 -10.219761 -3.4288492999999995 -10.19464 +50 1.6835529999999999 1.1220811000000002 2.8141894 -0.39871006 0.13898231 -0.32045182 -0.40145033 1.0301048000000002 1.0299546 -2.5873912999999997 -5.8561540999999995 -0.29624312 -5.8326399 +51 1.6951561999999998 1.1258041 2.7097192000000003 -0.39728574 0.14785358 -0.32724855 -0.40865647 1.0271043 1.0269018 0.73259835 -0.71697326 -0.30247895 2.0099886000000002 +52 4.652178 2.8691444 -1.4470537 -0.15371302 5.4669127 -0.81228628 -3.0919243 2.199309 2.1986081000000004 1.3644986000000001 2.4918814 -3.4660849000000002 2.5244691 +53 1.5558381000000001 -1.1045761 0.23775513 0.70157588 0.91177926 -3.1201297 -3.3102475 -4.2970234000000005 -4.2980273 -3.9657866000000004 -7.404696 -3.6883567999999998 -7.3795493 +54 0.62955628 -5.6816877 -2.7435788 1.0691019 -0.45892171 -4.249707900000001 -4.4153887 -3.7336677000000003 -7.0555758 -6.7059625999999986 -10.227088 -4.8301888 -10.201975 +55 3.9237985 2.4363507 3.2117541000000003 -0.35094565 5.198586 -0.85768833 -1.0504867 1.9725311999999997 1.9719548999999998 -2.0612790000000003 -5.197441099999999 -1.1239507 -5.1731629 +56 3.9206953999999996 2.4317227999999997 3.0207745999999998 -0.35101226 5.1963681 -0.86096998 -1.053757 1.9649093999999998 1.9643181 1.2569979 -0.34989822 -1.1277316000000002 2.4626862999999997 +57 1.569033 -1.0245649 0.28770313 0.6885649 0.94038332 0.012368941999999999 -2.6334552 -4.2312423 -4.2332007 -3.9020409 -7.3366219 -2.9611007000000003 -7.311310099999999 +58 0.6158294 -5.6745897 -2.7398238999999998 1.0702107 -0.47428821 -1.1843283000000002 -3.3193036 -3.7303528 -7.0523052999999996 -6.7027037 -10.223802000000001 -3.6878212 -10.198684 +59 4.5267887 2.8084683 3.305256 -0.19353166 5.4365122 2.4982219 -1.9980041000000002 2.1935279 2.1928471000000003 -1.9599422999999998 -5.0627557 -2.2507818 -5.038228500000001 +60 4.520300700000001 2.8017496 3.095184 -0.19579321 5.4349125 2.4951002 -1.9983538 2.185854 2.1851535 1.3585973999999998 -0.30486395 -2.2511811 2.5203449 +61 0.21656439 -6.9283548999999995 -5.5862992 1.2283712 -1.048071 -1.6615471999999998 -1.7913465 -7.205580900000001 -10.528642 -10.176386 -13.710385 -1.9299681 -13.685157 +62 1.5455917 1.4000771 1.6519261000000003 -0.08499848900000001 1.7843473 0.64105077 0.35647319 -2.2325017999999996 -2.2408287999999996 -5.2929605 -8.790881599999999 0.073749291 -8.7653873 +63 1.5502211000000001 1.4007615 1.6519092 -0.082830558 1.7871918999999998 0.63980575 0.3543521 -2.2321182999999998 -2.2405904 -1.9708313000000002 -7.5408855 0.072501489 -5.0539391 +64 0.11947078 -5.4734667 -2.6318877 1.1055926 -1.0218479999999999 -1.6321961 -1.7613013 -3.6346172999999995 -6.9570664 -9.929651300000002 -13.463373 -1.8921601000000003 -13.438185 +65 0.11954345 -5.4734784 -2.6318731 1.1055882 -1.0217690000000001 -1.6321313 -1.7612393 -3.6346254 -6.957066 -6.607723 -12.587453 -1.8920898999999998 -10.102775999999999 +66 0.057658892 0.12030495 2.4451694 -0.08541899300000001 0.15061395 0.10853558 0.092769096 0.22023038 0.22066738 -3.1523107000000006 -8.9723987 0.036688507 -6.4889969 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1118296 1.1952222 -0.71837869 -0.24726371 -0.89981316 -1.1934902 -1.2244308000000002 0.83518482 0.83499748 0.58176192 1.2545962 -1.0444983 1.26749 +2 -0.080377843 -2.5810397999999997 1.839011 0.3478233 -0.44858791 -1.0045072 -1.1000682 -0.34885943 -0.34922614 -0.27208613 -1.3669808 -0.9860944 -1.3556324 +3 0.020886633999999998 0.068919902 -3.0451877 0.082238987 -0.06455229900000001 -0.09702443699999999 -0.095062324 -0.14857332 -0.14853741 -0.11353945 -0.49768556 -0.042198819000000005 -0.49709336 +4 -0.29365452 -0.20161252 0.070674344 -3.2838540999999997 3.6295807 2.0677686 1.1651543 -0.1247982 -0.12464581 -0.094780592 -0.39930343 0.23729403 -0.40095793 +5 1.5639709 0.99886111 -0.56115004 -0.28638591 -0.075585865 -0.48738032 -0.54872189 0.69543572 0.69545114 0.49205831 1.1440059 -0.37752651 1.1533432 +6 3.8812742 2.4051172000000003 -0.87215724 -0.28323304 5.096956400000001 -0.94154535 -1.1297171 1.7011328999999997 1.7007903000000002 1.0681641000000002 1.6586903000000002 -1.1628195 1.6877461999999999 +7 4.5136973 2.8065799 -0.90469462 -0.12382457 5.3634013 2.4196928 -2.0692554 1.9450939999999999 1.9446293000000001 1.1818577 1.7206656000000002 -2.2818325 1.7533892 +8 0.97493806 1.4079412 1.6257318 -0.30033562 1.383973 0.67997176 0.48233457 -2.2496082000000004 -2.2539626 -1.9450294999999997 -5.5749773000000005 0.1328244 -5.551051 +9 0.15148835 -4.645199 -2.2650829 1.1268662 -1.0124646000000002 -1.6386252000000001 -1.7651192999999998 -3.0640490000000002 -6.3855466 -5.988299 -10.094342 -1.8429041000000002 -10.068653999999999 +10 0.28467383 0.45784847 2.9642272999999997 -0.54880841 0.89324386 0.59196023 0.46646672 1.1159853000000002 1.1157931 -2.5683759999999998 -6.394186799999999 0.13672532 -6.3697515 +11 0.25584492 0.41602055 2.759521 -0.49699441 0.80519944 0.53031558 0.42262724 1.0141031999999999 1.0139726999999998 0.69290689 -1.3629745 0.12702709 1.3889046999999999 +12 -1.4530227 -2.0262747 1.7381057 0.38095358 -1.8886181 -2.5698362 -2.7254287 -0.30820426 -0.30852301 -0.23967861 -1.1884703 -2.9838329 -1.1784926000000002 +13 -1.0050341999999999 1.3261319 -4.1044215 -0.23347995 -0.804232 -1.1699016000000002 -1.2162316999999998 0.87980262 0.87953406 0.60975965 1.2860495 -1.0554763999999999 1.3000167999999999 +14 -3.1900645 -0.25855849 0.1174685 -3.1909853999999997 -0.0040526485 0.014470691 0.016499286999999998 -0.16033168 -0.16043905 -0.12308058 -0.55330532 0.0075005474 -0.55033175 +15 1.5654709999999998 3.2748631 -1.1156888 0.16302262 -0.48162705 -1.3229881000000001 -1.5045614999999999 2.1970931 2.1967312000000003 1.2889115 1.7723471999999998 -1.6056424999999999 1.8081732 +16 2.0895818999999998 3.7920681000000003 -1.1058249 0.53176203 1.7068675 -2.5618623 -2.7607939999999997 2.4236598 2.4231643 1.3758819 1.8095462 -3.0586022 1.8479493000000002 +17 2.0087324 3.7069796999999998 -1.1048014 0.46702614 1.6880491999999998 0.57759906 -2.4495779 2.3897486 2.3892671 1.3633899999999999 1.8044112 -2.7132837000000003 1.8424553 +18 -0.50668209 1.9411109 1.8630247 -0.33820314 -0.17871463 -0.70498356 -0.79223233 -1.9080261000000003 -1.9090871999999999 -1.6247844 -5.0988163 -0.63688661 -5.075125 +19 -1.6591513999999998 -4.3601305 -2.1157812000000003 1.2017186000000002 -2.9250529999999997 -3.5814697 -3.7372364 -2.9097949 -6.2307878 -5.8341129 -9.9371349 -4.0754437999999995 -9.9115088 +20 -0.91127126 1.4926354 3.1857453 -0.57651385 -0.3525153 -0.77384484 -0.83485331 1.5941273999999999 1.5937723999999998 -2.3069528999999998 -6.064394 -0.64559745 -6.039510400000001 +21 -0.93068518 1.4573426999999999 2.9284698 -0.54291963 -0.40749375 -0.82279763 -0.87910769 1.5076456 1.5073493 0.97064239 -1.1743643999999998 -0.68722737 1.6224802 +22 0.16173369 -3.6776315000000004 -0.37599019 0.97769511 -0.84881483 -1.4912458999999998 -1.6192221000000002 -1.9267912 -1.9273006000000001 -1.6421788 -5.1272481 -1.6673243999999998 -5.1024705 +23 -1.1153021 -2.9953465 1.8499762 -2.9259686 2.0046546000000003 1.1984037 0.83780902 -0.39649642 -0.39684813 -0.31013052 -1.5705873 0.200675 -1.5584421999999998 +24 0.96554793 -2.2972973 1.8123671000000001 0.2680875 -1.1427241000000001 -1.8428289 -1.9961332999999999 -0.32193791 -0.32227907 -0.25061086 -1.248901 -2.1515487 -1.2384503 +25 1.0972731000000002 -2.2756540000000003 1.8099349999999998 0.25670044 0.89894928 -3.0925043 -3.2596974999999997 -0.3201743 -0.32050738 -0.24920112 -1.2411047 -3.5749545 -1.2307184 +26 1.0779826000000001 -2.2789153 1.8102817 0.2583842 0.8760036 0.0166281 -2.6638290000000002 -0.32045501 -0.32078982 -0.24942565 -1.2423427 -2.9387993 -1.2319475 +27 0.23767381 -5.7763243 -1.5921323 1.2258299 -1.0255009 -1.6595117 -1.7879048 -6.3058287 -6.3050892 -5.9081064 -10.012592 -1.8737054 -9.986961599999999 +28 0.11600896 -8.5955157 -2.8546746 1.1810097 -1.1042938999999998 -1.725507 -1.8522715 -3.6826369 -7.0040906000000005 -6.6049166 -10.720064 -1.9482831000000003 -10.694352 +29 -0.052273468 -2.2273238999999996 2.4853562 0.099847876 -0.16125221 -0.78239118 -0.89230191 0.16839819 0.16800421 -3.1977027000000002 -7.1396507 -0.76597311 -7.1142512 +30 -0.049670365 -2.2433455 2.4512623 0.11236715 -0.17159916 -0.79568642 -0.9049555 0.14286976 0.1423733 0.1054069 -2.2746148999999996 -0.77938076 0.34163302 +31 -0.32002227 -0.18349517 -2.9471893 -3.1889811000000003 3.4420176 2.0100555 1.1517763 -0.34797779 -0.34761614 -0.26921746 -1.3177427 0.23616293 -1.3183337 +32 1.6542009999999998 1.0994409 -3.8417295 -0.25881666 -0.020241721 -0.48328469 -0.55565758 0.70059552 0.70053201 0.49529647 1.1476692 -0.39272174 1.1573187 +33 3.8849157 2.4184727 -4.2003471 -0.26844452 5.0880410000000005 -0.94383379 -1.1325701000000001 1.6892363999999997 1.6888534 1.0622978 1.6551293999999999 -1.1669657 1.6840386000000003 +34 4.4979876 2.7955742000000003 -4.2397788 -0.12315772 5.356941099999999 2.4183034 -2.0694103 1.9245811999999998 1.9240867 1.1726433 1.7158616999999998 -2.2820327999999996 1.7483298999999999 +35 1.1787613000000001 1.4411835 0.21752843 -0.16475645 1.4609758999999998 0.59047288 0.37419479 -2.3628521 -2.369391 -2.0537229999999997 -5.7268574 0.095994013 -5.7023486 +36 0.14868819 -4.8361652 -4.3732668 1.1686229 -1.0581246000000002 -1.6795851000000002 -1.805407 -3.2511964 -6.573748599999999 -6.175978099999999 -10.285383 -1.8905935 -10.259530999999999 +37 0.13381112 0.28937139 0.72484711 -0.11469754 0.26261628 0.13737858 0.10506892 0.32235281 0.3221187 -3.0854952 -7.009637700000001 0.035261176 -6.9855042 +38 0.087726985 0.20159251 0.047167049 -0.047249354 0.1423385 0.05398864 0.036311325 0.15206376 0.15208762 0.11347302 -2.2384022999999997 0.010968911999999999 0.37804468 +39 0.66372685 0.40912762 -0.37091413 -3.4872172 1.5751778 0.69166806 0.46374147 0.2643448 0.26470523 0.1960103 0.6137114 0.12365157 0.61314244 +40 3.7789660000000005 2.3400042 -0.8629002 -3.6241742999999995 5.674831299999999 -0.84028603 -1.0349979 1.6592653999999998 1.6589481 1.0476290000000001 1.6465644 -1.0582256 1.6749352 +41 4.5071154 2.8021151 -0.90377646 -3.447836 5.6855923 2.477054 -2.0631562 1.9425194 1.9420552 1.18071 1.7200788 -2.2748947999999998 1.7527671999999999 +42 0.29472506 1.11185 1.5092403 -3.6083226 4.8973242 2.349802 1.2193558999999998 -2.43878 -2.4404174 -2.1193191000000002 -5.8140718 0.241542 -5.7914463 +43 -1.1597654 -4.5063019 -2.1864301 -2.1565128 1.0681056999999998 0.50830536 0.36580625 -2.9790494 -6.3034572 -5.9066745 -10.011339 0.1065938 -9.9855105 +44 0.062830912 0.31784843 2.9356854 -3.8535255 4.9288553 2.3592844 1.2210476000000001 1.0557773000000001 1.055655 -2.6039458 -6.4377747 0.24169353 -6.4135334 +45 0.027385821 0.27160261 2.736014 -3.8001886 4.8422683 2.3418077 1.2181283 0.95110924 0.95105845 0.65462768 -1.3954521999999998 0.24147205 1.3493011000000001 +46 4.666119200000001 2.9077968 -0.9146686 -0.072949531 1.8301565 -2.4685267000000004 -2.6675958 2.0023592 2.0018736 1.2070787 1.7333311999999998 -2.955282 1.766837 +47 4.619408999999999 2.8767397999999997 -0.91196344 -0.089020308 1.8190137 0.68271485 -2.415209 1.9849849999999998 1.9845058999999998 1.1994858999999998 1.7295580000000002 -2.6747473 1.762829 +48 2.4837187000000003 1.3311061000000002 1.5747973999999998 -0.22826266 0.64837602 -0.30331362 -0.50295637 -2.314816 -2.3214517999999997 -2.0100738000000002 -5.6688816 -0.47483206 -5.6423041 +49 0.6535642 -4.8517129 -2.3641908 1.0952421 -2.2449318 -2.9195566000000004 -3.0777996 -3.1678859 -6.4888377 -6.0911445 -10.198925 -3.3713803999999996 -10.173297999999999 +50 1.8532959 1.3470569 3.1503255 -0.63652629 0.4709496 -0.11536098 -0.22292788 1.5262095 1.5259336000000001 -2.3415722000000003 -6.1087386 -0.16158233 -6.084156299999999 +51 1.82713 1.3107745000000002 2.9068432 -0.6022801 0.42140441 -0.15656116 -0.25823788 1.4385472 1.4383445 0.93440184 -1.1946277 -0.18221358 1.5968956 +52 4.6979282 2.9286961 -0.9145888 -0.061763725 5.407002200000001 -0.88536753 -3.1619620999999998 2.0139092 2.0134168999999997 1.2120943000000002 1.7357984 -3.4957477999999997 1.7694616 +53 2.6707692 0.87755423 1.3793115 -0.17522783 3.3496672999999997 -1.5363208000000002 -1.7336941000000003 -2.618566 -2.620319 -2.2917064 -6.0453817 -1.8928002 -6.0197891 +54 0.68642261 -4.869186599999999 -2.3722706000000002 1.0928616000000002 -0.42544992 -4.238841900000001 -4.4029153 -3.1764202999999998 -6.4972877 -6.099554299999999 -10.207466 -4.7757012 -10.181849 +55 4.2417163 2.7471747000000004 3.4363381 -0.2345407 5.2927611 -0.9020022 -1.0938427 2.1518456 2.1513880000000003 -2.051507 -5.7243644 -1.1248132 -5.699348400000001 +56 4.1940945 2.6985807 3.1510777 -0.24853386 5.275790799999999 -0.90774858 -1.099246 2.0949144 2.0944909 1.2468111000000002 -1.0456604999999999 -1.1307267 1.7864891 +57 2.6824949 0.84418002 1.3656595 -0.17558235 3.3669945 1.7242271 -2.1650397 -2.6405051 -2.6414828999999997 -2.3116695 -6.0710429 -2.3918928 -6.045649099999999 +58 0.67227964 -4.8616697 -2.368824 1.0938911 -0.44120349 -1.1716726 -3.3315375 -3.1727548999999997 -6.4936706 -6.0959557 -10.203812 -3.6569909 -10.178189999999999 +59 4.854468700000001 3.1507560000000003 3.5123604 0.015356942 5.4316442 2.4354812000000003 -2.0675285 2.3073914 2.3068792 -1.9897093000000001 -5.6390252 -2.2798982999999997 -5.6138623 +60 4.8073902 3.1005596 3.2204106 -0.009938015 5.4251597 2.4314819 -2.0679713 2.2605511000000003 2.2600549 1.3140326999999998 -1.0205011 -2.2803969 1.8190966 +61 0.23647915 -6.6943951 -5.7325612999999995 1.3040462 -1.1068333000000001 -1.7300874 -1.8566907 -7.2226878 -10.545461999999999 -10.143125 -14.273882 -1.9541583999999999 -14.247998999999998 +62 0.9705088 1.4053886999999998 1.6233182 -0.29995 1.3785211000000002 0.6767433 0.48005362 -2.2514933999999998 -2.2558042 -5.2686805 -9.3569315 0.13230825 -9.331970199999999 +63 0.97470583 1.4076768 1.6244812 -0.30025223 1.3836164 0.67983573 0.48225739 -2.2499588 -2.2541522 -1.9452060000000002 -8.038855400000001 0.13281012 -5.552527400000001 +64 0.15133991 -4.6451529 -2.2649992 1.1268621 -1.0126126 -1.6387365000000003 -1.765222 -3.0640098 -6.3855237 -9.310203999999999 -13.439662 -1.8430157 -13.413941000000001 +65 0.15149039 -4.6451289000000004 -2.2649642000000005 1.1268607 -1.0124568 -1.6386182 -1.7651124 -3.0639988999999996 -6.385477 -5.9882295999999995 -12.553887 -1.8428959999999999 -10.068636999999999 +66 0.28493047 0.4581086 2.9667963 -0.54958662 0.89437844 0.59273207 0.46702934 1.1171891 1.1170015 -2.5676656 -8.855128 0.13684905 -6.3695731 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1961131 1.1233728 -0.24218426 -0.081392815 -1.167615 -1.3539301000000001 -1.3311648999999999 0.45861507 0.45843016 0.28543936 0.31469658 -0.9392594 0.324907 +2 -0.68514918 -2.8328712000000005 0.4243144 0.24145682 -0.97305866 -1.1268189 -1.0930305 -0.35660384 -0.35677186 -0.24544999 -0.43908107 -0.66510035 -0.44470467 +3 0.053674686 0.19931469 -2.6426831 0.32251759 -0.28559227 -0.30980874 -0.2776294 -0.48576954 -0.48598886 -0.33873294 -0.67262461 -0.097395152 -0.67990383 +4 -0.19893394 -0.14063712 0.0023710107 -3.3066062999999994 4.010195700000001 1.9489888 0.94012315 -0.051600318 -0.051534362 -0.034079899 -0.047722425 0.15181762 -0.049118882 +5 1.5260112 0.99537696 -0.1066686 -0.15614901 -0.284257 -0.64816441 -0.67025587 0.42518704 0.42514124 0.26607706 0.29844909 -0.35548432 0.30764104 +6 3.9842157999999994 2.5109958 -0.085226435 0.026763158999999998 4.8326159 -1.2283781 -1.3745398000000002 1.2306325 1.2302528999999998 0.68638579 0.58728014 -1.2306339 0.61090221 +7 4.6543028 2.9654052 -0.059316138 0.25305901 5.042528099999999 2.1212909 -2.3314923 1.4512986 1.4507895 0.78207089 0.63428177 -2.3694297000000004 0.66092371 +8 0.71955478 1.3951109 1.9919303 -0.45169571 1.2937589 0.6739584 0.44843415 -2.2616414000000002 -2.2648224 -1.8133576 -5.7408971 0.09298567 -5.7262193 +9 0.21757055 -1.4602169 -0.037621323 0.51336884 -0.31549049 -0.95551663 -1.0420198 -0.65668369 -3.9795209000000002 -3.4282163 -7.9798444 -0.75845398 -7.9628333 +10 0.38399934 0.34502597 3.2402213 -1.2105368 1.7976343999999997 1.0428954 0.6558058 1.6333986 1.6327751 -2.4670127999999996 -6.764518400000001 0.1231529 -6.7477833 +11 0.30892031 0.28844088 2.7423437 -0.99499963 1.4504034 0.86571019 0.57134146 1.4107372999999999 1.4102471 0.76513765 -2.1716337 0.11258952 0.65156423 +12 -1.7516216 -1.6891968999999998 0.38435458 0.22065199 -2.0445033 -2.4412494 -2.4838400000000003 -0.25307803 -0.25320566 -0.17231463 -0.28559056 -2.4305898999999997 -0.28975155 +13 -1.0140615 1.3578501 -3.0633357000000005 0.074176965 -1.1406243 -1.458621 -1.463075 0.31825764 0.31784842 0.20115572 0.23382122 -1.1256567 0.24165952 +14 -3.2160664 -0.3205826 -0.017455755 -3.1998191000000005 -0.018996865 -0.0086501903 -0.0053114396 -0.12985042 -0.12990892 -0.087163218 -0.13230814 -0.0011304575999999998 -0.13470765 +15 1.6382409 3.3684564 -0.31923295 0.53050328 -0.80001132 -1.5941846000000002 -1.7345462999999999 1.6187756000000002 1.6183295 0.84941518 0.66471551 -1.6574338 0.6932708 +16 2.1777737999999998 3.9316980000000004 -0.26835903 0.95000027 1.3578158 -2.8630737 -3.0203471 1.8308598999999999 1.8302683000000002 0.92786861 0.69703405 -3.1442869 0.72789852 +17 2.0904026 3.832951 -0.27071329 0.87224786 1.3465228999999999 0.28288321 -2.7089857000000004 1.7971475 1.7965727999999999 0.91587339 0.69226033 -2.7980519 0.72278228 +18 -0.45306086 2.1673915 2.1587033 -0.22569519 -0.24421955 -0.81329609 -0.88094633 -2.0103298 -2.0122294999999997 -1.5874284 -5.3077677 -0.57547755 -5.293299299999999 +19 -1.2721271 -1.138696 0.10086368 0.45682892 -1.7971143 -2.5294084999999997 -2.6699629000000002 -0.49639921 -3.8181073 -3.2720601 -7.795040400000001 -2.7410623 -7.7782315 +20 -0.94678783 1.3713159 3.3044462999999995 -0.8561938 -0.10005082 -0.57197559 -0.61747315 1.7250877 1.7244677 -2.4323571 -6.715944599999999 -0.32973576 -6.6992267000000005 +21 -1.000268 1.3195298999999998 2.7923103 -0.72733553 -0.29234236 -0.70447563 -0.73180092 1.5382175 1.5377124 0.81760672 -2.1516516 -0.40575049 0.67741302 +22 0.13838893 -2.6958392000000004 -1.2508861 1.0271741 -0.93379268 -1.5381068000000002 -1.6219992 -1.4153841999999999 -1.4160371 -1.072792 -3.9540061 -1.4344956 -3.9414304 +23 -1.1466087 -3.1576096000000002 0.42380756 -3.0628136 2.2096592999999998 1.2834164 0.75845334 -0.37879791 -0.37895954 -0.26126707 -0.47489318 0.13496751 -0.48095643 +24 0.57665517 -2.0096806000000003 0.40588559 0.14713942 -1.4344578000000001 -1.8358589 -1.8724223999999998 -0.28726765 -0.28740505 -0.19628987 -0.33327686 -1.6825980999999999 -0.33797051 +25 1.18046 -1.7179236 0.39958506 0.08936643699999999 1.1995391000000002 -2.7699435 -2.8498706 -0.25138668 -0.25150579 -0.17112327 -0.2832391 -2.8891998 -0.28738407 +26 1.267383 -1.6782112 0.39815198 0.079271275 1.3115006999999999 0.49458554 -2.6347035 -0.24633241 -0.24644939 -0.16759236 -0.27640975 -2.6951442 -0.28047844 +27 -0.08586591800000001 -1.934123 1.4463290000000002 -0.14851643 0.064100783 -0.54674695 -0.62384169 -3.0595842999999996 -3.0603114 -2.5490007 -6.8774395 -0.35572836 -6.8608692 +28 0.071407531 -6.0856892 -1.131752 1.1008866000000002 -1.0791035 -1.7005265 -1.7938391 -1.8951988999999998 -5.2164565000000005 -4.6384869 -9.3237525 -1.6599457999999998 -9.3067493 +29 -0.78562853 -2.4141277999999997 3.1714176 -1.4859334 0.75657557 0.21942486 0.11295492 1.5295927 1.5289341 -2.5079722999999996 -6.8215086 0.020221573 -6.8046007 +30 -0.78209296 -2.4561900000000003 2.704281 -1.146946 0.38945818 -0.036669617 -0.09021899300000001 1.275643 1.2750978000000002 0.70642362 -2.1957174999999998 -0.040285046 0.6206381 +31 -0.23956299 0.0013939801999999998 -2.6506043 -2.9638282000000005 3.3830822 1.7922324 0.90867597 -0.61540062 -0.61543796 -0.43405633 -0.96185782 0.1492908 -0.97201767 +32 1.6462721000000002 1.1435861999999999 -2.833914 0.037517088 -0.3487579 -0.7650118 -0.79573642 0.17484363 0.17460277 0.11249984 0.14000403 -0.46213325 0.14440071 +33 3.9023413000000002 2.464269 -2.8561819 0.065981229 4.7464938 -1.2460518999999999 -1.392109 1.0789107 1.0784046 0.61548816 0.54827435 -1.2512961 0.56979823 +34 4.5292955 2.8547211 -2.8415565 0.22552194 5.007274 2.1142766 -2.3322639 1.3073751 1.3067601999999998 0.72036976 0.60414932 -2.3703501 0.62902955 +35 0.80788242 1.3936339 -0.66273856 0.0473868 0.82676694 0.2370781 0.11557881 -2.9088251 -2.9143928 -2.4114394 -6.6852601 0.01833481 -6.669603200000001 +36 0.17850686 -3.5841241999999998 -5.070115599999999 1.4321674 -1.3095267 -1.8874171999999998 -1.9709456000000003 -2.7034341 -6.026192 -5.4401985999999996 -10.166917999999999 -1.8613568 -10.149371 +37 0.16934287 0.39950417 -0.42401875 0.069829643 0.10585576 -0.029647978999999998 -0.044074527 0.028347353999999998 0.027904854 -3.3039815000000003 -7.8322955 -0.016535994 -7.816222 +38 0.13643907 0.34338651 -0.82306648 0.13362025 0.00253322 -0.10612456 -0.10545846 -0.10501332 -0.105268 -0.070672943 -2.7970488999999996 -0.03549482 -0.11269699 +39 0.77860599 0.51689642 -0.10208181 -3.4288943999999995 1.3916496999999999 0.47755355 0.26389222 0.19323673 0.19336053 0.12488368 0.15745239 0.049719519000000004 0.16124866 +40 3.9044695 2.4571853999999997 -0.086062741 -3.3168976000000003 5.3208543 -1.1454626 -1.2975033 1.203419 1.2030583000000001 0.67401592 0.5808188 -1.1461401000000002 0.60403742 +41 4.649233000000001 2.961468 -0.058980882000000005 -3.0711245 5.329681 2.1716182 -2.3261592 1.4495096 1.4490011 0.78132764 0.63393521 -2.3633938999999997 0.66055467 +42 0.43077543 1.2422319 1.9615846999999997 -3.7962467000000006 4.977201 2.1192819 0.96856854 -2.3087691 -2.3117499 -1.8556464 -5.815583 0.15394762 -5.801126200000001 +43 -0.91883731 -1.5141348999999997 -0.054598456 -2.7729951 2.1158597 1.1398278 0.69220027 -0.67637444 -4.0004534 -3.4483473 -8.003205900000001 0.12691333 -7.986364599999999 +44 0.26987946 0.26130134 3.2363082999999997 -4.5510694 5.1433313 2.1460060000000003 0.97274811 1.627604 1.6269821000000002 -2.4692472000000003 -6.7676291 0.15427453 -6.7508977 +45 0.1855605 0.19822813 2.7380988 -4.3296386 5.0752367 2.1331767000000004 0.97071768 1.4016577 1.401173 0.76130183 -2.1731368 0.15411719 0.64962093 +46 4.810951 3.0802301 -0.057211389 0.32172624 1.5034309 -2.7492707999999997 -2.9044715 1.5032261 1.5026921 0.8034019 0.64408616 -3.0140667999999997 0.67137705 +47 4.7633299000000004 3.0452631 -0.058170832 0.3003655 1.4943538 0.40576799 -2.6689527 1.4875653999999998 1.4870388 0.79701622 0.64117615 -2.7525566 0.66827341 +48 2.2589327 2.0337273000000002 2.1228342000000002 -0.29421772 0.42876707 -0.30005033 -0.41055186 -2.0577687 -2.0615153000000004 -1.6314913 -5.3979975 -0.22525723 -5.382769799999999 +49 1.1564837 -1.6521195 -0.11528046 0.49644163 -1.2164873999999999 -1.9539179 -2.0889002 -0.74839948 -4.0701867 -3.5159953 -8.0819804 -2.0674147 -8.0650777 +50 2.0029921 1.4019302 3.3066422999999996 -0.87251214 0.66307795 -0.05836954 -0.17712775 1.7284217 1.7277997 -2.4311133999999996 -6.7141516 -0.096361645 -6.697472299999999 +51 1.9177526999999999 1.3297543 2.8126292999999998 -0.76496075 0.52544643 -0.14537674 -0.24608729 1.5474052 1.5469055 0.82130481 -2.1502531000000005 -0.12502137 0.6792088 +52 4.8469262 3.1056596 -0.053914894000000005 0.33754809 5.0763509 -1.1860903999999999 -3.4217242 1.5146103000000002 1.5140688 0.80801541 0.64617026 -3.5806583 0.67360284 +53 3.4943292 2.2426265 2.1664886 -0.22631273 4.6477533 -1.2659168 -1.4133023999999998 -1.9907078999999999 -1.9926533 -1.570573 -5.274182700000001 -1.2785368000000001 -5.2585952 +54 1.2519773 -1.6878129000000002 -0.12876528 0.49477088 0.8216044 -3.226654 -3.3721504 -0.76450662 -4.086005 -3.5313046000000003 -8.0996629 -3.5168767999999995 -8.0828056 +55 4.6890541 3.1918552000000004 3.4952791 0.2510455 5.054611599999999 -1.1867288 -1.3373865 1.9639810000000002 1.9633168999999997 -2.3484217 -6.5963866 -1.1921709999999999 -6.5796285 +56 4.576387 3.0715941000000004 3.0402891 0.19046603 5.0373258000000005 -1.1923504999999999 -1.3427438999999999 1.8689842 1.8683732 0.94124035 -2.1091507000000003 -1.1980631000000002 0.73278581 +57 3.7208985 2.204889 2.1591657000000004 -0.24942669 4.839591400000001 2.0828876 -2.3356573 -2.0028379000000003 -2.0039596 -1.5805641000000001 -5.2948822 -2.3742367000000004 -5.2793289 +58 1.2332868000000001 -1.6802881999999997 -0.12589342 0.49500914 0.80052291 -0.11179462 -2.8551599999999997 -0.76108984 -4.0826428 -3.5280489 -8.0959034 -2.9561447999999997 -8.079038 +59 5.3187008 3.6897697999999997 3.5602372000000004 0.6585524 5.1160718 2.1374807999999996 -2.3297194 2.0348718 2.0341991999999998 -2.3252297000000004 -6.5628614 -2.3674828999999997 -6.5460556 +60 5.2163182 3.565747 3.1220607000000005 0.57699729 5.1110328 2.1337243 -2.3301371 1.9616064999999998 1.9609623999999999 0.97272591 -2.0992637000000003 -2.3679549 0.74575296 +61 0.23131581 -5.899595400000001 -5.2708699 1.6000136999999999 -1.4274167 -2.0035108 -2.0883071 -7.1235266 -10.446259 -9.849311 -14.626755 -2.0059261000000004 -14.609293 +62 0.7172824 1.3939761999999998 1.9938405 -0.45255082 1.292114 0.67288623 0.44774799 -2.261409 -2.2645307999999997 -5.135023 -9.8479926 0.092870453 -9.8313196 +63 0.71970618 1.3953228000000002 1.9939409 -0.4523248 1.2946623 0.67449959 0.44876334 -2.2610175 -2.2640298 -1.8126421000000001 -8.207165700000001 0.09303927099999999 -5.7272977 +64 0.21565974 -1.4574347 -0.03416191 0.51183182 -0.31588709 -0.95544506 -1.0417929 -0.65407363 -3.9769042999999997 -6.7476137000000005 -11.506103 -0.7579434 -11.488761 +65 0.21797042 -1.4576793 -0.034481718 0.51214115 -0.31377833 -0.95421687 -1.0408102 -0.65431895 -3.9771089999999996 -3.4258839999999995 -10.438284 -0.75725589 -7.9606107999999995 +66 0.38611277 0.34625664 3.255462 -1.2173386 1.8084957 1.0480166 0.6580951 1.6396808 1.6390554 -2.4645975 -9.224604300000001 0.12342423 -6.745588799999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1855966999999998 1.1295621 -0.24507733 -0.084267235 -1.1531528999999998 -1.3441809999999998 -1.324971 0.46257327 0.46238971 0.28829175 0.31966936 -0.94552592 0.32995366 +2 -0.67476202 -2.8277481 0.42763481 0.24161063 -0.96187691 -1.1223268 -1.0925526 -0.3554765 -0.35564309 -0.24501911 -0.44226069 -0.67608376 -0.44780209 +3 0.053056732 0.19962276 -2.6537865000000003 0.32257267 -0.28608674 -0.31309495 -0.28230534 -0.4849887 -0.48521114 -0.33867488 -0.67929427 -0.10134209 -0.68641939 +4 -0.1971656 -0.13870227 0.0010849525 -3.3070564 4.0054856 1.9617203999999997 0.95416828 -0.051450974000000003 -0.051382977 -0.034030426 -0.04802073 0.156078 -0.04942282 +5 1.5297748 0.9970718 -0.10858586 -0.15837136 -0.27552282 -0.6398947 -0.6644783 0.42661788 0.42657399 0.26741666 0.30200285 -0.35780236 0.31121494 +6 3.9906129 2.5131891 -0.089013732 0.020065593 4.8486711 -1.2110745 -1.3601074 1.2343435 1.2339698000000001 0.68954808 0.59311181 -1.2269155 0.61681244 +7 4.6641713 2.9695587000000003 -0.063537821 0.24650202 5.0612554 2.1391028 -2.3165054 1.456505 1.4560018 0.78598165 0.64054864 -2.3651085 0.66729307 +8 0.71949003 1.3958753000000002 1.99952 -0.45750549 1.2987790000000001 0.68193689 0.45715855 -2.2570851000000003 -2.2602411 -1.8109258999999998 -5.7383106 0.096272997 -5.7235023 +9 0.22672514 -1.456523 -0.029952721 0.50923491 -0.30122839 -0.94245316 -1.0318621 -0.65214729 -3.974967 -3.4259722000000004 -7.9760710999999995 -0.75929322 -7.9589362999999995 +10 0.37920129 0.34090937 3.2491123 -1.2176287000000001 1.7976556000000001 1.0490351 0.66522922 1.6390931 1.6384766 -2.4628563999999997 -6.758627799999999 0.12680021 -6.7417667 +11 0.30466596 0.28485578 2.7486255 -0.99977622 1.4490413 0.87021536 0.57913058 1.4147907 1.4143077 0.76854923 -2.165504 0.11593496 0.65767281 +12 -1.7332929 -1.6818484 0.38686208 0.22004007 -2.0243213 -2.4265977999999997 -2.4732263999999997 -0.25156273 -0.2516882 -0.17152144 -0.28662998 -2.4326204 -0.29073227 +13 -1.0052017 1.362563 -3.0802223 0.070813076 -1.1273677 -1.4518453000000002 -1.4603711000000001 0.32321184 0.32280297 0.20453984 0.23909092 -1.137413 0.24702694 +14 -3.214492 -0.31869226 -0.01700189 -3.1999896 -0.017426498999999998 -0.0078381817 -0.0047321174 -0.12921193 -0.12927074 -0.086870402 -0.13299881 -0.0009902924199999999 -0.13536859 +15 1.6476210999999998 3.3719992 -0.32439328 0.52316783 -0.78196073 -1.5771853999999998 -1.7203718000000001 1.6241725 1.6237325 0.85345229 0.6710648 -1.6539374 0.69972657 +16 2.1886028 3.9361346 -0.2736471 0.94297107 1.3768688999999998 -2.845253 -3.0054098 1.837027 1.8364418999999998 0.9322359 0.70353857 -3.1399846 0.73451911 +17 2.1011585999999998 3.8374053999999997 -0.27598 0.86527142 1.3654298999999999 0.30059009 -2.6940547 1.8032587 1.8026904 0.9202157 0.69875302 -2.7937807 0.72939032 +18 -0.44730414 2.1696264 2.1668151 -0.23255445 -0.23069292 -0.80127429 -0.87184003 -2.0050676 -2.0069496 -1.5843403999999999 -5.3044455 -0.57676398 -5.2898362 +19 -1.2608271 -1.1356612 0.10830816 0.45279413 -1.7806012999999998 -2.5139072999999996 -2.6572971 -0.49211652 -3.8138136 -3.2700586 -7.791614200000001 -2.7392658 -7.7746807 +20 -0.9409845 1.3735595 3.3135524 -0.86303178 -0.08653669 -0.55967837 -0.60792564 1.7312195 1.7306063999999999 -2.4280180000000002 -6.709803999999999 -0.32929118 -6.6929601 +21 -0.9939309 1.3221678999999997 2.7986866000000004 -0.7327647 -0.27970676 -0.69304688 -0.72313485 1.5431158999999999 1.5426178 0.82142199 -2.1453422000000004 -0.40636444 0.68375158 +22 0.14127402 -2.6913536 -1.2407093 1.0224084 -0.9252779 -1.5304461999999999 -1.6172153 -1.4089610000000001 -1.4096064 -1.0686474 -3.9492724999999997 -1.442479 -3.9365656 +23 -1.1368177 -3.1490921000000003 0.42687543 -3.0628845 2.2180522999999996 1.2949141000000002 0.77098473 -0.37773124 -0.37789146 -0.26089778 -0.47855085 0.13903703 -0.48453017 +24 0.59158786 -2.0046616999999998 0.40869856 0.14677316 -1.4177976 -1.8241261000000002 -1.864575 -0.28615078 -0.28628633 -0.19580578 -0.33535052 -1.688406 -0.33998312 +25 1.1912336000000001 -1.7163064 0.40227475 0.08930370800000001 1.2105313999999998 -2.7595229 -2.8429168 -0.2506978 -0.25081507 -0.17090696 -0.28538788 -2.8943885 -0.28948707 +26 1.2772487 -1.6770532 0.40081379 0.079281513 1.3212736 0.50366887 -2.6223424 -0.2457165 -0.24583168 -0.16742226 -0.27858405 -2.6938022 -0.28260933 +27 -0.073546597 -1.9294601999999998 1.4537299 -0.15191746 0.080888463 -0.53163308 -0.61170863 -3.0550535 -3.0557711 -2.5467034 -6.8740698 -0.35368989 -6.857373700000001 +28 0.08428494 -6.0829828 -1.1247741000000002 1.0961940000000001 -1.0603197 -1.6831216 -1.7793736 -1.8913796000000003 -5.2126267 -4.637003 -9.3205389 -1.6562913000000001 -9.3034114 +29 -0.78159185 -2.4142718999999997 3.1807135 -1.4904084 0.76522633 0.22786629 0.12012256 1.5357758 1.5351245 -2.5036423 -6.8153692999999995 0.022394897 -6.7983366 +30 -0.77711989 -2.4553395 2.7111155 -1.1494106000000002 0.39718176 -0.029647358999999998 -0.084928226 1.2801896000000001 1.2796518999999997 0.70998615 -2.1895607000000004 -0.039430578 0.62678451 +31 -0.24067619 0.00087418728 -2.6646892999999996 -2.9645511000000004 3.3729115 1.8012786 0.92171674 -0.61545978 -0.61549514 -0.43471985 -0.97410919 0.15346195 -0.9841417 +32 1.6497035 1.1453844 -2.8487001 0.034895612 -0.34004887 -0.75784616 -0.79136491 0.17743376 0.17719374 0.1143376 0.14327957 -0.46676973 0.14772606 +33 3.908981 2.4670774 -2.873624 0.059506360999999994 4.7619280999999996 -1.2289101 -1.3778377 1.0834562 1.0829565 0.6189634 0.55421303 -1.2477704 0.57582404 +34 4.5399136 2.8597062 -2.8595412000000002 0.21934909 5.026061599999999 2.1320977 -2.3172759999999997 1.3134786 1.3128703000000002 0.7246307 0.61056614 -2.3660278999999997 0.63555849 +35 0.79508765 1.3928001 -0.65559394 0.042337824 0.81727228 0.23456492 0.11458505 -2.9062222999999996 -2.9117252000000002 -2.4108777000000003 -6.6844659 0.018314826 -6.6686856 +36 0.17864301 -3.5753608999999997 -5.0582248 1.42718 -1.3035236000000001 -1.8814832 -1.9676677 -2.695392 -6.0181372 -5.4345413 -10.159278 -1.8707512 -10.141607 +37 0.16674935 0.39844321 -0.41526209 0.067820561 0.10514498 -0.030677182 -0.045382897 0.031045195 0.030606285 -3.302175 -7.8291054 -0.017353103 -7.8128906 +38 0.1338931 0.34209883 -0.81875024 0.13261454 0.0008931019699999999 -0.10836105 -0.10816085 -0.10376344 -0.10401687 -0.069940043 -2.7960242 -0.037187466 -0.1124569 +39 0.78193537 0.51882122 -0.1045891 -3.4304721 1.405635 0.49251135 0.27684888 0.19397482 0.19410196 0.12557506 0.15955149 0.053595240999999995 0.16334249 +40 3.9121509 2.460393 -0.090006217 -3.3230809 5.3400402 -1.1275566000000001 -1.282516 1.2075607 1.2072058 0.67735984 0.586735 -1.1418183000000002 0.61003764 +41 4.6594335 2.9659042999999996 -0.06323894599999999 -3.0775136 5.3489346 2.1895336 -2.3111610000000002 1.45484 1.4543373 0.78528941 0.64022561 -2.3590597 0.66694909 +42 0.43971817 1.2460373 1.9697653000000002 -3.8015944999999998 4.9949481 2.136951 0.98352739 -2.3032895 -2.3062582000000003 -1.8523957999999998 -5.8114707 0.15827907 -5.7968869000000005 +43 -0.9078415 -1.5108691 -0.04714072 -2.7771136000000003 2.1313923 1.1556142 0.70625357 -0.67207425 -3.996143 -3.4463411 -7.9997049 0.13113555 -7.982738799999999 +44 0.26954567 0.26005884 3.2453524 -4.5574596 5.1602561 2.1635545 0.98768879 1.6335188999999999 1.6329042 -2.4650065 -6.7616201 0.15860451 -6.7447633 +45 0.18555933 0.19745645 2.7444477000000003 -4.3339489 5.0907207 2.1504952999999998 0.98562207 1.4059709999999999 1.4054938 0.76481962 -2.1669666000000003 0.15844442 0.65578153 +46 4.8213292 3.0846222 -0.061522057000000005 0.31518484 1.5223186000000002 -2.7316566000000004 -2.8897847999999997 1.5086575 1.5081293 0.80742058 0.65041125 -3.0100797999999998 0.67780795 +47 4.773584400000001 3.049603 -0.062458085999999996 0.29382816 1.513191 0.42332448 -2.6540692000000004 1.4929386 1.492418 0.80100677 0.64748602 -2.7483517999999996 0.67468822 +48 2.2641009999999997 2.0379697 2.1312888 -0.30022772 0.44283317 -0.28643521 -0.39953353 -2.051887 -2.0556106 -1.6278476999999998 -5.3934505 -0.22334566 -5.3780972 +49 1.1673372 -1.6490346000000002 -0.10792793 0.49233682 -1.2001178999999997 -1.9385359 -2.0763577 -0.74422252 -4.0659978 -3.5141104 -8.0785956 -2.0658592000000002 -8.0615686 +50 2.0028113999999997 1.4007991000000002 3.3154955999999998 -0.88087232 0.67544851 -0.045427599000000006 -0.16639423 1.7341942 1.7335793000000002 -2.4269066 -6.7081974 -0.09386314800000001 -6.691392200000001 +51 1.9177398 1.3287597 2.8188056 -0.77170686 0.5363964 -0.13341397 -0.23622992 1.5517963 1.551304 0.82492088 -2.1440153 -0.12305893 0.68545428 +52 4.85743 3.1101117 -0.058228902 0.33101913 5.0953307 -1.168226 -3.406761 1.5200926000000001 1.5195571 0.81205791 0.65250781 -3.5763629999999997 0.68004692 +53 3.5044117999999993 2.2483927 2.1752907 -0.23192635 4.664874 -1.2484662 -1.3987543 -1.9842696 -1.9862064 -1.5664441999999998 -5.2687152 -1.2747191999999998 -5.253002099999999 +54 1.2629618999999999 -1.6848361 -0.12146482 0.49066997 0.83758027 -3.2111836 -3.3595247 -0.76039141 -4.0818783 -3.5294811000000004 -8.0963437 -3.5150422999999997 -8.079362099999999 +55 4.6966816 3.1946072999999995 3.5043415 0.24271433 5.073216099999999 -1.1689268999999998 -1.3224976000000002 1.9703266 1.9696698000000001 -2.3439755 -6.590102099999999 -1.1879594999999998 -6.5732194 +56 4.5833321 3.0737277 3.0467445 0.18200582 5.055688900000001 -1.174591 -1.327893 1.8746072 1.8740038 0.94542478 -2.1026792000000003 -1.1938911 0.739332 +57 3.7321682000000003 2.2102607999999995 2.1678752 -0.25523456 4.8582474 2.1006735 -2.3206735000000003 -1.9965419999999998 -1.9976561000000002 -1.5765632 -5.2896714000000005 -2.3699187999999998 -5.2739918 +58 1.2442802 -1.6773112000000001 -0.11859091 0.49090869 0.816513 -0.096435015 -2.8412014 -0.75697301 -4.0785145 -3.5262237 -8.0925834 -2.9529292999999996 -8.0755936 +59 5.3297955 3.6948545 3.5696038 0.65197174 5.135258 2.1553828999999998 -2.3147226 2.04162 2.0409547 -2.320646 -6.5563795 -2.3631502999999996 -6.539449299999999 +60 5.2268186 3.5701763999999994 3.1289386 0.57002006 5.1301681 2.1516173 -2.3151412999999996 1.9678792 1.9672425 0.97714761 -2.0927132 -2.3636232999999995 0.7524023 +61 0.24359565 -5.894820200000001 -5.262628599999999 1.5942841 -1.4081803 -1.9856376 -2.0733568 -7.1177269 -10.440452 -9.8458945 -14.621395999999999 -2.0016537 -14.603809 +62 0.71704022 1.3946628 2.0014034 -0.45836562 1.2969366000000002 0.68072149 0.45637698 -2.2568808999999996 -2.2599776 -5.1326167 -9.8437481 0.096140713 -9.8269504 +63 0.71963735 1.3960823 2.0015196 -0.45813509 1.2996771999999999 0.68247723 0.45748939 -2.2564656000000003 -2.2594531000000004 -1.8102143 -8.204565299999999 0.09632735199999999 -5.724583 +64 0.22480671 -1.4537376 -0.026494902999999997 0.50770419 -0.30163934 -0.9424153 -1.0316749 -0.64953719 -3.9723504999999997 -6.745369599999999 -11.501947999999999 -0.75883288 -11.484483 +65 0.22712352 -1.4539886 -0.026817246 0.50800933 -0.29952031 -0.9411559 -1.0306545 -0.64978538 -3.9725579 -3.4236426 -10.434511 -0.75809414 -7.9567166 +66 0.38130086 0.34212109 3.2644153 -1.2244968999999999 1.8085569 1.0542046999999999 0.66756329 1.6454125 1.6447942 -2.4604253 -9.2186902 0.12707904 -6.739550099999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.184713 1.1300728 -0.24531348 -0.08450535199999999 -1.1519347 -1.3434365 -1.3245676000000002 0.46286648 0.462683 0.28851133 0.3200847 -0.94634783 0.3303744 +2 -0.67365792 -2.8271638 0.42805528 0.24142159 -0.96048242 -1.1213483999999998 -1.0919088 -0.35518569 -0.35535192 -0.24484409 -0.44222908 -0.67650847 -0.447762 +3 0.05250622 0.19943879 -2.6540262 0.32275698 -0.28684259 -0.31416694 -0.28345716 -0.48507866 -0.48530173 -0.33878743 -0.68023883 -0.10202787 -0.68734825 +4 -0.19722792 -0.13870629 0.0010155426 -3.3070663000000002 4.0046251 1.9628506000000001 0.95550337 -0.051481319000000005 -0.051413174000000006 -0.034055291 -0.048091583 0.15649116 -0.049494974000000004 +5 1.5299771 0.99715959 -0.10873666 -0.15855526 -0.27485033 -0.6392347 -0.66404369 0.42668235 0.42663861 0.26749882 0.30228801 -0.35810949 0.31150057 +6 3.9913019999999997 2.5135022 -0.089385285 0.01946079 4.8502361 -1.2094095 -1.3587143999999998 1.2346784 1.2343051999999999 0.68983224 0.59363646 -1.2265492 0.61734403 +7 4.6651699 2.9700471 -0.06394731299999999 0.24590975 5.0630609 2.1408136000000004 -2.3150625 1.4569714 1.4564687 0.78633173 0.64111168 -2.3646881 0.66786516 +8 0.71973974 1.3961366000000002 2.0001089 -0.45802204 1.2995084 0.6828704 0.45810395 -2.2566485000000003 -2.2598025 -1.8106814999999998 -5.7380276 0.09661101400000001 -5.7232078 +9 0.22762377 -1.4560181 -0.029348315 0.50884602 -0.29984858 -0.94120655 -1.0308945999999999 -0.65170245 -3.9745205 -3.4257326 -7.9756852 -0.75938721 -7.9585395000000005 +10 0.37876896 0.34056702 3.2497915 -1.2182911 1.797669 1.0496231000000003 0.66613392 1.6396012999999998 1.6389854 -2.4624851000000003 -6.758098700000001 0.12715506 -6.741226400000001 +11 0.30426427 0.28454673 2.7490857999999996 -1.0002305 1.448913 0.87063829 0.57987276 1.4151552 1.4146729 0.76885516 -2.1649531000000004 0.11625975 0.65822177 +12 -1.7318761999999999 -1.6812295 0.38723354 0.21982393 -2.0225736 -2.4251931 -2.472155 -0.25126854 -0.25139363 -0.17133887 -0.28650104 -2.432697 -0.29059644 +13 -1.0045754 1.3629098 -3.0810492000000003 0.070611631 -1.126455 -1.4517605 -1.4607204 0.32352954 0.32312045 0.20476583 0.23948548 -1.1393298 0.24742826 +14 -3.2142086 -0.31840894 -0.01705033 -3.2000132000000003 -0.017125432 -0.0076297421 -0.0045676473 -0.12914109 -0.1291999 -0.08683470199999999 -0.13304476 -0.00094484145 -0.13541168 +15 1.6484961 3.3723517999999997 -0.32492483 0.52245178 -0.7802411 -1.5755633 -1.7190148999999997 1.6246180000000001 1.6241786 0.85379888 0.67162877 -1.6536026999999998 0.70029951 +16 2.1896879 3.9366457 -0.27420081 0.94233468 1.3787040000000002 -2.8435412999999996 -3.0039711 1.8375743000000002 1.8369898 0.93262488 0.70412203 -3.1395654 0.73511277 +17 2.102224 3.8379025999999996 -0.27652891 0.8646278 1.3672505 0.30229119 -2.6926169 1.8037955 1.8032278000000002 0.92060049 0.69933463 -2.7933647 0.72998202 +18 -0.4466432 2.1699658 2.1674405 -0.23316489 -0.2293324 -0.80006622 -0.87090946 -2.0045872 -2.0064676 -1.5840548 -5.3041252 -0.57683468 -5.289503599999999 +19 -1.2596971000000001 -1.1352277 0.10888594 0.45241383 -1.7789789 -2.5123905 -2.6560495 -0.49170197 -3.8133981 -3.2698482999999996 -7.7912675 -2.7390573 -7.774323 +20 -0.94057783 1.3737274 3.3142455 -0.86371174 -0.085375916 -0.55863993 -0.60714417 1.7317558000000002 1.7311433 -2.4276343999999996 -6.7092583 -0.32934429 -6.6924032 +21 -0.99347162 1.3223685 2.7991419 -0.73330345 -0.27863437 -0.69210289 -0.72245108 1.5435368 1.5430393 0.82175623 -2.1447782 -0.40654037 0.68431733 +22 0.1409446 -2.6909276 -1.2399315 1.0220368 -0.92517843 -1.5303908000000002 -1.6174266000000002 -1.4084085 -1.4090531000000002 -1.0682943999999999 -3.9489064 -1.4440492 -3.9361877 +23 -1.1357891000000002 -3.1483765999999997 0.42728445 -3.0630827999999997 2.2192293 1.2962396999999999 0.77227678 -0.37744495 -0.37760482 -0.26072704 -0.47854868 0.13944234 -0.48451942 +24 0.59288089 -2.0041094 0.40909069 0.14656282 -1.4161661 -1.8228093999999997 -1.8635843999999997 -0.28586496 -0.28600014 -0.19563082 -0.33526167 -1.6886103 -0.33988706 +25 1.1923581 -1.7158986 0.4026571 0.08910377300000001 1.2119107 -2.7582251 -2.8419237999999996 -0.25043174 -0.25054864 -0.17074401 -0.28529667 -2.8944982999999995 -0.28938945 +26 1.2783327 -1.6766656999999998 0.40119499 0.079084483 1.3225983000000001 0.50490203 -2.6210442000000005 -0.24545388 -0.24556868 -0.16726144 -0.27849333 -2.6935455000000004 -0.28251232 +27 -0.07216028299999999 -1.9288971000000001 1.4542995 -0.15225136 0.08272408099999999 -0.52999982 -0.6103704 -3.0546231 -3.0553399 -2.5464735000000003 -6.8737319 -0.35336774 -6.8570247 +28 0.085458923 -6.0825564000000005 -1.1242273999999999 1.0957677 -1.0586071000000001 -1.6815348 -1.7780625 -1.8909961 -5.2122423 -4.6368281 -9.3202036 -1.6560293999999998 -9.303065199999999 +29 -0.78079594 -2.413911 3.1814139999999997 -1.490809 0.7664826 0.22905422 0.12112592 1.5363285 1.5356778999999998 -2.5032551 -6.8148174 0.02269428 -6.7977737000000005 +30 -0.77629713 -2.4549514 2.7116991 -1.1497162 0.39837528 -0.028551869 -0.084042092 1.2806576 1.2801205 0.71033214 -2.1889961 -0.039210323 0.62735136 +31 -0.24154617 0.00044209498 -2.6652044999999998 -2.9644071 3.3703852999999997 1.8016667000000002 0.92286497 -0.61572496 -0.61576041 -0.43497443 -0.97591128 0.15385884 -0.98593108 +32 1.6494919 1.1453083999999998 -2.8493916 0.034803544 -0.3398315 -0.75775554 -0.79152486 0.17742767 0.17718747 0.11435098 0.14339656 -0.46770316 0.14784334 +33 3.9094758 2.4673177 -2.8747966 0.058886004000000006 4.7632959999999995 -1.2272878999999999 -1.3764851999999999 1.083785 1.0832859 0.619237 0.55472537 -1.2474497 0.57634285 +34 4.5409375999999995 2.8602467999999996 -2.8607847 0.21878193 5.0278598 2.1338068999999997 -2.3158333 1.3140114999999999 1.3134038000000001 0.72500614 0.61113965 -2.3656077 0.63614171 +35 0.79324733 1.3926126 -0.65521945 0.041923654 0.81560139 0.23375906 0.11404028 -2.9061471 -2.9116424 -2.4109724999999997 -6.6845968 0.018187798 -6.6688054 +36 0.17779946 -3.57425 -5.057226 1.4267843999999998 -1.3039136999999998 -1.8817787 -1.9681915 -2.6946063 -6.01735 -5.433968 -10.158522 -1.8726284 -10.140839999999999 +37 0.16596851 0.39814833 -0.41469369 0.067812499 0.10430755 -0.031523534 -0.046156712999999995 0.031089372999999997 0.030650623999999998 -3.3021432 -7.828972099999999 -0.017640966 -7.812744099999999 +38 0.13312311 0.34178362 -0.81842797 0.13269165 -1.1471873e-05 -0.10932758 -0.10908736 -0.10382384 -0.10407743 -0.06999164 -2.7961001 -0.03758421 -0.11262993 +39 0.78179836 0.51871742 -0.10474969 -3.4305550000000005 1.4067655000000001 0.49383112 0.27801766 0.1939076 0.19403498 0.1255528 0.15964485 0.053955184 0.16343254 +40 3.9128678 2.4607331 -0.090383215 -3.3236642999999995 5.3418865 -1.1258374 -1.2810733 1.2079027 1.2075483 0.67764595 0.58725967 -1.141398 0.61056928 +41 4.6604498 2.9664076 -0.063650236 -3.0780967999999995 5.3507882 2.1912537999999997 -2.3097171000000003 1.4553128 1.4548107 0.78564213 0.64078986 -2.3586381000000003 0.66752246 +42 0.44054199 1.2464977 1.9703931000000001 -3.8020794 4.9966282 2.1386428 0.98496671 -2.3027925 -2.3057601 -1.852098 -5.811087000000001 0.15870033 -5.796492099999999 +43 -0.90674724 -1.5104143 -0.046559572 -2.7775002 2.1329195 1.157146 0.7076136 -0.67165662 -3.9957245 -3.4461288 -7.9993504 0.13154719 -7.982373299999999 +44 0.26927151 0.25980493 3.2460375 -4.5580924000000005 5.1618386 2.1652318999999998 0.98912594 1.6340354 1.6334214 -2.4646322 -6.7610865 0.1590256 -6.7442186 +45 0.18530945 0.19723602 2.7449095000000003 -4.334380400000001 5.0921419000000006 2.1521467999999997 0.98705513 1.4063444 1.4058678 0.76512895 -2.1664146 0.1588652 0.65633202 +46 4.8223827 3.0851417999999997 -0.061940744000000006 0.31460008 1.5241396 -2.7299627999999996 -2.888368 1.5091478 1.5086202 0.80778186 0.65098019 -3.0096881 0.67838628 +47 4.7746207 3.0501124 -0.06287405 0.29324034 1.5150066 0.42501272 -2.6526355 1.4934215 1.4929013999999998 0.80136463 0.64805319 -2.7479416000000003 0.67526468 +48 2.2648576 2.0385155 2.1319476 -0.30075551 0.44434377 -0.28500113 -0.39835509 -2.0513429 -2.0550648000000002 -1.6275053 -5.3930073 -0.22308637 -5.377642900000001 +49 1.1684401000000002 -1.6485918999999998 -0.107355 0.49195166 -1.1984983999999999 -1.9370234 -2.0751158 -0.74381362 -4.0655879 -3.5139067 -8.0782493 -2.0656667 -8.0612113 +50 2.0026233 1.4006416000000002 3.3161614999999998 -0.88169963 0.67653347 -0.044264341 -0.1654286 1.7346949 1.7340806 -2.4265362 -6.7076701000000005 -0.093648168 -6.6908538 +51 1.9175673999999998 1.3286126 2.8192459999999997 -0.77237474 0.53733561 -0.13235304 -0.23535668 1.5521704 1.5516788000000001 0.82523676 -2.1434578999999996 -0.12290187 0.68601147 +52 4.8585045 3.1106442000000003 -0.058648427 0.33044022 5.0971613 -1.1665101 -3.4053199999999997 1.5205906999999999 1.5200557 0.8124226 0.65307844 -3.5759447 0.68062705 +53 3.5054888999999996 2.2490329 2.1759713 -0.23243198 4.6665861 -1.2467768999999997 -1.3973405 -1.9836898999999997 -1.9856258999999998 -1.5660708 -5.2682141 -1.2743321 -5.2524899000000005 +54 1.2640831 -1.6844054 -0.12089742 0.49028523 0.83917622 -3.209657 -3.3582692 -0.75998909 -4.081475 -3.5292839 -8.096004400000002 -3.5148194999999998 -8.079011900000001 +55 4.697487000000001 3.1949769 3.5050396 0.24196767 5.0750116 -1.1672168 -1.3210636 1.970895 1.9702388 -2.3435777 -6.5895368 -1.187549 -6.5726431 +56 4.5840726 3.0740396 3.0472206 0.18124545 5.057462200000001 -1.1728849 -1.3264624 1.8751125 1.8745096999999997 0.94579975 -2.1020979 -1.1934841999999999 0.73992 +57 3.7333146 2.2108787999999997 2.168551 -0.25575089 4.8600543 2.1023836 -2.3192307999999997 -1.9959706000000002 -1.9970841000000001 -1.5761972 -5.289185 -2.3694985 -5.2734943 +58 1.2454016 -1.6768801 -0.11802381 0.49052395 0.81810939 -0.094917717 -2.8398402999999997 -0.75657038 -4.0781108999999995 -3.5260262000000004 -8.0922439 -2.9525968 -8.075243200000001 +59 5.3309047 3.6954267999999995 3.5703278 0.65137698 5.137105200000001 2.1571017999999995 -2.3132787999999995 2.0422229 2.0415582 -2.3202363999999998 -6.555797200000001 -2.3627287999999997 -6.538856 +60 5.2278753 3.5706916 3.1294513 0.56939084 5.1320107 2.1533355 -2.3136977 1.9684409999999999 1.967805 0.97754322 -2.092125 -2.3632020000000002 0.75299927 +61 0.24468486 -5.8941258 -5.2619745 1.5937823 -1.4064767 -1.9840517 -2.0720438000000003 -7.1171683 -10.439893 -9.845547900000001 -14.620873000000001 -2.0013831000000004 -14.603275 +62 0.71731309 1.3949351 2.0019928 -0.45888043 1.2976908999999999 0.68167213 0.45733284 -2.2564415 -2.2595362 -5.132369799999999 -9.843332499999999 0.09648039300000001 -9.8265238 +63 0.71988677 1.3963433 2.0021076 -0.45865163 1.3004061000000002 0.68341064 0.4584349 -2.2560295 -2.2590149 -1.8099703 -8.2042813 0.096665425 -5.724288700000001 +64 0.22572688 -1.4532351000000001 -0.025892251 0.50731711 -0.30023875 -0.9411548 -1.0306956 -0.64909394 -3.9719056000000004 -6.7451315 -11.501536 -0.75891703 -11.484060000000001 +65 0.22802208 -1.453484 -0.026213224 0.50762063 -0.2981408 -0.93990949 -1.0296872 -0.64934081 -3.9721116999999997 -3.4234032 -10.434125 -0.75818802 -7.9563201 +66 0.38086715 0.34177695 3.2651002 -1.2251657 1.8085740000000001 1.0547973 0.6684723 1.6459241000000002 1.6453064 -2.4600526 -9.218159 0.12743463 -6.7390077999999995 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2216315 1.1194903999999999 -0.43851903 -0.43752723 -0.82406853 -1.0889648 -1.1260896999999999 0.82729128 0.82700881 0.48269634 0.44490086 -0.96174057 0.46150359 +2 0.26925488 -4.540018700000001 2.8976104 1.5104739 -1.2947207 -1.6987625 -1.7878958999999999 -2.4766539 -2.4771267000000003 -1.9934877 -6.0388842 -1.8418988 -6.0243475 +3 0.004883833 0.021149794 -3.5402292999999996 -0.004826742199999999 0.010338944000000001 -0.0005471176599999999 -0.0023760948000000003 0.0097771238 0.0097773142 0.0063664123 0.0083186749 -0.001511416 0.0085245235 +4 -0.29998048 -0.22278499 0.08276479 -3.2390074 3.6489229 2.0716018 1.1473111999999999 -0.16885845 -0.16861306 -0.11174625 -0.15913604 0.23406652 -0.1634843 +5 1.4148518 0.89918748 -0.34327677 -0.42150109 -0.14517626 -0.49559962 -0.55397435 0.67333909 0.67312632 0.40166988 0.39008209 -0.3908709 0.40388934 +6 2.9397052 1.7707909 -0.44421391 -0.6133047 4.4774297999999995 -1.0821836999999999 -1.2229139999999998 1.2357781 1.2353631999999999 0.67806904 0.55661897 -1.2345464 0.57947932 +7 3.3455966 1.9979548999999999 -0.45268982 -0.60160339 4.8360799000000005 2.3032387 -2.1081315 1.3609841999999999 1.3605187 0.73219836 0.58313923 -2.2908367000000003 0.60767446 +8 0.80091752 0.82971013 3.349875 -0.19913425 1.095349 0.38946427 0.21245215 -2.7811943 -2.7865592999999995 -2.2785328 -6.4878968 0.041398437999999996 -6.4727839000000005 +9 0.27784894 -4.8323239000000004 0.46202505 1.6104678 -1.388463 -1.7802011999999998 -1.8674247 -2.9195611 -6.2417386 -5.636413500000001 -10.378456 -1.9351676 -10.362666 +10 0.032197447000000004 0.081860957 4.0464724 -0.10282837 0.14426091 0.11807577 0.10032292 0.1679162 0.16794915 -3.2146962 -7.728012400000001 0.036605444 -7.713794999999999 +11 0.031179106 0.073379784 3.8802277000000003 -0.093399027 0.13306935 0.09737189800000001 0.082912906 0.15068873 0.15068867 0.096433691 -2.6077605999999998 0.030560612 0.11771172 +12 -1.6564674 -4.2288138 3.0019877 1.5684886999999998 -3.3071492999999994 -3.7362325 -3.8540208 -2.3321159 -2.3325812000000004 -1.8621502 -5.812710099999999 -4.1706785 -5.7984047 +13 -1.2108662000000001 1.1346094999999998 -3.8808559999999996 -0.44120496 -0.80909084 -1.0801955 -1.1189271 0.83557667 0.83529542 0.48695026 0.44764497 -0.95589824 0.46438455 +14 -3.1302241000000004 -0.35179473 0.15842865 -3.1010843999999995 -0.033945612 -0.0026553236 0.0029402345 -0.27246527 -0.27242843 -0.18334579 -0.2861837 0.0027966756 -0.29148808 +15 0.57597241 2.7352578 -0.49680547 -0.34038477 -0.97236384 -1.5740454 -1.7165415000000002 1.7043990000000002 1.7040023000000002 0.86744756 0.64304187 -1.8265438000000003 0.67142106 +16 0.88786927 3.099673 -0.47614767 -0.13919405 1.1255048 -2.83428 -2.9897720000000003 1.8342714 1.8338031000000004 0.91350687 0.66132307 -3.2760907 0.69101935 +17 0.821183 3.0185124 -0.48019757 -0.18794616 1.1050574 0.28898 -2.5596472 1.8072959 1.8068388 0.90415569 0.65767987 -2.8020762 0.68711358 +18 -0.97752629 1.5226115 3.5822752 -0.48878014 -0.51656386 -0.86449077 -0.92755115 -2.3375445 -2.3383224 -1.8668136000000002 -5.8198052 -0.77619948 -5.8065453 +19 -1.6661962 -4.554461 0.63415071 1.6808923999999998 -3.4300278 -3.8431519 -3.9571824999999996 -2.77723 -6.0991945 -5.4948955 -10.231923 -4.276572900000001 -10.216161999999999 +20 -1.2198261000000001 1.1451103999999999 4.3392816 -0.48573025 -0.77219954 -1.0245296 -1.062867 0.90178177 0.90149368 -2.8014295 -7.2117981 -0.89032832 -7.1969227 +21 -1.2107273 1.1467657 4.1037241 -0.48147827 -0.76715761 -1.0365638000000001 -1.0749831 0.89450727 0.89420816 0.51685331 -2.3117007000000003 -0.90456459 0.48295449 +22 0.27341378 -4.9048195 1.072065 1.604169 -1.3865543 -1.7784679 -1.8656581 -2.8711529 -2.8716249 -2.3575586 -6.6041062 -1.9329836 -6.589102099999999 +23 -0.99684664 -4.5476173 2.9467535 -1.7714202000000001 0.8406942 0.47051927 0.35611857 -2.4344062 -2.4350005 -1.9550991000000002 -5.9742821 0.10758181 -5.9597859 +24 0.74373867 -4.656966099999999 2.8427421 1.4829282 -2.5603703999999996 -3.0040691 -3.1221639 -2.5434706 -2.5438534 -2.054478 -6.1392192 -3.3900202000000004 -6.124651999999999 +25 0.77298871 -4.667525599999999 2.838294 1.4810928 -0.74426843 -4.3244274 -4.4478139 -2.5490216 -2.5493889 -2.0595453999999997 -6.1474309 -4.7933848 -6.1328667 +26 0.75924635 -4.6625242 2.8404052 1.4819699 -0.75945545 -1.2579386000000001 -3.3727503 -2.5463917 -2.5467679 -2.0571465 -6.1435469000000005 -3.6704369 -6.1289802 +27 0.38253241 -6.1790767 0.92896349 1.7611808999999998 -1.4355930000000001 -1.8267606 -1.9145293999999997 -6.3678985 -6.3682400999999995 -5.7620899 -10.508185000000001 -1.9926398999999997 -10.492366 +28 0.26176021 -8.5998991 0.077985312 1.6920699000000001 -1.4885024 -1.8685296000000002 -1.9541753000000002 -3.3551961 -6.677205099999999 -6.0692345 -10.823739999999999 -2.0371129 -10.807948 +29 0.26913045 -4.5377507 2.9045465 1.5100333000000001 -1.2943961000000002 -1.6983859000000001 -1.7875379 -2.4743746 -2.4746832999999997 -5.3131889 -10.042997999999999 -1.8414862 -10.027263 +30 0.26930666 -4.5380457000000005 2.9036665 1.5100835 -1.2942666999999999 -1.6984369 -1.7875971000000002 -2.4746726000000003 -2.4749881 -1.9915386999999998 -8.5018823 -1.8415689999999998 -6.0230825 +31 -0.29513587 -0.20057134 -3.4710045 -3.2445899 3.6650091000000002 2.0758698 1.1481943000000001 -0.15957528 -0.15932404 -0.10544448 -0.14901587 0.23413806 -0.15319719 +32 1.4283647 0.91346268 -3.8189073 -0.42499489 -0.13058681 -0.48787957 -0.54808036 0.68084448 0.6806318 0.40572117 0.39298143 -0.38753349 0.40692386 +33 2.9415099 1.7734401999999998 -3.8896906 -0.61245504 4.478523200000001 -1.0820093000000002 -1.2228796999999998 1.2361396 1.2357238000000001 0.67822795 0.55669654 -1.2347371 0.57956297 +34 3.3446729 1.9974808999999998 -3.8931538 -0.60101637 4.835045099999999 2.3029805 -2.1081608 1.359799 1.3593328000000002 0.73169659 0.5828972 -2.2908756 0.60741863 +35 0.82474196 0.80348301 1.7209225 -0.15530828 1.0726062 0.34316335 0.16344256 -2.8232116 -2.8282487 -2.3173415 -6.5455488 0.018304585 -6.530295 +36 0.27698168 -4.9246793 -1.7216711 1.6301504 -1.4095198999999998 -1.7982360000000002 -1.8849304 -3.0100824 -6.33251 -5.7265792 -10.471558 -1.9554927 -10.455753999999999 +37 0.010623306 0.042507672 2.3004069 -0.035634754 0.04931583 0.043726924 0.036208832 0.061265522 0.06113528 -3.2823765 -7.809415700000001 0.013348846999999999 -7.795240299999999 +38 0.007384575 0.027975335 1.3073618999999999 -0.020166211 0.029362082999999997 0.01733849 0.013673693 0.032860047 0.032864641 0.021350236 -2.6847776000000003 0.0048688965 0.025495342999999997 +39 0.52069818 0.32334511 -0.21503667 -3.5200196000000004 1.3418351 0.63530523 0.43770392 0.25336703 0.2535042 0.16036995 0.18630095 0.11991009 0.19124996 +40 2.8218102000000003 1.7038523999999997 -0.43994755 -3.9336102 5.335184 -0.91663236 -1.0655581 1.1971696000000003 1.196775 0.66084578 0.54783279 -1.0575413 0.5701476 +41 3.3394554 1.9946001 -0.45233937 -3.9237922999999997 5.3480548 2.4009252 -2.0976288 1.3591958999999998 1.3587306000000001 0.73144329 0.5827794 -2.2788573 0.60729204 +42 -0.13448598 0.52756126 3.273518 -3.4600437000000004 4.2109632 2.1952093999999995 1.1707928 -2.9769095 -2.9788313 -2.4563452999999997 -6.7433958 0.23587005 -6.7304113 +43 -0.99256758 -4.6629017 0.57959822 -1.6765421000000003 0.74012553 0.39621998 0.29695804 -2.8243372000000004 -6.1484527 -5.5439138 -10.282874000000001 0.091372712 -10.26697 +44 -0.24618031 -0.11485543 3.9939428999999995 -3.3522426 3.9044894999999995 2.1395169 1.1609498 0.029164045 0.029450775 -3.3025379 -7.8330038 0.23516713 -7.8193266 +45 -0.25182034 -0.12706076 3.8363116 -3.341565 3.8799936 2.1305758999999997 1.1591996 0.0088220756 0.0090830341 0.006199915699999999 -2.7000776 0.23502619 0.006824757 +46 3.4578519 2.0605401999999997 -0.45546282 -0.59375505 1.3497066 -2.6611632000000003 -2.8160882999999997 1.3938494 1.3933743 0.74597185 0.58963399 -3.0859727 0.6145858 +47 3.4228777000000004 2.0410395 -0.45475741 -0.59646745 1.3353671 0.47811617 -2.4914494 1.3836928999999998 1.3832209 0.741735 0.58764756 -2.7259103 0.61247131 +48 1.5416976999999998 -0.44921701 2.8262051 0.49286487 -0.84907596 -1.4907622 -1.6462689999999998 -3.7040912000000006 -3.7072277000000002 -3.150033 -7.651513799999999 -1.7553735000000001 -7.6353504 +49 0.72858457 -5.0105928 0.35991803 1.5844563 -2.6747237 -3.1043515999999998 -3.2194363 -3.0048061 -6.326631400000001 -5.7206873 -10.465424 -3.4930617999999996 -10.449675 +50 1.4276325 0.93736368 4.2639328 -0.47933441 -0.084812506 -0.43115792 -0.49311431 0.7648107 0.76458949 -2.8715523999999997 -7.3019948 -0.34164131 -7.2873387 +51 1.4352633 0.93626734 4.0504555 -0.47420979 -0.08267498200000001 -0.44391373 -0.50551585 0.75544314 0.75521235 0.44545776 -2.3500885 -0.3519146 0.43448601 +52 3.4719479 2.0685521000000002 -0.45531793 -0.59242692 4.909393799999999 -0.99235357 -3.2136888999999997 1.3979774 1.3975001 0.74768756 0.59043292 -3.5183858 0.61543763 +53 1.5427278 -0.74749543 2.6958264 0.60162343 1.0286684000000001 -2.8883764 -3.0403514 -3.9229825 -3.9236937999999997 -3.3580983 -7.9011491 -3.3276114999999997 -7.8855606 +54 0.75569133 -5.0243137 0.3522805 1.5827159 -0.86761592 -4.426451999999999 -4.5465065000000005 -3.0112054 -6.332976 -5.7269832 -10.471911 -4.8933307 -10.456168 +55 2.9834417 1.8228258999999998 4.4608531 -0.63364288 4.5487458 -1.0618702 -1.2035919 1.2989925 1.2985705 -2.6161682999999996 -6.9664984 -1.2128024 -6.9514179 +56 2.9783887000000004 1.815133 4.207840200000001 -0.63113291 4.5406097 -1.0670933 -1.2085639 1.289576 1.2891418 0.70167688 -2.2270232000000005 -1.2184196000000003 0.59103272 +57 1.5432207 -0.69356345 2.7198999 0.58119454 1.0523073 0.26125971 -2.5701673 -3.8833347000000003 -3.884438 -3.3202705000000003 -7.856275 -2.8131939 -7.8405995 +58 0.74242962 -5.0175449 0.3560374 1.583582 -0.88224787 -1.361847 -3.4426058 -3.0080499 -6.3298543 -5.7238862 -10.468721 -3.7430369 -10.452974000000001 +59 3.3956877 2.0552758 4.5068782 -0.60982326 4.8741986 2.3149762000000003 -2.1068296 1.4187385000000001 1.4182700000000001 -2.5656255 -6.897775500000001 -2.2893581000000003 -6.8825785999999995 +60 3.3878757000000004 2.04598 4.245585 -0.60906664 4.8688105 2.3106473999999997 -2.1073097 1.4096346000000002 1.409151 0.75253752 -2.2069568999999998 -2.2899001 0.6169377 +61 0.38485133 -6.3173224999999995 -2.3449777000000003 1.7876179 -1.4602857 -1.8475457999999998 -1.9346086 -6.519538400000001 -9.8421105 -9.2275378 -14.013302 -2.0157743000000004 -13.997417 +62 0.79819568 0.82949058 3.3527120000000004 -0.19963629 1.0928306 0.38892705 0.21239998 -2.7812386 -2.7864023999999996 -5.6003094 -10.341248 0.041520744 -10.325342 +63 0.80089082 0.83004156 3.3524635000000003 -0.19939023 1.0956096000000002 0.38977807 0.21275348 -2.7809102 -2.786121 -2.2781256 -8.9517149 0.041524596000000004 -6.473635 +64 0.27777145 -4.8322319 0.46234211 1.6104621000000001 -1.3885366000000001 -1.7802552 -1.8674756999999997 -2.9195122000000002 -6.2416595 -8.9582631 -13.743189000000001 -1.935224 -13.727342000000002 +65 0.27784998 -4.8322485 0.46230961 1.6104607 -1.3884546999999998 -1.7801943 -1.8674181 -2.9195234 -6.2416636 -5.6363391 -12.83815 -1.9351599999999998 -10.362688 +66 0.032250436 0.081977053 4.0487057 -0.10298077 0.14448103 0.11823131 0.1004527 0.16815767 0.16819644 -3.2145417000000003 -10.189384 0.036649881 -7.714231 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2459232 1.1383998 -0.4489234 -0.42271247 -0.86324892 -1.1387758 -1.1741658000000001 0.78918411 0.78889437 0.46282145 0.43121352 -0.99737683 0.44722543 +2 0.08876411699999999 -3.2393307 2.2208411 0.83865157 -0.78659036 -1.1924277 -1.2673433 -0.9861893 -0.98653591 -0.71413562 -2.1600991 -1.1687451000000002 -2.1610566 +3 0.044628327 0.12921033 -3.3009669 -0.004898251 0.052653973 -0.0079662333 -0.017115327 0.025283121000000002 0.025234015 0.016341256000000002 0.020749378 -0.0095965378 0.021396579 +4 -0.26117949 -0.19822955 0.047051973 -3.2536598999999997 3.7093097000000004 2.0735821 1.1376207 -0.13544655 -0.13526454 -0.089280339 -0.12436969 0.22753077 -0.12785278 +5 1.3636917 0.92148228 -0.28847911 -0.41020152 -0.18975317 -0.54684412 -0.60214801 0.64455241 0.64434548 0.3859214 0.37807744 -0.41968934 0.39139968 +6 2.9736328999999997 1.8752551 -0.39688583 -0.62349192 4.5241382 -1.0843448999999998 -1.2321901000000002 1.2439167 1.2434986000000001 0.6814274 0.55751786 -1.2377368999999998 0.58053546 +7 3.4061343999999996 2.1290036 -0.40851308 -0.60736198 4.8991975 2.3041097 -2.1184288 1.3801383 1.3796655 0.73997941 0.58599392 -2.2970019 0.61081861 +8 0.54786873 0.97035659 2.5222723 -0.40244027 1.0361874 0.49538072 0.34526858 -2.606537 -2.6102374 -2.1147627 -6.235218700000001 0.09631641099999999 -6.2212138 +9 0.32012607 -4.105007700000001 -0.25452146 1.4660117 -1.1950957 -1.6573598000000003 -1.7557986 -2.3250752 -5.646867299999999 -5.0462406 -9.763969099999999 -1.7982036 -9.748275300000001 +10 0.18696921 0.36272696 3.7726552000000004 -0.565348 0.81535647 0.56708771 0.44789244 0.83044108 0.83018592 -2.8376542999999996 -7.2586108 0.12970762 -7.2439965 +11 0.16019192 0.31429269 3.5128119 -0.49847851 0.7118901 0.49486839 0.39675351 0.73400132 0.73382204 0.43410031 -2.3570903999999997 0.11849565 0.42594752 +12 -1.5626505 -2.86679 2.118851 0.88502419 -2.520741 -3.0009632 -3.1225526 -0.95708259 -0.95739983 -0.69121431 -2.0352547999999997 -3.3823911 -2.0371032 +13 -1.1732638000000002 1.2433313 -3.8571241 -0.43975911 -0.77035914 -1.0933427 -1.1402132999999999 0.83733009 0.83701504 0.48764137 0.44731864 -0.97435044 0.46416371 +14 -3.1083265 -0.36004257 0.10111178 -3.1059397 -0.005348542800000001 0.0054152277000000006 0.0070139094 -0.24921381 -0.24921468 -0.16728744 -0.25692244 0.0034223575 -0.26172565 +15 0.61893383 2.8472482999999995 -0.59748241 -0.34559482 -0.92125534 -1.5722158000000002 -1.7220089 1.7065808 1.7061633000000003 0.86789685 0.64231107 -1.8258043999999998 0.67077181 +16 0.9433252 3.2314586 -0.58400809 -0.13225566 1.1771958 -2.8343922999999998 -2.9977834 1.8414113 1.8409206000000002 0.91559345 0.6612015 -3.2794505 0.69102444 +17 0.87385491 3.1449532000000002 -0.58491456 -0.18466108 1.1577312 0.29025123 -2.568874 1.8131834999999998 1.8127043999999999 0.90584151 0.65741285 -2.8069116000000003 0.6869624 +18 -0.92023817 1.7201761000000002 2.7934062 -0.58082784 -0.35947444 -0.78491029 -0.86223724 -2.1917527999999997 -2.1928551 -1.7356544999999999 -5.578107599999999 -0.70689185 -5.5651057 +19 -1.6027658999999999 -3.8202445 -0.11710495 1.51416 -3.1957252 -3.6831773 -3.8107947999999996 -2.1767209 -5.4982253 -4.8992108 -9.6089311 -4.121576 -9.5932873 +20 -1.1542325 1.3316972 3.9678758999999997 -0.73418958 -0.44403101 -0.77801015 -0.83067101 1.2542041000000002 1.2538367 -2.6358912999999995 -6.993146799999999 -0.63799407 -6.9782172000000005 +21 -1.1692716 1.2940551000000002 3.6672446000000005 -0.69271815 -0.50302417 -0.83097406 -0.87863782 1.1854059 1.1850891000000001 0.65541747 -2.2471347 -0.68318043 0.56550921 +22 0.30371515 -3.9188712999999997 0.60225657 1.3613311000000001 -1.1043352 -1.5777478999999999 -1.677646 -1.9135803 -1.9140650000000001 -1.4891458999999998 -5.0658655999999995 -1.7053081 -5.0524738 +23 -0.96468366 -3.5402833 2.237943 -2.4287324 1.6281673 1.0249728 0.73680799 -1.0182042 -1.0185653000000001 -0.7393942 -2.2979437000000003 0.18112952 -2.2982921000000003 +24 0.86839774 -3.1334117999999997 2.2105822 0.77356838 -1.7454021 -2.2489253 -2.3700022 -0.98302765 -0.98335657 -0.71162519 -2.1462351 -2.5461013 -2.1473247000000004 +25 0.93834449 -3.1329629 2.2103742000000004 0.76717394 0.18225694 -3.542468 -3.6731732000000004 -0.98439188 -0.98471604 -0.71269424 -2.1520330000000003 -3.9787759 -2.1530984 +26 0.92091334 -3.1331083 2.2104462000000002 0.76880799 0.16184897 -0.45138872 -2.8956060000000003 -0.98404173 -0.98436757 -0.71242044 -2.1505539000000002 -3.1529309 -2.1516237 +27 0.4128251 -5.2677184 0.38302509 1.5745372 -1.2113291000000002 -1.6794575 -1.7798534 -5.5901368 -5.5898898 -4.989849700000001 -9.704594699999998 -1.8302403000000003 -9.688932099999999 +28 0.29877898 -8.014476 -0.7594915 1.6148928 -1.3697262 -1.812446 -1.9082796000000002 -2.8951248 -6.2168277000000005 -5.6112345999999995 -10.35277 -1.9784078 -10.337042 +29 0.085538071 -2.6943926 3.2581318 0.41942942 -0.35305104 -0.85214425 -0.94727008 -0.25321603 -0.25364826 -3.4930236000000003 -8.060002 -0.81936603 -8.0445296 +30 0.089183187 -2.7355313 3.1759542 0.45333917 -0.38476606 -0.88236938 -0.97543071 -0.31108796 -0.31158888 -0.21130925 -3.0132807999999995 -0.84898508 -0.35552489 +31 -0.24475297 -0.084489521 -3.2405185000000003 -3.2489435 3.7264827000000005 2.0762753000000003 1.1380864 -0.13368061 -0.13349884 -0.088083132 -0.12248291 0.22755862 -0.12594133 +32 1.4567663 1.0192537 -3.6341981 -0.42251816 -0.098636932 -0.50372485 -0.5709228 0.68260716 0.68236063 0.40649088 0.39280822 -0.40345726 0.40686137 +33 2.9854392000000005 1.8906021000000002 -3.741369 -0.61370638 4.526381099999999 -1.0847828000000002 -1.2338908000000002 1.2399459 1.2395036 0.67964391 0.55656598 -1.2415733 0.57954924 +34 3.3947220999999996 2.1194498 -3.7536326 -0.60151457 4.8875686 2.3012307 -2.1187541000000003 1.3651806 1.3646882 0.73367479 0.58296871 -2.2974262000000003 0.60762192 +35 0.69474794 0.96232494 1.0685732 -0.27140151 1.0538805 0.40071903 0.2384608 -2.7231672000000002 -2.7279146 -2.2236124 -6.404735700000001 0.056139021 -6.3901145999999995 +36 0.32438627 -4.5021086 -2.5479296000000002 1.5905131000000001 -1.3184962 -1.7653743999999998 -1.8613495999999998 -2.7107775000000003 -6.033247 -5.4291613 -10.164181 -1.9221296 -10.148342 +37 0.093221825 0.24345135 1.5361125 -0.17402943 0.28575166 0.17785574 0.14080011 0.29432379 0.29409291 -3.137274 -7.6343087 0.0469225 -7.6199174 +38 0.067259252 0.18208581 0.72718603 -0.10435869 0.18309166 0.099263644 0.076692585 0.1761122 0.17606306 0.11226163 -2.5932241 0.025718622000000003 0.13551567 +39 0.54812049 0.37750811 -0.19714855 -3.5301537000000005 1.3878384 0.63463886 0.4294512 0.26779924 0.26791465 0.16908672 0.19460877 0.11411703 0.19992037 +40 2.8704289000000003 1.8128361000000002 -0.39267871 -3.9447398999999996 5.3858783 -0.91883905 -1.0761268 1.2088659 1.2084681000000002 0.66585985 0.54962908 -1.0640375 0.57215213 +41 3.4004529999999997 2.1253251 -0.4079568 -3.9296879999999996 5.3987695 2.3987182999999996 -2.1082736 1.3782371999999998 1.3777648 0.73918327 0.58561837 -2.2854711 0.61041928 +42 -0.044488356 0.68574078 2.4273689999999997 -3.6433574999999996 4.5465488 2.255856 1.1715562 -2.7687098 -2.7709307 -2.2624234 -6.461523400000001 0.23016716 -6.4485577 +43 -0.9429154 -3.9516334000000004 -0.17383288 -1.8272083 0.9606642 0.51652075 0.38252367 -2.2368416 -5.5604877 -4.960902099999999 -9.6742264 0.1103852 -9.658428 +44 -0.0033246624 0.23491611 3.7477242999999993 -3.8538797999999996 4.791696599999999 2.3046799 1.179919 0.775577 0.77537391 -2.865977 -7.294867 0.23083484 -7.2804046 +45 -0.036877122000000005 0.18112661 3.4914762 -3.7841361000000004 4.7043098 2.2870825 1.1770268999999998 0.67419433 0.67408067 0.40222144 -2.3756107 0.23061454 0.40266535 +46 3.5206754 2.1982491000000004 -0.41314443 -0.59711122 1.4083003 -2.6532935 -2.8147576 1.4154031 1.4149196000000002 0.754631 0.59283068 -3.0778575 0.61809715 +47 3.4850556000000004 2.1768735 -0.41197755 -0.60057762 1.3941458 0.48753416 -2.4978830000000003 1.4046115 1.4041313999999998 0.75016977 0.5907616 -2.7272168999999997 0.61589367 +48 1.8670706000000001 0.77358523 2.4354106 -0.29771927 0.14167116 -0.59827526 -0.75987654 -2.733188 -2.7371336 -2.2329762000000004 -6.4204467 -0.70714486 -6.404457 +49 0.79955535 -4.2949374 -0.34049795 1.4457761999999998 -2.4653697 -2.9650636 -3.092253 -2.4184872000000004 -5.739883799999999 -5.1382574 -9.860498699999999 -3.3531748999999995 -9.8448525 +50 1.52292 1.1674415 3.9300267 -0.76464238 0.24231981 -0.21448086 -0.30045919 1.1827208 1.1823747 -2.667738 -7.0357754 -0.20231498 -7.0209615 +51 1.5014157 1.1284865 3.6443701 -0.72051828 0.18897282 -0.26046781 -0.34048654 1.1105794 1.1102908 0.62118541 -2.2621178 -0.22738549 0.54629056 +52 3.5374561 2.2079442000000005 -0.41285398 -0.59534689 4.9716182 -0.99205533 -3.2225587000000004 1.4202534 1.4197676000000001 0.7566285 0.59375119 -3.5229178999999995 0.61907878 +53 2.0139892 0.36377719 2.2809737 -0.16402874 2.5190262000000003 -1.9043119 -2.064041 -2.9812459 -2.9823156 -2.4608211 -6.752325099999999 -2.2339676 -6.7370446 +54 0.82938037 -4.310315900000001 -0.34721616 1.4443436 -0.64632102 -4.285368900000001 -4.4179365 -2.4258318 -5.7471653 -5.1454584 -9.868035 -4.758586 -9.8523975 +55 3.2533697 2.1930091 4.1216523 -0.70363509 4.860236799999999 -1.0087821 -1.162203 1.5908152 1.5903438 -2.4974034 -6.8034612999999995 -1.1614955 -6.788354400000001 +56 3.2112149 2.1417351000000004 3.814855 -0.70002764 4.826136 -1.0184213 -1.1709846000000002 1.5423675 1.5419186000000003 0.80576859 -2.1879939 -1.1709276000000002 0.64185298 +57 2.0177036 0.35351576 2.2773349 -0.1628042 2.5223292 1.3166837 -2.2723925 -2.9873283 -2.9882022999999998 -2.4662927000000003 -6.7599673 -2.473189 -6.744749099999999 +58 0.8155686 -4.3031425 -0.34409942 1.4450226000000002 -0.66139316 -1.2177863000000002 -3.3551276 -2.4224126 -5.7437822999999995 -5.1421137 -9.8645358 -3.6473748 -9.8488932 +59 3.6983608999999995 2.4700645 4.1696146 -0.60663216 5.055729599999999 2.3396682999999996 -2.1145341 1.6860992 1.6855988000000002 -2.4616145 -6.7533449999999995 -2.2926317000000003 -6.7381557 +60 3.6546287000000004 2.4162877999999997 3.8596907 -0.61465662 5.040030000000001 2.3335999 -2.1151935 1.6438112 1.6433228 0.84461344 -2.1743612999999997 -2.2933639 0.65959814 +61 0.42942367 -6.090338200000001 -3.5081005 1.7728297999999998 -1.3976441000000002 -1.8393484 -1.935128 -6.4125417 -9.735158199999999 -9.1202874 -13.906216 -2.0107057 -13.890298999999999 +62 0.54537896 0.96891311 2.5199423999999997 -0.40181938 1.0326841999999998 0.49327914 0.34369734 -2.6075994 -2.6111922 -5.4375669 -10.172353 0.095903877 -10.15705 +63 0.54770868 0.97011794 2.5206049999999998 -0.40224048 1.0357824 0.4951736 0.34512525 -2.606875 -2.6104049 -2.114916 -8.7008445 0.09628111 -6.223192500000001 +64 0.31997376 -4.1048112 -0.25414445 1.4659634 -1.1952026000000002 -1.6574259999999998 -1.7558565 -2.3249244 -5.6466962999999994 -8.3679994 -13.150919 -1.798261 -13.135132999999998 +65 0.32012886 -4.104819 -0.25415719 1.4659719999999998 -1.1950521 -1.6573238000000001 -1.7557639999999999 -2.3249355 -5.6466818 -5.0460571 -12.223727 -1.7981634999999998 -9.748234599999998 +66 0.18738844 0.36334819 3.7769383999999997 -0.56654924 0.81715369 0.5682205 0.44869944 0.83199723 0.83174449 -2.8368553 -9.7199569 0.12988098 -7.2438275999999995 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.3122208999999998 1.0950152 -0.27246278 -0.27308325 -1.0940802 -1.2846933999999999 -1.2739411 0.5215654 0.52132246 0.28554045 0.21393815 -0.91729236 0.22401486 +2 -0.44301295 -3.0897394 0.47650491 0.58005023 -1.0768926 -1.1945856000000001 -1.1656208000000001 -0.64773219 -0.64785415 -0.4180218 -0.55044211 -0.76741037 -0.56312183 +3 0.060854587 0.23263625 -2.7492023999999997 0.17812309 -0.12574473 -0.19046656 -0.17741336 -0.2077075 -0.20786897 -0.12696571 -0.12911146 -0.06209268 -0.13309522 +4 -0.18010786 -0.13822465 0.0012867068 -3.2854699999999997 3.9787434 1.9578166000000001 0.94945412 -0.062819742 -0.062739968 -0.037377437 -0.03444437 0.15636235 -0.03594502 +5 1.2896302 0.91563725 -0.069440732 -0.30454541 -0.38999636 -0.69865621 -0.71708927 0.4516155 0.45145633 0.25004831 0.19180067 -0.40236835 0.20057927 +6 3.059482 2.0309319 -0.037871935 -0.44580966 4.4272489 -1.2897392 -1.4101438999999998 1.0143821 1.0139726999999998 0.51256707 0.33650153 -1.2698285 0.35380527 +7 3.537532 2.3439322999999996 -0.020932408 -0.38893689 4.7436798 2.0826703999999996 -2.3286912999999996 1.1529228 1.1524442 0.56892493 0.36211626 -2.3677623 0.38113493 +8 0.38190864 1.1080973 2.2328191000000004 -0.64921012 1.1446992 0.6130367 0.416144 -2.4658642000000004 -2.468972 -1.8838778999999999 -5.6732449 0.090026146 -5.6678215 +9 0.21363281 -1.8857830000000002 0.39653489 0.64430875 -0.4586435 -0.99073216 -1.0664011 -0.68046004 -4.0031553 -3.3103026 -7.8185865 -0.80004527 -7.8106872 +10 0.3271327 0.41426275 3.3980629999999996 -1.2049416000000002 1.7430797999999998 1.0483388 0.66651673 1.3092656999999999 1.3087204 -2.6931548999999997 -7.0091908 0.12777643 -7.0015655 +11 0.25731441 0.33147315 2.8993961 -0.98461321 1.3925893999999999 0.86566998 0.57909658 1.1240461000000002 1.1236216 0.5575222 -2.4451853999999997 0.11677553 0.37494762 +12 -1.6640437 -2.226761 0.43996438 0.54174598 -2.2881609 -2.6124807999999997 -2.6563943 -0.54619481 -0.54628896 -0.34817516 -0.42777996 -2.6560099999999998 -0.43868049 +13 -1.1766907 1.3139068999999999 -3.1605961 -0.21385685 -1.0151984 -1.3278235 -1.3444154 0.50654741 0.50615397 0.27774333 0.20859783 -1.0335703 0.21859798 +14 -3.105874 -0.40204931 -0.033345496 -3.1199784999999998 0.013121464 -0.0041603579 -0.0051769602000000005 -0.19414463 -0.19416558 -0.11823345 -0.11852932 -0.0017546279 -0.12250986 +15 0.6967212 3.0122463 -0.31795261 -0.08478686 -1.122123 -1.7795517 -1.903391 1.4015198999999998 1.4010557 0.66229756 0.40140388 -1.8645336 0.42305386 +16 1.0321934000000001 3.4339051 -0.283896 0.1685084 0.9513961 -3.0672472 -3.2044781 1.5317644 1.5312176000000002 0.70719281 0.41877954 -3.3473942 0.44170847 +17 0.95694116 3.3332745000000004 -0.2860061 0.10329737 0.93990114 0.06472769099999999 -2.7760097000000004 1.5029778 1.5024449 0.69749347 0.41509014 -2.8746012000000003 0.43774811 +18 -0.88795066 1.9625971999999998 2.4040882999999997 -0.57898876 -0.33095296 -0.82176113 -0.88684562 -2.2004752 -2.202368 -1.6493436000000001 -5.1571551 -0.60235792 -5.1524457 +19 -1.4399684 -1.6050185 0.50275053 0.59445576 -2.1141883 -2.7099142000000005 -2.8326439999999997 -0.55585371 -3.8778897000000003 -3.1903217999999995 -7.6688969 -2.9270209 -7.6611522 +20 -1.109316 1.3901694 3.4855236000000005 -1.0189416 -0.098595661 -0.52732153 -0.57802939 1.4239121000000001 1.4233707 -2.6517586 -6.950543400000001 -0.31803926 -6.942933999999999 +21 -1.1622536 1.3107286 2.9737817000000004 -0.89084621 -0.29100376 -0.65926649 -0.69128966 1.2810841999999998 1.2806408 0.61836847 -2.4235349 -0.3931335 0.40308596 +22 0.29188213 -3.2135677000000005 -1.0941121 1.3418735000000002 -1.104691 -1.6005569 -1.6747918999999998 -1.5314098 -1.5319673999999999 -1.0859786 -3.1952594 -1.5184938000000001 -3.1963738999999998 +23 -0.95312491 -3.3790409 0.47677432 -2.7130748 2.0309973 1.2271538 0.74534687 -0.67380242 -0.67392196 -0.4361526 -0.58471088 0.13707223 -0.59793435 +24 0.69052014 -2.5240504 0.46425096 0.46764148 -1.6472167000000002 -1.9829142 -2.0217904 -0.58901311 -0.58911144 -0.37743299 -0.47709116 -1.8998867 -0.48877581 +25 1.0050943 -2.4264292000000003 0.46195925 0.43026388 0.62691456 -3.1154848 -3.1818889 -0.5778444 -0.5779333 -0.36976649 -0.46387447 -3.2665116000000003 -0.47536423 +26 1.0238197 -2.4206574 0.46172791 0.42740286 0.65095609 0.060014515 -2.7679652000000003 -0.57722992 -0.57731911 -0.36934568 -0.46315358 -2.8433185 -0.47463289 +27 0.0065188405 -2.4974912000000002 1.6568264 0.10677925 -0.10830987 -0.62002713 -0.68790328 -3.3257792 -3.3264921000000003 -2.6686342 -6.9744033 -0.4171651 -6.966909200000001 +28 0.23663804 -6.1946265 -0.37846464 1.2786754999999999 -1.0964878 -1.6063687 -1.6856191000000003 -1.5839199 -4.9058235 -4.1850532 -8.8393832 -1.5396808000000002 -8.8313633 +29 -0.58762039 -2.3843664 3.2855821000000005 -1.2023351 0.67037956 0.19176978 0.092777968 1.1459569 1.1453721000000001 -2.7558659 -7.096957799999999 0.014698925 -7.089124099999999 +30 -0.57841804 -2.4772947 2.8150082999999997 -0.85375737 0.29671481 -0.074935504 -0.12329274 0.9035371 0.90305901 0.46501828 -2.4814234 -0.054514995 0.32823804 +31 -0.19575711 0.049943786 -2.7505465 -3.0808277000000004 3.6469105 1.8778721 0.93414643 -0.32834959 -0.32834647 -0.20338063 -0.21782117 0.15513441 -0.22485937 +32 1.4460659 1.0971867 -2.85339 -0.20666123 -0.33956991 -0.7343811 -0.7713953 0.37176168 0.37143937 0.20808204 0.16324845 -0.46329358 0.17084357 +33 3.0165085 2.0009241 -2.8371868 -0.38611235 4.3180927 -1.3168655 -1.4385571000000001 0.9155455 0.91503261 0.47021124 0.3158024 -1.3051413 0.33191966 +34 3.4397002 2.2434069 -2.8258464 -0.36636483 4.6720047 2.0666776999999996 -2.3304667 1.041288 1.0407238 0.52360413 0.34136732 -2.3698917 0.35912565 +35 0.52523631 1.0644651000000003 -0.26359289 -0.1567355 0.74671734 0.215827 0.10069126 -2.9512616 -2.9556223999999998 -2.3242986 -6.457099299999999 0.014078473000000001 -6.4504913 +36 0.34928323 -3.7739674 -4.316637200000001 1.7527887 -1.4689208 -1.9302291 -2.0009055 -2.4483931 -5.770989299999999 -5.035856099999999 -9.7630609 -1.9098467000000001 -9.7546244 +37 0.13580594 0.38722435 -0.08731373099999999 -0.07472476 0.22713212 0.071956325 0.038400653 0.16719286 0.16682717 -3.2257091 -7.712670699999999 0.007310709499999999 -7.7055337 +38 0.11289413 0.33923952 -0.53359554 -0.0060257986999999995 0.12791736 -0.005289952099999999 -0.022595598999999997 0.06359191 0.063368131 0.036968647 -2.7172997000000003 -0.010276785 0.031537718 +39 0.61410235 0.45468361 -0.075723992 -3.4957279000000003 1.2569683 0.45968681 0.26394323 0.2127977 0.21283972 0.12237385 0.10270368 0.052257011 0.10684166 +40 2.9803072 1.9779848999999998 -0.039493138 -3.7730964 5.154488 -1.1574267 -1.2876683 0.9899822 0.98958912 0.50231408 0.33167221 -1.1362947 0.34865489 +41 3.5328652999999997 2.3402485 -0.020599712 -3.7117839 5.165444 2.159855 -2.3204687 1.1513806 1.1509025 0.56831476 0.36184688 -2.3585189 0.38084752 +42 0.1118552 0.95008659 2.2024914 -3.9596474 4.8142793 2.1069945 0.97430632 -2.5138732999999998 -2.5168455 -1.9263851000000003 -5.7572194 0.15823255 -5.7520121 +43 -0.84647688 -1.8865881999999998 0.40272444 -2.6511635 2.0839992 1.1689983 0.7140782 -0.67330387 -3.9969281999999997 -3.3042608999999996 -7.8110288 0.13291241 -7.803223399999999 +44 0.22458729 0.33480883 3.3923622000000004 -4.5325220999999996 5.0040111 2.13789 0.97919202 1.3013794 1.3008366000000002 -2.6960771 -7.013297099999999 0.1586167 -7.005677799999999 +45 0.14662244 0.24565831 2.8928095000000003 -4.305206299999999 4.940443900000001 2.1255911 0.97726169 1.1118647 1.1114476999999998 0.55263924 -2.4469814999999997 0.15846635 0.37261511 +46 3.6562572999999996 2.4275575000000003 -0.019952413999999998 -0.365628 1.2251528 -2.8469035 -2.9787502999999997 1.187781 1.187288 0.58260721 0.36809943 -3.0960035 0.38752468 +47 3.6197047999999996 2.4020185 -0.020581216 -0.37310493 1.2131678 0.2996664 -2.6925307999999997 1.1772183999999999 1.1767298000000002 0.57848256 0.36630569 -2.7799017999999998 0.38560854 +48 1.7076983000000001 1.6257097 2.3324122000000003 -0.65237793 0.23694953 -0.38514384 -0.48336989 -2.3073943999999997 -2.310645 -1.7443685000000002 -5.379217700000001 -0.28039942 -5.373136799999999 +49 1.0167656999999999 -2.0848109 0.32244086 0.64404112 -1.5049934 -2.1093412 -2.2271238999999996 -0.76834512 -4.0904038 -3.3939977 -7.9211073 -2.2348475 -7.9132693 +50 1.6525607 1.3345225 3.4790474000000002 -1.0667696000000002 0.50009388 -0.10336882 -0.20519056 1.4162471 1.4156892 -2.6544673999999997 -6.9544061 -0.10970035 -6.946792200000001 +51 1.5792524 1.2465333 2.990581 -0.94547802 0.36065181 -0.19496887 -0.27927516 1.2756442 1.275184 0.61632183 -2.4242388999999998 -0.14256931 0.4021691 +52 3.6777046 2.4413907999999998 -0.018100113 -0.36141958 4.799836599999999 -1.2184136 -3.4262952000000007 1.1935091999999998 1.1930129999999999 0.58483533 0.36906283 -3.5865837 0.38855499 +53 2.5380952000000003 1.5966595 2.3262839 -0.67754535 4.086650499999999 -1.3760731000000002 -1.5007813 -2.3174455000000003 -2.3190154 -1.751828 -5.3961311 -1.3833498 -5.3897613 +54 1.0878766000000002 -2.1153313999999996 0.31179662 0.64457522 0.48111247 -3.3986324 -3.5255045 -0.78109584 -4.1029998999999995 -3.4060812999999994 -7.935778900000001 -3.6851993999999997 -7.9279701000000005 +55 3.6558968000000003 2.7174897999999996 3.6438848 -0.44908077 4.8285634 -1.2096533 -1.3385073 1.6073529 1.6067558000000002 -2.5898689 -6.861655900000001 -1.1949553999999998 -6.8539489 +56 3.5567555 2.5919947999999997 3.1925733 -0.48039163 4.798947599999999 -1.2177023999999999 -1.3459223999999999 1.5293341999999999 1.5287754 0.70638642 -2.3948193 -1.2029736999999998 0.44064679 +57 2.6803957 1.5180101000000001 2.3109085 -0.69316769 4.2835925999999995 1.9758208 -2.340823 -2.3419501 -2.3429587000000005 -1.7728528000000001 -5.4422377 -2.3817377 -5.4359113 +58 1.0704002000000001 -2.1075517999999995 0.31451655 0.6444023 0.46205804 -0.292377 -2.9208164 -0.77784239 -4.0997837 -3.4029952000000003 -7.9320338 -3.0310401000000002 -7.924217999999999 +59 4.1346559 3.0945807999999997 3.6935502999999996 -0.19531916 4.9085109000000005 2.117469 -2.3249310000000003 1.6588409 1.6582400000000002 -2.5734208 -6.837758 -2.3636432000000003 -6.8300168 +60 4.0402017 2.9631054 3.2552793999999996 -0.25469845 4.897646099999999 2.112491 -2.3254677000000004 1.5950036 1.5944243 0.72806222 -2.3881729 -2.3642432 0.44937669 +61 0.43797763 -5.566049700000001 -3.9783013 1.9471293 -1.5772639 -2.0306585999999998 -2.1009185 -6.3498477 -9.6726567 -8.920637 -13.727679 -2.030081 -13.719215 +62 0.38035455 1.1075271999999998 2.2355291 -0.65004328 1.1438622999999999 0.61255777 0.41581602 -2.4654154 -2.4684183999999996 -5.2053139 -9.9415675 0.089966423 -9.933770599999999 +63 0.38207162 1.1084546999999998 2.2354502999999997 -0.65005175 1.1458628999999998 0.61376942 0.41661292 -2.4651775000000002 -2.4681064999999998 -1.8831084999999999 -8.1415214 0.09010811699999999 -5.6692845 +64 0.2124171 -1.8822025000000002 0.40122698 0.64205482 -0.45755082 -0.98973578 -1.0654084 -0.67728926 -3.9999547999999994 -6.6291655 -11.413938 -0.79891136 -11.4056 +65 0.21373166 -1.8826305 0.40071252 0.64232732 -0.45645221 -0.98903798 -1.0648138999999999 -0.67765284 -4.000290000000001 -3.3075587 -10.277013 -0.79842957 -7.8079973 +66 0.32920855 0.41642577 3.4133901 -1.2118863000000002 1.7542005 1.0536823 0.66890595 1.3145535 1.3140065 -2.6912017 -9.4700317 0.12806053 -7.0000291 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.3084811 1.0977027 -0.27367191 -0.27472896 -1.0882843999999998 -1.2801338 -1.2704136000000001 0.52359079 0.52334821 0.28677692 0.21513279 -0.91742168 0.22525075 +2 -0.43615981 -3.0858374 0.47853824 0.57964668 -1.0691579 -1.1889661 -1.1612619 -0.64756434 -0.64768616 -0.41815249 -0.55208864 -0.76689176 -0.5647531 +3 0.057399188 0.23134482 -2.7685574 0.17953098 -0.13090525 -0.19651806 -0.18332684 -0.20868345 -0.20884773 -0.1276669 -0.13020928 -0.064803448 -0.13420584 +4 -0.17792631 -0.13593486 0.00046004877 -3.2863173999999997 3.9810827000000004 1.9626065 0.9540328 -0.062022753 -0.061942183 -0.036919927000000005 -0.034069704 0.15775107 -0.035556736 +5 1.2914504 0.91669273 -0.070085279 -0.30554787 -0.38637327 -0.6955187 -0.71478495 0.4526336 0.45247484 0.25076052 0.19264912 -0.40288934 0.20145172 +6 3.0614174 2.0317119999999997 -0.038979339 -0.44780482 4.4316061 -1.2845176999999999 -1.4057766999999999 1.0158542 1.0154459 0.51360552 0.33763467 -1.2688282 0.35497328 +7 3.5402366 2.3451187 -0.022189121000000003 -0.39111029 4.7493395 2.0881822 -2.3239747000000004 1.1547073 1.1542298 0.57010888 0.36332554 -2.3663737 0.38238353 +8 0.38513786 1.1100139999999998 2.2361251 -0.65078316 1.149786 0.61794132 0.42041198 -2.4640801 -2.4671863 -1.8830031000000003 -5.6730467 0.091344884 -5.6675762 +9 0.22119194 -1.8865929 0.3990049 0.64392831 -0.45015859 -0.98398764 -1.0609143 -0.68035152 -4.0030445 -3.3110777999999996 -7.8199909 -0.79843272 -7.812044599999999 +10 0.32593451 0.41345796 3.4014577000000004 -1.2062932 1.7423634 1.0498326999999998 0.66931326 1.3107278999999998 1.3101841 -2.6920738999999996 -7.008366199999999 0.1289391 -7.0006943 +11 0.25630565 0.3307666 2.9021855 -0.98545168 1.3917468000000002 0.86678257 0.58140958 1.1250889 1.124666 0.55840646 -2.4440678 0.11784339 0.37605159 +12 -1.6563043999999998 -2.2237099 0.4418811 0.54125165 -2.2794664 -2.6056977000000003 -2.650881 -0.54583035 -0.54592408 -0.34813748 -0.42876483 -2.6541224999999997 -0.43965287 +13 -1.1738851000000001 1.3159587 -3.1840191000000004 -0.21532053 -1.0105618 -1.3254931 -1.3434044 0.5085823 0.50818823 0.27898211 0.20978916 -1.0370959000000002 0.21983191 +14 -3.1043195 -0.40019897 -0.033553421 -3.1205082 0.015333263 -0.0022887714000000003 -0.0036300414000000002 -0.19358348 -0.19360436 -0.11796 -0.1184928 -0.0013080319 -0.12246251 +15 0.69967863 3.0135841 -0.31938173 -0.087207324 -1.1163031 -1.7741588 -1.8988546999999998 1.4036028999999999 1.4031399 0.66361317 0.40267689 -1.8633282 0.42437003 +16 1.0352434000000001 3.4352084 -0.28535832 0.16595486 0.95741211 -3.0616751 -3.1997697 1.5339223 1.5333767 0.70854027 0.420067 -3.3460021 0.44303998 +17 0.96002739 3.3346671999999997 -0.28747242 0.10082344 0.94586789 0.07025587700000001 -2.7713097 1.5051428 1.5046111 0.69884221 0.41637773 -2.8732265 0.43907977 +18 -0.88520569 1.9638403999999998 2.407474 -0.58100134 -0.32582751 -0.81703826 -0.88297697 -2.1986351 -2.2005244 -1.6484067999999998 -5.157038099999999 -0.60177881 -5.1522793 +19 -1.4363568000000002 -1.6054893999999997 0.50540795 0.59417647 -2.1099056000000003 -2.706665 -2.8304862 -0.55551628 -3.8775487999999996 -3.1908687000000002 -7.6700695 -2.9286792 -7.6622782 +20 -1.1063827 1.3918540000000001 3.4891361000000005 -1.0205891 -0.093667784 -0.52270981 -0.57423371 1.4258061000000002 1.4252663 -2.6505081 -6.949483 -0.31728596 -6.9418273 +21 -1.1592806 1.3124286 2.9767647999999998 -0.89230018 -0.28623039 -0.65481279 -0.68765549 1.2827589 1.282317 0.61952497 -2.4223098 -0.39256769 0.40432863 +22 0.29580955 -3.2117088 -1.0886518 1.3397308 -1.0981851999999999 -1.5946837 -1.6698366999999998 -1.5290571000000002 -1.5296132 -1.0845936999999999 -3.1941822999999996 -1.5168829 -3.195249 +23 -0.94988288 -3.3765397000000004 0.4788769 -2.7131993 2.0341176 1.2309796 0.7493582 -0.67379488 -0.67391438 -0.43640409 -0.58670438 0.13839331 -0.59991371 +24 0.6980013 -2.5220738999999996 0.46622495 0.46710635 -1.6388900000000002 -1.976433 -2.0165503 -0.58896259 -0.58906071 -0.37762453 -0.47861164 -1.8983653999999999 -0.49028684 +25 1.0093259 -2.4261245 0.4639547 0.43015424 0.63152856 -3.1115114 -3.1789628 -0.57799971 -0.57808842 -0.37009511 -0.46558754 -3.2672307000000003 -0.47707219 +26 1.0269872 -2.4207479 0.46373656 0.42745186 0.65420529 0.062723061 -2.7643225 -0.57743028 -0.57751931 -0.36970496 -0.46491675 -2.8431471 -0.47639177 +27 0.016345188 -2.498081 1.6588258000000002 0.10689278 -0.09789513300000001 -0.61158224 -0.68078875 -3.3258455999999996 -3.3265578000000002 -2.6695222000000003 -6.9763750999999985 -0.41422767 -6.968832400000001 +28 0.24264518 -6.1953962 -0.37592953 1.2779143 -1.0892591 -1.6004242 -1.6807949 -1.5837733999999999 -4.9056736 -4.185833000000001 -8.8405312 -1.5385434999999998 -8.8324649 +29 -0.58237486 -2.3808307 3.2890627 -1.2029358 0.67667156 0.19758122 0.097679838 1.1473913999999998 1.1468082 -2.7548212000000003 -7.096175 0.016149824 -7.088295 +30 -0.57303008 -2.4737471 2.8180487999999997 -0.85412893 0.30290659 -0.069268021 -0.1185227 0.90456438 0.90408793 0.46584484 -2.4803533 -0.053103492999999995 0.32928287 +31 -0.19604625 0.05054630400000001 -2.7721164000000003 -3.0809827000000003 3.6440931000000005 1.8811414 0.93840594 -0.32819226 -0.32818908 -0.20340774 -0.21835282 0.15649669 -0.22538934 +32 1.4465316000000001 1.0978446000000002 -2.8742243 -0.20741331 -0.33731164 -0.73302242 -0.77096627 0.37272989 0.37240697 0.20874675 0.16403259 -0.46568749 0.17165172 +33 3.0176244999999997 2.0014992 -2.858415 -0.38802533 4.321208400000001 -1.3119771999999998 -1.4345288 0.91696009 0.91644809 0.47120859 0.31690514 -1.3045548 0.33305604 +34 3.4423128 2.2446724 -2.8472193999999997 -0.36846073 4.6774683 2.0721386 -2.3257559 1.0431606 1.0425974 0.52481276 0.34258198 -2.3685102000000002 0.36038033 +35 0.52148123 1.0643703000000002 -0.25896246 -0.15830445 0.74399634 0.21521981 0.10051446 -2.9499677 -2.9543117999999997 -2.3238762000000004 -6.4573865 0.014084383 -6.4507357 +36 0.3523096 -3.7719659 -4.3110136 1.7507001 -1.463399 -1.9252266 -1.9967956999999998 -2.4459267000000002 -5.7685212 -5.0343692 -9.761683300000001 -1.9092061999999999 -9.753200699999999 +37 0.13130676 0.38481053 -0.083087865 -0.074310229 0.22172471 0.067084771 0.034325833 0.1670681 0.16670234 -3.2257126 -7.7131543 0.006138192099999999 -7.7059648 +38 0.1084362 0.33668832 -0.533938 -0.0048547009 0.12179632 -0.010976398 -0.0275731 0.062513332 0.062288853 0.03636421 -2.7174914 -0.011939535 0.031048627000000002 +39 0.61634676 0.45629082 -0.076598489 -3.4967238 1.2621095 0.46471712 0.26826154 0.21377353 0.21381642 0.12300618 0.1034071 0.053562625999999995 0.10756471 +40 2.9830256 1.9794083999999998 -0.040700084 -3.7749973 5.1605472 -1.151828 -1.2829458 0.99172273 0.99133066 0.50346221 0.33285547 -1.1348993 0.34987627 +41 3.53577 2.3416207 -0.021883684 -3.7139067000000003 5.1715196 2.1654560000000003 -2.3157422999999997 1.1532412 1.1527642 0.56952869 0.36306933 -2.3571188 0.38211019 +42 0.11516101 0.95237454 2.2058432 -3.9612233999999997 4.8200355 2.1125436 0.97902439 -2.5120237999999997 -2.5149947 -1.9254536 -5.7568782 0.15963219 -5.7516252 +43 -0.84326646 -1.8863008999999997 0.40561058 -2.6516764 2.0875776000000004 1.173006 0.71810025 -0.67270573 -3.9963278 -3.3045661 -7.811855400000001 0.13422869 -7.8040032 +44 0.22652227 0.33635455 3.3959289 -4.5337171 5.0096542 2.1434231 0.98390771 1.3030697 1.3025286 -2.6949123999999998 -7.0123538 0.16001614 -7.004688400000001 +45 0.14859542 0.24725934 2.8957229 -4.3060958 4.9458237 2.1310825 0.98197081 1.113204 1.1127888000000001 0.55364038 -2.4458213 0.15986529 0.37377418 +46 3.6590855 2.4287679 -0.021234651 -0.36784827 1.2309875 -2.8415109 -2.9742424 1.1896072 1.1891153 0.58381111 0.36931912 -3.0948495 0.3887843 +47 3.6225046 2.4032254 -0.021857726 -0.37531046 1.2189806 0.30502613 -2.6878857000000003 1.1790337 1.1785463 0.57968113 0.36752258 -2.7785947 0.3868652 +48 1.7124392 1.6273777 2.3357536 -0.65418185 0.24370931 -0.37908669 -0.47825533 -2.3055352000000005 -2.3087869999999997 -1.7434241000000001 -5.3789889 -0.27876759 -5.3728587 +49 1.0205518 -2.0856543999999997 0.3249055 0.64380994 -1.5004663 -2.1058261000000003 -2.2246979 -0.76825461 -4.0903089999999995 -3.3947932 -7.922500599999999 -2.2363638999999997 -7.914616199999999 +50 1.6533028000000003 1.3347966999999998 3.4825157999999994 -1.0687528 0.50412433 -0.09927335 -0.20177375 1.4179473999999999 1.4173911 -2.6532859 -6.9534439 -0.10889762 -6.9457835999999995 +51 1.5800646999999999 1.2468138 2.9934235 -0.94710349 0.36436272 -0.19111159 -0.2760805 1.2770492 1.2765906 0.61737635 -2.4230492000000003 -0.14192377 0.40336571 +52 3.68053 2.4425895 -0.019384283999999998 -0.36365167 4.805644999999999 -1.2128655000000002 -3.4216044 1.1953356000000002 1.1948406 0.58603985 0.37028305 -3.5852228999999998 0.38981517 +53 2.5413904 1.5975932 2.3294773999999996 -0.67940209 4.0920544 -1.3706591000000001 -1.4962444 -2.3158225 -2.3173911 -1.751089 -5.3963495 -1.3821777 -5.3899308 +54 1.090953 -2.1159015 0.31435579 0.64434038 0.48460602 -3.3955132000000003 -3.5234123999999998 -0.78089268 -4.102793 -3.4067699 -7.937037400000001 -3.6867413 -7.929182000000001 +55 3.6578527000000003 2.7181456 3.6473937000000007 -0.45187121 4.8342682 -1.2041194 -1.3338462 1.6093405 1.6087448999999998 -2.5885734 -6.8605350000000005 -1.1936286 -6.8527816999999995 +56 3.5585923999999998 2.5925244999999997 3.1954486 -0.48310637 4.8045228 -1.2121928 -1.341283 1.531156 1.5305989 0.70762131 -2.3935607000000005 -1.2016695 0.44193241 +57 2.6832755 1.5190579 2.314111 -0.69495025 4.288514599999999 1.9811098999999999 -2.3361332999999997 -2.3403145 -2.3413214 -1.7721036000000001 -5.442408400000001 -2.3803794999999996 -5.436033599999999 +58 1.0734656999999999 -2.1081067000000004 0.31708211 0.64416473 0.46554569 -0.28945423 -2.917313 -0.77763168 -4.0995693 -3.4036763 -7.9332845 -3.031046 -7.925422200000001 +59 4.1374816 3.0957548 3.6971277999999996 -0.19789615 4.9145187 2.1230569 -2.320206 1.6609591000000001 1.6603596999999999 -2.5720807 -6.8365732 -2.3622447 -6.8287857 +60 4.0429035 2.9641384 3.2582392999999996 -0.25729465 4.9036167 2.1180719 -2.3207433999999996 1.5970033000000001 1.5964256000000001 0.72936089 -2.3868936 -2.3628455 0.45068955 +61 0.44198495 -5.565423200000001 -3.9749399 1.9450647 -1.5707601999999998 -2.024757 -2.0959258999999997 -6.3482582 -9.6710659 -8.920026199999999 -13.727184 -2.0284084 -13.718673999999998 +62 0.38351521 1.1094066 2.2387982999999996 -0.65160283 1.1488542 0.61739542 0.42003987 -2.463651 -2.4666523999999996 -5.2044566 -9.9408532 0.09127727599999999 -9.9330106 +63 0.38529884 1.1103674 2.2387299 -0.65161662 1.1509378000000001 0.61866698 0.42087661 -2.4634015 -2.4663289 -1.8822408 -8.141330199999999 0.091426163 -5.6690519 +64 0.22003288 -1.8830448 0.40365766 0.64169593 -0.4490288 -0.98296552 -1.0598994 -0.67720814 -3.9998715 -6.629966900000001 -11.414895 -0.79728059 -11.406511 +65 0.22129416 -1.8834638 0.40315115 0.64196523 -0.44798289 -0.98230744 -1.0593408000000002 -0.67756532 -4.0002002 -3.3083538 -10.278439 -0.79683209 -7.8093792 +66 0.32800648 0.41561833 3.4167872999999997 -1.2132476 1.7534823 1.0551854999999999 0.67171505 1.3160223999999998 1.3154769 -2.6901173 -9.4692013 0.12922548 -6.9991532 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_15m_SS_EGF=10+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.3081877 1.0979103000000001 -0.27380122 -0.27486218 -1.0878208 -1.2798114 -1.2701972 0.52375004 0.52350747 0.2868782 0.21523732 -0.91758922 0.2253587 +2 -0.43563561 -3.0855276000000003 0.47894512 0.57944821 -1.0683878999999998 -1.1882313 -1.1606113 -0.64739646 -0.64751811 -0.41805944 -0.55204718 -0.76656059 -0.56470834 +3 0.056195779 0.23068497 -2.769588 0.18002585 -0.13271509 -0.19838454 -0.18506086 -0.2091265 -0.20929138 -0.12795435 -0.1305646 -0.065519418 -0.13456869 +4 -0.1779042 -0.13589483 0.00043105612000000004 -3.2863358 3.9809501000000003 1.9630031000000003 0.95447278 -0.062016809000000006 -0.06193618 -0.036918622000000005 -0.034075068 0.15788824 -0.035562235 +5 1.2915813999999999 0.91677753 -0.070142904 -0.30563736 -0.38606646 -0.69524959 -0.71459536 0.45271869 0.45255997 0.25082266 0.1927272 -0.40297061 0.20153189 +6 3.0616247000000003 2.0318185 -0.039090428999999996 -0.4480007 4.432051 -1.2839972 -1.4053402 1.0160046999999999 1.0155964 0.51370965 0.33774663 -1.2687247 0.35508871 +7 3.5405008000000002 2.3452498999999998 -0.022311291 -0.39132511 4.7498955 2.0887276999999997 -2.3235071 1.154881 1.1544036 0.5702242 0.36344351 -2.3662354 0.38250532 +8 0.38546119 1.1102136999999999 2.2364592 -0.65094973 1.1503068 0.61844144 0.42084494 -2.4638953 -2.4670014 -1.8829080000000002 -5.6730073 0.09147793800000001 -5.6675322 +9 0.22159999 -1.8865683000000002 0.39928921 0.64384359 -0.4496277 -0.98353777 -1.0605628 -0.68027894 -4.002971499999999 -3.3110934999999997 -7.8200536 -0.79844249 -7.812102900000001 +10 0.32581768 0.41337509 3.4017867999999996 -1.2064451999999999 1.7423183 1.0499968000000002 0.66959809 1.3108791000000002 1.3103354999999999 -2.6919652999999997 -7.0082811000000005 0.12905584 -7.0006047 +11 0.25620269 0.33069106 2.902446 -0.98554606 1.391674 0.86690079 0.58164325 1.1251957000000001 1.124773 0.5584947 -2.4439580000000003 0.11795037 0.37616029 +12 -1.6558389 -2.2234795 0.4422807 0.5410666 -2.2787724999999996 -2.6050605 -2.6503334 -0.5456647 -0.54575826 -0.34804493 -0.42871297 -2.6538972000000003 -0.43959789 +13 -1.1739563999999998 1.3159011999999999 -3.1855922000000003 -0.21531868 -1.0106183000000002 -1.3259848 -1.3440791 0.5086097 0.50821534 0.27901597 0.20985004 -1.0384201 0.21989444 +14 -3.104178 -0.40002461 -0.03362317 -3.1205423999999997 0.015519808000000001 -0.002139129 -0.003507652 -0.19354409 -0.19356499 -0.11794293 -0.1184999 -0.0012729247 -0.12246882 +15 0.69994168 3.0136988999999996 -0.31957485 -0.087461935 -1.1157411 -1.7736311000000002 -1.8984096999999998 1.4037933999999999 1.4033305 0.66373692 0.40279932 -1.8632123 0.42449652 +16 1.0355386 3.4353462 -0.28555685 0.16569996 0.95800287 -3.0611236 -3.1993023999999997 1.5341296 1.5335842 0.70867058 0.42019223 -3.3458629 0.44316945 +17 0.96031954 3.3348047999999997 -0.2876699 0.10057092 0.94645248 0.070802441 -2.7708437999999997 1.5053481000000002 1.5048166 0.69897171 0.4165026 -2.8730896 0.43920887 +18 -0.88492973 1.963986 2.4078151 -0.58120374 -0.3253122 -0.81656063 -0.88258343 -2.1984465 -2.2003355 -1.6483073000000001 -5.1570064 -0.60171161 -5.1522428 +19 -1.4360316 -1.6054681999999998 0.50569377 0.59409886 -2.1094642000000006 -2.7062763 -2.8301882000000003 -0.55544068 -3.8774729 -3.1908811000000004 -7.670132000000001 -2.9287341000000002 -7.662336099999999 +20 -1.1062177 1.3919344 3.489479 -1.0207872 -0.09327728800000001 -0.52233925 -0.57393909 1.4259858 1.4254461 -2.650388 -6.9493819000000006 -0.31726827 -6.9417217 +21 -1.1591026000000002 1.3125158000000001 2.9770254 -0.89245956 -0.28586485 -0.65446826 -0.68738769 1.2829076000000001 1.2824659 0.61963223 -2.4221922 -0.3925826 0.4044474 +22 0.29510616 -3.2116084 -1.0882061 1.3396155 -1.0987716 -1.5952142 -1.6704356 -1.5288566000000001 -1.5294125 -1.0844818 -3.1941932 -1.5180071000000002 -3.1952547000000004 +23 -0.94956896 -3.3764035000000003 0.47929417 -2.7133737 2.0346281000000004 1.2314889 0.74980914 -0.67363912 -0.67375847 -0.43631979 -0.58668343 0.13853079 -0.5998896 +24 0.69846753 -2.5218697999999997 0.4666328 0.46691363 -1.6381943 -1.9757929 -2.0159988999999996 -0.5888015 -0.58889945 -0.37753556 -0.47857053 -1.8981308000000001 -0.49024264 +25 1.0096967 -2.4259679 0.46436217 0.42997442 0.63211986 -3.1109581000000004 -3.1784941000000004 -0.57784443 -0.57793297 -0.37001 -0.46555176 -3.2670904 -0.47703344 +26 1.0273209 -2.4206061 0.46414486 0.4272778 0.65474881 0.063237217 -2.7638684 -0.57727669 -0.57736555 -0.369621 -0.46488289 -2.8430232999999996 -0.47635495 +27 0.017120269 -2.4980697999999997 1.6590613999999997 0.10685695 -0.097024804 -0.6108513 -0.68017277 -3.3258009 -3.326513 -2.6695606 -6.976498599999999 -0.41399478 -6.9689512 +28 0.24304438 -6.1953747 -0.37564719 1.2777937 -1.088699 -1.599924 -1.6803865000000002 -1.5837056 -4.9056055999999995 -4.1858566 -8.840584300000002 -1.5384866000000001 -8.8325135 +29 -0.5817873 -2.3804263999999997 3.2893846 -1.2030145 0.67739235 0.19825004 0.098245316 1.1475393999999999 1.1469563 -2.7547162 -7.0960939 0.016317619 -7.088209399999999 +30 -0.57246994 -2.4733705 2.8184099 -0.85424728 0.30363757 -0.068588513 -0.11794128 0.90471951 0.90424322 0.46594949 -2.480239 -0.052920647 0.32939761 +31 -0.19692479 0.050054398 -2.7734769 -3.0806888999999997 3.6420415 1.8810056 0.93873647 -0.32852856 -0.32852548 -0.20363793 -0.21869298 0.15662488 -0.22573652 +32 1.4459287 1.0975496999999999 -2.8756077999999996 -0.20729654 -0.33781244 -0.73357227 -0.77159246 0.37258674 0.37226363 0.20868545 0.16402179 -0.46649619 0.17163936 +33 3.0174874 2.0014311 -2.860001 -0.38821057 4.3212327 -1.3115589 -1.4341908 0.91702543 0.91651354 0.47127419 0.31699709 -1.3045646999999998 0.33315029 +34 3.4425120000000002 2.2447821 -2.8488493 -0.36866995 4.6779698 2.0726715 -2.3252896 1.0433306 1.0427674999999998 0.52492541 0.34269813 -2.3683736 0.3605002 +35 0.51976263 1.0640082 -0.25872285 -0.158335 0.74207727 0.21399608 0.09957677599999999 -2.9500536 -2.9543931 -2.3240263999999997 -6.4577186 0.013822069 -6.4510643 +36 0.35153817 -3.7714911 -4.3103996 1.7505384999999998 -1.4639989 -1.9257457999999998 -1.9973749 -2.4455822 -5.7681762 -5.034121 -9.761439 -1.9102841 -9.752952 +37 0.12993014 0.38408081 -0.08283797400000001 -0.07396385400000001 0.21984695 0.065374935 0.032886842 0.16675828 0.16639234 -3.2258816 -7.713413 0.0057157156999999995 -7.7062176 +38 0.10708972 0.33594659 -0.53397876 -0.0044349287 0.11988462 -0.012762193 -0.02912276 0.062117492999999996 0.06189269 0.036135302 -2.7176369 -0.01244272 0.030845368999999997 +39 0.61636467 0.45630872 -0.076655 -3.4967678999999996 1.2625145 0.46515898 0.26865104 0.21379851 0.21384148 0.12302877 0.10344579 0.053683854 0.10760396 +40 2.9832411 1.9795252 -0.040813239 -3.7751883 5.1611414 -1.1512742 -1.2824778000000001 0.99187549 0.99148353 0.50356698 0.33296755 -1.1347606000000001 0.34999183 +41 3.5360426 2.3417592999999997 -0.022006906 -3.7141193999999995 5.1721165000000004 2.1660103 -2.3152737 1.1534178999999998 1.152941 0.56964518 0.36318782 -2.3569795 0.38223252 +42 0.11544083 0.9525744 2.2061752 -3.9613862 4.820585400000001 2.1130901 0.97949179 -2.5118427000000003 -2.5148134 -1.9253619 -5.7568428 0.1597715 -5.7515852999999995 +43 -0.84295975 -1.8862458 0.40590562 -2.6517654999999998 2.0879678 1.1734368 0.718515 -0.67261969 -3.9962415 -3.3045690999999997 -7.8119026 0.13436173 -7.8040459 +44 0.2264909 0.33633048 3.3962626000000005 -4.533862200000001 5.010174299999999 2.1439652000000002 0.98437444 1.3032264999999998 1.3026855 -2.6948017999999996 -7.0122658 0.1601554 -7.0045959 +45 0.14858093 0.24724745 2.8959864 -4.3061888 4.9463004999999995 2.1316176 0.98243645 1.1133183 1.1129033000000002 0.55373139 -2.4457105 0.16000446 0.3738841 +46 3.6593660000000003 2.4289069 -0.021360486 -0.36806596 1.2315618 -2.8409765 -2.9737945 1.1897872 1.1892954 0.58392921 0.36943847 -3.0947335 0.38890755 +47 3.622781 2.4033627999999996 -0.021982601 -0.37552716 1.2195524 0.30555715 -2.6874249 1.1792121000000002 1.1787248 0.57979853 0.36764158 -2.7784642 0.38698807 +48 1.7128925 1.6275648 2.3360917000000003 -0.65436687 0.24436994 -0.37848825 -0.47774825 -2.3053427 -2.3085946 -1.743322 -5.3789435999999995 -0.27860446 -5.3728086 +49 1.0208793999999999 -2.0856442 0.32518212 0.64373086 -1.5000102 -2.1054223999999997 -2.2243854 -0.7681905 -4.0902445 -3.3948175000000003 -7.9225713 -2.2364118 -7.914682400000001 +50 1.6533186000000002 1.3348016000000003 3.4828489 -1.0689676000000001 0.50449435 -0.098887222 -0.20145161 1.418116 1.4175598 -2.6531697999999997 -6.953348399999999 -0.10882521 -6.9456836 +51 1.5800883999999997 1.2468194 2.9936861 -0.94727551 0.36469513 -0.19075326 -0.27578414 1.2771851 1.2767266000000002 0.6174787 -2.4229332 -0.14186941 0.40348226 +52 3.6808127 2.4427292 -0.01951054 -0.36386995 4.8062176 -1.2123161 -3.421139 1.1955163 1.1950214 0.5861583 0.37040258 -3.5850872000000003 0.3899386 +53 2.5417197 1.5977219999999999 2.3298042000000003 -0.6795911 4.0926016 -1.3701188 -1.4957899 -2.3156487 -2.3172171 -1.7510031000000004 -5.3963395 -1.3820553999999998 -5.3899162 +54 1.0912572 -2.1158829 0.31463586 0.6442612 0.48501334 -3.3951227 -3.5231109 -0.7808254 -4.1027254 -3.4067912000000002 -7.9371042 -3.6867834999999998 -7.9292443 +55 3.6580665 2.7182442000000004 3.6477367999999997 -0.4521376 4.8348345 -1.2035707 -1.333383 1.6095403999999998 1.608945 -2.5884452000000002 -6.8604226 -1.1934953000000001 -6.8526648 +56 3.5587912000000004 2.5926075 3.1957212999999998 -0.48336751 4.8050764 -1.2116465 -1.3408219 1.5313388 1.5307819 0.7077434 -2.3934374 -1.2015385 0.44205854 +57 2.6835714 1.5191964 2.3144383 -0.69513339 4.289022599999999 1.98164 -2.3356675 -2.3401394 -2.3411462000000003 -1.7720167000000002 -5.4423941 -2.3802432999999996 -5.4360147 +58 1.0737694 -2.1080875 0.3173623 0.64408547 0.46595272 -0.28907422 -2.9169227 -0.77756401 -4.0995013 -3.4036972999999997 -7.9333508 -3.0309941000000005 -7.925484 +59 4.1377637 3.0958923 3.6974761 -0.19814775 4.9151099 2.1236099999999998 -2.3197375 1.6611691000000002 1.6605699 -2.571949 -6.8364558 -2.3621055 -6.828663900000001 +60 4.0431714 2.9642592 3.2585193 -0.25754959 4.904204200000001 2.1186243 -2.320275 1.5972007 1.5966232 0.72948826 -2.3867685 -2.3627064 0.45081794 +61 0.44229215 -5.565246 -3.974586 1.9448601000000003 -1.570208 -2.0242452 -2.0954993 -6.3480712 -9.6708787 -8.919934399999999 -13.727104 -2.0283184 -13.718588 +62 0.3838534 1.1096131 2.2391308 -0.65176928 1.1493921 0.6179079 0.42048098 -2.4634650000000002 -2.4664662 -5.2043604000000006 -9.9407701 0.09141178 -9.932922999999999 +63 0.38562202 1.1105668 2.2390621 -0.65178259 1.1514578000000002 0.6191666 0.42130926 -2.4632174 -2.4661446 -1.8821463 -8.1412912 0.09155916800000001 -5.669008900000001 +64 0.22045551 -1.8830234000000001 0.40393928 0.64161281 -0.44848422 -0.9825056 -1.0595389 -0.67713775 -3.9998007000000007 -6.6299847000000005 -11.414927 -0.79728215 -11.406538000000001 +65 0.22170229 -1.8834401 0.40343419 0.64188126 -0.44745272 -0.98185815 -1.0589899 -0.67749359 -4.000128 -3.3083703 -10.278502 -0.79684234 -7.8094384 +66 0.32788932 0.41553508 3.4171181000000006 -1.2134013000000001 1.753438 1.055351 0.67200134 1.3161747 1.3156294 -2.6900082999999997 -9.469115400000002 0.12934247 -6.9990628 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.8369098999999998 0.15476973 0.020349373 0.036304922 -2.8319375 -2.7259229 -2.0673991999999997 0.021692357000000002 0.021410487000000002 0.021390882000000003 0.021404149 -2.0766766 0.021417829 +2 -1.3753719 -3.3811667 -0.12513791 -0.056707839 -1.3204239 -1.1198688 -0.70805626 -0.16874565 -0.13631937 -0.13615279 -0.13616741 -0.70980124 -0.13630103 +3 1.1716308000000002 1.5068881 0.20223982 0.647713 1.1057303 0.99260427 1.2501316999999998 1.5821219 1.5887283 1.5878653999999999 1.5914651000000002 1.258745 1.5915318 +4 0.0002691681 0.00028365397 3.7334445e-05 -3.3217282 0.12574545 0.095354663 0.047581190999999995 3.9464142e-05 3.9340638e-05 3.9305012000000003e-05 3.9329104e-05 0.047641123 3.9353968e-05 +5 3.4635595e-05 4.1920209000000004e-05 5.2695935e-06 1.7036936e-06 -1.7190005000000002 -1.6852107 -1.2179909 5.4536435999999995e-06 6.0563891e-06 6.033783900000001e-06 6.0192225e-06 -1.2263893 6.040233900000001e-06 +6 4.0723312e-05 4.9390838999999995e-05 6.184067700000001e-06 2.0085197e-06 2.7971779e-05 -3.0763552000000005 -2.4232563 6.4129308e-06 7.1194090999999995e-06 7.0920575e-06 7.074126200000001e-06 -2.4345641 7.0996009e-06 +7 3.6779525e-05 4.4632203e-05 5.582319200000001e-06 1.8152845e-06 2.5204322999999998e-05 9.0266587e-06 -1.4903326000000001 5.7920109e-06 6.4295291e-06 6.4046385e-06 6.3882468e-06 -1.4925483 6.4114414999999995e-06 +8 -1.3452696000000002 -3.308215 -3.4547388 -0.032844723 -1.2931895 -1.0911436 -0.66769542 -3.9872937999999993 -3.987539 -3.9870983 -3.988749 -0.66921085 -3.9888171000000003 +9 -1.4610214 -3.9477701 -4.0049148 -0.058910058 -1.4024631 -1.1886128 -0.75716283 -0.69956881 -4.0207465 -4.0203019 -4.0219519 -0.75887982 -4.0220232000000005 +10 0.00042418855 0.0006198619000000001 0.00047890679 2.6527055e-05 0.00047476373 0.00062041428 0.00045946425999999997 0.00020984199 0.00041904088 -3.3215089 -3.3231642999999997 0.00046674129999999995 -3.3231625 +11 2.6605772000000003e-06 3.9013197e-06 6.9233705e-06 1.0639066999999998e-07 2.6030278e-06 2.2371591000000002e-06 1.1325495e-06 2.3359377e-06 4.0020607999999994e-06 4.0012921e-06 -2.4594405 1.1399072e-06 2.2842320999999997e-07 +12 -3.806186 -3.2401617999999996 -0.12276832 -0.025421341 -3.7445538999999997 -3.4812116 -2.7189782000000005 -0.16628273 -0.13387718 -0.13371241 -0.13372569 -2.7248622000000005 -0.13385806 +13 -1.8430939999999998 1.6570431 0.21738478 0.67864418 -1.9246186 -1.9155936000000002 -0.67362672 1.5979546999999998 1.6044048999999998 1.60352 1.6071706000000001 -0.68139725 1.6072464 +14 -2.8366342 0.15506884 0.020392219 -3.2854159 -2.7042422000000004 -2.6256470000000003 -1.9857199 0.021737707000000002 0.021455697000000003 0.021436049 0.021449343 -1.9955931 0.021463053 +15 -2.8369082000000003 0.15477229 0.020349709 0.036305039 -4.5349185 -4.4257099 -3.664446 0.021692714 0.021410877000000002 0.02139127 0.021404536000000002 -3.6760995000000003 0.021418218 +16 -2.836908 0.15477255 0.020349743 0.036305051 -2.8319362999999997 -5.7691851 -4.9771852999999995 0.02169275 0.021410917 0.02139131 0.021404575 -4.9893974000000005 0.021418257000000003 +17 -2.8369082000000003 0.15477223 0.020349702 0.036305037000000005 -2.8319363999999996 -2.7259225 -3.5540718 0.021692706000000003 0.021410869 0.021391262 0.021404528 -3.5638959000000003 0.021418209 +18 -3.7708504 -3.1071789 -3.4515296 -0.0005352154599999999 -3.7119142999999997 -3.4466898 -2.6684019 -3.9836400999999997 -3.9842616 -3.9838231 -3.9854757000000003 -2.6741319 -3.9855417 +19 -3.8564537000000003 -3.8073191 -4.0031623 -0.0277716 -3.7919155 -3.5199159 -2.7536243 -0.6977814 -4.019089 -4.0186453 -4.020296 -2.7593022 -4.0203665 +20 -2.8365597 0.15540569 0.020838617 0.036334455 -2.8315592 -2.7254437 -2.0669343999999996 0.021913565 0.021843273 -3.3001042999999997 -3.3017712 -2.0762076 -3.3017557 +21 -2.8369077999999996 0.15477371 0.020356445 0.036305046 -2.8319355 -2.7259211 -2.0673979 0.021694778999999997 0.021414599 0.021394992999999998 -2.4380363999999997 -2.0766752 0.021418111 +22 -0.95781484 -1.8061607 0.10726705 0.54364156 -0.97904561 -0.86189039 0.18783952 1.4502436 1.4880334 1.4873374 1.4906761999999998 0.18781433 1.4906523999999999 +23 -1.3751280000000001 -3.3809066 -0.12513215 -3.3784395 -1.1997022 -1.0269944 -0.64649202 -0.16873973 -0.13631345 -0.13614687 -0.13616149 -0.64847522 -0.13629511 +24 -1.3753677 -3.3811508999999997 -0.12513769 -0.056707805 -3.0279787000000002 -2.8171157000000004 -2.1436285 -0.16874542 -0.13631912 -0.13615254 -0.13616716 -2.1501957000000003 -0.13630078 +25 -1.3753672 -3.3811489000000003 -0.12513766 -0.0567078 -1.3204208 -4.1764622000000005 -3.4163012000000004 -0.16874539 -0.13631909 -0.1361525 -0.13616713 -3.4241957999999997 -0.13630075 +26 -1.3753677 -3.3811508000000003 -0.12513769 -0.056707804 -1.3204211000000001 -1.1198678 -2.1964552999999998 -0.16874542 -0.13631912 -0.13615253 -0.13616716 -2.1995367000000003 -0.13630078 +27 -1.5910516000000001 -6.6045195 -3.4390062999999995 -0.038560443 -1.5240966 -1.2765733 -0.79728565 -4.006029799999999 -3.9739837 -3.9735157999999995 -3.9751366999999997 -0.7985356 -3.9752322 +28 -1.6274111 -7.2401710999999995 -3.9837855 -0.062642214 -1.5587915 -1.3142905 -0.84601788 -0.71164675 -4.001439700000001 -4.0009726 -4.0025968999999995 -0.84753618 -4.0026912 +29 -1.375273 -3.3806361000000003 -0.12476348 -0.056705502000000005 -1.3203216999999998 -1.1197358999999998 -0.70794339 -0.16861549 -0.13600351 -3.4577649 -3.4592967000000003 -0.7096871 -3.4594285000000005 +30 -1.3753713 -3.3811631 -0.1251318 -0.056707880999999995 -1.3204233 -1.1198682 -0.70805599 -0.16874384 -0.13631601 -0.13614942 -2.5956075000000003 -0.70980097 -0.13630112 +31 1.1718806 1.5071444 0.20226548 -2.6740752999999997 1.2900312 1.1302406999999999 1.301734 1.5821484 1.5887545 1.5878916 1.5914913999999998 1.310822 1.5915581 +32 1.1718447 1.5070921999999998 0.20226212 0.64772848 -0.63519214 -0.6736203 0.26080644 1.5821424 1.5887524 1.5878894 1.5914891000000002 0.25808047 1.591556 +33 1.1718988000000001 1.5071449 0.20226775 0.64773248 1.1059265 -2.1260976 -0.85960328 1.5821476 1.5887586 1.5878956 1.5914953 -0.86745656 1.5915621000000002 +34 1.1718776000000002 1.5071248 0.20226554 0.64773096 1.1059101999999998 0.99267044 -0.24638159 1.5821456 1.5887562 1.5878932 1.5914928999999998 -0.24286051 1.5915598 +35 -0.7560718 -1.3475941999999999 -2.8193411 0.57163776 -0.78898353 -0.69767097 0.31926251 -2.0125291 -2.0074066000000004 -2.0071171999999997 -2.0085058 0.31968859 -2.0084987 +36 -1.0281885 -1.9902126 -3.4166964 0.54096419 -1.0483572 -0.92564746 0.14108787 1.2714353 -2.0443941000000003 -2.0440963 -2.0454908 0.14086212 -2.045489 +37 1.1720146 1.5073315 0.20269736 0.64774725 1.1061649 0.99319468 1.2505341 1.582217 1.5890418 -1.7337493000000002 -1.7351123 1.2591555 -1.7350396000000001 +38 1.1716318000000001 1.5068893 0.20225198 0.64771257 1.1057313999999998 0.99260535 1.2501314 1.5821225 1.5887293 1.5878665 -0.86800413 1.2587447 1.5915216 +39 0.00030595844 0.00032818553999999995 4.2932937000000005e-05 -3.3217263999999997 -1.594668 -1.5874217 -1.1475277 4.5258489e-05 4.5775291e-05 4.5715661e-05 4.5724296e-05 -1.1562531 4.5771471e-05 +40 0.00031264853 0.00033640217000000005 4.3937291e-05 -3.3217261 0.12577485 -2.9833795 -2.3449125 4.6312938999999995e-05 4.6943594000000006e-05 4.6878698000000004e-05 4.6883578e-05 -2.3567577999999996 4.6935707000000004e-05 +41 0.00030849366000000003 0.00033139045 4.3302957e-05 -3.3217263 0.12577197 0.09536416199999999 -1.4429291000000002 4.565862e-05 4.6216566e-05 4.6154246000000005e-05 4.6160729e-05 -1.4451653 4.6210474e-05 +42 -1.3450178999999998 -3.3079387000000002 -3.4547324 -3.3545712999999995 -1.1708077 -0.99690442 -0.60547928 -3.9872872999999998 -3.9875324 -3.9870917 -3.9887425000000003 -0.60722591 -3.9888105000000005 +43 -1.4607777 -3.9475104 -4.00491 -3.3806417 -1.281987 -1.0959386 -0.69487116 -0.69956404 -4.0207416 -4.0202969 -4.0219469 -0.69684552 -4.0220182 +44 0.00069336995 0.0009035294599999999 0.0005162623599999999 -3.3217017 0.12622236 0.09597365199999999 0.048032245999999994 0.00024932377 0.00045840352999999996 -3.3214696000000004 -3.323125 0.048099498 -3.3231232000000004 +45 0.0002718288 0.00028755542999999996 4.425808e-05 -3.3217281 0.12574807 0.095356902 0.047582292000000005 4.1800231999999994e-05 4.3342895e-05 4.3306499e-05 -2.4594012000000003 0.047642232 3.9582485e-05 +46 4.1960524e-05 5.0914748e-05 6.3692183e-06 2.0707607e-06 -1.7189957999999999 -4.735720400000001 -4.0062695 6.60789e-06 7.3353145999999995e-06 7.3069527000000005e-06 7.2882888e-06 -4.0203169999999995 7.3147159e-06 +47 4.1162544e-05 4.9936129000000004e-05 6.2492664000000005e-06 2.030836e-06 -1.7189963 -1.6852093000000001 -2.7056895 6.4821435e-06 7.195954400000001e-06 7.1682094000000005e-06 7.1499815e-06 -2.7150887000000004 7.175829e-06 +48 -1.3452651000000002 -3.3081981 -3.4547383000000003 -0.032844684 -3.0008556 -2.7883821 -2.0997847000000003 -3.9872935 -3.9875384 -3.9870977 -3.9887485000000003 -2.1061848999999997 -3.9888165 +49 -1.4610181999999998 -3.9477552000000005 -4.0049145 -0.058910045999999994 -3.1096093999999996 -2.8862307 -2.203464 -0.69956866 -4.0207461 -4.0203014999999995 -4.0219514 -2.209794 -4.022022799999999 +50 0.00045884514 0.00066180398 0.00048418755999999995 2.8232358e-05 -1.7185307 -1.6845837 -1.2174143999999998 0.00021530181 0.00042510744000000007 -3.3215029 -3.3231583 -1.2258056 -3.3231565 +51 3.7296256e-05 4.5821599e-05 1.2193005e-05 1.8100916999999998e-06 -1.718998 -1.6852084999999999 -1.2179893 7.7896093e-06 1.0058485e-05 1.0035111e-05 -2.4594345 -1.2263877 6.268677199999999e-06 +52 4.1936243000000004e-05 5.0885502e-05 6.3654987e-06 2.0695728e-06 2.8748559e-05 -3.076355 -3.9096902 6.604061e-06 7.3310575999999995e-06 7.3027098999999995e-06 7.2840545e-06 -3.9214379999999998 7.310468499999999e-06 +53 -1.3452645 -3.3081959000000003 -3.4547382000000004 -0.032844679 -1.2931861 -4.1481940999999996 -3.3715589999999995 -3.9872935 -3.9875383 -3.9870976000000002 -3.9887483999999995 -3.3793092000000002 -3.9888163999999997 +54 -1.4610178 -3.9477532999999996 -4.0049144 -0.058910044 -1.4024608 -4.244349400000001 -3.4790474000000002 -0.69956864 -4.0207461 -4.020301399999999 -4.0219514 -3.4866330999999997 -4.0220227 +55 0.0004649376 0.0006692797599999999 0.00048510426 2.8537523999999998e-05 0.00050275562 -3.0757482999999994 -2.4226416 0.00021626237999999997 0.00042617258 -3.3215017999999996 -3.3231572 -2.4339425 -3.3231553999999996 +56 4.3383993e-05 5.3292247e-05 1.3107487e-05 2.1149194e-06 3.0574879999999996e-05 -3.0763531000000004 -2.4232544999999996 8.748902e-06 1.1121512e-05 1.1093391e-05 -2.4594334 -2.4345623 7.3280484e-06 +57 -1.345265 -3.3081979 -3.4547383000000003 -0.032844684 -1.2931864 -1.0911425 -2.156166 -3.9872935 -3.9875384 -3.9870977 -3.9887485000000003 -2.1590505 -3.9888165 +58 -1.4610181999999998 -3.9477550999999997 -4.0049145 -0.058910045999999994 -1.402461 -1.1886121 -2.2454563 -0.69956866 -4.0207461 -4.0203014999999995 -4.0219514 -2.2484624 -4.022022799999999 +59 0.00046099157 0.00066451884 0.00048450128 2.8344114e-05 0.0004999863400000001 0.0006294477 -1.4898742 0.00021564078999999998 0.00042548160000000006 -3.3215025000000002 -3.3231579 -1.4920832 -3.3231561000000003 +60 3.9440197e-05 4.8533603e-05 1.2505734e-05 1.9216833e-06 2.7807417999999997e-05 1.1263842e-05 -1.4903315000000001 8.127979e-06 1.0431628e-05 1.0405968e-05 -2.4594341 -1.4925472 6.639886799999999e-06 +61 -1.593539 -6.7054298999999995 -6.856527499999999 -0.038610442 -1.5265035 -1.2786983 -0.79890764 -4.068858799999999 -7.3909345 -7.3904632 -7.3922106 -0.8001593 -7.392286500000001 +62 -1.3452142 -3.3078682 -3.4544482000000003 -0.032843189 -1.2931221000000002 -1.0910579 -0.66762315 -3.9872772000000003 -3.9873294 -7.308816800000001 -7.310571700000001 -0.66913779 -7.310639699999999 +63 -1.3452696000000002 -3.3082148 -3.4547385000000004 -0.032844723 -1.2931895 -1.0911436 -0.66769541 -3.9872937999999993 -3.9875388 -3.9870981 -6.4481813 -0.66921084 -3.9888171999999997 +64 -1.4609714 -3.947436 -4.004771 -0.05890909 -1.4024178999999999 -1.1885553 -0.75711384 -0.69955779 -4.020543 -7.3420265 -7.343778200000001 -0.75883031 -7.343849499999999 +65 -1.4610214 -3.94777 -4.0049146 -0.058910058 -1.4024631 -1.1886128 -0.75716282 -0.6995688 -4.0207464 -4.0203017999999995 -6.481384200000001 -0.75887981 -4.0220233 +66 0.00042445453 0.00062025187 0.00047959859000000005 2.6537696e-05 0.00047502399000000004 0.00062063807 0.00045957760999999997 0.00021007546000000003 0.00041944082 -3.3215084999999998 -5.7825968 0.00046685538 -3.3231625 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.1731656000000004 0.14675878 0.00041555796 0.039515367 -3.4153428 -2.3638275 -0.76902369 0.0010253205 0.0010295775 0.00083420699 0.004165516 -0.7958096 0.0041409103999999995 +2 -1.7526009999999999 -2.2558439 0.0013913215 -0.29755589 -1.8056838 -0.93596844 -0.24788253 -0.0030021881 -0.0008707794599999999 -0.00036306041 -0.0032072013 -0.25744845 -0.0032854569 +3 -0.61056133 -0.40580333 -3.7769009 0.52086064 -0.9343752 -0.49265788 0.42706353 -3.1768332000000004 -3.1881093999999996 -2.9226628 -5.4674856 0.44625341 -5.4572061 +4 -0.00035709928999999997 -0.00020203203 -4.8988751e-07 -3.3219654999999997 0.72107712 0.11803275 0.023895974 -1.2755408e-06 -1.4118298e-06 -1.2077118e-06 -2.2378079e-06 0.024981262999999997 -2.2553776e-06 +5 0.0045064578000000004 0.003219568 1.0905307e-05 0.0007717406 -2.1031942999999997 -1.168962 -0.31577856 2.3420352e-05 2.4853096e-05 2.0768368000000002e-05 6.6608297e-05 -0.32780305 6.6514042e-05 +6 0.0091285662 0.006545290400000001 2.3685081e-05 0.0015691071 0.008315857900000001 -3.371486 -1.1768623 4.8939936e-05 5.2432023e-05 4.3998933999999996e-05 0.00013236323 -1.2097151000000002 0.00013228066999999998 +7 0.009892410899999999 0.0070973658 2.6011037e-05 0.0017014426 0.0089271604 0.0006173774299999999 -1.5625617 5.3358804e-05 5.7262707e-05 4.8091892e-05 0.00014281538 -1.6000238000000002 0.00014274898 +8 -4.202674900000001 -4.3062452 -7.2657910999999995 -1.3060436000000002 -4.1137217 -3.1908072 -2.5243776 -9.397362800000002 -9.433217599999999 -9.133925900000001 -11.842095 -2.5831158 -11.831761 +9 -4.9192612 -5.2725945 -8.2358523 -1.3394361000000001 -4.819328700000001 -3.8369286 -2.9081064 -6.4442565 -9.8014054 -9.5020321 -12.210717 -2.971305 -12.200358 +10 0.0023350486 -0.0029204425 0.028775762000000003 -0.15203675 0.073205934 0.014627402 -0.20769096 0.023321879 0.023981894 -3.3017483 -5.8794843 -0.21404698 -5.8692459 +11 0.0038896082 -0.0022681592999999997 0.035967528 -0.12460827 0.062121552000000003 0.011468105 -0.17021766 0.030692826 0.03111134 0.02592815 -2.4337334 -0.17558759 0.072803017 +12 -4.9239279 -2.1015558 0.00154791 -0.28417852 -5.0540152 -3.9973888 -1.7024481 -0.0027126561 -0.00058083138 -0.00012746003999999998 -0.00206458 -1.7498494999999998 -0.0021493532999999998 +13 -3.755264 -0.25292661 -3.7671059999999996 0.54417797 -4.2209479000000005 -3.3569197999999996 -0.76793211 -3.1655677000000004 -3.1766212000000005 -2.9114517 -5.4548894 -0.79716136 -5.444607599999999 +14 -3.1741672999999997 0.14608483 0.00041269675000000003 -3.2825754999999996 -2.7609583 -1.8132496 -0.57448591 0.0010196462 0.0010233917 0.00082893868 0.0041536766 -0.59529654 0.004129026599999999 +15 -3.1704992 0.14868853 0.00042388713 0.040013899 -5.1560855000000005 -4.1141872 -1.7875459999999999 0.0010417585 0.0010472481 0.0008491206199999999 0.0042063373 -1.8365033 0.0041817583 +16 -3.1698691 0.14914634 0.00042595001 0.040132164 -3.4128272000000006 -5.606013900000001 -2.9636404 0.0010457282000000002 0.0010515515 0.00085276175 0.0042158824 -3.0237446 0.0041913168 +17 -3.1701257000000003 0.14896145 0.00042516532 0.040084353999999996 -3.4130276 -2.3628998 -2.3053309 0.0010441628 0.0010498736 0.00085134729 0.0042119348 -2.3562806 0.0041873679 +18 -7.1179607 -4.104445200000001 -7.2610735 -1.2878912 -7.037509599999999 -6.0453999000000005 -4.6242402 -9.3920954 -9.4283199 -9.1290329 -11.837199 -4.6998215 -11.826861 +19 -7.7527913 -5.132175 -8.234026700000001 -1.3255393999999998 -7.650469999999999 -6.6029425999999996 -5.1180357 -6.4422736 -9.7995473 -9.500175500000001 -12.208859 -5.1933249 -12.198499 +20 -3.1725072 0.14286452 0.029641651 -0.10904355 -3.3522366000000003 -2.2936016 -0.97565644 0.024744697000000003 0.025409477000000003 -3.300587 -5.8782139 -1.006254 -5.8679752 +21 -3.1707772999999997 0.1436863 0.03683872 -0.082250953 -3.3619544 -2.3058123999999998 -0.93706671 0.032120135 0.032543283 0.02709167 -2.4284371 -0.96708827 0.07823311 +22 -2.9831004 -2.9636205 -3.8179298999999998 0.36148536 -3.3473241000000002 -2.5047859 -0.32622668 -3.2402008999999996 -3.2373784 -2.9707606 -5.521246400000001 -0.34084145 -5.5110060999999995 +23 -1.7538424 -2.2573761 0.0013905314 -3.6195647000000006 -1.2437706 -0.60772077 -0.17836655 -0.0030042192 -0.00087285145 -0.00036482275000000004 -0.0032112871 -0.18516972 -0.0032895547 +24 -1.7455188000000001 -2.2469667 0.0013976846 -0.29700989 -3.6257300000000003 -2.5492664 -0.8515576 -0.0029886394 -0.00085700362 -0.00035145272000000003 -0.0031743781 -0.88059996 -0.0032526344 +25 -1.7420036 -2.2425327 0.0014010503 -0.29673626 -1.7967368000000001 -4.2749009000000004 -1.8534668 -0.0029817134 -0.00084993742 -0.00034547101000000004 -0.0031587090999999996 -1.9003718 -0.0032369475 +26 -1.7422153000000002 -2.2427887 0.0014009069 -0.29675216 -1.7969648 -0.93340956 -1.8012819 -0.0029820755 -0.00085030022 -0.00034577006 -0.0031598533000000003 -1.8436651000000002 -0.0032380874 +27 -5.938996700000001 -7.5534424 -7.2363367 -1.3448921 -5.8095753 -4.698351000000001 -3.4586102999999997 -9.4030271 -9.4070526 -9.107724699999999 -11.815793 -3.5245483999999996 -11.805506 +28 -6.2029942 -8.5326234 -8.2065781 -1.3596618 -6.0650606 -4.9312868 -3.6441077000000006 -6.4481127 -9.774231599999998 -9.4748345 -12.183449000000001 -3.7108257000000004 -12.173122 +29 -1.7420653999999998 -2.2565805 0.029978833 -0.48816133 -1.7254957999999998 -0.88421598 -0.46086017 0.020204038 0.022964541 -3.3022132000000006 -5.8801741 -0.47614851 -5.8699428 +30 -1.7390678 -2.2560928 0.037354832000000004 -0.45340409 -1.7352768 -0.89234438 -0.42183362 0.02778162 0.03029238 0.025642129 -2.4385432000000002 -0.43622336 0.068499085 +31 -0.61323667 -0.40756677 -3.7770403 -2.8012714 -0.074886392 -0.17398863 0.49688018 -3.1769773 -3.1882761000000004 -2.9228254000000002 -5.4676679 0.52006909 -5.4573886 +32 -0.59767923 -0.39689614 -3.7762097000000003 0.52199029 -2.8544732999999995 -1.9830697 -0.068863854 -3.1761137 -3.1872827 -2.9218565 -5.4665817 -0.073026208 -5.4563013 +33 -0.58936983 -0.39103865 -3.7757492 0.52273689 -0.91501394 -3.8995481 -1.0387628 -3.1756393 -3.186728 -2.9213158999999997 -5.4659768 -1.0716565 -5.4556952 +34 -0.58908288 -0.39080663 -3.7757303999999996 0.52276661 -0.91488625 -0.48846216 -1.1644431 -3.1756207 -3.1867045 -2.921293 -5.4659515 -1.1971083 -5.4556697 +35 -3.0552911 -2.9507285 -7.5249162 0.34106632 -3.4431242999999996 -2.7191357999999997 -0.51610306 -7.9846784 -8.015417 -7.7170247000000005 -10.421828999999999 -0.53816646 -10.411357 +36 -3.6967621 -3.672733 -8.514749499999999 0.30216486 -4.074330000000001 -3.3350071000000003 -0.87881405 -4.7967531999999995 -8.148539999999999 -7.850036599999999 -10.555332 -0.91257329 -10.544863000000001 +37 -0.60931842 -0.40460094 -3.7719347 0.52073008 -0.93286742 -0.49129028 0.42750449 -3.1736381000000002 -3.1846798 -6.2412364 -8.9359371 0.44670646 -8.9254541 +38 -0.61010844 -0.40539441 -3.7732628 0.52062895 -0.93376288 -0.49238891 0.42676739 -3.1745422999999997 -3.1858007 -2.9204103 -7.925619800000001 0.44594434 -5.4550372000000005 +39 0.0036958819 0.0026895516 9.060503099999999e-06 -3.3212724000000002 -1.5680857 -0.80815119 -0.23058027 1.9542803e-05 2.0611514000000002e-05 1.7165101999999998e-05 5.8164764e-05 -0.2393083 5.8045123999999997e-05 +40 0.0089439949 0.0064663661 2.3510318000000003e-05 -3.3203669000000002 0.72943135 -3.2357405 -1.0863753999999999 4.8468001999999996e-05 5.1843427e-05 4.3466588e-05 0.00013289598999999998 -1.1169106000000002 0.00013278524 +41 0.0099728627 0.0072078438 2.6542462999999997e-05 -3.3201891000000003 0.73021809 0.11826815 -1.5397056999999998 5.4325244e-05 5.8216692999999995e-05 4.8856549e-05 0.00014712033000000002 -1.5766154 0.00014702457 +42 -4.2025144999999995 -4.306081 -7.2657891 -4.6278922 -3.8324779 -2.9559314999999997 -2.4129153999999997 -9.397359300000002 -9.4332161 -9.1339244 -11.842094 -2.4703016 -11.831759 +43 -4.919074500000001 -5.2724148 -8.2358509 -4.6612879000000005 -4.543399099999999 -3.5996666 -2.772981 -6.444254099999999 -9.8014043 -9.502031 -12.210716 -2.8350642 -12.200357 +44 0.0020874564000000003 -0.0030436190000000004 0.028775539 -3.4739858999999997 0.7329638 0.121636 -0.18420104 0.023321184 0.023981102 -3.3017489999999996 -5.879485099999999 -0.18957784 -5.869246599999999 +45 0.0036254333 -0.0024034561 0.035967287 -3.4465602 0.73264005 0.12019265 -0.14672728 0.030692071 0.031110485 0.025927417999999997 -2.4337346 -0.15110303 0.07280189299999999 +46 0.010594485 0.0075941548 2.7663123e-05 0.0018209153 -2.098975 -4.4945995000000005 -2.0245356 5.6958185000000005e-05 6.1069932e-05 5.1268436000000004e-05 0.00015322972 -2.0741061999999997 0.00015314539 +47 0.010386981 0.0074480602 2.7196305000000003e-05 0.0017857660999999999 -2.0991342 -1.167632 -1.8669016 5.5913845e-05 5.9976292e-05 5.0358055000000005e-05 0.00015015286 -1.9105272 0.00015007534 +48 -4.2021891 -4.3057344 -7.2657674 -1.3060288 -5.8406951 -4.890766 -3.6823015 -9.397345199999998 -9.433190699999999 -9.133899000000001 -11.842069 -3.7539882000000007 -11.831733999999999 +49 -4.9190129 -5.272287599999999 -8.2358419 -1.3394316000000002 -6.5357982 -5.5446975 -4.2097199 -6.444250599999999 -9.801393699999998 -9.5020204 -12.210705 -4.2835703 -12.200346000000001 +50 0.0059129573 -0.00037229695 0.028788897 -0.15136267 -2.0476414000000003 -1.1233343 -0.5282299 0.02334437 0.024005439 -3.3017288000000002 -5.879463200000001 -0.54569272 -5.8692247 +51 0.0076078909999999994 0.00038136212999999997 0.035980912000000004 -0.12391949 -2.0562039 -1.1315367 -0.48934709 0.030715902000000003 0.031135497 0.025948159 -2.4336636 -0.50596471 0.07287363200000001 +52 0.010910999 0.0078233487 2.8636394e-05 0.0018758816 0.0098597802 -3.3713285 -2.6990327 5.8795445e-05 6.3091523e-05 5.2981175999999994e-05 0.00015762078000000003 -2.7494357999999997 0.00015754401 +53 -4.2020954 -4.3056343 -7.2657629 -1.3060258999999999 -4.1132918 -6.3092185999999995 -4.874136099999999 -9.3973419 -9.4331855 -9.1338939 -11.842064 -4.9509622 -11.831729 +54 -4.9189742999999995 -5.2722394 -8.2358403 -1.3394309 -4.8191203 -6.9332125 -5.448222 -6.4442497 -9.801391800000001 -9.5020185 -12.210703 -5.5256788 -12.200344 +55 0.0094411425 0.0021591299 0.028802335 -0.15069233 0.079791442 -3.3422546000000004 -1.3784482 0.02336701 0.024029527000000002 -3.3017086000000004 -5.8794414 -1.4136123999999999 -5.8692029 +56 0.011308936 0.0030380309000000005 0.035994676 -0.12322831 0.068972995 -3.3478237 -1.3412872 0.030739283 0.031160381 0.025968903999999998 -2.4335977000000004 -1.3761444 0.07294004 +57 -4.2021483 -4.3056897 -7.2657655 -1.3060275 -4.1133321 -3.1906553 -4.0266417 -9.397343800000002 -9.4331884 -9.1338968 -11.842066 -4.093118700000001 -11.831732 +58 -4.919002900000001 -5.2722747000000005 -8.2358415 -1.3394313999999998 -4.8191414 -3.8368561000000003 -4.4066358 -6.4442504000000005 -9.801393199999998 -9.5020199 -12.210705 -4.4758061 -12.200346000000001 +59 0.010017364 0.0025750213 0.028804595 -0.15058214 0.080254203 0.015080214 -1.7592463 0.023370771000000002 0.02403358 -3.3017052000000002 -5.8794378 -1.7977557000000002 -5.8691992 +60 0.011916366000000001 0.0034765064 0.035996991 -0.1231142 0.069460207 0.011944215 -1.7236662 0.030743173999999998 0.031164575 0.02597242 -2.4335875 -1.7620945 0.072950307 +61 -6.1908047999999996 -8.4000438 -11.393059 -1.3474674 -6.0579282 -4.9301886 -3.6366468999999997 -10.210358 -13.568937 -13.269254 -15.979486999999999 -3.7034324 -15.969107000000001 +62 -4.202136299999999 -4.3055701 -7.265306900000001 -1.3060231000000002 -4.113114899999999 -3.1899505 -2.5237312000000003 -9.397137599999999 -9.4328046 -12.455441 -15.165536 -2.5824557 -15.155199 +63 -4.2026703 -4.306239499999999 -7.265782000000001 -1.3060437 -4.113716999999999 -3.1908029 -2.5243757999999996 -9.397359 -9.4332121 -9.133920300000002 -14.301535999999999 -2.5831139 -11.831760000000001 +64 -4.9189382 -5.272109700000001 -8.235506599999999 -1.3394283 -4.8189634 -3.8364116999999998 -2.9076811 -6.4441505 -9.8011098 -12.823663999999999 -15.533833 -2.9708717 -15.523473000000001 +65 -4.9192594000000005 -5.2725919 -8.2358472 -1.3394362 -4.8193269 -3.8369269 -2.9081056 -6.444255200000001 -9.801402900000001 -9.502029499999999 -14.670157000000001 -2.9713042 -12.200358999999999 +66 0.0021205901 -0.0030378112 0.027967537999999997 -0.15407826 0.073881251 0.014753045 -0.21053431 0.022514657 0.02318119 -3.3024116 -8.3406084 -0.21695465 -5.8702512 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7147116000000002 0.64065075 -6.6472511e-05 0.032153088999999996 -2.8770572 -3.4675742 -2.0617535 0.0010213027 0.001049222 0.00092254315 0.0024896407000000002 -2.3012547999999997 0.002469054 +2 -1.2587840000000001 -2.2256148999999996 0.0008644226800000001 -0.045287787999999995 -1.2981684 -1.4656341 -0.55920525 -0.0007714296000000001 0.00012895428999999998 -9.723273999999999e-05 -0.00074694417 -0.64351739 -0.00074615117 +3 -0.44779764 0.029539562000000002 -3.045842 0.13922578 -0.60225436 -0.83402673 -0.28568563 -2.26167 -2.264564 -1.6813178 -5.2571066 -0.32519201 -5.250120099999999 +4 -0.12081128 -0.1498057 4.127855e-05 -3.3276226 2.0181991999999997 0.94506426 0.17471949 -0.00016537063000000003 -0.00016759889999999999 -0.00015210011 -0.000417929 0.20377037 -0.00041411811 +5 0.35899134 0.39035218 -7.5998949e-05 0.017797992 -1.5805011999999998 -1.9659226000000003 -0.88265469 0.00058033876 0.00059665443 0.00056024262 0.0015809959 -1.0158061999999999 0.0015659545000000002 +6 0.48552941 0.50286616 -9.7961015e-05 0.023836728999999997 0.46203468 -3.6682867 -2.23675 0.0007838497200000001 0.00081230772 0.0007645306299999999 0.0021613298000000003 -2.4869026 0.0021407462 +7 0.47656147 0.49536973 -9.7128294e-05 0.023420597 0.45341033 0.21496649 -1.9240853999999998 0.00076919265 0.0007964411500000001 0.00074952948 0.0021190704 -2.1607762000000004 0.0020988617000000003 +8 0.22073486 0.42476871 -0.25204338 -1.3338598999999998 1.2169683 0.58265237 -1.5010659 -3.5933674 -3.6049585 -2.9342786 -7.075996000000001 -1.6950028999999998 -7.0680613 +9 -1.6079747 -1.2463833 -3.6380737 -1.6703758000000002 -0.59559907 -0.68009161 -2.2849774 -3.1840349999999997 -6.5361779 -5.8079465 -10.245704 -2.5341436 -10.237386 +10 0.82356142 0.17373852 1.8320237000000001 -0.19521007 1.0589335 0.63643491 0.03685591 1.4104649 1.4118498 -2.4668544999999997 -6.4838097 0.04204182 -6.475915799999999 +11 0.60935459 0.12501505 1.4046256000000001 -0.11637764 0.76856802 0.51601536 0.049239078 1.146147 1.1473115 0.73447972 -1.858999 0.056880163 0.94427421 +12 -4.2060307 -1.56979 0.0008940531300000001 -0.037683255 -4.316912599999999 -4.9443470000000005 -3.4064652 -0.0005300190299999999 0.00037275485 0.0001013748 -0.00023633769 -3.6953911 -0.00023919247000000004 +13 -3.2254954 0.47912034 -3.0399415000000003 0.15926833 -3.4784773999999996 -4.1925604 -2.716871 -2.2537506 -2.2563517999999996 -1.6739389999999998 -5.2434533 -2.9907251 -5.236467500000001 +14 -2.8878463 0.48110541 -4.7644401e-05 -3.2990184 -1.1901838 -1.4978382 -0.64094103 0.00069280982 0.00070442845 0.0005917331700000001 0.0015404854 -0.73595317 0.0015291366 +15 -2.6879565 0.66251967 -7.2197092e-05 0.033497338 -4.5767565999999995 -5.2479365 -3.7189654 0.0010659749 0.0010967886 0.00096725346 0.0026157821 -4.0186765 0.0025940131 +16 -2.6854671000000003 0.66452204 -7.2757858e-05 0.033621383 -2.8498932999999997 -6.6275724 -5.0674131 0.0010700627000000001 0.0011011522999999999 0.0009713423800000001 0.0026272809000000004 -5.3841392 0.0026054053 +17 -2.6881534 0.66235924 -7.218951200000001e-05 0.033487411 -2.8523874 -3.4474771 -3.6526761 0.0010656079 0.0010963918 0.00096687191 0.0026146866 -3.9516355000000005 0.0025929282 +18 -2.8757748 0.65860205 -0.25046284 -1.2992609 -2.1202492000000004 -2.0733129 -2.5098215 -3.5915862 -3.602933 -2.9323409 -7.0735798999999995 -2.7721739 -7.0656446 +19 -4.731630200000001 -1.0807874 -3.6322307 -1.6587177 -3.7976498999999997 -3.8596739 -4.0887886 -3.1782708 -6.529947900000001 -5.8017579 -10.239363 -4.4077446 -10.231038 +20 -1.9492086 0.83870555 1.8323101000000002 -0.15315173 -1.9546519 -2.4414859 -1.3283488 1.4108067 1.4121933999999998 -2.4667124 -6.483615400000001 -1.5111478999999999 -6.4757214 +21 -2.1505384999999997 0.79171691 1.4049301 -0.077380931 -2.2152675 -2.7240897 -1.4921928 1.1466786 1.1478466 0.73474827 -1.8588662 -1.6889177 0.94444157 +22 -2.2106682 -2.0367004 -3.0516702999999996 0.097960622 -2.3979009 -3.0230987000000002 -1.6853343 -2.2740647000000003 -2.2727133 -1.6886195 -5.2709033 -1.8968076 -5.2639013 +23 -1.4385816 -2.6241562000000003 0.0008866331900000001 -3.3702620000000003 0.46607236 0.35553652 0.06866480700000001 -0.0008570098599999999 4.2344368999999996e-05 -0.00017601081 -0.0009625587400000002 0.080945984 -0.0009599033099999999 +24 -1.0243956 -1.7831481 0.00083899913 -0.040747877 -2.8704034 -3.4077562000000006 -1.9889044999999999 -0.0006356541599999999 0.00026668485 3.0405901e-05 -0.00039075126000000005 -2.2194482000000004 -0.00039325002 +25 -0.98379963 -1.7144945 0.0008345156 -0.039910666000000004 -1.037312 -4.8860398 -3.3499505 -0.0006103656 0.00029237592 5.4275105999999994e-05 -0.00032402381 -3.6373265 -0.00032713825 +26 -1.0030097 -1.7469163 0.00083602553 -0.040310869 -1.0554368 -1.2759523000000002 -2.2905279999999997 -0.00062312109 0.00027939202 4.2055073e-05 -0.00035849602999999997 -2.5451547000000003 -0.00036129013999999993 +27 -1.329741 -1.9999406000000002 -0.23186513 -1.4959763000000001 -0.3814552 -0.33740032 -1.7416066000000003 -3.5787523 -3.5811275 -2.9114262 -7.047382499999999 -1.9556799999999999 -7.039483099999999 +28 -3.7694767999999996 -4.0720883 -3.5479657999999996 -1.7354919999999998 -2.7682576 -2.7115181 -3.2093564 -3.1175177000000005 -6.443864 -5.7162032 -10.150792 -3.5030123 -10.142557 +29 -0.010079282 -2.2443245 1.8326601999999999 -0.25504288 0.16088641 -0.010409674 -0.11669213 1.4107586 1.4124835 -2.4662938 -6.4832206 -0.13753369 -6.475327200000001 +30 -0.32980117 -2.2655046000000003 1.4050701 -0.17099651 -0.23102989 -0.29997527 -0.14785281 1.1461503999999998 1.1477231 0.73490061 -1.8584593999999997 -0.17318673 0.94480724 +31 -0.74310235 -0.23873089 -3.0484654 -3.1918014 1.172501 0.57180658 0.096616069 -2.2652867999999997 -2.2682647 -1.6846466 -5.2632297 0.12148302 -5.2562414 +32 -0.10881659 0.30078422 -3.0425464 0.15024579 -2.1108359 -2.7103352000000003 -1.4329041 -2.2572292999999997 -2.2599055 -1.6771311999999998 -5.249399700000001 -1.6234012 -5.2424101 +33 -0.044559902 0.34594251 -3.0419017999999998 0.15228118 -0.20868792 -4.273660400000001 -2.7851752999999997 -2.2563859 -2.2589916000000003 -1.6763104 -5.2478844 -3.0615415 -5.2408939000000005 +34 -0.061122995 0.33459015 -3.0420658 0.15176374 -0.22511804 -0.5997861 -2.1412833 -2.2566007999999997 -2.2592244 -1.6765195 -5.2482713 -2.3889307 -5.2412809000000005 +35 -1.1859872999999999 -0.69664581 -5.5223222000000005 0.092375667 -1.349083 -1.8818543999999997 -0.97264837 -6.716246300000001 -6.746895299999999 -6.0175547 -10.461517 -1.1046032 -10.453026 +36 -1.8725332 -1.4198846 -7.3734967000000005 0.05013418 -2.0242986000000003 -2.661853 -1.5417789 -3.722108 -7.073574099999999 -6.3427961999999996 -10.793508000000001 -1.7371281000000003 -10.785015 +37 -0.44578493 0.030334939 -3.0196107999999997 0.13827098 -0.59942223 -0.83073808 -0.28502362 -2.2451630000000002 -2.2478104 -4.9881929000000005 -9.3965507 -0.32448446 -9.3880794 +38 -0.44614979 0.030109137999999997 -3.0236906 0.13836928 -0.59988115 -0.83147694 -0.28564121 -2.2477534 -2.2506022999999997 -1.6687793000000002 -7.702097 -0.32515443 -5.2293804 +39 0.10555522 0.11850014 -3.9335011e-05 -3.3169995 -0.1779027 -0.30257965 -0.13186363 0.00013904061000000003 0.00014090481 0.00012544527 0.00033828553 -0.15067373 0.00033535705 +40 0.4335968 0.45846652 -8.898164199999999e-05 -3.3005261 2.5242041 -2.5964999 -1.3465796 0.00070166016 0.00072436496 0.00068114032 0.0019246289000000001 -1.5334401000000002 0.0019062759 +41 0.47089151 0.49070193 -9.5435201e-05 -3.2987642999999998 2.5583201 1.0096206 -1.8199208999999998 0.0007612689200000001 0.00078798853 0.00074170942 0.0020974685 -2.0500487 0.002077446 +42 0.21235911 0.41837069 -0.25211399 -4.6566528 2.4734252999999997 0.83396517 -1.439525 -3.5934382000000005 -3.6050587 -2.9343744 -7.076115799999999 -1.6279806 -7.0681811 +43 -1.6191746 -1.2554096000000001 -3.6388502000000003 -4.9927859 0.32689874 -0.059874687 -2.1063848999999997 -3.1847125 -6.5370276 -5.808790599999999 -10.246567 -2.3438911 -10.23825 +44 0.75552469 0.086490767 1.8320096999999997 -3.521413 3.1262841 1.0741571 0.11683906 1.4104385 1.4118233 -2.4668653999999997 -6.4838247 0.13480092 -6.4759307999999995 +45 0.53547523 0.030121011 1.404607 -3.4425818 2.863022 1.0523154 0.14236193 1.1460982 1.1472625 0.7344552 -1.859011 0.16486919 0.94425913 +46 0.50577249 0.51939486 -0.00010263735999999998 0.024761917999999997 -1.449276 -5.294432700000001 -3.7642542000000003 0.0008136554 0.0008443141400000001 0.00079437981 0.0022448582000000003 -4.0650708 0.0022235137 +47 0.49593672 0.51136951 -0.00010089248 0.024311502000000002 -1.4579845 -1.8696891 -2.5915508999999997 0.00079855607 0.00082798698 0.0007789793 0.0022013463 -2.8606761 0.0021804062 +48 0.25643315 0.45226017 -0.25170746 -1.3300929 -0.83706716 -0.77167376 -1.9154292000000002 -3.5930347 -3.6044806000000005 -2.9338208999999997 -7.075429 -2.1411507000000003 -7.067494099999999 +49 -1.5829975 -1.2259485 -3.6363475 -1.6692455000000002 -2.397078 -2.4002084999999997 -3.0855166 -3.1825303 -6.5342795 -5.8060613 -10.243779 -3.3742758999999998 -10.235457 +50 1.0991466 0.50704125 1.8320880000000002 -0.17643538 -0.75241916 -0.99160758 -0.47382087 1.4105839 1.4119694999999999 -2.4668050999999998 -6.4837421 -0.5497025 -6.4758481 +51 0.89859332 0.47384546 1.4047111 -0.098142298 -0.98764293 -1.2346925 -0.53354956 1.1463683999999998 1.1475343 0.73459512 -1.858941 -0.61763259 0.94434741 +52 0.50594212 0.51953414 -0.00010266093000000001 0.024769758 0.48213352 -3.6555165 -3.8173437000000003 0.00081393058 0.00084461383 0.00079467242 0.0022457175 -4.1192720000000005 0.0022243638 +53 0.28426377 0.47378008 -0.25139074 -1.3270938 1.2807766 -2.9017507 -2.9035471 -3.5927277 -3.6040254000000003 -2.9333843999999996 -7.0748964999999995 -3.1817452999999998 -7.0669607999999995 +54 -1.5742605 -1.2186591 -3.6357464999999998 -1.6688386999999998 -0.5648023 -4.0644552 -4.206215 -3.1820088 -6.533612000000001 -5.8053989999999995 -10.243103999999999 -4.5248559 -10.23478 +55 1.2912641000000002 0.70437053 1.8321333 -0.1632517 1.5448608999999998 -2.9905987 -1.7266968 1.4106686000000002 1.4120555000000001 -2.4667695 -6.4836933 -1.9461883000000002 -6.475799299999999 +56 1.0773028 0.65523194 1.4047655000000001 -0.08688548800000001 1.2304082 -3.1596567 -1.8334467 1.1465108999999998 1.1476792 0.73467188 -1.8589016 -2.0592252 0.94439705 +57 0.28682246 0.47580138 -0.25135503 -1.3268093 1.2830575 0.59073881 -3.1721209 -3.5926936 -3.6039736 -2.9333346000000002 -7.0748367 -3.4596273 -7.0669009 +58 -1.5757989 -1.2198768999999998 -3.6358563999999998 -1.6689068999999999 -0.56631691 -0.66867841 -3.8892496 -3.1821048 -6.5337316 -5.8055178 -10.243225 -4.1969866 -10.234900999999999 +59 1.3005315 0.71279547 1.8321353999999999 -0.16265064 1.5546364 0.74519786 -1.9149203999999997 1.4106724 1.4120595 -2.4667678 -6.4836911 -2.1509183 -6.475797099999999 +60 1.0819602 0.65946828 1.4047669 -0.08660626699999999 1.235099 0.65021403 -1.9043354 1.1465145 1.1476829 0.73467384 -1.8589006000000001 -2.1397537 0.94439833 +61 -5.2541567 -5.5241598 -8.2243928 -1.7683520000000001 -4.2593323 -4.2912612 -4.4444474000000005 -8.791416499999999 -12.150729 -11.414099 -15.891361999999999 -4.7691588 -15.882978 +62 0.22271417 0.42621512 -0.24828389 -1.3377558999999999 1.2224426000000002 0.58560881 -1.5046388000000002 -3.5902577000000004 -3.6015288 -6.2528834 -10.70069 -1.6989365 -10.692282 +63 0.22125444 0.4248519 -0.25032029 -1.3377662000000001 1.2205936000000002 0.58366946 -1.5057551000000002 -3.5920563999999997 -3.6035422999999995 -2.9329257 -9.536389699999999 -1.700086 -7.0671384 +64 -1.6060912 -1.2444463 -3.6360781 -1.6703013999999998 -0.59355487 -0.6774558 -2.2834075 -3.182408 -6.534333900000001 -9.128037800000001 -13.602107 -2.5324996 -13.593739000000001 +65 -1.6077983999999998 -1.2462163999999998 -3.6376767 -1.6704379 -0.59537189 -0.67991812 -2.2850189999999997 -3.183728 -6.535855000000001 -5.8076256 -12.705092 -2.5341871 -10.23714 +66 0.83082909 0.17582071 1.8450522 -0.19861332 1.069477 0.64033014 0.035220487 1.4174463 1.418835 -2.4639867000000004 -8.943116400000001 0.040123846 -6.4730927000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7122504000000003 0.64258568 -7.1024308e-05 0.032146522999999996 -2.8740123 -3.4661733999999997 -2.0633054 0.0010234757 0.0010514101 0.0009239748399999999 0.0024975379999999997 -2.3028188999999997 0.0024768665 +2 -1.2588161 -2.2242697999999996 0.0006918958099999999 -0.045135522000000004 -1.2974934 -1.4676337 -0.56163224 -0.0008234147999999999 7.6238016e-05 -0.00011269145 -0.0007273922800000001 -0.64630188 -0.00072654373 +3 -0.44559819 0.029919455 -3.0460048 0.14371315 -0.59981438 -0.83289814 -0.28633623 -2.2622454 -2.2651353 -1.6852601999999999 -5.2289297999999995 -0.3256915 -5.2221687999999995 +4 -0.12191731 -0.15103496 4.2193922e-05 -3.3276442000000004 2.0151381 0.94761762 0.17550462 -0.00016617333 -0.00016840602 -0.00015271733 -0.00042049172 0.20469698 -0.00041664839999999996 +5 0.36100073 0.39206695 -7.7771514e-05 0.017815995 -1.5774388000000001 -1.9646544 -0.8835951 0.0005820309 0.00059836072 0.0005613722900000001 0.0015866231 -1.0168544 0.0015715131 +6 0.48792698 0.50478327 -0.00010022215 0.023849038 0.46445907 -3.6663714 -2.2378772999999996 0.00078578341 0.00081425431 0.0007657087 0.0021679110000000002 -2.4879997000000005 0.0021472468 +7 0.47882809 0.49718705 -9.933240100000001e-05 0.023428501 0.45570262 0.216808 -1.9233907 0.0007709552499999999 0.00079820716 0.00075055399 0.0021251746 -2.159911 0.0021048897000000002 +8 0.23003374 0.43222456 -0.24228759 -1.3304277 1.2272867 0.59381671 -1.4952558999999999 -3.5874391000000005 -3.5989574999999996 -2.9307185000000002 -7.0709965 -1.6888282 -7.0630318 +9 -1.5951183 -1.2352232 -3.6278647000000004 -1.6664663 -0.58126458 -0.66148102 -2.2758298999999997 -3.1773580000000003 -6.5293407 -5.8036067000000005 -10.239626 -2.5244020000000003 -10.231278999999999 +10 0.82625829 0.1735762 1.8385025000000002 -0.19521079 1.062099 0.64036374 0.037686636 1.4141133999999997 1.4154992 -2.4648809 -6.480299 0.043017728 -6.472372 +11 0.61083978 0.12458885 1.409008 -0.11623099 0.77023123 0.51906119 0.050088325 1.1484489 1.1496143 0.73578866 -1.8553315 0.057883782 0.94781431 +12 -4.2049451 -1.5677622 0.0007194925099999999 -0.037543736 -4.314883999999999 -4.9439236 -3.4092703 -0.0005819111900000001 0.00032012867 8.596791300000001e-05 -0.00021582206 -3.6981587999999994 -0.00021862907000000004 +13 -3.22208 0.48043275 -3.0400717 0.16366571 -3.4748578 -4.1905947 -2.7176103 -2.2543039 -2.2569007 -1.6778562 -5.2155195 -2.991282 -5.2087568 +14 -2.8858408 0.48283416 -5.1608154999999995e-05 -3.2990117999999993 -1.1884472 -1.4979171999999998 -0.64231755 0.0006946696899999999 0.0007063079400000001 0.00059317675 0.0015472451 -0.73748887 0.0015358239999999999 +15 -2.6854673 0.66445317 -7.684663999999999e-05 0.03348714 -4.5735969 -5.2462383 -3.7204807 0.0010681275 0.0010989532 0.0009686298399999999 0.0026237265999999996 -4.020082 0.0026018711 +16 -2.6829756000000002 0.66645521 -7.7416398e-05 0.033610837000000005 -2.8468232999999996 -6.625843700000001 -5.0689578 0.0010722131 0.0011033146 0.0009727136099999999 0.0026352303000000002 -5.3855401 0.0026132681 +17 -2.6856664 0.66429117 -7.6837862e-05 0.033477142 -2.8493213 -3.4460365 -3.6539432 0.0010677576 0.0010985535000000001 0.00096824587 0.0026226234000000003 -3.9527815000000004 0.0026007785 +18 -2.8659581000000003 0.66650758 -0.24070167 -1.2958063 -2.1096114 -2.0585231999999998 -2.5007083 -3.5856516000000003 -3.5969248999999994 -2.9287739 -7.0685724 -2.7624908 -7.0606073 +19 -4.718546599999999 -1.0692378999999999 -3.6219705 -1.6547907 -3.7833666 -3.8408307 -4.0744147 -3.1715484 -6.5230578 -5.7973655 -10.233232000000001 -4.3927285000000005 -10.224877000000001 +20 -1.9447788000000001 0.84088514 1.8387886999999998 -0.15314057 -1.9494646 -2.4367544 -1.3269672 1.4144557 1.4158433000000001 -2.4647386000000004 -6.4801043 -1.5095157 -6.4721773 +21 -2.1470887000000003 0.79371587 1.4093124 -0.077227578 -2.2112824 -2.7209835 -1.4918893 1.1489823000000001 1.1501513 0.73605841 -1.8551978999999998 -1.6884718 0.94798273 +22 -2.208436 -2.0360471999999996 -3.0520744 0.10272805 -2.3953917999999996 -3.0223703 -1.6874161 -2.2747956 -2.2734412999999996 -1.692753 -5.2381874 -1.8987305 -5.2314735 +23 -1.4401846 -2.6255773 0.00071451785 -3.3701184 0.46326556 0.35509661 0.068893934 -0.00090940181 -1.0782908e-05 -0.00019179376 -0.0009443506300000001 0.081210958 -0.00094162273 +24 -1.0235078000000002 -1.7810888999999999 0.0006660161099999998 -0.040601446 -2.8682792999999998 -3.4074987 -1.9914558999999998 -0.00068757072 0.00021403536 1.4899617e-05 -0.00037073718 -2.2221233 -0.000373189 +25 -0.98285336 -1.7124862 0.00066146422 -0.039767097 -1.0357418999999999 -4.885422900000001 -3.3525744 -0.00066231946 0.00023968807999999998 3.8712807e-05 -0.00030405762999999997 -3.6399141999999998 -0.00030712536 +26 -1.0021761 -1.745027 0.0006630122699999999 -0.04016767 -1.0539724 -1.2768342 -2.2913472 -0.0006751126700000001 0.0002266662 2.646862e-05 -0.00033864532 -2.5458813 -0.00034139144999999996 +27 -1.3211176000000002 -1.9925573 -0.22229545 -1.4923698 -0.37190041 -0.3238209 -1.7348430000000001 -3.5729867 -3.5753352 -2.9080668999999997 -7.0426302 -1.9484671000000002 -7.0347005000000005 +28 -3.7587906 -4.060561799999999 -3.5384094 -1.7316625 -2.7563277999999998 -2.6953218999999997 -3.1992323 -3.1114319999999998 -6.437725599999999 -5.7125585999999995 -10.145429 -3.4923129 -10.137165 +29 -0.006444506 -2.245309 1.8390441000000002 -0.25483874 0.16528997 -0.0053753258 -0.11542699 1.4143538 1.4160785 -2.4643535 -6.4797468 -0.13605665 -6.4718203 +30 -0.32778033 -2.2664616 1.4093569 -0.17065051 -0.22843323 -0.29678711 -0.14689165 1.1484048 1.1499774 0.73618071 -1.8548069 -0.17206113 0.94833184 +31 -0.74182533 -0.23917431 -3.0486427000000003 -3.1872769 1.1733715 0.57289102 0.09614119900000001 -2.265873 -2.2688467999999995 -1.6886008000000001 -5.234945400000001 0.12119039 -5.2281837 +32 -0.10558766 0.30196871 -3.0426896 0.15469359 -2.1073402000000003 -2.7084569 -1.4336045 -2.2577894 -2.2604613999999996 -1.6810572 -5.2213546 -1.6239258 -5.2145892 +33 -0.04114905 0.34724741 -3.0420412 0.15672173 -0.20514873 -4.2717647 -2.7860017999999998 -2.2569431 -2.2595445 -1.6802331999999998 -5.2198651 -3.0621943 -5.2130985999999995 +34 -0.057771521 0.33585684 -3.0422062999999997 0.15620577 -0.22163508 -0.59767498 -2.1416332000000002 -2.2571589 -2.2597783 -1.6804432 -5.2202457 -2.3890957999999998 -5.2134794 +35 -1.1819184999999999 -0.69447055 -5.5341825 0.098910891 -1.3451604 -1.8790666 -0.97226823 -6.715156200000001 -6.7457804 -6.0194434999999995 -10.459175 -1.1039348 -10.450652999999999 +36 -1.8625238999999998 -1.4115954 -7.3769905 0.055553415 -2.0142157 -2.6510167 -1.5336100000000001 -3.7160555 -7.067434700000001 -6.339664599999999 -10.786192 -1.7281436999999997 -10.77767 +37 -0.44363372 0.030654161 -3.0197936000000003 0.14273898 -0.5970169 -0.82970021 -0.28581789 -2.2458194 -2.2484622000000005 -4.9922742 -9.398543199999999 -0.32513648 -9.3900345 +38 -0.44393636 0.030493792000000002 -3.0235982000000003 0.14285462 -0.59742124 -0.83031601 -0.28628158 -2.248204 -2.2510485 -1.6726009999999998 -7.6754883000000005 -0.32564251 -5.2018694000000005 +39 0.10595178 0.11880649 -4.0009384e-05 -3.3170059000000003 -0.17614679 -0.3009499 -0.13158346 0.00013896056 0.00014081673 0.00012526975 0.00033855273 -0.15033149 0.00033561349999999997 +40 0.43575306 0.46022916 -9.103698599999999e-05 -3.3005156 2.5249007999999997 -2.5939433 -1.3468431 0.0007033533500000001 0.00072606261 0.0006821541900000001 0.0019304046 -1.5336464 0.0019119801999999998 +41 0.47310584 0.49248074 -9.760636899999999e-05 -3.2987578 2.5591217 1.0128978000000002 -1.8188781000000003 0.00076297147 0.0007896914800000001 0.00074268193 0.0021033911 -2.0488143 0.0020832942 +42 0.22162069 0.42579851 -0.24235833 -4.653223400000001 2.485104 0.84381194 -1.4340389999999998 -3.58751 -3.5990578 -2.9308145 -7.0711164 -1.6221626 -7.063151700000001 +43 -1.6063878 -1.2442966999999998 -3.6286484 -4.9888796 0.34206603 -0.042837865999999995 -2.0983002999999996 -3.1780417 -6.530198 -5.8044583 -10.240497 -2.3352725 -10.232151 +44 0.75798573 0.08596871800000001 1.8384884999999997 -3.5214132000000005 3.1284812 1.0780521 0.11766843 1.4140868999999998 1.4154726 -2.4648917999999997 -6.480314 0.13576877 -6.472387 +45 0.53663013 0.029223877000000002 1.4089893 -3.4424368999999997 2.8633802999999998 1.0559682 0.14332162 1.1483999 1.1495651000000002 0.73576404 -1.8553435 0.16599751 0.94779914 +46 0.50819895 0.52131746 -0.00010497091 0.02477207 -1.4458829 -5.2922301 -3.7652615 0.0008155859599999999 0.00084625651 0.00079553375 0.0022515175 -4.0659518 0.0022300906 +47 0.49832332 0.51326867 -0.00010318721 0.024321542999999998 -1.4546242 -1.8679997 -2.5918224999999997 0.00080045061 0.00082989185 0.00078011077 0.0022078785999999997 -2.8608179 0.0021868576 +48 0.26596783 0.4598953 -0.24195021 -1.3266407 -0.8267618 -0.75728574 -1.9079571 -3.5871047 -3.5984776 -2.930259 -7.070427400000001 -2.1331829 -7.0624625 +49 -1.5698846000000002 -1.214598 -3.6261146 -1.6653242 -2.3828957 -2.3807063 -3.0730098 -3.1758328999999996 -6.527417099999999 -5.8016963 -10.237675999999999 -3.3610712 -10.229324 +50 1.1027589 0.50821777 1.8385668999999998 -0.17642886 -0.74775674 -0.98670854 -0.47253097 1.4142326 1.4156191999999999 -2.4648314 -6.4802312 -0.54817741 -6.4723042 +51 0.9012413 0.47498405 1.4090938 -0.09798348300000001 -0.9840583 -1.2313343 -0.5327514 1.1486712 1.1498381000000002 0.73590465 -1.8552731 -0.61667377 0.94788801 +52 0.50836863 0.5214566 -0.00010499487 0.024779882000000003 0.48459085 -3.6535763 -3.8182561 0.0008158607899999999 0.0008465558 0.00079582566 0.0022523758 -4.1200519 0.0022309397 +53 0.2941162 0.48165651 -0.24163022 -1.3236112 1.2917302 -2.8914091 -2.8963834999999998 -3.5867942000000004 -3.5980178999999994 -2.929818 -7.0698897 -3.1741715 -7.0619241 +54 -1.5610011000000001 -1.2071933000000001 -3.6255010999999997 -1.6649106 -0.55005135 -4.0480834 -4.1931863 -3.1753007 -6.526736 -5.8010205 -10.236987 -4.5112358 -10.228633 +55 1.2958703999999999 0.70667145 1.8386125 -0.16320703 1.5500468 -2.9864787 -1.7258072 1.4143177 1.4157056000000001 -2.4647956 -6.4801822 -1.9451126 -6.4722552 +56 1.080818 0.65728828 1.4091485000000001 -0.086703295 1.2340628999999999 -3.1564586 -1.8332075 1.1488145 1.1499838 0.73598193 -1.8552332999999999 -2.0588482 0.94793808 +57 0.29671815 0.48371029 -0.241594 -1.3233225 1.294058 0.60194045 -3.1663408 -3.5867597 -3.5979654 -2.9297676 -7.0698291 -3.4535214 -7.061863400000001 +58 -1.5625441999999998 -1.2084131 -3.6256117 -1.6649789000000002 -0.5515736 -0.6499211 -3.8803290999999995 -3.1753972999999998 -6.5268562999999995 -5.8011401 -10.237109 -4.1876193 -10.228756 +59 1.3051641999999999 0.7151225 1.8386145 -0.16260556 1.5598513 0.74969191 -1.9138575 1.4143216 1.4157096000000002 -2.4647938999999996 -6.480180000000001 -2.1496588 -6.4722529 +60 1.0854528 0.66150503 1.4091498 -0.08642610699999999 1.2387303 0.65415801 -1.9032242 1.1488181 1.1499875 0.7359839 -1.8552323 -2.1384422 0.94793935 +61 -5.2418043 -5.5074558 -8.2124709 -1.7644448 -4.2456902 -4.2751148 -4.433585 -8.7821385 -12.141217 -11.407103 -15.8826 -4.7578239 -15.874185 +62 0.23209259 0.43374463 -0.23841294 -1.3343098999999998 1.2328572 0.59687353 -1.4987488000000002 -3.5842214 -3.5954203999999996 -6.249217 -10.695292 -1.6926808 -10.686853999999999 +63 0.23055776 0.43231044 -0.24056122 -1.3343469 1.2309336000000002 0.59483491 -1.4999718 -3.5861257000000006 -3.5975388999999995 -2.9293632 -9.5313849 -1.6939407 -7.0621056 +64 -1.5931437 -1.2331931999999999 -3.6257574 -1.6663826000000002 -0.5791254 -0.65871706 -2.2741654 -3.1756397 -6.5274053 -9.1236075 -13.595920000000001 -2.5226597 -13.587523000000001 +65 -1.5949418 -1.2350561000000002 -3.6274669000000004 -1.6665287 -0.58103681 -0.66130735 -2.2758722000000002 -3.1770506000000003 -6.5290175 -5.803285400000001 -12.699014 -2.5244462000000003 -10.231033 +66 0.83356379 0.17567136 1.8515838 -0.19862258 1.0726933 0.64428367 0.036043973 1.421122 1.4225116000000002 -2.4620022999999995 -8.9395886 0.041091006 -6.4695333 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d001+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7122021000000003 0.6425947 -7.1260345e-05 0.032142262000000005 -2.8739458 -3.4661302000000003 -2.0632938000000003 0.0010234589 0.0010513882000000002 0.00092392418 0.0024977729 -2.3027943 0.002477099 +2 -1.2588671 -2.2242642999999997 0.00069124025 -0.045126587999999995 -1.2974932 -1.4676707 -0.56165568 -0.00082282475 7.6894567e-05 -0.00010930128000000001 -0.0007274922699999999 -0.64632963 -0.00072666871 +3 -0.44550867 0.029915123 -3.0463732999999995 0.14477893 -0.59979607 -0.83298261 -0.28634294 -2.2624597 -2.265234 -1.6855833999999998 -5.2252384 -0.32568991 -5.2185215 +4 -0.12193828 -0.15104967 4.2222398999999995e-05 -3.3276437999999993 2.01496 0.94763594 0.17550614 -0.00016618716 -0.00016841922 -0.00015272497999999998 -0.00042058671999999997 0.20470104 -0.00041674191 +5 0.36103822 0.39207583 -7.7840328e-05 0.017813738 -1.5773635 -1.9645968999999996 -0.88357727 0.0005820442400000001 0.00059837142 0.0005613536900000001 0.0015867723999999999 -1.01683 0.0015716607000000001 +6 0.48797227 0.50479221 -0.00010030917999999999 0.023845907000000003 0.46450289 -3.6663271 -2.2378622999999997 0.00078579934 0.00081426686 0.00076568101 0.0021681042 -2.4879707000000004 0.0021474379999999998 +7 0.47887022 0.49719371 -9.941865e-05 0.023425305 0.45574312 0.21683731 -1.9233502 0.00077096727 0.0007982156699999999 0.00075052352 0.0021253558 -2.1598535 0.0021050689 +8 0.22995267 0.43207885 -0.24256578 -1.3302114 1.2272243999999999 0.59363306 -1.4956049 -3.5877906999999998 -3.5993093999999997 -2.9311993999999997 -7.071407700000001 -1.6891835 -7.063440299999999 +9 -1.595129 -1.2353372 -3.6281529999999997 -1.6660508 -0.58127793 -0.66145604 -2.2758852000000003 -3.1776737 -6.529580200000001 -5.8039759 -10.239851 -2.5244447999999995 -10.231498 +10 0.82636215 0.17358635 1.8387341 -0.19520409 1.0622197 0.64046444 0.037682934 1.414273 1.4156532 -2.4648011000000003 -6.480078400000001 0.04301589 -6.4721492 +11 0.61089859 0.12458195 1.4091782 -0.11621457 0.7702922 0.51914566 0.05010588 1.148563 1.1497233999999998 0.73584981 -1.8551055 0.057905289000000006 0.94803364 +12 -4.204956200000001 -1.5677501 0.00071870461 -0.037535847000000004 -4.3148447 -4.9439078 -3.4092824999999998 -0.00058136625 0.00032073849 8.9320085e-05 -0.00021589873 -3.6981555 -0.00021873142000000003 +13 -3.2219911 0.4804179 -3.0404377 0.16471321 -3.4748375 -4.190651600000001 -2.7176327999999996 -2.2545166 -2.2569985 -1.678178 -5.2118627 -2.9912864 -5.205143700000001 +14 -2.885783 0.48286431 -5.1821980000000005e-05 -3.2990136 -1.1884673000000001 -1.4979831000000001 -0.64238103 0.0006946851700000001 0.0007063210000000001 0.00059317799 0.0015475245000000002 -0.73755661 0.0015361002 +15 -2.6854183999999997 0.66446141 -7.7087153e-05 0.033482637999999995 -4.5735271 -5.2461915999999995 -3.7204620999999998 0.0010681097999999999 0.0010989303 0.00096857606 0.0026239693 -4.0200455999999996 0.0026021113 +16 -2.6829267000000003 0.6664634 -7.765734e-05 0.033606314 -2.8467569 -6.625799499999999 -5.0689405999999995 0.0010721953999999999 0.0011032916 0.00097265959 0.0026354739 -5.3855037 0.0026135092 +17 -2.6856176 0.66429937 -7.7078332e-05 0.03347264 -2.8492549 -3.4459929 -3.6539221 0.0010677399000000001 0.0010985304 0.00096819205 0.0026228659 -3.9527422999999997 0.0026010185000000003 +18 -2.8660528 0.66634319 -0.24097956 -1.2956065 -2.1096823 -2.0586675 -2.5010694 -3.5860029000000004 -3.5972763999999997 -2.9292543999999996 -7.0689833 -2.7628477000000005 -7.061015400000001 +19 -4.7185497000000005 -1.0693515 -3.6222578000000003 -1.654381 -3.7833669999999997 -3.8407940000000003 -4.07447 -3.1718634 -6.523297 -5.7977344 -10.233456 -4.3927633 -10.225096 +20 -1.9446717 0.84089528 1.8390202000000002 -0.15314009 -1.949338 -2.4365973999999997 -1.3268881000000001 1.4146153000000001 1.4159972 -2.4646588 -6.4798838 -1.5094167 -6.4719545 +21 -2.1470081000000003 0.79372574 1.4094826 -0.077216421 -2.2111907000000004 -2.7208783 -1.4918262 1.1490965 1.1502605 0.73611956 -1.8549718000000002 -1.6883914 0.94820205 +22 -2.2084587000000004 -2.0361195 -3.0524553 0.10382987 -2.3954521 -3.0225247000000004 -1.6875517 -2.275019 -2.2735464 -1.6930846000000002 -5.2343687999999995 -1.8988518 -5.2277038000000005 +23 -1.4402708999999998 -2.6256125 0.0007138766499999999 -3.3701092000000004 0.46306056 0.35499925 0.068882766 -0.0009088196699999999 -1.013389e-05 -0.00018840817 -0.00094450151 0.08119852 -0.0009417978300000001 +24 -1.0235288 -1.7810749 0.00066533952 -0.040593115 -2.8682364 -3.4074807000000003 -1.9914626 -0.00068697972 0.00021469201 1.8283288999999998e-05 -0.00037080543 -2.2221208 -0.00037328267999999995 +25 -0.98287174 -1.7124743000000002 0.0006607851700000001 -0.039758917000000005 -1.0357192 -4.885405 -3.352585 -0.00066172937 0.00024034366 4.2094228999999993e-05 -0.00030412299 -3.6399095 -0.0003072162 +26 -1.0021982 -1.745018 0.00066233568 -0.040159465 -1.0539526000000001 -1.2768434 -2.2913200000000002 -0.0006745236900000001 0.00022732072999999997 2.9849769999999998e-05 -0.00033871566 -2.5458380000000003 -0.00034148722 +27 -1.3213246 -1.9927148999999997 -0.22254912 -1.4920815 -0.37208213 -0.32411341 -1.7352702000000002 -3.5733152 -3.5756619 -2.9085226000000004 -7.0430167 -1.9489008999999997 -7.035084299999999 +28 -3.7589425000000003 -4.0607596 -3.5387089 -1.7312144 -2.7564759999999997 -2.6954761 -3.1994724999999997 -3.1117638 -6.4379846 -5.7129479000000005 -10.145676 -3.4925406000000003 -10.137406 +29 -0.0063532193999999995 -2.2453537 1.8392781999999999 -0.25482191 0.16541278 -0.0052126785 -0.11539345 1.4145161 1.4162351 -2.4642698 -6.4795226999999995 -0.13601626 -6.4715941 +30 -0.32774391 -2.2665162999999997 1.4095287 -0.17062331 -0.22837084 -0.29666843 -0.14684293 1.148521 1.1500886000000001 0.73624543 -1.8545785 -0.17200477 0.9485535 +31 -0.74179108 -0.23921676 -3.0490127 -3.1862042 1.1732873 0.57279204 0.096175405 -2.2660886000000002 -2.2689465 -1.688925 -5.231239599999999 0.12123488 -5.2245221 +32 -0.10549774 0.30195732 -3.0430568 0.15574926 -2.1073145 -2.7085115 -1.4336204 -2.2580028999999997 -2.2605597 -1.6813796000000003 -5.2176824 -1.6239264 -5.210960900000001 +33 -0.041059919 0.3472346 -3.0424081000000003 0.15777552 -0.20513282 -4.2718197 -2.7860215 -2.2571564 -2.2596427 -1.6805555 -5.2161967 -3.0621957 -5.209474 +34 -0.057683301 0.33584367 -3.0425732999999995 0.15726 -0.22162001 -0.59775359 -2.1416199000000002 -2.2573722999999997 -2.2598765 -1.6807656000000002 -5.2165764 -2.3890652 -5.209853900000001 +35 -1.1818183999999998 -0.69447445 -5.5357449999999995 0.10091745 -1.3451478000000001 -1.8791484 -0.97227525 -6.715280900000001 -6.745646499999999 -6.0195991 -10.458795 -1.1039302 -10.450258 +36 -1.8618728 -1.4110266000000002 -7.3776901 0.056747945999999994 -2.0136285 -2.6503157 -1.532864 -3.7157736000000003 -7.0668095 -6.3392935 -10.785394 -1.7273313000000001 -10.776855 +37 -0.44356473 0.030626627000000003 -3.020237 0.14379601 -0.5970156 -0.82982627 -0.28588266 -2.2460892999999995 -2.2486122 -4.9926635 -9.3987594 -0.32519658 -9.390241699999999 +38 -0.44384385 0.030490637999999997 -3.0239208 0.14391968 -0.59739847 -0.83039368 -0.2862861 -2.2483923 -2.2511224 -1.6729009 -7.672086800000001 -0.32563848 -5.1982607000000005 +39 0.10597148 0.11881831 -4.0039621e-05 -3.3170061 -0.176136 -0.30094425 -0.13159417 0.00013897028 0.00014082586 0.00012527347 0.00033862248 -0.15034165 0.00033568216000000003 +40 0.43579699 0.46023944 -9.1117493e-05 -3.3005183 2.5248092 -2.5939311000000003 -1.3468558000000002 0.00070337088 0.0007260772299999999 0.00068213276 0.0019305865 -1.5336495 0.0019121601 +41 0.47314728 0.49248701 -9.769183800000001e-05 -3.2987610000000003 2.5590292999999997 1.012928 -1.8188388999999998 0.00076298291 0.0007896994000000001 0.0007426511900000001 0.0021035682999999998 -2.0487580000000003 0.0020834695000000003 +42 0.221543 0.42565585 -0.24263651 -4.6530062999999995 2.4848867 0.84361568 -1.4343881 -3.5878616 -3.5994097000000003 -2.9312953 -7.0715277 -1.6225188 -7.0635601999999995 +43 -1.6063973 -1.2444097 -3.6289366999999997 -4.9884638 0.34197864 -0.042847725 -2.0983617000000003 -3.1783574 -6.5304374 -5.804827400000001 -10.240721 -2.3353232999999998 -10.23237 +44 0.75810057 0.085993659 1.8387201000000002 -3.5214051 3.1285078 1.0781021000000002 0.11764699 1.4142465 1.4156266000000002 -2.464812 -6.4800934 0.13574738 -6.4721642 +45 0.53669454 0.029224983 1.4091595 -3.4424193999999995 2.8633368999999997 1.0560221 0.14332541 1.148514 1.1496743 0.73582519 -1.8551175 0.16600422 0.94801846 +46 0.5082447 0.52132584 -0.00010506248 0.024768774 -1.445804 -5.2921687 -3.7652275 0.00081560118 0.0008462682 0.00079550395 0.0022517164 -4.0658992 0.0022302873999999998 +47 0.49836801 0.51327665 -0.00010327658000000002 0.02431829 -1.454546 -1.867936 -2.5917842 0.00080046496 0.00082990268 0.0007800809599999999 0.0022080720999999998 -2.8607619 0.002187049 +48 0.26587375 0.45973818 -0.24222836 -1.3264274999999999 -0.82683059 -0.75745827 -1.9083249 -3.5874562999999995 -3.5988295 -2.9307397999999996 -7.0708386 -2.1335528 -7.062871 +49 -1.5698968 -1.2147135 -3.6264027000000003 -1.6649095 -2.382898 -2.380673 -3.07307 -3.1761485 -6.5276566 -5.8020656 -10.2379 -3.3611142999999997 -10.229544 +50 1.1028566999999998 0.50821806 1.8387985 -0.17642556 -0.74763049 -0.98653757 -0.47248876 1.4143923 1.4157731000000002 -2.4647516 -6.4800106 -0.54812352 -6.472081299999999 +51 0.90130766 0.47498175 1.4092639999999999 -0.097969839 -0.98396618 -1.2312059 -0.53270033 1.1487854 1.1499473 0.73596582 -1.8550471000000002 -0.61661115 0.94810735 +52 0.50841441 0.521465 -0.00010508648000000001 0.024776585 0.48463502 -3.653532 -3.8182329 0.00081587606 0.0008465675500000001 0.0007957959 0.0022525748 -4.1200101 0.0022311366 +53 0.29401091 0.48148994 -0.24190837 -1.3234006 1.2916425 -2.89155 -2.8967238999999996 -3.5871458 -3.5983697999999995 -2.9302989 -7.0703009 -3.1745033 -7.0623326 +54 -1.5610138 -1.2073094 -3.6257892 -1.664496 -0.55006641 -4.0480551 -4.1932480000000005 -3.1756162999999997 -6.526975599999999 -5.8013898 -10.237211 -4.5112772 -10.228852999999999 +55 1.2959818 0.70668536 1.8388441000000002 -0.16320479 1.5501722 -2.98638 -1.7257589 1.4144773000000002 1.4158596 -2.4647158 -6.479961599999999 -1.9450467 -6.4720322999999995 +56 1.0809001 0.65730051 1.4093187 -0.086690529 1.2341423 -3.1563801 -1.8331615 1.1489288 1.150093 0.73604312 -1.8550073 -2.0587854 0.94815743 +57 0.29661167 0.48354278 -0.24187215 -1.3231121000000001 1.2939690000000001 0.60175376 -3.166656 -3.5871112999999997 -3.5983172999999997 -2.9302484 -7.070240299999999 -3.453825 -7.0622719 +58 -1.5625569 -1.2085291999999999 -3.6258997 -1.6645643 -0.55158864 -0.64989627 -3.8803691 -3.1757129 -6.5270959 -5.8015094000000005 -10.237333 -4.1876396 -10.228975 +59 1.3052767 0.71513742 1.8388461 -0.16260334 1.5599778 0.74978605 -1.9138261000000003 1.4144812 1.4158636 -2.4647141 -6.4799594 -2.1496103 -6.47203 +60 1.0855346000000001 0.6615171 1.4093201000000002 -0.08641339199999999 1.2388093999999998 0.65424708 -1.9031734 1.1489323999999999 1.1500967 0.73604508 -1.8550063 -2.1383736 0.94815871 +61 -5.2411494 -5.5065233000000005 -8.212874000000001 -1.7639238000000002 -4.245016400000001 -4.2742606 -4.4328762 -8.781989 -12.140633 -11.406594 -15.881941000000001 -4.7570776 -15.873508 +62 0.23197185 0.43356115 -0.23874602 -1.3341034999999999 1.2327538 0.59663705 -1.4991481000000002 -3.5846237000000003 -3.5958232000000003 -6.2497481 -10.695668 -1.6930883 -10.687227 +63 0.23047636 0.43216469 -0.24083992 -1.3341266 1.2308693000000002 0.59465063 -1.5003183999999998 -3.5864776 -3.5978911 -2.9298444 -9.531795800000001 -1.6942933 -7.0625144 +64 -1.5932137 -1.233368 -3.6261120000000004 -1.6659724999999999 -0.57920097 -0.65877639 -2.2742805 -3.1760106 -6.5276998 -9.1240324 -13.596186 -2.522765 -13.587782999999998 +65 -1.5949526000000003 -1.2351703 -3.6277554 -1.6661131 -0.5810503 -0.66128249 -2.2759275000000003 -3.1773665 -6.5292571 -5.8036547999999994 -12.699238000000001 -2.524489 -10.231252 +66 0.83366902 0.17568209 1.8518171 -0.19861591 1.072816 0.64438498 0.036039798 1.4212829 1.4226667 -2.4619218999999997 -8.9393671 0.041088608 -6.4693097 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.5251919999999997 0.68005721 0.47647296 0.29185488 -3.3629393 -1.6717235000000001 -0.51873753 0.62691858 0.63258561 0.61698412 0.69888596 -0.57899296 0.69859949 +2 -4.1005058 -7.3691605 -4.5220785999999995 -0.52795164 -3.9841447 -1.8931436000000001 -0.44403404 -5.0529109000000005 -5.032320200000001 -5.0027197999999995 -5.1409461 -0.50943012 -5.141733400000001 +3 0.0084208957 0.016264187 -1.1991096 0.022787127999999997 0.056925414 0.13617084 0.098832807 -0.12048689 -0.11131174 -0.10540505 -0.13336082 0.1105709 -0.13363987 +4 -0.043318576 -0.029244967 -0.020973209 -3.3302751000000006 1.504035 0.15898063 0.048922058 -0.02695227 -0.027324634 -0.026779023 -0.029632637000000003 0.055647755 -0.029610677999999998 +5 0.22197697 0.1607742 0.1070449 0.05100584 -2.6554385 -1.0240003 -0.34762389 0.14585769 0.14748742 0.14389356 0.16216365 -0.38896103 0.16215299 +6 0.47502588 0.3549818 0.22193772 0.11978812 0.45565697 -3.3966317999999998 -1.3763454 0.31784214 0.32066007 0.31140673 0.3576075 -1.5258227 0.35785585 +7 0.51449318 0.38530525 0.23887535 0.13118175 0.48466183 0.018455741 -1.8477366999999998 0.34450551 0.34751155 0.33723357 0.3885739 -2.0323901 0.38887066 +8 -3.9270578 -6.465503400000001 -7.576759299999999 -0.45980321 -3.8718397000000007 -1.8173238999999999 -0.3550303 -8.598004099999999 -8.603120800000001 -8.5731352 -8.714276400000001 -0.40954475 -8.714862400000001 +9 -4.1559946000000005 -8.013721199999999 -8.486573199999999 -0.52886061 -4.0364421 -1.9494133000000002 -0.46525644 -5.6942219000000005 -9.009304 -8.979154600000001 -9.1202024 -0.53335614 -9.120938800000001 +10 0.0032736515999999996 0.0033567181 0.0036319343 0.0010098072 0.0039290351000000005 0.0013002162 0.00048275852 0.0033882008000000003 0.0038808440999999996 -3.3180837 -3.4467051 0.0005466881200000001 -3.4465702000000005 +11 0.00011952548999999999 0.0001248277 0.00021376318 3.5859253e-05 0.00012203706 9.565884e-06 -2.0283308e-06 0.00013569031 0.00021599402 0.00021129552000000003 -2.4602494999999998 -2.1657806e-06 -7.323761300000001e-05 +12 -6.3881702 -6.904754 -4.394272099999999 -0.44373177 -6.351426 -4.6432663 -2.2207385 -4.919158900000001 -4.8985373 -4.8690544000000004 -5.0070483 -2.4180459 -5.0077807 +13 -2.5043309 0.71547755 -0.64425466 0.32173617 -3.2907462 -1.5036459999999998 -0.35464763 0.53149829 0.54481894 0.53642011 0.58175803 -0.39803329 0.58128292 +14 -2.7140041 0.53141618 0.38950977 -3.0891859 -0.97464178 -0.38762425 -0.1523104 0.49436393 0.49909265 0.48835169 0.54539694 -0.16013674 0.54498015 +15 -2.340551 0.82304929 0.5564571 0.35301067 -5.102335500000001 -3.5286669 -1.5330085 0.75351243 0.75990143 0.73889948 0.84864227 -1.6922362000000002 0.84858212 +16 -2.2955004 0.85752198 0.574906 0.36838236 -3.2234182999999996 -5.143315 -2.806148 0.78377857 0.79030784 0.76784941 0.88515248 -3.0304213 0.885173 +17 -2.3058627 0.85001063 0.57060525 0.3650576 -3.2299916 -1.6043558999999998 -2.2844569 0.77705911 0.78353098 0.76137258 0.87706879 -2.4890262 0.87708297 +18 -6.144678099999999 -5.371095599999999 -7.1152503 -0.36526476 -6.1983119 -4.5454665 -2.0959982 -8.1049785 -8.115755900000002 -8.086261 -8.2277632 -2.2899821 -8.2278845 +19 -6.4288269 -7.5842575 -8.389880400000001 -0.44504028 -6.3862687000000005 -4.6782725 -2.2503821 -5.597605000000001 -8.9092494 -8.8791434 -9.0202201 -2.4486887000000004 -9.0209159 +20 -2.5228429 0.68262233 0.47924689 0.29285292 -3.360768 -1.6684483 -0.51697079 0.62951639 0.63566287 -2.7018974 -2.8231554 -0.57700231 -2.8231874 +21 -2.5251141 0.68013867 0.47645789 0.29188367 -3.3628858 -1.6716661 -0.51873018 0.62697035 0.63274139 0.61713538 -1.7620818999999999 -0.57898415 0.69827404 +22 -3.9258664 -6.2003867999999995 -4.7062805 -0.50388335 -3.8280879999999997 -1.7360981 -0.35750843 -3.8560033 -3.8297311 -3.8010137000000004 -3.9355432 -0.41185453 -3.9362642 +23 -4.1302349000000005 -7.464098700000001 -4.540316099999999 -3.8485702000000006 -2.209435 -0.49708297 -0.08569473699999999 -5.0726122 -5.0521687 -5.0225417000000006 -5.1607864999999995 -0.099459357 -5.161592400000001 +24 -4.0586367999999995 -7.240851400000001 -4.4955112999999995 -0.52905284 -5.7305917 -3.9295955 -1.7004721999999999 -5.0243415 -5.0035305999999995 -4.973967299999999 -5.1121617 -1.8737338 -5.1129242999999995 +25 -4.0505582 -7.216230499999999 -4.4901758 -0.52925445 -3.9443947999999995 -5.4987319 -3.0670888 -5.0186149 -4.9977565 -4.9682001 -5.106387000000001 -3.2906962999999996 -5.1071454 +26 -4.0536557 -7.2256968 -4.4922165000000005 -0.52917732 -3.9468718999999997 -1.8685945 -2.1926907000000004 -5.0208157 -4.9999724 -4.9704129 -5.1086021 -2.3934683999999997 -5.1093626 +27 -4.1761877 -10.249767 -8.1013274 -0.46644998 -4.0970955 -2.0459358 -0.44120268 -9.165767599999999 -9.146209599999999 -9.1160285 -9.2570639 -0.50666387 -9.2578285 +28 -4.250408900000001 -11.529985 -8.692314999999999 -0.53122745 -4.1257932 -2.0472022 -0.50457931 -5.919490799999999 -9.220851699999999 -9.1906587 -9.331692 -0.57751044 -9.3324668 +29 -4.1004444 -7.368574000000001 -4.5215344 -0.5279499 -3.984053 -1.8930029 -0.44396355 -5.0526425999999995 -5.031851799999999 -8.3241793 -8.4650683 -0.50935114 -8.465852499999999 +30 -4.100505 -7.369153 -4.522066400000001 -0.52795163 -3.984144 -1.8931429 -0.44403377 -5.0529060999999995 -5.0323127 -5.0027123 -7.6003909 -0.50942981 -5.141732 +31 -0.022171341 -0.0055885876 -1.2168842 -3.3053292 1.6582515 0.25353723 0.128975 -0.14069761 -0.13172545 -0.12546371 -0.1552325 0.14483667 -0.15550026 +32 0.23493207 0.18786007 -1.0640543 0.077276759 -2.5561185 -0.83120128 -0.18942577 0.037681624 0.048381974 0.051005672 0.039374996 -0.21406923 0.039096782999999996 +33 0.55074922 0.43662762 -0.88116865 0.16646791 0.57854978 -3.2681156000000002 -1.2210598999999998 0.26522109 0.27804694 0.27427789 0.29348413 -1.3617066999999998 0.29350877 +34 0.60368893 0.4772936 -0.85215057 0.18206909 0.62034012 0.1539349 -1.7645749 0.302474 0.315664 0.31067859 0.33589696 -1.9455768 0.33597221 +35 -3.5186580999999997 -4.9084238 -7.3190152 -0.42772654 -3.4989252 -1.4526082 -0.20613249 -7.006844900000001 -7.0062349 -6.9763526 -7.1169886 -0.24019953 -7.1175809999999995 +36 -3.9645968000000003 -6.3978657 -8.2390238 -0.50464771 -3.866717 -1.7790494 -0.37358446 -4.0641127 -7.373854400000001 -7.343825099999999 -7.484519000000001 -0.43005158 -7.4852214 +37 0.010526083 0.018430501000000002 -1.1957396999999998 0.023445167000000003 0.059544455 0.13698955 0.099217865 -0.11830864 -0.1088065 -3.4248489999999996 -3.5557358999999997 0.11099411 -3.5558997000000003 +38 0.0084987688 0.016349111 -1.1980986999999998 0.022809264 0.056999067 0.13617431 0.09882862 -0.12032191 -0.11113911 -0.10523613 -2.5934399 0.11056617 -0.13369772 +39 0.11546665 0.081165794 0.056332357 -3.2966177000000005 -1.7428742 -0.4406857 -0.17149446 0.07427226599999999 0.07518779 0.073533519 0.082046694 -0.18843829 0.082014641 +40 0.45365984 0.34042312 0.21255006 -3.2070915 1.5654743999999998 -3.2065213 -1.2145666000000002 0.30461342 0.30726604 0.29840969 0.34253297 -1.3519356000000002 0.34278457 +41 0.51325436 0.38493153 0.2385721 -3.1905794999999997 1.5688541 0.16102695 -1.8087386000000003 0.34414797 0.34714367 0.33687126 0.38817891 -1.9913494999999999 0.3884767 +42 -3.9768339999999998 -6.624327 -7.6280432000000005 -3.7807051 -2.0646970000000002 -0.4323273 -0.006520029399999999 -8.6509462 -8.6586656 -8.628608199999999 -8.7696871 -0.0085784208 -8.7703427 +43 -4.1820881000000005 -8.1062031 -8.5016537 -3.8493763999999997 -2.2666337000000003 -0.52939261 -0.092164971 -5.7079325 -9.0256116 -8.9954462 -9.1364799 -0.10694897 -9.1372319 +44 -0.03986743 -0.025762626 -0.017237298999999998 -3.3292426 1.5061426000000002 0.15961716 0.049208228 -0.023445369 -0.023321657000000003 -3.3447421000000004 -3.4736376000000004 0.055966187 -3.4734858999999996 +45 -0.043196657 -0.029117582000000003 -0.020753902 -3.3302389999999997 1.5040613999999999 0.15898242 0.04891917900000001 -0.026813224 -0.027106367000000003 -0.026565428999999998 -2.4898580000000003 0.055644572 -0.029675327 +46 0.53434673 0.39858018 0.24781404 0.13602351 -2.5423937000000003 -4.578539299999999 -2.3587957000000004 0.35669445 0.35986378 0.34924024 0.40241979 -2.565254 0.40270869 +47 0.52745978 0.39395566 0.24470133 0.13433568 -2.5452263 -0.97878642 -2.1404248 0.3524377 0.35554555 0.34504281 0.39757063 -2.3382702999999996 0.39786411 +48 -3.8511866 -6.241497900000001 -7.4976678 -0.46034384 -5.5980682999999996 -3.840462 -1.5872481 -8.5163875 -8.517595199999999 -8.4877243 -8.6289633 -1.7548656999999999 -8.6294382 +49 -4.1210131 -7.8945682 -8.465499699999999 -0.53007453 -5.785582 -3.9878660000000004 -1.7449824 -5.675182 -8.9867065 -8.956576400000001 -9.0976409 -1.920648 -9.0983585 +50 0.22497967 0.16393348 0.11048195 0.052031772999999996 -2.6533202 -1.0213835 -0.34643774 0.14905384 0.1511814 -3.1743770000000002 -3.3013719 -0.38762567 -3.301226 +51 0.22208625 0.16088754 0.10722112 0.051040685 -2.6553915 -1.023966 -0.34762126 0.14597564 0.14769147 0.14409274 -2.2982412 -0.38895776 0.16202656 +52 0.54548812 0.40708856 0.25248547 0.13927908 0.51118532 -3.3921962 -3.0167648 0.36413578 0.36734727 0.35642489 0.41108943 -3.2435631000000003 0.4113969 +53 -3.8353374 -6.196548 -7.480823 -0.46041249 -3.7992921 -5.413469 -2.9514803 -8.499021800000001 -8.499410899999999 -8.469564199999999 -8.6108235 -3.1735592999999995 -8.611275099999999 +54 -4.1145662000000005 -7.872651299999999 -8.4614687 -0.53029375 -4.0035891 -5.549384099999999 -3.1128777000000003 -5.6715232 -8.982364 -8.952237 -9.0933039 -3.3373334000000003 -9.0940186 +55 0.47829949 0.35835635 0.22544861 0.12099254 0.45923071 -3.3952574 -1.3750544 0.32122034 0.32458508 -3.0066445 -3.1314365 -1.5244391000000002 -3.1310349 +56 0.4751265 0.35508481 0.22205024 0.11982257 0.45574812 -3.3966182999999996 -1.3763404 0.31793859 0.32084809 0.31158986 -2.103041 -1.5258171 0.35764735 +57 -3.841076 -6.2126693 -7.486886999999999 -0.46038644 -3.8038501000000005 -1.7745525000000002 -2.1164339 -8.5052788 -8.5059565 -8.476099900000001 -8.6173506 -2.3144607999999995 -8.6178118 +58 -4.1171572 -7.881559599999999 -8.4630957 -0.53020628 -4.005654 -1.9291141 -2.2106016 -5.673013200000001 -8.984129300000001 -8.954000500000001 -9.095066000000001 -2.4120256 -9.095782400000001 +59 0.51786749 0.38874984 0.24242043 0.13242894 0.48828495 0.019669342 -1.8473403000000002 0.34794558 0.35150773 -2.9807495999999998 -3.1051436000000003 -2.0319737 -3.1046955 +60 0.51459304 0.38540713 0.238976 0.13121626 0.48475075 0.018463047 -1.8477395 0.34459868 0.34769715 0.33741427 -2.0721198 -2.0323929 0.38864731 +61 -4.177498 -10.339485 -11.510805 -0.46643818 -4.0983678999999995 -2.0473647 -0.44179864 -9.231627 -12.555456 -12.525253 -12.666455000000001 -0.50733537 -12.667207000000001 +62 -3.9269608 -6.4649384 -7.576272400000001 -0.45980023 -3.8717205999999997 -1.8171613999999998 -0.35495609 -8.5977907 -8.602676400000002 -11.894619 -12.035984 -0.40946119 -12.03657 +63 -3.9270577000000007 -6.465503 -7.5767585 -0.45980321 -3.8718396 -1.8173238999999999 -0.35503028 -8.598004 -8.603120500000001 -8.5731349 -11.173708999999999 -0.40954474 -8.7148625 +64 -4.1559711 -8.0133832 -8.4862794 -0.52885992 -4.0364047 -1.9493557000000001 -0.46522565 -5.6941594 -9.0090367 -12.300815 -12.442031 -0.53332188 -12.442767 +65 -4.1559945 -8.013721 -8.4865727 -0.52886061 -4.0364421 -1.9494133000000002 -0.46525643 -5.6942218 -9.0093038 -8.979154300000001 -11.579635000000001 -0.53335613 -9.120939 +66 0.0032848033000000003 0.0033683436 0.003651558 0.001013152 0.0039404781 0.0013011411 0.0004825776 0.0034007865999999996 0.00390075 -3.3180642 -5.906212200000001 0.0005464953599999999 -3.4465784 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.9450648 0.32993652 -0.0096546954 0.23561073 -3.9099263 -0.99403551 -0.15988514 0.030760131 0.030846955 0.023912824 0.11093125 -0.17844944 0.11038971 +2 -2.4392438999999997 -2.6344459 0.024077286 -1.0843948 -1.7967945 -0.18240102 -0.09641505800000001 -0.11259437 -0.11072454 -0.083582931 -0.55690626 -0.1076727 -0.55262769 +3 -0.44789537 -0.34736716 -2.6942557999999996 0.069185179 -0.48249015 -0.02042808 0.10644671 -1.9438921000000002 -1.9470150000000002 -1.7053875 -4.5433747 0.12334659 -4.5282516 +4 -0.0066986816 -0.0054256801 2.6269652000000002e-05 -3.3251804 0.69363454 0.024947392999999998 0.0060196906000000005 -0.0005543926999999999 -0.0005561986900000001 -0.00045211583 -0.0017036417000000001 0.006575418299999999 -0.0016973904000000001 +5 0.15633645 0.13084995 0.0011413393 0.081885311 -3.336792 -0.65591021 -0.14584675 0.015477073999999999 0.015528078999999998 0.012858593 0.04091218 -0.1660909 0.040820419 +6 0.56425375 0.46113326 0.012737486999999999 0.30050777 0.31690755 -3.3825797 -1.2088181 0.066675379 0.066907362 0.056227672 0.15036572 -1.3805577 0.15035686 +7 0.64206815 0.51636968 0.013808056 0.33878325 0.34265475 0.0080054237 -1.9415118000000002 0.075293014 0.075561935 0.063417654 0.17192681 -2.1749431 0.17191003 +8 -3.5665285000000004 -3.8544693 -6.259058400000001 -0.72440422 -3.6552583 -0.88855652 -0.37738645 -8.519886999999999 -8.5522589 -8.2198455 -11.547014 -0.43346446 -11.530699 +9 -4.7741587999999995 -5.8560337 -7.836563099999999 -0.85211226 -4.7691371 -1.6794161 -0.61577098 -6.214669799999999 -9.5546525 -9.2215874 -12.550880000000001 -0.70868478 -12.534722 +10 0.060517365999999996 0.049161435999999996 0.21656256 -0.019938165 0.09088247699999999 0.0044950241999999994 -0.051160459000000005 0.18184016 0.18293732 -3.1725242000000002 -6.345669 -0.060546117 -6.3297348 +11 0.054754035 0.043591777000000005 0.2183923 -0.018315006 0.081859547 0.0033086288 -0.04170299 0.1840062 0.18480394 0.15078682 -2.0436408 -0.04943654 0.51719795 +12 -5.1088236 -2.076987 0.028726879 -0.90035721 -5.1358761 -2.1455208 -0.56837602 -0.095580165 -0.09369025199999999 -0.069753101 -0.4945756 -0.64683817 -0.49060845 +13 -3.2624209 0.082254004 -2.5334231 0.30046155 -4.2769078 -1.3150231000000001 -0.14741663 -1.7044261000000003 -1.7063324 -1.4804034 -4.219356200000001 -0.16491166 -4.204399400000001 +14 -3.0993811 0.19465027 -0.012409113000000001 -3.1738034 -0.96709817 -0.13841688 0.0008461412400000001 0.011442832 0.011469291000000001 0.007588847199999999 0.06771942 0.0090348507 0.067211536 +15 -2.5986008999999997 0.61728722 -0.00030598766 0.43116672 -5.6422436 -2.8741142999999996 -0.88396674 0.078929087 0.07916761900000001 0.064804925 0.21122303 -1.0095919 0.21074842 +16 -2.44949 0.72783632 0.0032875968 0.50977655 -3.6033228999999998 -4.6928977 -2.2001904999999997 0.09910877300000001 0.09942064699999999 0.081804365 0.25612046 -2.4438442000000005 0.25569651 +17 -2.4548374 0.7241035 0.0032987396000000004 0.50708217 -3.606464 -0.88853132 -2.0650277 0.098514536 0.098824056 0.081314346 0.25452171 -2.3039412999999995 0.25409979 +18 -5.5454395 -2.5388011 -5.5507443 -0.52338344 -6.0090498 -3.3877683 -1.3954378 -7.756152 -7.7936409 -7.462729799999999 -10.786628 -1.5804871 -10.769658999999999 +19 -7.2108171 -5.3514257 -7.7160226 -0.76458699 -7.3348100999999994 -4.650043 -2.2953499 -6.0930914000000005 -9.4280925 -9.0951394 -12.424308 -2.5433749 -12.40808 +20 -2.8864365000000003 0.37528416 0.25126236 0.21595052 -3.8222638999999994 -0.93686333 -0.20617221 0.24442963 0.24566808 -3.1237519 -6.2913164 -0.23335732 -6.2753879 +21 -2.8918445 0.37022125 0.24953189 0.21780119 -3.831255 -0.94524567 -0.19668872 0.24365154 0.24457858 0.19718448 -1.8589042000000002 -0.22215773 0.71124561 +22 -3.4037697000000002 -3.6201684999999997 -3.5607621 -0.62618647 -3.4170864 -0.63507986 -0.064796015 -3.0975677000000004 -3.0946272999999995 -2.8014602 -5.9354543 -0.070241003 -5.9195462 +23 -2.4592513 -2.6542456000000003 0.023931223999999997 -4.410103299999999 0.13209453 -0.061891216 -0.077278976 -0.11309954 -0.11123042 -0.083994717 -0.55871372 -0.08616494300000001 -0.55442738 +24 -2.2113269 -2.4095562999999998 0.026276847000000002 -1.0359004 -4.2409062 -1.2193228999999999 -0.33919344 -0.10599237 -0.10411294 -0.078140419 -0.53605284 -0.38551929 -0.5318423 +25 -1.8037391999999999 -2.0185448 0.032566447000000005 -0.93561554 -1.1980523 -3.6327282 -1.4321916000000001 -0.09053547 -0.088634907 -0.065163081 -0.49757631 -1.6200488000000002 -0.49339118 +26 -1.7205762999999998 -1.9427285 0.033950218 -0.91364153 -1.117475 -0.1282297 -2.0217934 -0.087090728 -0.085185395 -0.06227618099999999 -0.48889036 -2.2585407 -0.48470998 +27 -5.2957293 -7.770252900000001 -7.078836900000001 -0.81288853 -5.3250303 -2.2980949 -0.76688886 -9.401892 -9.4052135 -9.0721382 -12.401112 -0.88176839 -12.385019 +28 -5.5301291 -9.381281699999999 -8.1073319 -0.8762734 -5.5054766 -2.4635212 -0.89177358 -6.508579 -9.833011500000001 -9.4998281 -12.829461 -1.0226775 -12.813339 +29 -2.4100286 -2.6056929 0.07915697099999999 -1.1271176 -1.7312528999999999 -0.17119584 -0.13132774 -0.065240736 -0.062690945 -3.3654513999999995 -6.5598632 -0.14891968 -6.543866400000001 +30 -2.4125162 -2.6087683999999998 0.086862929 -1.1239048999999999 -1.7379911 -0.17333722 -0.12638584 -0.057438737999999996 -0.055147552999999995 -0.037439732 -2.929749 -0.14304791 -0.40880963 +31 -0.45939985 -0.35614885 -2.6975549 -3.2562811000000003 0.64487344 0.028890502000000002 0.11637912 -1.9486299999999999 -1.9517836 -1.7098761999999998 -4.549559400000001 0.13432364 -4.5344347 +32 -0.24579109 -0.18453443 -2.6312435 0.14111527 -3.5585337 -0.7766958 -0.06562099099999999 -1.8539416000000002 -1.8564947 -1.6200358999999998 -4.427223000000001 -0.073875724 -4.4121169 +33 0.24189904 0.20704532 -2.4817679 0.33735296 0.060973137000000004 -3.4051991000000004 -1.1461825 -1.6317144 -1.6329121000000002 -1.4107583000000001 -4.1327703 -1.312318 -4.1174363 +34 0.33476462 0.27356695 -2.4581507 0.37350486 0.11324112 0.0020512877 -1.8626363000000001 -1.59366 -1.5946228999999998 -1.3754984 -4.0779727 -2.0918741 -4.0626089 +35 -3.0474259999999997 -3.1256376 -7.015136599999999 -0.49044792 -3.2093765 -0.6035305 -0.02943607 -7.626346400000001 -7.6554344 -7.3237565 -10.647338000000001 -0.028968002000000003 -10.631058 +36 -4.0592597 -4.5039317 -8.2656765 -0.62978058 -4.1819523 -1.2094254 -0.21865799 -4.716929 -8.0556155 -7.7234818 -11.048979 -0.24956706 -11.032733 +37 -0.44483815 -0.34430068 -2.6714786 0.069504249 -0.47909948 -0.019726543 0.10647809 -1.9311256 -1.9340406000000003 -5.015011400000001 -8.3040217 0.12333851 -8.2881053 +38 -0.44581239 -0.34523385 -2.6749389999999997 0.06918953900000001 -0.48012511 -0.020254604 0.10603827 -1.9332542000000001 -1.9363267 -1.695271 -6.993579400000001 0.12286781 -4.516033599999999 +39 0.109776 0.09142242699999999 0.00036722794999999997 -3.2648843 -2.7017827999999997 -0.40689303 -0.09515505099999999 0.01033487 0.010368898 0.0085358972 0.02872634 -0.10739358 0.028648391000000002 +40 0.56002226 0.45819552 0.012715525 -3.0233756 0.72748881 -3.3481235000000003 -1.1834377 0.06625189599999999 0.066482112 0.05587681 0.14923525 -1.3531833999999998 0.14922802 +41 0.64204319 0.51645876 0.013804186000000001 -2.9830134999999998 0.72986224 0.025376307999999997 -1.9366991000000002 0.075302603 0.075571505 0.063424855 0.17196004 -2.1699523999999997 0.1719431 +42 -3.6549902999999997 -3.9431123 -6.300210900000001 -4.0505366 -1.494391 -0.30740731 -0.26711703 -8.5627365 -8.5962115 -8.2637431 -11.591036 -0.3049512 -11.574744 +43 -4.834986499999999 -5.939089599999999 -7.854547099999999 -4.1740012 -2.8818105 -0.5634101 -0.38376581 -6.2317555 -9.5738296 -9.2407465 -12.570053 -0.43977316 -12.553908 +44 0.053848589 0.043835535 0.21604583 -3.3451584000000003 0.70228186 0.026329341000000003 -0.045189434 0.18090004 0.18199495 -3.1732706000000004 -6.3464945 -0.054006099 -6.330560500000001 +45 0.048082409000000007 0.038256883 0.21792509 -3.3435376000000003 0.70076468 0.025504681 -0.035747236 0.18310855 0.18390424 0.15007547 -2.0464877 -0.04291901 0.514255 +46 0.64656747 0.51934705 0.0135832 0.34087929 -3.1758727 -4.3887775 -1.9949109 0.075540669 0.075810536 0.063601943 0.17315965 -2.2277529 0.17313308 +47 0.64971827 0.52157657 0.013732593999999999 0.34242616 -3.1750656000000004 -0.61927894 -2.0572573 0.07597860099999999 0.076250503 0.063975451 0.17403451 -2.2964965 0.17401114 +48 -3.2562282000000002 -3.5455578 -6.1103247000000005 -0.7047265 -5.376427 -2.5400533 -0.97717365 -8.362779 -8.3915849 -8.059455400000001 -11.386173 -1.1136734 -11.369705999999999 +49 -4.6446371 -5.6836434 -7.796939900000001 -0.85075627 -6.4887527 -3.6640954 -1.613705 -6.1767711 -9.5122181 -9.1792014 -12.508469999999999 -1.8162738999999999 -12.492275999999999 +50 0.21406809 0.17570404 0.22930449 0.061685635 -3.2888187999999996 -0.6315421 -0.19744716 0.2049803 0.20613126 -3.1540477000000005 -6.325285500000001 -0.2270862 -6.309343 +51 0.20863125 0.17063062 0.22991676 0.063525205 -3.2938733 -0.63597212 -0.18756382 0.20613753 0.20698472 0.16842916 -1.9749578999999997 -0.21545389 0.58784498 +52 0.67274828 0.53738906 0.014042033 0.35347889 0.35195881 -3.3801246 -2.9018462000000005 0.078497033 0.078780617 0.06607524 0.18037428 -3.1785419999999998 0.18034927 +53 -3.0488277000000004 -3.3399696000000003 -6.0090775999999995 -0.68821718 -3.1838207 -4.4311168 -2.1824534 -8.252910799999999 -8.279772999999999 -7.9479625 -11.274378 -2.4264107999999998 -11.257702 +54 -4.6048624 -5.6311301 -7.7843022 -0.85018331 -4.6278394 -5.3323894 -2.959419 -6.1645764000000005 -9.4985907 -9.1655923 -12.494854 -3.2353587999999998 -12.478647 +55 0.6028073 0.48548542 0.26301512 0.27332699 0.35294851 -3.3764480000000003 -1.2495288999999998 0.26675712 0.26804308 -3.1046649 -6.2709060999999995 -1.425344 -6.2548832 +56 0.60103989 0.48397758 0.26044833 0.27728062 0.34942114 -3.3780932999999997 -1.2419863000000002 0.26566365 0.26663674 0.21597212 -1.7929412 -1.4171113000000002 0.77446056 +57 -3.0449919999999997 -3.335332 -6.0072570999999995 -0.6877451 -3.1811917999999997 -0.75773828 -2.2336384999999996 -8.250647200000001 -8.2775134 -7.945719 -11.272135 -2.482225 -11.255446000000001 +58 -4.612527500000001 -5.640935 -7.7867025 -0.85028129 -4.6343363 -1.6010933999999999 -2.4160555 -6.1668824 -9.5011673 -9.1681653 -12.497428999999999 -2.6737263 -12.481224000000001 +59 0.67725019 0.53771336 0.26897657 0.31043 0.37404626 0.01000963 -1.9785771 0.2778685 0.27918299 -3.095936 -6.2612224 -2.2141306 -6.2451869 +60 0.67599507 0.53660707 0.26574255 0.31463647 0.37089314 0.0090616172 -1.9717767 0.27629578 0.27729578 0.22432344 -1.7595272000000002 -2.2070067000000004 0.80916992 +61 -5.4118392 -8.6230106 -11.260943 -0.80997104 -5.4386227 -2.4232132 -0.81647588 -10.247086 -13.594520000000001 -13.261033 -16.592375 -0.938109 -16.576199 +62 -3.5655817 -3.8531902000000002 -6.2578428 -0.72432488 -3.6540585 -0.88746372 -0.37700222 -8.5189865 -8.551132199999998 -11.540646 -14.871823999999998 -0.43303004 -14.855504999999999 +63 -3.5665160000000005 -3.8544523 -6.2590325 -0.72440336 -3.6552462999999995 -0.88855068 -0.37738561 -8.519871400000001 -8.5522397 -8.2198263 -14.006457999999999 -0.43346347 -11.530689 +64 -4.773949099999999 -5.8555527000000005 -7.836100999999999 -0.8521026 -4.7687898 -1.6788988999999999 -0.61553277 -6.2144618 -9.5542512 -12.543114 -15.874355 -0.70841758 -15.858194000000001 +65 -4.7741569 -5.8560295 -7.8365556 -0.85211223 -4.769135299999999 -1.6794144 -0.61577054 -6.2146672 -9.554648199999999 -9.221583099999998 -15.010323000000001 -0.70868427 -12.534722 +66 0.060739312999999996 0.049383656 0.21592662 -0.019932532 0.091162525 0.0045123679 -0.051644434 0.18127888 0.18238256 -3.1729737 -8.806764999999999 -0.061111137999999995 -6.330570900000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7597028999999997 0.57741459 -0.0031289872 0.23622176 -3.5677461000000004 -1.6613851000000002 -0.5571457 0.011564598999999998 0.011585948 0.0070240806000000005 0.010212119 -0.58051226 0.010421116999999999 +2 -2.2116483 -2.4911105 0.00080644959 -0.48046624 -1.5383228 -0.35380701 -0.10483597 -0.01710855 -0.016235569 -0.006334545600000001 -0.0018383976 -0.10195689 -0.0022746126000000003 +3 -0.61751541 -0.30420558 -2.8992339 0.21101365 -0.57927654 -0.11157998 0.008832054300000001 -2.0463893 -2.0485998 -1.4830121 -4.7557327 0.008627064 -4.750515099999999 +4 -0.016312714 -0.017613067 7.3152848e-05 -3.3278218999999996 1.218256 0.3180863 0.049151413 -0.00032016595 -0.0003207554 -0.00020700725 -0.0003107288 0.04326910900000001 -0.0003171709 +5 0.28631065 0.30499368 -0.0025015366 0.11123676 -3.0719404999999997 -1.1238375 -0.30507133 0.0054902089 0.005500625699999999 0.0035004454999999998 0.0047513015 -0.31213404 0.0048820233 +6 1.1845573 1.2376790000000002 -0.010532804 0.54924564 1.1376273000000001 -3.1341848999999997 -1.4829727 0.039278692999999996 0.039370377000000005 0.033928571 0.085163994 -1.7032951 0.08463440400000001 +7 1.4000258999999997 1.4103923 -0.011669646 0.64690892 1.2830358 0.32811475 -2.2673139 0.049113704 0.049234260999999994 0.042965139000000006 0.10921338 -2.5850028999999997 0.10849142 +8 0.36016386 0.75395811 -0.15514572 -0.12528607 0.7997621 0.23650147 -0.65063758 -3.4814941 -3.4932216 -2.8165579 -6.9144246 -0.71784631 -6.9071343999999995 +9 -1.3423258 -0.99620899 -3.0671327 -0.5414523 -0.83492017 0.038279329 -0.86159241 -2.6035437999999997 -5.9489163000000005 -5.212994 -9.621383300000002 -0.96263726 -9.613644599999999 +10 0.30700452 0.16322223 1.8369701 -0.26183643 0.40535368 0.15435519 -0.0024052139 1.3983937 1.3997538999999999 -2.4711644 -6.4804740999999995 -0.0046355381 -6.473114099999999 +11 0.25901441 0.13833738 1.4095313 -0.19794581 0.32480156 0.11590064 -0.0014362501999999999 1.1356305 1.1367728000000001 0.73065873 -1.8585653000000002 -0.00346245 0.94457982 +12 -4.5327245000000005 -1.4100966000000001 -0.00055530087 -0.33396836 -4.5994962 -2.9710489 -1.362372 -0.011799775 -0.010919372 -0.0024227878 0.0064553158 -1.5148812 0.006026033199999999 +13 -3.0378003 0.55996803 -2.7897724 0.47209106 -3.918224 -2.1847269 -0.77512249 -1.8737556 -1.8754055 -1.330991 -4.3990998 -0.83458117 -4.3945795 +14 -3.0206111 0.27432565 -0.00032327857000000003 -3.2100347 -0.43972641 0.02012641 0.0011850155 0.0044002091 0.004407689199999999 0.0017005441 -0.00016437439999999998 -0.004237685 -1.9583692e-05 +15 -1.9040086999999999 1.4540278999999998 -0.011799491 0.68344627 -4.7786461 -3.2996307999999996 -1.5942477 0.049059557999999996 0.04916405 0.040747252000000005 0.09883772099999999 -1.8158463 0.098328388 +16 -1.6513763 1.6557109 -0.01337415 0.80476278 -2.6697279 -4.7519527 -2.9089859000000002 0.0624686 0.062607895 0.053133727 0.13185151 -3.2688191000000004 0.13106843 +17 -1.6833863000000002 1.631721 -0.013252937 0.78998452 -2.6908747 -0.96721974 -2.4399667000000003 0.060717497999999995 0.060851678 0.051511815 0.12752238 -2.7694845 0.12677366 +18 -2.3493266 1.2831271999999998 -0.11740556 0.23869408 -2.9962996 -0.92386213 -0.89480312 -3.4294184999999997 -3.4406827000000004 -2.7666876 -6.8491329 -0.99470954 -6.8418788 +19 -3.8518480000000004 -0.3497375 -2.8581084999999997 -0.33903914 -4.0012509 -1.9671688999999999 -1.4466253 -2.3792534 -5.7200096 -4.986545 -9.3834633 -1.6363618 -9.3756726 +20 -2.4541757 0.70471032 1.8394436 0.014765904 -3.1211337 -1.1669598 -0.33416511 1.4021721999999999 1.403535 -2.4696436 -6.4783743 -0.3425167 -6.4710166 +21 -2.5065682000000002 0.68080747 1.4121083 0.06600428700000001 -3.2146974999999998 -1.2700344 -0.37652245 1.1407466 1.1418933 0.73281372 -1.8576749 -0.38600044 0.94572292 +22 -2.9164209999999997 -2.8781715 -3.0199071 -0.096686906 -2.9157894 -1.0016578 -0.27683439 -2.2470682 -2.245743 -1.6541706999999999 -5.1899184 -0.27810595 -5.1836029 +23 -2.2465266 -2.532093 0.00083678819 -3.8053745 0.63417877 0.21954236 0.014126861999999999 -0.017236132 -0.016363305 -0.0064084261 -0.0019216944 0.0077844383 -0.002361238 +24 -1.8431283 -2.0406592 0.00021410882000000002 -0.43970965 -3.9383269999999997 -2.0865818 -0.81747751 -0.015444733 -0.014569446000000002 -0.0051917502 0.0001194812 -0.87597177 -0.00029240337000000004 +25 -1.0723791999999999 -1.171667 -0.0014033222 -0.31430148 -0.59524488 -3.6230445 -1.894811 -0.0094559181 -0.0085701565 0.00010100506999999999 0.014064666000000002 -2.1596599999999997 0.013547525 +26 -0.90476482 -1.0065865 -0.0017849782 -0.2819859 -0.43957505 0.13890468 -2.3073433 -0.007794073100000001 -0.0069052942 0.0015934018 0.018053324 -2.6270306 0.017504261 +27 -2.1466155 -2.0481917000000003 -0.21702748 -1.2328775 -1.0996158 -0.026984795 -0.75041943 -3.5781441 -3.5806116 -2.8994466 -7.023202900000001 -0.82844912 -7.015851 +28 -3.8865345000000002 -4.360087200000001 -3.4700073 -0.84735222 -3.5134097 -1.3169416 -1.2128791 -3.0556392000000003 -6.381091099999999 -5.6415303 -10.066977 -1.3708778 -10.059277999999999 +29 -1.8517984 -2.3431032000000003 1.8333297999999998 -0.9439608 -0.86997464 -0.10191121 -0.067539929 1.3922993000000001 1.3939948 -2.4731758 -6.4834287 -0.069236555 -6.476065 +30 -1.9203012 -2.3641519 1.4057221000000002 -0.83052752 -0.99858058 -0.16358366 -0.074331382 1.1279428999999999 1.1294864 0.72808855 -1.8592093999999997 -0.075032691 0.94359929 +31 -0.65319775 -0.33875236 -2.9026568 -3.1182201000000003 1.0954563999999998 0.28985856 0.077570145 -2.0517762 -2.0540054 -1.4877503 -4.7669238 0.06905327900000001 -4.761685400000001 +32 -0.20911336 0.09075923300000001 -2.8534493999999997 0.30644318 -3.3031412 -1.4071175 -0.3862587 -1.9757523999999997 -1.9777269 -1.4205486 -4.6166987 -0.39845662 -4.6117404 +33 0.82002986 1.036685 -2.6960841 0.63528415 0.75144597 -3.2109577000000002 -1.5231783 -1.737296 -1.7384618000000003 -1.2090843999999998 -4.1705339 -1.7468633999999998 -4.1659831 +34 1.045798 1.2050299999999998 -2.6655277 0.71045887 0.94656109 0.28760633 -2.2590453 -1.6865778000000002 -1.6875659 -1.165282 -4.0546948 -2.5752911 -4.050258400000001 +35 -1.7344643 -1.1283276000000002 -5.2960362000000005 0.15800831 -1.8551422 -0.33776066 -0.06763184 -6.5018157 -6.537349 -5.7967374000000005 -10.22836 -0.072973875 -10.22045 +36 -2.6291453999999996 -2.1983669 -7.252515700000001 0.03049885 -2.7981017999999995 -0.90784362 -0.2613906 -3.6212851 -6.972326299999999 -6.2295548 -10.671503 -0.27076479 -10.66356 +37 -0.61534642 -0.30298093 -2.8517002999999996 0.20723499 -0.57590983 -0.11018544 0.008661208 -2.0180887 -2.020051 -4.7793117 -9.1675179 0.0084821018 -9.1597538 +38 -0.61598301 -0.30340813 -2.8592747000000003 0.20771086 -0.57675885 -0.11043045 0.0083079076 -2.0226558999999997 -2.0247966 -1.461643 -7.188809700000001 0.0081143651 -4.7140292 +39 0.19855792 0.20454399 -0.0016238941000000001 -3.2488387999999997 -2.1996319 -0.45868106 -0.10801118 0.0034291665 0.0034354960999999997 0.0019811353 0.0018110372 -0.11463157 0.0019221895 +40 1.1625041 1.218747 -0.01046421 -2.7830467999999997 1.7755492 -3.0541840000000002 -1.4207544 0.038222851 0.038311651 0.032947034 0.08251338 -1.6336238 0.08200526799999999 +41 1.3993796 1.409997 -0.011665128 -2.6752196 1.7867479 0.35211241 -2.2620557999999997 0.049092633 0.049213117 0.04294781599999999 0.10917335 -2.5795076 0.10845153 +42 0.34209623 0.74063675 -0.15595258 -3.4554264999999997 1.6288505 0.27861832 -0.63933494 -3.482611 -3.4943568 -2.8176353 -6.9158352 -0.70544218 -6.9085443 +43 -1.3844518 -1.0247362 -3.0761312999999997 -3.8686192000000004 1.2556121 0.19358195 -0.82746346 -2.6129507999999997 -5.9586654 -5.2226445 -9.6315132 -0.92382232 -9.623773 +44 0.2896828 0.14675778 1.8369119999999999 -3.5912406999999997 1.4267385000000001 0.33922407 0.021853857999999997 1.3982999 1.3996601 -2.4712022 -6.4805263 0.017288471 -6.4731662000000005 +45 0.24201593 0.12182161 1.4094693999999999 -3.5269351 1.3788592 0.33443971 0.028175366 1.1354995 1.1366417 0.7306024 -1.8585889 0.022900892000000003 0.94454951 +46 1.4371448 1.4377706000000001 -0.011861356000000002 0.66285544 -2.2077107999999996 -4.414594 -2.6169262000000004 0.050746503 0.050872390999999996 0.044426254000000005 0.112986 -2.9588861 0.11223786 +47 1.4191898 1.424427 -0.01179905 0.65507126 -2.213899 -0.58790086 -2.3965330000000002 0.049907241 0.050030205999999994 0.043654295999999995 0.11092811 -2.72362 0.11019597 +48 0.62362135 0.9657123 -0.1411672 0.0098417382 -2.423905 -0.52033069 -0.83293353 -3.4620732000000003 -3.4734472000000003 -2.7977386 -6.8902078 -0.92701161 -6.8829239 +49 -1.041404 -0.7728394 -2.9959033 -0.4934743 -3.1569482000000004 -1.0626613999999999 -1.1598768 -2.5283841000000002 -5.8709706 -5.135834200000001 -9.540538699999999 -1.3067271 -9.532787800000001 +50 0.62407033 0.47063811 1.8381966 -0.11344421 -2.7219262000000004 -0.80874039 -0.22789522 1.4003723 1.4017339 -2.4703644000000002 -6.4793697 -0.23708062 -6.472011 +51 0.56720827 0.44225941 1.4108236 -0.059315645 -2.8059123 -0.88219209 -0.24141754 1.1384096000000001 1.1395544 0.73186121 -1.858064 -0.24959056 0.94522448 +52 1.4721652 1.4633162 -0.012030259 0.67783684 1.3213511 -3.1067222 -3.2738379 0.052345862 0.052477459000000004 0.045906534000000006 0.11694125 -3.6584759 0.11616115 +53 1.2721409 1.4934479999999999 -0.098743316 0.37759459 1.2822287 -3.1480482000000003 -1.9621438000000002 -3.4023843 -3.4121523000000002 -2.7393027 -6.8163717 -2.2370582000000003 -6.8090182 +54 -0.57347026 -0.39879026 -2.8758407999999998 -0.39219519 -0.021165972 -3.3854104 -2.2739528 -2.3989845 -5.736534799999999 -5.0029399 -9.4012276 -2.5782159 -9.3933079 +55 1.6721369 1.4886894 1.8446541 0.49322962 1.5054678 -3.0826146 -1.4676585 1.4110641000000002 1.412433 -2.4659737999999995 -6.4733407 -1.6866283 -6.4659824 +56 1.5577921000000001 1.4288597 1.4181805 0.50145851 1.4420402 -3.0918042999999997 -1.4689801000000002 1.1557947 1.1569532 0.74058878 -1.8538328000000002 -1.6880194 0.95057899 +57 1.3916278 1.5778212999999999 -0.091019535 0.44012017 1.3115006 0.2530546 -2.7042479 -3.3915117999999995 -3.4008648999999997 -2.7285778 -6.802573799999999 -3.0530255 -6.795206200000001 +58 -0.49207033 -0.33554093 -2.8548107999999996 -0.37277965 0.062164694000000006 0.09532448 -2.8527885 -2.3761388 -5.7127590999999995 -4.979471299999999 -9.376466 -3.2105702000000003 -9.368514 +59 1.9108623 1.6707723 1.8463337 0.61910412 1.5547415 0.33899551 -2.2852189 1.4138427 1.415214 -2.4648352000000004 -6.4717778 -2.6044776 -6.4644184000000005 +60 1.7864967 1.6068938999999998 1.4201308000000001 0.61970607 1.5099811 0.33665217 -2.2814537 1.1604370000000002 1.1615997 0.74296418 -1.8526646 -2.6004303 0.95205567 +61 -4.3369393 -5.3212415 -8.1527694 -0.66114503 -4.1325905 -2.0195459 -1.425815 -8.7461949 -12.097958 -11.348871 -15.819629999999998 -1.6212136000000001 -15.811779999999999 +62 0.36308652 0.75664956 -0.151479 -0.12501017 0.80315242 0.23756164 -0.65177457 -3.4785391000000003 -3.4899478999999998 -6.1353207 -10.573685000000001 -0.71922275 -10.565852 +63 0.36171112 0.75543893 -0.153394 -0.12555009 0.80217577 0.2367035 -0.65236919 -3.4801919000000003 -3.4918071000000004 -2.8152109 -9.375137800000001 -0.71985239 -6.9062888 +64 -1.3400923 -0.99390248 -3.0644062 -0.54113848 -0.83166526 0.039435099 -0.86097392 -2.6012297 -5.9463823 -8.532404699999999 -12.997783 -0.9619571 -12.989964 +65 -1.3419465 -0.99578442 -3.0664059 -0.54145911 -0.83445614 0.03833504 -0.86163212 -2.6029677 -5.9483168 -5.2124002 -12.080647 -0.96268367 -9.6131567 +66 0.30886803 0.16438405 1.8500413 -0.26393565 0.40849426 0.15586089 -0.0032397715000000004 1.405356 1.4067199 -2.4683025 -8.939801 -0.0054418501 -6.4703031 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7604291 0.57684943 -0.0031778792 0.23550809 -3.5682593000000002 -1.6634341000000001 -0.55971616 0.011550758000000001 0.011572053999999998 0.0070135364 0.010248124 -0.58347866 0.010456075 +2 -2.2126132999999997 -2.4914822 0.0007289101400000001 -0.47930101 -1.5393763999999999 -0.35492568 -0.10527262 -0.017198971 -0.016326764 -0.0063529582 -0.0018107869 -0.10238253 -0.0022493616 +3 -0.61859778 -0.30613398 -2.898201 0.21089256 -0.57700622 -0.11215637 0.006958649599999999 -2.0465738 -2.0487797 -1.4862935 -4.736913400000001 0.0066833621 -4.7318263 +4 -0.016069719 -0.017402208 7.28508e-05 -3.3277358999999995 1.2189139999999998 0.32001088 0.049594702000000004 -0.0003171879 -0.00031777155 -0.00020601125 -0.00031377237 0.043671138 -0.00032004137999999997 +5 0.28522777 0.30388177 -0.0025220261999999998 0.11055542 -3.0720092 -1.1246254999999998 -0.30585251 0.0054581352 0.005468475 0.0034788384000000003 0.0047443501 -0.31299892 0.0048741658 +6 1.1864017 1.2393048999999998 -0.010718533 0.54908682 1.1399496999999998 -3.1320666 -1.4822520000000001 0.039282597 0.039374188 0.033910126 0.085316309 -1.7027215 0.08478315199999999 +7 1.4029075 1.4128171999999999 -0.011887898000000001 0.64711378 1.2863169 0.33049439 -2.2667602000000002 0.049166833 0.049287397000000004 0.042985008 0.10951326 -2.5845908 0.108786 +8 0.36231558 0.75584899 -0.14544316 -0.12650388 0.80297524 0.24265771 -0.64605328 -3.4758555 -3.4875191 -2.8132398999999997 -6.9097247 -0.7130888 -6.902407000000001 +9 -1.3368046999999998 -0.98991436 -3.0565158 -0.54256528 -0.82361418 0.046792852 -0.85645109 -2.5967929 -5.9420769 -5.2086030999999995 -9.615252 -0.95714784 -9.607488 +10 0.3082746 0.16377821 1.8435093999999996 -0.26260413 0.40618145 0.15535318 -0.0021706911 1.4019727 1.4033337 -2.4692172 -6.4769744000000005 -0.0044317657 -6.469584200000001 +11 0.26002983 0.13874171 1.4139803999999998 -0.19843455 0.32535151 0.11653481 -0.0012025984 1.1378781999999998 1.1390214 0.73194654 -1.8549128000000001 -0.0032478736 0.94810349 +12 -4.5320874 -1.4090679 -0.00065889366 -0.33301568 -4.59888 -2.9721839 -1.364522 -0.011886345 -0.011006718 -0.0024405127 0.006507167800000001 -1.5175617000000001 0.0060751802 +13 -3.0403412999999997 0.5569411 -2.788648 0.47075514 -3.9179212999999997 -2.185841 -0.77746761 -1.8742504 -1.8758976000000003 -1.3344527 -4.385614 -0.83715782 -4.3811778 +14 -3.0216277000000002 0.27333398 -0.00034012513999999997 -3.2106327 -0.44140974 0.020183772 0.0017779728 0.0043870527000000005 0.0043944977000000005 0.0016900623 -0.00017315631 -0.0035956664 -2.8505585000000003e-05 +15 -1.9020854999999999 1.4557461999999999 -0.012026311999999999 0.68323603 -4.776346299999999 -3.2985714 -1.594288 0.049084666 0.049189107 0.040740949 0.09905510599999999 -1.8161828000000002 0.09854159900000001 +16 -1.6483691999999999 1.6582206000000002 -0.013646901000000001 0.80493174 -2.6669741 -4.7502382 -2.9085606 0.062549254 0.062688599 0.053168248 0.13224013 -3.26859 0.13145069 +17 -1.6805860000000001 1.6340841999999998 -0.013520906000000001 0.79007344 -2.6882618 -0.96508212 -2.4388962000000003 0.060785849 0.060920049000000004 0.051536145 0.12787534 -2.7685343 0.12712067 +18 -2.3479984 1.2843725000000001 -0.10778352 0.23691859 -2.9926294999999996 -0.91621715 -0.88855674 -3.4239089999999996 -3.4351127999999997 -2.7634941000000004 -6.844602799999999 -0.98808646 -6.8373213 +19 -3.8472477 -0.34435635 -2.8475517999999997 -0.34023202 -3.9930913 -1.9536833999999998 -1.4366259 -2.3726513 -5.7133304 -4.9823068 -9.3775115 -1.6253544 -9.3696972 +20 -2.4543817000000003 0.703926 1.8459681000000001 0.012921955 -3.1210254 -1.1676296999999998 -0.33496168 1.4057351 1.4070988000000002 -2.4677048 -6.4748849 -0.34342184 -6.4674971 +21 -2.5069289 0.67999359 1.4165437 0.064486957 -3.2148721 -1.2711932 -0.37788042 1.1429806 1.1441281 0.73409387 -1.8540276000000002 -0.3875363 0.94924112 +22 -2.9206472000000003 -2.8831618999999997 -3.0200565 -0.095919869 -2.9167989 -1.0042388 -0.27929248 -2.2478664 -2.2465386 -1.6582723000000001 -5.159358599999999 -0.28073373 -5.1533121 +23 -2.2472364 -2.5321511 0.00075939955 -3.8041697999999995 0.63355335 0.22083958 0.014897348999999999 -0.017325712 -0.016453658 -0.006426580899999999 -0.0018950148 0.0085560872 -0.0023368753 +24 -1.8439086999999998 -2.0410922 0.0001295913 -0.43871479 -3.9383327000000006 -2.0882327000000003 -0.81996696 -0.015537496000000001 -0.014662988 -0.0052117521000000005 0.00015268552 -0.87891624 -0.00026173044 +25 -1.0705719999999999 -1.1698988000000001 -0.0015182411999999999 -0.31331086 -0.59446278 -3.6218608999999997 -1.8948522 -0.0095433075 -0.0086583278 8.0428786e-05 0.014122593999999999 -2.1599822 0.01360254 +26 -0.90248141 -1.0044671 -0.0019075717 -0.28098044 -0.43832412 0.14110638 -2.3064473 -0.0078788996 -0.0069909015000000005 0.001573624 0.018120463 -2.6262627999999997 0.017568362 +27 -2.1438707000000004 -2.0455449 -0.20739744 -1.2337976000000002 -1.0948695 -0.02111737 -0.7466961 -3.5724843999999996 -3.5749261 -2.8961482999999997 -7.018506299999999 -0.82446578 -7.0111269 +28 -3.883319 -4.3540318 -3.4603396 -0.84953631 -3.5061178999999996 -1.3057104 -1.2087714 -3.049627 -6.3750351 -5.6379232 -10.061639999999999 -1.3660687 -10.053913 +29 -1.8515466 -2.3430663 1.8398164000000001 -0.94371196 -0.86910307 -0.10155065 -0.067086895 1.3958438999999998 1.3975391000000001 -2.4712422999999997 -6.479947 -0.06877897599999999 -6.4725531 +30 -1.9203308000000001 -2.364203 1.4101125 -0.82985513 -0.99813852 -0.16373236 -0.07403396200000001 1.1301489 1.1316923 0.72936241 -1.8555499 -0.07471550099999999 0.94712822 +31 -0.65206471 -0.338817 -2.9014625 -3.1179169 1.0960888999999998 0.28976543 0.07538963900000001 -2.0516787 -2.0539023000000003 -1.4907896999999999 -4.7473002 0.06672592299999999 -4.742195400000001 +32 -0.21234695 0.087010621 -2.8525651 0.3055055 -3.3030660000000003 -1.4081633 -0.38825498 -1.9763330000000001 -1.9783046000000002 -1.4241466 -4.6005712 -0.40056586 -4.595722900000001 +33 0.82054729 1.0362780999999999 -2.6944135 0.63447773 0.75310432 -3.2104617 -1.5240798 -1.7371595000000002 -1.7383216000000001 -1.2119525 -4.1579535000000005 -1.7478973000000002 -4.1534733 +34 1.0472844000000001 1.2053405000000001 -2.6636584 0.70983271 0.94897005 0.28829538 -2.2606984 -1.6862063000000003 -1.6871903000000001 -1.1679282 -4.0426519 -2.5771001 -4.0382781 +35 -1.7398460999999998 -1.1309213 -5.305589 0.15870527 -1.8572808 -0.33840535 -0.066915287 -6.5011781 -6.5367181 -5.798985299999999 -10.226774 -0.072219305 -10.218834 +36 -2.62872 -2.1947419 -7.254881299999999 0.031443483 -2.7908592999999997 -0.90100214 -0.25773362 -3.6154266 -6.9664421 -6.2265913 -10.664552 -0.26680131 -10.656583 +37 -0.61655571 -0.30503109 -2.8505993999999997 0.20706059 -0.57378893 -0.11080966 0.0066808034 -2.018325 -2.0202823 -4.782691000000001 -9.168880300000001 0.006424416600000001 -9.161082 +38 -0.61704405 -0.30532346 -2.8579492 0.20758415 -0.57447224 -0.1110007 0.006434352900000001 -2.0227162 -2.0248521 -1.4648026 -7.171144900000001 0.0061702822 -4.6957665 +39 0.19749036 0.20338103 -0.0016357426000000001 -3.2494355 -2.1990411 -0.4574778 -0.10718146 0.003399959 0.0034062240000000002 0.0019616819 0.0017958632 -0.11376154 0.0019063256 +40 1.164248 1.220281 -0.01064774 -2.7832446 1.7795267 -3.0518316000000003 -1.4199162 0.038220597 0.038309291 0.032923287999999995 0.082646249 -1.6329067 0.082134795 +41 1.4022738000000001 1.412431 -0.011883403 -2.6750091 1.7907994999999999 0.35448 -2.2615741000000003 0.049146214 0.04926670599999999 0.042968045 0.10947394 -2.5791718999999995 0.10874682 +42 0.34489027 0.74298052 -0.14622208 -3.4563631 1.6360287 0.28457096 -0.63517302 -3.4769335 -3.4886147000000003 -2.8142797 -6.9110856 -0.70113919 -6.903767299999999 +43 -1.377494 -1.0174939 -3.0652145 -3.8695696 1.2649478 0.20010174 -0.82356478 -2.6058857000000004 -5.9514996 -5.2179307 -9.625041900000001 -0.91971846 -9.6172766 +44 0.2912505 0.14757681 1.8434523 -3.5918791 1.4284113999999999 0.34144194 0.022204254 1.4018805 1.4032415 -2.4692543999999996 -6.4770257 0.01758713 -6.469635500000001 +45 0.24331909 0.12247775 1.4139194 -3.5273044999999996 1.3801233 0.33659434 0.028611981 1.1377489 1.138892 0.73189089 -1.8549362 0.023288266000000002 0.94807347 +46 1.440104 1.4402491000000002 -0.012084164 0.66307971 -2.2041089 -4.4121410999999995 -2.6157814 0.050804813 0.05093072 0.044450210999999996 0.11330537 -2.9578771 0.11255165 +47 1.4220548000000002 1.4268382 -0.012019708 0.65526209 -2.2103326 -0.58462299 -2.3953515 0.049960327 0.050083296 0.0436739 0.11123164 -2.7225429 0.11049412 +48 0.62531632 0.96735049 -0.13149168 0.0084315884 -2.4187911 -0.51219443 -0.82685184 -3.4564769 -3.4677910000000005 -2.7944637 -6.885569 -0.92060624 -6.878257799999999 +49 -1.0368563 -0.76751166 -2.9855245 -0.49472401 -3.1489452 -1.0498392 -1.1514794 -2.5219097 -5.8644242 -5.1317315 -9.5347153 -1.297612 -9.526939599999999 +50 0.62383355 0.46972486 1.8447289 -0.11514947 -2.7213554 -0.8080543 -0.2273801 1.403939 1.4053015 -2.4684223 -6.475877 -0.23653916 -6.468488099999999 +51 0.56679253 0.44127334 1.4152655 -0.06069282 -2.8056929 -0.88206395 -0.24117855 1.1406433999999999 1.141789 0.73314283 -1.8544139 -0.24932287 0.94874513 +52 1.4753211000000002 1.4659282 -0.012258312 0.67812876 1.3248296999999998 -3.1043987 -3.2729652000000002 0.052413594 0.052545235 0.045937937000000005 0.11728799 -3.6577467000000006 0.116502 +53 1.2793642 1.4998583 -0.08864208300000001 0.37961263 1.2905436000000001 -3.1417231 -1.9566538 -3.3961992999999997 -3.405905 -2.7354580000000004 -6.811048599999999 -2.2315315 -6.8036682 +54 -0.56406334 -0.38988472 -2.8640729 -0.39225708 -0.0076727414 -3.3767367999999993 -2.2661549 -2.3910584999999998 -5.7284917 -4.997350900000001 -9.3938633 -2.5701584 -9.3859198 +55 1.6748832999999999 1.4906851 1.8512022000000001 0.49265506 1.5092303 -3.0802528 -1.4668164 1.4146543 1.4160241000000002 -2.4640228 -6.469835400000001 -1.6859151999999997 -6.462447 +56 1.5600607 1.4306185 1.4226412 0.50094532 1.4453621 -3.0894949 -1.4681203 1.1580879 1.1592472 0.74190415 -1.8501604999999999 -1.6872859 0.9541272 +57 1.3999541000000002 1.5850056000000001 -0.080832608 0.44276128 1.3201359 0.25953252 -2.7000064 -3.3852064 -3.3944955 -2.7246162 -6.797106200000001 -3.0488138 -6.7897115999999995 +58 -0.48154247 -0.32585706 -2.8427284 -0.37253993 0.076768315 0.1041582 -2.8482467000000002 -2.3678789 -5.7043712 -4.973540900000001 -9.368743499999999 -3.2060055 -9.360767800000001 +59 1.9147118000000003 1.6736335 1.852891 0.61908401 1.5588058 0.3414044 -2.2847512 1.4174476999999999 1.4188198 -2.4628782000000005 -6.4682642999999995 -2.6041587 -6.460874700000001 +60 1.7898032 1.6094944 1.424603 0.61968813 1.5138158000000002 0.33906023 -2.2809276 1.162762 1.1639255 0.74429767 -1.8489813000000002 -2.6000482999999996 0.95561747 +61 -4.332958799999999 -5.3101237 -8.1407438 -0.6638754 -4.124629799999999 -2.0077425 -1.4211011999999998 -8.736951300000001 -12.088572000000001 -11.341955 -15.810932999999999 -1.6155905000000002 -15.803056 +62 0.36529536 0.75859797 -0.14167088 -0.12619418 0.80642156 0.24379124 -0.64712719 -3.4728031 -3.4841486000000006 -6.1319068 -10.568531 -0.71440031 -10.560671000000001 +63 0.36387156 0.75733918 -0.14368733 -0.12677054 0.80540734 0.24286372 -0.64779413 -3.4745498999999995 -3.4861013 -2.8118895 -9.3704309 -0.715106 -6.901557 +64 -1.3345042 -0.98753307 -3.0536915000000002 -0.54222943 -0.82023951 0.048008750999999995 -0.85578073 -2.5943954 -5.9394602 -8.527932 -12.991539 -0.95641273 -12.983694 +65 -1.3364241000000001 -0.98948843 -3.0557865 -0.54257228 -0.82314983 0.04684866099999999 -0.8564912 -2.596215 -5.9414755 -5.2080075 -12.074514 -0.95719474 -9.6069982 +66 0.3101448 0.16494424 1.8566335999999999 -0.26471273 0.4093298 0.1568728 -0.003007241 1.408962 1.4103267 -2.4663445 -8.9362843 -0.0052406359 -6.4667577000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d01+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7604436000000003 0.57683475 -0.0031808664 0.23548213 -3.5682771 -1.6634799999999998 -0.55976424 0.011550893999999999 0.011572117 0.0070135368 0.010251443 -0.58354403 0.010459355 +2 -2.2126478 -2.4914982999999995 0.0007322042200000001 -0.47924864 -1.5394292 -0.35496049 -0.10528554 -0.017201683 -0.016329309 -0.0063511113 -0.0018120122 -0.10239728 -0.0022507704 +3 -0.61894525 -0.30648435 -2.8984688999999997 0.21122441 -0.57726212 -0.11227682 0.0069505891000000005 -2.0467504 -2.0488593999999996 -1.4865745000000001 -4.734437000000001 0.0066727464 -4.729378 +4 -0.016052896 -0.01738669 7.2829737e-05 -3.3277301 1.2189493 0.32005126 0.049600187000000004 -0.00031696667 -0.00031754791 -0.00020591741000000003 -0.00031389564 0.043677352 -0.00032015413 +5 0.28518665 0.30383647 -0.0025233956 0.11052723 -3.0719937 -1.1246128999999998 -0.30585 0.0054570002 0.0054673031 0.0034780722999999997 0.004745191 -0.31300349 0.0048749568 +6 1.1864799 1.2393577 -0.010727511 0.54907057 1.1400249 -3.1320175999999997 -1.4822133999999998 0.039284288 0.039375637000000005 0.033910161 0.085331785 -1.7026925 0.084798372 +7 1.4030161 1.4128913 -0.011898362 0.64710507 1.2864163 0.33054682 -2.2667238999999997 0.049170316 0.04929058099999999 0.042986200999999995 0.10953534 -2.584562 0.10880774 +8 0.36207637 0.75562063 -0.14564611 -0.1266652 0.80285578 0.24260718 -0.64607031 -3.4761343 -3.4877987999999998 -2.8136477 -6.9100578 -0.71312383 -6.902737599999999 +9 -1.3370296999999998 -0.99013956 -3.0566758999999997 -0.54261922 -0.82383237 0.046900175999999995 -0.85628306 -2.5970222 -5.9422595000000005 -5.2089175 -9.6154244 -0.95698363 -9.607656500000001 +10 0.30833713 0.16380615 1.8437465 -0.26262769 0.40623074 0.15537581 -0.0021812551 1.4021303 1.4034857 -2.469138 -6.476753400000001 -0.0044434059 -6.4693612 +11 0.26008203 0.1387639 1.4141556 -0.19844462 0.32538574 0.11655177 -0.0011995072000000001 1.1379905000000001 1.1391288 0.73200713 -1.8546869 -0.0032451641999999997 0.94832259 +12 -4.5320624 -1.4090417 -0.0006569954 -0.33297477 -4.5988663 -2.9722134999999996 -1.3645542 -0.011888793 -0.011009034 -0.0024385889 0.006507881 -1.5176153000000001 0.0060756889 +13 -3.0404426 0.55679519 -2.7888591 0.47102299 -3.9179489999999997 -2.1859557 -0.77753277 -1.8743756999999999 -1.8759378 -1.3346912 -4.3836455 -0.83723776 -4.379230000000001 +14 -3.0216477000000004 0.27331235 -0.00034122305 -3.2106497000000003 -0.4415057 0.020162195 0.0017873676000000002 0.0043871859999999995 0.0043946031 0.0016900517000000002 -0.00017313985000000002 -0.0035831273 -2.8463508e-05 +15 -1.9020123 1.4557950000000002 -0.01203733 0.68321248 -4.7762802 -3.2985357000000004 -1.5942538999999998 0.049087228 0.049191367 0.04074134 0.09907358699999999 -1.8161607 0.098559807 +16 -1.6482582 1.6582955000000001 -0.013660018999999999 0.80491867 -2.6668973 -4.7501957 -2.9085166 0.062554234 0.06269320099999999 0.053170176 0.13226764 -3.2685541000000002 0.13147782 +17 -1.6804813000000003 1.6341549 -0.013533801000000002 0.79005834 -2.688189 -0.96501229 -2.4388412999999995 0.06079039 0.060924220999999994 0.051537756 0.12790136 -2.7684857999999997 0.12714632 +18 -2.348089 1.2842313 -0.10796316 0.23677284 -2.9926627 -0.91630704 -0.88865339 -3.4241597 -3.4353644 -2.7638748 -6.8449043000000005 -0.9882061 -6.837620299999999 +19 -3.8473415 -0.3445072 -2.8476484 -0.34030564 -3.9930873999999994 -1.9536413000000001 -1.4365086999999999 -2.3728241000000003 -5.7134637 -4.9825732 -9.3776356 -1.6252445 -9.3698177 +20 -2.4543633999999996 0.70391002 1.8462049999999999 0.012859331000000002 -3.1210061000000002 -1.1676147 -0.33497277 1.4058928 1.4072508999999997 -2.4676255 -6.4746639 -0.34344164 -6.467274 +21 -2.5069192000000005 0.67997466 1.4167186 0.06443808599999999 -3.2148676 -1.2711982 -0.37789786 1.1430931999999998 1.1442358 0.73415458 -1.8538014999999999 -0.38756403 0.94946037 +22 -2.9208895 -2.8834693 -3.0204146 -0.095397817 -2.9171099 -1.0045997 -0.27943787 -2.2480854 -2.2466432999999997 -1.6585975 -5.1557662 -0.28089463 -5.149765599999999 +23 -2.2472488 -2.5321415000000003 0.00076270432 -3.8041148000000002 0.63352296 0.22085638 0.014906941000000002 -0.017328357 -0.016456136 -0.0064247093 -0.0018962870000000002 0.0085673214 -0.0023383282000000003 +24 -1.8439378 -2.0411146000000002 0.00013246165 -0.43866981 -3.938331 -2.0882593000000003 -0.82000752 -0.015540265 -0.014665602 -0.0052099455 0.00015198879999999998 -0.87897589 -0.00026261918999999996 +25 -1.0705040000000001 -1.1698475 -0.0015167903 -0.31327036 -0.59445136 -3.621835 -1.89483 -0.0095456886 -0.0086605913 8.2279722e-05 0.014124341 -2.1599726 0.01360406 +26 -0.90239895 -1.0044072 -0.001906468 -0.28094113 -0.43829844 0.14115723 -2.3064051 -0.007881163 -0.0069930577 0.001575494 0.018122887 -2.6262277000000003 0.017570551 +27 -2.1440247 -2.0457488 -0.20763672 -1.2337040000000001 -1.0951559 -0.021295737999999998 -0.74685912 -3.5728059 -3.5752459 -2.8965951000000003 -7.0188825 -0.8246545 -7.0115006 +28 -3.8834524 -4.3543087 -3.4606168 -0.84951544 -3.5062382000000003 -1.3058123 -1.2088018 -3.0499502 -6.3752898 -5.6383068 -10.06188 -1.3661124 -10.054149 +29 -1.8515172999999998 -2.3430551 1.8400552 -0.94368705 -0.8690427 -0.10154035 -0.067092973 1.3960024 1.3976921 -2.4711602999999998 -6.479724 -0.068786492 -6.472328 +30 -1.9203136000000003 -2.3641965 1.4102888999999998 -0.82981002 -0.99810158 -0.16373466 -0.074029785 1.1302614 1.1318 0.72942543 -1.8553226000000003 -0.074712019 0.94734862 +31 -0.65235405 -0.33911919 -2.9017267999999996 -3.1175707999999998 1.0959912 0.28969736 0.07537270900000001 -2.051848 -2.0539743 -1.4910643 -4.744786799999999 0.06670514799999999 -4.739710400000001 +32 -0.21259345 0.086742777 -2.8528156000000005 0.3058068 -3.3031016 -1.4082731000000002 -0.3882942 -1.9764952 -1.9783747999999999 -1.4244166 -4.598311499999999 -0.40061429 -4.593488099999999 +33 0.82051609 1.0361864 -2.6945975 0.63470735 0.75306119 -3.2105147 -1.5241008 -1.7372621 -1.7383476000000002 -1.2121747 -4.156240299999999 -1.7479268000000001 -4.1517777 +34 1.0472763 1.2052653999999998 -2.663831 0.71004632 0.9489433 0.2882426 -2.2606897999999997 -1.6862987 -1.687209 -1.1681423999999998 -4.04106 -2.5770976 -4.036702200000001 +35 -1.7401514999999999 -1.1311431 -5.3069006 0.15951033 -1.8576166 -0.33857961 -0.066895556 -6.5012999 -6.5366222 -5.7991556 -10.226465 -0.07220297099999999 -10.218511999999999 +36 -2.6285227000000004 -2.1943884 -7.255466499999999 0.031968027 -2.7903 -0.90044772 -0.25738126 -3.6151336000000005 -6.9658367 -6.2262292 -10.663784 -0.26642508 -10.655799 +37 -0.61698084 -0.3054497 -2.8509347999999997 0.2073704 -0.57412378 -0.1109502 0.0066490583 -2.0185569 -2.0204146 -4.783035400000001 -9.1690566 0.0063884922 -9.161250599999999 +38 -0.61738721 -0.30567096 -2.8581777 0.2079158 -0.57472343 -0.11112012 0.006426249300000001 -2.0228734 -2.024914 -1.4650668 -7.168885 0.0061596337 -4.693366 +39 0.19745453 0.20333991 -0.0016366260999999998 -3.2494577999999996 -2.1990029 -0.45742381 -0.10715083 0.0033989995 0.003405241 0.0019610477 0.0017960076999999999 -0.1137309 0.0019064393 +40 1.1643249 1.2203326 -0.010656615 -2.7832609 1.7796459 -3.0517796 -1.4198788 0.038222131 0.038310589 0.032923219 0.082661067 -1.6328784 0.082149363 +41 1.4023833 1.4125058000000001 -0.01189387 -2.6750173999999998 1.7909206000000002 0.3545304 -2.2615434 0.04914973 0.04926992400000001 0.042969265 0.10949607 -2.5791489 0.10876862 +42 0.34464283 0.74274846 -0.14642549 -3.4565254999999997 1.6360065000000001 0.28453437 -0.63518722 -3.4772129 -3.4888949 -2.8146881 -6.911419400000001 -0.70117055 -6.904098599999999 +43 -1.377705 -1.0177079 -3.0653726000000003 -3.86962 1.2649651000000002 0.2002249 -0.82341451 -2.6061123 -5.9516792 -5.218242 -9.625210899999999 -0.9195723 -9.617441699999999 +44 0.29133298 0.14762267 1.8436894 -3.5918940999999998 1.4284754 0.3414798 0.022190357999999997 1.4020381000000002 1.4033936000000002 -2.4691751 -6.4768047 0.017572516 -6.4694124 +45 0.24339071 0.12251733 1.4140947 -3.5273065999999997 1.3801762 0.33664004 0.028614765 1.1378614 1.1389995000000002 0.73195153 -1.8547102999999998 0.023290882000000002 0.94829259 +46 1.4402131999999999 1.4403233999999998 -0.012094843000000001 0.66307043 -2.2039929 -4.412064099999999 -2.6157054 0.050808439000000004 0.050934038 0.044451471 0.11332823 -2.9578067999999997 0.11257417 +47 1.4221618 1.426911 -0.01203029 0.6552523 -2.2102174 -0.58450927 -2.3952877 0.049963794000000006 0.05008646 0.043675054000000005 0.11125392 -2.722485 0.11051606 +48 0.62513861 0.967146 -0.13168906 0.0082662855 -2.4187842 -0.51222216 -0.82689346 -3.4567487 -3.4680637 -2.7948647999999996 -6.885894 -0.92066712 -6.8785803 +49 -1.0370298 -0.76771831 -2.9856664 -0.49478701 -3.1489228 -1.0497296999999999 -1.1513076999999998 -2.5221235 -5.864593900000001 -5.1320334999999995 -9.5348752 -1.2974449 -9.5270957 +50 0.62383683 0.46969386 1.8449657 -0.11521151 -2.7213126 -0.80800013 -0.22736225 1.4040963 1.4054532 -2.4683432 -6.4756562 -0.23652505 -6.4682652 +51 0.56678691 0.44123816 1.4154403999999998 -0.060740332 -2.8056646 -0.88202489 -0.24115498 1.1407555 1.1418962 0.73320334 -1.8541880000000002 -0.24930249 0.94896423 +52 1.4754382 1.4660077 -0.012269243999999999 0.67812193 1.3249343 -3.1043453999999997 -3.2729171000000004 0.052417646 0.05254897099999999 0.045939504000000006 0.11731225 -3.6577047999999994 0.11652591 +53 1.2792745 1.4997011999999998 -0.088823351 0.37943955 1.2904826 -3.141768 -1.9567113 -3.3964502999999997 -3.4061567999999998 -2.735839 -6.8113500999999985 -2.2316036 -6.803967200000001 +54 -0.56411935 -0.39001201 -2.8641671000000004 -0.39232042 -0.0077306634 -3.3766352 -2.2660194 -2.3912271 -5.7286196 -4.997612 -9.3939813 -2.5700312999999997 -9.3860342 +55 1.6749883 1.4907438 1.8514398999999997 0.49261696 1.509336 -3.0802087000000005 -1.4667908 1.4148136 1.4161778 -2.4639428 -6.4696135 -1.6858996 -6.462223000000001 +56 1.5601537 1.4306753 1.4228171 0.50091662 1.4454625 -3.0894425 -1.4680811000000002 1.1582036 1.1593579 0.74196671 -1.8499331 -1.6872561000000001 0.95434815 +57 1.3998662 1.5848483999999998 -0.081011653 0.4425825 1.3200755 0.25948194 -2.6999969 -3.3854546 -3.3947445 -2.7249944999999998 -6.7974046 -3.0488137 -6.7900076 +58 -0.48158766 -0.32597714 -2.8428162999999995 -0.37260446 0.076724905 0.10428988 -2.8480731 -2.3680417 -5.704493900000001 -4.973796900000001 -9.368856300000001 -3.2058353 -9.3608771 +59 1.9148421000000002 1.6737111 1.8531291 0.61905585 1.5589177 0.34144699 -2.2847313 1.4176076000000002 1.4189741000000002 -2.462798 -6.468042 -2.6041471 -6.4606504000000005 +60 1.7899231 1.6095723 1.4247793 0.6196695 1.5139295 0.33911291 -2.2808938999999997 1.162879 1.1640376000000001 0.74436099 -1.8487533999999999 -2.6000223 0.95583906 +61 -4.3327 -5.3094675 -8.141089299999999 -0.6639008 -4.1241522 -2.0069993000000004 -1.4206703 -8.736783599999999 -12.087994 -11.341453 -15.810281 -1.6151023000000002 -15.802385999999998 +62 0.36502993 0.75834407 -0.1419244 -0.12636961 0.80628094 0.24371006 -0.64717276 -3.4731275999999998 -3.4844742999999996 -6.1323601 -10.568828 -0.71446569 -10.560965 +63 0.36363153 0.75711003 -0.14389083 -0.12693181 0.80528654 0.24281305 -0.64781 -3.4748290999999996 -3.4863814 -2.8122977000000002 -9.3707638 -0.71513969 -6.9018879 +64 -1.3347742 -0.98780782 -3.0539112999999998 -0.54229289 -0.82052747 0.048079062 -0.85563815 -2.5946766 -5.9396948 -8.5282986 -12.991745 -0.95627627 -12.983897 +65 -1.3366492 -0.98971378 -3.0559469 -0.54262622 -0.82336826 0.046955965 -0.85632314 -2.5964445 -5.941658400000001 -5.2083222000000005 -12.074686 -0.95703049 -9.607166900000001 +66 0.31020779 0.16497249 1.8568723999999999 -0.26473645 0.40937961 0.15689583 -0.0030179735 1.4091208 1.4104799 -2.4662648 -8.9360625 -0.0052524858 -6.466533900000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.5777847 1.3443896999999998 0.58685662 0.13299435 -2.6787261000000004 -1.6533479 -1.1680739 1.1729999 1.1768428999999998 0.99380459 1.9172633999999997 -0.75704552 1.9218391 +2 -2.4806513 -6.5453374 -3.5598767999999996 0.0067045977 -2.8345281000000004 -1.7667692 -1.2821883 -4.686229 -4.6841429 -4.464901599999999 -7.323614699999999 -0.8616678 -7.3061318 +3 0.038727724 0.029307563 -1.5532291999999999 0.033905506 0.034395484 -0.00088404281 -0.012130422 -0.10217 -0.098485875 -0.090810553 -0.17052655 -0.0097037483 -0.17027195 +4 -0.27706694 -0.34120721 -0.28963444 -3.3049114 1.5588944 0.94152874 0.74837799 -0.32515557 -0.32584967 -0.33038811 -0.34088436 0.60672803 -0.34060444 +5 1.0742014 0.81453405 0.44076474 0.00031711665 -2.2766341 -1.2732689 -0.81024126 0.72636822 0.72899618 0.63716775 1.2780732 -0.41893799 1.2786303999999997 +6 2.3606371 1.9382311 0.69087632 0.13891919 2.0784539 -1.8037147 -1.3303068999999998 1.7415262999999999 1.7469449000000001 1.5577951 2.6317044999999997 -0.93624571 2.6321318 +7 3.0921597999999997 2.5405306 0.35866444 0.39434525 2.6222879 1.6977744 -2.020823 2.2604862 2.2668703999999997 1.9756845 3.6697373 -1.7618106 3.6691202000000005 +8 -1.5544848 -1.9469773000000001 -3.8048211000000003 0.092197559 -2.2207681 -1.2452302 -0.7791679 -5.3197902 -5.343483 -5.1264621 -7.9864235 -0.32529833 -7.9668689 +9 -2.5027413 -7.2373365000000005 -7.509711099999999 0.010522598000000001 -2.8599572 -1.7906488 -1.3058363000000002 -5.3972411 -8.7207369 -8.4972091 -11.376275 -0.88790085 -11.358708 +10 0.0047235063 -0.00068534645 -0.02599975 0.0011450428999999999 0.0028058409000000003 -0.00025215497 -0.0011833879 -0.0050773523999999995 -0.0037688566 -3.3267602 -6.1113945 -0.0014524144 -6.094272 +11 -0.0010900837 -0.0040858134 -0.02237059 0.00044253721 -0.00077566806 -0.00098012679 -0.0011473867 -0.0070830492 -0.006120626800000001 -0.0064242476 -2.5930899 -0.0014236760999999998 -0.0090422886 +12 -4.4266191 -6.106358 -3.3549384 0.097633577 -4.9767306 -3.8491912000000004 -3.3549056000000004 -4.4725031 -4.4699738 -4.2514606 -7.106571099999999 -3.2009871 -7.0891245 +13 -1.6101048 1.2996598999999998 -1.8671355 0.16560489 -2.7193819 -1.6927873 -1.2068606000000002 1.0283287 1.0349165999999999 0.86392609 1.8056546000000002 -0.79526086 1.8092076000000001 +14 -2.6772641 0.32540974 0.020813173 -3.2260234 0.32609257 0.1444646 0.083370388 0.23498423 0.23565296 0.1138198 0.90472226 0.012070484 0.90707383 +15 -0.050093157 2.7227205000000003 0.24229383 0.53524294 -3.3246687000000006 -2.2655152999999997 -1.7829747999999999 2.4032883999999997 2.4099103 2.062361 3.7696285000000005 -1.4635783000000002 3.7722375 +16 0.50647143 3.1786141 0.15081754 0.82321297 -1.0088389000000002 -3.3542951000000003 -2.8839642000000003 2.7942506000000003 2.8013597000000003 2.3384515 4.243086 -2.7136396 4.2504279 +17 0.40257041 3.0969443 0.1613288 0.76619404 -1.06469 -0.23376617 -2.4798148999999996 2.7267822 2.7338179 2.2948444 4.1902672999999995 -2.2732286 4.196299 +18 -1.6606234 1.3752326000000001 -1.0246923000000001 0.12213809 -2.6791831000000004 -1.6503014999999999 -1.158483 -2.2123932999999996 -2.2224678 -2.0329221 -4.7458282 -0.72072158 -4.7284024 +19 -4.4521695999999995 -6.860635 -7.340739599999999 0.10321328 -5.0013285000000005 -3.8733263 -3.3788915999999998 -5.2349667 -8.556131800000001 -8.3326168 -11.211502000000001 -3.2262162999999995 -11.193956 +20 -1.5803437 1.3387958999999998 0.69627692 0.13022776 -2.6810519 -1.6517366000000002 -1.1659768 1.1762171000000001 1.1814281 -2.3258296 -5.0407782 -0.75541108 -5.0238762999999995 +21 -1.5774591999999998 1.3426311000000002 0.71774596 0.12923433 -2.6771978 -1.6511262 -1.1655825 1.1821462999999999 1.1870039 1.0021411 -0.75025348 -0.75416402 1.9357758999999999 +22 -2.4850079 -6.6206702 -5.0087255 0.010701365 -2.8374650000000003 -1.7699926 -1.2853206 -4.7703348 -4.7624058 -4.542945 -7.402966999999999 -0.8652181 -7.385433900000001 +23 -3.3326662000000002 -6.696257000000001 -3.5820222000000004 -3.27049 -0.05313938 0.32957773 0.43598564 -4.7072696 -4.706456299999999 -4.487225 -7.3463909 0.45006164 -7.3288194 +24 -2.1717661 -6.588813099999999 -3.5874455999999997 -0.021462829 -4.4570251 -3.3327667 -2.8521794 -4.718302700000001 -4.7157472 -4.4963763 -7.3554554 -2.6649078999999998 -7.338014599999999 +25 -2.1471389 -6.5930580999999995 -3.5900762999999998 -0.023980729 -2.5884254 -4.633114599999999 -4.1538238 -4.721353400000001 -4.7187505 -4.4993675 -7.3584781 -4.0493652 -7.3410418 +26 -2.1590722 -6.591278599999999 -3.5888828 -0.022783083 -2.59754 -1.5451290000000002 -3.1544133999999997 -4.7199655 -4.717387400000001 -4.498010099999999 -7.357106900000001 -3.0018527 -7.3396682 +27 -2.4332495 -8.8181489 -7.150342299999999 0.10547549 -2.8855174 -1.8221009999999997 -1.3282776 -8.885530000000001 -8.884304 -8.660741499999999 -11.539943 -0.91337802 -11.52238 +28 -2.5359517999999994 -10.941778999999999 -7.8850584 0.010006201 -2.8988771 -1.8268563000000002 -1.3416051000000002 -5.7812987 -9.101444500000001 -8.87782 -11.757154 -0.92786233 -11.739618 +29 -2.4806795 -6.544762400000001 -3.5591823 0.0067106587 -2.8344427000000003 -1.7666915 -1.2821116000000001 -4.6858678 -4.683557599999999 -7.7862451 -10.66441 -0.86158237 -10.646902 +30 -2.4806487999999995 -6.545277099999999 -3.5597796 0.0067042893 -2.8345255000000003 -1.7667668 -1.2821858999999998 -4.6861861 -4.6840815000000005 -4.4648403 -9.783136500000001 -0.86166516 -7.3061143 +31 -0.2045069 -0.330857 -1.8598478999999999 -3.2723865 1.5283799999999998 0.91961686 0.73318088 -0.44945537 -0.44709018 -0.45156235 -0.4667215 0.60362429 -0.46633627 +32 1.0518154 0.7868925 -1.5917028 0.037238489 -2.3044887000000003 -1.3018912 -0.83910814 0.58124911 0.58701532 0.51038051 1.1016051000000002 -0.4502351 1.1013886 +33 2.3264703 1.9107741999999999 -1.8284286 0.14979711 2.0530805 -1.8057258999999999 -1.3307174 1.6447349999999998 1.6523028000000002 1.4894962999999999 2.4418467999999995 -0.9378712 2.4416830000000003 +34 3.0858034 2.5395319 -2.1625941 0.40111393 2.6366171 1.7146201 -2.0120758000000003 2.2243372999999997 2.2323348999999997 1.9599668000000001 3.6173830000000002 -1.7524218999999996 3.6159394 +35 -1.4875495 -1.7009608 -4.8544129 0.092493202 -2.1442604 -1.1704088 -0.70393024 -5.0952283 -5.1033147 -4.8865787 -7.7434495 -0.24481027 -7.7242053 +36 -2.4919173999999997 -6.833777400000001 -8.5300086 0.011933295 -2.8468421000000004 -1.77869 -1.2938995 -5.0002816 -8.317467299999999 -8.0940282 -10.972674000000001 -0.87468675 -10.955109 +37 0.050497227 0.040501682000000004 -1.2565511999999999 0.031555654 0.043173044 0.0041040090000000005 -0.0081860002 -0.076271576 -0.072223259 -3.3877998999999996 -6.1754426 -0.0063827094 -6.158239 +38 0.042494137 0.033907121 -1.3060481000000002 0.031404652000000005 0.03839588 0.0023259269 -0.0092526368 -0.08486018099999999 -0.08101606 -0.073710366 -2.7349195 -0.007505655799999999 -0.15882061 +39 0.49931136 0.25950357 0.057778495 -3.3122594 -1.3368792 -0.44439707 -0.035631229 0.2068159 0.20785677 0.13565083 0.72493296 0.24317988 0.72450625 +40 2.1782545 1.7810496999999998 0.71103496 -3.2295321 2.9973199 -1.5579208999999998 -1.0959324 1.603648 1.6088272 1.4366371999999998 2.4499422 -0.67287689 2.4500427000000005 +41 3.081283 2.5332632 0.36257623 -2.9314186 3.0357796 1.7885328999999999 -2.0019442 2.2543621 2.2607355 1.9712987000000002 3.6598714999999995 -1.7411897 3.6592078000000003 +42 -2.9838914 -2.6240928 -4.457063 -3.1726151000000002 0.19756476 0.4700086 0.55621849 -5.9404838 -5.9897054 -5.773769000000001 -8.6398688 0.56165819 -8.6183154 +43 -3.3509247 -7.3188222000000005 -7.504442200000001 -3.2662271 -0.082907389 0.31545128 0.42826396 -5.381714700000001 -8.713436 -8.4899942 -11.36914 0.4456446 -11.351488 +44 -0.26987069 -0.33864938 -0.30267881 -3.3041209000000005 1.5580606000000001 0.94126847 0.74829537 -0.3257389 -0.32490736 -3.6523699 -6.4341859 0.60676064 -6.4174150999999995 +45 -0.27736529 -0.34197138 -0.30096319 -3.3048077000000005 1.5586434999999998 0.94142765 0.74830317 -0.32784287 -0.32734519 -0.33191106 -2.9160511000000002 0.60662033 -0.34980198 +46 3.3686821000000005 2.7516096 0.28365804 0.51643253 -0.84139241 -3.2178985 -2.7596867 2.4401145 2.4467696 2.1040593999999997 3.9303576000000002 -2.5796044 3.9316244 +47 3.2739921 2.6795134999999997 0.30527826 0.47301988 -0.86201342 -0.056337739000000005 -2.415314 2.3790172000000003 2.3855842000000003 2.0612881 3.8526910000000005 -2.202889 3.8531127 +48 -1.435664 -3.1515067 -4.7100595 0.06191051 -3.9446413000000002 -2.8568007 -2.377068 -6.3672309 -6.3720657 -6.1503263 -9.023904400000001 -2.1544707 -9.0058441 +49 -2.2076015 -7.2971163 -7.5416693 -0.017067958 -4.4915409 -3.3666915 -2.8860485000000002 -5.4336739000000005 -8.7548462 -8.531276400000001 -11.410335 -2.7017261 -11.392803 +50 1.0730392 0.80899779 0.42941386 0.00099956926 -2.2813191 -1.2756396 -0.81235968 0.71882486 0.72296518 -2.6922773999999996 -5.4405372000000005 -0.42198554 -5.423593299999999 +51 1.0725292 0.80918484 0.44324124 -0.00010773346000000001 -2.2795917 -1.2756593 -0.81244783 0.72085761 0.72462922 0.6317142 -1.3634387 -0.4212157 1.2778131000000001 +52 3.4325930000000002 2.8005231 0.27393329 0.5470159 2.7129621 -1.6267812 -3.1930915 2.4814971000000003 2.4882052000000003 2.1327146 3.9785873 -3.0515121 3.9805144999999995 +53 -1.4207913 -3.2526933999999996 -4.780904799999999 0.058169869000000006 -2.0462097 -4.1605117 -3.6811047999999995 -6.4507489 -6.4532657 -6.2312113 -9.1051402 -3.5630702000000003 -9.087276300000001 +54 -2.1844025 -7.3025679000000006 -7.5445682000000005 -0.019490793 -2.6264157999999997 -4.6675278 -4.188117299999999 -5.436993 -8.7579454 -8.5343713 -11.413428 -4.0848682 -11.3959 +55 2.3793577999999997 1.9586435000000002 1.1345891000000001 0.13720223 2.1028699 -1.7932065 -1.3196216 1.7907423999999998 1.7971648999999998 -1.7216723999999999 -4.4246705 -0.92393089 -4.407788 +56 2.3813020000000003 1.9605648 1.1536781999999999 0.13722695 2.1055676 -1.7929532 -1.3198687 1.7941927 1.8002883 1.6029455 0.08846649300000001 -0.92430555 2.7257142999999995 +57 -1.4280723999999998 -3.2177662999999996 -4.756578599999999 0.059614669 -2.0544241999999997 -1.0588765 -2.8306318 -6.4219984000000006 -6.4254055 -6.2034598 -9.077283300000001 -2.6596122 -9.0593489 +58 -2.1958931 -7.3001341 -7.543201600000001 -0.018312468000000002 -2.6351329 -1.5803737 -3.1778318 -5.4354116999999995 -8.7564842 -8.5329124 -11.41197 -3.0267413 -11.39444 +59 3.1332291000000003 2.5782369 1.4442913 0.40639277 2.6405971 1.7025398 -2.0198051 2.3432051 2.3501949 -1.2853237 -3.9418511 -1.7606708999999998 -3.9246884 +60 3.1315517 2.5765925 1.4289919 0.40567501 2.6392563 1.7008483 -2.0205463 2.3408931 2.3475758 2.0343765 1.1235114 -1.7615051 3.7953855000000005 +61 -2.4338191000000005 -8.8935759 -10.546121000000001 0.10578611 -2.8863471 -1.8228772 -1.3290451 -8.9571345 -12.284409 -12.06063 -14.940897 -0.91423113 -14.923322 +62 -1.5528252 -1.9419733000000001 -3.7998862 0.092151982 -2.2192335 -1.2438173000000001 -0.77779036 -5.315179799999999 -5.338289 -8.443209699999999 -11.323407000000001 -0.32380949 -11.303857 +63 -1.5544542 -1.9469001 -3.80471 0.092197374 -2.2207456000000003 -1.2452128 -0.77915223 -5.3197190999999995 -5.3433945 -5.1263742 -10.445924 -0.32528191 -7.966825500000001 +64 -2.5027595000000002 -7.2370287 -7.5093489 0.010525958 -2.859917 -1.7906131 -1.3058008999999997 -5.397151200000001 -8.7204322 -11.818832 -14.699073 -0.8878607 -14.681504 +65 -2.5027413 -7.2373348 -7.5097073000000005 0.010522597 -2.8599572 -1.7906488 -1.3058363000000002 -5.3972406 -8.7207352 -8.4972074 -13.835714000000001 -0.8879008 -11.358709 +66 0.0047123743 -0.00073080366 -0.026300313 0.0011518432000000001 0.0027976843 -0.00026370433999999996 -0.0011972297 -0.0051618708 -0.0038411011 -3.326836 -8.5716163 -0.0014694304999999998 -6.0945562 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.0638911 1.1019594 -0.13874096 0.34316553 -2.9223706000000003 -1.6878986 -1.1525562 0.32709632 0.32794981 0.21275694 0.47035176 -0.74652209 0.47357561 +2 -2.6425334 -3.0469646 0.13670063 -0.37488855 -1.8017462 -0.80890324 -0.45371582 -0.28685482 -0.28559202 -0.13891732 -0.67049861 -0.26332919 -0.67662696 +3 -0.3272676 -0.14864906 -2.6212801 0.30872853 -0.21274811 -0.12440721 -0.096029281 -1.1413211 -1.1410561000000001 -0.96729469 -1.3235407 -0.074556712 -1.3301375 +4 -0.12760182 -0.19533102 -0.024826968999999997 -3.3355809 1.3446632 0.90099474 0.73000586 -0.075977121 -0.076176172 -0.068751929 -0.071995293 0.56149085 -0.072382022 +5 0.79888756 0.71227659 -0.11805609 0.17189849 -2.5364937999999997 -1.316424 -0.79802254 0.18079681 0.18130608 0.11560099 0.32461867 -0.39480546 0.32605573 +6 1.8847358 1.6755206999999999 -0.41818942 0.49812466 1.7636330000000002 -1.9619658 -1.426883 0.58906958 0.59057043 0.44976546 1.1297556999999998 -0.99940023 1.128234 +7 2.5514727 2.2288742000000004 -0.57128369 0.78771265 2.2486349999999997 1.5200566 -2.1620496 0.92966555 0.93172522 0.7259398 1.7809216 -1.8740351000000002 1.7774946 +8 -1.7417999 -0.30325524 -2.2912309 0.24387205 -1.9234505000000002 -0.74632306 -0.2280104 -4.5513974 -4.5759101 -4.1318373 -7.6670734 0.22049647 -7.658028900000001 +9 -3.2149381 -6.0213138 -6.716477 0.29642061 -3.2337571 -1.9288448 -1.3850927 -5.4443557 -8.7722235 -8.3064895 -11.941279 -0.93171952 -11.932898 +10 0.030357547000000002 0.0077895080000000005 0.55252685 -0.17376522 0.067071616 0.059944237000000004 0.05545439 0.37480962 0.37615265 -2.9971676 -6.4268879 0.049707775 -6.4189085 +11 0.025127697999999997 0.0053222891000000005 0.53506373 -0.16812205 0.063425774 0.055611217000000004 0.051814717 0.36375391 0.36479953 0.31592998 -1.8361938000000002 0.047260707 0.80258545 +12 -3.9620471 -1.4164504999999998 0.10989228 -0.2569892 -3.7959546000000004 -2.4725335999999998 -1.919473 -0.16560319 -0.16417214 -0.044320754000000004 -0.23247841 -1.5558728000000002 -0.24063188 +13 -2.2394117000000002 0.97602047 -2.8402602000000003 0.48382821 -3.086113 -1.8304078999999998 -1.2865236999999998 -0.37033215 -0.36838944 -0.33508439 -0.19218051 -0.85844245 -0.19465225 +14 -2.8556995 0.31703893 -0.037856293 -3.1822999 0.24261188 0.14052145 0.08913788199999999 0.047363647 0.047502562000000005 -0.00071934602 0.044394664 0.016708791 0.046658297 +15 -0.70261979 2.3167562999999998 -0.57020746 0.88408074 -3.7263987000000003 -2.4246356 -1.8774682 0.9627374 0.96481725 0.72420479 1.7200137999999998 -1.5196355 1.7182952 +16 -0.12466706 2.7997022 -0.63191043 1.205763 -1.3689038999999998 -3.4871013999999994 -2.9519069 1.3076902 1.3101284 0.97719204 2.115745 -2.7469729 2.1181465 +17 -0.22006723 2.7229547000000003 -0.62644059 1.1494332 -1.4198981000000002 -0.35792045 -2.5874919 1.2534205 1.2558133 0.94106541 2.0751072 -2.3487980999999998 2.0764647000000003 +18 -2.3019408 1.191794 -1.2690748 0.39041489 -2.9531509999999996 -1.692491 -1.1403948999999998 -3.3249952000000005 -3.3376466000000002 -2.9201973 -6.311378599999999 -0.66476591 -6.3032832 +19 -5.159456400000001 -5.6323953 -6.5428623 0.38420523 -5.3872025 -4.0193576 -3.465665 -5.274051 -8.599131800000002 -8.133486 -11.767652 -3.2817489 -11.759310000000001 +20 -2.0225953000000003 1.1286363000000001 0.77546719 0.17003094 -2.808323 -1.5756798 -1.0426065 0.80783564 0.80986941 -2.7011409 -6.0826445 -0.64042735 -6.0747351 +21 -2.023932 1.1270245 0.70941068 0.18451673 -2.8151778 -1.5888379 -1.0556333999999998 0.77055304 0.77230017 0.59060644 -1.2008147 -0.6514233 1.4757883 +22 -2.9330069 -3.7174387 -2.9902637999999997 0.22242123 -2.8036906000000004 -1.545572 -1.0148854999999999 -2.7576697 -2.7546056 -2.3475547999999997 -5.6872385 -0.57910779 -5.6792102 +23 -3.0467692000000004 -3.5375733 0.13198174 -3.687865 0.86309475 0.67704948 0.59645797 -0.31194138 -0.31070921 -0.15932588 -0.74280437 0.49278906 -0.74872184 +24 -1.5849938000000001 -2.0400286 0.12653319 -0.37999748 -3.2366909 -1.9322034 -1.3896633 -0.224898 -0.22354728 -0.090460499 -0.43060285 -0.93216656 -0.43800865 +25 -0.91346111 -1.5004921 0.12058471 -0.37361096 -0.26409571 -2.7750748 -2.2394222000000004 -0.16847396 -0.16703063 -0.044640169 -0.25732003 -1.9394695 -0.26532135 +26 -0.84008523 -1.4458962 0.11897268 -0.37213266 -0.18898739 0.53725188 -2.333334 -0.162355 -0.16090055 -0.03970772 -0.23695384 -2.065055 -0.24504389 +27 -3.1901289 -7.390738499999999 -6.059360099999999 0.38564218 -3.3091964999999997 -2.0065947 -1.4533444 -8.7173099 -8.719965400000001 -8.2542231 -11.888793 -1.0074878 -11.880458 +28 -3.320585 -9.898772099999999 -7.2587523 0.29764778 -3.3539439 -2.0409241999999996 -1.4958821000000002 -6.0005404 -9.3247683 -8.8586988 -12.494843 -1.0543223999999998 -12.486497 +29 -2.6401277999999997 -3.0354723 0.26589276 -0.43326569 -1.7796372999999999 -0.78708621 -0.43322245 -0.17603613 -0.1739921 -3.3684284 -6.8606007 -0.24224183 -6.852444900000001 +30 -2.6402683 -3.0344735000000003 0.27371254 -0.43600047 -1.7834709 -0.79051508 -0.43472092 -0.1679873 -0.16621884 -0.04020069 -2.8975395 -0.24196571 -0.35764812 +31 -0.47397465 -0.39061392 -2.7845927 -2.9968269 1.1971559999999999 0.79554162 0.65219315 -1.3478658000000001 -1.3482806999999999 -1.1835368 -1.4207883 0.52037024 -1.4279499 +32 0.53150147 0.5413527 -2.7124884999999996 0.34841304 -2.6642066000000004 -1.4293165 -0.90511196 -0.6714536 -0.67000461 -0.56483288 -0.57230562 -0.49166826 -0.57825718 +33 1.6757881999999997 1.5239466999999998 -2.929911 0.49943793 1.6596871 -1.9880876 -1.4500125 0.1139908 0.11666535 0.14235138 0.53119525 -1.0270105 0.52382024 +34 2.4038060000000003 2.1215512000000003 -3.1892147 0.75618538 2.225478 1.5271073 -2.1515017000000003 0.61112286 0.61417174 0.54379354 1.5204276 -1.8631106 1.5114851999999999 +35 -1.8270861 -0.58550042 -4.2122114999999996 0.33997875 -1.9873763 -0.82055046 -0.31292724 -5.062489299999999 -5.078572900000001 -4.6282375 -8.1947642 0.1220229 -8.1855755 +36 -3.1290187 -5.0805127 -7.7047195 0.31309125 -3.1371912 -1.8428123 -1.2996618 -4.5103869 -7.8329709 -7.368168300000001 -10.9991 -0.84281766 -10.990641 +37 -0.28990688 -0.11670193 -1.9229626 0.25714659 -0.17132505 -0.09265982699999999 -0.068701078 -0.92394905 -0.92308214 -4.0802233 -7.594043400000001 -0.054222720999999995 -7.5860587 +38 -0.30071822 -0.12555177 -2.0475917000000003 0.2674889 -0.18011999 -0.09935245300000001 -0.074578804 -0.9693022 -0.96866195 -0.80142198 -3.8210094 -0.058683316 -1.1833619 +39 0.47947537 0.35130866 -0.1124996 -3.2116987 -1.6351231000000002 -0.52189924 -0.057365917999999995 0.032513258999999996 0.0326335 -0.014022433 0.14339277 0.22927959 0.14449423 +40 1.7793824 1.5814179 -0.40130349 -2.8637539 2.5731634999999997 -1.7581997 -1.2331794 0.53372624 0.53513021 0.40062306 1.038643 -0.78095819 1.0373448 +41 2.5444348999999997 2.2234406000000004 -0.57033879 -2.5375565 2.6021732999999996 1.5870231000000001 -2.1505827 0.92617078 0.9282258 0.72344041 1.7764976000000003 -1.8615366000000002 1.7730398 +42 -2.9929474999999996 -1.2873893 -2.9536667000000003 -3.0256476 0.6572353 0.7685354 0.75621487 -5.352770400000001 -5.386337200000001 -4.9318267 -8.517637400000002 0.60301429 -8.5086021 +43 -4.0742152 -6.1769077 -6.76916 -2.9819994 -0.43725722 0.1456372 0.29610089 -5.486701099999999 -8.8228788 -8.357204 -11.992252 0.32989499 -11.983777 +44 -0.090953366 -0.17684638 0.50946254 -3.5125879 1.4201473 0.9607865 0.77760339 0.30166601 0.30291578 -3.0576369999999997 -6.4925491 0.58754658 -6.484655 +45 -0.097810806 -0.18107861 0.49773236 -3.5088786 1.4175423 0.95811935 0.77555164 0.29424687 0.29520023 0.25873785 -1.9984203999999999 0.58667489 0.6449889 +46 2.8044516 2.4285995 -0.60008279 0.91679622 -1.2360645000000001 -3.3812778 -2.8588397 1.0648714 1.067086 0.82462945 1.9439074 -2.6471799 1.9420773 +47 2.7179682 2.3609171 -0.59151609 0.87174338 -1.254717 -0.21598473 -2.53783 1.0186004000000002 1.0207651 0.79149345 1.8938925 -2.295128 1.8913838 +48 -0.34038544 -0.036941592 -2.0598845 0.1965791 -2.7332051 -1.4963624 -0.96607786 -4.3098616 -4.3266507 -3.8847077000000003 -7.408941400000001 -0.46549092 -7.4000226 +49 -2.871506 -6.0612624 -6.7308357999999995 0.26673359 -4.8342665 -3.4703299 -2.9300384999999998 -5.4647809999999994 -8.7899713 -8.3241867 -11.958967999999999 -2.7078764 -11.95063 +50 0.84284487 0.72636441 0.69176026 -0.014037655 -2.4489913 -1.231195 -0.71463822 0.64608116 0.64789552 -2.8089257 -6.2084848 -0.31494379 -6.2005848 +51 0.84091959 0.72615232 0.6446392 -0.0013866529 -2.4522769 -1.2400708 -0.72352451 0.61827292 0.61978883 0.49042848 -1.4129605 -0.32183424 1.2520125 +52 2.8703254 2.4797333 -0.60525834 0.9515772 2.3291887000000004 -1.8071415000000002 -3.3156517999999995 1.1005409 1.1027897 0.8501662 1.9803893 -3.1450883999999997 1.9791477 +53 0.46633735 0.29680773 -1.8428388 0.1899562 0.67477274 -2.362017 -1.8388105 -4.0382635 -4.0476757 -3.6111218000000003 -7.1073283 -1.4826055 -7.0986366 +54 -2.8431283 -6.0652219 -6.7322685 0.26395942 -2.9559425999999998 -4.7686568 -4.229809099999999 -5.4667891 -8.7917125 -8.3259229 -11.960703 -4.094733 -11.952369000000001 +55 2.0933507 1.8607342 0.99748143 0.45920819 2.0338737 -1.8711369999999998 -1.3394358999999998 1.2226071000000003 1.2251706 -2.4002974999999998 -5.735917400000001 -0.90012002 -5.728119599999999 +56 2.0739962 1.8429038 0.85352669 0.46457121 2.0025966 -1.8830845 -1.3513053999999998 1.1498336 1.1521377 0.87030601 -0.75096812 -0.91328235 1.9770987000000002 +57 0.65799151 0.4242364 -1.7722156000000002 0.20386572 0.93423705 1.010672 -2.2632416 -3.9400178 -3.9478163 -3.5138614 -6.9970411 -1.9885522 -6.9883288 +58 -2.8561435 -6.0637287 -6.731718300000001 0.26520668 -2.9660301 -1.6785314999999998 -3.2577622 -5.4659767 -8.791033 -8.3252457 -11.960026 -3.0740952999999998 -11.951691 +59 2.8495163 2.4724432000000003 1.1538233999999998 0.87995976 2.3428244 1.5376675 -2.1594967 1.5454131000000002 1.5482373 -2.2000822999999996 -5.493336900000001 -1.8711843999999997 -5.4854056 +60 2.8110815 2.4417749 0.95897706 0.86667295 2.3322517999999994 1.5342178 -2.1606117 1.4640434 1.466656 1.0738309 -0.55315769 -1.8724281999999999 2.209819 +61 -3.2107254000000003 -8.3025412 -10.283574 0.3978173 -3.3365150000000003 -2.0323311 -1.4788243 -9.628880699999998 -12.960509 -12.493919 -16.132877 -1.0356715 -16.124457 +62 -1.7413825 -0.30089177 -2.2882657 0.24367568 -1.9215866000000001 -0.74478984 -0.22669054 -4.548940099999999 -4.5730345 -7.450904700000001 -11.080766 0.22091701 -11.071626 +63 -1.7417551 -0.30312398 -2.2909382999999996 0.24385201 -1.9233919999999998 -0.74626953 -0.22795902 -4.5512318 -4.575683000000001 -4.1316136 -10.127028999999999 0.22053203 -7.658011999999999 +64 -3.2149982 -6.0208223 -6.715904300000001 0.29643214 -3.2336075 -1.9287145 -1.3849653999999998 -5.4440632 -8.7717293 -11.627923 -15.266647 -0.9315861 -15.258261 +65 -3.2149373 -6.0213032 -6.716459599999999 0.2964205 -3.2337562 -1.9288439999999998 -1.3850919 -5.4443485 -8.772212800000002 -8.3064788 -14.40073 -0.93171865 -11.932897 +66 0.030370362999999997 0.0077168352 0.55190429 -0.17359342 0.067077255 0.05989992400000001 0.055380834000000004 0.3742768 0.37562541 -2.9976412999999997 -8.8884325 0.049600494 -6.4198831 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.3950584 0.89661878 0.0018975922 0.40060728 -3.0194348 -1.6688551999999999 -1.1121616 0.11141273 0.11158614 0.057216814000000005 0.08812214199999999 -0.71888491 0.08886195300000001 +2 -2.6087152000000002 -2.9962119 -0.028978657999999997 -0.56571548 -0.63726266 -0.35679936 -0.27821886 -0.10288056 -0.10215812 -0.039037393 -0.048229135 -0.21635854 -0.048976958 +3 -0.7125676 -0.2978409 -2.9803446 0.41981206 -0.38809472 -0.18840973 -0.12422192 -1.4614819 -1.4620213 -1.0240347 -2.1064602999999997 -0.080992355 -2.1098008 +4 -0.068032108 -0.11829808 -5.1573503e-05 -3.3501576 1.1778118999999998 0.85846669 0.71865143 -0.017921503000000002 -0.017951709 -0.015871022 -0.044351354 0.5640949 -0.043907139000000005 +5 0.63822184 0.62293032 -0.0036540719 0.24144157 -2.7176834999999997 -1.3631861 -0.81195608 0.080061057 0.080189647 0.039111718999999996 0.045594333 -0.39648506 0.046715715 +6 1.6129795 1.602852 -0.04833792 0.72251489 1.6533771000000002 -2.0071176 -1.4334175 0.3400705 0.34058385 0.22968523 0.37518741 -0.96097322 0.37788914 +7 2.2548923 2.1621481 -0.056350587 1.0854654 2.0767712 1.450029 -2.2093954 0.57697085 0.57772681 0.41430269 0.65119578 -1.8829653999999998 0.6564855 +8 -1.196353 -0.096234901 0.05925752 -0.31189165 -0.1467234 0.18584416 0.26430243 -3.2549264 -3.2644 -2.5432784 -6.5446599 0.28548048 -6.5379973 +9 -2.9935313999999997 -1.9092151000000002 -2.24221 -0.0060953663 -2.239224 -0.92525102 -0.41680719 -1.7813773999999998 -5.1134572 -4.326664599999999 -8.693619300000002 -0.045201804000000005 -8.686188000000001 +10 0.09271074900000001 0.04509916 1.8354941999999999 -0.70379285 0.33442349 0.34733216 0.35959465 1.3368788999999999 1.3380983 -2.4945895 -6.5151678 0.37450818 -6.5082149000000005 +11 0.07958619 0.040753082 1.4081382 -0.5753966 0.27147671 0.26771038 0.27296318 1.0809482 1.0819598999999998 0.70941241 -1.906982 0.28506219 0.89765165 +12 -4.6990267 -1.8454965 -0.031155415 -0.42518742 -3.6611508 -2.2283379 -1.6397447 -0.074283778 -0.073527966 -0.022551611000000003 -0.019882631 -1.159062 -0.02044265 +13 -2.7555714 0.78317147 -2.9694507000000003 0.63053502 -3.2689899 -1.8665931 -1.289175 -0.90832066 -0.90796445 -0.59931064 -1.2724137 -0.83045403 -1.2726658000000002 +14 -2.9865204 0.27621802 0.009021566600000001 -3.1834808999999997 0.249296 0.18558929 0.1322473 0.012486744 0.012503749 -0.0007133069199999999 -0.012091068 0.053095449 -0.011805362 +15 -1.1209346000000002 2.1449022999999996 -0.045418328 1.1065184 -3.8845072 -2.4277656000000003 -1.8423409 0.52344554 0.52413823 0.35763771 0.56629076 -1.4279763 0.57055447 +16 -0.51872014 2.6662608 -0.045874367 1.4932065 -1.4784311 -3.4703334000000003 -2.8967945999999998 0.78509781 0.78597822 0.54504178 0.77290809 -2.6436403 0.78201569 +17 -0.59515104 2.6028990000000003 -0.046676089000000004 1.4426261999999999 -1.5173892 -0.3249332 -2.5946394 0.75316446 0.75402859 0.52419385 0.75470401 -2.3132685 0.76316153 +18 -2.6761201 1.1650639999999999 0.26592915 0.32345752 -2.9493017000000004 -1.5503081 -0.97294627 -2.9585977000000003 -2.9660104 -2.2672368 -6.1135141 -0.47907002 -6.107225 +19 -4.238150599999999 -1.0519752 -1.8478393 -0.015920754 -3.8512059 -2.3846324 -1.8098381999999997 -1.3408069999999999 -4.6674357 -3.890366 -8.207802000000001 -1.3983106 -8.2005131 +20 -2.2807134 0.96346068 1.8615768 -0.053988693 -2.6054096 -1.2774665 -0.73290452 1.3741632 1.3754058 -2.4805088 -6.4954626 -0.35021253 -6.4885244 +21 -2.2961177000000004 0.9502412 1.4350383 0.021054817000000003 -2.6949606 -1.3700197 -0.82289221 1.1289588 1.1300058000000002 0.72852175 -1.8991427 -0.441263 0.90767233 +22 -3.3967039 -3.3144225 -2.8967942000000004 0.20905478 -2.5293607000000002 -1.2411938 -0.7497509 -2.1145882 -2.1132431 -1.485154 -4.8135996 -0.42974774 -4.8082735 +23 -2.7326305 -3.1363317000000004 -0.028831396000000002 -3.8842534 0.92572536 0.71991918 0.61645689 -0.10572633 -0.10500752 -0.04139792 -0.054485585 0.50206743 -0.055181626 +24 -1.965582 -2.2740359 -0.030999387000000003 -0.53631561 -3.2490966 -1.8366776000000002 -1.264865 -0.086821149 -0.086079109 -0.029784027999999997 -0.033519525 -0.79642866 -0.034105267 +25 -1.1648077 -1.4330834 -0.040124711 -0.46721724 0.49425876 -2.5692807999999996 -1.9873964 -0.051419699000000006 -0.050630682 -0.0028599915000000003 0.023811331 -1.5839142 0.023218041000000002 +26 -0.86960014 -1.1701491000000002 -0.04423582 -0.43197828 0.75831397 0.92332771 -2.3023868999999997 -0.035256356 -0.034445683 0.009889250300000001 0.051608127999999996 -1.9851163 0.050972047 +27 -3.4390955 -3.0101999 -0.19200956 -0.78996411 -2.0120244 -0.7687023 -0.29273151 -3.603957 -3.606415 -2.8655958 -6.987294400000001 0.00344895 -6.9803492 +28 -3.9028864000000003 -6.2141682000000005 -3.3214305 0.17270476 -3.3778474999999997 -1.9191368000000002 -1.3467221999999999 -2.9672902999999997 -6.2916093 -5.490360400000001 -9.9265674 -0.84528009 -9.9192401 +29 -2.5289317000000002 -2.9415926 1.8042961 -1.8632918 -0.21586483 0.052995654 0.14693167 1.2963416 1.2978715 -2.5102276000000003 -6.5367348 0.23184516 -6.5297602 +30 -2.5384767999999998 -2.9463812000000003 1.3766516000000002 -1.5869726999999998 -0.29467635 -0.040372282999999995 0.045486072999999995 1.0332148 1.0345938000000001 0.69148866 -1.9148101999999998 0.12134043 0.887958 +31 -0.82611589 -0.49810043 -3.0691148 -2.8926854 0.99253175 0.72449807 0.61364279 -1.5851468999999998 -1.5859657 -1.1449752 -2.1839841 0.50364208 -2.1877392999999996 +32 0.0799838 0.37759786 -2.9818284999999998 0.4923081 -2.8633912999999995 -1.4806236000000002 -0.91988843 -1.1281556000000001 -1.1280860000000001 -0.76003473 -1.5123445 -0.4714192 -1.5152339 +33 1.1699939 1.3211013999999999 -3.0297625 0.7018735 1.4767271 -2.0530953999999997 -1.4785013 -0.5357403 -0.53490393 -0.26225104 -0.39591395 -1.0141853 -0.4020707 +34 1.8745334999999999 1.892826 -3.0958427000000004 0.97680098 2.0021827 1.4404983999999998 -2.2062703999999997 -0.13713517 -0.13601353 0.04356237599999999 0.29410868 -1.8799706000000003 0.28826915 +35 -2.0197279 -0.21233649 -3.7210793 0.43490544 -1.3209708999999998 -0.35127988 -0.017586496 -4.9576945 -4.9723635999999996 -4.1882155 -8.5432118 0.21669198 -8.535540800000001 +36 -3.4018909 -3.2963693 -6.919803699999999 0.4615061 -2.9140363999999996 -1.5253736999999998 -0.97021636 -3.3807002 -6.706361 -5.9023437 -10.353181 -0.52433134 -10.345583 +37 -0.68243499 -0.28605539 -2.3971757 0.33598327 -0.34703202 -0.15735606 -0.098045437 -1.2317208999999998 -1.2317878 -4.139121299999999 -8.464908099999999 -0.060127354 -8.457722 +38 -0.69020528 -0.2901377 -2.504291 0.35315139 -0.35481031 -0.16427671 -0.10415864 -1.2787743 -1.2790415000000002 -0.85917663 -4.540175700000001 -0.065081376 -1.888732 +39 0.45034813 0.3878514 0.0011860206 -3.164222 -1.8510084 -0.59749142 -0.09735610300000001 0.03696116 0.03701864 0.0068193728 -0.027804032000000003 0.21753811 -0.02634764 +40 1.5460236 1.5383131 -0.047847358 -2.6355879 2.3418368999999997 -1.838848 -1.2750348 0.31487486 0.31535973 0.20752544 0.32804805 -0.78377798 0.33093445 +41 2.2502535 2.158427 -0.056369891 -2.2391683999999996 2.3664678 1.5020966999999998 -2.2007293 0.57541108 0.57616575 0.41323352 0.65000659 -1.8735249 0.65526865 +42 -1.3543962999999999 -0.3259469 0.019193071000000003 -3.6987042999999997 1.5218695 1.1298816999999999 0.91148562 -3.3113902000000004 -3.3212726000000004 -2.5976607999999994 -6.612017900000001 0.62784129 -6.605450299999999 +43 -3.6193841 -2.3342511000000004 -2.4203182 -3.283611 0.70990974 0.71586011 0.64935783 -1.9797218 -5.3161875 -4.526103 -8.9085603 0.53428579 -8.901230499999999 +44 0.034460103 -0.050785215 1.8333308999999998 -4.0845258 1.6580348999999999 1.2635191000000001 1.0074067 1.333434 1.334652 -2.4959731 -6.5170747 0.66281213 -6.5101239 +45 0.018817676999999998 -0.064924614 1.4052586999999999 -3.9541056000000006 1.5514242 1.1773989 0.959285 1.074482 1.0754913000000001 0.70612323 -1.9086255 0.65469322 0.89557896 +46 2.4771139 2.3423130000000003 -0.055615212000000004 1.2197833 -1.4282626 -3.4312305 -2.8709439 0.6599452 0.66076071 0.4725769 0.7134411 -2.6180906000000004 0.72034009 +47 2.4029074 2.2827613999999996 -0.055938285 1.1746143999999998 -1.4427086 -0.2627123 -2.5748197 0.63210011 0.6328968 0.45335565 0.69401167 -2.2928947999999996 0.70035309 +48 -0.19915158 0.56632998 0.16772215 -0.045492995 -2.4857397 -1.120719 -0.56517981 -3.0997807999999996 -3.1079266 -2.3970685 -6.3331068 -0.09064933 -6.326578 +49 -1.8421058999999997 -1.6149579 -2.1048199 -0.068495209 -3.3113078999999996 -1.8606605999999999 -1.2949872 -1.6314834999999999 -4.9598165000000005 -4.1760962 -8.5273648 -0.78591006 -8.5200083 +50 0.77245395 0.68229452 1.8524802 -0.27343265 -2.3245371 -0.99591049 -0.45413337 1.3622651000000001 1.3635013 -2.4849693999999998 -6.5016795 -0.034022121 -6.4947403 +51 0.7559104 0.67429913 1.4255622 -0.18323279 -2.4143116 -1.0867314 -0.54257933 1.1132238 1.1142615 0.72181119 -1.9022544999999997 -0.12525917 0.90377547 +52 2.5424997000000005 2.3943173 -0.055297932 1.2596053999999999 2.1358452000000003 -1.8772456999999998 -3.3526275 0.68543853 0.68626933 0.49033756 0.73087513 -3.1440444 0.73830648 +53 1.1904264 1.5496012 0.37146345 0.53482036 1.7790270000000001 -1.9737 -1.4099157 -2.8021745 -2.8075782000000005 -2.1176769 -5.9206394 -0.93466499 -5.9143209 +54 -1.3567161 -1.469154 -2.0376559 -0.09622793199999999 -0.54698558 -2.8466162 -2.2882544 -1.5570194 -4.8829982 -4.100950800000001 -8.4437116 -1.9583087 -8.436380300000001 +55 2.0120532 1.8933771000000001 1.914577 0.69453129 2.0797718 -1.8854562 -1.318055 1.4568607 1.4581563999999998 -2.4475937 -6.4498112 -0.83259927 -6.442915599999999 +56 1.9407035 1.8419095 1.4908077 0.69241282 2.0127883 -1.9017464 -1.3342749 1.2483096000000002 1.2494478 0.78224187 -1.8765352 -0.8503868 0.93668678 +57 1.7747609 1.9541761999999998 0.46011346 0.83681932 1.9863081999999999 1.402703 -2.2342298 -2.6677583 -2.6716219 -1.9927256999999998 -5.722713099999999 -1.9093482 -5.7163984 +58 -1.3299073000000001 -1.4591718999999999 -2.0331318 -0.097778249 -0.51462803 0.42330978 -2.397948 -1.5519501 -4.8777644 -4.0958365 -8.437978 -2.0934123 -8.4306501 +59 2.7961869999999998 2.5619226000000004 1.967759 1.2883958999999998 2.1915432 1.4701057 -2.2059094 1.5348839 1.5362185 -2.4174876 -6.4078379 -1.8790694 -6.400934400000001 +60 2.6903002999999996 2.4847465 1.5480808000000001 1.2434156 2.1757866000000003 1.4658623 -2.2073016 1.366645 1.3678434 0.83630065 -1.8538398 -1.8806153 0.96574076 +61 -3.8179629999999998 -6.5561245999999995 -7.8880807 0.50663502 -3.5352516000000005 -2.0752487 -1.4931925 -8.567392199999999 -11.899633 -11.087546000000001 -15.575410999999999 -1.0075686 -15.567910999999999 +62 -1.1917268 -0.094759175 0.062451035999999994 -0.31239964 -0.14384394 0.18669269 0.26460605 -3.252736 -3.2618888999999998 -5.8628014 -10.310058 0.28570811 -10.30264 +63 -1.1961825000000001 -0.09634978599999999 0.060871756 -0.31275515 -0.14635378 0.18612237 0.2645323 -3.2540134 -3.2633651 -2.5423023 -9.006896800000002 0.2856662 -6.5378763 +64 -2.9921466 -1.9067214 -2.238573 -0.006682626600000001 -2.2347664000000003 -0.92215672 -0.41469301 -1.7783736 -5.1102034000000005 -7.6453783 -12.122617 -0.044930387999999995 -12.115034 +65 -2.9931831 -1.9081288 -2.2406246 -0.0064415847 -2.2387607000000003 -0.92484329 -0.41642445 -1.7801200000000001 -5.1121636 -4.3253951 -11.152559 -0.044835734 -8.6850644 +66 0.093087158 0.04515287900000001 1.8487888 -0.70734914 0.33651171 0.34969598 0.36210226 1.3437741 1.344997 -2.4917351 -8.974569500000001 0.37694038 -6.5054374 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.4010347999999997 0.89164545 0.0016808143 0.39967679 -3.0166612 -1.6667001000000001 -1.1129513999999998 0.11149734 0.11167055 0.057185245999999995 0.08834734 -0.71979869 0.089083317 +2 -2.6245391 -3.0074686 -0.028702706 -0.5702792 -0.63681772 -0.35714023 -0.2789885 -0.10366569 -0.102945 -0.03900342 -0.048410292 -0.21732806 -0.049162483 +3 -0.71420294 -0.30278331 -2.9862808999999997 0.41522689 -0.3832377 -0.18656341 -0.1248556 -1.4593142 -1.4598458 -1.0251834999999998 -2.1063574000000003 -0.08186966799999999 -2.1095155 +4 -0.065632688 -0.11609577 2.0623281e-05 -3.3495182999999997 1.178302 0.85953661 0.71890939 -0.017924289 -0.017954516 -0.015952203 -0.044762813 0.56572186 -0.044311012000000004 +5 0.6351208 0.61970779 -0.0037961667 0.24120656 -2.7150866000000002 -1.3608672 -0.8124416 0.080465114 0.080594076 0.039241963 0.045698277999999995 -0.39665288 0.046828712 +6 1.6011226 1.5914928 -0.049312539 0.71860864 1.6563781000000002 -2.0021997 -1.4312003999999998 0.33996426 0.34047658 0.22946177 0.3754602 -0.95850517 0.37815493 +7 2.2422514 2.1502027000000004 -0.057737439 1.0809676000000001 2.0826559 1.4559944 -2.2062616000000004 0.57759757 0.57835309 0.41468946 0.65312547 -1.8793881999999997 0.65839447 +8 -1.2133893999999998 -0.11029999 0.069137997 -0.32134117 -0.13542498 0.19103761 0.26504978 -3.2502212000000004 -3.2596412999999997 -2.5400316000000003 -6.5405267 0.28626115 -6.5338377 +9 -3.0175183 -1.9213826 -2.2317009 -0.017362213 -2.2188015 -0.91100697 -0.40998066 -1.7760345000000002 -5.1080484 -4.322833900000001 -8.6884601 -0.045776434000000005 -8.681006 +10 0.09180393199999999 0.044778472 1.84205 -0.70218326 0.33482102 0.34828207 0.36024904 1.3396457 1.3408646999999998 -2.4928586 -6.512143599999999 0.376049 -6.505163700000001 +11 0.078501621 0.040216732000000005 1.4127107 -0.57403048 0.27175471 0.26836439 0.2733507 1.0825694 1.0835808999999998 0.71055601 -1.9039112 0.28605623 0.90062682 +12 -4.7138419 -1.8566979 -0.030967871 -0.42993343 -3.659909 -2.2274144000000002 -1.6416993999999998 -0.074943785 -0.074189619 -0.022478263999999998 -0.019953374 -1.16082 -0.020516734 +13 -2.7688682 0.77031811 -2.9748706 0.62465859 -3.2662411 -1.8643490000000003 -1.2900415 -0.90756054 -0.90720259 -0.60073902 -1.2767008999999998 -0.83154157 -1.2768443999999999 +14 -2.9912987999999996 0.27352313 0.0089750207 -3.184365 0.24947456 0.18563825 0.13169952 0.012188238999999998 0.01220473 -0.0008286069900000001 -0.012014158 0.052685317999999995 -0.011736689 +15 -1.1331284 2.1335825 -0.04669522 1.1025208 -3.8802648 -2.4233892999999997 -1.8410128000000001 0.52383081 0.52452279 0.35776665 0.56770336 -1.4265048 0.57194817 +16 -0.5313299 2.6545009999999998 -0.047411391 1.4888105 -1.4725661 -3.4642722999999997 -2.8937421000000003 0.78639484 0.78727504 0.54588536 0.77552196 -2.6402327000000003 0.78461977 +17 -0.60781254 2.5911054 -0.048198125999999994 1.4382058000000002 -1.5117022 -0.31904271 -2.591701 0.75430247 0.75516633 0.5249209 0.75718363 -2.3099441 0.76562812 +18 -2.6942668 1.1497062 0.27584157 0.31416002 -2.9452224 -1.546262 -0.97203659 -2.9539721 -2.9613428 -2.2640392999999994 -6.1097813 -0.47810186 -6.1034642 +19 -4.2579391 -1.0663368999999998 -1.8380965 -0.027699748 -3.8439297 -2.3768119 -1.8048826 -1.3364364 -4.6630347 -3.8875117999999995 -8.2037841 -1.3919203000000002 -8.1964715 +20 -2.2874711 0.95836211 1.868096 -0.054128597 -2.6017563 -1.2741368999999998 -0.73252365 1.3769326000000002 1.3781747 -2.4788169 -6.4924681 -0.34968129 -6.4855026 +21 -2.302953 0.94494427 1.4395935 0.020756027 -2.6917223999999997 -1.3671551000000002 -0.82297951 1.1306406 1.1316873 0.72965861 -1.8961028000000002 -0.44130551 0.91062521 +22 -3.4284786 -3.3387580999999997 -2.895143 0.19858677 -2.5139356 -1.2312761 -0.74529626 -2.1159111 -2.1145651 -1.4885313999999998 -4.7943047 -0.42937548 -4.7891558 +23 -2.7460544999999996 -3.1448348999999998 -0.028540537 -3.8885853999999997 0.92626378 0.72084958 0.61621037 -0.10649053 -0.10577344 -0.041366521 -0.054717012999999995 0.50299672 -0.055416133 +24 -1.979343 -2.2849056 -0.030772252000000003 -0.54093486 -3.2473171 -1.8351973000000001 -1.2660933 -0.08752909099999999 -0.08678872900000001 -0.029720981 -0.033642792000000005 -0.79735828 -0.034231749 +25 -1.1809334999999999 -1.4474851 -0.040034547000000004 -0.4723802 0.49649405 -2.565632 -1.9864113999999997 -0.052189417 -0.051402208 -0.0028533617 0.023717032000000002 -1.5828573000000001 0.023118172000000003 +26 -0.88546838 -1.1845421999999999 -0.04421669599999999 -0.43722385 0.7609757 0.92719808 -2.2997178 -0.036014218 -0.035205367 0.009887744 0.051539195 -1.982061 0.050897352 +27 -3.4599263999999996 -3.0238529 -0.18290183 -0.80207568 -1.9967837 -0.75895985 -0.2900729 -3.6000121 -3.602449 -2.8631482000000004 -6.9838716 0.0016564378 -6.976901 +28 -3.9250203999999997 -6.228413300000001 -3.312718 0.16132521 -3.3739901 -1.9157011999999998 -1.3466291000000001 -2.9634669999999996 -6.2877527 -5.488091099999999 -9.922936199999999 -0.84480664 -9.9155844 +29 -2.5453447999999996 -2.9531289000000003 1.8111462 -1.8714327000000002 -0.21536296 0.05380420599999999 0.14713648 1.2990411 1.3005697 -2.5083016 -6.5335848 0.23272154 -6.5265831 +30 -2.5547179 -2.9578179 1.3814388000000002 -1.5935211999999999 -0.29418944 -0.039907238 0.045273528 1.0346181 1.035996 0.69277245 -1.9114908 0.12147488 0.89115021 +31 -0.82267489 -0.49914252 -3.0764567000000005 -2.8966235 0.99424281 0.72612006 0.61277255 -1.5823571 -1.583166 -1.1461891000000002 -2.1812432999999998 0.50347647 -2.1847964 +32 0.071313504 0.36785242 -2.9870416 0.48710549 -2.860996 -1.4784868 -0.92077683 -1.1260826000000002 -1.1260081 -0.76064426 -1.512741 -0.47217679 -1.5155085 +33 1.1551071000000002 1.3066200000000001 -3.034589 0.69491085 1.4794585 -2.0492223999999997 -1.4775528 -0.53460078 -0.53376375 -0.26290436 -0.397799 -1.0129833000000001 -0.40388993 +34 1.8597498 1.8784728 -3.1016601 0.96964384 2.0072232 1.4453902 -2.2049194 -0.13525551 -0.13413353 0.04372638400000001 0.29514281 -1.8782214 0.28933165 +35 -2.043854 -0.22312933 -3.7140225 0.42476584 -1.2904757 -0.33822963 -0.013096728 -4.9521519 -4.966767900000001 -4.1843848 -8.5371503 0.21913437 -8.5294573 +36 -3.4379527999999997 -3.3077144 -6.9175202 0.45147865 -2.883673 -1.5030270000000001 -0.95476008 -3.3750716 -6.7007303 -5.8986584 -10.346422 -0.51988048 -10.338801 +37 -0.68390238 -0.29117481 -2.3912533 0.33020482 -0.34172664 -0.15513715 -0.09844132800000001 -1.2265848 -1.2266416 -4.1374586 -8.4612207 -0.06080163400000001 -8.4540073 +38 -0.69133278 -0.29495134 -2.5003496 0.3477792 -0.3495339 -0.16215071 -0.10459281 -1.2741864 -1.2744437 -0.85804883 -4.537679 -0.065803675 -1.8857358 +39 0.4501862 0.38750111 0.0011964625 -3.1635206 -1.8482826 -0.59480711 -0.097386043 0.037376688 0.037434651 0.0068802391 -0.028165323 0.21833766 -0.026690632000000002 +40 1.5345366000000003 1.5271877 -0.048785256 -2.639291 2.3478661 -1.8328162000000001 -1.2717635 0.31469645 0.31518022 0.20719485 0.32787702 -0.78005913 0.33076467 +41 2.2377357000000004 2.1465811 -0.057754759 -2.2435912 2.3727377 1.5079986 -2.1977341 0.57606935 0.57682361 0.41363942 0.65195232 -1.8700933000000002 0.65719425 +42 -1.357157 -0.33736115 0.029183487 -3.7071781 1.5255351000000001 1.1328827 0.91230039 -3.3065084000000002 -3.3163351000000003 -2.5942789 -6.607418300000001 0.63039863 -6.600825 +43 -3.6263551 -2.3458817 -2.4095179 -3.2949921000000004 0.72353403 0.72035517 0.64873533 -1.9741191999999999 -5.3105044999999995 -4.522010099999999 -8.903081 0.53424415 -8.8957279 +44 0.036008165 -0.049103125 1.8398991999999998 -4.0819221 1.6591588 1.2662763000000001 1.0098648000000001 1.3362163999999999 1.3374342 -2.4942384 -6.5140443 0.66621365 -6.5070664 +45 0.020140496 -0.063482597 1.4098328000000002 -3.9518498999999996 1.5522302 1.1793569 0.96084434 1.0760816 1.0770908000000001 0.70724132 -1.9055741000000002 0.65783367 0.89853042 +46 2.4648298 2.3306537 -0.057068222 1.2154715 -1.4226127 -3.4254432999999995 -2.8681627 0.66106016 0.66187549 0.47333313 0.71590463 -2.6149462000000003 0.72279008 +47 2.3906157 2.2710963 -0.057371069000000004 1.1703043 -1.4371409 -0.25701863 -2.5721269 0.63308843 0.6338849 0.45401423 0.69633738 -2.2898232000000003 0.70266312 +48 -0.21849225 0.55106304 0.17749818 -0.055143022 -2.481288 -1.1162341999999998 -0.56360046 -3.0952792000000002 -3.1033807 -2.3940088999999998 -6.329349099999999 -0.08873469199999999 -6.3227932000000004 +49 -1.8638052 -1.6281589 -2.094719 -0.07985508599999999 -3.3042344 -1.8532906999999998 -1.2904416 -1.6266191 -4.9549176 -4.1727635 -8.522768199999998 -0.78040921 -8.5153881 +50 0.76864985 0.67882049 1.8591220000000002 -0.27261216 -2.3210851000000003 -0.9925722 -0.453633 1.3651413000000001 1.3663773000000001 -2.4831988999999997 -6.4985992 -0.032991713 -6.491632900000001 +51 0.75200995 0.67066455 1.4302233 -0.18256651 -2.4112774 -1.0838364999999999 -0.54251597 1.1149921999999999 1.1160297 0.72300442 -1.8991645000000001 -0.12477389 0.9067757 +52 2.5302281000000004 2.3826647999999997 -0.056767011 1.2552951 2.1422051 -1.8710236 -3.3492829 0.68666527 0.68749593 0.49117908 0.73345251 -3.1403220000000003 0.74087238 +53 1.1728246999999998 1.5346218 0.38138499 0.52576026 1.7870577 -1.9647286 -1.4036705 -2.7975644 -2.8029417000000003 -2.1145172999999997 -5.9168607 -0.92778446 -5.9105162 +54 -1.3729331 -1.4819452 -2.0273124 -0.1080769 -0.53255598 -2.8349687 -2.2793001 -1.5519154 -4.8778597 -4.0973841 -8.438849900000001 -1.9480877 -8.4314954 +55 1.9987099999999998 1.8808738 1.921132 0.68925056 2.0851733 -1.8794241999999999 -1.3147538 1.4595599 1.460855 -2.4458900000000003 -6.4468246 -0.82886261 -6.4399019 +56 1.9274080000000002 1.8294177 1.4953712 0.68729624 2.0173579 -1.8959466 -1.3311796999999999 1.2499284 1.2510662000000001 0.78338979 -1.8734418000000002 -0.84687403 0.93968946 +57 1.761523 1.9417311000000002 0.47068191 0.82997901 1.9969867 1.4125765 -2.2301342 -2.6622095 -2.6660470000000003 -1.9886916000000001 -5.717657 -1.9046561999999998 -5.7113176 +58 -1.3446375 -1.4717985 -2.0226963 -0.10973994 -0.49848571 0.43690396 -2.3938502999999995 -1.5467517 -4.8725276 -4.092173799999999 -8.433007 -2.0885254 -8.4256561 +59 2.7832318 2.5497826 1.9745297999999998 1.283635 2.1980132 1.4761877 -2.202762 1.5378767 1.5392107 -2.4156652999999997 -6.4046874 -1.8754773999999999 -6.3977569 +60 2.6770996 2.4724169999999996 1.5528633 1.2385262 2.1821514 1.4719236999999998 -2.2041585 1.3688124 1.3700104 0.83774489 -1.8505926 -1.8770276000000001 0.9689371 +61 -3.8399766000000004 -6.565709299999999 -7.8770912 0.4950574 -3.5304821000000004 -2.0710072 -1.4922768 -8.5600957 -11.892239 -11.081764999999999 -15.568184 -1.0060253000000001 -15.560657999999998 +62 -1.2086107 -0.10873049 0.07239842 -0.32178971 -0.13249885 0.19188782 0.26537306 -3.2479649 -3.2570652 -5.8594902 -10.305347 0.28651584 -10.297903999999999 +63 -1.2132198 -0.11041828 0.070752092 -0.32221034 -0.13505942 0.19131466 0.26527928 -3.2493092 -3.2586076 -2.5390566000000003 -9.0027596 0.28644698 -6.5337167 +64 -3.0161269 -1.9188325000000002 -2.2279979 -0.017936993999999998 -2.2140405 -0.90773528 -0.40778061 -1.7729720000000002 -5.104737 -7.641490400000001 -12.117296000000001 -0.045483798 -12.109689999999999 +65 -3.0171674 -1.9202925 -2.2301105 -0.017711378 -2.2183403999999998 -0.91060046 -0.40959882 -1.7747733 -5.106750900000001 -4.3215605 -11.147395 -0.04540873 -8.679878 +66 0.092174141 0.044828209 1.8553977 -0.70573523 0.33691106 0.35065222 0.3627621 1.3465653999999998 1.347788 -2.4899937999999997 -8.9715299 0.37849432 -6.502371599999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=0d1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.4009715 0.89168985 0.0016750131 0.39972327 -3.016404 -1.6665383999999999 -1.1130048000000001 0.11152559 0.11169819 0.057192665 0.088365876 -0.71985567 0.089102081 +2 -2.625077 -3.0079008 -0.028714202999999997 -0.57041961 -0.63680678 -0.35715359 -0.27905682 -0.10370024 -0.10297891 -0.039024473 -0.048455917 -0.21739642 -0.049207670999999994 +3 -0.71400923 -0.3027568 -2.9861922 0.41517391 -0.38300068 -0.18647719 -0.12484655 -1.4590268 -1.4595004999999999 -1.0250755 -2.1063891 -0.081886658 -2.1095334 +4 -0.06553895700000001 -0.11602443 2.4587606e-05 -3.3494900999999997 1.1784205 0.85963564 0.71892211 -0.017925956 -0.017956081000000002 -0.015956987 -0.044787659 0.56580695 -0.044335457 +5 0.63512097 0.61966566 -0.0038019095 0.24120764 -2.7148194 -1.3606803 -0.81246215 0.080485188 0.08061371 0.039246063 0.04570384 -0.39665769 0.046834673 +6 1.6009282 1.591246 -0.049364834 0.71850532 1.6566357 -2.0018912 -1.4310996 0.33998969 0.34050022 0.22945913 0.37549988 -0.95839305 0.37819471 +7 2.2420391 2.1499415 -0.057813483 1.080837 2.0830637 1.4563509 -2.2060866000000003 0.5776679 0.57842065 0.41472123 0.65326908 -1.8791909 0.65853742 +8 -1.2151132 -0.11106948 0.069236817 -0.32177532 -0.13556911 0.19113221 0.2650822 -3.2502334999999998 -3.2596536 -2.5401613 -6.5406219000000005 0.28633428 -6.5339299 +9 -3.0185565 -1.9218495999999998 -2.2315798 -0.017722356 -2.2183111 -0.9106721 -0.40990507 -1.77603 -5.1080206 -4.3229318 -8.6884408 -0.045769896 -8.680983300000001 +10 0.091697889 0.044707409000000004 1.8423218999999997 -0.7022334 0.33483983 0.34832952 0.3602668 1.3398173999999998 1.3410313999999999 -2.4927642000000003 -6.511929 0.37611856 -6.504946299999999 +11 0.078440744 0.040186339 1.4129059 -0.57403763 0.271768 0.26839803 0.27336388 1.082689 1.083696 0.71062735 -1.9036951000000002 0.2861057 0.90083739 +12 -4.714206900000001 -1.857007 -0.0309837 -0.43008011 -3.6597331 -2.2273183999999997 -1.6418211 -0.074970538 -0.074215906 -0.02249622 -0.019990325 -1.1609318000000002 -0.020553176 +13 -2.7690069 0.77011343 -2.9747287 0.62457771 -3.2659292 -1.8641378 -1.2900524 -0.90731865 -0.90692397 -0.60065856 -1.2768808 -0.83157448 -1.2770143 +14 -2.9911659 0.27368804 0.0089810121 -3.1842981 0.24953909 0.18565803 0.13164508 0.012196093 0.012212522 -0.0008268505499999999 -0.012015641 0.052642005 -0.011738087 +15 -1.1333072 2.1333627 -0.04676149 1.1024247999999999 -3.8799254000000003 -2.4231089 -1.8409567 0.52389214 0.52458156 0.35778992 0.56782161 -1.4264431 0.57206588 +16 -0.53150206 2.6542802000000005 -0.04749297 1.4887063999999999 -1.4721545 -3.4639144 -2.8936071 0.78651685 0.78739354 0.5459525 0.77571781 -2.6400805 0.7848158 +17 -0.60799115 2.5908799 -0.048278765 1.4380983999999999 -1.5113006000000002 -0.31869556 -2.5915624 0.75441435 0.75527481 0.52498106 0.75737112 -2.3097871 0.76581558 +18 -2.6950049 1.1490828000000002 0.27605371 0.31370834 -2.944919 -1.5460186000000002 -0.97201542 -2.9538688 -2.9612402 -2.2640562 -6.109764 -0.47806204 -6.1034440000000005 +19 -4.2585579000000005 -1.0669495 -1.8379773000000001 -0.028092449 -3.8436133999999997 -2.3765415 -1.8048330000000001 -1.3364521999999999 -4.6630364 -3.887638 -8.2038062 -1.3918511 -8.196490400000002 +20 -2.2874719 0.95837012 1.8683777 -0.054088707 -2.6014672 -1.2739271 -0.73253045 1.377118 1.3783551 -2.4787163 -6.4922455 -0.34967673 -6.4852774 +21 -2.302928 0.94497378 1.4397975 0.020817338 -2.6914476 -1.3669627 -0.82300311 1.1307764999999999 1.1318187 0.72973711 -1.8958821 -0.44132356 0.91084118 +22 -3.4298046 -3.3397922999999996 -2.8953469 0.19824448 -2.513536 -1.2310465 -0.74521988 -2.1160853 -2.1146429 -1.4887875 -4.7919885 -0.42933729 -4.7868697000000004 +23 -2.7465376 -3.1451998 -0.028551387999999997 -3.8887172999999997 0.92635809 0.7209209 0.61616523 -0.10652471 -0.10580697 -0.041387846 -0.054765269000000005 0.50300731 -0.055463904 +24 -1.9797238999999998 -2.2852482000000003 -0.030786205 -0.54107877 -3.2471096 -1.8350698 -1.2661758 -0.087559573 -0.08681867 -0.029740605 -0.033684518999999996 -0.79742603 -0.034272976000000004 +25 -1.1813286 -1.4478977 -0.040055826 -0.47254425 0.49666784 -2.5654316 -1.9864221000000002 -0.05221967 -0.051432140999999994 -0.0028742096 0.02368274 -1.5828657 0.02308429 +26 -0.88586825 -1.18497 -0.044241366 -0.43739573 0.76115208 0.92739067 -2.2996322 -0.036044689 -0.035235617999999996 0.0098658075 0.051506714 -1.9819578999999998 0.050865256 +27 -3.4607328 -3.0244988999999998 -0.18309082 -0.80229478 -1.9971726000000003 -0.75918935 -0.29036044 -3.6003032 -3.6027382000000006 -2.863555 -6.984228999999999 0.0015758710999999998 -6.9772553 +28 -3.9256626000000003 -6.229246400000001 -3.3129608999999998 0.16096848 -3.3737551 -1.9155478 -1.3467118999999999 -2.9637898999999996 -6.288016099999999 -5.488474299999999 -9.9232022 -0.84487809 -9.9158453 +29 -2.5459432 -2.9536092000000003 1.8113766 -1.8717172 -0.21534731 0.05383833 0.14709155 1.2991683 1.3006919 -2.508241 -6.5334074 0.2327144 -6.5264031 +30 -2.5552842 -2.958264 1.3816048 -1.5937329 -0.2941725 -0.039886621000000004 0.045219455 1.0346985999999998 1.0360722 0.69281347 -1.9113098000000002 0.12144484 0.8913251 +31 -0.82209701 -0.4988512 -3.0764622999999998 -2.8966244 0.99444171 0.72626404 0.61275724 -1.5820165000000002 -1.5827613999999999 -1.1460714 -2.1810702 0.5035003 -2.1846082 +32 0.071243 0.36768914 -2.9869562000000003 0.48703222 -2.8607002 -1.4782739 -0.92077684 -1.1258258999999997 -1.1257073 -0.76054665 -1.5127608000000001 -0.47217278 -1.5155185 +33 1.1548955 1.3063377 -3.0345682000000003 0.69478082 1.4797403999999998 -2.048913 -1.4774545000000001 -0.53436837 -0.53350497 -0.26281531 -0.3977563 -1.0128735 -0.40384133 +34 1.8595593999999998 1.8782115000000001 -3.1017036 0.96950367 2.0076552 1.4457569 -2.2047689 -0.1349823 -0.13384237 0.043857684 0.29535462 -1.8780484 0.28954675 +35 -2.0448622 -0.22329444 -3.71388 0.42448204 -1.2892731000000002 -0.33772131 -0.012885793000000001 -4.9518317000000005 -4.9663817 -4.1841726 -8.5366977 0.21928304 -8.5289994 +36 -3.4395377000000003 -3.3077796000000004 -6.9177042 0.45117972 -2.8814782 -1.5014762 -0.95367885 -3.3747258 -6.7001425999999995 -5.8982792 -10.345728999999999 -0.51956372 -10.338095 +37 -0.68387046 -0.2912677 -2.3909853 0.33009897 -0.34151028 -0.15504844 -0.098437296 -1.2263137 -1.2263198999999998 -4.137349700000001 -8.4609618 -0.060818375 -8.4537427 +38 -0.69113767 -0.29492576 -2.5000584999999997 0.34771472 -0.34929616 -0.16206065 -0.10458178 -1.2738633 -1.2740707 -0.85790431 -4.5376742 -0.065816862 -1.885687 +39 0.45021168 0.38748812 0.0011984326 -3.1635086 -1.8480078999999998 -0.59459984 -0.097380984 0.037387756 0.037445512 0.0068787219 -0.028184781000000002 0.21838972 -0.026709465 +40 1.5343303999999998 1.5269278 -0.048835037000000005 -2.6393983 2.3483007000000002 -1.832439 -1.2715976999999998 0.31471069 0.31519279 0.20718206 0.32788451 -0.77987073 0.33077264 +41 2.2375292 2.1463246 -0.057830691 -2.2437182 2.3731854 1.5083652 -2.1975688 0.57614113 0.57689263 0.41367207 0.65209658 -1.8699056 0.6573379 +42 -1.3585156 -0.3381179 0.029267709 -3.7075735 1.5257206 1.1330431 0.91235839 -3.3065387000000004 -3.3163650999999996 -2.5944271 -6.607522500000001 0.63055697 -6.600926299999999 +43 -3.6270904 -2.3464146 -2.4094401000000003 -3.2953431 0.7237931 0.72050462 0.64868612 -1.9741608 -5.310519 -4.522149199999999 -8.903105400000001 0.53426149 -8.8957486 +44 0.035997471 -0.04911355 1.8401716000000001 -4.0819387 1.659303 1.2664577 1.0099841 1.3363883 1.337601 -2.494144 -6.5138297 0.66638645 -6.506849099999999 +45 0.020176843 -0.0634516 1.4100278 -3.9518246 1.5523611000000002 1.1794997 0.96092318 1.0761992 1.0772039 0.70731091 -1.9053593 0.65800107 0.89873942 +46 2.4646547 2.3304218 -0.057148160999999996 1.2153598 -1.4221742 -3.4250606 -2.8680011000000003 0.66116245 0.66197471 0.47338778 0.71608244 -2.614766 0.72296774 +47 2.3904318 2.2708576000000003 -0.057449834000000005 1.1701882 -1.4367073000000001 -0.25664239 -2.5719639 0.63318116 0.63397467 0.4540621 0.69650561 -2.2896411 0.70283103 +48 -0.2195562 0.55032317 0.17761142 -0.05562393 -2.4809841 -1.1159876 -0.56356357 -3.0952771 -3.1033793 -2.3941252 -6.329432499999999 -0.088664511 -6.322873599999999 +49 -1.8645046000000003 -1.6287541 -2.0946312 -0.080224625 -3.3038958 -1.8530025 -1.2903686 -1.6266585 -4.9549378 -4.1729084 -8.5228036 -0.78032579 -8.5154201 +50 0.76856264 0.67872059 1.8593979999999999 -0.27265636 -2.3207864 -0.99234222 -0.45361305 1.3653197 1.3665505 -2.483102 -6.4983811 -0.032941099 -6.4914122 +51 0.75196226 0.67059777 1.4304225 -0.1825744 -2.4109927000000004 -1.0836223999999999 -0.54251077 1.1151203 1.1161533000000001 0.72307868 -1.8989471000000002 -0.124744 0.90698797 +52 2.5300632000000003 2.3824405 -0.05684791 1.2551888 2.1426412 -1.8706473000000001 -3.3491207000000003 0.68677695 0.68760445 0.49124027 0.73363881 -3.140141 0.7410587 +53 1.1722063999999999 1.5340392 0.38154024 0.52532333 1.7874206999999998 -1.964318 -1.4034704 -2.7975079 -2.8028872000000002 -2.1145843999999996 -5.9168723 -0.92756533 -5.910525 +54 -1.3735118999999998 -1.4825715 -2.0272299 -0.10846037 -0.53220339 -2.8346062 -2.2791502999999995 -1.5519638 -4.8778904999999995 -4.0975394 -8.438897599999999 -1.9479237 -8.4315399 +55 1.9984342000000002 1.8805596000000002 1.9214093999999997 0.68905629 2.0855484 -1.8790668000000001 -1.3146068000000002 1.4597434999999999 1.4610333 -2.4457908 -6.4466033 -0.82869494 -6.4396779 +56 1.9271509999999998 1.829121 1.4955701000000001 0.68712686 2.0176971000000004 -1.8955929 -1.3310338 1.2500648 1.2511976999999999 0.78346804 -1.8732209 -0.84670815 0.93990616 +57 1.7610833 1.9412498 0.4708686 0.82961236 1.9974450000000001 1.4130029 -2.2299241000000003 -2.6621083999999997 -2.6659484 -1.9887175 -5.7176086999999995 -1.9044208999999999 -5.7112667 +58 -1.3452051999999999 -1.4724277 -2.0226145 -0.11012503 -0.49812678 0.43726895 -2.3936991 -1.5468011000000002 -4.8725594 -4.0923301 -8.433055900000001 -2.0883486 -8.4257017 +59 2.7829987000000003 2.5495034 1.9748181 1.2834763 2.1984442000000004 1.4765421 -2.2025957999999997 1.5380798999999998 1.5394084 -2.4155582000000004 -6.4044551 -1.875289 -6.397522 +60 2.676869 2.4721442000000002 1.5530727 1.2383763 2.182586 1.4722853999999999 -2.2039831000000003 1.3689818999999999 1.3701748 0.83784077 -1.8503618999999998 -1.8768299 0.96916602 +61 -3.8406998 -6.5656481 -7.8773122 0.49464154 -3.5299682999999997 -2.0706054 -1.4921088 -8.559934599999998 -11.891742 -11.081348 -15.567637 -1.0058124 -15.560097 +62 -1.2104058000000002 -0.10953646 0.072462122 -0.32223393 -0.13269106 0.19196719 0.26540067 -3.2480083 -3.2571086 -5.8596505 -10.305375 0.28658545 -10.297929 +63 -1.2149437 -0.11118796 0.07085032599999999 -0.32264437 -0.13520377 0.19140907 0.26531155 -3.2493218999999995 -3.2586202 -2.5391867 -9.0028541 0.28652002 -6.533809 +64 -3.0171784 -1.9193307000000002 -2.2279172000000003 -0.018294285 -2.213628 -0.90745286 -0.40773833 -1.7730032 -5.1047448 -7.6416239 -12.117293 -0.045477647 -12.109684 +65 -3.0182057 -1.9207593999999997 -2.2299896 -0.018071474 -2.2178503 -0.91026584 -0.40952341 -1.7747688999999998 -5.1067233 -4.321658599999999 -11.147376 -0.045402229 -8.679855499999999 +66 0.09206784 0.044756917 1.8556720000000002 -0.70578585 0.33692998 0.35069995 0.36278003 1.3467386000000001 1.3479561000000002 -2.4898987999999997 -8.9713142 0.3785645 -6.502153400000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.7752146 1.192409 -0.2058183 -0.14963309 -2.6990902 -1.6146355 -1.1290698000000001 0.84418812 0.84521034 0.56314784 1.0277211 -0.65312995 1.0307173 +2 -1.8190488 -5.9820310999999995 -0.82317012 0.90617545 -3.1097337000000005 -1.9745031000000002 -1.4807596 -3.7828084000000004 -3.7859757000000007 -3.1644498 -7.193384599999999 -0.99034895 -7.1868419999999995 +3 -0.017382408999999998 -0.0099983975 -2.8631922000000003 0.015962036000000002 -0.017944903999999998 -0.0083590906 -0.0050866511 -0.033966016 -0.032586176 -0.018205835 -0.036650674 -0.0037075415 -0.036884123 +4 -0.22048575 -0.23672528 0.026578743 -3.1714428 1.4959613999999999 0.9140785 0.69126296 -0.21876355 -0.21904682 -0.21219213 -0.27461977 0.52185905 -0.27403284 +5 0.84174265 0.64966799 -0.24033028 -0.25447961 -2.317713 -1.2588777 -0.78109826 0.54086715 0.54159725 0.40033469 0.84721832 -0.31448889 0.84639309 +6 1.8994528999999998 1.416059 -0.28911328 -0.31789667 2.0192191999999998 -1.8799101000000003 -1.3961626 1.1584908999999999 1.1597671999999999 0.78887751 1.2388333999999999 -0.90162329 1.2487829 +7 2.4062963 1.7431414 -0.29059566 -0.20706116 2.3503107999999995 1.5077843 -2.2502322 1.3782941 1.3796873 0.8990682 1.3048378999999999 -1.9145511000000002 1.3182979 +8 -0.94290724 -0.16999251 -0.1799092 -0.026047367000000002 -1.7254913 -0.70382365 -0.23628971 -3.4702877999999995 -3.4798472 -2.8808796 -6.7849341 0.22443982 -6.778221 +9 -1.8290683999999997 -6.4991017 -4.0571288999999995 0.95178684 -3.1481727999999998 -2.0102409 -1.5160072 -4.360146 -7.687653999999999 -7.0219532000000005 -11.270308 -1.0269092 -11.263422 +10 0.017990878000000002 0.040366527 1.2544251 -0.061639285999999995 0.02881947 0.034430971 0.032278338 0.094182605 0.09475395199999999 -3.242211 -7.2425863 0.031030473 -7.2363755 +11 0.015917808000000002 0.038745012999999995 1.2234745 -0.061046258 0.026695884 0.028796607999999998 0.029025727999999997 0.09138755300000001 0.09170926800000001 0.07757990599999999 -2.4921269 0.029293427 0.19722967 +12 -3.7218028 -5.6442169 -0.6905751 0.98464113 -5.2697969 -4.0503328000000005 -3.5604072999999996 -3.6163552000000005 -3.6193177000000003 -3.0035408 -7.0018253 -3.3246629999999997 -6.995339599999999 +13 -1.7804482 1.1901705 -3.0312653999999997 -0.15206878 -2.6986147999999996 -1.6137382 -1.128004 0.84414648 0.8459554 0.56864399 1.0358786 -0.65072009 1.0388793 +14 -2.870541 0.20904474 0.10130237 -3.1675193999999998 0.16004254 0.042791534000000006 0.0073796061999999996 0.026844213999999998 0.026909553 -0.053265828 -0.18925879 -0.0083221463 -0.18582887 +15 -0.44996929 2.3178281000000003 -0.21911045 0.15319606 -3.4997019 -2.3749149 -1.8923227999999999 1.6632148999999998 1.6647922 1.0170986 1.3636991000000003 -1.4820537 1.380494 +16 -0.016577615 2.7244978 -0.21433537 0.43446421 -1.2972858 -3.5463883999999997 -3.0734784 1.8679773999999998 1.8696173999999999 1.1012173 1.4019427 -2.8272754 1.4212191 +17 -0.09063125400000001 2.6503834 -0.21564484 0.37893774 -1.3193686000000002 -0.41990551 -2.7021135 1.8360947 1.8377251000000001 1.0891540000000002 1.3968584 -2.4206591 1.4157891000000002 +18 -1.8917415000000002 1.2996614 0.51669887 -0.17640997 -2.7650322 -1.6519453999999998 -1.1615106000000002 -2.4408548 -2.445337 -1.9088203999999998 -5.357295 -0.64365225 -5.352293599999999 +19 -3.7380716 -6.190992 -3.8808362 1.0380136 -5.3144876 -4.0929617 -3.6025606 -4.206792500000001 -7.5338707 -6.8685231 -11.115167 -3.3681558 -11.108293 +20 -1.7629571 1.2167753000000001 1.654347 -0.1781501 -2.6737238999999997 -1.578517 -1.0935072 0.90815339 0.90942963 -2.7144142 -6.6212582 -0.61780405 -6.615052900000001 +21 -1.7605877 1.215805 1.5229483999999998 -0.17512253 -2.6718857999999996 -1.5876758 -1.1022616000000003 0.90196906 0.90307787 0.60264509 -1.6850964 -0.62509489 1.0726241 +22 -1.8276166 -6.3582458 -2.5382561000000003 0.9420111 -3.1375659 -2.0007041 -1.5066485 -4.1769124 -4.1753824999999996 -3.5428691 -7.628870399999999 -1.0175131 -7.6222163 +23 -2.6971251 -5.936463 -0.77657103 -2.370462 0.013836803 0.16831299 0.23088648 -3.7329903 -3.7363147000000003 -3.1164072 -7.1369605 0.27985134 -7.1304061 +24 -1.4365819 -6.1042169 -0.87713452 0.87188154 -4.766186 -3.560175 -3.0728214 -3.8484529999999997 -3.8515445 -3.2280033 -7.267312400000001 -2.8067708 -7.2607813 +25 -1.4095195 -6.115621900000001 -0.88191288 0.86909834 -2.8266362999999997 -4.7990894 -4.3140155 -3.8543187000000003 -3.8573986000000002 -3.2336848 -7.2738684000000005 -4.1308775 -7.2673398 +26 -1.4221591 -6.1102706 -0.87967588 0.87037858 -2.835752 -1.7169796999999998 -3.3748193 -3.8515688999999997 -3.8546557 -3.2310228 -7.2707994000000005 -3.1460056 -7.264269199999999 +27 -1.7392778000000002 -7.9116077 -3.6413512999999997 1.0731347 -3.1859181 -2.0450605 -1.5495868999999998 -7.8243523 -7.8291989 -7.163207000000001 -11.412949000000001 -1.0611928 -11.406057 +28 -1.8577066000000002 -10.243098 -4.454583 0.97664915 -3.1971091 -2.0550634999999997 -1.5601743000000001 -4.777769999999999 -8.104361500000001 -7.437845200000001 -11.689922 -1.0722979 -11.683047 +29 -1.8191017 -5.981089099999999 -0.82160669 0.90613726 -3.1095957999999997 -1.9743571 -1.4806175 -3.782153 -3.7850007000000003 -6.4854309 -10.726928 -0.99021796 -10.720084 +30 -1.8190336 -5.9815589000000005 -0.82215777 0.90613667 -3.1097033 -1.9744753000000002 -1.4807325 -3.7824286 -3.7854876 -3.1639775 -9.6540442 -0.99032109 -7.1868099 +31 -0.22091867 -0.24564327 -2.8439572 -3.1458979 1.4900068000000002 0.90760715 0.68434837 -0.26214532 -0.26085604 -0.24424519 -0.2945432 0.51681574 -0.29439324 +32 0.82934536 0.64642846 -3.0389730999999998 -0.2529623 -2.3185048999999998 -1.2587926 -0.78059825 0.53054834 0.53224344 0.40081558 0.8519729 -0.31182155 0.85095097 +33 1.8910189999999998 1.4112599 -3.0724767 -0.31760446 2.0201724999999997 -1.876871 -1.3929989999999999 1.1511438999999999 1.1530506 0.78917934 1.2420791000000002 -0.89835757 1.2518729 +34 2.4011663 1.7390379 -3.0740822 -0.2073511 2.3530289 1.5114528999999999 -2.2482672999999997 1.3722908 1.3742257 0.8996774 1.3082239 -1.9124474999999999 1.3215389 +35 -0.94890466 -0.17790295 -1.5197687 -0.011910221 -1.7374427 -0.71477469 -0.24649659 -3.4960919 -3.5002023999999996 -2.899887 -6.8117875 0.2192108 -6.8050509 +36 -1.8298853 -6.5095124 -5.7993371 0.95525409 -3.148777 -2.0110199 -1.516801 -4.3762741 -7.6976395 -7.0319240999999995 -11.280330000000001 -1.0279415 -11.273447 +37 -0.0047561054 0.01315336 -0.31737797 -0.013764108 -0.0005159053099999999 0.011193841999999999 0.011485615 0.015405631999999999 0.016944063 -3.2988717000000003 -7.3068094 0.011678663999999998 -7.3005923 +38 -0.009832903 0.0024436244 -0.84796461 -0.0010197678 -0.0066692876000000005 0.0011169943 0.0033340177 -0.0052158296 -0.0038042705 0.0050460445 -2.6787967 0.0042089878 0.013190701 +39 0.40689352 0.22783306 -0.1068617 -3.3463351 -1.4106299999999998 -0.46952817 -0.050780657 0.15370311 0.15401756 0.074487285 0.1573006 0.24063965 0.15906594 +40 1.7916791 1.343285 -0.28864395 -3.6543791 2.6924692 -1.7231903999999998 -1.2432684999999999 1.105353 1.1066046999999999 0.75952675 1.2182732 -0.72923379 1.2272636000000001 +41 2.3994676 1.7391163 -0.290702 -3.5307682000000002 2.7072611 1.5919582 -2.2311544 1.3758816 1.3772733 0.89797567 1.3042646 -1.8938148000000001 1.317691 +42 -1.6982706000000003 -0.57525728 -0.35704386 -3.2457317000000003 1.4271052 1.063801 0.83143378 -3.7956508999999996 -3.8057838999999998 -3.193969 -7.1627092999999995 0.58420503 -7.1566065000000005 +43 -2.7082892000000003 -6.3546517 -3.9667519999999996 -2.3248555 -0.021837305 0.14539689 0.21294129 -4.279753299999999 -7.6088089000000005 -6.943328200000001 -11.190889 0.26590942 -11.183962 +44 -0.19583754 -0.18974674 1.1158306 -3.2370105 1.5378049999999999 0.94826228 0.71595741 -0.1196184 -0.11907571 -3.4440307999999997 -7.450975 0.53374002 -7.4450705 +45 -0.20090248 -0.19281587 1.0955188 -3.2366086 1.5369175 0.9462466 0.71540284 -0.12273171 -0.12247714 -0.12419089 -2.8473785 0.53365193 -0.1341301 +46 2.5500274 1.8336776000000001 -0.28996313 -0.16407412 -1.1668456 -3.4445807999999998 -2.9723463 1.4325153 1.4339363 0.9236168 1.3176274 -2.7171501 1.3318459999999999 +47 2.5054287 1.8055236000000001 -0.29012488 -0.17791034 -1.1784843999999999 -0.30354825 -2.6575787 1.4158979999999999 1.4173107 0.91617585 1.3138051000000002 -2.3716411 1.3277946000000003 +48 -0.47773316 -1.8172581 -1.0601541 0.46087052 -3.7023111000000006 -2.5688167 -2.0923128 -4.806867400000001 -4.8142262 -4.1707432 -8.3146936 -1.7314165000000001 -8.3074286 +49 -1.4609306999999998 -6.6485133 -4.1359415 0.91679497 -4.8169307 -3.608833 -3.1211942 -4.4314753 -7.758485 -7.0926100000000005 -11.341632 -2.8585371 -11.334771 +50 0.85817364 0.68058259 1.516141 -0.29399349 -2.2896508 -1.2221983 -0.74532498 0.61815587 0.61922268 -2.8666721 -6.812085300000001 -0.28044997 -6.8058739 +51 0.86013565 0.67936794 1.4157419 -0.29108718 -2.2880708 -1.2305303 -0.75314988 0.61221914 0.61308397 0.45046524 -1.8192939 -0.2861453 0.91485547 +52 2.5809278 1.8533111 -0.28994791 -0.15413938 2.3988416 -1.7914555 -3.3768822 1.4440053999999998 1.4454311000000002 0.92873519 1.3202345 -3.1591082999999998 1.3346115 +53 -0.55268393 -2.2154032000000003 -1.2903923000000002 0.55277325 -1.8584688999999999 -3.9576968 -3.4792068 -5.1315567 -5.1369694 -4.4874208 -8.6592685 -3.2644707000000004 -8.6523592 +54 -1.4354318000000001 -6.6611902 -4.1424472 0.91400883 -2.8792833 -4.846670400000001 -4.3611961 -4.4374209 -7.7643829 -7.0984928 -11.347566 -4.1792462 -11.340709 +55 1.9343055 1.4530693000000001 1.7887781000000003 -0.31980078 2.053815 -1.8666734 -1.3831646999999998 1.2157038 1.2171739 -2.5034785 -6.3688849 -0.88673108 -6.3626582 +56 1.9300839 1.4470463 1.5892141000000002 -0.3192579 2.0480728 -1.8717323000000001 -1.3881788000000002 1.2057962 1.2071232 0.81279231 -1.5287313 -0.89243834 1.2632473999999998 +57 -0.53670153 -2.1240015 -1.2357171 0.53227443 -1.8292819 -0.81776669 -2.8357169 -5.0569935 -5.0628644 -4.4145102 -8.580977 -2.5709806 -8.5739898 +58 -1.4476797 -6.6550773 -4.1393208 0.91532659 -2.8880046000000004 -1.7652633000000002 -3.4090845 -4.434554299999999 -7.7615429 -7.095660400000001 -11.344709 -3.1819517000000004 -11.33785 +59 2.4477022999999996 1.7844718000000002 1.8783804 -0.1951138 2.3632592999999997 1.5137118 -2.2494157 1.4274494 1.4290068999999999 -2.4003335999999997 -6.2339129 -1.9136330000000001 -6.2276093 +60 2.4396562000000004 1.7761503 1.6457936999999998 -0.1976896 2.3603017000000004 1.5099761 -2.2499941000000003 1.4177402 1.4191691 0.91680471 -1.4784273 -1.9142796999999998 1.3270253 +61 -1.7394754000000001 -8.006217 -7.003133 1.0788102 -3.1895368 -2.0484321 -1.5529091999999998 -7.923447200000001 -11.251918 -10.583282 -14.845389 -1.06466 -14.838474 +62 -0.94317776 -0.16865364 -0.17754476 -0.027093909 -1.7246804 -0.70309866 -0.23562932 -3.4689464 -3.478099 -6.2010682 -10.432901 0.22461011 -10.425719 +63 -0.94285724 -0.16981439 -0.17917486 -0.026125846 -1.7253608 -0.70371107 -0.23618771 -3.4701307 -3.4795624 -2.880608 -9.2469159 0.2244782 -6.7787202 +64 -1.8291056 -6.4987758 -4.0566663 0.95179047 -3.1481055000000002 -2.0101849 -1.5159528999999998 -4.3600375 -7.6873209000000005 -10.343549000000001 -14.605417999999998 -1.0268609 -14.598514999999999 +65 -1.8290679 -6.499080999999999 -4.0570755 0.9517863 -3.148172 -2.0102401999999997 -1.5160066 -4.3601384 -7.6876333 -7.0219326 -13.729823999999999 -1.0269085 -11.263432 +66 0.017991312 0.040319665 1.2541879999999999 -0.061578999 0.028826123999999998 0.034423 0.032261024 0.094109296 0.094686015 -3.2422836 -9.70417 0.030999999 -7.2370573 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9142346000000001 1.1508795 -0.08989725 -0.022467147000000003 -2.879843 -1.6871443 -1.1681761999999998 0.62417807 0.62486448 0.41210436 0.69964488 -0.68547524 0.70256913 +2 -2.0500521000000003 -3.6247968999999998 0.53397895 0.22397698 -2.6136748 -1.437027 -0.92737324 -1.0423991 -1.0429278 -0.61742647 -1.4053524 -0.46523054 -1.4159882 +3 -0.20324314 -0.11696839 -2.8787483 0.06943930200000001 -0.15431906 -0.064898756 -0.035285722 -0.23612007 -0.23510975 -0.12596322 -0.23826546 -0.020141097 -0.23920249 +4 -0.17026829 -0.17582071 0.035778778 -3.230172 1.3608582 0.88246434 0.68986002 -0.12398826 -0.12414993 -0.11656232 -0.2795751 0.51955785 -0.27716439 +5 0.75000422 0.59320931 -0.12170097 -0.17332679 -2.482414 -1.3180849 -0.80836426 0.39964878 0.40013894 0.29270699 0.56278737 -0.34057094 0.56312161 +6 1.7485258000000001 1.3438786 -0.1611262 -0.22122785 1.8545577000000002 -1.9499395 -1.4313706 0.96971842 0.97066888 0.66258488 0.93261435 -0.92022165 0.94307496 +7 2.2427762 1.671555 -0.16043273 -0.10112996 2.1849254 1.4395366000000003 -2.2908169999999997 1.1822625 1.1833166000000002 0.7715201 0.9976703 -1.9392993000000003 1.0115808000000002 +8 -1.0980875 -0.10589124 -0.054442267999999995 -0.23419561 -1.4663271 -0.4494986 -0.027750727000000003 -3.3217678999999998 -3.3296637000000002 -2.6198200000000003 -6.5997459 0.22437345 -6.5941735 +9 -2.0744108 -5.9012093 -3.7645245000000003 0.96043031 -3.2856617 -2.0391857 -1.5110843999999999 -3.8984084 -7.225533099999999 -6.4364555 -10.835919 -1.0042870000000002 -10.82975 +10 0.095451299 0.17231288 1.620488 -0.41715718 0.1858982 0.19314486 0.18638112 0.57798408 0.57874463 -2.8852215 -6.959649499999999 0.18023135 -6.9540958 +11 0.08554737400000001 0.14880347 1.4400867 -0.35697733 0.16728611 0.16580938 0.15936704 0.49742044 0.49797389 0.37909849 -2.0610256000000002 0.15148192 0.68791912 +12 -3.7377549 -3.1101338 0.48659842 0.26103675 -4.6485342 -3.3433068 -2.8203519 -0.97733125 -0.97775426 -0.56939861 -1.2302992 -2.5117703 -1.2410048999999999 +13 -2.0092092 1.0595816 -3.0475279 -0.068429024 -2.8835507999999996 -1.6878509999999998 -1.1679268999999999 0.57826851 0.5796707 0.4130436 0.71769192 -0.67660927 0.72038096 +14 -2.8949347000000003 0.27027107 0.073006621 -3.1741906 0.08822217800000001 0.027017035 0.0081810733 0.014732318000000001 0.014751411 -0.035188596 -0.13620717 0.0017208612 -0.13432102 +15 -0.63644457 2.2497227000000004 -0.10073584 0.28697113 -3.6823095 -2.4452178 -1.9278547 1.42074 1.421936 0.86630897 1.0426009 -1.5008643999999998 1.0591952 +16 -0.210025 2.6491252 -0.094429198 0.56986458 -1.4791389 -3.6169674 -3.1093636 1.623 1.6242546999999998 0.95056565 1.0809451 -2.8471374 1.1000219 +17 -0.28372082 2.5745538 -0.09598449699999999 0.51279887 -1.4998417 -0.48904918 -2.7404242 1.5911883 1.592434 0.93841662 1.0758306999999998 -2.4429856 1.0945598 +18 -2.0800306 1.2638881000000002 0.48013225 -0.14136998 -2.8787185 -1.6576113000000001 -1.132934 -2.5400771 -2.5445667000000003 -1.8974947 -5.3916742 -0.59509091 -5.387646 +19 -3.97715 -5.5756252 -3.5985212 1.0354557 -5.443541400000001 -4.1127516 -3.5885046999999997 -3.7277139999999997 -7.0543341 -6.2659392 -10.66209 -3.3368019999999996 -10.655942999999999 +20 -1.8148999 1.3012153999999998 1.8535441000000004 -0.20614792 -2.6786595 -1.4850053 -0.96888017 1.0551896 1.0562815 -2.6333347000000003 -6.6408132 -0.47906126 -6.6352842999999995 +21 -1.8274389 1.274727 1.6141383999999999 -0.17467716 -2.7116782 -1.5259223999999998 -1.0082210999999999 0.97780704 0.97875356 0.64116598 -1.8705515 -0.51837993 0.91786167 +22 -2.0399234 -4.9001936 -1.8458831000000002 0.8068002 -3.1481183999999995 -1.912985 -1.387101 -2.7491662 -2.7478235 -2.0701471999999996 -5.852229599999999 -0.87802748 -5.8470075999999995 +23 -2.7230119 -3.9526212999999997 0.54067329 -3.0420609 0.52689452 0.48527579 0.46045332 -1.0835948999999998 -1.0841958 -0.65144459 -1.500342 0.42192419 -1.5109133 +24 -1.3216618 -3.4082646 0.51911335 0.15103439 -4.004619399999999 -2.7201336 -2.1970085 -1.0190185999999999 -1.01949 -0.59902877 -1.3374124 -1.8057365 -1.3482493999999998 +25 -1.2148851999999999 -3.3910737999999996 0.51779938 0.1388183 -1.9077604 -3.9244543 -3.4068032 -1.0173642 -1.0178274 -0.59773576 -1.3324393 -3.1602019 -1.3432932 +26 -1.2337891 -3.3938257000000007 0.51799784 0.14093331 -1.9250368999999998 -0.81117943 -2.8617075 -1.017626 -1.0180909 -0.5979381 -1.3331897 -2.5755172 -1.3440419 +27 -1.9982575 -7.094193799999999 -3.0919842999999996 1.0638707 -3.3266326 -2.0767856 -1.5474101 -7.1427413 -7.147021799999999 -6.3582267 -10.756221 -1.0410054 -10.750078 +28 -2.1226591 -9.817343600000001 -4.3190769 1.01573 -3.3715867999999993 -2.1185623 -1.5894 -4.4839693 -7.8102412 -7.0193392999999995 -11.427317 -1.0852476999999998 -11.421146 +29 -2.038828 -3.3682653 1.0133284 -0.010977908 -2.4914473999999998 -1.318509 -0.81055011 -0.65539449 -0.65495792 -3.6338625 -7.867241099999999 -0.33879361 -7.8613122 +30 -2.0374223000000002 -3.3837115 0.98138112 0.0044080427 -2.4985812000000003 -1.3298171 -0.82135302 -0.67984696 -0.67973198 -0.33080803 -3.0272437 -0.34897925 -0.4228831 +31 -0.37946861 -0.32686978 -2.860831 -3.1082636000000003 1.3165468 0.84580041 0.65642553 -0.43140272 -0.43047388 -0.31819384 -0.52555883 0.49957491 -0.52532587 +32 0.61167505 0.51427486 -3.0550655 -0.17833588 -2.4995206000000003 -1.3295171000000001 -0.81736281 0.28294416 0.28424183 0.25624697 0.54892351 -0.33550735 0.54778833 +33 1.656405 1.2694389 -3.0937523 -0.23883572 1.8398752 -1.9496553 -1.4311198 0.88556581 0.88706598 0.63402845 0.92142688 -0.9205053 0.93090856 +34 2.1646432 1.5970201000000002 -3.0947167 -0.12668485 2.1733661 1.4395533 -2.2890563999999998 1.1039983 1.1055261 0.7434205 0.98659997 -1.9374883 0.99955813 +35 -1.1890678 -0.19137413 -1.5654398 -0.089441218 -1.7486863999999998 -0.64879905 -0.16673792 -3.5425068 -3.5465997000000002 -2.8271604 -6.863332799999999 0.21582487 -6.8575119 +36 -2.0767936000000002 -6.0560307 -5.832830400000001 1.0011653 -3.3095233 -2.06213 -1.5338473999999997 -4.0561175 -7.3777577999999995 -6.588180099999999 -10.990279 -1.0286899999999999 -10.984057 +37 -0.14699212 -0.017047391999999998 -0.60378808 -0.09088506199999999 -0.068147518 0.017567483000000002 0.041066371000000004 0.013990975 0.015214341000000001 -3.2479543 -7.3905649 0.054155857 -7.3849845 +38 -0.16329963 -0.056462359000000004 -1.115587 -0.026342962999999997 -0.09269564300000001 -0.013444525 0.010893298999999999 -0.080053405 -0.078962657 -0.0034983386 -2.6306138999999997 0.022548086000000002 0.061771871 +39 0.40479109 0.26086365 -0.048763901 -3.3319209 -1.5641221 -0.51806233 -0.067319411 0.13450487 0.13472081 0.067565529 0.07593278 0.23592637 0.078257714 +40 1.6582056 1.2798929 -0.16126369 -3.5575108 2.5043485 -1.8004811 -1.2860293999999999 0.9248232 0.92575609 0.6369741 0.91459803 -0.75637232 0.92422562 +41 2.2366386 1.6673953000000001 -0.16057544 -3.4251084 2.5190207 1.5146878000000001 -2.2742407000000004 1.1799643 1.1810171 0.77047891 0.99713162 -1.9213200000000001 1.0110103000000001 +42 -1.5258665 -0.44366257 -0.22019764 -3.4326802000000005 1.5241978 1.0609758999999999 0.82076719 -3.5737017 -3.5822623999999994 -2.8630971 -6.8892351 0.56612186 -6.8840651 +43 -2.9528196 -5.766246400000001 -3.6942163 -2.3204821 -0.16126535 0.10133335 0.19662126 -3.8212801 -7.149979400000001 -6.361232599999999 -10.759386 0.25955484 -10.753175 +44 -0.054346509 0.010091107 1.5641677 -3.6876427000000005 1.613525 1.0788653 0.82872058 0.47581908 0.47653577 -2.9587272999999996 -7.0442074 0.56877673 -7.038795599999999 +45 -0.067011809 -0.011140438 1.4016718000000001 -3.6247156000000005 1.5851513000000002 1.0504773 0.80823224 0.39934384 0.3998364 0.30473379 -2.1630372 0.56253606 0.57451836 +46 2.3829550999999998 1.7640876 -0.15915737 -0.053923895 -1.3353531 -3.5042792 -2.9970365 1.235167 1.2362456 0.79575751 1.0101875 -2.7247197999999995 1.0248424 +47 2.3395926 1.7355519 -0.1595104 -0.068932489 -1.3465307 -0.36183245 -2.6912602999999997 1.2190413999999998 1.2201127 0.7884495 1.0064663 -2.3888540000000003 1.0208976 +48 -0.033358717999999996 0.018175003000000002 -0.021183322999999997 -0.26048436 -2.6547875 -1.4680518 -0.9530635 -3.2489213 -3.2553987 -2.5510843999999997 -6.4988113 -0.37784005 -6.492849099999999 +49 -1.6890063999999998 -6.0597118 -3.8375273 0.92840119 -4.9392027 -3.6217892999999997 -3.1000134999999998 -3.9771754999999995 -7.303773 -6.514390799999999 -10.915125 -2.8172352000000003 -10.908983000000001 +50 0.86789708 0.76550471 1.7718029999999998 -0.43422828 -2.2804518 -1.1202847 -0.61497467 0.89026331 0.89125684 -2.7071664 -6.738241599999999 -0.14721995 -6.7327094 +51 0.85639086 0.73906849 1.5474913000000001 -0.39125531 -2.3109577999999997 -1.1581008 -0.65107801 0.81057882 0.81140852 0.56437018 -1.9154659 -0.18228921 0.86268103 +52 2.414501 1.7843484 -0.15904608 -0.043099729 2.2316146 -1.8606894 -3.4131011 1.2467128 1.2477958 0.80100063 1.0128474 -3.1794102000000004 1.0276636000000001 +53 0.24063372 -0.41914499 -0.19436183 -0.211191 0.083552534 -2.6039773999999998 -2.0940078 -3.5323572999999997 -3.5369434 -2.8149522 -6.8687898 -1.7046176 -6.8628163 +54 -1.6615576 -6.0736172 -3.8437525000000003 0.92574295 -2.9996283999999998 -4.861493 -4.342041 -3.9839434999999996 -7.310488900000001 -6.5210807 -10.921916 -4.1429569 -10.915777 +55 1.9853683000000002 1.5855017 1.9769400000000001 -0.2038982 2.0537368000000003 -1.8939696 -1.3775451 1.3212788 1.3225149 -2.4905605 -6.4572984 -0.85944133 -6.4517707 +56 1.9447352 1.5398695 1.6930153000000001 -0.21004288 2.0166628 -1.9064487 -1.389337 1.2557431000000001 1.2568589 0.80059041 -1.7856207999999998 -0.87240431 1.0247018 +57 0.24670461 -0.47809782 -0.21792803 -0.20252659 0.079130223 0.62926261 -2.4212008 -3.571594 -3.5758113 -2.8517039 -6.9172275999999995 -2.0877565 -6.9113277 +58 -1.6742681000000001 -6.067164 -3.8408788 0.9269571 -3.0088144 -1.7791457999999998 -3.4068910000000003 -3.9808071000000003 -7.3073804 -6.5179845 -10.918774 -3.1619189999999997 -10.912633 +59 2.5073286 1.9401599999999999 2.0495083999999997 0.0071839903 2.2446490000000003 1.4543653 -2.2890582000000004 1.4725652 1.4738579 -2.4272377 -6.3708675999999995 -1.9373175 -6.3652938 +60 2.4571794999999996 1.8871893 1.7478822 -0.017899705 2.2351106 1.4494907 -2.2897387000000005 1.4191798999999998 1.420361 0.8728204 -1.7561473 -1.9380754 1.0625594999999999 +61 -2.0018007 -7.9781224 -7.200547800000001 1.1416296000000001 -3.3755357000000004 -2.1227777000000003 -1.5928361 -8.0254937 -11.353860000000001 -10.559688000000001 -14.983264000000002 -1.0888372 -14.977012 +62 -1.0973225 -0.10553704 -0.05455531 -0.23460936 -1.4636552999999999 -0.44781906 -0.026856037000000003 -3.321329 -3.3288642999999998 -5.9409183 -10.327341 0.22411924 -10.321127 +63 -1.0980589 -0.10605931 -0.055604855999999994 -0.23408389 -1.4662864 -0.449502 -0.027792087000000004 -3.3220707999999997 -3.3298297999999997 -2.619976 -9.063070199999999 0.22427836 -6.595461599999999 +64 -2.0744712 -5.9006692 -3.7638627999999996 0.96042499 -3.2855286 -2.0390734 -1.5109757 -3.8980777 -7.224981 -9.7578326 -14.180275 -1.0041927 -14.174076000000001 +65 -2.0744086 -5.9011448 -3.7644138999999996 0.96042477 -3.2856568 -2.0391811 -1.5110798 -3.898363 -7.225469099999999 -6.4363918 -13.295466000000001 -1.0042822 -10.829738 +66 0.09561067599999999 0.17246643 1.6224706 -0.41769011 0.18621302 0.19341602 0.18661823 0.57873174 0.57949575 -2.88475 -9.421323699999999 0.18042803 -6.9543488 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.0480746 1.2079061000000002 0.03981994 0.22614229 -3.07306 -1.7697990000000001 -1.2081955 0.36156921 0.36188639 0.22543635 0.27706088 -0.70232919 0.28151103 +2 -2.4125416 -3.4975979 -0.050781337 -0.047267472000000005 -1.4230082 -0.72828932 -0.47719198 -0.47336344 -0.47316796 -0.25302623 -0.35981762 -0.32944111 -0.36348493 +3 -0.49026405 -0.29369688 -3.130519 0.16750001 -0.3125276 -0.1494288 -0.089671253 -0.51789 -0.51735821 -0.26871649 -0.37828747 -0.051340638 -0.38244275 +4 -0.10022417 -0.1132351 -0.0007890599 -3.2730208999999997 1.2387469 0.82880876 0.65081596 -0.059181015999999996 -0.05923659 -0.055145922 -0.12339351 0.47419589 -0.12265007 +5 0.66859711 0.569187 0.0019596467 -0.043645975 -2.6476856 -1.3786433 -0.82896309 0.2540793 0.25432303 0.17222047 0.22336496 -0.34909606 0.22653461 +6 1.5955148000000001 1.2965393 0.01376312 0.02091622 1.6720715 -2.0697997 -1.5072818000000001 0.70318043 0.70372061 0.45584577 0.46369958 -0.96316075 0.47520482 +7 2.0703941 1.6288826 0.024625631000000002 0.17836045 1.9704335 1.3126228000000002 -2.3842923 0.8893506 0.88996368 0.55095637 0.51742522 -2.0027111 0.5319003 +8 -1.0029134 -0.06814451099999999 0.58004597 -0.5611795 -0.36871033 0.075093569 0.19959691 -2.96481 -2.9703394 -2.1172353 -5.887151 0.24631916 -5.8844901 +9 -2.3345194 -3.1342812 -1.5383255 0.25184599 -2.8244406000000004 -1.5124526000000003 -0.95000395 -1.446125 -4.772104 -3.8151474000000003 -8.242450999999999 -0.39056461 -8.238358900000001 +10 0.16009686 0.17006642 1.9472886000000003 -0.85437776 0.4009055 0.39691111 0.37569619 1.0398134 1.0405143 -2.7058066000000003 -6.854514 0.34234306 -6.850811 +11 0.13843528 0.14679261 1.5230257 -0.68137535 0.32656976 0.307423 0.28650469 0.83264503 0.83319132 0.52177834 -2.2968589 0.26198387 0.51406931 +12 -4.1386 -2.6436685 -0.057606724000000005 -0.046928014000000004 -4.0912376 -2.6967217999999997 -2.1178357000000005 -0.40195222 -0.40168115 -0.20541467 -0.2705918 -1.6032947 -0.27404964 +13 -2.3461981 0.84958295 -3.1684394 0.11188708 -3.1208871 -1.8117499 -1.2486289 0.15715596 0.15800027 0.15564064 0.2409076 -0.72931739 0.24313653 +14 -2.941051 0.37588374 0.030011153999999998 -3.1328063999999998 0.022705666 0.0021246598 -0.0042907058 -0.033872388999999996 -0.033912793999999996 -0.039902215 -0.065900895 -0.0041858006 -0.066382412 +15 -0.8539861 2.2349575 0.072816538 0.63088074 -3.9285513 -2.5768663 -2.0158815 1.0343011999999998 1.034986 0.60369173 0.54025781 -1.5570209 0.55619762 +16 -0.44826831 2.6149337000000004 0.08677575900000001 0.91954198 -1.7424621999999999 -3.7646537 -3.2138167 1.2211149 1.2218446000000003 0.68205211 0.57540145 -2.9226019 0.59363723 +17 -0.5219213 2.5382726000000004 0.083919572 0.85753991 -1.757744 -0.63267088 -2.8396031 1.1905223 1.1912447 0.67037161 0.57056125 -2.5126315 0.58846498 +18 -2.316707 1.2502368000000001 0.83347323 -0.050393497999999995 -2.9674519 -1.6430738 -1.0766218 -2.5843402 -2.5883729 -1.7790926999999999 -5.1275483 -0.50097719 -5.126306400000001 +19 -4.0326059999999995 -2.7767275000000002 -1.3843232 0.21867937 -4.708908900000001 -3.3034175 -2.7420237999999997 -1.2693976 -4.5944139999999996 -3.6431663 -8.0401215 -2.3991952000000003 -8.0361077 +20 -1.8835638 1.409522 2.0490881 -0.10093701 -2.6607722999999996 -1.3745936 -0.82090347 1.1646451 1.1654098999999998 -2.6615337 -6.7917179 -0.30684871 -6.7880485 +21 -1.9052095000000002 1.3772223 1.6274495 -0.035554561 -2.7531662 -1.4698418 -0.91303454 0.99739094 0.99803074 0.58751917 -2.2709568 -0.40138059 0.54728044 +22 -2.4053291 -4.1979030999999996 -2.6232442000000002 0.69320226 -3.1586122000000003 -1.8303169 -1.2656568000000001 -2.0755890999999997 -2.0746443 -1.3279451999999998 -4.0691967 -0.72916954 -4.0695611000000005 +23 -2.6970104 -3.6884137999999997 -0.049124585 -3.33987 0.75320999 0.54603246 0.4680377 -0.48710752 -0.48692893 -0.26486108 -0.38992999 0.39563436 -0.39337176 +24 -1.6873354 -3.0257229 -0.057832245 -0.12847339 -3.5973926 -2.2328127 -1.657906 -0.43559494 -0.43535315 -0.22509585 -0.3034249 -1.1084877 -0.30706747 +25 -1.3195298999999998 -2.8565237999999997 -0.061260891 -0.18124691 -0.66309573 -3.2326672000000003 -2.6591367999999997 -0.41835802 -0.4180923 -0.21158933 -0.27566821 -2.2544134 -0.27931679 +26 -1.2646726000000001 -2.8311189 -0.061779861 -0.18929669 -0.61662989 0.031017755 -2.6876714 -0.41567439 -0.41540518 -0.20959868 -0.271905 -2.3375923 -0.27554312 +27 -2.5456717999999996 -3.5976383999999997 0.00041240821000000004 -0.33947483 -2.5103282000000005 -1.2319514 -0.67970862 -3.8010731 -3.8035154 -2.8868801 -7.089884700000001 -0.16294562 -7.086189500000001 +28 -2.5612890999999998 -7.699032400000001 -2.5795977999999997 0.78103913 -3.4191754 -2.0627441 -1.4923520000000001 -2.6253252000000002 -5.9501029 -4.9686866 -9.518949300000001 -0.9450424 -9.5147723 +29 -2.3895247000000004 -3.1998929 1.8155409 -1.6398197 -0.70849103 -0.12023572 0.07572773299999999 0.87057903 0.87150273 -2.7688351000000004 -6.9426414 0.19159241 -6.938852099999999 +30 -2.3891411 -3.2271664 1.3881364999999999 -1.2829677 -0.84648215 -0.2528922 -0.048901152 0.61968864 0.62046962 0.43954209 -2.3304841 0.071854629 0.47155152 +31 -0.62715453 -0.46163672 -3.1399176 -3.038666 1.1215271999999998 0.75249737 0.59698234 -0.65806371 -0.65759247 -0.40105303 -0.70263319 0.45239832 -0.70403753 +32 0.2917182 0.30067672 -3.193494 -0.025130906 -2.7247479 -1.4431969 -0.88856503 -0.092375303 -0.091616053 0.028698772999999997 0.11722156 -0.38183155 0.11611988 +33 1.3146775 1.0422972 -3.2062394 -0.056447421 1.6090257 -2.0806798 -1.5183831 0.45544926 0.45638617 0.36546888 0.42226703 -0.97701103 0.43102038 +34 1.8197754000000002 1.3714926 -3.1980889 0.064743487 1.9352333 1.3075058000000002 -2.3823996 0.66305995 0.66402216 0.46859249 0.482098 -2.0008944 0.49410424 +35 -1.4600805000000001 -0.32219426 -2.1949362 -0.08493090800000001 -1.5736911 -0.50038018 -0.0757129 -3.7324251000000004 -3.7364919999999997 -2.8236295 -7.0032975 0.15748091 -6.999574099999999 +36 -2.431777 -5.111316599999999 -6.443215400000001 1.0892826999999998 -3.4682437000000004 -2.1141926 -1.5440693 -3.3506581 -6.672674799999999 -5.6837212 -10.271291 -1.0082328 -10.266908 +37 -0.42832514 -0.19274185 -1.6225828000000002 -0.042883817000000005 -0.21047234 -0.049851966 0.0034876291 -0.21871585 -0.21797908 -3.3646464 -7.6924418 0.039603379 -7.6886689 +38 -0.44197082 -0.22120221 -1.9372728 0.019009134 -0.23340039 -0.07944039 -0.024885486000000002 -0.30314941 -0.30253239 -0.10652679 -2.7821493 0.010376374 -0.066199437 +39 0.42065103 0.32324605 0.0019183535 -3.2851726 -1.7438275 -0.59514628 -0.10662558 0.10024428 0.10036378 0.04661200099999999 0.029434394 0.2073424 0.031192447999999998 +40 1.5315906000000001 1.2489276000000002 0.012059447 -3.3170361000000006 2.2526033 -1.9403119999999998 -1.3822624 0.67443848 0.67497084 0.43925013 0.45269992 -0.82277056 0.46366803 +41 2.0658805 1.6253617 0.024463597000000004 -3.1456985 2.2657244 1.3747253000000001 -2.3715083 0.88781121 0.88842362 0.55026946 0.51708699 -1.9888697 0.53154141 +42 -1.2045331 -0.24887164 0.52752142 -3.8707257000000004 1.5537100000000001 1.0894246 0.8234061 -3.0431157000000004 -3.0490244 -2.1907101000000004 -5.9899424 0.51945436 -5.987421400000001 +43 -3.0971607999999997 -3.1894378 -1.5574825 -3.0255317 0.31270032 0.44874116 0.46413979 -1.4684736999999999 -4.795720200000001 -3.8381117999999996 -8.2685774 0.41575409 -8.2645128 +44 0.083336701 0.084665595 1.9395907 -4.212827900000001 1.7739502 1.2196093000000001 0.88057517 1.0285681999999998 1.0292656999999998 -2.7102621 -6.8606703 0.52823375 -6.856974799999999 +45 0.057235149000000006 0.054974397 1.5133566 -4.0256754 1.6377343 1.1246958999999999 0.83975337 0.81233756 0.81287889 0.51148286 -2.3017458 0.5230477 0.50788661 +46 2.2044634 1.7253519 0.028239601 0.23725243 -1.5565768999999998 -3.6173221 -3.0659113999999996 0.93588867 0.93651886 0.57202039 0.52777267 -2.7612345 0.54288424 +47 2.1632814 1.695873 0.027160962 0.21886538 -1.5661459 -0.47176391 -2.7752999 0.92174164 0.92236674 0.56569008 0.52470547 -2.4418794 0.53962647 +48 -0.15692723 0.41029886 0.69215279 -0.48941466 -2.5287144 -1.2481436000000001 -0.69362587 -2.7915157 -2.7959642000000002 -1.9589341 -5.613897799999999 -0.14584429 -5.611342400000001 +49 -1.6284875 -3.2862982000000005 -1.5987396999999999 0.23723547 -4.1769643 -2.7879421000000004 -2.2257562 -1.5184476999999998 -4.8436481 -3.8845787000000005 -8.3226753 -1.8079602 -8.3185991 +50 0.87041951 0.78951192 2.0073973 -0.52913218 -2.2602869 -1.0149513000000001 -0.47624991 1.1218714 1.1226161000000001 -2.6753079 -6.8116113 -0.0043739514 -6.807933800000001 +51 0.84417739 0.75616395 1.5860062 -0.43220441 -2.3448279 -1.1009343 -0.5583224 0.94719562 0.94781028 0.57024272 -2.2774021 -0.08289705900000001 0.53905295 +52 2.2366656000000003 1.7470313000000002 0.028909108 0.25074198 2.0096978 -1.9899071 -3.500875 0.94690694 0.94754044 0.57700666 0.53019068 -3.2370426 0.54545317 +53 0.70752138 0.66439202 0.74659019 -0.41522142 1.4912773000000001 -2.1200322999999996 -1.5603993999999999 -2.7049301 -2.7079109 -1.880321 -5.461557599999999 -1.0254105 -5.459012599999999 +54 -1.5402841999999999 -3.3202724999999997 -1.6118696000000001 0.23614383 -2.1121734 -4.0132325 -3.4564779999999997 -1.5342338 -4.8592703 -3.8997731 -8.3399739 -3.1847748 -8.335911099999999 +55 2.0520443999999998 1.7669593999999997 2.142574 0.14602663 1.9584531000000003 -1.9963343999999998 -1.4374936000000003 1.296561 1.2973867000000001 -2.6116592 -6.7216207 -0.88552912 -6.7179635 +56 1.9634148 1.6691788 1.7239965 0.10601684 1.9195676 -2.0071197 -1.4477517 1.1889916 1.1897212 0.67041622 -2.2398754000000003 -0.89682867 0.58750453 +57 0.93222925 0.63749108 0.74142811 -0.43271347 1.7115159 1.2356038999999999 -2.4024156000000003 -2.7138157000000005 -2.7161586 -1.8876444 -5.476415599999999 -2.022726 -5.47386 +58 -1.5590276 -3.3125730000000004 -1.6088992 0.23635138 -2.1299691000000003 -0.90235231 -2.9178255 -1.5306680000000001 -4.8557413 -3.8963408999999998 -8.3360662 -2.6006297000000003 -8.332000200000001 +59 2.5857829 2.1883835 2.202156 0.49195217 2.0417799999999997 1.3293146999999998 -2.3823258 1.3649511 1.3658066 -2.5886879 -6.688553999999999 -2.0005091 -6.6848845 +60 2.4847612999999997 2.0701975 1.7885685000000002 0.41548824 2.0341973 1.3249007 -2.3829562 1.2853826000000002 1.2861447 0.70605432 -2.2279894000000002 -2.0012084 0.60300195 +61 -2.4104914 -7.504910300000001 -6.6457237000000005 1.2643475 -3.6118772000000003 -2.2452745 -1.6721888999999999 -7.781071000000001 -11.108239999999999 -10.108291 -14.747326000000001 -1.13744 -14.742938 +62 -1.0010799000000001 -0.06728274 0.58259544 -0.56182579 -0.36543484 0.07633575 0.20012652 -2.9636818 -2.9688605 -5.4377662 -10.012664 0.24654249 -10.008448 +63 -1.0027101 -0.06808592599999999 0.58143671 -0.56165984 -0.36826294 0.075361333 0.19979133 -2.9644597999999998 -2.9698328999999997 -2.1167804 -8.3542663 0.24644095 -5.8861059000000004 +64 -2.3346353 -3.1300406 -1.5334346 0.24994131 -2.8221105 -1.5104721 -0.94815163 -1.4422445 -4.7679652 -7.1330375 -11.75447 -0.38935055 -11.750097 +65 -2.3342704 -3.1317766 -1.5353272 0.25054741 -2.8234673 -1.5115718 -0.94914351 -1.4438365 -4.7697623 -3.8128771 -10.700871000000001 -0.38964704 -8.236199300000001 +66 0.16078928 0.17064277 1.9610429 -0.85925149 0.40340453 0.39959305 0.37835029 1.0456409 1.0463444 -2.7034264 -9.3147915 0.34451259 -6.848739999999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.0442968999999995 1.2114757999999999 0.039349111 0.2264932 -3.0737867999999997 -1.7701802 -1.2086329 0.36362968 0.36394783 0.22650961 0.27830351 -0.70288573 0.2827781 +2 -2.4163361 -3.4980837999999994 -0.047866325999999994 -0.046556189000000005 -1.4327171 -0.73215139 -0.479166 -0.47581476 -0.47562168 -0.25384724 -0.36139545 -0.33072725 -0.36507716 +3 -0.49208942 -0.29374213 -3.1445585 0.16755816 -0.31215974 -0.14915235 -0.08935185300000001 -0.51838423 -0.51785333 -0.2690738 -0.37740962 -0.050941516 -0.38158957 +4 -0.094362448 -0.10878822 -0.00061626427 -3.2720135 1.2380904 0.82884157 0.6511999 -0.058414090999999994 -0.058468602 -0.054941687 -0.12370813 0.47513301 -0.12294161 +5 0.66907395 0.56930228 0.0017017638 -0.04436067900000001 -2.6479869 -1.3784869 -0.82881407 0.25459228 0.25483594 0.17258984 0.22402126 -0.34903539 0.22719375 +6 1.5939881 1.2950803 0.013290207 0.018926672 1.6729911 -2.0676832999999997 -1.5051202 0.70335501 0.70389426 0.4560951 0.46441851 -0.9611356 0.47592156 +7 2.0698472 1.6280565 0.024183779 0.17643949 1.9726566000000003 1.3152242 -2.3822772999999997 0.88996725 0.89057945 0.55144091 0.51830123 -2.0007955 0.53278145 +8 -1.0070252 -0.069931044 0.58924918 -0.56495508 -0.36811093 0.075698188 0.1998837 -2.9656137000000005 -2.9711375 -2.1187055 -5.8896447 0.246381 -5.886962400000001 +9 -2.3387465 -3.138332 -1.5306585 0.2489689 -2.824569 -1.5125903 -0.95033375 -1.4491797 -4.7751545 -3.8189322 -8.2465962 -0.39196141 -8.2424847 +10 0.16011896 0.16985228 1.9565091000000001 -0.85585683 0.4010515 0.3972316 0.37615086 1.0406640999999999 1.0413641 -2.7052266 -6.8539093 0.34321935 -6.850188900000001 +11 0.1385586 0.14667873 1.5305387 -0.682146 0.32667612 0.30757716 0.28670267 0.83291639 0.83346192 0.52203801 -2.2960661 0.26238176 0.51480054 +12 -4.1373495 -2.643841 -0.055108433 -0.046770288 -4.0982577000000004 -2.7028965 -2.1241121 -0.40404989 -0.40378088 -0.20602272 -0.27158957 -1.6110985 -0.27506173 +13 -2.3456299 0.85087309 -3.1874007 0.11098056 -3.1207092 -1.8111381000000002 -1.2480451000000001 0.15852743 0.15937087 0.15639272 0.24291985 -0.72891906 0.24515095 +14 -2.9387862 0.37862738 0.029804042000000003 -3.1321615 0.022618371 0.0020816235 -0.0043226743 -0.033284601000000004 -0.033324251 -0.03981116 -0.06597985099999999 -0.004192380900000001 -0.066453626 +15 -0.85370529 2.234808 0.07214755099999999 0.62944441 -3.9282461000000004 -2.5760982999999995 -2.0151368 1.0354688 1.0361529 0.604339 0.5411711 -1.5564209 0.55712309 +16 -0.44833719 2.6142665000000003 0.08611992 0.91767492 -1.7415621 -3.7633667999999996 -3.2125432999999997 1.2221692 1.222898 0.68265679 0.57629912 -2.9214432 0.59454585 +17 -0.52187676 2.5377834 0.083263666 0.85581992 -1.7569203999999998 -0.63141459 -2.8387243 1.1916161 1.1923376 0.67099047 0.57146433 -2.5118598 0.5893794 +18 -2.3171473 1.2502839 0.84355045 -0.053209447 -2.9676177000000004 -1.6428311000000002 -1.0764169 -2.5838495999999997 -2.5878745 -1.7793455000000002 -5.1282667 -0.50095602 -5.1270052 +19 -4.0357387000000005 -2.7811168 -1.3767387 0.21580399 -4.710917 -3.3049574999999995 -2.7435996 -1.2725684 -4.5975824 -3.6470550999999998 -8.0444526 -2.4010156000000005 -8.040419199999999 +20 -1.8796389 1.4132056 2.0586237 -0.099635322 -2.6611960999999997 -1.3746067 -0.82095067 1.1660568 1.1668208999999998 -2.6608171 -6.790882000000001 -0.30702411 -6.7871955 +21 -1.9012265 1.3809921 1.6353114 -0.034124546 -2.7539345 -1.4701997 -0.91342758 0.9984554 0.99909473 0.5880313 -2.2701011 -0.40192474 0.54811348 +22 -2.4145851 -4.2000008 -2.6144988999999996 0.68990652 -3.1521309 -1.8252825000000001 -1.2611716999999998 -2.0763996 -2.0754542000000002 -1.3297633999999998 -4.0630001 -0.72765418 -4.0634334 +23 -2.6958173 -3.6839364000000003 -0.046188491 -3.3392669 0.74990468 0.54449278 0.46711155 -0.48935426 -0.48917785 -0.26559134 -0.39149874 0.39516715 -0.39494947 +24 -1.6877308999999998 -3.0262322 -0.055056945999999996 -0.12813117 -3.6014150000000003 -2.2360661 -1.661169 -0.43798039 -0.43774091 -0.22587348 -0.30479655 -1.1120406 -0.3084555 +25 -1.3221733 -2.859132 -0.05850306 -0.18058555 -0.67158264 -3.234884 -2.6614026 -0.4209444 -0.42068124 -0.21252127 -0.27727924 -2.2574812 -0.28094594 +26 -1.2677802 -2.8339819 -0.059024787 -0.18856256 -0.6253854 0.028147863 -2.6878071 -0.41828929 -0.41802267 -0.21055359 -0.2735531 -2.3379908 -0.27720955 +27 -2.5482784 -3.6014771 0.007109361800000001 -0.34154672 -2.5124851 -1.2335933000000001 -0.68133336 -3.8048437999999996 -3.807288 -2.8912798 -7.0953268 -0.16442121 -7.0916102 +28 -2.563586 -7.704103599999999 -2.5733064 0.77785766 -3.4209223 -2.0640468000000003 -1.4937086000000002 -2.6292355 -5.9540094 -4.973364599999999 -9.5237866 -0.94659129 -9.5195899 +29 -2.3934773999999996 -3.2001766 1.8254266 -1.6420991999999999 -0.71246937 -0.12105281 0.075617455 0.87076221 0.87168431 -2.7684029999999997 -6.9423330000000005 0.19175757 -6.9385259999999995 +30 -2.3930119 -3.2274737 1.3963693000000001 -1.2837566 -0.85129398 -0.25426085 -0.049464709 0.61895991 0.61973932 0.4395164 -2.3297958999999997 0.071480864 0.47211287 +31 -0.62216557 -0.4582174 -3.1544961 -3.0379255 1.1209343999999999 0.75262588 0.59747446 -0.65722583 -0.65675395 -0.40110725 -0.70163063 0.45358259 -0.70302361 +32 0.29150202 0.30112991 -3.2087422 -0.026044498 -2.7245536 -1.4425047 -0.88787015 -0.09186863099999999 -0.09111032300000001 0.029024857 0.11903443 -0.38123024 0.11791718 +33 1.3131805 1.0415934 -3.2218839 -0.058262568 1.6104737 -2.0778239 -1.5154597 0.45568875 0.45662424 0.36567945 0.42388571 -0.97421553 0.43261651 +34 1.8197522000000002 1.3715855 -3.2136964 0.063057509 1.9382560000000002 1.3109355 -2.379579 0.66393963 0.66490049 0.46912948 0.48389094 -1.9981601999999998 0.49588362 +35 -1.4695995000000002 -0.3208178 -2.1820422 -0.089374102 -1.5627371 -0.4937033 -0.071843669 -3.7302923999999997 -3.7343468 -2.8223517000000005 -7.001677000000001 0.15876283 -6.997938900000001 +36 -2.4428088 -5.1069146 -6.43299 1.0858235 -3.457898 -2.1058047 -1.5361395 -3.3468281 -6.6688398 -5.6809374 -10.267302 -1.0025373 -10.262905 +37 -0.42927286 -0.19253647 -1.612618 -0.043692453 -0.20923657 -0.04911079 0.0041263874 -0.21777452 -0.21703813 -3.3642552 -7.6919379 0.040270567 -7.6881466 +38 -0.44293913 -0.22102477 -1.9312706000000002 0.018774161 -0.23234596 -0.078890146 -0.02443468 -0.30280163 -0.3021851 -0.10652212 -2.7807679 0.010839471000000002 -0.065009677 +39 0.42458724 0.32587137 0.0018502542 -3.2849061 -1.7442176 -0.59500795 -0.10644882 0.10126878 0.10138914 0.047088603 0.029794575 0.20764964 0.031570005 +40 1.5312518 1.2484033 0.011627823999999998 -3.3185306000000003 2.2539877999999995 -1.9386307 -1.3805786 0.6749766 0.6755083 0.43966535 0.4535038 -0.82119821 0.46447475 +41 2.0656361 1.6247979 0.024034847999999998 -3.1474546 2.2671536 1.3764399 -2.3700612000000003 0.88853229 0.88914387 0.55079934 0.51798489 -1.9875557000000001 0.5324458 +42 -1.2008826000000001 -0.24978918 0.53688286 -3.8744187999999995 1.5531324 1.0891043 0.82318226 -3.043656 -3.0495569 -2.1919405 -5.9920294 0.5192413 -5.989487400000001 +43 -3.0991774 -3.193606 -1.5498816999999998 -3.0284459 0.31160189 0.44770909 0.46318461 -1.4715954 -4.7988372 -3.8419614 -8.2727981 0.41496075 -8.268713799999999 +44 0.08919332599999999 0.08873786300000001 1.9490441000000003 -4.212183400000001 1.7736043000000001 1.2203817 0.88191251 1.0297087 1.0304056000000001 -2.70959 -6.8599307000000005 0.52966104 -6.856217999999999 +45 0.063320297 0.059268077 1.5210956 -4.0244907 1.6370945 1.1249928999999999 0.84068041 0.81291962 0.8134605 0.51181326 -2.3009473 0.52435382 0.50862807 +46 2.2040414 1.7245356 0.027803172999999997 0.23529876 -1.5551552 -3.6153967000000002 -3.0639800999999998 0.93655375 0.93718304 0.5725287 0.52866297 -2.7594365 0.54378044 +47 2.1628474 1.695071 0.026723708 0.21693166 -1.564749 -0.46984526 -2.7735057 0.9224001 0.92302432 0.56619482 0.52559329 -2.4402057 0.54052006 +48 -0.15992425 0.40885755 0.70159742 -0.49341623 -2.5286413 -1.2475408000000001 -0.69301371 -2.7920341 -2.796478 -1.9601412 -5.6160011 -0.1452413 -5.6134248 +49 -1.6317913 -3.2906367 -1.5912387 0.23436682 -4.1784457999999995 -2.7889161 -2.2267501 -1.5216716000000001 -4.8468686 -3.8885312000000005 -8.3269983 -1.8092001 -8.3229028 +50 0.87109724 0.78961702 2.0167671 -0.53052843 -2.2602261 -1.0143609 -0.47564138 1.1228447 1.1235885 -2.6746796 -6.8109399 -0.0037689393 -6.8072451 +51 0.84483707 0.75625003 1.59369 -0.43321998 -2.3450331 -1.1006193000000002 -0.55799517 0.94768589 0.94829977 0.57061405 -2.2765502 -0.08263775400000001 0.53985847 +52 2.2362404 1.7461986 0.028472631 0.24877046 2.0120334 -1.9873381 -3.4983729 0.94757159 0.94820418 0.57751515 0.53108164 -3.2346609 0.54635004 +53 0.70551186 0.66327188 0.75617282 -0.41916319 1.4922556 -2.1179386 -1.5582783000000002 -2.7052646 -2.7082433 -1.8813640999999999 -5.4633747 -1.0233635 -5.4608093 +54 -1.5435843999999999 -3.3246227999999998 -1.6043851 0.23327695 -2.1129272 -4.0135876 -3.4568312000000003 -1.5374708000000001 -4.8625042 -3.9037392 -8.3443091 -3.1852532000000005 -8.3402269 +55 2.0508252000000002 1.7657470000000002 2.1520249 0.14358535 1.9604593999999997 -1.9938034 -1.4349219 1.2975028999999998 1.2983274999999999 -2.6110311 -6.7209534 -0.88303382 -6.7172789999999996 +56 1.9620009999999999 1.6677624 1.7317546000000001 0.10357132 1.9212473 -2.0046968 -1.4452837 1.1895402 1.1902687 0.67086861 -2.2389678 -0.89444309 0.58837951 +57 0.9308794 0.63617118 0.75096203 -0.436779 1.7133186000000002 1.2380173 -2.4011709999999997 -2.7142232 -2.716564 -1.8887523000000002 -5.4783644 -2.0215425 -5.4757882 +58 -1.5623111 -3.3169315999999998 -1.6014155 0.23348471 -2.130674 -0.90262928 -2.918245 -1.5339073 -4.858977400000001 -3.9003091 -8.3404047 -2.6012128 -8.3363193 +59 2.5857259 2.1879995 2.2118105 0.49019854 2.0442139999999998 1.3319889 -2.3802606 1.3660776000000001 1.3669319 -2.5879967 -6.6877962 -1.9985424999999999 -6.684109599999999 +60 2.4844235 2.0695186999999997 1.7965461999999999 0.41353016 2.0365648000000003 1.3275333999999999 -2.3809377 1.2862414 1.2870025 0.70663449 -2.2270346 -1.9992887 0.60393818 +61 -2.4131701 -7.506129799999999 -6.6381022 1.2601472 -3.612741 -2.2457817 -1.6727607 -7.7805037 -11.107642 -10.10853 -14.747411999999999 -1.1381953000000002 -14.743006 +62 -1.005219 -0.06905226099999999 0.59180182 -0.56557875 -0.36481123 0.076952095 0.20042372 -2.9644637 -2.9696372 -5.439213 -10.01403 0.24662184 -10.009796000000001 +63 -1.0068235 -0.069875517 0.59062655 -0.56543235 -0.36766696 0.07596367799999999 0.20007625 -2.9652695 -2.9706372 -2.1182562999999996 -8.3567548 0.24650133 -5.8885835 +64 -2.3388886 -3.1341049 -1.5257902 0.24708119 -2.8222277 -1.5106030000000001 -0.94847599 -1.4453156999999999 -4.7710325 -7.1368382 -11.758165 -0.39074538 -11.753772999999999 +65 -2.3384977000000005 -3.1358335999999998 -1.5276668 0.24767289 -2.8235997999999998 -1.5117128999999998 -0.94947653 -1.4468968999999998 -4.7728185 -3.8166672999999993 -10.705019 -0.3910467 -8.2403308 +66 0.16081056 0.17042698 1.9703068 -0.86074715 0.40355075 0.39991691 0.37881087 1.0465029000000001 1.0472055 -2.7028413 -9.3141787 0.34540142 -6.8481107 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.0439203999999997 1.2118396999999999 0.039332556 0.226515 -3.0737325 -1.7701638 -1.2086449 0.36378714 0.36410401 0.22660044 0.27842863 -0.70292447 0.28290498 +2 -2.4163846 -3.4980968999999997 -0.04781964 -0.046620222999999995 -1.4330025 -0.73231432 -0.47929064 -0.47596011 -0.4757647 -0.25396562 -0.36159291 -0.33084131 -0.36527391 +3 -0.49206169 -0.2935446 -3.1446185 0.16773495 -0.31201478 -0.14906275 -0.089271455 -0.51818773 -0.51763806 -0.26889526 -0.3772057 -0.050854009000000006 -0.38138752 +4 -0.094101029 -0.10859811 -0.00060497128 -3.2719465 1.238113 0.82886947 0.65124695 -0.05839054 -0.058444762000000004 -0.054943229 -0.12375985 0.47523986 -0.12299187 +5 0.66912718 0.56931056 0.0016799007999999999 -0.044427184 -2.6478968 -1.3784258999999999 -0.82877806 0.25462323 0.25486589 0.1726099 0.22407732 -0.34902382 0.22724987 +6 1.5941011 1.2951126 0.013250966000000001 0.018779503 1.6731468 -2.067469 -1.5049268999999998 0.70343371 0.70397058 0.45614291 0.46451988 -0.96096776 0.47602388 +7 2.0700545 1.6281446000000002 0.02414396 0.17629819 1.972932 1.3154776000000001 -2.3820572999999996 0.89009205 0.89070142 0.55151248 0.51841974 -2.0005967 0.53290171 +8 -1.0073199000000002 -0.07001426200000001 0.58949675 -0.56524205 -0.36826345 0.075662631 0.19986884 -2.9656477999999997 -2.9711726 -2.1188488 -5.889814 0.24637419 -5.8871286 +9 -2.3389224 -3.13853 -1.5305096000000002 0.24874795 -2.8244580000000004 -1.5125598 -0.95034576 -1.4493646999999998 -4.7753284 -3.8192172999999996 -8.246856900000001 -0.39208333 -8.242742100000001 +10 0.16009369 0.1698145 1.9569332 -0.85606305 0.4010628 0.39725469 0.37618689 1.0407985999999998 1.0414954 -2.7051524 -6.8537931 0.34329805 -6.8500697 +11 0.13856297 0.14666653 1.5308638 -0.68226777 0.32668703 0.30758889 0.28671946 0.83300034 0.83354317 0.52208781 -2.2959557 0.26242048 0.51490687 +12 -4.137179 -2.6438502 -0.055077680999999996 -0.046852574 -4.0984897 -2.7031549999999998 -2.1244023999999997 -0.40418126 -0.40391034 -0.2061323 -0.27175629 -1.6114688 -0.27522782 +13 -2.3452737 0.85127403 -3.187611 0.11108577 -3.1205363999999998 -1.8109925 -1.247925 0.15884485 0.15969773 0.15664726 0.24327582 -0.72883577 0.24550636 +14 -2.9383338 0.3791986 0.0298212 -3.1320372000000005 0.02263108 0.0020655915 -0.0043455845 -0.033203786 -0.033243194 -0.039776529 -0.06596039599999999 -0.0042153115 -0.066433283 +15 -0.85345616 2.234961 0.072108893 0.62934433 -3.9280736000000003 -2.5759525 -2.0150156999999997 1.0356287 1.0363096 0.60442922 0.54130465 -1.5563255 0.5572587 +16 -0.44806628 2.6144130000000003 0.086080064 0.9175693 -1.7413383999999998 -3.7631756000000003 -3.2123764 1.2223468000000002 1.2230721000000002 0.68275428 0.57643725 -2.9212974999999997 0.5946863 +17 -0.52160729 2.5379346000000003 0.08322412 0.85571759 -1.7567038000000001 -0.63122726 -2.8385783 1.1917919 1.1925099 0.67108728 0.57160202 -2.511735 0.58951938 +18 -2.3170267000000004 1.2503401 0.84393631 -0.053474189000000005 -2.9675363999999997 -1.642786 -1.0763992 -2.5837372000000003 -2.5877638 -1.7793473999999998 -5.1282737 -0.50096602 -5.127009200000001 +19 -4.0357487999999995 -2.7813517999999995 -1.3765912 0.21558109 -4.7109184 -3.3049909 -2.7436589 -1.2727591999999999 -4.5977643 -3.6473472 -8.044727499999999 -2.4010956 -8.0406908 +20 -1.8792814999999998 1.4135355 2.0590843 -0.09962627 -2.6611123 -1.3745546 -0.8209247 1.1662396000000002 1.1670003 -2.6607203 -6.790737200000001 -0.30702097 -6.7870478 +21 -1.9008428 1.3813528999999998 1.6356705 -0.034076723999999996 -2.7538783 -1.4701756000000001 -0.91342986 0.998604 0.99924027 0.58811188 -2.2699707 -0.40195298 0.54824262 +22 -2.4157271000000002 -4.200173599999999 -2.6142944 0.68969472 -3.1508831 -1.8243729 -1.2603782 -2.0764517 -2.0754384999999997 -1.3298777 -4.0626318999999995 -0.72736044 -4.0630699 +23 -2.6956523999999997 -3.6837318 -0.046140513 -3.3393355000000002 0.74978061 0.54440498 0.46703246 -0.48949082 -0.48931199 -0.26570586 -0.39169895 0.39509992 -0.39514868 +24 -1.6876221000000002 -3.0262536 -0.055017490999999995 -0.12820992 -3.6015337999999995 -2.2362108 -1.6613418000000002 -0.43812308 -0.43788149 -0.2259906 -0.30498115 -1.1122485 -0.30863951 +25 -1.3221436000000002 -2.8592377 -0.05846500599999999 -0.18065177 -0.67187215 -3.2349917 -2.6615397 -0.42109509 -0.42082992 -0.21264484 -0.27747147 -2.2576732 -0.28113766 +26 -1.2677688999999999 -2.834098 -0.058986946 -0.18862577 -0.62568763 0.02801229 -2.6878341 -0.41844112 -0.41817252 -0.21067813 -0.27374658 -2.3380495 -0.27740252 +27 -2.5482176 -3.6017592000000005 0.0070440305 -0.34163701 -2.5127021000000003 -1.2338072 -0.68155323 -3.8052062999999996 -3.8076480999999998 -2.8917433 -7.0958242 -0.16456151 -7.092104099999999 +28 -2.5635831000000002 -7.704409 -2.5733042 0.77761363 -3.4209111000000005 -2.0640868 -1.4937799999999999 -2.6295409 -5.9542822 -4.9737472 -9.5241334 -0.94670019 -9.5199325 +29 -2.3935464 -3.200183 1.8257308999999997 -1.6422971000000002 -0.7126076 -0.12111824 0.07556215599999999 0.87075979 0.87167906 -2.7684525 -6.9423452 0.19170713 -6.9385352 +30 -2.3930713 -3.2274708 1.3966158000000002 -1.2838828000000002 -0.85144396 -0.2543416 -0.04953612599999999 0.61891808 0.61969526 0.43944967 -2.3298080000000003 0.071407136 0.47209581 +31 -0.62158052 -0.45774755 -3.1545886000000003 -3.0376609 1.1210033000000001 0.75270883 0.59758566 -0.65692822 -0.65643494 -0.40091441 -0.70149853 0.45379477 -0.70288926 +32 0.29165241 0.30134128 -3.2088951 -0.025960971 -2.7243657000000003 -1.4423362 -0.88772445 -0.091633385 -0.090862703 0.029229072000000002 0.11932301 -0.38111197 0.11820413 +33 1.3134176000000002 1.0418228999999999 -3.2220828 -0.058280902999999995 1.6107773 -2.0774108 -1.5150614 0.4559689 0.45691091 0.36591186 0.42421751 -0.97383934 0.43294755 +34 1.8201801 1.3719255 -3.2138982000000005 0.06306334799999999 1.9387648999999998 1.3114192 -2.3791568 0.66430309 0.66526877 0.4694053 0.48425093 -1.9977543000000002 0.49624424 +35 -1.4704841999999998 -0.3204164 -2.1812827 -0.089730665 -1.5611791000000002 -0.49280096 -0.071342431 -3.7298803 -3.7339169 -2.8220555 -7.001283900000001 0.15893136 -6.9975426999999994 +36 -2.4442911 -5.1062663 -6.432575900000001 1.0856008999999998 -3.4559515 -2.1042908 -1.5347301000000002 -3.3464623 -6.668302499999999 -5.680567900000001 -10.266777000000001 -1.0015285 -10.262369 +37 -0.4292494 -0.19235106 -1.6119569999999999 -0.043596317999999995 -0.20908655 -0.049009190999999994 0.0042218431 -0.21751936 -0.21676794 -3.364043 -7.691689200000001 0.040381932 -7.687893700000001 +38 -0.44289309 -0.22082601 -1.9307398 0.018915155 -0.23219107 -0.078793429 -0.024347132999999996 -0.30256801 -0.30193615 -0.10632444 -2.7804754000000003 0.010938226 -0.064752431 +39 0.42472955 0.32593934 0.001843101 -3.2848975 -1.7441293000000002 -0.59493917 -0.10639798 0.10129226 0.10141221 0.047092563 0.029787952000000003 0.20771179 0.031564085 +40 1.5314016000000001 1.2484658000000002 0.01159043 -3.318657 2.2542414 -1.9384150000000002 -1.3803867 0.67506284 0.67559224 0.43971542 0.45360477 -0.82102645 0.46457671 +41 2.0658596 1.6248999 0.023995756 -3.1475871 2.2674124 1.376657 -2.3698794 0.88866257 0.88927133 0.55087329 0.51810453 -1.9873961 0.53256727 +42 -1.2006751 -0.24980768 0.5371391 -3.8746910000000003 1.5531496 1.0890909 0.82316226 -3.0436754 -3.0495769 -2.1920706 -5.9921699 0.51921759 -5.9896249 +43 -3.0991492999999997 -3.1938277000000004 -1.5497441 -3.0286702 0.31156667 0.4476286 0.46308954 -1.4717928999999998 -4.7990234 -3.8422584000000004 -8.2730727 0.41486838 -8.268985 +44 0.089419052 0.088872133 1.9494772 -4.2122988 1.7736555 1.2204901000000001 0.88206571 1.0298532 1.0305469999999999 -2.7095129 -6.8598102 0.52982137 -6.8560946 +45 0.06359887 0.059446564 1.5214299999999998 -4.0245161 1.637124 1.1250575 0.84079424 0.81301237 0.8135506 0.51186296 -2.3008387999999997 0.52450443 0.50873232 +46 2.2042716 1.7246346000000001 0.027763345 0.23516148 -1.5548811000000002 -3.6151468 -3.0637529999999997 0.93668817 0.93731452 0.57260455 0.52878407 -2.7592314 0.54390343 +47 2.1630701 1.6951662 0.026683857999999998 0.21679265 -1.5644775 -0.46959676 -2.7732834 0.92253144 0.92315275 0.56626933 0.5257136 -2.4400049999999998 0.54064223 +48 -0.15996955 0.40882233 0.70186789 -0.4937241 -2.5285666 -1.2474944 -0.69299179 -2.7920377 -2.7964831 -1.9602568 -5.6161294999999996 -0.1452329 -5.6135502 +49 -1.6318168 -3.2908751000000005 -1.5911104 0.23414643 -4.1784451 -2.7889453 -2.2268054 -1.5218795 -4.8470645999999995 -3.8888379 -8.3272829 -1.8092846000000002 -8.3231839 +50 0.87112832 0.78959812 2.0171933 -0.53074967 -2.2601068 -1.0142623 -0.47556391 1.1229846 1.1237251 -2.6746033 -6.8108207 -0.0036986369 -6.807123 +51 0.84489047 0.75624774 1.5940171 -0.43338293 -2.3449335 -1.1005418 -0.55793982 0.94778249 0.9483934 0.57067057 -2.2764354 -0.082597486 0.53997043 +52 2.2364783999999998 1.7463022000000001 0.028432841 0.24863554 2.0123217 -1.9870828 -3.4981427000000003 0.94770894 0.94833856 0.57759226 0.53120344 -3.2344529 0.54647379 +53 0.70556565 0.66325869 0.75645294 -0.41947101 1.4923601999999998 -2.1177949000000003 -1.558159 -2.7052546000000004 -2.7082352000000003 -1.8814678 -5.463483200000001 -1.0232687 -5.4609148 +54 -1.5436017 -3.3248661 -1.6042597 0.2330567 -2.1128430000000002 -4.0135516 -3.4568192000000004 -1.5376818 -4.862703099999999 -3.9040487 -8.344596600000001 -3.1852602 -8.340511 +55 2.050961 1.7657900000000002 2.1524623 0.14338749 1.9607119 -1.9935558 -1.434696 1.2976627 1.2984836000000002 -2.6109473999999997 -6.7208237 -0.88282794 -6.7171463000000005 +56 1.9621263999999998 1.6677956000000003 1.7320883999999999 0.10337991 1.921475 -2.0044546999999997 -1.4450626 1.1896699 1.190395 0.6709414 -2.2388441 -0.89424246 0.58850271 +57 0.93097382 0.63614691 0.75123933 -0.43709342 1.7134743000000001 1.2381761 -2.4010693 -2.7142174999999997 -2.7165602000000004 -1.8888598 -5.4784804000000005 -2.0214609 -5.4759011 +58 -1.5623278999999999 -3.317175 -1.6012899 0.23326447 -2.1305857000000006 -0.90258403 -2.9182595 -1.5341181000000002 -4.8591763 -3.9006184999999998 -8.340692200000001 -2.6012507 -8.3366033 +59 2.585973 2.1881161 2.2122613999999996 0.49006331 2.0445048 1.3322446000000001 -2.3800392999999995 1.366255 1.3671056000000001 -2.5879071 -6.687657799999999 -1.9983425 -6.6839683 +60 2.4846529 2.0696179 1.7968931000000001 0.41338406 2.0368543999999997 1.3277896999999999 -2.3807174 1.2864008 1.2871583 0.7067192 -2.2269062 -1.9990896 0.60406744 +61 -2.4132233 -7.5060034 -6.6380707999999995 1.2598295 -3.6126044999999998 -2.2457119999999997 -1.6727238999999998 -7.780514900000001 -11.107514 -10.1085 -14.747326000000001 -1.1381918 -14.742911999999999 +62 -1.0055284 -0.069144685 0.59203531 -0.56586305 -0.36498827 0.076908323 0.20040606 -2.9645081 -2.9696825000000002 -5.4393663 -10.014127 0.24661462 -10.009889999999999 +63 -1.0071181999999999 -0.069958978 0.59087304 -0.56571906 -0.36781972 0.075927944 0.20006124 -2.9653041 -2.9706728 -2.1184 -8.3569238 0.24649441 -5.8887502 +64 -2.3390617000000002 -3.1343191000000004 -1.5256608 0.24686545 -2.8221291 -1.5105819999999999 -0.94849655 -1.4455173000000001 -4.771222900000001 -7.1371399 -11.758409 -0.39086895 -11.754014 +65 -2.3386735 -3.136032 -1.5275184 0.24745217 -2.8234892999999994 -1.5116827 -0.94948887 -1.4470823 -4.7729928 -3.8169527999999997 -10.70528 -0.39116889 -8.2405886 +66 0.16078531 0.1703891 1.970734 -0.86095537 0.40356221 0.39994035 0.37884745 1.0466388 1.0473383 -2.7027664000000002 -9.314061500000001 0.34548128 -6.8479907 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.8199138 1.1520145 0.046238688 -0.33438816 -2.5578804 -1.629384 -1.1918853 0.71643251 0.71703632 0.40595218 0.37139283 -0.71679781 0.38286238 +2 -0.98677322 -5.1943407 0.62368557 1.3906991000000002 -2.9236281 -1.9567578 -1.5154749 -2.8641155 -2.8665212 -2.1691831 -6.1411225 -1.0568476999999998 -6.1352512 +3 -0.018059046000000002 -0.004777098400000001 -2.8226127 0.00027101328 -0.03458461 -0.008893716500000001 -0.0009589995500000001 -0.012078 -0.011157201 -0.0013365106 0.0031562896000000003 0.0024316451 0.0029992791999999997 +4 -0.21407286 -0.22273336 0.04851299 -3.1072627999999995 1.7666051999999999 1.0262892 0.73547418 -0.19736255 -0.19752337 -0.16649274 -0.3521485 0.48932819 -0.3512518 +5 0.78010312 0.58408593 -0.035214849 -0.3677213 -2.1513816 -1.2542149 -0.82397637 0.44903852 0.44945 0.28442971 0.29466121 -0.3572153 0.30243964 +6 1.6351459 1.1493271 -0.0414929 -0.55180224 1.9730754000000001 -1.9244636999999998 -1.4917154 0.83988118 0.84054908 0.49074459 0.42862272 -1.0388555 0.44290645 +7 1.9863936000000002 1.3534118 -0.040817134 -0.55020821 2.3409993 1.4796585 -2.3000135 0.95819479 0.95891888 0.54387924 0.45567287 -1.9972368999999999 0.47158495 +8 -0.56858222 -0.20795929 0.87070869 0.020757133 -1.5392146999999998 -0.68640632 -0.27263013 -3.4821386 -3.4894131 -2.7531715 -6.9761274 0.13994082 -6.9695959 +9 -0.98424421 -5.495331299999999 -1.8195569999999999 1.4909551 -2.9856738 -2.0144729999999997 -1.5724118 -3.3044802000000004 -6.6322625 -5.8126455 -10.48773 -1.1165968000000002 -10.480641 +10 0.014551078 0.040035588 1.8795785 -0.082800893 0.040408256000000004 0.044864720999999996 0.040611162 0.095913014 0.096245112 -3.2552058999999995 -7.651423599999999 0.037363547000000004 -7.644961 +11 0.01340622 0.033318204 1.7280556 -0.070069592 0.036306542000000004 0.034111581 0.031850768 0.081702324 0.081837648 0.056130753 -2.6690998 0.029348889 0.071300932 +12 -2.9986342999999995 -4.861539499999999 0.73557103 1.4486233999999998 -5.1918169 -4.1431892 -3.7078138 -2.710585 -2.7127914 -2.0296488999999998 -5.8983614 -3.5179936 -5.892724299999999 +13 -1.8256879000000001 1.1439598 -2.7904454 -0.33911694 -2.5572949 -1.6284206 -1.1907946000000003 0.71559936 0.71676787 0.40842021 0.37454365 -0.71445717 0.38603405 +14 -2.9326133999999997 0.14861139 0.08849411 -3.1276174 0.23278622 0.06817168 0.02184011 -0.038077158 -0.038104036 -0.073887016 -0.15218662 0.0042716386 -0.1525673 +15 -0.75960592 2.1361517999999995 0.059116504 -0.25360383 -3.4766525 -2.5182797999999997 -2.0895091 1.3001904 1.3010959999999998 0.67703546 0.51553088 -1.7399154 0.53520548 +16 -0.47711959 2.4486859 0.063371648 -0.088980369 -1.3664913 -3.7284339999999996 -3.3079712999999997 1.4244001 1.4253366000000003 0.72293686 0.5343383 -3.1109633 0.5553138 +17 -0.54121777 2.3731246 0.062095803 -0.13352653 -1.3889969 -0.61585314 -2.8251159 1.3979581 1.3988878 0.71362733 0.53066289 -2.5845639 0.55137892 +18 -1.8882821 1.2828559 1.3413434 -0.34932329 -2.630684 -1.6782393 -1.2388455 -2.5969166 -2.6008923 -1.9381988 -5.5816572 -0.74243842 -5.5770723 +19 -3.0084217 -5.1857783 -1.6339293 1.5610306999999999 -5.2707644 -4.2179199 -3.7815941 -3.1504751 -6.477969 -5.659488 -10.329113000000001 -3.5937433 -10.322039 +20 -1.8137526999999998 1.1720785 2.1677142000000003 -0.36476622 -2.533721 -1.5931313 -1.1560523 0.76450564 0.76527821 -2.8898314999999997 -7.193758900000001 -0.6801187 -7.1873339000000005 +21 -1.8112326 1.1694797 1.9355695 -0.35769761 -2.5345855 -1.6059472 -1.1684482 0.75487686 0.75552191 0.42623392 -2.4012342 -0.6919487 0.39523114 +22 -0.98707643 -5.5492532 -1.185409 1.484467 -2.9810339 -2.0104595 -1.5684802 -3.249548 -3.2486257000000003 -2.5220062000000003 -6.6864565 -1.1126645 -6.6801966 +23 -1.8551589 -5.2035502000000005 0.66463679 -1.8864279 0.18453042 0.20510694 0.22497001 -2.8292083999999997 -2.8316524 -2.1373254 -6.0884947 0.2454723 -6.0826555 +24 -0.62006531 -5.2862894 0.58016501 1.3632805000000001 -4.5958952 -3.5618111000000003 -3.1273575 -2.9170142999999995 -2.9194240000000002 -2.2177121 -6.2190294 -2.8985341 -6.2131273 +25 -0.59545049 -5.2949379 0.57650271 1.3612657 -2.6470008 -4.787545099999999 -4.3551485 -2.9215953 -2.9240031 -2.2219256 -6.225641599999999 -4.206082599999999 -6.219738700000001 +26 -0.60781824 -5.2905614000000005 0.57835284 1.3622701000000002 -2.6560706 -1.7064151 -3.4109830999999997 -2.9192803 -2.9216897 -2.2197965 -6.2223062 -3.2153169999999998 -6.2164033 +27 -0.88877096 -6.8865465 -1.3460791 1.6466055 -3.0482172000000003 -2.0717187 -1.6286603000000002 -6.747812 -6.753100999999999 -5.9327045 -10.61152 -1.1751181999999998 -10.604421 +28 -1.0096829999999999 -9.2464345 -2.1860817000000003 1.5761938 -3.0646939 -2.0875871999999998 -1.6444990000000002 -3.7245311 -7.0516505 -6.2294987 -10.916528 -1.1918084999999998 -10.909438 +29 -0.98682693 -5.1917454 0.63077528 1.3901033999999999 -2.9232411 -1.9562916000000001 -1.515021 -2.8617242000000003 -2.863754 -5.4885815000000004 -10.151366000000001 -1.0563915000000001 -10.144309 +30 -0.98672512 -5.1923873 0.62955532 1.3901748999999999 -2.9233547000000004 -1.9565139 -1.515239 -2.8621884 -2.864431 -2.1672707 -8.6043521 -1.0566063 -6.1341456 +31 -0.22855228 -0.22880609 -2.7846794 -3.1022595 1.7675846999999998 1.0272056999999999 0.73560973 -0.21516927 -0.21427762 -0.17269271 -0.35909872 0.48911885 -0.35833901 +32 0.77122759 0.57947076 -2.848891 -0.36725714 -2.1532928 -1.2551542 -0.82449433 0.44156022 0.44264835 0.28407461 0.29662341 -0.35506002 0.30432727 +33 1.6274343999999998 1.1422642 -2.8539501 -0.54947433 1.968007 -1.9242252 -1.4914796000000001 0.83175752 0.83294106 0.48903705 0.42931809 -1.0388126 0.44348659 +34 1.978737 1.3453115 -2.8537738999999998 -0.5482393 2.3363270000000003 1.4795715 -2.299388 0.94977622 0.95097521 0.5418681 0.45619006 -1.9965866 0.47197775 +35 -0.568236 -0.22986371 -0.7969502 0.060573651 -1.5725083999999998 -0.71473899 -0.29813363 -3.5272192 -3.5301682999999997 -2.7914974999999997 -7.029236 0.13135008 -7.0226562999999995 +36 -0.98516854 -5.5768227999999995 -3.9826462999999994 1.5109268999999999 -2.9963806 -2.0246532 -1.5824713 -3.3900127999999996 -6.7119265 -5.8918194999999995 -10.569206 -1.1272898999999998 -10.562117 +37 -0.011417416000000001 0.0090666574 0.10905445 -0.025769592999999997 -0.015792449 0.011885017 0.015387465 0.02108269 0.022126967999999997 -3.3007822 -7.706487599999999 0.016116578 -7.700019 +38 -0.013431665 0.00037438415999999997 -0.66413449 -0.0094491503 -0.02235116 -0.0008168077499999999 0.0048682683 0.0024031019 0.0033351888 0.0074161858 -2.7207941000000004 0.0064712397999999996 0.010972396 +39 0.30793263 0.16656861 -0.0069257536 -3.3639758 -1.1633103999999999 -0.39803482 -0.031761691 0.10041351 0.10057764 0.04266505 0.010467994 0.22345202 0.012504848999999998 +40 1.5198546999999998 1.0776143 -0.041794911000000004 -3.8657583 2.8607929 -1.7119799 -1.2831198 0.79478101 0.79543206 0.4690683 0.4166683 -0.80059591 0.43026662 +41 1.9804167000000001 1.3501214 -0.040883902 -3.8724052 2.8770257999999997 1.6034088 -2.2760307 0.95643864 0.95716174 0.54313473 0.45531635 -1.9710133 0.47120616 +42 -1.1284573999999998 -0.56990101 0.75778161 -3.1271106 1.7013664000000002 1.1069795 0.81094009 -3.738752 -3.7467342000000006 -2.9964672 -7.297776700000001 0.51606961 -7.291645599999999 +43 -1.8553679 -5.3436838 -1.7194534 -1.7943756000000002 0.12978323 0.1664904 0.19342588 -3.2225931 -6.551392099999999 -5.732384099999999 -10.404781 0.2215013 -10.397658 +44 -0.18988066 -0.17029465 1.7932519 -3.2118766 1.8178647000000001 1.0690604 0.76573239 -0.08444856099999999 -0.08416702 -3.4000409 -7.8115331999999995 0.50051954 -7.8053174 +45 -0.19361399 -0.17768993 1.6695963 -3.1980058 1.8126330000000002 1.0611928999999998 0.76052693 -0.098481414 -0.098424259 -0.089765499 -2.9265565 0.49863129 -0.20227805 +46 2.0954066000000005 1.4142873 -0.040225864 -0.54296445 -1.1319496 -3.5422587 -3.1212604 0.99062398 0.99136371 0.55761315 0.46222638 -2.9085058 0.47855059 +47 2.06115 1.3952532 -0.040378979 -0.54552599 -1.1463458999999998 -0.41160452 -2.7429078 0.98059352 0.98132849 0.55339385 0.46022814 -2.4938965 0.47642598 +48 0.15948164 -1.1026196000000001 0.51038254 0.41241239 -3.1986077999999996 -2.2555334 -1.832225 -4.1173536 -4.123384 -3.3525473 -7.780609599999999 -1.4529450000000002 -7.7734239 +49 -0.63563288 -5.6366996 -1.8993301999999999 1.4650037 -4.678521599999999 -3.6401736000000002 -3.2050037000000002 -3.3717716 -6.6992344 -5.8791547 -10.556303999999999 -2.9808774 -10.549236 +50 0.79056091 0.60995543 2.0446391999999998 -0.41124965 -2.1235081 -1.2161514 -0.78691118 0.51199475 0.51261908 -3.0020613999999997 -7.3429553 -0.32279056 -7.3364897 +51 0.79269529 0.60597147 1.8344345000000002 -0.40270979 -2.1250095 -1.2288136 -0.79898966 0.50055589 0.50102976 0.31273091 -2.4592873 -0.33324238 0.32250476 +52 2.1106955000000003 1.4227718999999999 -0.040207931 -0.54169689 2.4182357999999997 -1.8098338 -3.4375699999999996 0.99507356 0.99581506 0.55948087 0.46310745 -3.253389 0.47948793 +53 0.15894873 -1.4437803 0.37333843 0.54825037 -1.2908756000000001 -3.6358733999999995 -3.2118915 -4.3625474 -4.3674489 -3.5863821000000002 -8.0685243 -3.0097782000000004 -8.0616065 +54 -0.61298866 -5.6478691 -1.9054810000000002 1.4630867 -2.7307852 -4.863193 -4.4299168 -3.3769957 -6.7044276 -5.8843123 -10.561613000000001 -4.2822863 -10.554547999999999 +55 1.6661526000000002 1.1887931999999999 2.1891138 -0.56901652 2.024738 -1.905128 -1.4726252 0.8908154 0.89164031 -2.8080875 -7.0927834 -1.0166210999999998 -7.0862992 +56 1.6609859 1.1804598999999998 1.9262435000000002 -0.56519872 2.0143626 -1.9123450000000002 -1.4796725 0.87977638 0.88047922 0.50851079 -2.3565839 -1.0246799000000002 0.45152707 +57 0.15988471 -1.3857655 0.39810724 0.52400301 -1.2664062 -0.48450493 -2.7419532 -4.320259 -4.3253352 -3.5458053999999994 -8.020020200000001 -2.4960516 -8.0130648 +58 -0.62480239 -5.6420095 -1.9022622 1.4640790000000001 -2.7391892 -1.7828912000000001 -3.4668935 -3.3742577000000007 -6.701708 -5.8816115 -10.558833 -3.2737067000000004 -10.551767 +59 2.0270764 1.4002077 2.2325677 -0.55667691 2.3737908 1.4906918 -2.2986627 1.0060556999999999 1.0069249 -2.7577123 -7.0248034 -1.9957098000000002 -7.018285400000001 +60 2.0182825 1.3897538 1.9546125 -0.55553987 2.3665203 1.4856271 -2.2993554 0.99552309 0.99627666 0.55954253 -2.3355625 -1.9964851000000003 0.47854088 +61 -0.88725717 -7.0239036 -4.6177345999999995 1.6738653000000001 -3.0631679 -2.0856673 -1.6424067 -6.896412700000001 -10.225114 -9.3961977 -14.115117000000001 -1.1895568 -14.10796 +62 -0.56880382 -0.20701617 0.875297 0.019792623 -1.5382506 -0.68558113 -0.2719209 -3.4811724 -3.4880614000000003 -6.073774299999999 -10.754214 0.14004562 -10.74698 +63 -0.56854246 -0.20766488 0.87394374 0.020553624 -1.5389743 -0.6862045 -0.27244789 -3.4818472000000003 -3.4889786 -2.7527646 -9.4392201 0.14002488 -6.9702557 +64 -0.98428401 -5.4949330000000005 -1.8187887999999999 1.4909476000000002 -2.9855968999999996 -2.0144035 -1.5723441999999999 -3.304328 -6.6318619000000005 -9.1341757 -13.852317999999999 -1.116533 -13.845173 +65 -0.98424286 -5.4952582 -1.819282 1.4909471 -2.9856684 -2.014468 -1.5724069 -3.3044443999999995 -6.63219 -5.8125735 -12.947427000000001 -1.1165916999999999 -10.480667 +66 0.014579162 0.040104576 1.8814509999999998 -0.082941414 0.040478392 0.04492656 0.040668813 0.096072313 0.09640783300000001 -3.2550947 -10.113325 0.037418979 -7.645591400000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.8978317999999998 1.1793752 0.031210387000000003 -0.28261409 -2.7656172999999997 -1.6941235000000001 -1.2127379999999999 0.62805503 0.62855048 0.36679579 0.34525795 -0.72258837 0.35539033 +2 -1.2221998 -3.909215 0.56579341 0.76724629 -2.6493197 -1.5795628000000002 -1.101033 -1.3160690000000002 -1.3169077 -0.81574533 -1.6383133 -0.62344165 -1.6493052 +3 -0.12931729 -0.058490558 -2.9278442000000005 0.0043071142 -0.18918884 -0.055858197000000005 -0.013734621 -0.096181475 -0.09538302300000001 -0.026877662000000004 -0.0036783255 0.0075392151 -0.0047944094 +4 -0.18096377 -0.18443319 0.024902014 -3.1457551 1.5750255 0.97169594 0.72437166 -0.14555173 -0.14566921 -0.1257965 -0.25692219 0.49650891 -0.25646074 +5 0.72004323 0.57044113 -0.026061035 -0.35618489 -2.3393995 -1.3030964 -0.83090385 0.40368322 0.40402786 0.26402527 0.278276 -0.35901305 0.28529714 +6 1.5618275 1.1470945 -0.028897047999999998 -0.55033964 1.8078425999999999 -1.9770857 -1.4995993 0.79285286 0.79343984 0.47520848 0.4169537 -1.0236489 0.43060563 +7 1.9154938000000001 1.3595587 -0.026704982000000002 -0.544856 2.175725 1.4303223999999999 -2.3151273 0.91321062 0.91385167 0.5301653 0.44491476 -1.9906694 0.4602456 +8 -0.68642485 -0.13094506 0.44214178 -0.22727912 -1.3897253999999999 -0.48127278 -0.083558256 -3.3051934999999997 -3.3115653 -2.5147946 -6.618612400000001 0.17539934 -6.6138511 +9 -1.1259158999999999 -4.9823216 -2.2179407 1.3583878 -3.1041844 -1.9935872 -1.5081282 -2.84862 -6.1757872 -5.2842831 -9.917682000000001 -1.0262258 -9.912053 +10 0.079577804 0.17125287 1.9184394 -0.46611059 0.21362655 0.20956137 0.19624465 0.49177454 0.49228408 -3.0034053 -7.3115871 0.18237174 -7.306550099999999 +11 0.070794285 0.14192197 1.6838267 -0.38003167 0.18900425 0.17504004 0.16211209 0.40786753 0.40821174 0.26607513 -2.4952137000000003 0.14679487 0.28353731 +12 -3.0766942000000004 -3.5340925000000003 0.5197042 0.81383564 -4.8199773 -3.6429150000000003 -3.1631074 -1.2626893999999997 -1.2634437 -0.77808257 -1.521034 -2.9144111 -1.5317107 +13 -1.9555506 1.0906938 -2.9131012000000003 -0.32421076 -2.7622497999999998 -1.6890754000000001 -1.2072013000000001 0.60872052 0.60975575 0.37018032 0.35232452 -0.71043367 0.36255628 +14 -2.9459068 0.21170989 0.064726913 -3.1177707000000003 0.12211436 0.03795333 0.014354528 -0.052048319 -0.052095585 -0.075255991 -0.13799136 0.0067348913 -0.13870731 +15 -0.85052639 2.150647 0.046743524 -0.20091799 -3.6775059000000003 -2.5740349 -2.1006882 1.2157438999999999 1.2165344 0.64571221 0.49569653 -1.7286816999999999 0.51428123 +16 -0.56908841 2.4593748 0.052027944000000007 -0.03222798 -1.5672947 -3.7850080000000004 -3.3200324999999995 1.3401504 1.3409708999999999 0.6921382 0.51473792 -3.1012638 0.53463775 +17 -0.63343836 2.3832611 0.050519875 -0.078692619 -1.588529 -0.67108611 -2.8391105 1.313458 1.3142718999999998 0.68267356 0.5110024 -2.5768492000000003 0.53063867 +18 -2.0023699 1.2938671999999998 0.90025118 -0.39746763 -2.7708588 -1.6777537 -1.1943222 -2.5967951 -2.6006865 -1.8732787 -5.3945887 -0.67139321 -5.3916992 +19 -3.1358707999999997 -4.6637012 -2.0675727 1.4081035 -5.3627441 -4.1705727 -3.6911503 -2.6869306 -6.013751999999999 -5.1240442999999996 -9.7486841 -3.4790226000000004 -9.743079400000001 +20 -1.8314306 1.3077464 2.1286867000000003 -0.47005681 -2.5842468 -1.510492 -1.0312437 0.92217854 0.92293076 -2.8021415000000003 -7.0467179 -0.53216713 -7.0417142 +21 -1.8423188000000001 1.2792047 1.8483392 -0.42463219 -2.6227916000000002 -1.5566748 -1.0757743999999998 0.85601981 0.8566546 0.4852868 -2.3780012000000004 -0.57773959 0.42983786 +22 -1.1317542 -4.7601474 -1.3272879 1.25197 -3.0330811 -1.9284374 -1.4440209 -2.4198568 -2.4189068 -1.7045941000000002 -5.174034099999999 -0.95956144 -5.1707876 +23 -1.9406048999999999 -4.1439024 0.57813963 -2.4939209 0.5462566 0.4629813 0.42494032 -1.3411714 -1.342066 -0.83640322 -1.6983484 0.37564853 -1.7092422999999999 +24 -0.65546828 -3.828018 0.56041219 0.70475098 -4.1555546 -2.997759 -2.5175370999999998 -1.3124031 -1.3132153 -0.81301952 -1.6284882999999999 -2.1990281000000005 -1.6394963 +25 -0.59713615 -3.8274642 0.56046254 0.69762773 -2.1408438999999997 -4.2244932 -3.7484381 -1.3132908 -1.3141008 -0.81377926 -1.6306089 -3.5502644 -1.6416117 +26 -0.61359537 -3.8275053 0.56046645 0.69960143 -2.1550412 -1.1260583 -3.0425714 -1.3130024 -1.3138132 -0.81353069 -1.6299498 -2.7976857 -1.6409538000000001 +27 -1.0439197 -6.1951799 -1.5784027 1.4722924 -3.1533811000000003 -2.0381755 -1.5518696 -6.113485 -6.1180174 -5.2271152 -9.857528 -1.0710207 -9.8519171 +28 -1.1608718999999998 -8.8651649 -2.6979723 1.5080189 -3.2326134 -2.1130446 -1.6260595 -3.3934084 -6.719980099999999 -5.8237537 -10.479722 -1.1501057 -10.474074 +29 -1.2372753 -3.5062636 1.3196185 0.37537475 -2.4469726 -1.3864054 -0.91062679 -0.76911149 -0.76893542 -3.7207583 -8.2017469 -0.41641658 -8.196329200000001 +30 -1.2338821000000002 -3.5477298999999998 1.2384447 0.41775158 -2.4675379 -1.4112835 -0.93471536 -0.82764912 -0.82778366 -0.44109324 -3.1820909 -0.44148579 -0.53247192 +31 -0.32710863 -0.27109067 -2.8998552 -3.107 1.5652309 0.96868209 0.72114088 -0.2847621 -0.28399276 -0.18598393 -0.33294943 0.49437995 -0.3334803 +32 0.64467521 0.51952454 -2.9574877 -0.35975932 -2.3545866 -1.3128271 -0.83823098 0.34413738 0.34509641 0.2505402 0.27770516 -0.35009968 0.28429 +33 1.498225 1.0823463 -2.9617191000000003 -0.54268929 1.7726313999999999 -1.9825049 -1.5052758 0.73057042 0.73162357 0.4539895 0.40889294 -1.0307245 0.421886 +34 1.8508156999999998 1.2869476999999998 -2.9607278 -0.54067952 2.1410831000000003 1.4221537 -2.3158404 0.84845279 0.84952135 0.50685405 0.43572185 -1.9915336 0.45033249 +35 -0.71505913 -0.21286979 -1.0727434 -0.06432932400000001 -1.6377475000000001 -0.66310592 -0.21874419 -3.4883441 -3.4912614 -2.6830762999999997 -6.8588534 0.15576243 -6.8538467999999995 +36 -1.1256006 -5.3514231 -4.4800417 1.4792437 -3.1763121 -2.0616578000000003 -1.5754698 -3.2129712 -6.534883799999999 -5.6401485000000005 -10.28926 -1.0977865 -10.283574 +37 -0.093032352 0.011272573000000001 -0.31118636 -0.14031579 -0.09742261099999999 0.022791718 0.053687140999999994 0.07644076799999999 0.077388298 -3.2342777999999996 -7.6000836 0.06804781900000001 -7.595008999999999 +38 -0.10393858 -0.024023222 -0.95357258 -0.065640355 -0.12510333 -0.011143636 0.02162381 -0.0038698964 -0.0030318690999999996 0.031268248 -2.6794511 0.035309613 0.062058623 +39 0.31870623 0.20619421 -0.0078825163 -3.3789995999999998 -1.3600504 -0.45303036 -0.043946964000000005 0.11157255 0.11172334 0.054263708 0.035057776 0.22982415 0.0369983 +40 1.4622007 1.0823956 -0.02969056 -3.8656053999999997 2.655335 -1.7738238999999998 -1.3005768999999998 0.75299745 0.75357146 0.45559367 0.40608448 -0.79662684 0.41911627 +41 1.9100831999999999 1.3560925 -0.026830406 -3.8672668 2.6715153 1.5415811000000001 -2.2937222000000004 0.91147686 0.91211701 0.52943025 0.44456623 -1.9673201 0.4598752 +42 -1.0754158 -0.43669297 0.3198974 -3.3735187000000004 1.6861356 1.1147192 0.82883999 -3.5065686 -3.513579 -2.7058805 -6.8702681 0.52832576 -6.8658077 +43 -1.99473 -4.8439259 -2.1489061 -1.9343917000000002 0.0072390075 0.16746101 0.22879645 -2.7719806 -6.100167099999999 -5.2094923 -9.839091400000001 0.26658266 -9.833432 +44 -0.069038483 0.018308195 1.8713776000000002 -3.696081 1.8434716 1.1759412 0.86034959 0.39936319 0.39984381 -3.0620305 -7.382183199999999 0.53484692 -7.3772677 +45 -0.081693531 -0.010247127 1.6514588 -3.6004671000000004 1.8040148 1.1388011 0.83613485 0.31371729 0.31402044 0.20142265 -2.5524254 0.52943385 0.2160112 +46 2.0226194 1.4232738999999999 -0.025571751 -0.53504947 -1.3089549999999999 -3.5789752 -3.1129521 0.94597025 0.94662603 0.54416578 0.45155726 -2.8765028 0.46730651 +47 1.9889921000000002 1.4035263 -0.025881977999999996 -0.53837269 -1.3228928 -0.44636981 -2.7482392000000004 0.93589403 0.93654536 0.53988564 0.44954125 -2.4765465 0.46516281 +48 0.24301961 -0.11170025 0.43089464 -0.24657926 -2.6510533 -1.5929799 -1.1204333999999998 -3.3021841 -3.3073144 -2.5115922999999998 -6.6097035 -0.58473997 -6.604508900000001 +49 -0.75512539 -5.132296599999999 -2.2836792 1.3387348999999997 -4.7730336 -3.5950516 -3.116348 -2.9215793999999997 -6.2484115 -5.356172 -9.99296 -2.8642293999999997 -9.987352900000001 +50 0.80682621 0.7196919 2.0465466 -0.62642982 -2.1517812000000003 -1.1185802 -0.65096785 0.76388129 0.76455156 -2.8645449 -7.1325015 -0.18439525 -7.127472099999999 +51 0.79605886 0.68866654 1.7774047999999998 -0.56795936 -2.1872935 -1.1613495 -0.69184615 0.69176936 0.69230731 0.41879083 -2.4070642 -0.22421128 0.39300163 +52 2.0392608 1.4325605 -0.025504595 -0.53346636 2.2497426 -1.8607478 -3.4468369 0.95076807 0.9514257 0.5462133 0.45252205 -3.2407517999999995 0.46833274 +53 0.42931871 -0.52491973 0.2884678 -0.12392642 -0.23858347 -2.8306161 -2.3615289 -3.5430891000000004 -3.5470108999999996 -2.7331699 -6.947663400000001 -2.0387274 -6.9425077 +54 -0.7299538 -5.144848400000001 -2.2890372 1.3371899 -2.824921 -4.8227405 -4.3461669999999994 -2.9275675 -6.2543652000000005 -5.3620672 -9.9991154 -4.1751684000000004 -9.9935116 +55 1.7535306 1.3781618999999998 2.1897794999999998 -0.62309752 2.0686843999999995 -1.8991224999999998 -1.4235327 1.065739 1.0665512 -2.7299349 -6.9518047 -0.93606045 -6.9467696 +56 1.7164799 1.3294627 1.8832855 -0.61131239 2.0166636000000002 -1.9172193 -1.4406828 1.0108897 1.0115938 0.56889757 -2.3404458 -0.95513623 0.47786419 +57 0.43270381 -0.5409901 0.2829071 -0.1189273 -0.24071751 0.37458555 -2.4935787 -3.5527813999999998 -3.5566188999999997 -2.7421393 -6.9603932 -2.1936237000000003 -6.9552586 +58 -0.74243091 -5.1385916 -2.2863762000000003 1.3379537000000001 -2.8340427000000004 -1.7412023999999997 -3.408658 -2.924587 -6.2514042000000005 -5.359135500000001 -9.9960551 -3.1906005 -9.9904493 +59 2.1456552 1.6285693 2.2355560000000003 -0.54343365 2.3067552000000004 1.4619081 -2.3115624 1.1590973999999998 1.1599435 -2.6936664 -6.901345599999999 -1.9866362000000002 -6.896285799999999 +60 2.0995868 1.5725278999999999 1.9189650000000003 -0.54948944 2.2859407000000003 1.4544185 -2.3124898 1.112011 1.1127532 0.61006281 -2.3252014 -1.9876694 0.49759944 +61 -1.0326883 -6.9936294000000006 -5.448625700000001 1.6679962 -3.2628654 -2.141019 -1.6534796000000003 -6.9112291 -10.239588000000001 -9.3339197 -14.034651 -1.1788973 -14.028891 +62 -0.68626565 -0.13062915 0.44126044 -0.22756985 -1.3882288 -0.48026799 -0.082987344 -3.3049692000000004 -3.3109752 -5.8361186 -10.491169000000001 0.17522029 -10.485493 +63 -0.68640587 -0.13110563 0.44064036 -0.227091 -1.3897492 -0.48132056 -0.083630505 -3.3054940000000004 -3.3117148999999997 -2.5149324 -9.0835101 0.17528841 -6.6155953 +64 -1.1259860000000002 -4.9816817 -2.2170758 1.3583308 -3.1040277 -1.9934451000000002 -1.5079897 -2.8482314 -6.175148 -8.605577400000001 -13.303505 -1.026097 -13.297789999999999 +65 -1.1259125 -4.9821443 -2.2175984 1.3583461000000001 -3.1041587 -1.9935631999999999 -1.5081046999999999 -2.848491 -6.1756135 -5.2841112 -12.377446 -1.026201 -9.9120229 +66 0.079760193 0.17158439 1.9219068 -0.46719959 0.21412809 0.21002639 0.19668128 0.49288834 0.49340056 -3.002768 -9.773440699999998 0.18277236 -7.3066952 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.0012084999999997 1.2746713 0.058714925 -0.066664001 -3.0328196 -1.8079861000000002 -1.2708948 0.4188175 0.41909777 0.24268913 0.20801046 -0.74905075 0.21499703 +2 -1.662284 -3.6089424 -0.065740307 0.42138489 -1.8859409 -0.96954756 -0.60662939 -0.6319915 -0.63194947 -0.36088268 -0.46184772 -0.39303335 -0.46856275 +3 -0.34046149 -0.21594526 -3.1985211 0.10144795 -0.37761059 -0.14843722 -0.070548578 -0.30991921 -0.30938909 -0.12527358 -0.087071638 -0.024587402999999997 -0.09081758 +4 -0.12224531 -0.1236965 -0.0026738840999999997 -3.2103581 1.3908709 0.89982298 0.68355526 -0.076451468 -0.076499546 -0.065786871 -0.10226629 0.46228946 -0.1031082 +5 0.64917812 0.54495398 0.011799331000000001 -0.25377014 -2.5622577 -1.3812186000000002 -0.85746396 0.28320834 0.28341369 0.1809613 0.16743703 -0.37458332 0.17256537 +6 1.4731957 1.1468411 0.029162764 -0.41196999 1.6171921 -2.0905294 -1.5570258999999997 0.6388047 0.63919915 0.37571499 0.29104075 -1.040222 0.30223273 +7 1.8325093000000001 1.3810165 0.037349347000000005 -0.38121051 1.9606960999999998 1.3123928999999999 -2.3947412999999997 0.75725371 0.75769291 0.42991142 0.31778416 -2.0339625 0.3306139 +8 -0.74434251 -0.066822486 0.72577302 -0.63300206 -0.54100141 0.014662676000000001 0.17799853 -2.9970328 -3.0018998 -2.0952983 -5.772898400000001 0.23222507 -5.7735415 +9 -1.4476924999999998 -3.1267179 -1.1435605 0.52453621 -2.7423203 -1.521482 -0.98756386 -1.2313348999999998 -4.5569112 -3.5421044000000004 -7.9454862 -0.43608299 -7.944488400000001 +10 0.14944207 0.20641445 1.9986226000000002 -1.0018568 0.4500228 0.42764395 0.39426724 0.877475 0.8780003 -2.843788 -7.035833900000001 0.33952883 -7.0351409 +11 0.12846049 0.17396399 1.5754823999999998 -0.7764927 0.36552579 0.33001127 0.29928933 0.69946404 0.69985605 0.40020349 -2.4998116 0.26079758 0.31326344 +12 -3.358778 -2.9009905 -0.06959531099999999 0.39724506 -4.299262799999999 -2.981855 -2.4353147999999996 -0.56049088 -0.5603797 -0.31335963 -0.37993128 -2.0056372 -0.38625578 +13 -2.1956444999999998 0.93159535 -3.159242 -0.17808917 -3.0473311 -1.8209365000000002 -1.2838272 0.31915124 0.31988563 0.22214323 0.2057381 -0.75287299 0.21216865 +14 -2.9788662 0.35313385 0.0303334 -3.1027245 0.014177665 0.0016181695000000002 0.00051193521 -0.070197247 -0.070260562 -0.062745175 -0.076250241 0.0052900866000000005 -0.077732633 +15 -0.980738 2.2081417 0.09646531800000001 0.077892919 -3.9659067 -2.7091688 -2.1805821 0.97083167 0.97135824 0.50854919 0.35087595 -1.7713313999999998 0.36589983 +16 -0.70689585 2.5040232000000002 0.10664576 0.25906563 -1.8713644 -3.9347867999999995 -3.4148777999999997 1.0900097 1.0905610000000001 0.5533085 0.36909106 -3.1610384999999996 0.38537888 +17 -0.77208789 2.4259676 0.10399381 0.20648138 -1.8868262999999998 -0.81637756 -2.9274271 1.0635666000000001 1.0641121999999998 0.54392306 0.36542269 -2.6296871 0.38145028 +18 -2.2027353 1.2824321 0.96840135 -0.40505644 -2.8988137000000003 -1.6639465 -1.1267788 -2.6252592 -2.6288297000000003 -1.7694671999999998 -4.9610655 -0.55777002 -4.9634495 +19 -3.2734822999999995 -2.8079213 -1.0229233 0.4900909 -4.7389706 -3.4291742 -2.8996075 -1.0911548999999998 -4.4161147000000005 -3.4072547999999996 -7.7776458 -2.5960629 -7.7767284 +20 -1.8637136000000003 1.5019813999999998 2.1213022 -0.45946177 -2.6114606 -1.4056343999999998 -0.87578136 1.0199559999999999 1.0205484 -2.7944014 -6.965372599999999 -0.34139469 -6.9647122 +21 -1.8837192999999999 1.4612302 1.7006474999999999 -0.36587236 -2.7158314999999997 -1.5106722 -0.97732747 0.88656694 0.88705332 0.4727596 -2.4727792999999996 -0.44575093 0.34810488 +22 -1.4115137 -4.3468246 -2.5513589 1.1449638 -3.1647186 -1.9174641 -1.3793556 -2.0060808999999997 -2.0053104999999998 -1.2415303 -3.1730373 -0.84988269 -3.1813563 +23 -2.0322235 -3.7952421000000003 -0.063923763 -2.8586713 0.8142305 0.56539153 0.4707802 -0.64799709 -0.64797415 -0.37428011 -0.49256326 0.3798702 -0.49913571 +24 -0.94644058 -3.2724706 -0.07079695700000001 0.31894415 -3.7410551 -2.4513432999999996 -1.9054153000000003 -0.60104441 -0.60096364 -0.33769656 -0.41815205 -1.4017614 -0.42476458 +25 -0.72815886 -3.2131292 -0.071787155 0.28220675 -1.2424305 -3.5502029000000004 -3.0082847999999998 -0.59539579 -0.59530494 -0.33340995 -0.41025746 -2.6741876 -0.41684435 +26 -0.71862649 -3.2093022999999996 -0.07184966599999999 0.28028286 -1.2334478000000002 -0.35564515 -2.8168321 -0.59499419 -0.59490297 -0.3331118 -0.40972075 -2.499813 -0.41630542 +27 -1.5994727 -3.7722934 0.14310429 0.041109411 -2.4604342999999997 -1.2661182 -0.73923839 -3.8577252 -3.8601711 -2.8805527 -7.0807649 -0.21476244 -7.080140299999999 +28 -1.4967727 -7.3919352 -1.8839271 1.0954358999999998 -3.2289646 -1.9727835999999999 -1.4333396 -2.0958714 -5.4207765 -4.3797585 -8.9203585 -0.90046061 -8.9192085 +29 -1.7408009999999998 -3.149777 1.8307581000000002 -1.26162 -1.0489841 -0.25508947 0.029558972000000003 0.66446732 0.66518563 -2.9215782999999997 -7.1454393 0.18006204 -7.144644500000001 +30 -1.7248831999999998 -3.2041433999999995 1.4024806 -0.88590873 -1.2203631000000001 -0.41215523 -0.11217559 0.42527593 0.42585735 0.29392271 -2.5415342 0.053170987999999995 0.25992304 +31 -0.51213809 -0.3985123 -3.1979015 -3.0379829 1.3083586999999999 0.85373146 0.65429868 -0.45934032 -0.45883526 -0.248598 -0.30917638 0.45276675 -0.31359886 +32 0.41190254 0.34652757 -3.208377 -0.23587246 -2.6272808999999997 -1.4343384 -0.90543687 0.082475438 0.083144603 0.11723806 0.14186168 -0.38851234 0.14510068 +33 1.2658148 0.91708986 -3.1982212000000003 -0.4126665 1.5145904 -2.1118889 -1.5790948999999999 0.45470134 0.45545891 0.31208835 0.26467286 -1.067026 0.27402367 +34 1.6228189 1.1282362 -3.1915977000000004 -0.40557092 1.8769556 1.2922114 -2.397398 0.57108627 0.57185865 0.36402992 0.29065441 -2.0370106 0.30158559 +35 -0.95273601 -0.30643422 -1.8854852 -0.096331868 -1.6591213 -0.60435351 -0.1561845 -3.5926702000000006 -3.5956218 -2.6345614 -6.7159856 0.1296533 -6.7155372 +36 -1.3852167 -4.9254297 -5.7929428 1.5365736 -3.4143175 -2.149396 -1.6086353 -2.9199330000000003 -6.2419331 -5.1870996 -9.7967931 -1.0925265 -9.795437800000002 +37 -0.2928105 -0.12324071 -1.433866 -0.12437337 -0.25739812 -0.040773027 0.025718547999999997 -0.064195394 -0.063512948 -3.2882946000000004 -7.6199935 0.065003639 -7.6192283 +38 -0.30320268 -0.15174669 -1.7994538 -0.051543588 -0.28512892 -0.07446948099999999 -0.0056923703 -0.13900066 -0.13842111 -0.015140288 -2.7291469 0.033782315 0.027472081000000002 +39 0.34853531 0.27150412 0.0059069906 -3.3640101000000002 -1.5973001 -0.546422 -0.08757340599999999 0.097522394 0.097623838 0.047247862 0.03148032 0.20490534 0.032952366000000004 +40 1.3998858 1.0962954 0.027258877999999997 -3.7328892999999996 2.3658452000000003 -1.9125886000000003 -1.3839934999999999 0.61068987 0.61107782 0.3616187 0.283405 -0.84407523 0.2941535 +41 1.8282133999999999 1.3776876 0.037194852 -3.7041063999999997 2.380774 1.4026659 -2.377774 0.75590077 0.7563394 0.4293459 0.31752557 -2.0155118 0.3303387 +42 -0.94965319 -0.24879649 0.6777359 -3.8929881 1.6987914000000002 1.1471323 0.83577021 -3.0712531000000003 -3.0764949 -2.1638376 -5.8793906 0.49651355 -5.880153099999999 +43 -2.1773004 -3.1351697999999995 -1.1409351 -2.7638091 0.42978049 0.51132625 0.50236015 -1.2286084 -4.5550426 -3.5403549 -7.942905099999999 0.4156396 -7.941930499999999 +44 0.068025342 0.12015673 1.9888936000000002 -4.3360793 1.9500673 1.2790114 0.88490547 0.8637753 0.86429701 -2.8491372999999998 -7.0432538000000005 0.50212424 -7.0425704 +45 0.039967564 0.080964599 1.5634566 -4.0886362 1.8042167000000002 1.1883966000000001 0.85158087 0.67493794 0.6753253 0.38815208 -2.5051882 0.49839749 0.30642365 +46 1.9368981 1.451502 0.040050796 -0.36126638 -1.5452291999999999 -3.672427 -3.1501492 0.78859734 0.78904822 0.44317826 0.32385649 -2.8732451 0.33707758 +47 1.9044467 1.4299511 0.039250854 -0.36763851 -1.5574347 -0.53521765 -2.8119558999999996 0.77901372 0.77946108 0.43914713 0.32202498 -2.5021846 0.3351274 +48 0.03913953 0.35386423 0.81587879 -0.68864985 -2.4958075 -1.3004976000000001 -0.7720476 -2.8524537999999997 -2.8563185 -1.965009 -5.524158 -0.21513417 -5.524890599999999 +49 -0.83847845 -3.2851875 -1.2014097 0.52230178 -4.1743595000000004 -2.8811443 -2.3499494999999997 -1.3009712 -4.626077400000001 -3.6085934999999996 -8.0262867 -1.9730191000000004 -8.0252958 +50 0.82631807 0.79055096 2.0672921000000004 -0.84860929 -2.1644759999999996 -1.009112 -0.49720922 0.96743465 0.96800292 -2.8108560000000002 -6.9893422 -0.029047387999999997 -6.9886667000000005 +51 0.80073766 0.74511066 1.6471091 -0.71546638 -2.2555104 -1.100428 -0.58420293 0.82559861 0.82605518 0.45283825 -2.4795477000000004 -0.11099285 0.33936755 +52 1.9559723999999998 1.4629027000000001 0.040401909 -0.35809976 2.0228080000000004 -1.982784 -3.5180225 0.79399471 0.79444736 0.44547792 0.3249055 -3.2752985 0.33819467 +53 0.67639688 0.41357332 0.82695991 -0.70665612 1.2338213 -2.1922262000000003 -1.6621043000000002 -2.8335368 -2.8362407000000003 -1.9472848000000003 -5.4873752 -1.164911 -5.4880339000000005 +54 -0.77210696 -3.3132540999999995 -1.2112631 0.52298104 -2.1419107000000004 -4.1124184 -3.5860212999999996 -1.3129403 -4.6379616 -3.6200461 -8.0399739 -3.3446805 -8.0389917 +55 1.8783648000000002 1.6337197 2.190744 -0.45084324 2.0083596000000004 -1.9825873999999999 -1.4532546 1.1173761999999998 1.1180098 -2.7582158 -6.914286099999999 -0.92287336 -6.913617599999999 +56 1.7955335 1.5272934 1.7734735000000001 -0.46312191 1.9510258999999999 -1.9981197 -1.4678562 1.0298392 1.0303817 0.53291139 -2.4513106 -0.93895463 0.37600362 +57 0.81613674 0.34266086 0.81338928 -0.72028356 1.4344158 1.1611945 -2.4214852000000002 -2.8558652 -2.8581733 -1.9665894 -5.5293510999999995 -2.063907 -5.5299856 +58 -0.78944405 -3.3056317 -1.2085911 0.52279155 -2.1579472 -1.0077761 -2.9792587000000004 -1.3096982 -4.6347427 -3.6169441 -8.036267299999999 -2.688625 -8.0352826 +59 2.3007944 1.9633304 2.2369987 -0.23083867 2.1110189999999998 1.346624 -2.3909352999999998 1.1676837 1.1683402 -2.7418158 -6.890524900000001 -2.0296823 -6.8898473 +60 2.2070606 1.8374529999999998 1.8237841000000001 -0.28438405 2.0961696 1.3406928 -2.3916633999999997 1.0989663 1.0995324 0.55731039 -2.4434837000000003 -2.0304948 0.38623831 +61 -1.3130781999999999 -6.7789618 -5.4462093000000005 1.7386477999999999 -3.5234071000000005 -2.249565 -1.7071258999999999 -6.8244682 -10.151475 -9.0795575 -13.77038 -1.1949979 -13.768951999999999 +62 -0.7436567 -0.06605138 0.72865983 -0.63402985 -0.53807948 0.016058606 0.17867589 -2.9960424 -3.0005453999999996 -5.4159699 -10.037466 0.23252885 -10.036219000000001 +63 -0.74418289 -0.066672013 0.72769232 -0.63366219 -0.54028072 0.015098423 0.17830234 -2.9965915 -3.0012916 -2.0947575 -8.241725599999999 0.23240833 -5.7754701 +64 -1.4481110000000001 -3.1222950000000003 -1.138139 0.52194909 -2.7401489 -1.5195611999999998 -0.98572603 -1.2275266000000002 -4.552833799999999 -6.8600979 -11.529738 -0.43453992 -11.528348 +65 -1.4476916000000002 -3.1237165 -1.1396925 0.5225347 -2.7410315 -1.5203167 -0.98642373 -1.2287063999999999 -4.5542179 -3.5395187000000004 -10.404039 -0.43485887 -7.9419947 +66 0.15013932 0.20725971 2.0124478999999997 -1.00841 0.4529181 0.43063412 0.39714528 0.8825423 0.88306975 -2.8417787999999997 -9.4967143 0.34164028 -7.0335929 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9981215 1.2751339 0.05831365 -0.068193226 -3.0329059 -1.8081526 -1.2710913000000001 0.42006715 0.42034795 0.24321146 0.20838491 -0.74926851 0.21538696 +2 -1.6591357 -3.6072718 -0.062598506 0.42239509 -1.9062659 -0.97972391 -0.61132136 -0.6351021 -0.63506264 -0.36187306 -0.46294077 -0.39389613 -0.46967827 +3 -0.33953223 -0.21224203 -3.2145533 0.10263214 -0.37827583 -0.14838482 -0.07022516200000001 -0.30968356 -0.30915349 -0.12464561 -0.085470085 -0.024035937 -0.089238204 +4 -0.11886761 -0.12091653 -0.0025655539000000002 -3.2103772999999998 1.3907351000000001 0.89977162 0.68358503 -0.075728168 -0.075775423 -0.06546181599999999 -0.1020862 0.46240114 -0.10291591 +5 0.65075301 0.54627422 0.01182295 -0.2543214 -2.562207 -1.3811604 -0.85740639 0.28352086 0.28372621 0.18112985 0.16763059 -0.37451299 0.17276261 +6 1.4747511999999998 1.1483463 0.029256973999999998 -0.41286567 1.6175979999999999 -2.0897838 -1.5562757 0.63894004 0.63933416 0.37577109 0.29117823 -1.0395306999999998 0.3023703 +7 1.8345421999999998 1.3829201999999998 0.037510589 -0.38216349 1.9615601999999999 1.3133318 -2.3940652 0.75748721 0.75792606 0.43000343 0.31794065 -2.0333185 0.33077154 +8 -0.74350829 -0.06472415 0.73733395 -0.63272135 -0.54688334 0.01264513 0.17738932 -2.9988025 -3.0036737999999996 -2.0975818999999998 -5.776855 0.23212664 -5.7774828000000005 +9 -1.4440322 -3.128926 -1.1344241000000002 0.52625329 -2.7455777 -1.5242605 -0.99018727 -1.2365773000000002 -4.5621619 -3.5478817000000005 -7.952381699999999 -0.43760887 -7.951369500000001 +10 0.1495908 0.20676539 2.0099119 -1.0024566 0.44984353 0.42757127 0.39429197 0.87746964 0.87799448 -2.8437813 -7.0361287 0.3397886 -7.0354258000000005 +11 0.12860808 0.17427877 1.5854382 -0.77678552 0.36540147 0.3299461 0.2992766 0.69932161 0.6997132 0.40011612 -2.4997069 0.2608993 0.31332127 +12 -3.3542582000000003 -2.9016064999999998 -0.066892265 0.39820233 -4.3070709 -2.9893604 -2.442978 -0.56342142 -0.56331257 -0.31428103 -0.38084098 -2.0155906999999997 -0.38718668 +13 -2.1913356 0.93688416 -3.1799932999999996 -0.17807439 -3.0469044 -1.8205288 -1.2834311 0.32130578 0.32204056 0.22361334 0.20763779 -0.75247468 0.2140745 +14 -2.9769216 0.35059283 0.029813423999999998 -3.1034851000000003 0.01491848 0.0018344688 0.00054865615 -0.06925848799999999 -0.069320798 -0.062425992 -0.076070952 0.0052468474 -0.07754208 +15 -0.97836672 2.2091003 0.096265183 0.076066403 -3.9657742 -2.7090744 -2.1805060000000003 0.97144525 0.97197158 0.50874113 0.35105145 -1.7713005000000002 0.3660805 +16 -0.70456696 2.5052052000000002 0.106518 0.25723297 -1.8711361 -3.9346307 -3.4147391000000002 1.0905373999999999 1.0910883999999998 0.55346281 0.36925039 -3.1609439999999998 0.38554228 +17 -0.76971226 2.427155 0.10384925 0.20468855 -1.8866281999999999 -0.8162353 -2.9274563 1.0641271 1.0646723 0.54408995 0.36558708 -2.6297568 0.3816191 +18 -2.2002704 1.2854766000000002 0.98093191 -0.40592579 -2.8988766 -1.6640279999999998 -1.1268757999999999 -2.6256199000000002 -2.6291900000000004 -1.7704259999999998 -4.9632916 -0.55792785 -4.9656607 +19 -3.271626 -2.8102857999999995 -1.0136526 0.49207114 -4.743098000000001 -3.4334087999999996 -2.9039373 -1.096279 -4.4212481 -3.4128977999999996 -7.7845173999999995 -2.6010392 -7.783585400000001 +20 -1.8603824 1.5031653999999999 2.1328516 -0.46061879 -2.611741 -1.40595 -0.8761135 1.0204951 1.0210873 -2.7942364 -6.965422099999999 -0.34175625 -6.964752000000001 +21 -1.8804772 1.4622848999999998 1.7108888999999998 -0.36697096 -2.7161701000000003 -1.5110491000000001 -0.97772202 0.88707597 0.88756221 0.47288357 -2.4726193 -0.44618069 0.34824712 +22 -1.4087413 -4.3430999 -2.5373417999999996 1.1440783 -3.1650671000000004 -1.9177705000000003 -1.3796677 -2.0061581000000004 -2.0053862000000002 -1.2421181000000001 -3.1821556 -0.85016487 -3.1903658999999998 +23 -2.031532 -3.7946407 -0.060736839 -2.8574542000000003 0.81241988 0.56462462 0.47035361 -0.65120669 -0.65118648 -0.37532843 -0.49379167 0.37964609 -0.50038635 +24 -0.94234014 -3.2716152000000003 -0.067723632 0.3198787 -3.7457617999999995 -2.4557463 -1.9098884999999999 -0.60421359 -0.60413537 -0.33874683 -0.41929688 -1.4072826999999999 -0.42593347 +25 -0.72606811 -3.2132412999999995 -0.068710546 0.28353071 -1.2579433999999998 -3.5567542999999997 -3.0149786 -0.59866905 -0.59858086 -0.3345433 -0.41154621 -2.6823612999999997 -0.41815784 +26 -0.7173451 -3.2096886000000002 -0.068769833 0.28175167 -1.2496196000000002 -0.36397646 -2.8182118999999997 -0.59829433 -0.59820581 -0.33426456 -0.41104246 -2.5014706 -0.41765204 +27 -1.5943395 -3.7742077000000003 0.15094362 0.044653305 -2.4655982999999995 -1.2702783000000002 -0.74294656 -3.8639072999999997 -3.8663637000000004 -2.8871162999999997 -7.0894826 -0.21602181 -7.0888407 +28 -1.4929313999999998 -7.3949167000000005 -1.8763148999999997 1.0962711 -3.2313282 -1.9749343000000001 -1.4354824 -2.1018988999999997 -5.4268142 -4.3863635 -8.9278337 -0.90258401 -8.9266691 +29 -1.7381281000000002 -3.1470194 1.8423551 -1.2594195 -1.0601878999999998 -0.25990297 0.027765085 0.66297327 0.66369044 -2.9222109 -7.146609 0.17965377 -7.1458034 +30 -1.7221879 -3.2015506 1.4129094 -0.88389772 -1.2330343000000001 -0.41775555 -0.11434403 0.42339596 0.42397606 0.29311649 -2.5418205 0.052690632 0.25949896 +31 -0.50483023 -0.39133661 -3.2139829 -3.0370904999999997 1.3083506 0.8539094 0.65464818 -0.45756783 -0.45706155 -0.24731343 -0.3071217 0.45337083 -0.31154092 +32 0.41533505 0.35123538 -3.2247334 -0.23552938 -2.6268321 -1.4338146999999999 -0.9048879 0.083597693 0.084266991 0.118269 0.14362477 -0.38784946 0.1468537 +33 1.2684757 0.92099088 -3.2145604 -0.4125398 1.5156581 -2.1099732 -1.5771382 0.45548949 0.45624691 0.31290746 0.26624506 -1.0651164 0.27557764 +34 1.6262026000000003 1.1324359 -3.2078645 -0.4055383 1.8789395 1.2944794 -2.3956001000000002 0.57207148 0.57284373 0.36492614 0.292255 -2.0352089 0.30316984 +35 -0.95231013 -0.30200421 -1.8684893 -0.097786231 -1.6565724999999998 -0.60261081 -0.1549266 -3.5914762000000002 -3.5944237 -2.6340515 -6.7157313 0.13013866 -6.715273799999999 +36 -1.3829456 -4.9196055 -5.7768177000000005 1.5356728000000002 -3.413896 -2.1491222000000003 -1.6083953000000002 -2.9175801 -6.2395738 -5.185543099999999 -9.794918800000001 -1.0923978 -9.7935555 +37 -0.29113679 -0.11937014 -1.4196189 -0.1235812 -0.2566415 -0.040201996000000004 0.026272562000000003 -0.063131492 -0.062448687 -3.2874167 -7.619359700000001 0.065651442 -7.6185848 +38 -0.30158262 -0.1479326 -1.7898474999999998 -0.050256445 -0.28465985 -0.074117124 -0.0053291371999999995 -0.13841138 -0.1378316 -0.014513547 -2.7276442000000003 0.034245238 0.028854249 +39 0.35112528 0.27338708 0.005960040400000001 -3.3643281000000003 -1.5973079 -0.54642881 -0.087574045 0.098091555 0.098193424 0.047531940999999994 0.031711684 0.20493493 0.033191965 +40 1.4020848 1.0983135 0.027366883999999998 -3.7336661 2.3661779 -1.9123151000000003 -1.383735 0.61104666 0.61143441 0.3617743 0.28359162 -0.84386933 0.29434319 +41 1.8304275 1.3797606000000002 0.037363775 -3.7050015 2.3811152 1.4029463 -2.3775556 0.75619802 0.75663634 0.42946401 0.31769383 -2.0153494999999997 0.33050887 +42 -0.94856742 -0.24632251 0.68924097 -3.8926084000000003 1.6985256000000002 1.1469648000000001 0.83568278 -3.073028 -3.0782738999999997 -2.1661306000000002 -5.8832868 0.49644142 -5.8840347 +43 -2.1766237999999998 -3.1365168 -1.1314708 -2.7622367999999997 0.42488553 0.50984581 0.50171949 -1.2334661 -4.5599096 -3.5457638999999994 -7.9493484 0.4153664 -7.948359399999999 +44 0.071752709 0.12329357 2.0003674 -4.3358097 1.9498191999999999 1.2790148000000001 0.88508438 0.86400307 0.86452449 -2.8490563 -7.0434399 0.50231141 -7.0427468 +45 0.04364141 0.084058254 1.5735845 -4.0882204 1.8039345000000002 1.1882875 0.85166219 0.67506919 0.67545637 0.38814419 -2.5050642000000005 0.49855443 0.30650778 +46 1.9390181 1.4534471000000002 0.040231016 -0.36224628 -1.5447183999999998 -3.6718942 -3.1496239 0.78883431 0.78928483 0.44326999 0.32401304 -2.8727806 0.33723528 +47 1.9065491 1.4318868 0.039425584 -0.3686097 -1.5569356 -0.53469813 -2.811409 0.77925122 0.77969823 0.43923961 0.32218182 -2.5016882999999996 0.3352854 +48 0.04130819 0.35575838 0.82757548 -0.68859383 -2.4963131 -1.3009951000000002 -0.77255409 -2.8541497000000002 -2.8580177000000004 -1.9672286 -5.527968 -0.21559762 -5.5286852 +49 -0.83672179 -3.2878142999999995 -1.1924801 0.52415553 -4.1781095 -2.8849591 -2.3538582000000003 -1.3063972 -4.631512799999999 -3.6145481 -8.0333978 -1.9777035 -8.0323923 +50 0.82805042 0.79214172 2.0788108 -0.84935907 -2.164447 -1.0090405 -0.49712607 0.96758679 0.96815463 -2.8107898 -6.989554099999999 -0.028927322999999998 -6.9888687 +51 0.8024204 0.74661718 1.6573374 -0.71606014 -2.2555306 -1.1004141 -0.5841813 0.82564675 0.82610295 0.45283619 -2.4794035 -0.11096071 0.33947571 +52 1.9580807 1.4648389 0.040583799 -0.35908848 2.0237369 -1.9818523999999997 -3.5171218 0.79422492 0.7946772 0.44556655 0.32506068 -3.274441 0.33835091 +53 0.67798286 0.41490496 0.83856538 -0.7066542 1.2317975 -2.1929095000000003 -1.6628241999999998 -2.835397 -2.838104 -1.9496494 -5.4914933 -1.1658336999999999 -5.4921362 +54 -0.77087731 -3.3157292999999997 -1.2022903 0.5248316 -2.1467709999999998 -4.1164597999999994 -3.5901407999999995 -1.3183031 -4.6433341 -3.6259400999999998 -8.047012599999999 -3.3492233999999996 -8.046016 +55 1.8800627 1.6355367 2.2024901000000003 -0.45207702 2.0091453 -1.9816656000000004 -1.4523256000000002 1.1175924 1.1182254999999999 -2.7581254 -6.9144645 -0.92197365 -6.913786099999999 +56 1.7971560000000002 1.5289963 1.7839862000000002 -0.46430068 1.9516474999999998 -1.9972628000000001 -1.4669902 1.0299471 1.0304891 0.53294258 -2.4511483 -0.93812225 0.3761348 +57 0.81738673 0.34402312 0.82497506 -0.72021313 1.4321059999999999 1.1603214 -2.421508 -2.8577357999999995 -2.8600472000000003 -1.9689631 -5.5334889 -2.0640096000000003 -5.534107700000001 +58 -0.78822583 -3.3080809 -1.1996061000000002 0.52464029 -2.162829 -1.0120982 -2.9810587 -1.3150495 -4.640103599999999 -3.6228269 -8.0432925 -2.6906949 -8.0422933 +59 2.3030081 1.9655653999999998 2.2488737999999997 -0.23193573 2.1120507 1.3476232 -2.3902315 1.1679758999999998 1.1686319 -2.7417017 -6.890668700000001 -2.0290093999999996 -6.8899812 +60 2.2091787 1.8395622999999999 1.8344569 -0.2855008 2.0971455000000003 1.3416603999999999 -2.3909835 1.0991722 1.0997378 0.55737622 -2.4433097000000004 -2.0298463 0.38638486 +61 -1.3104827 -6.7770291 -5.4382705 1.7377194 -3.5240164 -2.2501385 -1.7077156000000002 -6.825439 -10.152438 -9.0812295 -13.772203 -1.1956628999999999 -13.770764000000002 +62 -0.7428413 -0.06395232299999999 0.74018378 -0.6337403 -0.54399423 0.014039486 0.17806993 -2.997807 -3.0023142000000003 -5.4182452 -10.039975 0.23243406 -10.038718 +63 -0.7433507 -0.06457668700000001 0.73923117 -0.6333728 -0.54616953 0.013076856000000001 0.17768987 -2.9983687000000003 -3.0030731 -2.097048 -8.2456747 0.23230741 -5.7794189000000005 +64 -1.4444369 -3.1245703999999996 -1.1290898999999999 0.52370505 -2.7434602000000003 -1.5223822 -0.98838692 -1.232831 -4.558146400000001 -6.8659341 -11.535807 -0.43607546 -11.534403999999999 +65 -1.4440304 -3.1259433 -1.1305776 0.5242703 -2.7442979 -1.5231037 -0.98905543 -1.2339656 -4.5594855 -3.5453121 -10.410946000000001 -0.43639246 -7.9488936 +66 0.15028722 0.20761103 2.0237625 -1.0090141 0.45273392 0.43055827 0.39716854 0.88253569 0.88306269 -2.8417722999999997 -9.4970079 0.34190314 -7.033877599999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_AUC_EGF=10+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9978639 1.2752288999999999 0.05829412 -0.068306489 -3.0328102 -1.8081203999999997 -1.271084 0.42018524 0.4204648 0.24327099 0.20844952 -0.74927779 0.21545323 +2 -1.6588146000000001 -3.607211 -0.062511615 0.42233284 -1.9068945 -0.98006954 -0.61150555 -0.63529357 -0.63525134 -0.36201435 -0.46316646 -0.39395776 -0.46990419 +3 -0.33962322 -0.21192975 -3.2145804 0.10297543 -0.37818212 -0.1482837 -0.070110699 -0.30945589 -0.30891262 -0.12437906 -0.085084652 -0.023894272 -0.088857105 +4 -0.11877326 -0.12084503 -0.0025603307000000002 -3.2103584 1.3908023 0.89979687 0.68360485 -0.075718178 -0.075765135 -0.065460451 -0.10210466 0.46243319 -0.10293401 +5 0.65090333 0.54638305 0.011819466 -0.25436993 -2.5621101000000004 -1.3811214 -0.85739001 0.28356729 0.28377174 0.18115028 0.16766156 -0.37450872 0.17279438 +6 1.4749663999999998 1.148495 0.02925234 -0.4129475 1.6177028999999998 -2.0896923 -1.5562068 0.63900669 0.63939896 0.37579509 0.29121805 -1.0394807 0.3024113 +7 1.8347933 1.3830893999999998 0.037507202 -0.38225325 1.9617037 1.3134356000000003 -2.393977 0.75756427 0.75800102 0.43003044 0.31798325 -2.033246 0.33081547 +8 -0.74338129 -0.064585135 0.73767722 -0.6327132 -0.54724621 0.012504722 0.17733628 -2.9988563 -3.0037287999999998 -2.0977473 -5.7770551 0.2321091 -5.7776805 +9 -1.4437571000000002 -3.1289514 -1.1341238999999999 0.52630528 -2.7456017000000004 -1.5243379 -0.99028589 -1.2367594 -4.562337 -3.5481681000000003 -7.9526639999999995 -0.43770536 -7.951649199999999 +10 0.14959193 0.20677346 2.0103798999999998 -1.0025401 0.4498537 0.42757465 0.39429824 0.87753038 0.8780529 -2.8437601000000003 -7.0360776 0.33981366 -7.0353724 +11 0.12862692 0.17430039 1.5858444999999999 -0.77682728 0.36541426 0.32994791 0.29927767 0.69936266 0.69975227 0.40012656 -2.4996688999999996 0.26090867 0.31335527 +12 -3.3539297999999995 -2.9016287 -0.066820891 0.39815141 -4.3072355 -2.9895791000000003 -2.4432259999999997 -0.56360745 -0.56349622 -0.31442004 -0.38105204 -2.0159214 -0.387398 +13 -2.1908211 0.93754277 -3.1801037 -0.17789733 -3.0466752 -1.8203468 -1.2832695 0.32176188 0.32250343 0.22399843 0.20813077 -0.75233508 0.21456657 +14 -2.9767382000000002 0.35059702 0.029802626000000002 -3.1035169 0.014965746 0.0018389889 0.0005403886 -0.069192142 -0.069254125 -0.062388645 -0.076043191 0.0052341544 -0.077513691 +15 -0.97809324 2.2092327000000003 0.096245938 0.075926658 -3.9656464999999996 -2.709007 -2.1804620999999997 0.97156061 0.97208441 0.50878884 0.35111394 -1.7712732 0.36614458 +16 -0.70428064 2.5053574 0.10650046 0.25709714 -1.8709948 -3.9345517 -3.4146833 1.0906559 1.0912041000000001 0.55351037 0.36931346 -3.1609038 0.38560699 +17 -0.76942732 2.427305 0.10383133 0.20455306 -1.8864902 -0.81615835 -2.9274087000000004 1.0642454 1.0647879999999998 0.54413773 0.36565011 -2.6297249 0.38168375 +18 -2.1999942000000003 1.2856905 0.98137899 -0.40601534 -2.8987949 -1.6640081000000002 -1.1268802 -2.6255563 -2.6291281000000004 -1.7704796999999999 -4.9633559 -0.55795021 -4.9657227 +19 -3.2713716 -2.8103245 -1.0133443000000002 0.49213291 -4.7431717 -3.4335443999999997 -2.9040988 -1.0964553 -4.421418599999999 -3.413179 -7.784800099999999 -2.601237 -7.7838656 +20 -1.8601188999999998 1.5032833 2.1333499 -0.46073924 -2.6116562 -1.4059246 -0.87611154 1.0206037000000001 1.0211932 -2.7941902 -6.9653405 -0.34176993 -6.9646682 +21 -1.880205 1.4624161 1.7113208 -0.3670661 -2.7160944 -1.5110332 -0.97772968 0.88717371 0.88765759 0.47292301 -2.4725585 -0.44620515 0.34830612 +22 -1.4092063 -4.3426633 -2.5365862999999997 1.1440514 -3.1642096 -1.9171349999999998 -1.3790886999999998 -2.0058968 -2.0050702 -1.2418947 -3.1831243 -0.84979998 -3.1913167999999996 +23 -2.0314360000000002 -3.7947532999999996 -0.060647299 -2.8574986 0.81247462 0.56462982 0.47033883 -0.65141053 -0.65138746 -0.37547637 -0.4940321 0.37962014 -0.5006271 +24 -0.9420423 -3.2715916000000003 -0.067639524 0.31982231 -3.7458382000000006 -2.4558772999999996 -1.9100462999999999 -0.60440734 -0.60432652 -0.33889141 -0.41952151 -1.4074871 -0.4261584 +25 -0.72582562 -3.213241 -0.068626566 0.28348582 -1.2584323999999998 -3.5570036 -3.0152577000000003 -0.59886533 -0.59877457 -0.33469019 -0.41177399 -2.6827072 -0.41838592 +26 -0.71713185 -3.2096988 -0.06868573900000001 0.28171203 -1.2501339 -0.36429033 -2.8182907999999998 -0.59849162 -0.59840054 -0.33441218 -0.41127142 -2.5015758999999997 -0.41788132 +27 -1.5938598999999998 -3.7743523000000003 0.15100161 0.044883585 -2.4658709 -1.2705457 -0.74320793 -3.8642817000000003 -3.8667361000000002 -2.8875892999999997 -7.0900255 -0.21613502 -7.089380900000001 +28 -1.4926158 -7.3949773 -1.876094 1.0962748 -3.2313271 -1.9749922999999998 -1.4355646999999998 -2.1021289 -5.427027099999999 -4.3866879999999995 -8.928141400000001 -0.90268631 -8.9269739 +29 -1.7378018 -3.1468917999999997 1.8426736000000001 -1.2593093 -1.0605883 -0.26012489 0.027636925 0.66284957 0.6635648 -2.9223452 -7.1467232 0.17957195 -7.1459152 +30 -1.7218688000000002 -3.2014284 1.4132227 -0.88384283 -1.233462 -0.41798715 -0.11447096 0.42327033 0.42384903 0.29298288 -2.5419406 0.052620157 0.25937354 +31 -0.50402479 -0.39054435 -3.2140142999999997 -3.0367618 1.3084535 0.85400279 0.65477227 -0.45712374 -0.45660213 -0.24696015 -0.30671978 0.45357689 -0.31113917 +32 0.41568689 0.35174923 -3.2247976 -0.23533789 -2.6265928 -1.4336135 -0.90470321 0.083960416 0.08463858 0.1186012 0.14406903 -0.38767505 0.1472958 +33 1.2688948 0.92150357 -3.2146377 -0.41243446 1.5160076 -2.1095322999999997 -1.5767083999999998 0.45587245 0.45663556 0.31324802 0.26669628 -1.0647014 0.27602701 +34 1.62678 1.1330281 -3.2079406 -0.40544578 1.8794707 1.2949898000000002 -2.3951574 0.57250361 0.57328071 0.36528805 0.29271697 -2.0347723 0.30363063 +35 -0.95275423 -0.3014077 -1.8673976000000003 -0.098008339 -1.6557504 -0.602067 -0.15454244 -3.5910318 -3.5939664 -2.6337236 -6.715338099999999 0.13030125 -6.7148783 +36 -1.3834821000000002 -4.9187662 -5.775683 1.5356187 -3.4127791 -2.148255 -1.6075785 -2.9171161 -6.239003 -5.1851121 -9.7944425 -1.0916968 -9.7930724 +37 -0.29122907 -0.11906106 -1.4186899 -0.12331131 -0.25653205 -0.04008576 0.026403943 -0.062844132 -0.062150282 -3.2871222 -7.6190462 0.065819473 -7.6182681 +38 -0.30165834 -0.14761777 -1.7890886000000001 -0.04994475599999999 -0.28454316 -0.074007057 -0.0052087862 -0.138151 -0.13756005 -0.014234641000000001 -2.7272168999999997 0.034395748 0.029249797999999997 +39 0.35124973 0.27346898 0.0059597945 -3.3643364 -1.5972103000000002 -0.5463867 -0.087552155 0.098115536 0.098217081 0.04754002400000001 0.031718356 0.20495467 0.033199009 +40 1.4023068 1.0984695 0.027362582000000003 -3.7337425000000004 2.3663274 -1.9122281000000003 -1.3836712 0.61111489 0.61150086 0.36179916 0.2836314 -0.8438211 0.29438414 +41 1.8306861 1.3799366000000002 0.03736071 -3.705089 2.3812665 1.4030338 -2.3774941000000003 0.75627757 0.75671379 0.42949205 0.31773688 -2.0153041000000003 0.33055328 +42 -0.94846995 -0.24617447 0.68957719 -3.8925888 1.6985778000000002 1.1469722 0.83567812 -3.0730888 -3.0783357000000002 -2.1663026000000003 -5.8834911 0.49642842 -5.8842365999999995 +43 -2.1764157 -3.1365162 -1.1311606 -2.762191 0.424759 0.5097837 0.5016719 -1.2336364 -4.560073 -3.5460392 -7.949617 0.41533057 -7.9486255 +44 0.071853506 0.12337027 2.0008397 -4.3358639000000005 1.9498874 1.2790648999999998 0.88513894 0.86406792 0.86458704 -2.849034 -7.043387200000001 0.50235967 -7.042691800000001 +45 0.043770388 0.08415842 1.5739953000000002 -4.0882301 1.8039971999999997 1.1883208 0.85170203 0.67511426 0.67549951 0.38815462 -2.5050272000000002 0.49859722 0.30654058 +46 1.9392827000000001 1.4536243 0.040228254 -0.3623366 -1.5445701 -3.6718023 -3.1495551 0.7889151 0.78936345 0.44329816 0.32405644 -2.8727287 0.33728005 +47 1.9068104 1.4320623 0.039422679 -0.36869966 -1.5567886 -0.53460784 -2.8113347 0.77933117 0.77977603 0.43926755 0.32222503 -2.5016305 0.33532998 +48 0.04157217 0.35589477 0.82792912 -0.68860306 -2.4962736 -1.3010173999999999 -0.77260067 -2.8541935 -2.858063 -1.9673853 -5.5281535 -0.21565561 -5.5288683 +49 -0.83647456 -3.2878648999999998 -1.1921926999999999 0.52421231 -4.178188899999999 -2.8850995999999998 -2.3540251 -1.3065921999999999 -4.6317002 -3.6148464999999996 -8.0336936 -1.9779166000000001 -8.0326856 +50 0.82820356 0.79225774 2.0792892 -0.84945265 -2.16435 -1.0089979 -0.49710462 0.96766373 0.96822908 -2.8107631 -6.989495 -0.028913674 -6.9888073 +51 0.8025835 0.74673869 1.6577549999999999 -0.71612784 -2.2554396 -1.1003783999999999 -0.58416719 0.82570943 0.82616337 0.4528552 -2.4793608 -0.11095739 0.33951581 +52 1.9583462999999999 1.4650163999999999 0.040581066 -0.35917914 2.0238894 -1.9817456999999998 -3.5170364999999997 0.79430589 0.79475599 0.44559472 0.32510413 -3.274372 0.33839574 +53 0.67820272 0.41499838 0.83891176 -0.70666718 1.2317266000000002 -2.192945 -1.6628858 -2.8354532999999997 -2.8381618 -1.9498171999999998 -5.4917027 -1.165924 -5.4923432 +54 -0.77064882 -3.3157746 -1.2020017 0.52488825 -2.1468625 -4.116583400000001 -3.5902894999999995 -1.3184963 -4.6435197 -3.6262366000000004 -8.0473061 -3.3494009 -8.046306900000001 +55 1.8802948 1.6357048 2.2029779 -0.45218932 2.0092855 -1.9815604 -1.4522428 1.1176853 1.1183156 -2.7580939 -6.914397800000001 -0.92190704 -6.913717200000001 +56 1.7973841 1.5291593 1.7844128000000001 -0.46440543 1.9517736 -1.9971624 -1.466912 1.0300298 1.0305692 0.53296892 -2.4511013 -0.93806055 0.37618044 +57 0.81758093 0.34411882 0.82532028 -0.72022064 1.4320104999999999 1.1602703 -2.4215041 -2.857793 -2.8601058999999998 -1.9691317 -5.533699400000001 -2.0640252 -5.5343157 +58 -0.78799784 -3.3081252 -1.199317 0.52469688 -2.1629202000000003 -1.0122299000000001 -2.9811249 -1.3152421 -4.6402886 -3.6231229 -8.043585499999999 -2.6907857 -8.0425837 +59 2.3032812000000003 1.9657591 2.2493665000000003 -0.23203992 2.1122113 1.3477318 -2.3901402999999997 1.1680758 1.1687290000000001 -2.7416682 -6.890598799999999 -2.028934 -6.889909200000001 +60 2.2094452 1.8397485 1.8348887999999999 -0.28560468 2.0973026000000003 1.3417673 -2.3908949 1.0992647 1.0998276000000002 0.55740578 -2.4432612000000002 -2.0297735 0.38643237 +61 -1.3102252 -6.7767633 -5.4380489 1.7376288 -3.5239067000000004 -2.2500996 -1.7077022000000002 -6.8253914 -10.152333 -9.081236800000001 -13.772157 -1.1956677 -13.770714000000002 +62 -0.74271984 -0.063820611 0.74051377 -0.63372741 -0.54437837 0.01389126 0.17801409 -2.9978687 -3.0023771 -5.4184182 -10.040097 0.23241575 -10.038837 +63 -0.74322383 -0.06443790099999999 0.73957283 -0.63336401 -0.54653286 0.012936157 0.17763659 -2.9984231 -3.0031287 -2.0972139 -8.2458745 0.23228969 -5.7796172 +64 -1.4441575 -3.1246101000000004 -1.1288076999999999 0.52376241 -2.7434936000000003 -1.5224671 -0.98849229 -1.2330268999999998 -4.5583352 -6.8662341 -11.536054 -0.43617399 -11.534649 +65 -1.4437552 -3.1259696 -1.1302783 0.52432307 -2.7443223999999997 -1.5231816 -0.98915448 -1.2341483 -4.5596613 -3.5455992999999997 -10.411228999999999 -0.43648934 -7.9491741 +66 0.15028847 0.2076192 2.0242321 -1.0090986 0.45274412 0.43056166 0.3971749 0.88259696 0.88312161 -2.8417508 -9.4969563 0.3419286 -7.033824000000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.922567 0.16488311 0.038164353 0.034764892 -2.9329883 -2.7845093999999997 -1.8421806 0.039222863999999996 0.038505947 0.03847283 0.038496139 -1.8565714 0.038519064 +2 -1.7037213 -3.464728 -0.31104404 -0.067010562 -1.6516924 -1.2887306 -0.69368251 -0.32962892 -0.31465292 -0.31438086 -0.31451619 -0.69796466 -0.3147145 +3 1.2520892 1.493008 0.39794957 0.51326608 1.1792455 0.99223398 1.0937457 1.6789502 1.6758210999999998 1.6747718 1.6783737 1.1047475 1.6785935 +4 0.00029467846 0.00030620713 6.9884317e-05 -3.3216954 0.17288519 0.11961177 0.049797703 7.1627147e-05 7.0590958e-05 7.0534922e-05 7.058111899999999e-05 0.050147907 7.0618717e-05 +5 0.00012127135 0.00012965536 3.1617773e-05 6.1491754e-06 -1.7275365000000003 -1.6735229 -0.99911552 2.9639763e-05 3.2513897e-05 3.2409566e-05 3.2349095000000005e-05 -1.0104306 3.2444915e-05 +6 0.00014620741000000002 0.00015680202 3.8058635e-05 7.4437868e-06 0.00010069735999999999 -3.1041342999999997 -2.1424272999999996 3.5758989000000004e-05 3.920569e-05 3.9073941e-05 3.8994863999999996e-05 -2.1579422999999998 3.911632e-05 +7 0.00013293053999999997 0.00014268142 3.4586852e-05 6.7750887e-06 9.1225234e-05 2.428657e-05 -1.492515 3.2517123000000004e-05 3.5646208999999996e-05 3.5524944e-05 3.5451514e-05 -1.4957945 3.5563414e-05 +8 -1.6652008000000003 -3.342968 -3.5140027999999996 -0.046578678 -1.6177813 -1.2628498 -0.65952929 -4.0793339 -4.078465799999999 -4.0780595 -4.0796476 -0.66371087 -4.0796980000000005 +9 -1.8103487 -3.9976596 -4.1056318 -0.069046015 -1.7569086 -1.3703329 -0.74639627 -0.7964508 -4.1161134 -4.1157017 -4.1172876 -0.75079074 -4.1173427 +10 -7.4555391e-05 0.00022837076 0.00080958058 1.1297351e-05 0.00021882777 0.00044469633 0.00022731412999999997 4.0976569e-05 8.8377463e-06 -3.3219192000000004 -3.3234907999999996 0.00023381953 -3.3234885999999997 +11 2.9384393e-06 3.8443871e-06 6.278856e-06 1.1180878999999998e-07 2.964717e-06 2.4807121e-06 9.6138575e-07 2.0107956e-06 3.5666365e-06 3.567169e-06 -2.4594403 9.7579531e-07 -2.0048963999999998e-08 +12 -4.2163363 -3.3209741000000004 -0.30496999 -0.038836025 -4.1582311 -3.7063797999999997 -2.6145497000000004 -0.32537147 -0.31042882 -0.31015978 -0.31029318 -2.6257985 -0.31048939 +13 -1.8083048 1.6498912000000001 0.42313428 0.54771439 -1.9164101000000002 -1.9212876 -0.45093949 1.7056913 1.7022203999999999 1.7011355 1.7048265 -0.46198025 1.7050596000000002 +14 -2.9222547999999997 0.1652152 0.038246753 -3.2869222999999996 -2.7558539 -2.6555951 -1.7403749 0.039307184 0.03858928 0.038556087 0.038579443 -1.7552674 0.038602422000000004 +15 -2.9225594 0.16489241 0.038166686 0.034765395 -4.6370512999999995 -4.4846913 -3.3838626000000005 0.039225132 0.038508392999999995 0.038475265 0.038498566 -3.4018851999999997 0.038521502 +16 -2.9225586 0.16489339 0.038166931 0.034765448 -2.932983 -5.8340736 -4.6850511 0.039225372 0.03850865 0.038475521 0.038498822 -4.703928299999999 0.038521757999999996 +17 -2.9225595 0.16489225 0.038166644 0.034765387 -2.9329836 -2.7845082999999997 -3.3295583 0.039225092999999996 0.03850835 0.038475222 0.038498524 -3.3448201 0.038521459 +18 -4.1641517 -3.1355717999999997 -3.5441241000000003 -0.017413315 -4.1206201 -3.6750947 -2.5684221000000003 -4.072715799999999 -4.0724222999999995 -4.072019999999999 -4.0736117 -2.5796727 -4.073658200000001 +19 -4.2790379000000005 -3.8548788999999997 -4.0869087 -0.041044642 -4.2225229 -3.7543379999999997 -2.6566292999999996 -0.79340049 -4.1132593 -4.1128494 -4.114436799999999 -2.667678 -4.1144902000000005 +20 -2.9223606 0.16512649 0.038172647000000004 0.03477808 -2.9327976000000002 -2.7841389 -1.8418383999999999 0.039274396 0.038529229 -3.2834318999999996 -3.2850226000000005 -1.8562245 -3.2849975 +21 -2.9225644 0.16488707 0.038170906 0.034765027999999996 -2.9329857999999995 -2.7845072999999996 -1.842179 0.039225029 0.03850971 0.038476592999999996 -2.4209443 -1.8565699 0.038519144 +22 -1.1580553999999998 -1.8576495 0.18854486 0.37902728 -1.193602 -0.99133721 0.20660651 1.4517301 1.4636843000000002 1.462914 1.4658723999999999 0.20509814 1.4659777 +23 -1.7034529999999999 -3.4644559 -0.31103414 -3.3887096 -1.4785831 -1.1684499 -0.62006448 -0.32961901 -0.31464303 -0.31437097 -0.3145063 -0.62438919 -0.3147046 +24 -1.7037028000000003 -3.4646765 -0.31104267 -0.06701045 -3.3614061 -2.9854632999999997 -2.0078662 -0.32962757 -0.3146514 -0.31437935 -0.31451468 -2.0189234000000003 -0.31471298 +25 -1.7037003000000002 -3.4646692999999997 -0.31104247 -0.06701043200000001 -1.6516785 -4.3611772 -3.2524516 -0.32962738 -0.31465119 -0.31437913 -0.31451447 -3.2654183 -0.31471277 +26 -1.7037025000000001 -3.4646754 -0.31104264 -0.067010446 -1.65168 -1.2887277 -2.1834822 -0.32962754 -0.31465137 -0.31437931 -0.31451465 -2.1897707000000004 -0.31471295 +27 -2.0092597 -6.6574008000000005 -3.571403 -0.053185196 -1.9475044 -1.4932964 -0.80584996 -4.1161117 -4.1021166 -4.1016673 -4.1032127 -0.80998558 -4.1033057 +28 -2.0456161 -7.3055281 -4.1169905 -0.073303095 -1.9805206999999998 -1.5264847 -0.8470763 -0.82004414 -4.1278756 -4.1274291 -4.1289796999999995 -0.85140891 -4.1290694 +29 -1.7079076000000002 -3.4646162000000005 -0.30606775 -0.067010101 -1.6516553 -1.2886313999999999 -0.69361012 -0.32965857 -0.31475739 -3.6364135 -3.6378128 -0.6978909 -3.6380092000000004 +30 -1.7037206000000003 -3.4647248999999998 -0.31103985 -0.067010618 -1.6516917000000002 -1.28873 -0.69368224 -0.32962808 -0.31465086 -0.31437879 -2.7739556 -0.69796439 -0.31471532 +31 1.2523243 1.4932537000000001 0.39798752 -2.8084854 1.4200099 1.1531784999999999 1.1378704 1.678991 1.6758601000000002 1.6748108 1.6784129 1.1496815 1.6786326 +32 1.2527059 1.4935602 0.39806295 0.51331933 -0.58109615 -0.64233935 0.38549657 1.6790406000000002 1.6759264999999999 1.6748769000000001 1.6784791000000001 0.38268074 1.6786990000000002 +33 1.2529015 1.4937399 0.39809826 0.51333671 1.1798521999999998 -2.1788477000000004 -0.64393783 1.6790698 1.6759605 1.6749108 1.6785129 -0.65376655 1.6787330000000003 +34 1.2528483 1.4936931999999998 0.39808833 0.51333221 1.1798082 0.99239454 -0.40688968 1.6790621 1.6759515 1.6749018 1.6785039000000002 -0.40306032 1.678724 +35 -0.89366885 -1.3572203 -2.7080841 0.40645348 -0.94682524 -0.80370359 0.33525958 -1.9965906000000002 -2.0002674 -2.0001366999999997 -2.0016039 0.33442952 -2.0014508 +36 -1.2313501 -2.0146936 -3.3109376000000004 0.37663589 -1.268849 -1.0601129999999999 0.16259436 1.2801635 -2.0440649 -2.0439216 -2.0453918 0.16071368 -2.0452483 +37 1.2522255 1.4931662 0.39803947 0.51328083 1.1794247 0.9926085 1.0938762 1.6789764999999999 1.6758503 -1.6471271 -1.6485493000000002 1.1048833 -1.6483233 +38 1.2520898999999999 1.4930088 0.39796349 0.51326535 1.1792464 0.992235 1.0937449 1.67895 1.6758214 1.6747721000000002 -0.78109675 1.1047466000000001 1.6785823 +39 0.00042342154 0.00044382214999999996 0.00010346530000000001 -3.3216888999999994 -1.5573363000000002 -1.5493616000000001 -0.91586866 0.00010310063 0.00010511773000000001 0.00010495153999999999 0.00010493419 -0.9272889 0.00010507291000000001 +40 0.0004510521 0.00047392593 0.00011060078000000002 -3.3216875 0.17298911 -2.9882942999999997 -2.0468775000000003 0.00010988373 0.00011253441 0.00011233757999999999 0.00011229933000000001 -2.0628025 0.00011246671999999999 +41 0.00043715112 0.00045915664000000005 0.00010696228999999999 -3.3216882000000005 0.17297947 0.11963713 -1.442968 0.00010648905 0.00010880643999999998 0.00010862036 0.00010858778999999998 -1.446015 0.0001087454 +42 -1.6649227 -3.3426762 -3.5139904000000004 -3.3682727 -1.4429281 -1.1409439 -0.5853342 -4.0793227 -4.0784549 -4.078048600000001 -4.0796367 -0.58954254 -4.0796871 +43 -1.81008 -3.997388 -4.105624 -3.390745 -1.5836402 -1.2500921 -0.67141378 -0.79644303 -4.1161055 -4.1156939 -4.1172797 -0.67587932 -4.1173348 +44 0.00022015142000000003 0.0005345953900000001 0.00087956481 -3.3216841 0.17311215 0.12005589 0.050015712000000004 0.00011261915000000001 7.9450847e-05 -3.3218486000000005 -3.3234202000000006 0.050372407 -3.3234181000000005 +45 0.00029761707999999997 0.00031005173 7.6163663e-05 -3.3216953 0.17288817 0.11961425 0.049798616 7.3638215e-05 7.4157942e-05 7.410243900000001e-05 -2.4593697 0.050148835 7.0598841e-05 +46 0.00015149083999999998 0.00016258093 3.9419153e-05 7.7197402e-06 -1.7275173 -4.7356697 -3.6579612999999997 3.7056435e-05 4.0623289e-05 4.0485367e-05 4.0401972e-05 -3.6777405 4.052922e-05 +47 0.00014824779 0.00015905386000000002 3.8580873e-05 7.551576e-06 -1.7275194 -1.6735186000000002 -2.4880497000000004 3.6260667e-05 3.9752894e-05 3.9618489e-05 3.9537462e-05 -2.5009409 3.9661426000000004e-05 +48 -1.6651792 -3.3429141 -3.5140167 -0.046578547000000005 -3.3276692000000003 -2.9595618 -1.9686266 -4.0793323 -4.0784625 -4.078056200000001 -4.0796443 -1.9796799999999999 -4.0796947 +49 -1.8103346000000002 -3.9976117999999996 -4.105628 -0.06904598099999999 -3.4660032 -3.0677521 -2.0766885 -0.7964499 -4.1161109 -4.1156992 -4.1172851 -2.087568 -4.1173402 +50 4.7223075e-05 0.00035810032 0.0008399132699999999 1.7451027e-05 -1.7273228999999999 -1.6730665 -0.99874848 7.0644038e-05 4.1397212e-05 -3.3218867 -3.3234584000000003 -1.0100563 -3.3234562000000007 +51 0.00012421005 0.00013349995 3.7896881e-05 6.2610101e-06 -1.7275336 -1.6735203 -0.99911386 3.1650711e-05 3.6080727e-05 3.5976927e-05 -2.4594079 -1.0104289 3.2424979e-05 +52 0.00015141385 0.00016250021 3.9398717e-05 7.7159276e-06 0.00010396558000000001 -3.1041336 -3.6294367 3.70376e-05 4.0602541e-05 4.0464659999999996e-05 4.0381276e-05 -3.645656 4.050849e-05 +53 -1.6651763 -3.3429065000000002 -3.5140184000000003 -0.046578527 -1.6177662 -4.3361007 -3.2118943 -4.0793321 -4.078462 -4.0780558 -4.0796439 -3.2248938 -4.0796942000000005 +54 -1.8103327 -3.9976052 -4.1056275 -0.069045975 -1.7568979999999998 -4.4413605 -3.3257154000000004 -0.79644978 -4.1161105000000004 -4.1156989 -4.1172847 -3.338398 -4.1173398 +55 7.2254156e-05 0.00038526792 0.0008461375099999999 1.8746844000000002e-05 0.00031959538 -3.1037105 -2.1420117999999997 7.6770509e-05 4.8101009000000004e-05 -3.32188 -3.3234517999999995 -2.1575199 -3.3234495 +56 0.00014914618 0.00016064667999999999 4.4337799000000005e-05 7.5556282e-06 0.00010366230999999999 -3.1041319 -2.1424254 3.7769975e-05 4.2772565e-05 4.2641346999999996e-05 -2.4594012999999997 -2.1579403999999998 3.9096412e-05 +57 -1.6651788 -3.3429129 -3.5140167 -0.046578542 -1.6177678 -1.2628466999999999 -2.1494338 -4.0793323 -4.078462399999999 -4.0780561 -4.0796443 -2.1556701 -4.079694600000001 +58 -1.8103343999999997 -3.9976108999999997 -4.105628 -0.06904597900000001 -1.7568991000000003 -1.3703308 -2.2360394 -0.79644989 -4.1161108 -4.1156992 -4.117285 -2.2423682 -4.1173401 +59 5.8920532999999996e-05 0.00037114013999999993 0.00084281334 1.8077699e-05 0.00031011742 0.00046899998 -1.4922889 7.3525859e-05 4.4536959e-05 -3.3218836000000005 -3.3234553 -1.4955625 -3.3234531 +60 0.00013586928999999998 0.00014652606000000002 4.0865989e-05 6.8869275e-06 9.4190166e-05 2.6767342e-05 -1.492514 3.4528093e-05 3.9213063000000005e-05 3.9092329e-05 -2.4594047999999997 -1.4957936 3.5543494e-05 +61 -2.0117845 -6.7460800999999995 -6.937740700000001 -0.053214172000000004 -1.9504171000000001 -1.4956909999999999 -0.80749058 -4.1718848 -7.4926546 -7.492220599999999 -7.4938946 -0.81163106 -7.4939523 +62 -1.6619580000000003 -3.3428782 -3.5507047 -0.046578222 -1.6177529 -1.2627844 -0.65948228 -4.0793316 -4.0785122000000005 -7.400034 -7.4017151 -0.66366301 -7.401765299999999 +63 -1.6652008000000003 -3.3429678999999997 -3.5140026 -0.046578678 -1.6177813 -1.2628498 -0.65952927 -4.0793339 -4.0784657 -4.0780594 -6.539079900000001 -0.66371085 -4.0796981 +64 -1.8108096000000002 -3.9975785000000004 -4.0982991 -0.06904575 -1.75689 -1.3702889999999999 -0.74636395 -0.79645095 -4.1161613 -7.4376777 -7.4393541 -0.75075785 -7.4394091 +65 -1.8103486 -3.9976595 -4.1056316 -0.069046015 -1.7569086 -1.3703329 -0.74639626 -0.7964508 -4.1161133 -4.1157016 -6.5767198 -0.75079073 -4.1173428 +66 -7.4261744e-05 0.00022875486000000002 0.00081020738 1.1308524e-05 0.00021912401000000003 0.00044494434999999997 0.00022741025000000002 4.1177418e-05 9.193979400000001e-06 -3.3219187999999993 -5.7829233 0.0002339171 -3.3234885999999997 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.1627157 0.15150003 0.00024386737 0.04237805099999999 -3.4532707 -1.8851435 -0.37878568 0.0010515022 0.0010546167 0.0008849061699999999 0.0030545653 -0.39985284 0.0030458256 +2 -1.8261101999999998 -2.263896 -0.0043057082 -0.31428154 -1.8976650000000002 -0.57772268 -0.08453115800000001 -0.0098400291 -0.0098707485 -0.0082898716 -0.028447037 -0.09021187 -0.028356008999999998 +3 -0.42756983 -0.25256087 -3.6078367 0.50357073 -0.79102065 -0.19346733 0.55121011 -3.0270243 -3.0283507000000003 -2.8096508 -4.524253599999999 0.57768957 -4.5187667000000005 +4 -0.00080806539 -0.00050882054 -1.7631999e-06 -3.3220400000000003 0.90582444 0.029272585 0.0042002995 -4.2194910999999995e-06 -4.3024902e-06 -3.6109574e-06 -1.2460578e-05 0.0046054054 -1.2422406000000001e-05 +5 0.0099008714 0.0069232786 2.5660957e-05 0.0017170973 -2.1549596 -0.77415298 -0.11521188 5.9185311e-05 6.0719084e-05 5.0939577e-05 0.00017565970000000001 -0.12287355 0.00017520511000000002 +6 0.0246312 0.017268556 7.3055876e-05 0.0042883511 0.022936243 -3.4493369 -1.0008972 0.0001556107 0.00016217876 0.00013598546 0.00046850191 -1.033161 0.00046758875 +7 0.027579568 0.019334897 8.3189993e-05 0.0048031223 0.025432111 0.0008490260400000001 -1.5699136 0.00017550915 0.00018322338 0.00015362391000000003 0.0005292318 -1.6119905 0.0005282299500000001 +8 -3.7148972000000002 -3.7644651 -7.4678084 -1.2450527 -3.6334779000000004 -2.3589283 -1.8395026 -9.4806094 -9.489164 -9.2371209 -11.111431 -1.8967518 -11.106041000000001 +9 -4.4925428 -4.734366099999999 -8.3933027 -1.2870832 -4.4061128 -3.0446077000000002 -2.1564498 -6.493192400000001 -9.8240991 -9.5720528 -11.446812 -2.2200604999999998 -11.441345 +10 0.0074239876 -0.0021606194 0.054436475 -0.24840154 0.12505174 0.011157216000000001 -0.31402078 0.044642645 0.04487373 -3.2843292999999996 -5.0458462 -0.32331087 -5.0405587 +11 0.011668808999999999 1.4451343e-05 0.076164812 -0.1996863 0.10785447 0.0094225657 -0.25082131 0.066336148 0.066526921 0.055642313 -2.2893589 -0.25856621 0.19118454 +12 -4.9697290999999995 -2.0874827000000002 -0.0041823197 -0.29855985 -5.134144 -3.5637952000000004 -1.1405309 -0.009519752900000001 -0.009549944 -0.0080204166 -0.027528294 -1.1857035 -0.02743972 +13 -3.5477790000000002 -0.08220811900000001 -3.5938614999999996 0.53348448 -4.0926235 -2.8248938999999997 -0.19120893 -3.0111627999999997 -3.0121071 -2.7937856 -4.5065013 -0.21136325 -4.501011900000001 +14 -3.1664249 0.14893612 0.00023048197999999998 -3.2802201 -2.7048454 -1.2800983999999997 -0.21756683 0.0010248308999999999 0.0010266864 0.0008614968699999999 0.0029738708000000003 -0.23145172 0.0029652575 +15 -3.1534881 0.15801164 0.0002775667 0.044120321 -5.1937623 -3.6672648999999997 -1.2031038 0.0011190857000000002 0.0011255108 0.0009443173300000001 0.0032593270000000002 -1.2501934 0.0032502975 +16 -3.1509428 0.15981389 0.00028746906 0.044603153 -3.4441655 -5.2750903 -2.3631542000000003 0.0011382725999999998 0.0011458565 0.0009613593 0.0033180141 -2.42476 0.0033089352000000003 +17 -3.1517673 0.15923501 0.00028454620999999997 0.044447824000000004 -3.4448247000000003 -1.8827306000000001 -1.9283522000000002 0.0011323096000000002 0.0011396272000000001 0.0009561379400000001 0.0033000102 -1.9807997 0.0032909615999999996 +18 -6.6836735 -3.5543837 -7.4583634000000005 -1.2220649 -6.624805800000001 -5.2670043 -3.6624084999999997 -9.470525199999999 -9.4796455 -9.227611 -11.101916000000001 -3.7437559 -11.096519 +19 -7.4098507 -4.5906815000000005 -8.390023699999999 -1.2703183999999998 -7.3321035000000006 -5.8936374 -4.1956828 -6.4895352 -9.8206117 -9.5685684 -11.443325999999999 -4.2778072 -11.437857000000001 +20 -3.1602101 0.1462247 0.055602476 -0.2000318 -3.3513617 -1.7825436999999997 -0.66395455 0.04650428400000001 0.04673633 -3.2827742999999994 -5.0441636 -0.69080971 -5.0388753 +21 -3.155376 0.14895066 0.077350091 -0.15249627 -3.3654013999999997 -1.7989636000000002 -0.60520466 0.068211099 0.068402718 0.057204398 -2.2836198 -0.63111712 0.19699083 +22 -2.7518613 -2.7378955 -3.6968706 0.31788392 -3.1670642000000004 -1.9124558 0.16724827 -3.1314783999999998 -3.1316531000000003 -2.9106528 -4.636756200000001 0.16508224 -4.631271400000001 +23 -1.8297093999999998 -2.2680691000000004 -0.0043090657 -3.636458 -1.2343396 -0.28019649 -0.041726975 -0.0098475521 -0.0098783309 -0.0082962377 -0.028468721000000002 -0.04487412 -0.028377646 +24 -1.8057102999999999 -2.2401159 -0.0042849907000000005 -0.31275399 -3.7189653 -2.0923963 -0.45228829 -0.009795390400000001 -0.0098257339 -0.008252083 -0.028318346 -0.47602043 -0.028227573 +25 -1.7926031000000002 -2.2247790000000003 -0.0042703266999999994 -0.31175761 -1.8689513999999998 -4.0752881 -1.4273902 -0.0097653823 -0.0097953439 -0.0082265891 -0.028231631 -1.4728433 -0.028140957999999997 +26 -1.7925109000000001 -2.2246481 -0.004269959 -0.31174937 -1.8690775000000002 -0.57202948 -1.6489647 -0.0097649387 -0.009794869599999999 -0.0082261946 -0.02823031 -1.6939553 -0.028139625 +27 -5.7362875 -7.0349718999999995 -7.509491000000001 -1.3014614 -5.6265928 -4.0512766000000004 -2.7199546000000003 -9.5338533 -9.5318214 -9.279693199999999 -11.153978 -2.7892629 -11.148662 +28 -6.0484693 -8.0100976 -8.410262 -1.3164770000000001 -5.9304569 -4.3110672 -2.9047452999999996 -6.521035400000001 -9.8416121 -9.5895138 -11.464239 -2.9752968999999996 -11.45882 +29 -1.8040654999999999 -2.2588629 0.047814234000000004 -0.62853744 -1.7615497 -0.51042271 -0.39112146 0.032817837999999995 0.033017897000000004 -3.2942348 -5.0565615 -0.40515466 -5.0512783 +30 -1.7960903999999998 -2.2572111 0.06993792 -0.5662634 -1.7751398999999997 -0.51931913 -0.32882663 0.054972517 0.055136814000000006 0.04614954 -2.3239592 -0.34145942 0.15618697 +31 -0.43296003 -0.2560274 -3.6081524 -2.8188355 0.25196538 -0.014453008 0.57584593 -3.0273608 -3.0287188 -2.8100104 -4.5246558 0.60485548 -4.5191689 +32 -0.39923462 -0.23359363 -3.6060775 0.50636567 -2.7470147999999996 -1.4554559999999999 0.30952587 -3.0251653999999997 -3.0262992000000004 -2.8076474 -4.5220139 0.31705 -4.5165261 +33 -0.37374204 -0.21597284 -3.6043594 0.50899499 -0.74089959 -3.7483207999999997 -0.64893068 -3.0233942000000003 -3.0242869 -2.8056846 -4.5198217000000005 -0.67694945 -4.5143305 +34 -0.37133655 -0.21422787 -3.6041802000000005 0.50925753 -0.73908567 -0.18623471 -1.0566341000000001 -3.0232137000000003 -3.0240747000000003 -2.8054778 -4.519591 -1.0916358999999998 -4.5140991999999995 +35 -2.5082044999999997 -2.4033037999999998 -7.4044845 0.31280335 -2.9592929 -1.9676139 0.09738732900000001 -7.8660023 -7.882641800000001 -7.6317692 -9.5028365 0.088838426 -9.4970639 +36 -3.1730075 -3.1291173 -8.3880277 0.26566879 -3.6152112 -2.5997015 -0.17964131 -4.6841088 -8.0213063 -7.770322500000001 -9.6418831 -0.20268754 -9.6361142 +37 -0.426825 -0.25188818 -3.6001199 0.50302418 -0.78992779 -0.19296357 0.55065099 -3.0221732999999995 -3.0235235 -6.1268655 -7.9878445000000005 0.57711178 -7.982143700000001 +38 -0.42688847 -0.25195763 -3.6008765 0.50307391 -0.79004341 -0.193223 0.55064031 -3.0226509999999998 -3.0239792999999997 -2.8053824 -6.9801166 0.57709601 -4.514345 +39 0.0074552030000000005 0.0052640243000000005 1.8470432e-05 -3.3206082 -1.5552647 -0.43712688 -0.061533581 4.4099701e-05 4.5019375e-05 3.7773455e-05 0.00013028805000000001 -0.066107927 0.00012993024 +40 0.023957802 0.016856197 7.1181722e-05 -3.3177284 0.92783605 -3.3657727999999993 -0.95115945 0.00015178364 0.00015817812 0.00013263017 0.00045693582000000003 -0.98179679 0.00045604864 +41 0.027621457999999998 0.01942036 8.3419455e-05 -3.3170895 0.93066399 0.029552697000000003 -1.5660319 0.00017618855 0.0001838925 0.00015418517 0.00053116707 -1.6078689 0.00053016054 +42 -3.7149365 -3.7644854 -7.4678244000000005 -4.5668707 -3.2945717000000005 -2.0925686000000003 -1.7431433999999997 -9.480616 -9.4891813 -9.2371381 -11.111448 -1.7982673999999998 -11.106058 +43 -4.4924900999999995 -4.7343343 -8.3933129 -4.6088998 -4.0749948 -2.7712175 -2.0277968 -6.493193799999999 -9.824108500000001 -9.5720622 -11.446821 -2.0893669 -11.441353999999999 +44 0.0068665136 -0.0024934096 0.054434852 -3.5704113 0.93071962 0.032817669 -0.31066991 0.0446395 0.044870534000000004 -3.2843318999999997 -5.0458491 -0.31964418 -5.040561599999999 +45 0.011074378999999999 -0.00034517650999999996 0.07616313799999999 -3.5217012000000003 0.93187178 0.032230705 -0.2473445 0.066332857 0.06652358 0.05563953 -2.2893692000000003 -0.25475991 0.19117421 +46 0.028928957 0.020264081 8.6309537e-05 0.0050357843 -2.1415302000000005 -4.2622897 -1.5624097 0.00018323806000000001 0.00019103061000000002 0.000160178 0.00055186519 -1.6112752000000001 0.0005507863500000001 +47 0.028636407000000003 0.02006679 8.590823200000001e-05 0.0049862156 -2.1418 -0.77112743 -1.6781468999999998 0.00018180935000000002 0.00018969479 0.0001590531 0.00054795822 -1.7241615000000001 0.00054690723 +48 -3.71335 -3.7629773999999996 -7.467668499999999 -1.2449911 -5.3714535 -4.055352200000001 -2.7578766 -9.480512699999998 -9.4890177 -9.236975 -11.111285 -2.8320939999999997 -11.105895 +49 -4.4916885 -4.733418599999999 -8.393233300000002 -1.2870631000000001 -6.1288227 -4.7588264 -3.2724344 -6.4931589999999995 -9.824033199999999 -9.5719871 -11.446746000000001 -3.3507614 -11.441279 +50 0.01484666 0.0030168947 0.05446991599999999 -0.24688783 -2.0648093000000003 -0.71356559 -0.42088247 0.044699329 0.04493136 -3.2842812000000006 -5.0457942000000005 -0.43659531 -5.0405066 +51 0.019460908 0.005457627 0.076199032 -0.19814294 -2.0770739 -0.72318117 -0.35898136 0.066394445 0.066586184 0.055691656 -2.2891779999999997 -0.37336112 0.19136771 +52 0.030274825 0.021211319 9.116776900000001e-05 0.005271970999999999 0.027956507999999998 -3.4488992999999994 -2.5285232000000004 0.00019252568 0.00020097903999999998 0.00016851197 0.00058053314 -2.5815699 0.00057943011 +53 -3.7129934999999996 -3.7626272000000003 -7.4676365 -1.2449765 -3.6320637000000002 -5.534990799999999 -3.8871601000000005 -9.4804905 -9.488984 -9.2369413 -11.111252 -3.968716 -11.105861 +54 -4.4915367999999996 -4.7332479 -8.3932211 -1.2870595 -4.405369599999999 -6.1869352 -4.4681604 -6.4931531 -9.824021499999999 -9.5719754 -11.446735 -4.5517335999999995 -11.441267 +55 0.025493645 0.010482957 0.054519082999999996 -0.24469917 0.142058 -3.4090732000000004 -1.2862341 0.044781573 0.045016758 -3.2842099 -5.0457171999999995 -1.3216317 -5.0404295 +56 0.030750634 0.01338523 0.076249512 -0.19588997 0.12576787 -3.4156440999999997 -1.2278138 0.066479543 0.066674561 0.055765182999999996 -2.2889086 -1.2627713 0.19164051 +57 -3.7131527 -3.7627791 -7.467650900000001 -1.2449828 -3.6321872 -2.3585436 -3.3482225 -9.4805004 -9.488999 -9.2369564 -11.111267 -3.4164922999999994 -11.105876 +58 -4.4916324 -4.733353599999999 -8.3932289 -1.2870617 -4.4054419000000005 -3.0444128 -3.6605229 -6.4931567999999995 -9.8240288 -9.5719828 -11.446742 -3.7328582000000003 -11.441274 +59 0.027661384 0.012002161 0.054529139000000004 -0.2442529 0.14388107 0.011687895 -1.8677759999999999 0.044798354000000006 0.045034289000000005 -3.2841953 -5.0457014000000004 -1.9112163 -5.0404137 +60 0.03304721 0.014996508 0.07625979299999999 -0.19543116 0.12770014 0.0099974889 -1.807549 0.066496856 0.06669265 0.055780231 -2.2888535 -1.8508895 0.19169634 +61 -6.00913 -7.834571899999999 -11.53844 -1.3029458999999999 -5.9029595 -4.3041782 -2.8935283 -10.231666 -13.565458999999999 -13.313201000000001 -15.189339000000002 -2.9642638999999997 -15.1838 +62 -3.7143900999999997 -3.7642943999999994 -7.4680391 -1.2450458999999998 -3.633282 -2.3583796 -1.8392495999999998 -9.4806482 -9.489274900000002 -12.55916 -14.435073999999998 -1.8964878 -14.429681 +63 -3.7148928999999997 -3.7644599999999997 -7.467802000000001 -1.245053 -3.6334732000000005 -2.3589238 -1.8395015 -9.480607199999998 -9.489160400000001 -9.237117199999998 -13.570872 -1.8967506 -11.106041000000001 +64 -4.4915799000000005 -4.7342542000000005 -8.3937212 -1.287081 -4.405998599999999 -3.0442685000000003 -2.1562507 -6.4932117 -9.8241806 -12.894062 -14.770093 -2.2198542999999997 -14.764623 +65 -4.492541 -4.7343637 -8.393298800000002 -1.2870834 -4.406110900000001 -3.0446058999999996 -2.1564493 -6.493191700000001 -9.8240974 -9.5720511 -13.906251999999999 -2.2200599 -11.441346000000001 +66 0.006986658000000001 -0.0023713595999999997 0.052181869000000006 -0.25247759 0.12632133 0.011279411000000001 -0.31922399 0.04241998599999999 0.042663897 -3.2861730000000002 -7.5081057 -0.32861167 -5.0427991 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1607528999999999 1.9732172 -0.0020624027 0.064512294 -1.3073591999999998 -3.2828927000000006 -2.1552131 0.0028604154 0.002882787 0.0022419932 0.011478452 -2.4237227999999997 0.011400928999999999 +2 -0.68467175 -1.7010403000000003 0.0018337121 -0.015675678000000002 -0.74655015 -2.0984707 -1.0223171 0.00046557776 0.00048328570999999995 0.00037530362 0.0019075529000000002 -1.1607134 0.0018991366 +3 0.42938155 0.68369067 -1.8239737 0.10344875 0.34369982 -0.46885497 -0.10886641 -1.3783056999999999 -1.3785698 -1.1664062 -3.9141190000000003 -0.13083483 -3.8992547999999996 +4 -0.60747249 -0.68317422 0.00048828196 -3.3303982000000003 1.8303365000000003 1.1913405000000001 0.21567524 -0.00018606376 -0.00018102986 -0.000141259 -0.00073565216 0.24901779 -0.00072761962 +5 1.6242743999999998 1.5278581 -0.0012871608 0.04154778 -0.25186299 -1.8819819 -0.96563534 0.0018753882999999999 0.0018785001 0.0014612822 0.0074912307 -1.1210672 0.007439064699999999 +6 2.050224 1.8546061000000003 -0.0017015465 0.057388887 2.0153089 -3.4936248999999995 -2.3561981 0.002675108 0.0026990359999999997 0.0020990864999999997 0.010747072 -2.6377979 0.010674703999999998 +7 2.0169631000000003 1.8305006999999998 -0.0016806529 0.056101483 1.9824993000000002 0.72880603 -1.870873 0.0025993865 0.0026188726 0.002036824 0.010430515999999999 -2.1258529999999998 0.0103598 +8 2.0998322999999997 1.9525080000000001 0.75446895 -1.4603585 3.3075784 1.4644867 -1.3729306000000001 -2.8541262 -2.8529047999999997 -2.5457762 -5.892055200000001 -1.5795986000000002 -5.8766544000000005 +9 0.63039982 0.59628789 -2.7202968 -1.7827895 1.8305641 0.75119336 -1.8050697 -2.5567352000000003 -5.8811279 -5.524796299999999 -9.1181719 -2.0541674 -9.1025156 +10 1.581215 0.10236162 3.0158902000000003 -0.25687332 1.8514278000000002 1.0482359 0.09968230199999999 2.3098482000000002 2.3098301 -1.9227633999999998 -5.093195 0.11001141 -5.077427200000001 +11 0.88175475 -0.060499541 2.0796023 -0.11223355 1.0182037 0.80294857 0.11810909 1.7112537 1.7113682000000001 1.1210957000000001 -0.52528003 0.13303961 2.2641827 +12 -2.8896328999999996 -0.21922746 0.0013633437 -0.0028195797 -2.9912153999999997 -5.049234200000001 -3.8138709000000004 0.0009378136 0.0009575046800000001 0.00074424205 0.0038002146000000003 -4.1391900999999995 0.0037783789 +13 -1.3186111999999999 1.9422603999999999 -1.811046 0.14996291 -1.5381936 -3.6043441 -2.4271625 -1.3602518 -1.3602756999999999 -1.1499458 -3.8839153 -2.7146923 -3.8690591 +14 -1.8718863999999997 1.4044628000000001 -0.0014988892 -3.2850851999999997 0.027987434 -1.239487 -0.53488376 0.0013345938 0.0013258495000000002 0.0010319469 0.0053053763 -0.6279509 0.0052647508 +15 -1.0836617 2.0280761999999997 -0.0021572445999999998 0.06777126900000001 -2.9547247000000003 -5.0306657999999995 -3.8087527999999997 0.00301903 0.0030472609000000003 0.0023698195999999998 0.01213035 -4.1367852 0.012048821999999999 +16 -1.07674 2.0329246 -0.0021660278 0.068064958 -1.2277733999999998 -6.4142572 -5.1674660999999995 0.0030331507 0.0030619624 0.0023812449 0.012188602 -5.5123397 0.012106718999999998 +17 -1.0844293999999999 2.0275351 -0.0021566942000000003 0.06773857900000001 -1.2350484 -3.2204576 -3.7084288 0.0030171028 0.0030452317 0.0023682432 0.012122323999999999 -4.034223600000001 0.012040842 +18 -0.91144593 2.2422432999999997 0.75722764 -1.4075213 0.011081232 -0.81331913 -1.9353289 -2.8510103 -2.8493565 -2.542365 -5.8879165 -2.1974815 -5.872514700000001 +19 -2.4452818 0.80209896 -2.7039106 -1.7620601000000002 -1.3564858 -2.4081171 -3.1469023999999997 -2.5414326000000003 -5.8639575 -5.5077309 -9.1007362 -3.4742455000000003 -9.085058300000002 +20 -0.25091868 2.1340265 3.0163062999999997 -0.17275035 -0.18578233 -1.8851905 -1.0896556999999998 2.3104514 2.3104331 -1.9225139999999998 -5.0928533 -1.2715653999999998 -5.0770856 +21 -0.64217953 2.0640841 2.0801435 -0.037179748 -0.68295999 -2.4290851000000004 -1.4233046999999999 1.7126147 1.7127313000000002 1.1217991000000003 -0.52489725 -1.6315772 2.2646648999999996 +22 -0.45307991 -0.71428621 -1.8291712 0.08232224099999999 -0.59767498 -2.4918721 -1.4278146 -1.3862053 -1.386231 -1.1733218 -3.9267635999999997 -1.6422536 -3.9118632000000004 +23 -1.6202942 -3.6925857000000004 0.0020681446 -3.3427428999999997 0.40287829 0.47107765 0.10566749 0.00030122252 0.00031850652 0.00024708053 0.0012490125 0.12200887 0.0012454103999999999 +24 0.17660981 -0.5039934 0.0015000074 -0.0067477618999999996 -1.6414683 -3.6093787000000006 -2.4306175 0.00080915527 0.00082835603 0.0006438020599999999 0.0032859135 -2.7088818 0.0032674908000000003 +25 0.30015623 -0.35613837 0.0014425076999999998 -0.0050419326 0.23268625 -5.0072919 -3.7768461 0.00087847623 0.0008981690099999999 0.0006981 0.0035640463 -4.102153100000001 0.0035437528999999997 +26 0.2299453 -0.44013434 0.0014654605 -0.0060314054 0.16364331 -1.3146073 -2.405951 0.00083050194 0.00084968112 0.00066040563 0.0033714184000000003 -2.6854052000000004 0.0033522973 +27 0.40657627 -0.50020092 0.74992675 -1.6674518 1.5671324 0.80154543 -1.4732797 -2.8608501 -2.859661 -2.552269 -5.899923 -1.6921397 -5.8845279 +28 -1.6972918999999997 -2.1873658 -2.74199 -1.8857711 -0.51305721 -1.3568888000000001 -2.4991312999999997 -2.5860969 -5.904732800000001 -5.5481632 -9.141936099999999 -2.7968271000000002 -9.1264073 +29 1.2296736000000001 -2.7406446 3.0159126 -0.28111278 1.4575873 0.54260767 0.005273088100000001 2.3097562000000003 2.3097387 -1.9228013 -5.0932471 -0.0041129457000000005 -5.0774791 +30 0.39778499 -2.7259601000000004 2.0793041000000003 -0.13154134 0.49498098 -0.049449760999999995 -0.071187733 1.7107903999999998 1.7109061 1.1208568 -0.5254108 -0.08930868199999999 2.2640182 +31 -0.84599906 -0.4573881 -1.8288950000000002 -3.2368374 1.5714661 1.0585161 0.26106878 -1.3853978999999998 -1.3855798000000001 -1.1727258 -3.9256568999999994 0.3032204 -3.9107760999999996 +32 1.6697093 1.6745141 -1.8148915 0.13605707 -0.28791899 -2.1502309 -1.1635843000000001 -1.3655575 -1.3656906 -1.1548165000000001 -3.8928837999999995 -1.3531921999999998 -3.8780236000000006 +33 1.868683 1.8140953999999998 -1.8129506000000002 0.14263379 1.7433637999999998 -3.7425281000000004 -2.5539623 -1.3629127 -1.3629326000000002 -1.1523370000000002 -3.8883246 -2.8469915 -3.8734635 +34 1.8231658 1.7829369 -1.813402 0.1411127 1.6982297 0.24076254 -1.9123053 -1.3635264999999999 -1.3635756 -1.1529148999999999 -3.8893879 -2.1716947 -3.8745269999999996 +35 0.76362281 0.91146419 -4.310617099999999 0.079764549 0.6584248 -0.92406008 -0.42297436 -5.8552893 -5.8763153 -5.5206942 -9.114711699999999 -0.51779883 -9.0983492 +36 0.29590296 0.35118004 -6.1520391 0.035937754 0.19791434 -1.6285504 -0.89239658 -2.8711159 -6.2099012 -5.8528415 -9.4536647 -1.0612863000000001 -9.4372889 +37 0.43293209 0.68351033 -1.7736565 0.10121853 0.34905853 -0.46303533 -0.10834178 -1.3461188999999998 -1.3463851 -4.4593896 -8.0169599 -0.13029401 -8.0006188 +38 0.43326856 0.68428929 -1.7804913 0.1015318 0.34922999 -0.46329027 -0.10841336 -1.3505133 -1.3507738 -1.1414045 -6.3362742 -0.13038604 -3.8558093999999996 +39 0.33597918 0.34309575 -0.00043705904999999997 -3.3159120000000004 0.58361652 0.048289474000000006 -0.0050955433 5.9831593000000006e-05 5.2230640000000004e-05 4.117022e-05 0.00022499986 -0.011278153999999999 0.00021970290000000001 +40 1.8782366000000001 1.7274732 -0.0015420156 -3.2711071 4.128829799999999 -2.3005402999999998 -1.3264207000000001 0.0023325185999999998 0.0023430535999999997 0.0018224694 0.0093373652 -1.5323201000000002 0.0092732014 +41 2.0023891 1.8199536 -0.0016629194 -3.266382 4.2520667 1.4442784 -1.7983457999999999 0.0025738081 0.0025923949 0.0020162466 0.010325578 -2.0480304 0.010255494 +42 2.0845418000000002 1.9413144 0.75436989 -4.784123 4.7876455 1.5475973 -1.3617881 -2.8542381000000003 -2.8530376 -2.545904 -5.892210400000001 -1.5667997 -5.8768095 +43 0.60735692 0.57899529 -2.722966 -5.1061062999999995 2.8593376 1.2799766000000001 -1.7170267 -2.5590422000000004 -5.883923200000001 -5.5275761 -9.1210132 -1.9568671999999998 -9.1053589 +44 1.4312181000000002 -0.17984219 3.0158745 -3.5837934999999996 4.2699739999999995 1.4707161 0.1494288 2.3098181 2.3098002 -1.9227758000000001 -5.093212 0.16833499 -5.0774442 +45 0.66592847 -0.40813754 2.0795812 -3.4390724 3.4554459000000004 1.4086565 0.1950099 1.7111756999999999 1.7112904999999998 1.1210555 -0.525302 0.22221266 2.264155 +46 2.1054321 1.8936422999999998 -0.0017674521 0.059519591 0.18199538 -5.0694894 -3.8489718999999996 0.0027747988 0.0028030704999999997 0.002179941 0.011159465 -4.178209799999999 0.011084578000000001 +47 2.074898 1.8721314999999998 -0.0017369462 0.058339258 0.15478035 -1.5490852 -2.552075 0.0027140848999999997 0.0027391571999999995 0.0021302781 0.010906418000000001 -2.8429159 0.010833009 +48 2.1777046 2.0100018 0.75514461 -1.4507023000000001 1.2457493 0.45600053 -1.5443601999999998 -2.8534099 -2.8519952 -2.5449014 -5.8909937 -1.771427 -5.875593 +49 0.69027738 0.64223 -2.7132401 -1.7789602 0.021799717000000003 -0.90987616 -2.3044066 -2.5506449 -5.8736834 -5.517398200000001 -9.1106148 -2.5930993 -9.0949482 +50 2.403739 1.3528131 3.0160175 -0.21873361 0.70508403 -0.42028067 -0.27285126 2.3100862999999996 2.3100674999999997 -1.9226651999999997 -5.093060400000001 -0.33375168 -5.0772927 +51 1.9647605 1.3385757 2.0798276999999996 -0.075258938 0.19589492 -0.92096 -0.41253294 1.7118895 1.7120034 1.1214236000000002 -0.52510139 -0.48963336 2.2644077 +52 2.1060258999999997 1.8940569 -0.0017680746 0.0595425 2.0722343999999997 -3.4563067000000003 -3.9113729 0.002775955 0.0028042816 0.0021808824 0.011164269 -4.2421323 0.011089352 +53 2.2622791 2.0724297 0.756222 -1.4398096000000002 3.4684836000000003 -2.1274252000000002 -2.5687154 -2.852344 -2.850529 -2.5434930000000002 -5.8892863 -2.8583891 -5.8738838 +54 0.7177409 0.66405567 -2.7099359 -1.7770976000000003 1.9097505000000001 -2.8107740000000003 -3.3906279 -2.5478158 -5.8701696 -5.5139104 -9.107056199999999 -3.7185650999999997 -9.0913805 +55 3.0698719 2.0762007 3.016163 -0.17712139 3.3925267 -2.5876964 -1.6356283999999999 2.3103529 2.3103351 -1.9225546000000002 -5.0929089 -1.8715133999999998 -5.077141200000001 +56 2.6417767999999997 1.9839641 2.0800506999999997 -0.042495422000000005 2.7825387999999998 -2.9178887000000002 -1.8536633999999999 1.7124776000000002 1.7125951000000001 1.1217288 -0.52493567 -2.1016197 2.2646166 +57 2.2726664 2.0800792 0.75638065 -1.4384448 3.4780019 1.4767816999999999 -3.0498638 -2.8521908 -2.8503127 -2.5432852 -5.889034400000001 -3.3564879000000003 -5.873631700000001 +58 0.7153826 0.66239422 -2.7102294999999996 -1.7772395 1.9071892 0.77422151 -3.4304464 -2.5480718999999996 -5.870474099999999 -5.5142137 -9.107366800000001 -3.7515862999999996 -9.0916908 +59 3.0997562000000003 2.1030556000000002 3.0161707000000004 -0.1751684 3.424788 1.3337856000000001 -1.8703933999999998 2.3103655 2.3103479 -1.9225493000000002 -5.0929017 -2.1250162999999995 -5.077133900000001 +60 2.6554891 1.9950493000000002 2.0800551 -0.04180214 2.7974623 1.1951969 -1.8472247 1.7124901000000001 1.7126076000000001 1.1217351999999998 -0.52493216 -2.1005324 2.264621 +61 -2.9838788 -3.5152794999999997 -7.3638985 -1.9009713 -1.8396306 -2.9191767000000004 -3.5559168 -8.146239 -11.478715 -11.115902 -14.741682999999998 -3.8943888999999996 -14.725612 +62 2.100966 1.9529028000000002 0.75714503 -1.4695751 3.3149417999999997 1.4657791999999998 -1.3824503000000001 -2.8521139 -2.850879 -5.8657556 -9.466280300000001 -1.5898618 -9.450415 +63 2.1011653999999997 1.9530802999999999 0.75694046 -1.4685423 3.3144621 1.4655608 -1.3814833999999998 -2.8522596 -2.8509404 -2.5438867000000003 -8.3513617 -1.5888247 -5.8749965 +64 0.63086084 0.59672685 -2.7201306 -1.7829236000000002 1.8311439999999999 0.75250648 -1.8049283 -2.5566258 -5.8811085 -8.846704699999998 -12.469546000000001 -2.0539968 -12.453837 +65 0.63060316 0.59648237 -2.7197836 -1.7829248 1.8308534 0.75137841 -1.8051823 -2.5563527 -5.880731 -5.5244013 -11.577430999999999 -2.0542852 -9.1021796 +66 1.6043622 0.11184816 3.0418615 -0.26406814 1.8812105 1.0562537 0.096663932 2.3238679 2.3238484 -1.9169821 -7.5484798 0.10646762 -5.0706063 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1578684 1.9757078000000001 -0.0020745094 0.064582887 -1.3042169 -3.2766794 -2.1534372000000004 0.0028561981 0.0028783328 0.0022388695000000003 0.011474571000000001 -2.4216589 0.011396948999999998 +2 -0.68018544 -1.6950845 0.0018375286 -0.015639086 -0.74182524 -2.0984284 -1.026263 0.00047131087999999997 0.0004889383299999999 0.00037978344 0.0019332073999999999 -1.1653041000000002 0.0019244215 +3 0.42956616 0.68393396 -1.8232445 0.10428308 0.34341205 -0.46552072 -0.1072684 -1.3775393 -1.3778018 -1.1658308000000002 -3.9105586000000003 -0.12891582 -3.8957309 +4 -0.61036759 -0.68686327 0.00049131004 -3.3304237000000003 1.8220846999999998 1.1947704 0.21691674 -0.00018467036 -0.00017962586 -0.00014018608999999998 -0.00073085011 0.25045805 -0.0007228527099999999 +5 1.6271044 1.5303854 -0.0012969143 0.041608478 -0.24878094 -1.8770183999999996 -0.96505548 0.0018727025 0.0018756688 0.0014593038 0.0074890141 -1.120426 0.0074367659 +6 2.052938 1.8570547999999998 -0.0017120673000000002 0.057453335999999994 2.0184098 -3.4872959999999997 -2.3541098 0.0026712740999999996 0.0026949595 0.0020962359 0.010743837 -2.6353589 0.010671367 +7 2.0194091 1.8327668999999998 -0.0016904112 0.056155665 1.9853284 0.7341106 -1.8691554 0.0025952167000000003 0.0026144672 0.002033708 0.010425579 -2.1237737 0.010354776 +8 2.1006092 1.9537577000000002 0.75115704 -1.4616864999999999 3.3091752 1.4710823 -1.3728942 -2.8568255000000002 -2.8555909 -2.5485341 -5.8924319 -1.5793584999999999 -5.8770678 +9 0.633182 0.59901149 -2.7248026000000003 -1.7838741999999999 1.8345738999999999 0.7649285 -1.8031224 -2.5605881 -5.8848107 -5.5286668 -9.1190186 -2.0517276 -9.103400500000001 +10 1.5803854 0.09877992699999999 3.0157046000000003 -0.25702554 1.8500721000000002 1.053051 0.10090335 2.3101591 2.3101418 -1.9222835999999999 -5.0896864 0.11141694 -5.0739554 +11 0.87738978 -0.064639566 2.0760212 -0.11203111 1.0135885 0.80600685 0.11925021 1.7088418 1.708957 1.1201017 -0.5223561 0.13436839 2.2668235 +12 -2.8867456000000002 -0.21674154 0.0013654763000000001 -0.0027926525 -2.9882146 -5.0433711 -3.8125117999999993 0.00094177581 0.00096136382 0.0007473807000000001 0.0038209205 -4.1375517 0.0037987394 +13 -1.3155538 1.944879 -1.8103008999999999 0.15085157 -1.5354941 -3.5985322999999996 -2.4247791000000003 -1.3594635 -1.3594867 -1.1493513000000002 -3.8803224000000003 -2.7118932 -3.8655027000000004 +14 -1.8686276000000002 1.4074196 -0.0015077447000000001 -3.2850092000000006 0.030296739 -1.2368294 -0.53532957 0.0013329986 0.0013241821 0.0010308046000000002 0.0053050163 -0.62849309 0.005264345 +15 -1.0808712999999999 2.0305118 -0.0021694701 0.067840069 -2.9516549 -5.0243634 -3.8066912000000004 0.0030145746999999997 0.0030425559 0.0023665199 0.012126251999999999 -4.1343742 0.012044623999999999 +16 -1.0739569 2.0353561 -0.0021782624 0.068133637 -1.2247053999999997 -6.407939099999999 -5.1653314 0.0030286783 0.0030572394 0.0023779328 0.012184503000000001 -5.5098428 0.012102518999999999 +17 -1.0816417999999999 2.0299686 -0.0021689097 0.067807242 -1.231978 -3.2142616000000004 -3.7065802000000003 0.0030126455999999998 0.0030405252 0.002364942 0.012118211 -4.0320347000000005 0.012036628 +18 -0.90990539 2.2440289 0.75392608 -1.4087125 0.013629036 -0.80132024 -1.9323144 -2.8536967 -2.8520303 -2.5451108 -5.8882805000000005 -2.1938934 -5.8729154999999995 +19 -2.4420164 0.8053943 -2.7082634 -1.7630621 -1.3518413999999999 -2.3928643 -3.1388991 -2.5451576 -5.8674903 -5.5114518 -9.101431 -3.4654452000000004 -9.0857914 +20 -0.2494139 2.1355949 3.0161219 -0.17280834 -0.18381423 -1.8790338 -1.0877622999999998 2.3107632000000002 2.3107457 -1.9220336999999998 -5.0893442 -1.269296 -5.0736132000000005 +21 -0.64128641 2.0657165 2.0765626 -0.036903372000000004 -0.68225028 -2.425179 -1.4230865 1.7102084 1.7103258000000001 1.1208088999999999 -0.52197036 -1.6311514999999999 2.2673094 +22 -0.45035292 -0.71188283 -1.8284667000000001 0.083209195 -0.59520904 -2.4863307 -1.4256476 -1.3854457 -1.3854706 -1.1727534 -3.9232146 -1.639691 -3.9083507000000006 +23 -1.6204579 -3.6934278 0.0020751115 -3.3427293 0.40117626 0.47001233 0.10581985 0.0003066603 0.00032386817 0.00025131511 0.001272738 0.12217713 0.0012687832000000002 +24 0.17950655 -0.50109218 0.0015028085999999998 -0.006718725300000001 -1.6381866000000003 -3.6037057 -2.4297408 0.00081343662 0.0008325372999999999 0.00064717669 0.0033073065 -2.7078455000000003 0.0032885351 +25 0.30303141 -0.35365309 0.0014431932999999998 -0.0050166021 0.23566062 -5.0013388 -3.7753243999999997 0.0008824709399999999 0.0009020590300000001 0.00070125598 0.0035845993 -4.1003346 0.0035639624 +26 0.23243621 -0.43772122 0.0014684545 -0.0060074010999999995 0.16653197 -1.3122804 -2.4062579 0.0008345477900000001 0.00085362685 0.00066359913 0.0033919609 -2.6854978 0.0033724988 +27 0.40609314 -0.50007892 0.74657444 -1.6689573 1.5674327 0.81139 -1.4724913999999998 -2.8635923 -2.8623966 -2.5550752 -5.900354 -1.6910265 -5.8849957 +28 -1.6956004 -2.1849252 -2.7473602 -1.8870129 -0.51011344 -1.3430127 -2.4941327 -2.5907019 -5.9093145 -5.5529297 -9.1436982 -2.7911359 -9.128206599999999 +29 1.2297013 -2.7455133 3.0157194 -0.28119064 1.4578387 0.54812933 0.0066136936 2.3100626 2.3100459 -1.9223233 -5.089741 -0.0025512257 -5.0740099 +30 0.39492423 -2.7297601 2.0757382 -0.13126821 0.49200054 -0.047714647 -0.07067243299999999 1.7083896 1.708506 1.1198683999999999 -0.52248418 -0.088681921 2.2666624 +31 -0.84878088 -0.45980968 -1.8281612 -3.2360012000000005 1.5673082 1.0627072 0.26326322 -1.384631 -1.3848112 -1.17215 -3.9220947 0.30580133 -3.9072503 +32 1.6723104 1.6768686999999998 -1.8141482 0.13693396 -0.28557072 -2.1447708 -1.1614394 -1.3647738999999999 -1.3649062 -1.1542261999999999 -3.8892979 -1.3506515 -3.8744742999999997 +33 1.8716948 1.8167243000000002 -1.8122054 0.14352295 1.7460738 -3.7367092000000004 -2.5515833999999997 -1.3621242 -1.3621434 -1.1517423 -3.884731 -2.8441997000000003 -3.8699065000000004 +34 1.8260599999999998 1.7854903000000002 -1.8126574 0.14199823 1.7008243000000003 0.24688385 -1.9098278000000002 -1.3627395 -1.3627878 -1.1523216 -3.8857967 -2.1687942000000002 -3.8709723 +35 0.7656499 0.91363594 -4.309546 0.080745526 0.66010981 -0.9185037 -0.42041486 -5.8542674 -5.8752883 -5.5198791 -9.110767 -0.51474128 -9.094441400000001 +36 0.2979767 0.35367221 -6.1510269 0.036852798 0.19979759 -1.6208803 -0.88791857 -2.8701658 -6.208918 -5.8520698 -9.449764300000002 -1.0559237 -9.4334256 +37 0.43325587 0.68391654 -1.7727016 0.1020407 0.3490098 -0.45950303 -0.1066935 -1.3452096000000002 -1.3454743 -4.4586855000000005 -8.01313 -0.12832099 -7.9968257 +38 0.43344544 0.68451016 -1.7795782999999998 0.10235587 0.34894446 -0.4599193 -0.10680669 -1.3496294 -1.3498883999999998 -1.1407232 -6.332521 -0.12845739 -3.8520934000000002 +39 0.33533867 0.34236254 -0.0004388058900000001 -3.3159334000000005 0.58222277 0.050564779000000004 -0.0044593656 5.7360029999999995e-05 4.977062e-05 3.925951e-05 0.00021533404999999999 -0.01053619 0.00021011802000000002 +40 1.8806726000000002 1.7297191000000003 -0.0015516242000000002 -3.2710557000000002 4.1298856 -2.2951915 -1.325202 0.0023285664 0.0023389 0.0018195168 0.0093321048 -1.5308429 0.0092678645 +41 2.00473 1.8221546000000002 -0.0016721457000000001 -3.2663314 4.2531905 1.4499924 -1.7965291 0.0025695301 0.0025878829 0.0020130445 0.010320089000000001 -2.0458422 0.010249923000000001 +42 2.0853054 1.9425455000000003 0.751058 -4.785455000000001 4.78911 1.5534832 -1.3618973 -2.8569375 -2.8557235 -2.5486617000000003 -5.8925867 -1.5667358 -5.8772226 +43 0.6099959 0.58169257 -2.7274786 -5.1071949 2.8634928 1.2904836000000002 -1.716021 -2.5629049999999998 -5.887617700000001 -5.5314583 -9.1218717 -1.9554784 -9.1062555 +44 1.4297848 -0.18370239 3.0156901 -3.5839323 4.2644703 1.476082 0.15073117 2.3101291 2.3101119 -1.922296 -5.0897034 0.16983291 -5.073972400000001 +45 0.66080627 -0.41313153 2.0760008 -3.43886 3.444956 1.413331 0.19644968 1.7087637999999998 1.7088793000000002 1.1200615 -0.52237816 0.22388523 2.2667957000000003 +46 2.1081349 1.8960743999999998 -0.0017783226000000001 0.059584065 0.18504274 -5.0631667 -3.8468302000000003 0.0027708757 0.0027988975 0.0021770273000000003 0.01115634 -4.1757048999999995 0.011081347 +47 2.0775284 1.8745375 -0.0017468548 0.058401799000000004 0.15779075 -1.5434454 -2.55062 0.0027101519 0.0027349818 0.0021273551 0.010902976000000002 -2.8411355 0.010829465 +48 2.1787803 2.0114858 0.75183413 -1.4519851000000001 1.2479251 0.46721703 -1.5430297 -2.8561071 -2.8546801 -2.5476581 -5.8913693 -1.7696981999999999 -5.8760054 +49 0.69338731 0.64524592 -2.7176704 -1.7800155 0.026019018999999997 -0.89395479 -2.2990611 -2.554438 -5.8772946 -5.5211972000000005 -9.1113888 -2.5869880000000003 -9.095760499999999 +50 2.4032209 1.3517783 3.015833 -0.21890565 0.70532491 -0.41471402 -0.27138901 2.3103973 2.3103792000000003 -1.9221853 -5.0895518 -0.33200535 -5.0738209 +51 1.9634772 1.3383061 2.0762453 -0.075051594 0.19474659 -0.9181976 -0.41216946 1.7094798 1.7095943999999998 1.1204311000000002 -0.52217621 -0.48913104 2.26705 +52 2.1087275 1.8964880000000002 -0.0017789469 0.059606936 2.0753133999999998 -3.4499847000000003 -3.9092525 0.0027720291999999997 0.0028001058 0.0021779667 0.011161138999999999 -4.239637200000001 0.011086115 +53 2.2641454 2.0744873999999998 0.75292114 -1.4409831 3.4713526 -2.120859 -2.5679745 -2.8550307999999998 -2.8532014 -2.5462375 -5.889648200000001 -2.8572706 -5.8742825 +54 0.7212521 0.66737681 -2.7143051 -1.7781238000000001 1.9146395 -2.7996695 -3.3851659 -2.551557 -5.873717 -5.517645900000001 -9.1077656 -3.7124121 -9.0921281 +55 3.0719344 2.0782515999999998 3.0159786 -0.17714441 3.3949067000000004 -2.5816751 -1.6338328000000002 2.3106649 2.3106478999999998 -1.9220741999999997 -5.0893997 -1.8693558000000001 -5.0736685999999995 +56 2.6425166 1.9857792 2.0764704 -0.042206966 2.7831478 -2.9130822999999997 -1.8527918999999997 1.7100715 1.7101897000000001 1.1207386000000001 -0.5220089 -2.1004563 2.2672609 +57 2.2746476 2.0822163000000002 0.7530813 -1.4396027 3.4809984 1.4833987 -3.0495151000000003 -2.8548758999999997 -2.8529831000000003 -2.5460278 -5.8893941 -3.3557742 -5.874028099999999 +58 0.71891378 0.66573412 -2.7145968 -1.7782643 1.9120894 0.7881817 -3.4284439 -2.5518113 -5.8740193 -5.5179471 -9.1080739 -3.7490968999999996 -9.092436099999999 +59 3.1020847999999996 2.1051742 3.0159852000000003 -0.17518598 3.4272529 1.3398595 -1.8686694 2.3106776 2.3106607000000006 -1.9220688999999997 -5.0893924 -2.1229236 -5.0736614 +60 2.6561511 1.9967965 2.0764748 -0.041518021 2.7979894 1.200731 -1.8454078999999999 1.7100839 1.7102021 1.120745 -0.52200538 -2.0983402 2.2672653 +61 -2.9783065 -3.5085254999999997 -7.3667943 -1.9021377 -1.8325386000000001 -2.9029013 -3.5466099 -8.1479179 -11.480149 -11.117548 -14.740201 -3.884351 -14.724167000000001 +62 2.1017667 1.9541508 0.75383924 -1.4709421 3.3165609 1.4723772 -1.3824642 -2.8548082999999997 -2.8535603 -5.8685088 -9.4659672 -1.5896761000000001 -9.4501399 +63 2.1019575 1.9543418999999997 0.75362922 -1.4699056000000001 3.3160995000000004 1.4721573000000001 -1.3814957 -2.8549588 -2.8536262999999997 -2.5466443 -8.351732799999999 -1.5886374 -5.875408900000001 +64 0.63358008 0.5994669 -2.7246262000000003 -1.7840073 1.8351703999999998 0.76629235 -1.8029714 -2.5604737999999996 -5.8847858 -8.8505696 -12.470292 -2.0515463 -12.454621000000001 +65 0.63338551 0.59920615 -2.7242897 -1.7840102999999998 1.8348639 0.76511336 -1.8032362000000002 -2.5602061000000003 -5.8844144 -5.5282723 -11.578278 -2.0518467 -9.1030648 +66 1.6035723999999998 0.10831861 3.0417558999999996 -0.26424765 1.8799738000000001 1.0611208 0.09787256 2.3242289 2.3242102000000004 -1.9164801 -7.5449405 0.10785802 -5.0671043 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d001+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1580918 1.9755202 -0.00207442 0.06458425400000001 -1.3043741000000002 -3.2765833 -2.1532926 0.0028559173 0.0028780471999999995 0.0022386689 0.011474311000000001 -2.4214892999999997 0.011396686999999999 +2 -0.68052221 -1.6950999 0.0018385633 -0.015641843 -0.74188966 -2.0984267999999995 -1.0262711 0.00047116545 0.00048879503 0.00037967519 0.0019327717999999999 -1.165317 0.0019239910000000001 +3 0.42933906 0.6838086 -1.8232316000000002 0.10438546 0.3432423 -0.46553658 -0.10716267 -1.3775133 -1.3777758999999998 -1.165815 -3.910368 -0.12878735 -3.8955422999999993 +4 -0.61046555 -0.68683404 0.0004918464599999999 -3.3304251000000002 1.8218497 1.1947212999999999 0.21691057 -0.00018468279999999998 -0.00017963743000000003 -0.00014019638 -0.00073094884 0.25045376 -0.00072295084 +5 1.6269129 1.5302143999999998 -0.001296939 0.041609059 -0.24892252 -1.8769050999999999 -0.96494898 0.0018725025 0.0018754651 0.0014591594 0.0074887727 -1.1203011 0.0074365237 +6 2.0526264 1.8568661 -0.0017098884 0.057454165 2.0182556000000003 -3.4872307 -2.3539827 0.0026710149 0.0026946977 0.0020960522000000002 0.010743613999999999 -2.6352062000000003 0.010671142 +7 2.019181 1.8325764 -0.0016902192999999999 0.056156317000000004 1.9851709 0.73413379 -1.8691121 0.0025949624 0.0026142092000000002 0.0020335267999999997 0.010425346 -2.123709 0.010354542 +8 2.1003915 1.9536113000000002 0.75083246 -1.4617524 3.3090607000000003 1.4710607 -1.3730113000000002 -2.8570882 -2.8558527999999996 -2.5487973999999998 -5.892559599999999 -1.5794718 -5.8771976 +9 0.63279877 0.59865062 -2.7252431 -1.7839287 1.8342353999999998 0.76488873 -1.8031898000000002 -2.5609598 -5.885180999999999 -5.5290488 -9.119208500000001 -2.0517811999999997 -9.1035925 +10 1.5802221 0.09876734599999999 3.0156210999999997 -0.25702897 1.8499281000000003 1.0530741000000001 0.10089054 2.3101436 2.3101263 -1.9222673 -5.0894801 0.11140438 -5.0737512 +11 0.87712261 -0.064716965 2.0758224 -0.11202069 1.0133419 0.80599262 0.11924806 1.7087139 1.7088293 1.120052 -0.5221595 0.13436852 2.2670041000000003 +12 -2.8869896 -0.21693053 0.0013657602 -0.0027953703000000002 -2.9883767000000003 -5.043303 -3.8123824 0.0009415628199999999 0.0009611517500000001 0.0007472224799999999 0.0038203534000000004 -4.1373995 0.0037981781 +13 -1.3160383999999998 1.9447118000000003 -1.8102876 0.15095341 -1.5357085 -3.5985496 -2.4246529 -1.3594375 -1.3594607 -1.1493354 -3.8801322 -2.7117397999999997 -3.8653146 +14 -1.8687067 1.4073457 -0.0015076814000000002 -3.2850050000000004 0.030169215 -1.2368162 -0.5353169 0.001332986 0.0013241682 0.0010308034 0.0053053584 -0.62847871 0.0052646838 +15 -1.0811018000000001 2.0303212999999998 -0.0021693748000000002 0.067841478 -2.9518167999999996 -5.024280999999999 -3.8065379 0.0030142853000000003 0.0030422618 0.0023663139 0.012126008 -4.1341956 0.012044378 +16 -1.0741881000000002 2.0351654999999997 -0.0021781664999999998 0.068135053 -1.2248668 -6.4078623 -5.165178099999999 0.0030283884 0.0030569447999999996 0.0023777265 0.012184261000000002 -5.5096642 0.012102275 +17 -1.0818723 2.0297782 -0.0021688143 0.067808648 -1.2321392 -3.2141688 -3.70644 0.0030123563 0.0030402312 0.002364736 0.012117966 -4.0318696 0.012036382 +18 -0.91018898 2.2438357000000004 0.75360195 -1.40878 0.013452523999999999 -0.80127806 -1.9324016 -2.8539587 -2.8522916 -2.5453734 -5.888407599999999 -2.1939683 -5.8730447 +19 -2.4428232000000003 0.80502711 -2.7087006000000002 -1.7631171 -1.3521746000000001 -2.3928873999999998 -3.1389367000000004 -2.5455294 -5.8678608 -5.5118339999999995 -9.1016212 -3.4654587999999995 -9.0859837 +20 -0.24998071 2.1353722 3.0160387 -0.1728119 -0.1840463 -1.8789474 -1.0876656 2.3107478 2.3107303 -1.9220173999999999 -5.0891378 -1.2691752 -5.073409 +21 -0.64167314 2.0654921 2.076364 -0.036892608 -0.6825245 -2.4251758999999997 -1.4230281 1.7100808 1.7101983 1.1207593 -0.52177363 -1.6310729 2.2674901000000003 +22 -0.45052281 -0.7120269 -1.8284605 0.083310724 -0.5954041 -2.4863256000000002 -1.4255096 -1.3854229999999998 -1.3854479 -1.1727405 -3.9230291 -1.6395252 -3.9081672 +23 -1.6198723 -3.6933154999999998 0.0020741428 -3.3427328999999997 0.40095959 0.46980928 0.10578109 0.00030650609000000003 0.00032371417000000004 0.00025119738 0.0012722101 0.12213373 0.0012682612 +24 0.17936679 -0.50126558 0.0015026006 -0.0067215496 -1.6383388 -3.6036314 -2.4296256 0.0008132354099999999 0.00083233657 0.00064702636 0.0033067456 -2.7077102 0.00328798 +25 0.30289425 -0.35384213 0.0014428367 -0.0050194852 0.2354983 -5.0012773 -3.7751989000000004 0.0008822592100000001 0.00090184759 0.0007010978200000001 0.0035840165000000004 -4.1001858 0.0035633856 +26 0.23225888 -0.43790881 0.0014684025 -0.006010333499999999 0.16637017 -1.3122695 -2.4062202 0.00083433978 0.0008534194900000001 0.0006634437700000001 0.0033913796 -2.6854412 0.0033719234000000003 +27 0.40568591 -0.50019369 0.74624845 -1.669053 1.5671992000000001 0.81130344 -1.4726209 -2.8638573 -2.862661 -2.5553409 -5.9004843000000005 -1.6911523999999998 -5.885128099999999 +28 -1.6960688999999998 -2.1853656000000004 -2.7478125 -1.8870666 -0.51053135 -1.3431551000000002 -2.4942467 -2.5910854 -5.9096974 -5.5533242 -9.1439008 -2.7912334 -9.128411300000002 +29 1.2293553999999998 -2.7456367000000004 3.0156362999999997 -0.28119872 1.4575933 0.54817703 0.0066129192 2.3100472 2.3100305 -1.922307 -5.0895347 -0.0025487026 -5.0738056 +30 0.39450184 -2.7299272 2.0755378 -0.13126013 0.49163334 -0.047763774 -0.070676595 1.7082604 1.7083768 1.1198179 -0.52228799 -0.08868329900000001 2.2668425 +31 -0.84888273 -0.4599846 -1.828152 -3.2359001 1.5670233999999998 1.0626395 0.26335983 -1.3846056 -1.3847858 -1.1721347 -3.9219047999999996 0.30592035 -3.9070625 +32 1.6721243000000001 1.6767040000000002 -1.8141379000000002 0.13703578 -0.28578258 -2.1447825000000003 -1.1613153 -1.3647481000000001 -1.3648803 -1.1542105 -3.8891077000000003 -1.3505003 -3.8742861000000004 +33 1.8714982 1.8165572 -1.8121946 0.14362472 1.7458596999999998 -3.7367307 -2.5514604 -1.3620983 -1.3621174999999999 -1.1517264999999999 -3.8845407999999995 -2.8440496 -3.8697184 +34 1.825864 1.7853231999999999 -1.8126467000000002 0.14209998 1.7006099 0.24685684 -1.9097191000000002 -1.3627136 -1.3627619 -1.1523058000000002 -3.8856065 -2.1686592 -3.8707843 +35 0.76547409 0.9134777 -4.3094978 0.080859682 0.65989806 -0.91855136 -0.42030961 -5.854211599999999 -5.8752325 -5.519837 -9.1105232 -0.51461258 -9.094199699999999 +36 0.29770252 0.35348852 -6.1509752 0.036959123999999996 0.19951677 -1.6207778999999998 -0.88765822 -2.870117 -6.2088669 -5.8520324 -9.4495252 -1.0556041 -9.4331886 +37 0.43306226 0.68386029 -1.7726473000000003 0.10214084 0.34893168 -0.45945078 -0.10657065 -1.3451582 -1.3454229 -4.4586467 -8.0128898 -0.12817414 -7.996587700000001 +38 0.43321561 0.68438073 -1.7795326 0.10245645 0.34877415 -0.45992992 -0.10670023 -1.3495823999999998 -1.3498413999999999 -1.1406883999999997 -6.3322959999999995 -0.12832806 -3.8518705 +39 0.33528294 0.3423412 -0.00043861782 -3.3159327000000003 0.58208446 0.050557301 -0.0044582447 5.7348662000000005e-05 4.9759012e-05 3.9250736e-05 0.00021529947 -0.010533611000000002 0.00021008417 +40 1.8804316000000003 1.7295421000000002 -0.0015508057999999998 -3.2710547 4.129631 -2.2952155 -1.3251692 0.0023283515 0.0023386833 0.0018193656 0.0093319509 -1.5307938 0.0092677092 +41 2.0045316000000004 1.8219638999999999 -0.0016726268 -3.2663307999999995 4.252920400000001 1.4499598 -1.7964901000000002 0.0025692776000000002 0.0025876262 0.0020128642 0.010319853 -2.0457819 0.010249686 +42 2.0850144 1.9424048999999999 0.75073451 -4.785520200000001 4.7888457 1.5534497999999999 -1.362015 -2.8572002 -2.8559854 -2.548925 -5.8927144 -1.5668498 -5.8773524 +43 0.60963141 0.58133468 -2.7279196 -5.1072489999999995 2.8630657000000004 1.2904163999999998 -1.7160941000000003 -2.5632763 -5.8879877 -5.5318399000000005 -9.1220612 -1.9555393 -9.106447099999999 +44 1.4296677 -0.18364113 3.0156066000000004 -3.5839355000000004 4.2641769 1.4760491000000002 0.1507107 2.3101136 2.3100965 -1.9222796000000002 -5.0894971 0.16981158 -5.0737682 +45 0.66053972 -0.41315033 2.075802 -3.4388495000000003 3.4444980000000003 1.4132824 0.19644306 1.7086359 1.7087515 1.1200117 -0.52218157 0.22388072 2.2669763 +46 2.1079299 1.8958836 -0.0017787026 0.05958492 0.18487781 -5.0630953000000005 -3.8466851 0.0027706127000000002 0.0027986292 0.0021768396 0.011156124 -4.1755341 0.011081128999999999 +47 2.0773707999999997 1.8743468999999997 -0.0017483395000000002 0.058402585 0.15762597 -1.543342 -2.5505197 0.0027098919 0.0027347157 0.0021271685 0.010902749 -2.8410113999999997 0.010829237 +48 2.1785241 2.0113124 0.75150975 -1.4520541999999999 1.2477586999999999 0.46721175 -1.5431435 -2.8563696 -2.8549418999999996 -2.5479212 -5.891496900000001 -1.7698058 -5.8761351 +49 0.69298899 0.64487965 -2.7181109 -1.7800705000000001 0.025687646 -0.89398143 -2.299115 -2.5548102000000004 -5.8776655 -5.5215797 -9.1115793 -2.5870226 -9.095953100000001 +50 2.4029876 1.3515696000000001 3.0157494 -0.21891072 0.70509522 -0.41460581 -0.27134775 2.3103818 2.3103637000000004 -1.9221689999999998 -5.0893455 -0.33195204 -5.0736167000000005 +51 1.9630903999999998 1.338084 2.0760468 -0.07504209099999999 0.19445961 -0.91817072 -0.41213366 1.709352 1.7094667000000001 1.1203813999999999 -0.52197955 -0.48908408 2.2672307000000003 +52 2.1085221 1.8962973 -0.0017793175 0.059607795 2.0751563 -3.4499223 -3.909128 0.0027717663000000003 0.0027998377 0.0021777791 0.011160924 -4.2394869 0.011085898 +53 2.2638626 2.0742854 0.75259668 -1.4410558 3.4711678 -2.120836 -2.5680348 -2.8552932999999996 -2.8534632 -2.5465006000000003 -5.8897758 -2.8573119 -5.8744122 +54 0.72084779 0.66700862 -2.7147456 -1.7781791 1.9142926 -2.7997016 -3.3852101 -2.5519293 -5.8740879999999995 -5.518028599999999 -9.107956300000001 -3.7124325 -9.0923209 +55 3.0716883999999998 2.0780426 3.015895 -0.17714719 3.3946871 -2.5816632 -1.6337732 2.3106495 2.3106325 -1.9220578999999998 -5.0891933 -1.8692741000000002 -5.0734644 +56 2.6422086 1.9855615000000002 2.0762716 -0.042195990999999995 2.7828716 -2.9131036 -1.8527462 1.7099438000000002 1.7100621 1.1206889 -0.52181217 -2.1003896 2.2674416 +57 2.2743622 2.0820116 0.75275685 -1.4396758 3.4808098 1.4833712 -3.0496017999999996 -2.8551384 -2.8532449 -2.5462909 -5.8895217 -3.3558401 -5.8741578 +58 0.71851036 0.66536603 -2.7150373 -1.7783195 1.9117428 0.78814057 -3.4284931000000003 -2.5521837000000005 -5.8743903 -5.5183297 -9.1082646 -3.7491227999999994 -9.092628999999999 +59 3.1018205 2.1049676 3.0159017 -0.17518847 3.4270366 1.3398513 -1.8686417000000002 2.3106622000000003 2.3106452999999996 -1.9220526000000002 -5.0891861 -2.1228751 -5.0734572 +60 2.655801 1.9965784 2.0762763 -0.041507041 2.7977127999999998 1.2007148 -1.8453696 1.7099563000000002 1.7100746 1.1206954 -0.52180866 -2.0982805 2.2674461 +61 -2.9782085 -3.5084977999999993 -7.3670599 -1.902178 -1.8325223000000002 -2.9023293999999997 -3.5461273999999996 -8.148058099999998 -11.480275 -11.117688000000001 -14.740139000000001 -3.8838239999999997 -14.724107 +62 2.101556 1.9540102 0.75351091 -1.4710039 3.3164518 1.4723527 -1.3825795 -2.855074 -2.8538254000000003 -5.868775 -9.4660371 -1.5897873 -9.450211999999999 +63 2.1017392000000004 1.9541948 0.75330398 -1.4699676000000002 3.3159807999999997 1.472135 -1.381609 -2.8552218999999996 -2.8538887 -2.546908 -8.351860499999999 -1.5887464 -5.8755392 +64 0.63318598 0.59909324 -2.7250717 -1.7840628 1.8348183999999998 0.76621468 -1.8030481 -2.5608498 -5.8851610999999995 -8.8509566 -12.470478 -2.0516102 -12.45481 +65 0.63300218 0.59884519 -2.7247305 -1.7840647 1.8345252 0.76507349 -1.8033035 -2.560578 -5.884785 -5.5286545 -11.578467999999999 -2.0519002 -9.1032571 +66 1.6033993999999998 0.1083076 3.0416743 -0.26425197 1.8798324 1.0611443 0.09785884 2.3242152999999997 2.3241966 -1.9164629000000002 -7.544732799999999 0.10784439 -5.0668989 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.6196376 0.54763692 0.37495233 0.24762035 -3.5404117 -1.0871346000000002 -0.1117365 0.50959526 0.51432033 0.50017793 0.57515774 -0.13947732 0.57469892 +2 -4.7246651 -8.0610651 -5.4305504 -0.58227787 -4.9731139 -2.1076707000000003 -0.47136277 -5.9410857 -5.9343094 -5.900785099999999 -6.0641962 -0.5461589 -6.0638094 +3 -0.25037496 -0.22015869 -1.3194489 -0.056082571 -0.2948961 -0.010774523999999999 0.027606354 -0.34450876 -0.34683556 -0.33959085 -0.37597064 0.032748954 -0.37591113 +4 -0.034396547 -0.01602919 -0.011781281000000001 -3.3259203999999998 1.6234153 0.030308195 0.0047277427 -0.015167856 -0.015512715 -0.015179818999999999 -0.017051691 0.0056274399 -0.017015432 +5 0.26640826 0.16770322 0.11576468 0.05675743 -2.7739356 -0.53067659 -0.087472856 0.15541163 0.15675223 0.15290794 0.17271474 -0.1075272 0.17264408 +6 0.79201684 0.55202408 0.36202387 0.21636088 0.79612491 -3.3998258999999997 -1.1720947 0.50446266 0.50537388 0.49071333 0.56293474 -1.3309386 0.56347318 +7 0.8776075 0.61425302 0.40128257 0.24481052 0.86149647 0.019809392 -1.8960325 0.5611365 0.56206324 0.5454167 0.62757826 -2.1080632 0.6282057 +8 -4.4911845999999995 -6.8157438 -8.2366136 -0.51254742 -4.7960107 -1.9990226999999998 -0.36951116 -9.2512534 -9.2633286 -9.2295925 -9.3956805 -0.43044314 -9.3949921 +9 -4.774592299999999 -8.6601269 -9.3297168 -0.58261246 -5.0248801 -2.1829817000000005 -0.50048159 -6.526536599999999 -9.8496468 -9.8157574 -9.981792599999999 -0.57911428 -9.981238699999999 +10 -0.00044183162 -0.00032663247 -0.00011427546 -0.0002292948 -4.959608599999999e-05 1.0773729000000001e-05 2.9007316e-05 -0.00026281005 -0.00019125151999999998 -3.3221095999999997 -3.4722584999999997 3.7551643e-05 -3.4720063999999997 +11 9.3024297e-05 9.239868800000001e-05 0.00010122653 2.3674661999999998e-05 0.00011574581 4.1940975e-06 -1.1188424e-05 7.9326458e-05 0.00017738993999999998 0.00017347021 -2.4604692000000004 -1.2460362e-05 -0.0001666323 +12 -6.962366800000001 -7.439619900000001 -5.2280777 -0.49381802 -7.320543400000001 -5.2582438 -2.5511468999999996 -5.7364907 -5.7289832 -5.695563900000001 -5.8585923 -2.7851388 -5.8581874 +13 -2.8093228999999997 0.3867633 -0.83010276 0.19612682 -3.6905049 -1.1053897 -0.08155894799999999 0.23229783 0.23436451 0.22871732 0.25958056 -0.10159637 0.25916789 +14 -2.9959623 0.26765324 0.19525901 -3.1884533999999998 -0.80459373 -0.041131525 0.079464658 0.25415176 0.25928863 0.25319145 0.28795389 0.093088191 0.28725001 +15 -2.1810994999999997 0.87543398 0.57636744 0.4022957 -5.115428700000001 -2.9727835 -0.88037345 0.80652032 0.81004824 0.78450277 0.91677327 -1.0226664 0.91691776 +16 -2.0575512 0.96702151 0.63122076 0.44946281 -3.1487783 -4.7945985 -2.2128386000000004 0.88915954 0.89230409 0.8631447 1.0137884 -2.447523 1.0141642 +17 -2.0759402 0.95437332 0.62344228 0.44301968 -3.1620764 -0.94251577 -1.952791 0.87759046 0.88073188 0.85207647 1.0000367000000001 -2.1722778 1.0004001 +18 -6.522604599999999 -5.2067742 -7.311399300000001 -0.40910556 -6.9595287 -5.0137809 -2.3141851000000004 -8.312418899999999 -8.3294468 -8.2965145 -8.4631482 -2.5442998 -8.461706800000002 +19 -7.007726600000001 -8.1015259 -9.1793869 -0.49444645 -7.365996400000001 -5.3093139 -2.5972193999999997 -6.383718 -9.698673199999998 -9.6648062 -9.8308412 -2.8328278 -9.830269 +20 -2.6209912999999996 0.54659552 0.37374709 0.24705389 -3.5412572 -1.0858237 -0.11127186 0.50853509 0.51329079 -2.8227419 -2.966032 -0.1388856 -2.9660647 +21 -2.6196211 0.54765413 0.37450178 0.24761769 -3.5403897000000004 -1.0870805000000001 -0.11174884 0.50950418 0.51435307 0.5002099 -1.8860712 -0.13948993 0.57419902 +22 -4.553645700000001 -6.8596476 -5.416807599999999 -0.56520624 -4.8123822999999994 -1.923129 -0.37862149 -4.6437288 -4.6396509 -4.607219000000001 -4.7670904 -0.44033524 -4.7664374 +23 -4.811395200000001 -8.2485928 -5.4766379 -3.9008198 -2.7695699 -0.37728672 -0.052335394 -5.9853333 -5.9790944999999995 -5.9455453 -6.1090290000000005 -0.062962258 -6.1086496 +24 -4.6151765 -7.8327369000000004 -5.371567199999999 -0.58577509 -6.622482400000001 -4.3795998 -1.8654148000000002 -5.880542 -5.8730218 -5.8395268 -6.002828900000001 -2.0681153 -6.002437400000001 +25 -4.5954825999999995 -7.7936996 -5.3603276 -0.58642859 -4.840372299999999 -6.0313179 -3.3420248 -5.8693774 -5.861689599999999 -5.8281947999999995 -5.9914707 -3.6006952000000005 -5.9910837 +26 -4.6035399 -7.811260099999999 -5.3651998 -0.58618471 -4.8486219 -2.0343663 -2.240652 -5.8743765 -5.866739900000001 -5.8332413 -5.996525 -2.4701862 -5.9961397000000005 +27 -4.7932288 -10.788616000000001 -8.990913800000001 -0.5188209 -5.1008192999999995 -2.3458892000000002 -0.50166147 -10.027984 -10.02295 -9.9890571 -10.155113 -0.57937326 -10.154558 +28 -4.8684887 -12.228605 -9.5857068 -0.58446171 -5.1200092 -2.31257 -0.55274672 -6.7947603 -10.110921000000001 -10.077017 -10.243072999999999 -0.63801664 -10.242527 +29 -4.724607499999999 -8.061180499999999 -5.4324635 -0.58227763 -4.973136 -2.1075976 -0.47132785 -5.941142 -5.934436799999999 -9.2228405 -9.388617300000002 -0.54611785 -9.3882269 +30 -4.724664499999999 -8.0610588 -5.4305406 -0.58227787 -4.9731132 -2.1076696 -0.47136237 -5.9410824 -5.9343038 -5.9007794 -8.5236407 -0.54615845 -6.063809200000001 +31 -0.27660595 -0.23416246 -1.3312591 -3.3811437999999994 1.5963701000000001 0.02972699 0.03276215 -0.3578603 -0.36036917 -0.35289324 -0.39053671 0.03878601 -0.39045468 +32 0.030853305 -0.033528643 -1.166743 0.00042840607000000004 -2.8963592 -0.52500412 -0.052723272 -0.16804166 -0.16894977 -0.16515431 -0.18396483 -0.065179613 -0.18399461 +33 0.69638 0.46399895 -0.78441077 0.19203411 0.70593337 -3.4096558 -1.1550011999999998 0.29751646 0.29861683 0.29027877 0.32922056 -1.3120398000000002 0.32984392 +34 0.80331711 0.54191419 -0.72612246 0.22596138 0.79534403 0.018097841 -1.8759006999999999 0.37073754 0.37218673 0.36160144 0.41165211 -2.0867445 0.41236378 +35 -4.0584301 -5.3186588 -7.87983 -0.48786156 -4.3694002 -1.5284666 -0.19447052 -7.6568963000000005 -7.672772599999999 -7.6392143 -7.8048437 -0.22927201 -7.804091400000001 +36 -4.5861021 -7.032300299999999 -8.931684800000001 -0.5654303 -4.845950299999999 -1.9735319 -0.39665844 -4.8440494 -8.170594900000001 -8.1369174 -8.3027038 -0.46096078 -8.3020211 +37 -0.25067985 -0.22036613 -1.3173887 -0.056215455 -0.29500927 -0.010768218000000001 0.027621569 -0.34448232 -0.34686909 -3.661549 -3.8150163999999998 0.032768896 -3.8147612 +38 -0.25021115 -0.21999019 -1.3173002 -0.056041219 -0.29471998 -0.010768 0.027593485 -0.34416953 -0.34648807 -0.33925019 -2.8359802000000003 0.032734421 -0.37581709 +39 0.11447339 0.065199257 0.046118802 -3.3010872000000004 -1.8531843999999997 -0.16790713 -0.024990393 0.060877455 0.061692354000000005 0.060265475 0.067836772 -0.030918841000000002 0.067766409 +40 0.76813141 0.53802773 0.35276716 -3.1110683999999997 1.6803917000000002 -3.3437138999999996 -1.1319941999999998 0.49148851 0.49228381 0.47804972 0.54800464 -1.2865267 0.54854945 +41 0.87681217 0.61444433 0.40139154 -3.0766723999999996 1.6855773999999997 0.031048972 -1.894437 0.56130649 0.56222655 0.54557369 0.62776378 -2.1063395000000003 0.6283921 +42 -4.6301821 -7.1304229999999995 -8.3629364 -3.8315113 -2.5943937000000004 -0.3286715 0.023171379 -9.3812037 -9.399502400000001 -9.3656711 -9.5316886 0.025825274 -9.5310905 +43 -4.855056299999999 -8.8406522 -9.355086300000002 -3.9009902000000003 -2.8231717 -0.40394439 -0.056541939000000006 -6.5568118 -9.885869300000001 -9.8519706 -10.018001 -0.06802274 -10.017456 +44 -0.03469398 -0.016287516999999998 -0.011841177 -3.3261290999999997 1.6234137 0.030308355 0.0047463528999999996 -0.015360901000000001 -0.01562738 -3.3372144 -3.4875591 0.0056507687 -3.4872773 +45 -0.034300093999999996 -0.015933708 -0.011667786999999999 -3.3258958 1.6234256 0.030308424 0.0047165446 -0.015083221 -0.01533087 -0.015001953 -2.4775017000000004 0.0056149306999999996 -0.017173136999999998 +46 0.89599585 0.62407439 0.40790527 0.24886223 -2.5058801 -4.3276384000000006 -1.88327 0.57035004 0.57140601 0.55445098 0.63833141 -2.0989757 0.63894178 +47 0.89098438 0.62173878 0.40622444 0.24798899 -2.5082447999999995 -0.4536547 -1.9509758000000001 0.56809061 0.56908764 0.55220286 0.63564593 -2.168166 0.63626854 +48 -4.292305799999999 -6.402392 -8.032300099999999 -0.51508569 -6.367890200000001 -4.205578 -1.6913586999999999 -9.0545382 -9.057982 -9.0244149 -9.1906301 -1.8863676999999999 -9.189781 +49 -4.679386099999999 -8.455175599999999 -9.2894641 -0.58620187 -6.685995699999999 -4.457998 -1.9295251 -6.4877236 -9.8033194 -9.7694338 -9.935466 -2.1357975 -9.9349095 +50 0.26577188 0.16731134 0.11552586 0.056496345999999996 -2.7741678 -0.52975786 -0.087222311 0.1550603 0.15646738 -3.1692929 -3.3176372000000005 -0.10720814 -3.3174184 +51 0.26648397 0.16777931 0.115769 0.056777214000000006 -2.7738973999999996 -0.53064592 -0.08748179199999999 0.15545756 0.15690293 0.15305497 -2.2879383 -0.10753659 0.17240423 +52 0.92367351 0.64435674 0.42049571 0.25842246 0.89803591 -3.3916904999999997 -2.8397005 0.58872265 0.58974963 0.57212211 0.65932193 -3.0924058 0.65997399 +53 -4.2523764 -6.324511 -7.9714966 -0.51550647 -4.5534846 -5.8550432 -3.1499287000000002 -9.014095900000001 -9.0158165 -8.9822782 -9.1485123 -3.4073322999999998 -9.1476364 +54 -4.663102200000001 -8.4223781 -9.2831105 -0.58685124 -4.9101445 -6.0969419 -3.4042781000000004 -6.4810612 -9.7953424 -9.761453 -9.9274802 -3.6642910000000004 -9.926927599999999 +55 0.79245054 0.55250402 0.36215325 0.21647156 0.79665574 -3.3997731 -1.1720058 0.50487734 0.50595999 -2.8306447 -2.974948 -1.3308316 -2.9741257 +56 0.79207786 0.55208431 0.36181589 0.21637893 0.79618419 -3.3998193 -1.1721053 0.50445902 0.50548298 0.49081918 -1.898189 -1.3309492 0.56306562 +57 -4.2675427 -6.3547078 -8.0015254 -0.51537126 -4.5688667999999995 -1.8704461 -2.1491091 -9.0298505 -9.0321908 -8.998634 -9.1648533 -2.3753900000000003 -9.163995 +58 -4.670082 -8.4383605 -9.2868244 -0.58659407 -4.9173085 -2.1200191000000004 -2.2659682 -6.4843219 -9.7992151 -9.7653245 -9.9313509 -2.4964351000000002 -9.9307995 +59 0.87824071 0.61487473 0.4014696 0.24499136 0.86214669 0.019823251 -1.8960153999999998 0.56167595 0.56279009 -2.7758062000000003 -2.9193342999999996 -2.1080438999999997 -2.9184246 +60 0.87766718 0.61431145 0.40103403 0.24482847 0.86155115 0.019810785 -1.8960467 0.56112491 0.56216568 0.54551599 -1.8336351000000002 -2.1080775000000003 0.62776701 +61 -4.794380599999999 -10.864232000000001 -12.36731 -0.51878868 -5.1020519 -2.3477639999999997 -0.50247269 -10.087116 -13.41664 -13.382732999999998 -13.548945000000002 -0.5802902 -13.548373999999999 +62 -4.491214599999999 -6.8156469 -8.229572099999999 -0.51254654 -4.7960005 -1.9989038000000001 -0.36946135 -9.25121 -9.2633007 -12.551492999999999 -12.717816000000001 -0.43038486 -12.717127 +63 -4.4911845 -6.815743400000001 -8.2366128 -0.51254742 -4.7960106 -1.9990226000000002 -0.36951114 -9.251253199999999 -9.2633281 -9.2295921 -11.855114 -0.43044311 -9.394992199999999 +64 -4.774588099999999 -8.6601752 -9.3335205 -0.58261233 -5.0248876 -2.1829537 -0.50046779 -6.5265466 -9.8497 -13.137739000000002 -13.303931 -0.5790981 -13.303376 +65 -4.774592299999999 -8.6601267 -9.3297163 -0.58261246 -5.0248801 -2.1829817000000005 -0.50048158 -6.526536599999999 -9.8496466 -9.815757199999998 -12.441225 -0.57911427 -9.9812388 +66 -0.00043355638 -0.00031842272 -0.00010563236999999999 -0.00022722231 -3.9196609e-05 1.1153112000000001e-05 2.7982578e-05 -0.00025586249 -0.00017544723999999998 -3.3220942000000004 -5.931785700000001 3.6409267e-05 -3.4720234 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7539048999999998 0.47371178 -0.036962365 0.23505164 -3.6806373999999997 -0.78309047 -0.034533492 0.0059365687 0.0059498525 0.0050588877 0.016601433 -0.039973148 0.016413747 +2 -2.4659949 -2.9751071 0.13603218 -0.61364265 -2.5373632 -0.19600579 -0.052031947 0.03785988 0.037868786 0.031860195 0.10481873 -0.061404357 0.10473603 +3 -0.39002003 -0.26382029 -2.7196872 0.34586163 -1.0469785 -0.05980894 0.08451915900000001 -2.0714444 -2.0724336 -1.8904358 -3.3424828 0.10122448 -3.3383485 +4 -0.014475305 -0.011895242 0.00031287298 -3.3260861000000004 1.7750639 0.039450526 0.0033295357 -0.00051882002 -0.00051841608 -0.00043825707000000005 -0.0014177032 0.0037044559000000005 -0.0014119639000000001 +5 0.39396585 0.32261723 -0.0041592538 0.12646755 -2.6689279 -0.38051449 -0.046878148 0.020460155 0.020451149 0.017276804 0.056602985999999994 -0.056418187 0.056341105 +6 1.8923678 1.5005621999999998 0.034013603999999996 0.7422771 1.39469 -3.3737217000000004 -1.2026995 0.18917219 0.18913836 0.15799254 0.57154492 -1.3897875 0.56995494 +7 2.0971881000000003 1.6452552 0.036414365 0.83460025 1.4705494 0.034885225 -1.9659412 0.21512585 0.21510366 0.17940401 0.65987876 -2.2191632 0.65804006 +8 -2.0238883000000003 -2.4343841 -6.039725499999999 0.13246255 -2.8232482000000005 -0.44646037 -0.19775998 -8.1353852 -8.1567304 -7.9143541 -9.6735669 -0.23774044 -9.6684166 +9 -3.3906843 -4.742746299999999 -7.8274209 0.013320595 -4.1725779 -1.3671973999999998 -0.44360147 -6.0327433 -9.362811599999999 -9.119947300000002 -10.881644 -0.5259454 -10.876453 +10 0.21959267 0.17206026 0.3472767 -0.054154745 0.39297139 0.014579396000000001 -0.074022583 0.3085 0.30869131 -3.0656619 -4.6995022 -0.08788583400000001 -4.69456 +11 0.18744155 0.14455902 0.36525697 -0.055868593 0.3516234 0.012842332 -0.05425419099999999 0.32506743 0.32518711 0.2696571 -1.4370334999999999 -0.064669924 1.0529347 +12 -4.4871654 -1.7810173999999999 0.13551559 -0.42820027 -4.887262799999999 -2.0702404 -0.40762082 0.052885187 0.052895215999999995 0.044498885999999994 0.14788653 -0.47536118 0.14762951 +13 -2.9248752000000002 0.3521502 -2.5085821 0.53489855 -4.1449095 -1.1712065 -0.030166477 -1.7812769 -1.7818730999999999 -1.6131859 -2.9898342999999996 -0.033029473 -2.9860139 +14 -3.2612857 0.045521982999999995 -0.037843595 -3.2566372 -0.90239667 -0.046740962000000004 0.064584883 -0.029473337000000002 -0.029452082 -0.024904151 -0.079099509 0.07781263 -0.078908345 +15 -1.4797212 1.5028787000000001 -0.0069646277 0.7747741 -4.7715865 -2.6382841 -0.66509579 0.1585612 0.1585263 0.13268354 0.47099106 -0.78041634 0.46957473 +16 -0.97814774 1.870842 0.006107856500000001 1.0122121 -2.5619976 -4.6108150000000006 -2.1129995 0.23489336 0.23486353 0.1956588 0.72898147 -2.3739667 0.72691002 +17 -0.99164741 1.8613952 0.0060537163 1.0058154000000001 -2.57023 -0.49142486 -1.9565924 0.23298496 0.23295422 0.19409143 0.72225726 -2.2098777000000003 0.7202006 +18 -3.3331652999999997 -0.49611312 -4.693779599999999 0.40563181 -4.488864599999999 -2.6316838 -0.8558573 -6.7496056 -6.774858900000001 -6.534797599999999 -8.2879416 -1.0154356 -8.2819676 +19 -5.6471602999999995 -4.0239032 -7.6095085000000005 0.10523405 -6.5612707 -4.690498000000001 -2.2967389 -5.8255384 -9.1435734 -8.9008043 -10.662225 -2.5624022999999996 -10.657003999999999 +20 -2.566316 0.61972659 0.38570724 0.18113016 -3.4355877999999995 -0.66614498 -0.091402975 0.37283918 0.37303509 -3.0134404999999997 -4.6422441 -0.10820043 -4.63734 +21 -2.5950886000000004 0.59512096 0.39664994 0.18009373 -3.4640892 -0.68240193 -0.072741241 0.38287578 0.38299299 0.31649388 -1.2098788999999999 -0.086246097 1.2845371 +22 -2.6737304 -3.0926714 -3.3556057 0.11261706 -3.4898696000000005 -0.55835227 0.0071369615 -2.8666565 -2.8672218999999997 -2.6599934 -4.249390900000001 0.0097881466 -4.244289299999999 +23 -2.5101897 -3.0249092 0.13606633 -3.9384407 0.77134748 0.022965963 -0.031589865 0.037482587000000005 0.037491632999999996 0.031542802 0.10374754 -0.038253538 0.10366873 +24 -1.9247583 -2.401118 0.13662174 -0.5682728 -4.0549141 -0.98447745 -0.18005299 0.044324857999999995 0.044333002999999996 0.037302727 0.12328943 -0.21348912 0.12312049 +25 -0.52547577 -1.0609214 0.15235716 -0.36440915 -0.46292044 -3.627815 -1.4064749 0.085158166 0.085150035 0.071519822 0.24234642 -1.6116721999999999 0.2418542 +26 -0.30345472 -0.86157122 0.15602651 -0.31791675 -0.21558555 -0.014370778 -2.001424 0.094799149 0.09478706 0.079573774 0.27121645 -2.2568146000000002 0.2706511 +27 -3.8412123 -6.5587637 -7.177146899999999 0.06000982 -4.684700599999999 -2.1253924 -0.62607793 -9.306002000000001 -9.304364999999999 -9.06143 -10.822958999999999 -0.7358044 -10.817855 +28 -4.0745653 -8.2891647 -8.1563471 -0.0036428551 -4.8695227999999995 -2.32553 -0.76979375 -6.3725928 -9.6928287 -9.4499026 -11.212003999999999 -0.89987953 -11.20679 +29 -2.3555743 -2.8588461 0.23072939 -0.69040234 -2.3409225 -0.16534395 -0.10391659 0.12048676 0.12071427 -3.2206617000000004 -4.8683350999999995 -0.12283296 -4.8632864 +30 -2.3674543999999997 -2.8735633 0.25482832 -0.68850097 -2.3558296000000003 -0.1685035 -0.093736628 0.14439423 0.14458023 0.12110761 -2.0645462 -0.11087259 0.41643902 +31 -0.41279586 -0.28105218 -2.7252933999999995 -2.9790227000000002 1.6638924 0.036702989 0.092979075 -2.0788889 -2.0798837 -1.8975713 -3.351321 0.11067345 -3.3471873999999997 +32 0.043949313 0.067714095 -2.60617 0.41710986 -3.1144224 -0.54423116 0.018407575 -1.9192924 -1.9201756999999997 -1.744832 -3.1595675 0.021904818 -3.1555881 +33 1.6566925 1.3177795 -2.1465302000000004 0.86921741 1.0732981000000001 -3.4064832000000003 -1.1584534 -1.256636 -1.2568496 -1.1206143999999998 -2.3069761000000004 -1.3404778999999998 -2.3025676 +34 1.8846721000000002 1.4808270000000001 -2.0853945 0.94864387 1.2269302 0.028920322000000002 -1.9096183999999998 -1.1603938 -1.1605053 -1.0314565999999998 -2.1723191 -2.1591009999999997 -2.1678512000000003 +35 -1.7937081000000001 -1.9030982 -6.714965299999999 0.29951201 -2.7329621 -0.39915843 0.069635168 -7.264375 -7.295300099999999 -7.0540925 -8.810208300000001 0.082829181 -8.8046503 +36 -2.797596 -3.3786843 -8.0025413 0.17533817 -3.6992937999999995 -0.98609037 -0.094432396 -4.4006175 -7.741100099999999 -7.499422999999999 -9.2576023 -0.11256245 -9.252063099999999 +37 -0.38472897 -0.25866495 -2.6767812 0.34422984 -1.0380709000000001 -0.059163191 0.083713337 -2.0458433 -2.0469566 -5.1879756 -6.9223255 0.10027978 -6.9175863 +38 -0.38416508 -0.25828922 -2.6813849999999997 0.34460554 -1.0377288 -0.059136577 0.08376686700000001 -2.0483656999999997 -2.0493331 -1.8683207999999998 -5.776935900000001 0.10033947 -3.3116138999999998 +39 0.25138571 0.20588911 -0.0045479582000000005 -3.2429135 -1.7205415000000002 -0.16907239 -0.019928723 0.010882433 0.01087695 0.0091986088 0.030001887 -0.02427466 0.02984377 +40 1.8823881999999998 1.4934629 0.033958497000000004 -2.5839873 1.9035863999999998 -3.3415144999999997 -1.1812331 0.18799635 0.18796222 0.15702124 0.56760807 -1.3661697 0.56602819 +41 2.0971363999999997 1.6453506000000002 0.036405322999999996 -2.4871597000000003 1.9099646000000001 0.041050118 -1.9652764999999999 0.21513573 0.21511352 0.17941212 0.65991278 -2.2184576000000003 0.658074 +42 -2.1661095 -2.5520656 -6.110965900000001 -3.1926813999999997 -0.11137202 -0.0045098817 -0.13736593 -8.2053738 -8.2286011 -7.986203 -9.745649900000002 -0.16520848 -9.740476 +43 -3.5221042999999996 -4.8797671 -7.8633055999999995 -3.3067886 -1.8806691999999998 -0.1554871 -0.22153398 -6.0646719000000004 -9.3987897 -9.1559216 -10.917671 -0.26494614 -10.912473 +44 0.20606148 0.16104198 0.34648647 -3.3804220999999997 1.8069418999999998 0.040788667 -0.071614124 0.30714776 0.30733956 -3.0667633 -4.7007072 -0.085175587 -4.6957645999999995 +45 0.17380577 0.13343379 0.36457917 -3.3821449999999995 1.8032952000000002 0.040488157999999996 -0.051782517 0.32382482 0.32394511 0.26864724 -1.441776 -0.06189410099999999 1.0481053 +46 2.0977107999999998 1.6455542 0.035597949 0.83484042 -2.0795708 -4.2875816 -1.9032782 0.21456867 0.21454566 0.17894497 0.65795791 -2.1518067000000003 0.65612263 +47 2.1095459 1.6536970000000002 0.035978513 0.84011452 -2.07648 -0.27895839 -1.9932477 0.21627329 0.21625145 0.18034956 0.66385353 -2.2485668999999997 0.66200018 +48 -1.4344786 -1.9219093999999997 -5.713499400000001 0.15909833 -4.2140858 -1.914957 -0.58118984 -7.8100646 -7.8246988 -7.5826806 -9.3409 -0.69224898 -9.3356325 +49 -3.1049031000000005 -4.434891599999999 -7.737863099999999 0.012201372 -5.6834398 -3.5252388999999997 -1.4534212 -5.9523918 -9.2727715 -9.029945699999999 -10.791536 -1.660694 -10.786331 +50 0.59205782 0.4754761 0.37041098 0.079343521 -2.5154992000000003 -0.3318099 -0.11755518 0.34859176 0.34876962 -3.0330922 -4.6638281 -0.14030253 -4.658896599999999 +51 0.56354907 0.45143916 0.38512943 0.078023037 -2.5322365000000002 -0.33944509 -0.097823616 0.36205069 0.36215408 0.29964207 -1.2932594 -0.11718171 1.199483 +52 2.1705722 1.6952953999999998 0.036682137000000004 0.86733832 1.4950771999999999 -3.3666237 -2.9039066000000004 0.22413255 0.22411717 0.18682132 0.69117299 -3.2033186000000002 0.68924165 +53 -0.92870393 -1.4671541000000001 -5.4071542 0.19738949 -1.6653044 -4.0436055 -1.8382627 -7.497528699999999 -7.5083572 -7.267089100000001 -9.0244631 -2.0864279999999997 -9.0187308 +54 -3.0143124 -4.3363237 -7.706305900000001 0.012247208 -3.785017 -5.3264283 -2.9327236 -5.9238704 -9.2409233 -8.998109800000002 -10.759658 -3.2273886000000003 -10.754451 +55 1.9644421000000003 1.5474895 0.47858713 0.69153823 1.4709833 -3.3636439 -1.2609006 0.54165035 0.54171342 -2.8789249 -4.4941447 -1.4538438 -4.489012000000001 +56 1.9615133999999999 1.5453595 0.48001339 0.69903728 1.4651951 -3.3654322 -1.2439843000000002 0.5448618 0.54483564 0.44545121 -0.54240293 -1.4354392 1.9723415000000002 +57 -0.90744764 -1.446545 -5.3933602 0.19964941 -1.6439806000000001 -0.19193818 -2.0962476000000003 -7.4831289000000005 -7.493902499999999 -7.2526883 -9.010035400000001 -2.3584929 -9.0042637 +58 -3.0315697 -4.3551599 -7.7123924 0.012228458000000001 -3.8026766000000003 -1.1778121000000001 -2.2691557 -5.9293749 -9.247050900000001 -9.0042313 -10.765784 -2.5412474 -10.760581 +59 2.1558552000000004 1.681659 0.49604897 0.78175563 1.5295725 0.03706213 -2.0224453000000002 0.57308233 0.57313675 -2.8542142000000004 -4.4667715999999995 -2.2789593 -4.461605400000001 +60 2.155137 1.6811999 0.49478888 0.7902243 1.5252411 0.036630116000000004 -2.0066741 0.57435696 0.5743197 0.46863067 -0.42222198 -2.2624286 2.0973187 +61 -3.9419690000000003 -7.3256731 -11.24882 0.065094067 -4.7944223 -2.2933424 -0.69546932 -10.047488000000001 -13.382182 -13.139068 -14.902652 -0.8149032 -14.897329000000001 +62 -2.0239165 -2.4342394 -6.039721 0.1324668 -2.8232564 -0.44605495 -0.19767451 -8.1353337 -8.1567551 -11.236305999999999 -12.999402 -0.23763362 -12.994246 +63 -2.0238726000000002 -2.4343635 -6.039697299999999 0.13246329 -2.8232316 -0.4464535 -0.19775918 -8.135367599999999 -8.1567092 -7.9143329 -12.133007000000001 -0.23773948 -9.6684042 +64 -3.3908074999999998 -4.7429167 -7.827600500000001 0.013320888999999999 -4.1727125 -1.3669871 -0.44352973 -6.0328122 -9.362962199999998 -12.442026 -14.205404999999999 -0.52585824 -14.200211 +65 -3.3906829 -4.742743 -7.827414999999999 0.013320587 -4.1725764 -1.3671953000000001 -0.44360097 -6.0327417 -9.3628085 -9.119944199999999 -13.341085999999999 -0.52594481 -10.876453 +66 0.22099584 0.17329214 0.34514887 -0.053818775 0.39443309 0.014644559 -0.074930097 0.30659302 0.30679661 -3.0672031000000004 -7.161566199999999 -0.088944977 -4.696524 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0047003 1.8476521000000001 -0.013470696 0.14269765 -1.1996829 -3.0677258 -1.909455 0.0043731696999999995 0.0043683276 0.0033632761999999997 0.016349217 -2.1100903 0.016476524 +2 -0.80787987 -2.9868465 0.0081492154 -0.048528229000000006 -0.78746174 -1.0071455 -0.3386178 0.0015428487 0.0015471939000000002 0.0012138028 0.0064885836 -0.32557419 0.0063734853000000005 +3 -0.06001046 0.10534503 -1.830911 0.37731377 -0.40478661 -0.29632248 -0.040017172000000004 -1.3730396 -1.3730895 -1.1616228000000002 -3.9019399 -0.029878057000000003 -3.8871716 +4 -0.20995151 -0.22008946 0.00012516878000000002 -3.3284387000000004 3.607302 1.3454669 0.21481856 -0.00073276686 -0.00073280046 -0.0005674091099999999 -0.0028445707 0.18861863 -0.0028442 +5 1.0580965 0.81416763 -0.0082471938 0.034893653999999996 -0.77270517 -1.7105569999999999 -0.74499065 -0.0024662609 -0.0024727982 -0.0019445826 -0.0105128 -0.76474216 -0.010301189 +6 5.4029697 4.3496811 -0.10298363 0.73598132 5.6356358 -2.0298738999999997 -1.3901119 0.036087054 0.036078777 0.028038349 0.14221433 -1.6544276999999998 0.14094727 +7 6.0536269 4.8401935 -0.12282593 0.9642877 6.1565184 1.5170198000000001 -2.1345694 0.069806953 0.069825085 0.05406557 0.26703418 -2.4950803 0.26504988 +8 3.4854095999999997 3.076236 0.81707501 -0.42126987 4.494686499999999 1.4776312 -0.45203744 -2.779913 -2.7800972 -2.4759641 -5.8027663 -0.54336945 -5.787586599999999 +9 2.9906884 2.3601879 -2.1567950000000002 -0.046915411 3.3075788 1.3758188999999998 -0.60596052 -1.9663917000000002 -5.298138 -4.9453416 -8.5178656 -0.72754628 -8.5025475 +10 0.73299332 0.24119928 3.0237428 -0.73366079 1.435664 0.71081307 0.09515801 2.3118693 2.3118382 -1.9214813000000002 -5.087534 0.080115055 -5.0718919 +11 0.39414214 0.10818382 2.0851783 -0.49791159 0.87644262 0.50815458 0.08183002 1.7123448000000001 1.7124466 1.1219796999999998 -0.52011199 0.070395925 2.2692159 +12 -0.82822199 1.0596338 -0.0018466099 0.066044878 -0.92563081 -3.2214527000000004 -2.3734303 0.0052020098 0.00520649 0.004058265300000001 0.021011528999999998 -2.7287912999999997 0.020806023 +13 -0.059765339 2.7013914 -1.7465308999999998 0.56614152 -0.60569313 -2.7100707 -1.7341335999999998 -1.2314636 -1.2315107 -1.0347819 -3.6607422999999994 -1.9679395 -3.6461527 +14 -3.1956639 -0.07068124 -0.0019762053 -3.3056857 -0.44158592 0.41783721 0.11527217 -0.0019502292000000002 -0.0019519995999999998 -0.0015210127 -0.0078714078 0.10811061 -0.0078032126 +15 2.3775534 4.6145996 -0.11770193 0.87361372 -0.21653534 -2.485463 -1.7250308999999997 0.049325465 0.049330806 0.03826743 0.19175961 -2.0242503000000003 0.19025837 +16 3.1006761000000003 5.152934200000001 -0.14743889 1.1486787 2.1321828999999997 -3.6882683 -2.8780992000000003 0.09205873199999999 0.09209162 0.07116535 0.34583671 -3.2935107000000006 0.34340064 +17 2.9979144 5.0801037 -0.1444458 1.1085726 2.0621697 0.23804404 -2.2480986 0.08423335400000001 0.084258021 0.06516045599999999 0.3185682 -2.6182551 0.31626067 +18 1.0027689 3.70535 0.84875978 -0.12688196 1.1781688999999997 0.49151621 -0.54919612 -2.7384027 -2.7384904999999997 -2.4360013 -5.7535414000000005 -0.65606312 -5.7384331 +19 0.82271301 3.1549281000000002 -1.8528200000000001 0.12589253 0.733599 -0.3364666 -0.93378545 -1.6484638999999999 -4.9748425 -4.6245934 -8.1845591 -1.1188103999999999 -8.1693323 +20 -1.3084965 1.2480746 3.0243441000000004 -0.63273177 -0.82190116 -1.7704183999999998 -0.79629004 2.3127188 2.3126874 -1.9211305 -5.0870546999999995 -0.82411547 -5.0714115 +21 -1.4146919 1.2998450000000001 2.0848577 -0.39505785 -1.1348345 -2.219617 -1.0824773 1.7136984 1.7137988000000002 1.1226756000000002 -0.51973853 -1.1349613 2.2696886000000003 +22 -0.53803325 -2.1232367 -1.8231316000000002 0.3461897 -0.88136168 -1.9787209 -0.89969494 -1.3834883 -1.383521 -1.1710213 -3.9191121 -0.92914849 -3.9043267999999998 +23 -1.0546659999999999 -3.4993003 0.008209841800000001 -3.3708936 2.0117195 1.0788795 0.18704676 0.0013731689000000002 0.001377542 0.0010826783 0.005837564 0.16548955 0.0057211473999999995 +24 0.705972 -0.75030649 0.0056438655 -0.034102346 -1.0595648000000002 -3.188042 -2.2034993999999997 0.0022801346 0.0022843179 0.0017843757000000002 0.0093407423 -2.4918574000000002 0.0092257481 +25 3.2285098 1.9223085 -0.010492281000000001 0.11273897 3.3807275000000003 -2.8123944 -2.0654462 0.0085265034 0.0085314017 0.0066485529 0.034370427 -2.4101819 0.034032001 +26 3.5967982000000003 2.2596137 -0.01476826 0.15736808 3.7915 1.2739972 -2.1566859 0.011126084 0.011131945 0.0086708051 0.044693622999999995 -2.5190137999999997 0.044271855 +27 1.2140168 0.094331421 0.76485203 -1.006815 2.241207 1.2109321000000002 -0.48632985 -2.8495846 -2.8486105999999998 -2.5418406000000004 -5.8832065 -0.58261263 -5.8679499 +28 0.71659041 -1.0553065000000001 -2.659233 -0.21390852 0.9306898 0.15769612 -0.84060219 -2.5054471 -5.8251428 -5.469186 -9.056867800000001 -1.006904 -9.0414933 +29 -0.023380456 -2.9311549 3.0232471000000003 -0.82432215 0.71179416 0.15721816 -0.016316043 2.3111312 2.3111001 -1.9217865 -5.0879522 -0.025154111 -5.072310099999999 +30 -0.40828918 -3.0250468999999995 2.0862286 -0.56865818 0.10208994 -0.17186161 -0.07449078099999999 1.7119883999999999 1.7120905 1.1217962 -0.52021105 -0.07582806 2.2690907000000005 +31 -0.35356528 -0.18887025 -1.8344202 -2.9504704 2.9990004 1.2713985 0.24583366 -1.3785678 -1.3786213 -1.16659 -3.9109897000000005 0.21814804 -3.8962449 +32 1.4954026000000002 1.3318948999999998 -1.8099441000000003 0.41539834 -0.67368188 -2.0611124 -1.0045600000000001 -1.3354190000000001 -1.3354799 -1.127836 -3.8395486000000005 -1.0645189 -3.824755 +33 5.3298552 4.3177683 -1.5524924 0.89773508 5.296546299999999 -2.1021571 -1.4257383 -0.93003566 -0.93013635 -0.76910881 -3.0794037 -1.6946086 -3.06618 +34 5.9210792 4.7564193 -1.4795688999999999 1.0657787 5.8937449 1.5036595 -2.1164099999999997 -0.8068945 -0.80694075 -0.66265679 -2.8063371 -2.4751539 -2.7934422999999997 +35 1.5308064 2.1275994 -4.1316938 0.65728303 0.96734485 0.10841866 0.038563144 -5.6703582 -5.7002014 -5.3458096 -8.931397500000001 0.032520207 -8.9150897 +36 1.1858600000000001 1.2654089 -6.047806400000001 0.58358539 0.6665026 -0.56952099 -0.24717352 -2.7626717 -6.110932900000001 -5.7546029999999995 -9.349432400000001 -0.26303667 -9.3330966 +37 -0.06041963400000001 0.10017838 -1.7504304 0.36692069 -0.39590537 -0.29069738 -0.039887442 -1.3219715 -1.3220261999999998 -4.4376582 -7.9899633 -0.03000749 -7.973730199999999 +38 -0.059601614000000004 0.10112882 -1.7623176 0.36845946 -0.39641154 -0.29023113 -0.039686423 -1.3295803 -1.3296315 -1.1225549 -6.2979457000000005 -0.029813032000000003 -3.8174652 +39 0.23064418 0.049504489000000006 -0.0048472519 -3.3209095 0.82761089 0.2028439 0.027557499 -0.0039018385999999997 -0.0039063096 -0.0030454369 -0.015804893 0.018424559 -0.015660272 +40 5.307982 4.2741945999999995 -0.10145989 -2.6173476000000004 6.8422371 -1.8765348999999998 -1.2762143999999997 0.03108691 0.031074589 0.024170066 0.12324957 -1.5263520000000002 0.12207359 +41 6.052637799999999 4.8395866 -0.12278277 -2.3578878 6.876827799999999 1.5396287 -2.1331947999999996 0.069768655 0.069786761 0.05403609 0.26689612 -2.4935862 0.26491261 +42 3.4571131 3.0563537999999997 0.81632222 -3.7505303 6.6718461 1.5495296 -0.44602686 -2.7809252 -2.7810943 -2.4769215 -5.8039404999999995 -0.53682245 -5.7887602 +43 2.9416507999999997 2.3359052000000005 -2.1649945 -3.3703659 6.3979886 1.5473052 -0.58865908 -1.9749046000000001 -5.306816400000001 -4.9539566 -8.5267767 -0.70767813 -8.5114592 +44 0.63619878 0.14115308 3.0237112999999995 -4.0620297999999995 5.0927563 1.4697459 0.1856241 2.3118177 2.3117866 -1.9215026000000002 -5.0875631 0.15995442 -5.0719211 +45 0.27165558 -0.019714741 2.0851443 -3.8261127999999998 4.7183167 1.4436623 0.20125949 1.712216 1.7123179 1.1219135 -0.52014768 0.17460996 2.2691708 +46 6.1484440000000005 4.9073511 -0.12587644 0.99877762 2.7498953999999998 -3.2317647000000003 -2.4717916 0.075455396 0.075480492 0.058412245 0.28726174 -2.860647 0.28517414 +47 6.091952 4.8674445 -0.12449975 0.97819891 2.7306591 0.79170343 -2.1957022999999998 0.071752475 0.071772196 0.055563193 0.27403909 -2.5620572 0.27201465 +48 4.0389303 3.4796364 0.83460486 -0.25558655 2.1617088 0.98432222 -0.52193031 -2.7563182999999998 -2.7567741000000003 -2.4535639 -5.775222900000001 -0.62695902 -5.7600737 +49 3.4424123 2.621937 -2.0596105 -0.01874886 1.5216133 0.58934132 -0.7391525 -1.866012 -5.1954673 -4.8433779999999995 -8.412174 -0.88845514 -8.396925999999999 +50 1.3907143999999998 0.65674413 3.0239409 -0.70261076 0.18931884 -0.47983705 -0.20670032 2.3121516 2.3121205000000002 -1.9213646 -5.0873743 -0.21460946 -5.071732099999999 +51 1.1246212 0.59967089 2.0847189 -0.46905592 -0.2531665 -0.82848943 -0.30995114 1.7125165 1.7126181 1.1220678 -0.52006524 -0.31180984 2.2692753 +52 6.246173799999999 4.974721499999999 -0.12908371 1.0341382 6.2715593 -1.9365859 -3.1447363 0.081375931 0.081409233 0.06296549900000001 0.30828545 -3.5772208 0.30608703 +53 6.2119144 5.140326 0.95965864 0.73189363 6.4520425 -1.8694905 -1.7405335 -2.5858058999999995 -2.5852880000000003 -2.2896028 -5.570852400000001 -2.0552183 -5.5555769 +54 4.6113346 3.4707480000000004 -1.7224571 0.16613948 5.2142004 -2.0052183 -1.9427017 -1.5116906 -4.8319999000000005 -4.4834213 -8.0372579 -2.2802963 -8.021706 +55 6.0842919 4.6798547 3.0333742000000004 0.53168622 6.4881928 -1.9070275 -1.3307226 2.3277646 2.3277331 -1.9149273 -5.0785392 -1.5888686 -5.0629053 +56 5.8142114000000005 4.5467877 2.0961821 0.56699808 6.2936569 -1.9314438000000003 -1.3345272 1.7460759999999997 1.7461764 1.1393026000000002 -0.51076513 -1.5926598 2.2809922 +57 6.4986259 5.341592299999999 0.9828381 0.88121545 6.5292219000000005 1.5469565 -2.5263339 -2.5541084 -2.5531012000000004 -2.258937 -5.5319878 -2.9191697999999997 -5.5166713 +58 4.7928478 3.6045797 -1.664043 0.20544789 5.421192700000001 1.5208886000000001 -2.6215164 -1.4496928 -4.7683919999999995 -4.420525700000001 -7.9713283 -3.0213136 -7.955711099999999 +59 6.7569035 5.1940497 3.0375273 0.86774093 6.636524700000001 1.5348848999999998 -2.1608342 2.3346095 2.3345777 -1.9121198 -5.0746876 -2.5236818 -5.059051599999999 +60 6.4914034 5.0616529 2.1022452 0.87193391 6.5322429 1.5309409 -2.1502109000000003 1.7614019 1.7615005000000001 1.1471014 -0.50664366 -2.5122418 2.2861984 +61 0.55071057 -1.6624294999999998 -7.292739599999999 0.041967392 0.51154 -0.6678082 -1.0955325 -8.0713304 -11.413721 -11.051153 -14.672628 -1.3074631 -14.656701000000002 +62 3.4914506000000003 3.080732 0.81988668 -0.42332517 4.5054017 1.4784256000000002 -0.45553381 -2.7777951 -2.7779703999999996 -5.7958506 -9.390790800000001 -0.54745513 -9.3751071 +63 3.4933135 3.0823343999999997 0.81975437 -0.42232654 4.5070182999999995 1.478505 -0.45518676 -2.7778402 -2.7779243 -2.4738782 -8.2619382 -0.54705247 -5.7857019 +64 2.9898757000000002 2.3597172000000004 -2.1564377 -0.047171418 3.3068812000000007 1.3757713 -0.60604788 -1.9662113 -5.2980865 -8.2672184 -11.88402 -0.7276465 -11.868617 +65 2.9913484 2.3608666 -2.1556772 -0.04700522 3.3084795 1.3759348 -0.6060398 -1.9655169 -5.2972399 -4.94445 -10.976725 -0.72763971 -8.5017279 +66 0.74641593 0.247049 3.0498206000000003 -0.74236168 1.4572126 0.71873458 0.094238481 2.3259314 2.3258989 -1.9156843999999997 -7.5427979999999994 0.079102523 -5.065049299999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.99462287 1.8532973000000001 -0.013381571 0.14355882 -1.1899368000000001 -3.0693679 -1.9253188 0.0045856488 0.0045810252 0.0035292962 0.017218933 -2.1304531000000004 0.017339396 +2 -0.80689327 -2.9821162 0.008119434699999999 -0.048618198 -0.78645181 -1.0160786 -0.34510337 0.0015027144 0.0015070214000000002 0.001182697 0.0063343689 -0.33250044 0.0062203801 +3 -0.059808475 0.10247344 -1.8302014 0.37732921 -0.40449553 -0.29315068 -0.039088139 -1.3722944 -1.3723432 -1.1610601 -3.8985475 -0.028916951 -3.8838133000000004 +4 -0.21277646 -0.22300563 0.00011920098999999999 -3.328536 3.5876688999999997 1.3546294 0.21766977 -0.0007507386 -0.0007507802199999999 -0.00058144831 -0.0029187552000000004 0.19137334 -0.0029181 +5 1.0645042 0.81900065 -0.0081443151 0.035252071 -0.76727455 -1.7197395 -0.75646073 -0.0023299651000000003 -0.0023363783999999998 -0.0018387869000000001 -0.0099804335 -0.77826866 -0.0097713868 +6 5.4023705 4.3436064000000005 -0.10324116 0.73473917 5.6354623 -2.0185975 -1.3873799 0.035735428 0.035726765 0.027769505 0.14103158 -1.6519868000000002 0.13977352 +7 6.055409 4.835989 -0.12327577 0.96377112 6.1591852 1.5288892 -2.1312914000000003 0.069491842 0.069509485 0.053830049000000005 0.26623095 -2.4919982999999997 0.26425071 +8 3.4690854 3.0584854 0.81345437 -0.42637317 4.475141099999999 1.4881385 -0.44926291 -2.7830702 -2.7832322 -2.4791367 -5.803867299999999 -0.54090595 -5.7887212 +9 2.9822140999999998 2.3498522 -2.1626464 -0.047659835 3.2976867 1.3860733 -0.60311687 -1.9716314999999998 -5.3033235 -4.950682 -8.520467 -0.72500626 -8.5051837 +10 0.73115388 0.23957318 3.0235126 -0.73431414 1.4341196000000003 0.71724757 0.09718931900000001 2.3121232000000003 2.3120928 -1.9210456999999999 -5.0842499000000005 0.082017428 -5.0686428 +11 0.39161046 0.10645655 2.0815672 -0.49768231 0.87347569 0.51224075 0.083412356 1.709891 1.7099936000000002 1.1209492 -0.5174085 0.071905342 2.2716391 +12 -0.82441227 1.0575168 -0.0018942535 0.065967648 -0.92135344 -3.2109227000000002 -2.373396 0.0051635324 0.0051679722999999995 0.004028878400000001 0.020881435 -2.7298649 0.020676675 +13 -0.057450955 2.6982665 -1.7457116999999998 0.56622411 -0.60308427 -2.7054267999999997 -1.7398886000000002 -1.2306342 -1.2306794 -1.0341426 -3.6572203 -1.9759548999999998 -3.6426635999999997 +14 -3.1977196 -0.071903781 -0.0019472954 -3.3057773999999998 -0.45584953 0.41710927 0.11602403 -0.0019303513 -0.0019320972 -0.0015056756 -0.0077983755 0.10899881 -0.0077310236 +15 2.3785175 4.609736799999999 -0.11800596 0.8728411 -0.21438708 -2.4754172000000003 -1.7238175 0.049040465 0.04904547099999999 0.038052103 0.19091994 -2.0236427 0.18942492 +16 3.1030252999999997 5.1491259000000005 -0.1480066 1.1483627 2.1352238999999997 -3.6766498 -2.8751682 0.09173659 0.091768992 0.07092778599999999 0.34517147 -3.2908216 0.34273725 +17 2.9997502000000003 5.0759254 -0.14497228 1.1080603999999998 2.0648454 0.24895903 -2.2450068 0.083883026 0.0839072 0.064900033 0.31774504 -2.6153775 0.31544091 +18 0.98396431 3.6847932 0.84486688 -0.13491908 1.1660978000000002 0.49790401 -0.54727252 -2.7419436000000004 -2.7420117999999998 -2.4395407000000002 -5.7551264 -0.65450953 -5.7400502 +19 0.81209749 3.1416411 -1.8599731 0.12367225 0.7249671 -0.32754019 -0.9309613 -1.6551189999999998 -4.981482 -4.6313645999999995 -8.1887084 -1.1159963 -8.173515299999998 +20 -1.302339 1.2539075000000002 3.024119 -0.6322944 -0.81702409 -1.7789806000000001 -0.80771415 2.3129822 2.3129516 -1.9206908999999999 -5.0837652 -0.83772483 -5.0681569 +21 -1.4070471000000002 1.3068024999999999 2.0812654 -0.39376766 -1.1290036 -2.2307478 -1.0985688 1.7112836 1.7113848000000003 1.121666 -0.51702289 -1.1544128999999999 2.2721271 +22 -0.53549907 -2.1235002 -1.8224466000000001 0.34613454 -0.87849752 -1.9793143 -0.90589737 -1.3827633999999998 -1.3827952 -1.170477 -3.9157511 -0.93697175 -3.9010004 +23 -1.0573798 -3.5018284 0.0081786833 -3.3710025999999997 1.9949047999999998 1.0850723999999998 0.18946925 0.0013274222 0.0013317557 0.0010472005 0.0056606001000000005 0.16786393 0.0055453464 +24 0.71158549 -0.7482931 0.0056201456 -0.034163282999999996 -1.0536582 -3.1830804 -2.2122602000000002 0.0022570760000000002 0.0022612431 0.0017666889 0.0092591979 -2.5036984 0.009144575799999999 +25 3.2297942 1.9174754 -0.010563533 0.11238754 3.382338 -2.8015746 -2.0634097 0.008441558299999999 0.0084463629 0.0065833223 0.034069852000000005 -2.4085492000000004 0.03373367 +26 3.5979928 2.2547035 -0.014856554 0.15696832 3.7929909 1.2854157 -2.1534693 0.011024076 0.01102982 0.008592600799999999 0.044338392000000004 -2.5160006 0.043919220999999994 +27 1.2039291 0.077727365 0.76142777 -1.0070581 2.2294088 1.2192606000000001 -0.48384053 -2.8524305 -2.8514482999999995 -2.5447336 -5.8839199 -0.58047885 -5.8686981 +28 0.712877 -1.0655983 -2.6648798 -0.21367378 0.92680039 0.17058543 -0.83692052 -2.5103372999999998 -5.8300289 -5.4742419 -9.0591129 -1.0032530000000002 -9.043773300000002 +29 -0.025662168 -2.9313683999999998 3.0230113 -0.82512115 0.71023953 0.16006409 -0.015567418999999999 2.3113805 2.3113502 -1.9213528999999998 -5.0846708 -0.024564462000000002 -5.0690637 +30 -0.41086851 -3.0245533 2.0826225 -0.56849109 0.099276516 -0.17310065 -0.075221465 1.7095328999999997 1.7096358 1.1207646 -0.51750836 -0.076651205 2.271513 +31 -0.35424118 -0.19342884 -1.8337819 -2.9505234000000002 2.9914527 1.2816166000000002 0.24922537 -1.3778852 -1.3779376 -1.1660836 -3.9076989 0.22139835 -3.8929885000000004 +32 1.4988818000000002 1.3313098 -1.8090724999999999 0.41565447 -0.67051321 -2.0634975 -1.0130837 -1.3345042 -1.3345631000000002 -1.1271207 -3.8358785 -1.0752437 -3.8211172999999996 +33 5.3304608 4.312604900000001 -1.5521121999999998 0.89703665 5.2973432 -2.0908648000000003 -1.4226892 -0.92974508 -0.92984493 -0.76893672 -3.0770475 -1.6917967 -3.0638558 +34 5.9233721 4.7525447 -1.4790151000000002 1.0654769 5.8966517 1.5155151000000002 -2.1128859 -0.80628915 -0.80633467 -0.66220793 -2.8033761000000004 -2.4718033999999998 -2.7905148 +35 1.5290542 2.1261455000000002 -4.1303718 0.65750186 0.9654244 0.11131361 0.039821197999999995 -5.6691178 -5.6989184999999996 -5.344728400000001 -8.927359800000001 0.033741997999999995 -8.911086099999999 +36 1.1816735 1.2648961 -6.0465613 0.58380344 0.66195301 -0.5707854 -0.24879858 -2.761534 -6.1096938 -5.7535654 -9.3454419 -0.26500249 -9.329139999999999 +37 -0.060069576 0.097309059 -1.7494988 0.36689193 -0.39541069 -0.28706539 -0.038822947999999996 -1.3210875 -1.3211412 -4.4369705 -7.9863289 -0.028924695 -7.9701306 +38 -0.059382847999999995 0.09827405300000001 -1.7614236 0.36844573 -0.39607625 -0.28701116 -0.0387395 -1.3287191999999999 -1.3287693 -1.1218877 -6.2943628 -0.028837545 -3.8139169 +39 0.2284141 0.047214844000000006 -0.004787603 -3.3209828999999997 0.82321957 0.20571134 0.028562092 -0.0038599148999999998 -0.0038643263 -0.0030131027000000004 -0.015651045 0.019374633999999998 -0.015507838000000001 +40 5.3067473 4.2676025 -0.10169984 -2.6187673 6.8454203 -1.8646474999999998 -1.2729903 0.03071173 0.030699014 0.02388221 0.12194164 -1.5233482 0.1207757 +41 6.054432299999999 4.835393 -0.1232315 -2.3583986 6.880231 1.5515217 -2.1299147 0.069454157 0.069471775 0.053801035999999997 0.26609485 -2.4905017999999997 0.26411538 +42 3.4414361000000007 3.0390006 0.81272021 -3.7554376000000005 6.671439599999999 1.5613589 -0.44314188 -2.7840568 -2.7842043999999997 -2.4800703 -5.8050117 -0.53423692 -5.789865 +43 2.9341056 2.3258145 -2.1707284 -3.3711237 6.3961845 1.5591033 -0.58567696 -1.9800252 -5.3118812 -4.9591768 -8.5292519 -0.70498031 -8.5139698 +44 0.63335398 0.13834349 3.0234807 -4.0627686 5.0832039 1.4808303999999999 0.18857285 2.3120708 2.3120404999999997 -1.9210672999999998 -5.0842794 0.16276409 -5.0686724000000005 +45 0.26756756 -0.023106544 2.0815316000000004 -3.8259687000000007 4.7044419 1.4542715 0.20425284 1.7097591 1.7098618000000003 1.1208813 -0.51744517 0.17747506 2.2715928 +46 6.150498000000001 4.9033444 -0.12634983 0.9983545 2.7530522 -3.2199478999999998 -2.4686182 0.075151333 0.075175936 0.058186073 0.28653926 -2.857687 0.28445486 +47 6.0937253 4.863236799999999 -0.12495579 0.97767711 2.7337118 0.80368997 -2.1924102000000003 0.071434467 0.071453691 0.055325729000000004 0.27323948 -2.5589574 0.27121896 +48 4.0212508 3.4607096 0.83086247 -0.26229685 2.154522 0.99429304 -0.51918572 -2.7596525 -2.7600849999999997 -2.456903 -5.7765458 -0.62449351 -5.761429799999999 +49 3.4319508 2.6097542999999996 -2.0662612 -0.020004163999999998 1.5146187 0.6006656 -0.73588297 -1.8720831000000002 -5.2015148 -4.849571599999999 -8.4156774 -0.88529622 -8.4004629 +50 1.3904598 0.65656168 3.0237116000000004 -0.70308559 0.18912376 -0.48056952 -0.20826381 2.3124071 2.3123767 -1.9209283 -5.0840893 -0.21649981 -5.0684821 +51 1.1250672 0.60067053 2.0811137 -0.46860465 -0.25364296 -0.83342248 -0.31408285 1.7100724999999999 1.7101749 1.1210423999999999 -0.51735889 -0.31637429 2.2717021 +52 6.2486026 4.970975900000001 -0.12959115 1.0338468 6.2747225 -1.9247022 -3.1414503 0.081085002 0.081117803 0.062750305 0.30765265 -3.574121 0.30545646 +53 6.2111658 5.134215 0.95683222 0.7299077 6.4543611 -1.8576552 -1.7375886000000003 -2.5879432999999996 -2.5874181 -2.2917932999999997 -5.5708622000000005 -2.0525198000000002 -5.555621299999999 +54 4.6104473 3.4643032 -1.7264819 0.16507798 5.213586900000001 -1.9938893 -1.9399436 -1.5150791000000001 -4.8353234 -4.4868985 -8.0379857 -2.2777676 -8.0224717 +55 6.0831512000000005 4.6733462 3.0331319 0.52941954 6.4905415 -1.8952216 -1.3276133999999997 2.3280054 2.3279747000000004 -1.9144953999999998 -5.0752607 -1.5859963 -5.0596618 +56 5.812096700000001 4.539812400000001 2.0925378 0.56505035 6.294428 -1.9198415 -1.3315024 1.7436539 1.7437551 1.1383079 -0.50802055 -1.5898776000000001 2.2834651000000004 +57 6.5001928 5.3371406 0.98025615 0.88038955 6.5323495000000005 1.5588466 -2.5232862999999996 -2.5559142999999995 -2.5549003 -2.260809 -5.5316136 -2.9163322 -5.5163316 +58 4.7937023000000005 3.5992695 -1.6674871 0.20461103 5.4229894 1.5327493 -2.61843 -1.4524708999999998 -4.771096599999999 -4.4233884 -7.9714196 -3.0184307999999995 -7.9558407 +59 6.758629300000001 5.1898513 3.0373025 0.86689126 6.639812200000001 1.5467790000000001 -2.1576147 2.3348821 2.3348511000000003 -1.9116741000000002 -5.0713904 -2.5206646 -5.0557894 +60 6.4921717 5.0569901 2.0986314 0.87113356 6.5349884000000005 1.5428171999999998 -2.1469398999999996 1.7590848999999997 1.7591843 1.146169 -0.50385683 -2.509168 2.2887237000000002 +61 0.54948962 -1.6696949 -7.2961757 0.041585001 0.51094789 -0.6530729 -1.0904586 -8.073192299999999 -11.415648 -11.053278 -14.671807999999999 -1.3021061999999999 -14.655915 +62 3.475 3.0628778 0.81626749 -0.42850234 4.485736 1.4889369 -0.45277121 -2.7809538 -2.7811069 -5.799024500000001 -9.3910899 -0.5450069 -9.3754414 +63 3.4770481 3.0646239 0.81613455 -0.42745132 4.4875615 1.4890305 -0.45242362 -2.7809967 -2.7810587000000004 -2.47705 -8.2630322 -0.54460357 -5.786834799999999 +64 2.9813422000000003 2.3493494 -2.1622965 -0.047918505 3.2969182 1.3860157 -0.60320478 -1.9714598 -5.3032806 -8.2725673 -11.886442 -0.72510715 -11.871072999999999 +65 2.982875 2.3505312999999997 -2.1615273999999998 -0.047750722999999995 3.2985886 1.3861903999999998 -0.60319654 -1.9707561999999998 -5.302425 -4.949789900000001 -10.979325 -0.72510019 -8.5043633 +66 0.7446074 0.24543086 3.04967 -0.74304698 1.4557280000000001 0.72525486 0.096278327 2.3262352 2.3262035 -1.9152268 -7.5394833 0.081010492 -5.061770200000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d01+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.99425281 1.8534129000000001 -0.01338132 0.14358981 -1.1897231000000001 -3.0693754 -1.9256415 0.0045907597 0.0045861408 0.0035333108000000003 0.017240734 -2.1308911 0.017361035 +2 -0.80696261 -2.9819892000000006 0.008119861800000001 -0.048624757000000005 -0.78646813 -1.0163199 -0.34526258 0.0015018834 0.0015061901000000002 0.0011820612 0.006331491999999999 -0.33268025 0.0062175188 +3 -0.060099677000000004 0.10234127 -1.8301723 0.37737043 -0.40464186 -0.29324039 -0.039063467000000004 -1.37226 -1.3723087 -1.1610366 -3.8983448 -0.028883955 -3.8836126 +4 -0.21287857 -0.22307544 0.00011931856000000001 -3.328539 3.5870599999999997 1.3548042 0.2177293 -0.0007513324000000001 -0.00075137408 -0.00058191541 -0.0029213368 0.19144018 -0.002920668 +5 1.0646069 0.81909388 -0.0081419983 0.035263068 -0.76717954 -1.7199387 -0.75670405 -0.0023265212 -0.0023329313 -0.0018361239000000001 -0.0099673908 -0.77857411 -0.009758402 +6 5.4022206 4.3433636 -0.10325539 0.73472378 5.6353619 -2.0183655 -1.3872938999999997 0.035722991 0.035714312000000005 0.027760117999999997 0.1409951 -1.6519066000000002 0.1397373 +7 6.055314599999999 4.835788099999999 -0.1232984 0.96377531 6.1591419 1.5291278 -2.1311939 0.069479414 0.069497036 0.053820974 0.26620894 -2.4919024 0.26422874 +8 3.4691849 3.0585077999999997 0.8131593 -0.42622647 4.4751663 1.4883812 -0.44920006 -2.7832963 -2.7834582 -2.4793647 -5.8039583 -0.54085515 -5.7888142 +9 2.9818071 2.3494221 -2.1630528 -0.047620042 3.2972107000000004 1.3862551 -0.60304012 -1.9719718000000002 -5.3036635 -4.951032700000001 -8.5206321 -0.72493922 -8.5053509 +10 0.73103275 0.23952174 3.0234294999999998 -0.73435163 1.4340872 0.7174239 0.097233057 2.312107 2.3120767000000004 -1.92103 -5.0840468 0.082061806 -5.0684417999999996 +11 0.3914785 0.10639679 2.0813677999999998 -0.49767928 0.87336646 0.51233315 0.083446075 1.7097620999999998 1.7098647 1.1208987 -0.51721529 0.071940766 2.2718163 +12 -0.82441976 1.0573972 -0.0018952296 0.06596684400000001 -0.92131812 -3.2106475 -2.3733212000000004 0.0051624897999999995 0.0051669289 0.0040281051 0.020878838 -2.7298132 0.020674086 +13 -0.057368045 2.6981287 -1.7456863999999999 0.56626729 -0.60309466 -2.70526 -1.7398751000000001 -1.2305933 -1.2306385 -1.0341129999999998 -3.6570093 -1.9759725 -3.6424546 +14 -3.1981459 -0.071921323 -0.0019460366 -3.3057782999999996 -0.45633212 0.41700053 0.11602481 -0.0019300598 -0.0019318047 -0.0015054615 -0.0077977511 0.10900969 -0.0077304054 +15 2.3783818 4.60951 -0.11802195 0.87283376 -0.21445099 -2.4751907 -1.7237446 0.04902826 0.04903325 0.038043016 0.19088987 -2.0235806 0.18939504 +16 3.1029417 5.148933400000001 -0.14803393 1.1483741000000003 2.1351879 -3.6763917 -2.8750511000000003 0.091722968 0.091755351 0.07091799900000001 0.34515511 -3.2907048999999997 0.34272083 +17 2.9996534 5.0757235000000005 -0.14499798 1.1080663 2.0648004 0.24922657 -2.2449051 0.083868792 0.083892947 0.06488970299999999 0.31772296 -2.6152772 0.31541883 +18 0.98410738 3.6848147000000004 0.84458664 -0.13476001 1.1661632 0.49819897 -0.54719788 -2.7421509 -2.742219 -2.4397504 -5.755196700000001 -0.65444638 -5.7401227 +19 0.81175332 3.1412123 -1.8603537 0.12368206 0.72466962 -0.32748509 -0.93093344 -1.6554376 -4.9817998 -4.6316926 -8.1888535 -1.1159831 -8.1736625 +20 -1.3022993 1.2539737 3.024036 -0.6323031 -0.8169668 -1.7790743000000002 -0.80789351 2.3129663 2.3129357999999995 -1.9206751 -5.0835619 -0.83796183 -5.0679557 +21 -1.406951 1.3069207 2.0810665 -0.39373369 -1.1289339 -2.2309968 -1.0989121000000002 1.7111558999999998 1.7112572 1.1216161 -0.51682928 -1.1548476 2.2723047999999997 +22 -0.53531565 -2.1234265 -1.8224403000000002 0.34617129 -0.87838842 -1.979237 -0.90592441 -1.3827394 -1.3827711999999999 -1.1704628000000001 -3.9155654 -0.93703215 -3.9008167 +23 -1.0574492 -3.5018842000000006 0.0081786494 -3.3710098 1.9943168000000002 1.0851604 0.18951644 0.0013264178 0.0013307504999999999 0.0010464285 0.0056569865 0.16791876 0.0055417511 +24 0.71161439 -0.74828188 0.0056205825 -0.034167947000000004 -1.0535708000000001 -3.1829414000000003 -2.2124125 0.0022566522 0.0022608197 0.0017663767 0.0092582011 -2.5039272999999995 0.0091435764 +25 3.2296851 1.9172620999999999 -0.01056518 0.11237878 3.3822928 -2.8013286 -2.0633154 0.008438922199999999 0.0084437244 0.006581331700000001 0.034061897 -2.4084602999999998 0.033725767999999996 +26 3.597882 2.2544845000000002 -0.014859251 0.15695905 3.7929388 1.2856584 -2.1533731 0.01102089 0.01102663 0.008590201 0.044329078 -2.5159062000000003 0.04390996900000001 +27 1.2040998 0.077895883 0.76110651 -1.0069363000000002 2.2295659 1.2195466 -0.48377721 -2.8526901000000002 -2.8517075000000003 -2.544994 -5.884046700000001 -0.58042822 -5.868827 +28 0.7126666 -1.0660758 -2.6653293999999996 -0.21360221 0.92655836 0.17065113 -0.8368812 -2.5107182 -5.8304093 -5.4746336 -9.0593158 -1.0032294 -9.043978300000001 +29 -0.025909715 -2.9313884 3.0229282000000004 -0.82517163 0.71014968 0.16016269 -0.015547139 2.3113642000000003 2.311334 -1.9213373 -5.0844678 -0.024548561 -5.0688627 +30 -0.41108335 -3.0245557 2.082422 -0.56849508 0.099120023 -0.17314596 -0.07524165599999999 1.7094028000000001 1.7095057 1.1207135 -0.51731552 -0.07667552400000001 2.2716897 +31 -0.35436976 -0.19363026 -1.8337618999999998 -2.9504847 2.9909426 1.2817827 0.2493422 -1.3778532 -1.3779056 -1.1660622 -3.9075001000000005 0.22151929 -3.8927917 +32 1.498895 1.3312496999999999 -1.809045 0.41570217 -0.67051392 -2.0636273999999997 -1.0132801 -1.3344639999999999 -1.3345228 -1.1270919 -3.835667 -1.0754993 -3.8209077000000007 +33 5.3303500999999995 4.3123909000000005 -1.5520918 0.89706029 5.2972508000000005 -2.0906393 -1.4225711 -0.92971534 -0.92981516 -0.76891639 -3.0768672 -1.6916790000000002 -3.0636775000000003 +34 5.9232872 4.752350099999999 -1.4789915 1.0655059 5.896593900000001 1.5157506 -2.1127583 -0.8062534 -0.80629889 -0.66218211 -2.8031886000000004 -2.4716746 -2.7903292 +35 1.5289237 2.1260513999999997 -4.1303099 0.65755088 0.96529795 0.11131454 0.039887575 -5.6690509 -5.6988511 -5.3446746 -8.927106599999998 0.033812818 -8.910835 +36 1.1811223 1.2648361000000001 -6.0464996 0.58385681 0.66137418 -0.57123565 -0.24892914 -2.7614752 -6.1096296 -5.7535148000000005 -9.3451921 -0.26513606 -9.328892199999999 +37 -0.060180174 0.09717085199999999 -1.749448 0.36692656 -0.3955184 -0.287054 -0.03876973 -1.3210367 -1.3210903 -4.436932 -7.9860918000000005 -0.028865777999999998 -7.9698955 +38 -0.059686284000000006 0.098140474 -1.7613723000000001 0.36848356 -0.39621951 -0.2870985 -0.038714385 -1.3286708 -1.3287209 -1.1218515 -6.2941373 -0.028804287 -3.8136935 +39 0.22829371 0.047155695 -0.0047857806 -3.3209845000000002 0.82304271 0.20577615 0.028586592999999997 -0.0038589757 -0.0038633853 -0.003012397 -0.015648351 0.019399591 -0.015505167 +40 5.3065871 4.2673512 -0.1017136 -2.6187859 6.8453757 -1.8644082 -1.2728982 0.030698969 0.030686237 0.023872526 0.12190186 -1.5232608 0.12073621 +41 6.0543419 4.8351928 -0.12325615 -2.3583939 6.880191099999999 1.5517593 -2.1298172 0.069441778 0.069459374 0.053791998 0.26607299 -2.4904059 0.26409356 +42 3.4415284 3.0390237 0.812425 -3.7552907999999996 6.6714199999999995 1.5615963 -0.44307912 -2.7842833 -2.7844309 -2.4802987 -5.805103 -0.53418606 -5.7899585 +43 2.9337028999999997 2.3253858 -2.1711342 -3.3710837999999996 6.3959482 1.5593366000000002 -0.5855944 -1.9803653 -5.312221 -4.9595273 -8.5294168 -0.70490637 -8.5141367 +44 0.63324316 0.13827055 3.0233974999999997 -4.0628085 5.0828999 1.4810545 0.18862899 2.3120547 2.3120244 -1.9210516 -5.0840762999999995 0.16282551 -5.068471400000001 +45 0.26740205 -0.023204798 2.0813322 -3.8259682 4.7039675 1.4544803 0.20431449 1.7096301 1.7097328999999999 1.1208307 -0.517252 0.17754272 2.2717699000000002 +46 6.1504005 4.9031449 -0.12636964 0.99835972 2.7530121 -3.2196903 -2.4685022 0.075138795 0.07516338 0.058176967999999996 0.28651936 -2.857571 0.28443496 +47 6.0936262 4.8630337 -0.12497748 0.97768036 2.7336701 0.8039682 -2.1923089 0.071421767 0.071440972 0.055316462999999996 0.27321734 -2.5588571 0.27119685 +48 4.0213165 3.4606657999999997 0.83057204 -0.26217243 2.154513 0.99456071 -0.51911911 -2.759872 -2.7603044999999997 -2.4571245 -5.7766299000000005 -0.62443861 -5.761516 +49 3.4315469 2.6092957 -2.066671 -0.019979036999999998 1.5142966 0.60080101 -0.73581659 -1.8724286 -5.20186 -4.849927200000001 -8.4158487 -0.88523991 -8.4006362 +50 1.3903491000000001 0.65652392 3.0236283999999998 -0.70311738 0.18907172 -0.48051594 -0.20827501 2.312391 2.3123607 -1.9209126 -5.0838861 -0.21652445 -5.068281 +51 1.1249597 0.60066165 2.0809146000000003 -0.46859485 -0.25372936 -0.83352602 -0.31416673 1.709944 1.7100464 1.1209921 -0.51716558 -0.31647613 2.2718795 +52 6.2485228 4.970786 -0.12961533 1.0338574 6.2746887000000005 -1.9244602 -3.1413472999999996 0.081072937 0.081105718 0.062741615 0.30763704 -3.5740177 0.30544082 +53 6.2110891 5.134020400000001 0.95657302 0.72994082 6.454313900000001 -1.8574153999999998 -1.7375067 -2.5881222999999998 -2.5875967999999996 -2.2919746 -5.5709049 -2.0524427 -5.555666099999999 +54 4.6101373 3.4638795 -1.7268442 0.16506571 5.2132452 -1.9936968000000002 -1.9398825000000002 -1.5153802 -4.8356231 -4.4872082 -8.038113300000001 -2.2777123 -8.022601400000001 +55 6.082974 4.6730915 3.0330492000000002 0.5293775 6.4904805 -1.8949827000000001 -1.3275274 2.3279909 2.3279602 -1.9144788000000001 -5.0750565000000005 -1.5859158000000002 -5.059459700000001 +56 5.8118763 4.5395335 2.0923382 0.56501354 6.2943169999999995 -1.9196087 -1.3314158999999999 1.7435294999999997 1.7436307 1.1382608 -0.50782426 -1.5897964 2.283646 +57 6.5000907 5.3369301 0.98000378 0.88040872 6.532301 1.5590838 -2.5231993999999998 -2.5560878 -2.5550735 -2.2609847999999997 -5.531650900000001 -2.9162471 -5.5163709999999995 +58 4.793398799999999 3.5988483999999996 -1.667843 0.20459214 5.4226727 1.5329772 -2.6183351000000004 -1.4527658 -4.7713901 -4.4236916 -7.9715412 -3.0183369 -7.9559645 +59 6.758508900000001 5.1896407 3.0372205 0.86688137 6.6397688 1.547017 -2.1575226 2.334869 2.334838 -1.9116567999999998 -5.0711853 -2.5205747000000005 -5.0555864 +60 6.4920291 5.056763 2.0984305 0.87112517 6.5349267 1.5430547 -2.1468439 1.7589647000000002 1.7590641 1.1461244 -0.50365864 -2.5090736000000002 2.288907 +61 0.54916547 -1.6701328999999998 -7.296433599999999 0.041606005 0.5106585 -0.65267656 -1.0902475 -8.0733401 -11.4158 -11.053444 -14.671774 -1.3018688999999999 -14.655883 +62 3.4751779000000003 3.0629624 0.81597109 -0.42832987 4.4858462 1.4891848 -0.45270723 -2.7811796 -2.7813328 -5.7992523 -9.391123599999998 -0.54495484 -9.3754773 +63 3.4771427000000004 3.0646422 0.8158387 -0.42730416 4.487578900000001 1.4892726 -0.45235928 -2.7812234 -2.7812853 -2.4772785 -8.2631233 -0.54455104 -5.7869285 +64 2.9809661 2.3489357999999996 -2.1626999 -0.047875772000000004 3.2964767 1.3862016000000001 -0.6031282 -1.9717963 -5.303617 -8.2729144 -11.886591000000001 -0.72504036 -11.871224 +65 2.9824677000000004 2.350101 -2.1619342 -0.047710887 3.2981121 1.3863721000000002 -0.60311975 -1.9710968999999998 -5.3027654 -4.950141 -10.97949 -0.72503309 -8.5045309 +66 0.74448106 0.24538001 3.0495888 -0.74308561 1.4556977 0.7254333 0.096322046 2.3262209 2.3261893 -1.9152101000000001 -7.5392788 0.081054764 -5.0615679 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.120578 1.0253538 0.51663662 -0.08228002 -1.0636700000000001 -1.0207728 -1.0108666 0.91865995 0.91893711 0.85222801 1.2846026000000001 -1.1348425 1.2842913999999999 +2 -0.57768445 -5.8874184000000005 -3.4864099000000004 0.12410346 -0.7175873 -0.59042708 -0.55829858 -4.2375655 -4.2353458 -4.1604496 -4.5455262 -0.61253304 -4.5457207 +3 0.16566616 0.18258628 -1.312225 0.02122659 0.14993982 0.14505163 0.14432466 0.025182917000000003 0.025666357 0.02434881 0.032395632 0.16706412 0.032309946 +4 -2.1698956000000003 -1.2327591 -0.78471316 -3.2266946 0.97623215 0.95081913 0.97329904 -1.0959629 -1.0981575000000001 -1.0573071000000003 -1.2824742 1.1908341 -1.2816436000000002 +5 1.277304 0.52594632 0.33252265 -0.10353373 -0.43540742 -0.38316503 -0.37133906 0.4785386 0.47887645 0.44909143 0.63009645 -0.41644258 0.62984483 +6 3.1092085 1.6505967000000001 0.37686197 -0.29738044 3.9184412 -0.016137602 0.031726265 1.4531243999999999 1.454053 1.327601 2.2782075 0.08229141599999999 2.2742438999999997 +7 4.7517670999999995 2.8949702999999998 -1.2007631 -0.054679446 5.7636315 3.893008 -0.30495388 2.5282332000000003 2.5290052000000003 2.2044272 5.912904 -0.33475578 5.8915227 +8 1.1129269 0.17504948 -2.2066189 0.14166454 1.0206891 0.98970821 1.0003589 -3.3794252 -3.4000322999999995 -3.3299119 -3.7007847000000003 1.1794141000000002 -3.6995284 +9 -0.58964875 -6.5074043 -7.3710417 0.12938719 -0.73515265 -0.60839081 -0.57680593 -4.8783362 -8.1992823 -8.12055 -8.524506 -0.63371596 -8.5245026 +10 -0.0077539183 -0.013902956999999999 -0.052737344000000005 0.0018128137 -0.0098700039 -0.0090869331 -0.008914574100000001 -0.020795556 -0.021003598999999998 -3.3418296 -3.7121445 -0.010193077 -3.7117085 +11 -0.0095534012 -0.01548564 -0.044932127 0.0018505231 -0.011774907 -0.01147983 -0.011505416000000001 -0.020692921 -0.020927917 -0.019834957 -2.4888553 -0.01335504 -0.027128439 +12 -2.3715034999999998 -5.557081500000001 -3.3194041 0.21036909 -2.6182802000000005 -2.4767171 -2.4434492000000003 -4.0639496 -4.0616741 -3.9873184999999998 -4.3698217 -2.642925 -4.3700263 +13 -1.1281513 0.98324556 -2.0288943 -0.026581477000000003 -1.1275826 -1.0991788999999998 -1.0954332 0.72782999 0.72810923 0.67840675 0.98798826 -1.2307953 0.98820272 +14 -3.4415492999999997 -0.19989828 -0.11287667 -3.2511063 -0.32968581 -0.36028574 -0.37014484 -0.1787295 -0.1791978 -0.17069557 -0.22254169 -0.43459899 -0.22186447 +15 1.2171598999999997 2.7718059 -1.1778471000000001 -0.047796725 -0.54373305 -0.40352133 -0.35111008 2.416492 2.4172727000000003 2.119159 5.5447296999999995 -0.36851066 5.525243700000001 +16 2.5027957 3.7838459 -2.1859217 0.46092914 2.2031471000000002 -1.1200378999999998 -1.0901931999999999 3.3039572999999995 3.3045991000000003 2.7485539 7.137823 -1.2106056 7.1244762999999995 +17 2.2756123 3.6072335 -2.0901631999999997 0.34657079 2.0736077 1.9504715 -0.72894154 3.1539112 3.1545981 2.6502642999999995 7.0040106 -0.81264498 6.9877732 +18 -0.1000643 2.1043403 -0.65345595 -0.044660874 -0.057331506 0.025617537000000003 0.08367772 -1.5620803 -1.5712019 -1.5202868 -1.7976916 0.14739497 -1.7965583999999999 +19 -2.3930517000000004 -6.2267677 -7.229874799999999 0.21820309 -2.6477692999999998 -2.5067472 -2.4737833 -4.7401162 -8.060791499999999 -7.9820925 -8.3859258 -2.6745183999999997 -8.385916900000002 +20 -1.1734496 0.96588083 0.53791429 -0.08402999900000001 -1.1155514 -1.066562 -1.0548194 0.86886329 0.8685865 -2.5152754 -2.8577778 -1.181671 -2.8572117 +21 -1.165235 0.97439251 0.58047492 -0.08634959099999999 -1.1048673 -1.0557544 -1.0438183 0.88194763 0.88174071 0.81858793 -1.2416498 -1.1695441 1.222824 +22 -0.5778881 -5.9064778 -4.773142900000001 0.12844833 -0.72220186 -0.59618613 -0.56437824 -4.2537883 -4.2531442 -4.1783668 -4.5638727999999995 -0.61969848 -4.563892900000001 +23 -2.5257447999999996 -5.776903400000001 -3.4031578999999996 -3.1262446 0.51518745 0.57451643 0.61600253 -4.1515634 -4.1500021 -4.075437399999999 -4.459368700000001 0.77927553 -4.4594919 +24 -0.1140405 -6.0496644 -3.5700616000000003 0.079753298 -1.9616029 -1.8137214 -1.791051 -4.3243337 -4.321996599999999 -4.2468372 -4.6330675 -1.9592998 -4.633274500000001 +25 -0.07401648599999999 -6.0665309 -3.5785751000000006 0.075372139 -0.15196254 -3.1165897 -3.0966671000000003 -4.3332837 -4.330916 -4.2557279999999995 -4.6420706 -3.3163929 -4.6422813 +26 -0.09529270699999999 -6.058353599999999 -3.5741788 0.077567807 -0.17609193 -0.06775832 -1.8982265 -4.328817400000001 -4.326475 -4.2513025 -4.637590599999999 -2.0742529999999997 -4.637798200000001 +27 -0.50243662 -7.9509159 -7.0200519 0.22940263 -0.74737251 -0.62926558 -0.58915928 -8.369497 -8.36845 -8.2897036 -8.6938179 -0.64782377 -8.6937979 +28 -0.61488586 -10.253055 -7.7854576 0.12952375 -0.76102417 -0.63333542 -0.60199996 -5.2986544 -8.619342300000001 -8.5405377 -8.9448129 -0.66216361 -8.944811900000001 +29 -0.57777253 -5.8874417 -3.4863902 0.12411135 -0.71768518 -0.59052354 -0.55839537 -4.2375682 -4.2353803 -7.4824121 -7.8854807000000005 -0.6126433 -7.8856489000000005 +30 -0.57768316 -5.8873664 -3.4863144999999998 0.12410302 -0.71758554 -0.59042518 -0.55829658 -4.2375295 -4.2352931 -4.1603971 -7.0050455000000005 -0.61253073 -4.5457088 +31 -2.0738818 -1.079132 -2.1329738 -3.2040333 1.0574994 1.0125703000000001 1.0264889000000001 -1.1315516 -1.1318594 -1.0901713 -1.3196861 1.2391101999999998 -1.3188379 +32 1.3728198999999999 0.59476143 -1.6178997 -0.059182827 -0.3865147 -0.35032255 -0.34483107 0.38122929 0.38162315 0.35853106 0.49618316 -0.39117782 0.49619294 +33 3.0591581000000003 1.5951968 -2.5000142000000003 -0.27067268 3.8108739999999997 -0.066411416 -0.018350876000000002 1.3044669 1.3052371 1.1977269 1.9714131999999998 0.023304533 1.9680668000000001 +34 4.7398014 2.8860216 -4.442781 -0.054460552 5.754338 3.891218 -0.30511357 2.5057172999999997 2.5064868 2.1873838 5.845096900000001 -0.33493505 5.8239271 +35 1.0675898000000001 0.28610891 -3.3056104 0.13035242 0.98474121 0.99195701 1.0191856 -3.2901285000000002 -3.3050495000000004 -3.2352122000000003 -3.6033771 1.2177447 -3.6023676 +36 -0.58177654 -6.105811699999999 -8.287146 0.13030455 -0.72805289 -0.60185564 -0.57012408 -4.476928599999999 -7.7984871 -7.7198630999999995 -8.1234319 -0.62620506 -8.1234086 +37 0.1523274 0.17251237 -0.98683201 0.016680633 0.14077143 0.13723511 0.13702249 0.038976167 0.039499527 -3.2844884 -3.6532782 0.15901882 -3.6529123999999995 +38 0.15233127 0.17108064 -1.0391932 0.018000303 0.13940437 0.13480424 0.13414626 0.033647055 0.034117866000000004 0.032339002 -2.4197735000000002 0.15527607 0.041962146 +39 -0.74655692 -0.58238992 -0.34578959 -3.2976445 0.53733334 0.56829661 0.59380589 -0.51626489 -0.51607898 -0.4929096 -0.62221212 0.73165561 -0.62204104 +40 2.3213353 1.0313722 0.25535179 -3.6518084 6.1689724 0.61997222 0.63954342 0.90909208 0.91073497 0.84658168 1.2785389999999999 0.7826631 1.2747335 +41 4.7359195 2.8838445 -1.1801162 -3.3808794 6.3223213 3.9848591 -0.29634018 2.5184182 2.5191927000000005 2.1970092999999995 5.8837417 -0.32507044 5.862442099999999 +42 -1.1260233 0.2562987 -2.1753084 -3.0576877999999996 1.9336944999999999 1.6309242 1.5557466 -3.3102582000000003 -3.3518641000000002 -3.2834519999999996 -3.6547392 1.6825979 -3.6519502 +43 -2.5302812 -6.3127891 -7.261740299999999 -3.1200806 0.50446163 0.56441923 0.60587954 -4.7693701 -8.0927024 -8.014045699999999 -8.4179614 0.76697395 -8.417902900000001 +44 -2.172592 -1.2392623999999999 -0.80411326 -3.2264937000000002 0.97327479 0.94897506 0.9718392 -1.1061165000000002 -1.1089988000000002 -4.3897909 -4.7789931 1.1895513 -4.7780569 +45 -2.1733884 -1.2412306 -0.80207482 -3.2265391 0.97240957 0.94802703 0.97088371 -1.1069798 -1.1098848 -1.0687338 -3.7561842000000003 1.1885056 -1.2949798000000001 +46 5.3423109 3.3423053999999994 -1.7822574 0.16209837 2.4113097999999997 -0.96108073 -0.9457142 2.9226237999999998 2.9232793 2.4918191000000003 6.7280433 -1.0536929 6.708392 +47 5.1410897 3.190296 -1.6139773000000002 0.08097871799999999 2.3617964 2.1886697999999996 -0.6519934 2.7892115 2.7899048 2.3969897000000002 6.5155223 -0.727915 6.494406 +48 0.86667336 -1.9375304 -4.037893799999999 0.14198781 -1.0631924 -0.96622352 -0.94335537 -5.3407405 -5.3436676 -5.2670851999999995 -5.6635338 -1.0510784 -5.6630996 +49 -0.1430385 -6.676687599999999 -7.450712299999999 0.08579044699999999 -1.9960651999999999 -1.8488779999999998 -1.826689 -4.9569639 -8.277544099999998 -8.1987817 -8.6027889 -1.9972131000000002 -8.602801 +50 1.2482197 0.48944184 0.25571306 -0.100327 -0.46609243 -0.41181994 -0.39961065 0.43513931 0.43504406 -2.9135367000000003 -3.2714043999999998 -0.44829445 -3.2709907000000005 +51 1.2495103 0.49102924 0.28069139 -0.10137178 -0.46387998 -0.40965087 -0.39738972 0.44039005 0.44033313 0.41330772 -1.8875008999999998 -0.44571833 0.5751457 +52 5.5067843 3.4661425 -1.8915070999999999 0.23402872 6.0183444999999995 0.59365802 -1.4357018 3.0303833 3.0310053 2.5665317 6.868161 -1.5872468000000002 6.850124 +53 0.81857471 -2.2390951 -4.2882020999999995 0.13781066 0.71263249 -2.3408297 -2.3158211 -5.6045248 -5.603965799999999 -5.526696 -5.9242934 -2.5127603 -5.9242197 +54 -0.10507681 -6.693633900000001 -7.4579396 0.081575066 -0.19029291 -3.1535518 -3.1340261000000003 -4.9648505 -8.285344199999999 -8.206577000000001 -8.6105871 -3.3548023000000002 -8.6106026 +55 3.1043581000000002 1.6520635 0.94624099 -0.31912578 3.9428028 -0.001899786 0.048102322 1.5046518999999998 1.5059953000000001 -1.9493026999999998 -2.2590682999999996 0.10332761 -2.2597687 +56 3.1123822 1.6600868000000002 1.0007983 -0.32009859 3.9555712999999995 0.0035737328000000003 0.053424424000000005 1.5179314 1.5192246 1.3840286 -0.05258988 0.10951425 2.4145365 +57 0.83057031 -2.1280742999999998 -4.1971032 0.13973425 0.72317202 0.75776149 -1.3239044 -5.508192299999999 -5.5091714000000005 -5.4321673 -5.8294012 -1.4651039 -5.829174 +58 -0.1256521 -6.6851240999999995 -7.454315400000001 0.083732029 -0.21364695 -0.1049449 -1.9268332 -4.96076 -8.2813323 -8.2025685 -8.6065781 -2.1045185 -8.6065909 +59 4.8273415 2.9632271 1.6129883 -0.046292085 5.8120081 3.9027212 -0.30379196 2.6786889 2.6795496 -1.0052123 -1.2217161 -0.33344973 -1.2223751 +60 4.826088400000001 2.9619654 1.5695123 -0.04615756 5.8110636 3.9018657 -0.30414011 2.675057 2.6757985 2.3139564 3.6693667999999997 -0.33385595 6.2605651 +61 -0.50276729 -8.0146447 -10.400367 0.22981792 -0.74812988 -0.63001217 -0.58991648 -8.4341884 -11.756039 -11.677087 -12.082243 -0.64868185 -12.082206 +62 1.1130613 0.17812221 -2.2034775 0.14128182 1.0212571 0.99120417 1.002229 -3.3764214 -3.3967477999999995 -6.648562200000001 -7.051563400000001 1.1818726000000002 -7.050303200000001 +63 1.1129892 0.17516469 -2.2064342999999997 0.14166061 1.0207599 0.98977197 1.0004206 -3.379313 -3.3998919 -3.3297722000000003 -6.1603259 1.1794813999999998 -3.6994594 +64 -0.58968703 -6.507416 -7.3710786 0.12939098 -0.73519559 -0.60843421 -0.57684961 -4.8783374 -8.199301700000001 -11.442497 -11.847601 -0.63376568 -11.847596000000001 +65 -0.58964872 -6.5074026 -7.371038 0.12938719 -0.73515262 -0.60839078 -0.57680589 -4.8783357 -8.1992807 -8.1205483 -10.983945 -0.63371592 -8.5245036 +66 -0.007859102 -0.014077962 -0.053365670999999996 0.0018352860999999998 -0.010001669 -0.0092112722 -0.0090378675 -0.021046582 -0.021247738 -3.3420609 -6.172064099999999 -0.010335337 -3.7120192000000003 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.81271438 1.3614392 -0.29308106 0.13194203 -0.96767993 -0.89380701 -0.87447589 0.21444288 0.21438944 0.17699558 0.7289123 -0.98869604 0.72651472 +2 -0.69885209 -2.5725162 0.23409675 -0.15450543 -0.56152071 -0.44755713 -0.41383128 -0.040439122 -0.040330497 -0.033476797999999995 -0.11534244 -0.45405088 -0.11637275 +3 0.32110422 0.27402188 -2.5026286 0.46321554 -0.14038017 -0.10780444 -0.097759746 -1.2333272 -1.2333296 -1.091026 -2.4059863999999997 -0.10662702 -2.4018902 +4 -2.245214 -1.3886022 -0.086307084 -3.2899549 0.90703736 0.96117849 1.0189959000000002 -0.25480097 -0.25478077 -0.21603257 -0.67398936 1.2691268999999998 -0.67234736 +5 1.5011818000000001 0.80046824 -0.21781635 0.046753526 -0.37956431 -0.30756753 -0.28809039 0.052418437000000005 0.052381065 0.043633157 0.16158212 -0.31902072 0.1612768 +6 3.5691646 2.0060032 -1.1117221000000002 0.16739644 3.9923238 -0.067028797 -0.020381662 0.22988447 0.2298049 0.18975647 0.79224987 0.020250601 0.78829133 +7 5.1311843 3.1317513 -2.2650831 0.48209105 5.599006500000001 3.7417675000000004 -0.45147111 0.8784704 0.87856867 0.69333034 3.1399766 -0.5011402 3.1226749 +8 1.040475 1.7977587 -1.4500902 0.36046728 0.7213942 0.83338528 0.90588023 -3.4070277 -3.4181593999999995 -3.1864904 -5.0079114 1.1386157 -5.0033502 +9 -0.19714005 -4.6685563 -6.629039200000001 0.65334119 -0.86442263 -0.70285252 -0.66379359 -5.0661163 -8.385953200000001 -8.1284308 -10.070973 -0.73195479 -10.066787 +10 -0.12767904 -0.076280153 0.64937615 -0.26624229 0.13938685 0.12889379 0.12636499 0.48581286 0.48588205 -2.9275352000000003 -4.722711299999999 0.14643444 -4.718412 +11 -0.11831058 -0.069527171 0.63611647 -0.25737956 0.14006862 0.1274835 0.12490935 0.47905212 0.47904027 0.38901019 -0.69836668 0.14470054 1.8204598 +12 -1.1819657 -0.45394563 0.13300496 -0.078661476 -1.1300221000000001 -0.95705248 -0.90445795 0.031114792000000002 0.031210601 0.026367144 0.09890346300000001 -0.99981868 0.097175981 +13 -0.66408539 1.4014926 -2.9008006 0.43488834 -1.1212568 -1.0481649 -1.0307363 -0.57254664 -0.57270754 -0.49348157 -1.3389973 -1.1626074 -1.3355409 +14 -3.3377537000000004 -0.02125059 -0.053918525999999994 -3.2551856 -0.28117694 -0.30715992 -0.31549617 -0.04467538 -0.044713792 -0.037602509 -0.13220722 -0.37431794 -0.1313624 +15 1.5011855 2.9391578999999997 -2.0795463 0.46194061 -0.76723052 -0.60733005 -0.55199554 0.73826817 0.73831634 0.58879077 2.7852675 -0.60023727 2.7691759 +16 2.8433822999999996 3.9900888999999995 -2.8854106 0.99656661 2.0082343999999996 -1.2802118999999998 -1.242691 1.5486705 1.5486986999999999 1.1535468999999998 4.0083835 -1.3834146999999999 4.0004618999999995 +17 2.6170885 3.8130502999999996 -2.8089947 0.88113349 1.8809863000000002 1.7908686999999999 -0.87818248 1.4080197 1.4080854999999999 1.0626252 3.8921042999999997 -0.98202484 3.8814239 +18 0.17929549 2.4952932999999997 -0.9919883 0.39082031 -0.21148512 -0.13009644 -0.089427768 -2.8306825 -2.8319662 -2.6129933 -4.3686823 -0.081611739 -4.3644957 +19 -1.9755976000000002 -4.4093504 -6.5067881 0.7351891 -2.7458593 -2.5692362 -2.5295866 -4.9435785 -8.2630275 -8.0055673 -9.9477463 -2.7464942999999997 -9.943574400000001 +20 -0.97369933 1.2605897 0.88369713 -0.21722904 -0.78076827 -0.70450285 -0.68245116 0.89181105 0.89181899 -2.6191318 -4.3757993 -0.77208639 -4.3715046 +21 -0.98160464 1.2399803999999999 0.74711305 -0.17823226 -0.82786184 -0.74827737 -0.72408131 0.7975598 0.79751518 0.6330631 0.33738501 -0.81728554 2.9187756 +22 -0.088769165 -2.3651812000000003 -2.6708854 0.53262041 -0.63137508 -0.48897489 -0.44890629 -2.2818772000000003 -2.281843 -2.0806421999999998 -3.7423078000000003 -0.48834776 -3.7383197999999997 +23 -2.6243630000000002 -4.3926945 0.22714412 -3.4448989 0.66070814 0.75944414 0.82432531 -0.081777418 -0.081657971 -0.068267839 -0.231799 1.058137 -0.23247391 +24 0.85877855 -1.2568707000000001 0.18595284 -0.1866855 -0.76884489 -0.59917885 -0.55350372 -0.011557014 -0.011451531000000001 -0.0092564039 -0.030833067000000002 -0.60273246 -0.032150182 +25 1.9575522 -0.43145884 0.14917618 -0.20616889 2.3643906 -0.98071859 -0.94196872 0.046329252 0.046425905999999996 0.039047655 0.14690456 -1.0436846 0.14493541 +26 2.0429329 -0.37109095 0.14130896 -0.20746241 2.4681777 2.3047714 -0.71356979 0.04862764 0.048725608 0.040968603 0.15430648 -0.7954609 0.15227006 +27 -0.13236223 -5.9442631 -6.046246 0.74785649 -0.89399155 -0.741387 -0.69462002 -8.397335 -8.3948499 -8.1372487 -10.079737 -0.76738121 -10.075626 +28 -0.26512924 -8.603622900000001 -7.2261136 0.65752002 -0.93806587 -0.77647294 -0.73918412 -5.6671857 -8.9872969 -8.7295304 -10.673456 -0.81798114 -10.669224 +29 -0.71664765 -2.5610761 0.42753627 -0.24582258 -0.48751161 -0.37576375 -0.34241153 0.12772528 0.1280057 -3.2153226000000004 -5.0387821 -0.37189295 -5.0347456 +30 -0.71132739 -2.5471378 0.45358575 -0.25404279 -0.47378945 -0.36520165 -0.33249155 0.15367088 0.15389188 0.1278681 -1.9882123999999999 -0.36089029 0.49647253 +31 -1.8847023999999997 -0.92706855 -3.0022498 -2.7620595000000003 0.79381593 0.82545456 0.86707136 -1.9994766 -1.9995653999999998 -1.8108703000000002 -3.4071341 1.0832419 -3.402599 +32 1.7076464 0.90096407 -2.743189 0.39542809 -0.50948258 -0.42589341 -0.40468199 -0.90398538 -0.90407224 -0.78988038 -1.9099077000000002 -0.45220264 -1.9062 +33 3.4733712 1.8959895 -3.5303898 0.26347903 3.7189417000000002 -0.1811584 -0.12939593 -0.24124308 -0.24120464 -0.20397214 -0.63910239 -0.10465308 -0.63885439 +34 5.087974099999999 3.0985973999999996 -5.094621 0.4906882 5.560277200000001 3.734492 -0.45213961 0.75119721 0.75133378 0.59875533 2.8262607 -0.50188035 2.8091614 +35 1.1568646999999999 1.599435 -3.1626892000000004 0.50500948 0.69174613 0.78520418 0.85608985 -3.827907 -3.8418657999999994 -3.6045815 -5.4597527 1.0863729 -5.454070099999999 +36 -0.1238387 -3.6216004 -7.3794512999999995 0.6646189 -0.80103462 -0.64707885 -0.60750012 -4.0181841 -7.3403827999999995 -7.0840296 -9.0226761 -0.66892972 -9.018223800000001 +37 0.23473252 0.20866819 -1.7408407 0.38658794 -0.15148993 -0.12358878 -0.11529116 -0.98091158 -0.9808647 -4.1814984 -6.0669927 -0.12829036 -6.062202200000001 +38 0.25025816 0.21917766 -1.8765266999999999 0.40327397 -0.15246673 -0.12369133 -0.1150847 -1.0345565 -1.0345566 -0.90850919 -4.5794713 -0.12782725 -2.1113736000000003 +39 -0.72729976 -0.48330147 -0.22324767 -3.2544077000000002 0.44601692 0.51012879 0.55046446 -0.25404998 -0.25406671 -0.21550268 -0.67289804 0.70221864 -0.67098965 +40 2.9814441 1.5869708999999999 -1.0589305 -3.2152681 6.0366817 0.47405174 0.5003986 -0.0017944466 -0.0018454508999999999 -0.0011279588000000001 -0.001184849 0.62412041 -0.0029999932 +41 5.1190618 3.122512 -2.2562442000000003 -2.8437742999999998 6.1353290000000005 3.8298758999999998 -0.44313121 0.87165752 0.87175632 0.68832022 3.1250505 -0.49175056 3.1077368 +42 -1.2578523000000001 0.79764644 -2.1663197999999997 -2.8031282 1.5244383 1.5244327 1.5720662 -4.2594807999999995 -4.2821453 -4.0392275 -5.918563400000001 1.7130921000000001 -5.9134133 +43 -2.1565493 -4.5320407 -6.562238000000001 -2.5992924 0.35934875 0.44981976 0.4967012 -4.9951531 -8.3177503 -8.0603663 -10.002821 0.6454113 -9.9985371 +44 -2.4048293 -1.5555139999999998 0.5161225 -3.5649388999999996 0.99438021 1.0712075 1.1396066 0.24761418 0.24776267 -3.1175515 -4.9321877999999995 1.3974532 -4.9279722 +45 -2.3973131000000003 -1.5438169 0.5273792 -3.5638508 1.0007688 1.0729173 1.1401405 0.26141389 0.26148901 0.21547107 -1.5910316999999998 1.3969871 0.9014974 +46 5.7165099999999995 3.5772769 -2.6045764 0.71021587 2.2294468 -1.1124063 -1.0890213 1.2219651000000002 1.2220065 0.9374818 3.696792 -1.2165053 3.6830383 +47 5.5164191 3.4253316 -2.501081 0.62560228 2.1822567999999998 2.0382683 -0.79778365 1.102734 1.1028001 0.85465022 3.5395327000000005 -0.8934918 3.5240351999999997 +48 2.7734132000000002 1.9849468000000001 -1.3250866000000001 0.32436972 0.53130574 0.63281899 0.68628943 -3.2512193 -3.2598685 -3.031127 -4.8374751 0.86382892 -4.833018900000001 +49 0.30877962 -4.839869599999999 -6.7037682 0.60696279 -2.0663297 -1.8833302 -1.8538195 -5.1417531 -8.4612774 -8.2037006 -10.14643 -2.0365645 -10.142256 +50 1.253232 0.61039033 0.76481022 -0.29967775 -0.29225964 -0.22089015 -0.20021518 0.67750161 0.6775529 -2.7793056000000003 -4.5570919000000005 -0.2160012 -4.5528239 +51 1.2631879 0.61117167 0.68874947 -0.27018649 -0.31001465 -0.23856938 -0.21704053 0.62420317 0.62418304 0.50180893 -0.15472119 -0.23480461 2.390666 +52 5.8945191 3.7109864000000004 -2.6818157000000005 0.79046362 5.8381078 0.44093322 -1.5814597 1.3278155 1.3278313999999998 1.0092398 3.8137962999999995 -1.7528998 3.8018628 +53 3.8923233999999995 2.1296375 -1.2236447 0.25902951 4.3355081 0.056967432 0.098385208 -3.1287272 -3.1316246 -2.9053169999999997 -4.6978615999999995 0.15161294 -4.6937096 +54 0.35422319 -4.8581428 -6.7114466 0.60212924 -0.24666828 -3.1813706 -3.1548211 -5.1496511 -8.4690808 -8.2114962 -10.154242 -3.3920648 -10.150071 +55 3.6187301 2.0634351000000004 1.0733734 -0.1867553 4.597591099999999 0.16139532 0.21215921 1.2268027 1.2269499 -2.3808912999999996 -4.1001453 0.30038947 -4.0963848 +56 3.5742945 2.0225665 0.7448349 -0.1343502 4.4526332 0.11441066 0.16808639 1.0276805 1.0278219000000002 0.80166842 0.77687343 0.25063645 3.4037245 +57 4.252804 2.2876877 -1.1221778999999998 0.26029233 4.868824299999999 3.5574233 -0.46895179 -2.998599 -2.998844 -2.7754636 -4.5524944000000005 -0.52103698 -4.5484914000000005 +58 0.33121451 -4.8498639 -6.707994800000001 0.60442785 -0.27273771 -0.13200348 -1.9782342000000002 -5.1460172 -8.4655325 -8.2079525 -10.150692 -2.1703330000000003 -10.146519 +59 5.6160138 3.5239765 1.4072837 0.54372091 5.82559 3.7826207000000003 -0.44698303 1.9114148999999998 1.9114657 -1.9484550999999999 -3.5795487 -0.4961113 -3.5756962999999997 +60 5.5081646 3.4399428 0.90550981 0.51832225 5.7919083 3.7758235 -0.44813231 1.6927078000000002 1.6928263 1.2436653 1.3753669 -0.49740365 4.1011938 +61 -0.14454181 -6.7659375 -10.168981 0.76309255 -0.92186231 -0.76978888 -0.72371825 -9.2089997 -12.530498 -12.27234 -14.218751000000001 -0.80063807 -14.214398999999998 +62 1.0391659 1.7979525 -1.4496162000000001 0.36023404 0.72024197 0.83206993 0.90448406 -3.4067703999999996 -3.4177597 -6.5080238 -8.4429381 1.1369953000000002 -8.438242 +63 1.040404 1.7978147 -1.4498365 0.36042818 0.72135993 0.83335977 0.90585779 -3.4069333 -3.4179915999999997 -3.1863254 -7.468081599999999 1.1385955 -5.003439599999999 +64 -0.19731057 -4.6686382 -6.629054099999999 0.65335605 -0.86460768 -0.70303974 -0.66398232 -5.066164 -8.3860651 -11.450471 -13.396544 -0.73217067 -13.392353 +65 -0.19713977 -4.668548 -6.6290247 0.65334105 -0.8644222 -0.70285201 -0.66379305 -5.0661112 -8.385945 -8.1284226 -12.530424 -0.73195415 -10.066787 +66 -0.12811236 -0.07705103 0.64720523 -0.26560682 0.13828949 0.12797681 0.12549153 0.48385203 0.48392885 -2.9290668999999996 -7.1849602 0.14544814 -4.7204406 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1488722 1.0571514 -0.12561839 0.13235027 -1.3110604 -1.2185977 -1.1959221000000002 0.069634036 0.069625666 0.052904767000000005 0.22004299 -1.340866 0.21903103 +2 -0.8911543 -3.046402 0.055212976 -0.09382414300000001 -0.82119958 -0.70901485 -0.67762671 -0.092487464 -0.092509201 -0.071219777 -0.33633338 -0.75620295 -0.33451739 +3 0.40187327 0.39340828 -1.90483 0.58446823 -0.17988348 -0.14344505 -0.13295082 -1.0454642 -1.0455142 -0.85910385 -3.4965678 -0.14664499 -3.4799303999999998 +4 -2.218608 -1.3453097 0.032069143 -3.3556847000000003 0.96660458 1.0224615 1.0825646999999998 -0.06827560099999999 -0.068306523 -0.05253498 -0.24512322 1.3280428 -0.24349023 +5 1.3124997 0.60240966 -0.075996124 0.038508769 -0.55614497 -0.47857375 -0.45871038 0.022062727 0.022054132999999997 0.016813613 0.07250867 -0.51484697 0.07221065900000001 +6 3.6256464 2.0837364 -0.60150476 0.26629824 3.9648627 -0.08917996 -0.030246115 0.11388426 0.11386466 0.08636291300000001 0.34951486 0.020469128 0.34717171 +7 5.4375049 3.4210653 -1.0014754000000001 0.74636156 5.6045997000000005 3.7087233 -0.48770904 0.66857675 0.66867788 0.48136849 1.2928807 -0.53716041 1.2944265 +8 -0.013828623 0.97368713 1.1013068000000001 -0.38883458 0.38685115 0.45154004 0.49072998 -2.5864586 -2.5858814999999997 -2.2704492999999997 -5.8402349000000005 0.62171409 -5.822629900000001 +9 0.22582415 0.043533697999999996 -1.0379615 0.26847924 -0.035583469 0.1366109 0.19192448 -0.93624674 -4.256721700000001 -3.891865 -7.720562299999999 0.28480161 -7.7028315 +10 -0.72133601 -0.17415285 3.0925734 -1.6165608999999999 0.89407399 0.89109551 0.91351454 2.2188497000000003 2.218787 -1.9988856 -5.479612 1.0919738 -5.4616916 +11 -0.50637026 -0.072161636 2.1494391 -1.1088444 0.60554993 0.62029471 0.6442158 1.6364208 1.6364816 1.0549382 -0.91204408 0.78556873 1.8819323000000001 +12 -1.9901616000000002 -1.3261808000000002 0.018435446 -0.031721517000000005 -1.9980048 -1.8262497 -1.7809970000000002 -0.077705694 -0.077726513 -0.059760355 -0.27906683 -1.9587904999999999 -0.27763504 +13 -0.47125838 1.6626066000000002 -2.039392 0.57885297 -1.0694562 -0.9680931 -0.94102577 -0.58428471 -0.58439094 -0.46680713 -2.3023702999999998 -1.0576643000000001 -2.2884889 +14 -3.4128782999999996 -0.017770555 0.011803292 -3.2894386 -0.36527367 -0.39849242 -0.41115677 0.0066730299 0.0066647188 0.0050608886 0.021456531 -0.48641408 0.021530699 +15 1.5298462 3.0030721000000002 -0.87982435 0.60332165 -0.87744482 -0.690489 -0.62680957 0.45323534 0.45328429 0.33319333 1.0284578000000002 -0.67848078 1.0270101 +16 3.0530661 4.1999149000000005 -1.1939383999999997 1.2587852 1.960386 -1.3058616000000003 -1.2597649 1.1346761 1.1347127000000001 0.7769293 1.6475800999999999 -1.3973701 1.6582778999999999 +17 2.846551 4.0373458 -1.1726495000000001 1.147132 1.8511699000000001 1.7797842000000001 -0.90452942 1.0310544 1.0311204 0.7142816 1.5860176000000001 -1.0066234 1.5946299 +18 -0.44757249 2.1489212 1.3021728000000001 -0.09385008199999999 -0.36382305 -0.21873287 -0.162288 -2.3099877 -2.3096327999999997 -2.0090673999999997 -5.4931733 -0.14799646 -5.4756167 +19 -0.51741066 0.70590402 -0.71408063 0.18973393 -0.72104003 -0.49607554 -0.42940954 -0.57279888 -3.893046 -3.5347652000000003 -7.3309790999999995 -0.44506197 -7.3132757 +20 -1.1634516000000001 1.2527931 3.1080433999999997 -1.062084 -0.12978811 -0.061445840999999994 -0.030968482999999998 2.2433998 2.2433342 -1.9888518 -5.4658303 -0.017611343999999998 -5.4479058 +21 -1.234322 1.1473796 2.1598718 -0.76122406 -0.50317957 -0.41309645 -0.37804436 1.6799623 1.6800108 1.0769932 -0.90048566 -0.41658707 1.8965403000000003 +22 -0.10957033 -1.7584647 -1.6172832000000001 0.5392873 -0.65902295 -0.52242999 -0.48373482 -1.2643311000000002 -1.264385 -1.0511141000000002 -3.9248179 -0.52982939 -3.9082339 +23 -2.5976006000000003 -4.4529575999999995 0.06024373 -3.3990146 0.61387348 0.72730418 0.79969729 -0.10037093 -0.10039633 -0.07734493099999999 -0.36736595 1.0394245999999998 -0.36533784 +24 0.30498645 -1.9334348000000001 0.035256981 -0.11355447 -1.3780146 -1.2174837 -1.1786371 -0.086349644 -0.086371023 -0.066458015 -0.31240435 -1.3079546 -0.31075145 +25 1.908561 -0.37697971 -0.036981152999999996 -0.10117534 2.194163 -1.105128 -1.0600829 -0.062464192 -0.062484092000000005 -0.047963164 -0.22099143 -1.1713951999999999 -0.22000493 +26 2.3591317000000003 0.012430116000000001 -0.073718859 -0.08673481300000001 2.7221771 2.4876707000000002 -0.69222157 -0.052431295999999995 -0.052451328 -0.040207831 -0.18331226 -0.7667402 -0.18264826 +27 -0.62189628 -1.4145608 0.89229975 -0.54109081 -0.09007022199999999 0.064113716 0.12527613 -2.867168 -2.8662021 -2.5381418 -6.177176599999999 0.20293652 -6.1596226 +28 -0.11285971 -4.5365120999999995 -2.3837949000000003 0.58925201 -0.71213524 -0.51776875 -0.47197467 -2.3884672 -5.707257599999999 -5.3276597 -9.2266586 -0.50383635 -9.2089632 +29 -1.4952136999999999 -3.0817175 3.0834854 -2.0092993000000003 0.46552951 0.51926397 0.55621689 2.2051257 2.2050642999999996 -2.0045391 -5.4873623 0.69594429 -5.469443599999999 +30 -1.321987 -3.0134578999999997 2.1456697 -1.3871788 0.032250881 0.12987263 0.17603912 1.6087373 1.6088073 1.0407491 -0.91965371 0.25092973 1.8723293 +31 -1.8294337999999999 -0.9161356 -2.1725316 -2.6561301 0.73050662 0.7754435 0.82175328 -1.4615194999999999 -1.4615534 -1.2274226000000001 -4.2701233 1.0362039 -4.2526448 +32 1.8278564999999998 1.0930722 -2.0433859 0.53812541 -0.53410491 -0.43093517 -0.40258735 -0.84728844 -0.84736951 -0.68821185 -3.0450481 -0.44405661 -3.0293752 +33 3.7153442 2.1719176 -2.6169835999999997 0.48957268 3.7734847 -0.16992712 -0.11151749 -0.41342161 -0.41344507 -0.32601734 -1.6814394 -0.077185587 -1.6725716 +34 5.328735 3.3416699 -3.2874041 0.773651 5.5128592 3.6915131000000003 -0.48939836 0.34471776 0.3448027 0.25614541 0.85738775 -0.53905709 0.8545447 +35 1.0723833 1.9674592 -2.1722199 0.6009849 0.50696716 0.65802021 0.73664882 -3.8370483 -3.8427513999999996 -3.485728 -7.277005 0.9442201 -7.2590668 +36 0.31360138 -1.2657303 -5.561451 0.87661109 -0.56713972 -0.41123322 -0.36614049 -2.4665705 -5.7890578 -5.4097787 -9.3118537 -0.3879969 -9.2933435 +37 0.34108032 0.35109077 -1.2243633 0.44796797 -0.10340841 -0.08017650400000001 -0.0738758 -0.73239942 -0.73244126 -3.9126226 -7.743983900000001 -0.081117018 -7.7252673 +38 0.35219001 0.35686925 -1.352639 0.47757431 -0.12214257 -0.09636550599999999 -0.08922405900000001 -0.79844746 -0.79851716 -0.64664043 -5.402826 -0.098322895 -2.9123817 +39 -0.71952932 -0.55380514 0.0015063888 -3.3358288000000003 0.47752356 0.53239422 0.56961967 -0.047301547 -0.047329114000000005 -0.036353633999999996 -0.16734358 0.7212506 -0.16615495 +40 3.1160187 1.714115 -0.56648319 -3.1319428 5.978004900000001 0.43344361 0.46739104 -0.0031301174 -0.0031662994 -0.0022035985 -0.0043788276 0.59212151 -0.005721311 +41 5.4280749 3.4138292000000003 -0.99978142 -2.5793314 6.0676349 3.7841744 -0.4803967 0.66454724 0.66464888 0.47866407 1.2887326000000001 -0.52893059 1.2902042 +42 -2.2868851 -0.57873992 0.94872849 -3.8341367999999996 1.4294824 1.7036329 1.8204723999999999 -2.7967652000000003 -2.7964669 -2.4713377999999997 -6.094567 1.8312196 -6.076996 +43 -1.9347740000000002 -0.6223605 -1.3643709 -2.928897 0.90034102 1.0461099 1.1244478999999998 -1.2908708999999998 -4.615742099999999 -4.2460787 -8.0997721 1.3825450000000001 -8.0817338 +44 -2.6895637000000003 -1.6707351000000001 3.0867415 -5.210514 2.4291686 2.4773175 2.3871246 2.2091898999999997 2.2091285 -2.0028611 -5.485061900000001 1.9663983 -5.4671438 +45 -2.7211218999999995 -1.7191737 2.1381935000000003 -4.6244069 1.7106390999999999 1.9412283 2.0191806 1.6088878999999998 1.6089559 1.0408228000000002 -0.91962122 1.8916998 1.8723733 +46 6.0078242 3.8553414 -1.0827088 1.0018651 2.1869113999999996 -1.1395469999999999 -1.1077526000000002 0.92512643 0.92518454 0.64833826 1.5140358999999999 -1.233054 1.5206008999999998 +47 5.817742 3.7109587 -1.0578562 0.91154524 2.1478300999999997 2.0157395 -0.82896957 0.83744454 0.83752068 0.59244373 1.4469663000000001 -0.92384835 1.4517691000000001 +48 1.6580365000000001 1.6827256000000002 1.2139353000000002 -0.26839238 0.047984325999999994 0.20254155 0.26614085 -2.4317091 -2.4314539 -2.1239631 -5.6482068 0.3762236 -5.6306793 +49 1.7154015 0.21780319 -0.95601423 0.1858292 -0.31044836 -0.09360226599999999 -0.033083109 -0.84464022 -4.165334 -3.8020108999999995 -7.6233740999999995 0.023156777000000003 -7.605615400000001 +50 0.90687437 0.49517568 3.0983412 -1.4126998 0.36846758 0.42882588 0.46166085 2.2277532000000004 2.2276895 -1.9952351000000002 -5.4746023 0.57601262 -5.4566802 +51 0.97198056 0.49639434 2.1494714 -0.99073669 0.062946055 0.14020269 0.17530322 1.649921 1.6499772000000001 1.0618093000000002 -0.9084111 0.23825404 1.8865221 +52 6.2003544 3.9998302000000003 -1.1030088 1.0972913999999998 5.7927221 0.40267668 -1.6150777 1.0150001 1.0150379 0.7043425 1.5753859 -1.786417 1.5837668 +53 4.2898111 2.9300287 1.4667987 0.21908134 5.0085014 0.24595691 0.29281019 -2.0747834 -2.0756954 -1.7897465 -5.1833934 0.39320881 -5.1662753 +54 2.5105362999999996 0.32624523 -0.90091629 0.12650693 2.6506198 -0.77095898 -0.72506402 -0.78400877 -4.1038321 -3.7415339999999997 -7.557603200000001 -0.7916432 -7.5398933 +55 3.9882236000000004 2.2294623 3.131202 -0.51902623 5.467211799999999 0.34685974 0.38975595 2.2790751 2.2790214 -1.9744230999999999 -5.445871400000001 0.50455411 -5.4280132000000005 +56 3.7788534 2.1187741 2.1595595000000003 -0.36952687 5.1083941 0.27108732 0.32155593 1.7384813000000001 1.7385641 1.106213 -0.88551094 0.431243 1.9154421000000001 +57 5.6209618 3.7505928 1.6556858 0.76506003 5.693141799999999 3.7252449 -0.48556668 -1.7975880000000002 -1.7980890999999999 -1.5330063 -4.7927458 -0.5348198 -4.775647599999999 +58 2.5532875 0.3294362 -0.89888955 0.12213347 2.7090511000000004 2.5004229 -0.69138527 -0.78186007 -4.1016512 -3.739378 -7.5552397 -0.76531547 -7.5375452 +59 6.3810595 4.0919514999999995 3.2249397999999996 0.95729504 5.8787975999999995 3.7552504 -0.48163331 2.4207221000000003 2.4206627999999997 -1.9193072 -5.369179900000001 -0.53033949 -5.3513405 +60 6.1105644 3.9055969 2.2704873 0.86322722 5.835719 3.7472383999999996 -0.48331121 2.0158606 2.0159092 1.236291 -0.8258672 -0.5322289 1.9915438 +61 0.073285331 -4.5638245 -6.8808833 0.97319598 -0.91112411 -0.73122798 -0.68286671 -7.847872 -11.169071 -10.781653 -14.720054000000001 -0.74881543 -14.701817000000002 +62 -0.015576423999999998 0.97151702 1.1029831 -0.39070749 0.38694489 0.45178699 0.49096941 -2.585763 -2.5851312 -5.5916618 -9.497894500000001 0.62200416 -9.4797058 +63 -0.015355859 0.97232839 1.1029082000000001 -0.39041546 0.38687234 0.45165158 0.49084479 -2.5857089 -2.5850267000000002 -2.2696349 -8.3015637 0.62189876 -5.8224423 +64 0.22485749 0.04430536 -1.0356978000000001 0.26785859 -0.035954706 0.13607048 0.19130709 -0.93462431 -4.2551747 -7.2122708 -11.140573 0.28397 -11.122662 +65 0.22623581 0.045298572 -1.0352496 0.26778564 -0.034445467 0.13762487 0.19291253 -0.93411354 -4.254557 -3.8897357000000006 -10.178500999999999 0.28596717 -7.7007694 +66 -0.72843789 -0.17816744 3.1190347000000003 -1.6314921 0.90164054 0.89798364 0.92037359 2.2327331000000004 2.2326691000000003 -1.9931988999999999 -7.935036500000001 1.0995648999999998 -5.4549937 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1510553 1.0547896 -0.12584541 0.13227892 -1.3133633999999998 -1.2213682 -1.1988896 0.069814763 0.069806243 0.053046123 0.22081889 -1.344553 0.21980406 +2 -0.89402212 -3.0462168999999997 0.05577504900000001 -0.093940129 -0.82413287 -0.71276611 -0.68172784 -0.09276428800000001 -0.092786354 -0.071443012 -0.33778216 -0.76124514 -0.33594719 +3 0.39947112 0.39052147 -1.9131284 0.58504873 -0.1830157 -0.14668589 -0.13623662 -1.0478584 -1.0479079 -0.86125209 -3.5008036 -0.15049127 -3.4841718 +4 -2.2186566 -1.3420174999999999 0.032693576 -3.3556739999999996 0.96614405 1.0163076 1.0740281 -0.068134072 -0.068164848 -0.052431041 -0.24484877 1.3166307 -0.24321311 +5 1.3111 0.60094256 -0.076142385 0.038552866 -0.55797064 -0.48077783 -0.46107267 0.02214612 0.022137396 0.016878334 0.07284895799999999 -0.51775731 0.072551014 +6 3.6158068 2.0750265 -0.60127465 0.2654662 3.9534602999999997 -0.097041381 -0.038350603999999996 0.11290225 0.11288127 0.08563080699999999 0.34716579 0.010778636000000001 0.34484228 +7 5.4275855 3.4116722000000004 -1.004649 0.74383633 5.5980514999999995 3.7035084000000005 -0.49265667 0.66636683 0.66646693 0.47994022 1.2920462 -0.54288477 1.2935317 +8 -0.017425655 0.96639809 1.0996046999999998 -0.38901489 0.38332805 0.44742213 0.48616737 -2.58828 -2.5876895 -2.2722813 -5.8411028 0.61556174 -5.8235152999999995 +9 0.21452245 0.033656651 -1.0408718000000001 0.26821991 -0.047109041 0.12460204 0.17958588 -0.93949796 -4.2599269 -3.8951513999999996 -7.722512400000001 0.26979478 -7.704799700000001 +10 -0.72433532 -0.17632666 3.0929435 -1.6161906000000001 0.89080726 0.88808516 0.9104745 2.2188362999999995 2.2187741 -1.9986715 -5.4778645 1.0880382 -5.4599587 +11 -0.50820732 -0.073551932 2.1466799 -1.1068803 0.60178889 0.6170666 0.64108514 1.6340508999999999 1.6341122 1.0538848 -0.9107558 0.78184601 1.8829932 +12 -1.9935241000000001 -1.3289108 0.018862668 -0.031879177 -2.0014284 -1.8304011000000002 -1.7854415000000001 -0.077980979 -0.07800217400000001 -0.059980899000000004 -0.28044109 -1.9641369999999998 -0.27899078 +13 -0.47552872 1.6581502000000001 -2.0442369 0.57853024 -1.0736159 -0.97260803 -0.94569023 -0.58436246 -0.58446847 -0.46691163 -2.3025306 -1.0631722 -2.2886555 +14 -3.4099148 -0.015232138999999999 0.01187464 -3.2894911000000002 -0.36177871 -0.39572896 -0.40879466 0.0069699239 0.006961829100000001 0.0052886209 0.022481293 -0.48427247 0.02254783 +15 1.5217698 2.9951157999999998 -0.88160723 0.60196658 -0.88432 -0.69798126 -0.63457475 0.4520293 0.45207696 0.33237957 1.0278769 -0.68761168 1.0264014000000001 +16 3.0453335999999998 4.1920741999999995 -1.1982791000000002 1.2566124 1.9544389 -1.3116622 -1.2656334999999999 1.1336712 1.1337073 0.77643284 1.6487663000000001 -1.4041263000000002 1.6594195999999999 +17 2.8380511000000004 4.028919 -1.1767641000000002 1.1446586 1.8446982 1.7734574 -0.90998328 1.0296056 1.029671 0.71348459 1.5867997999999999 -1.0129213 1.5953589 +18 -0.45482235 2.1419015 1.3009401000000003 -0.094636947 -0.37058258 -0.22585443 -0.16960867 -2.3112146 -2.3108561 -2.0103284 -5.4934449999999995 -0.15669526 -5.4759015 +19 -0.53084513 0.69429569 -0.71767202 0.18972686 -0.73490635 -0.51012494 -0.44367049 -0.57684419 -3.8970675000000004 -3.5388367 -7.3338908 -0.46174553 -7.316202400000001 +20 -1.1660006 1.2507682 3.1084606 -1.0608896 -0.13361033 -0.0648376 -0.034187626 2.2434867 2.2434216 -1.9885941999999999 -5.464024 -0.021147582 -5.4461141 +21 -1.2367603999999999 1.1453725000000001 2.1571997000000005 -0.75929987 -0.50766013 -0.41736019 -0.38224379 1.6778959999999998 1.677945 1.0761151000000002 -0.89908319 -0.42139442 1.8977433000000001 +22 -0.12021249 -1.7669192999999999 -1.6160296 0.53844472 -0.66919293 -0.53308335 -0.49463942 -1.2640898999999999 -1.2641433000000002 -1.0509752 -3.9234088 -0.54259111 -3.9068379 +23 -2.5995899 -4.4486235 0.060866690999999994 -3.3990657 0.61141307 0.7199896 0.79032932 -0.10064077 -0.10066646 -0.077563554 -0.36882298 1.0262801 -0.36677568 +24 0.30181633 -1.9355502 0.035747801 -0.11370746 -1.3813031 -1.2215082 -1.1829652 -0.086630204 -0.086651941 -0.066683544 -0.31383999 -1.3131888 -0.31216809 +25 1.9018115000000002 -0.38412918 -0.036486142 -0.10143994 2.1871065 -1.1120603999999998 -1.0672977 -0.062860685 -0.06288106 -0.048275918 -0.22274933 -1.1798034 -0.22174136 +26 2.3513078 0.0044579439000000005 -0.073268309 -0.087053029 2.7137127999999997 2.4798152 -0.6979 -0.052938042000000005 -0.052958661 -0.040604614 -0.18542363 -0.77332605 -0.18473547 +27 -0.62833154 -1.4229557 0.88977971 -0.5400136 -0.09789903900000001 0.055553708 0.11632775 -2.8699694 -2.8689972999999998 -2.5409432 -6.1791012 0.19196229 -6.1615614999999995 +28 -0.12266456 -4.5479627 -2.3882761 0.58920875 -0.72224048 -0.52800114 -0.48230382 -2.3931515 -5.7119356 -5.3324516 -9.229967199999999 -0.51583895 -9.2122864 +29 -1.4988377 -3.0811792999999996 3.0838865 -2.0096230999999998 0.46219247 0.51524364 0.55185626 2.2050897000000003 2.2050287999999996 -2.0043358000000002 -5.485629299999999 0.69039967 -5.467725 +30 -1.3248839 -3.0124879 2.1427973999999996 -1.3853016000000002 0.027378207 0.12443786 0.17029563 1.6060943 1.6061648000000002 1.0395403 -0.91846607 0.24385813 1.8732650000000002 +31 -1.8309487000000002 -0.91765149 -2.1834906000000003 -2.6548325 0.72778605 0.77027389 0.81544954 -1.4658752 -1.4659073999999999 -1.2314226000000001 -4.2762876 1.0274845 -4.2588165 +32 1.8240883999999997 1.0888758 -2.0503893 0.53824663 -0.53825343 -0.43538396 -0.40716177 -0.84849996 -0.84858078 -0.68930136 -3.0474655 -0.44945586 -3.0317973 +33 3.7067906 2.1639227 -2.6213275 0.48895019 3.7638339999999997 -0.17713789 -0.11888728 -0.41469059 -0.41471453 -0.32708018 -1.6868414 -0.085908758 -1.6779331000000002 +34 5.3202679 3.3333515 -3.294708 0.77172388 5.5065704 3.6863308 -0.49434192 0.34346662 0.34355137 0.25527377 0.85620956 -0.54477663 0.85334006 +35 1.0612331 1.9599147000000001 -2.171282 0.59901724 0.49725658 0.64808934 0.72666927 -3.8371638 -3.8428117999999993 -3.4859236000000005 -7.2756476999999995 0.93279149 -7.2577193 +36 0.29191343 -1.2699696000000003 -5.5592096 0.87622429 -0.58914075 -0.43401234 -0.38938611 -2.4652884999999998 -5.787742400000001 -5.408612000000001 -9.309038000000001 -0.41536191 -9.290543 +37 0.33768199 0.34720951 -1.2222736 0.4467252 -0.10570153 -0.082650084 -0.076415382 -0.73090497 -0.73094653 -3.9114092000000005 -7.7410815 -0.08410837800000001 -7.7223807 +38 0.34905262 0.35320484 -1.3525813 0.47682062 -0.12467064 -0.099057989 -0.091979437 -0.79792114 -0.79799039 -0.64624434 -5.4009518 -0.1015652 -2.9105267999999995 +39 -0.72180769 -0.55393611 0.0019053144 -3.3358510999999997 0.47486725 0.5282736 0.56481415 -0.047251312999999996 -0.047278821 -0.036318672999999996 -0.1673396 0.71475361 -0.16614851 +40 3.1019637 1.702694 -0.5658483 -3.1329331000000002 5.9723081 0.42842406 0.46236834 -0.0047860873 -0.0048241153 -0.0034762090999999997 -0.01013147 0.58631118 -0.011420715 +41 5.418265900000001 3.4045282999999995 -1.0029854 -2.5817994 6.0627413 3.7792744 -0.48531233 0.66238448 0.66248509 0.47726577 1.2879296999999998 -0.53461879 1.2893421 +42 -2.2955947999999995 -0.58604521 0.94646938 -3.8329071000000003 1.4156191999999999 1.6839051999999999 1.8006262999999998 -2.7992797 -2.7989724 -2.4738588 -6.0961919 1.8198965 -6.0786307 +43 -1.9406638999999999 -0.63228501 -1.3676091000000001 -2.9286726 0.89362435 1.036555 1.1137466 -1.2944358 -4.6192458 -4.249675 -8.1019846 1.3706521999999999 -8.0839623 +44 -2.7000722 -1.6744156000000003 3.0870862 -5.2108218 2.4060666 2.4576787 2.3731804 2.2091272999999996 2.2090662999999995 -2.0026683999999997 -5.4833435999999995 1.9592724999999998 -5.465439900000001 +45 -2.729234 -1.7202357 2.1353716 -4.622475700000001 1.6937706000000001 1.9210043999999997 2.0006662 1.6063127000000001 1.6063811000000001 1.039649 -0.91841472 1.8822371999999998 1.8733328999999999 +46 6.000122900000001 3.847569 -1.0868520000000002 0.99989391 2.1816470000000003 -1.144764 -1.1130061000000002 0.92397935 0.92403675 0.64769579 1.5148482 -1.2391223999999998 1.5213663999999998 +47 5.8094347 3.702747 -1.0617497999999999 0.90940086 2.1423674 2.010333 -0.83405566 0.83597403 0.83604938 0.59156761 1.4473568 -0.92973018 1.4521076000000002 +48 1.6494947 1.6745988999999997 1.2123213 -0.26908092 0.040179489 0.19379614 0.2569268 -2.4334404999999997 -2.4331736 -2.1257017000000005 -5.649049 0.36477767 -5.6315349999999995 +49 1.7008708 0.2077922 -0.95895436 0.18598251 -0.32468942 -0.1080119 -0.047689134 -0.84792806 -4.1685794000000005 -3.8053337 -7.6253855999999995 0.0056883095 -7.6076440000000005 +50 0.90304624 0.49267603 3.0987327999999996 -1.4121005 0.3638981 0.42453714 0.45745575 2.2277737999999996 2.2277106 -1.9950061000000001 -5.4728349000000005 0.57119547 -5.4549272 +51 0.96898753 0.49428596 2.1466973 -0.98884962 0.057971638 0.13538725 0.17050427 1.6476193 1.6476758999999999 1.0607975 -0.90709371 0.23267657 1.8876191000000002 +52 6.193178700000001 3.9924364000000003 -1.1073752000000001 1.095491 5.7876288 0.39774165 -1.6200233999999998 1.0141506 1.0141878 0.70390955 1.57653 -1.7921381999999997 1.5848695 +53 4.2733596 2.9174077 1.4646708000000002 0.21466544 4.9937769 0.23859322 0.28555261 -2.0774032 -2.0783026999999996 -1.7922804 -5.185671 0.38481254 -5.1685632 +54 2.4988137000000004 0.31552108 -0.90424911 0.12652261 2.6370012000000003 -0.78138816 -0.73547746 -0.7877167 -4.1075241 -3.7452942000000005 -7.560107400000001 -0.80354182 -7.5424129 +55 3.9716511 2.2153517000000003 3.1313668999999997 -0.52531261 5.4577078000000006 0.34106042 0.3840134 2.27875 2.2786967000000002 -1.9743277 -5.444290799999999 0.49793658 -5.426446599999999 +56 3.7625355000000003 2.105085 2.1563859 -0.37361254 5.094053400000001 0.26400223 0.31464036 1.7355642 1.7356473000000001 1.1049419 -0.88427842 0.42332708 1.9164272 +57 5.611308599999999 3.7414697 1.6545858 0.76188079 5.687406 3.7201899 -0.49049836 -1.7987898 -1.7992881999999997 -1.5342027 -4.7933078 -0.54052617 -4.7762224 +58 2.5426517000000004 0.31846937 -0.90235006 0.12205339 2.6968425 2.4905138 -0.69751723 -0.78570795 -4.1054878 -3.7432803 -7.5578992 -0.77235644 -7.54022 +59 6.371601 4.0828388 3.225193 0.9536744 5.873690900000001 3.7503122 -0.48655277 2.4206338 2.420575 -1.9191003 -5.3674503 -0.53603203 -5.3496253 +60 6.099964099999999 3.8957327000000004 2.2672392999999995 0.85940983 5.8302831 3.7422484 -0.48823729 2.0137836 2.0138328000000003 1.2355639999999999 -0.82427117 -0.53792887 1.9929815 +61 0.063909287 -4.5696494 -6.882772800000001 0.97219905 -0.91981969 -0.74004011 -0.69174248 -7.849222999999999 -11.170406 -10.783133 -14.719906 -0.75904328 -14.701682 +62 -0.019169915 0.96421226 1.1012665000000001 -0.39088462 0.383423 0.44766974 0.48640665 -2.5875977999999997 -2.5869532000000004 -5.593507 -9.4981601 0.61584943 -9.479989 +63 -0.018948105 0.96504275 1.1011931000000001 -0.39058945 0.38334781 0.44752923 0.48627609 -2.5875406 -2.5868450000000003 -2.2714766 -8.3024386 0.61573701 -5.8233388 +64 0.21352786 0.03441941 -1.0386055 0.26759946 -0.047501947 0.1240397 0.17894635 -0.93787772 -4.2583828 -7.215559900000001 -11.142256 0.26893691 -11.124363 +65 0.21493968 0.035427804 -1.0381518 0.26752364 -0.045962652 0.12562483 0.18058291 -0.93735824 -4.2577557 -3.8930156000000005 -10.180442999999999 0.27097091 -7.7027304 +66 -0.7314625 -0.18035453 3.1194794 -1.6311594999999999 0.89838723 0.89496988 0.91732306 2.2327649 2.2327014 -1.9929648000000002 -7.9332612000000005 1.0956053999999997 -5.4532336 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=0d1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1511655 1.0546702 -0.12586422 0.13227841 -1.3134783 -1.2215076 -1.1990392 0.069821689 0.069813159 0.05305173 0.22085792 -1.3447396 0.21984293 +2 -0.89419883 -3.0462719 0.055809736 -0.09395399900000001 -0.82430388 -0.71297372 -0.68195114 -0.092777569 -0.092799649 -0.071453919 -0.33786097 -0.76151634 -0.336025 +3 0.39936097 0.39038229 -1.9131295 0.58501472 -0.18309799 -0.14678497 -0.13634155 -1.0477939 -1.0478434 -0.86120085 -3.5006068 -0.15061837 -3.4839762000000003 +4 -2.2186248 -1.3418238 0.032727844 -3.3556733 0.96613446 1.0159873 1.0735774 -0.068124776 -0.068155544 -0.052424262 -0.2448331 1.3160236 -0.24319729 +5 1.3110058999999998 0.60084035 -0.076144195 0.038550944 -0.55808231 -0.48091181 -0.46121618 0.02215112 0.022142391 0.016882249 0.072870853 -0.51793338 0.072572868 +6 3.6152983 2.074573 -0.60127701 0.26542396 3.9528686 -0.09744997300000001 -0.0387723 0.11284811 0.11282705 0.085590624 0.34704459 0.01027413 0.34472201 +7 5.427046900000001 3.4111632000000007 -1.0048456000000001 0.74369402 5.597704 3.7032366000000003 -0.49291349 0.66624113 0.66634117 0.47986006 1.2920265 -0.5431821 1.2935082 +8 -0.017553093 0.96621584 1.0994431 -0.38894784 0.38312995 0.44719875 0.4859251 -2.5884034 -2.5878122 -2.2724067000000003 -5.841150900000001 0.61524349 -5.8235645 +9 0.21407828 0.033164807000000004 -1.0410923 0.2682282 -0.04758255 0.12412138 0.17909787 -0.93970661 -4.260134 -3.8953653 -7.722622 0.2692104 -7.7049104999999996 +10 -0.72447322 -0.17643197 3.092907 -1.6161473 0.89063186 0.88792431 0.91031202 2.2188144 2.2187522 -1.9986637999999999 -5.4777434000000005 1.0878284 -5.459838599999999 +11 -0.50828762 -0.073611697 2.1465025 -1.1067604 0.6015906 0.61689885 0.64092319 1.6339096000000002 1.6339709999999998 1.0538246 -0.91064718 0.78165376 1.8830873 +12 -1.9937061999999999 -1.3290598 0.018889344 -0.031893727999999996 -2.001602 -1.8306076 -1.7856612 -0.077994173 -0.078015385 -0.059991635999999994 -0.28051491 -1.9644015 -0.27906363 +13 -0.47577331 1.6579092 -2.0441418999999996 0.57847723 -1.073818 -0.97283317 -0.9459246 -0.58426839 -0.58437438 -0.46683659 -2.3022182 -1.0634508 -2.2883447 +14 -3.4097484 -0.015121826000000001 0.011875856 -3.2894916 -0.36160973 -0.39559526 -0.40868007 0.0069817481999999995 0.0069736599 0.0052977035 0.022522882999999997 -0.48416842 0.022589147 +15 1.5213511 2.9947 -0.88173282 0.60189632 -0.88467763 -0.69837194 -0.63497991 0.45196342 0.452011 0.33233593 1.0278707 -0.68808819 1.0263933 +16 3.0449327 4.1916657 -1.1985565 1.2564982 1.9541316000000002 -1.3119631 -1.2659382 1.1336229 1.133659 0.7764119 1.6488724 -1.4044773000000002 1.6595229 +17 2.8376089 4.0284788 -1.1770278 1.144528 1.8443627 1.7731284999999999 -0.9102665 1.0295325000000002 1.0295979 0.71344675 1.586883 -1.0132485 1.5954386999999999 +18 -0.4551165 2.1416062 1.3008081 -0.09462847199999999 -0.37090366 -0.22618713 -0.16994772 -2.3113023 -2.3109435 -2.0104191000000005 -5.4934585 -0.15709474 -5.4759159 +19 -0.53140504 0.69366237 -0.71794048 0.18974944 -0.73550857 -0.51073112 -0.44428376 -0.57710967 -3.8973318 -3.5391057999999997 -7.334067299999999 -0.46246099 -7.3163800000000005 +20 -1.1661441000000001 1.2506431999999998 3.108428 -1.0608233 -0.13382273 -0.065030075 -0.034372307000000005 2.2434717 2.2434067000000004 -1.9885834 -5.4638987 -0.021352547000000003 -5.4459897 +21 -1.2368957 1.1452575 2.1570226000000003 -0.75919082 -0.50790504 -0.41759433 -0.38247489 1.6777687 1.6778177 1.0760633 -0.89896871 -0.42165916 1.8978447 +22 -0.1206639 -1.7672951000000001 -1.6159671999999998 0.53839723 -0.6696094 -0.5335196 -0.49508504 -1.2640721000000001 -1.2641254 -1.0509651000000002 -3.9233027000000003 -0.54311223 -3.9067326 +23 -2.5997005 -4.4484932 0.060903615999999994 -3.3990766000000003 0.61126811 0.71963399 0.78988432 -0.10065363 -0.10067934 -0.077574193 -0.36890256 1.0256645 -0.36685425 +24 0.30162913 -1.9357011999999998 0.035778826 -0.11372306 -1.3814888 -1.2217274 -1.1831983999999998 -0.086643728 -0.086665481 -0.066694598 -0.31391785 -1.3134683999999999 -0.31224496 +25 1.9014866000000001 -0.38447836 -0.036457382999999996 -0.10145974 2.1867787 -1.1123896 -1.0676398999999999 -0.06287947099999999 -0.062899868 -0.048290875 -0.22283927 -1.1802028999999998 -0.22183022 +26 2.3509117 0.0040462687 -0.073241367 -0.08707636199999999 2.7132929 2.4794237 -0.69819052 -0.05296259 -0.052983237 -0.040623947 -0.18553134 -0.77366305 -0.18484196 +27 -0.6284769 -1.4231218 0.88953001 -0.53988101 -0.09818331699999999 0.055275784 0.11605064 -2.8702011 -2.8692286 -2.5411742999999998 -6.1792697 0.19164196 -6.1617309 +28 -0.12307607 -4.5486870999999995 -2.3886668999999996 0.58923519 -0.72270241 -0.52847228 -0.48278071 -2.3935235 -5.712307099999999 -5.3328318 -9.230234900000001 -0.51639383 -9.212555199999999 +29 -1.4990035 -3.0812276 3.0838422999999997 -2.0096119999999997 0.46198603 0.51500967 0.55160776 2.2050606 2.2049997 -2.0043311999999998 -5.4855125 0.69009128 -5.4676092 +30 -1.3250631000000002 -3.0125109 2.1426339 -1.3852031999999999 0.027109539 0.12414599 0.1699903 1.6059514 1.6060219 1.0394783 -0.91835945 0.24348629 1.8733567999999998 +31 -1.8309796000000003 -0.91773142 -2.1836451 -2.6548175 0.72772676 0.77002634 0.81511666 -1.4659027 -1.4659348 -1.2314536 -4.2762513 1.0269914 -4.258781099999999 +32 1.8238832999999999 1.0886573 -2.0503675 0.538211 -0.538439 -0.43559465 -0.40738226 -0.84842913 -0.84850993 -0.68924502 -3.0472468 -0.44971989 -3.0315799 +33 3.7062891000000002 2.163467 -2.6213637000000003 0.4889116 3.7632574 -0.17754901 -0.11930859 -0.41474142 -0.41476539 -0.3271239 -1.6870713 -0.086409438 -1.6781609 +34 5.319767 3.3328714 -3.2949744 0.77160262 5.5062136 3.6860559 -0.49459883 0.34338418 0.34346892 0.25521662 0.85614198 -0.54507403 0.85327059 +35 1.060651 1.9595354999999999 -2.1712175 0.59891535 0.49674804 0.64756358 0.72613952 -3.8371489000000003 -3.8427938999999998 -3.4859164 -7.275519900000001 0.93218305 -7.2575923 +36 0.29055708 -1.2701715 -5.5590782999999995 0.87621679 -0.59053276 -0.43545572 -0.39085981 -2.4652103 -5.787662 -5.4085428 -9.308844 -0.41709681 -9.29035 +37 0.3375659 0.34706825 -1.2221407 0.44666163 -0.10575968 -0.082721222 -0.07649073599999999 -0.7307943 -0.73083586 -3.9113195 -7.7408634 -0.084199408 -7.722163799999999 +38 0.34894684 0.35307219 -1.3524706 0.47676452 -0.12472601 -0.099127798 -0.09205402900000001 -0.79781792 -0.79788715 -0.64616055 -5.4006483 -0.10165605 -2.9102234 +39 -0.72191507 -0.55392564 0.0019330610999999998 -3.3358554 0.47474056 0.52805997 0.56455982 -0.047242501 -0.04726999900000001 -0.036312147999999995 -0.16732051 0.71440343 -0.16612947 +40 3.1012115000000002 1.7020816000000003 -0.56581646 -3.1329866 5.972011599999999 0.42816347 0.46210725 -0.0048767055 -0.0049148373 -0.0035458770000000002 -0.010447448 0.58600895 -0.011733781 +41 5.4177325 3.4040237 -1.0031832 -2.5819389 6.0624887 3.7790206 -0.48556734 0.66226099 0.66236153 0.47718699 1.2879113000000002 -0.53491407 1.2893198000000001 +42 -2.2959878 -0.58621585 0.94624998 -3.8327712 1.4149015 1.6828874 1.7996011000000003 -2.7994782000000002 -2.7991705000000002 -2.4740577 -6.0963242 1.8193071 -6.0787638 +43 -1.9409342 -0.63270918 -1.3678219999999999 -2.9286409 0.89330591 1.0360622 1.1131834999999999 -1.2946360000000001 -4.6194432 -4.2498803 -8.1020804 1.370017 -8.0840593 +44 -2.7006228 -1.6746047 3.0870482000000004 -5.2108099 2.4047959 2.4565996 2.3724168999999997 2.209102 2.209041 -2.0026622 -5.4832245 1.9588959 -5.4653218 +45 -2.7296484 -1.7202699000000001 2.1351907000000003 -4.6223545 1.6928519 1.9198944 1.9996478 1.6061596000000002 1.606228 1.0395816999999998 -0.91831096 1.8817277 1.873421 +46 5.9997095 3.8471526 -1.0871079 0.9997829 2.1813727000000003 -1.1450361999999998 -1.1132803999999998 0.92391509 0.92397245 0.64766145 1.5149268 -1.2394395 1.5214419 +47 5.808983400000001 3.7023026 -1.0619883999999997 0.90927833 2.1420811 2.0100498 -0.83432045 0.83588934 0.83596466 0.59151852 1.4474088 -0.93003654 1.4521562 +48 1.6491565 1.6742775 1.2121634 -0.269058 0.039817618 0.19340112 0.25651532 -2.43356 -2.4332927000000004 -2.1258228999999997 -5.6490983 0.36427398 -5.631585299999999 +49 1.7003119 0.20719733 -0.95921891 0.18601277 -0.32526677 -0.10859127 -0.048274711 -0.8481871 -4.168836799999999 -3.805597 -7.625550099999999 0.004992905 -7.6078095 +50 0.90285913 0.49256066 3.0986979 -1.4120457 0.36365353 0.42430761 0.45723037 2.2277544999999996 2.2276912999999996 -1.9949971999999998 -5.4727122 0.57093682 -5.4548055 +51 0.96884287 0.49419488 2.1465202000000003 -0.98873358 0.057708955 0.13513411 0.17025224 1.6474831 1.6475397 1.0607403 -0.90698303 0.23238369 1.8877158 +52 6.1928017 3.9920468000000002 -1.1076478 1.0953932 5.7873654000000005 0.3974857 -1.6202801000000002 1.0141069 1.0141440000000002 0.70388951 1.5766307 -1.7924354 1.5849674999999999 +53 4.272703599999999 2.9168752999999996 1.4645108 0.21451823 4.9931647 0.23824875 0.28521152 -2.0775323 -2.0784313 -1.7924081000000003 -5.1857495 0.38441779 -5.168642500000001 +54 2.4982139 0.31485304 -0.90454726 0.12655631 2.6362644 -0.78194832 -0.73603731 -0.78801359 -4.1078199 -3.745595 -7.560313900000001 -0.80418133 -7.5426205 +55 3.9708082 2.2146357999999995 3.1313221 -0.52561962 5.4572121 0.34075893 0.38371443 2.278717 2.2786637 -1.9743238 -5.4441752 0.49759189 -5.4263319 +56 3.7616906 2.1043779 2.1561866000000003 -0.37381587 5.0932983 0.26363171 0.31427849 1.7353983 1.7354813999999998 1.1048728 -0.8841709 0.42291273 1.9165196 +57 5.6108384000000004 3.7410235000000003 1.6544665 0.76174216 5.687111 3.7199281 -0.49075409 -1.7988621999999999 -1.7993605 -1.5342763000000001 -4.793322799999999 -0.54082226 -4.7762383 +58 2.5420314999999998 0.31778753 -0.90265562 0.1220883 2.6960752999999995 2.4899061000000002 -0.69785833 -0.78601261 -4.1057916 -3.7435888999999998 -7.5581143 -0.77274768 -7.540436200000001 +59 6.3710881 4.0823483 3.2251528 0.95347349 5.873425 3.7500561 -0.48680804 2.4206192000000004 2.4205604 -1.9190875 -5.3673229000000005 -0.53632761 -5.3494989 +60 6.0993891 3.8952012000000003 2.2670351 0.859197 5.8299992 3.7419894 -0.4884929 2.0136661 2.0137153000000003 1.2355267 -0.82414212 -0.53822483 1.9931006999999998 +61 0.063295294 -4.5698921 -6.8828806 0.97216246 -0.92041382 -0.74064433 -0.69235135 -7.8493197 -11.170502 -10.783239 -14.719888000000001 -0.7597442 -14.701666000000001 +62 -0.019297194 0.96404138 1.1011031999999998 -0.39081404 0.38322155 0.44744425 0.48616318 -2.5877214 -2.5870763 -5.5936328 -9.498165400000001 0.61553159 -9.4799955 +63 -0.019074625 0.96486129 1.1010305 -0.3905215 0.38314975 0.44730572 0.48603362 -2.5876646 -2.5869684 -2.2716026 -8.3024871 0.61541841 -5.8233888 +64 0.21310899 0.033933679 -1.0388271 0.26760762 -0.047956547999999995 0.12357999 0.17848045 -0.93808437 -4.258588 -7.215772099999999 -11.142346 0.26838054 -11.124454 +65 0.21449576 0.034935953 -1.0383725000000001 0.26753204 -0.046436017999999996 0.12514434 0.1800951 -0.93756708 -4.257963 -3.8932297 -10.180552 0.27038677 -7.7028413 +66 -0.73160149 -0.18046039 3.1194458 -1.6311177 0.89821239 0.8948087 0.91715986 2.2327451000000003 2.2326817 -1.9929560000000002 -7.9331385999999995 1.0953941999999999 -5.4531121 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.95263521 1.2402503 -1.8322749 -0.53277359 -0.43306644 -0.37412547 -0.3612421 1.0405792999999999 1.0406608 0.74302913 2.0754626 -0.40663004 2.075993 +2 0.2341337 -5.0578724 0.035882497 0.99711051 -0.78163354 -0.66163627 -0.63923007 -3.1475557999999997 -3.1468694 -2.8382065 -6.086990599999999 -0.71251686 -6.0745837 +3 -0.0019321622 -0.012556418 -3.1998876 0.02397729 -0.026744236 -0.024677759 -0.024409655 -0.045337957000000005 -0.045340236 -0.035652161 -0.19292995 -0.028061449 -0.19147323 +4 -1.8902843 -1.1691502 0.16539648 -2.9030879 1.0482046999999999 1.1477305 1.2058475 -0.9685304 -0.96836031 -0.80659499 -3.0610576000000003 1.4784666000000002 -3.0500502 +5 1.333467 0.79617025 -1.5321913999999999 -0.42007333 -0.086646255 -0.016503007 0.0049459864000000004 0.66753594 0.66763779 0.4945513 1.7011436000000002 0.02772629 1.6953897 +6 3.255783 1.8981698 -2.1105584 -0.74013714 4.7967188 0.36388056 0.39633431 1.5612653 1.5614895 1.0526532 2.3706085999999997 0.50371448 2.3806806000000003 +7 4.444839900000001 2.5969219 -2.1740117000000003 -0.59563628 5.8966316 3.9486234 -0.31250781 2.0436072 2.0437531000000004 1.2978271000000001 2.5276634 -0.34928078 2.5456719 +8 0.2391182 1.1082785 1.047407 -0.45318313 0.72238885 0.85629806 0.91493691 -2.4475262000000004 -2.4485185 -2.1667707000000003 -5.2688442 1.1636885000000001 -5.2567735 +9 0.23624548 -5.527712999999999 -3.1813259 1.0564836000000002 -0.83996487 -0.71794038 -0.69563745 -3.6842205999999997 -7.005434599999999 -6.6555329 -10.108414 -0.77585433 -10.095625 +10 -0.051950089000000005 0.00055921558 1.9328691000000002 -0.067066508 0.015535913 0.027725566 0.031533753 0.10237281 0.10234382 -3.2423472999999996 -6.5480331 0.041161431 -6.5351056 +11 -0.046973985 0.0019147022 1.8901206000000002 -0.06618309 0.019774596999999998 0.029760917999999997 0.033773621000000004 0.10004603 0.09995409699999999 0.077743298 -2.1679312000000004 0.04397261400000001 0.38203318 +12 -1.5140648 -4.755459200000001 0.16385793 1.0672781 -2.6203776000000003 -2.4778795 -2.4618592999999995 -2.9917882999999996 -2.9911912999999997 -2.6875182 -5.9101594 -2.6729772 -5.8977777 +13 -0.94419976 1.2530149 -5.1228185999999996 -0.53521724 -0.42191424 -0.36212505 -0.34882347 1.0472081 1.0472921 0.74725341 2.08053 -0.39206379 2.0811793 +14 -3.1657927000000003 -0.16323654 0.31213116 -3.1914207 0.0056050664 -0.0056304827 -0.0088877018 -0.12872688 -0.1287918 -0.10194293 -0.55624167 -0.013971058 -0.55189348 +15 1.1350176 2.7203994 -2.1691261 -0.50574289 -0.19222941 -0.091591306 -0.061267892000000004 2.1217002999999997 2.1219015 1.3338251 2.5470724 -0.043134515 2.566138 +16 2.1300152999999997 3.5878843999999996 -2.1456697 0.015721874 2.2846862 -1.0451012 -1.0313484 2.5709332000000003 2.5710683999999997 1.5203364 2.63478 -1.1557316 2.6593877999999997 +17 1.9774374 3.4412196 -2.1532756 -0.089725841 2.2300174 2.0642101000000004 -0.71140342 2.5057138 2.5058617 1.4953512 2.6240919999999996 -0.80128537 2.6479809 +18 -0.70985201 1.6466539 1.3079872 -0.57769197 -0.13722228 -0.036150329 -0.008350492 -2.0374642 -2.037297 -1.7784544999999998 -4.7469387 0.01600365 -4.7349633 +19 -1.5281058 -5.2627273 -3.0159154 1.136785 -2.7043276 -2.5600346000000003 -2.5437997 -3.5427607000000005 -6.864047200000001 -6.5144785 -9.965879600000001 -2.7577401000000004 -9.953078300000001 +20 -0.96955909 1.2597085 2.4398485 -0.58533746 -0.39661955 -0.32305059 -0.30817489 1.1336275 1.1337173 -2.5202967 -5.7101254 -0.344082 -5.697553599999999 +21 -0.97194224 1.243252 2.064775 -0.57293036 -0.41174148 -0.3431493 -0.32706596 1.1032973 1.1033507 0.7826859 -0.6028863 -0.36455596 2.1209306 +22 0.23462937 -5.402016099999999 -1.5954223 1.0430223 -0.82790331 -0.70669242 -0.68447695 -3.5047542000000003 -3.5045773000000002 -3.186354 -6.4848856 -0.76343347 -6.4723107 +23 -1.6478456999999997 -4.9886454 0.11081911 -2.2561021 0.62540773 0.67285062 0.70013017 -3.0706808 -3.0700552000000005 -2.7637864 -6.0000547 0.86654863 -5.9876632 +24 0.77014195 -5.2316579 -0.047197638 0.94726269 -1.9474137999999999 -1.8085679000000001 -1.7917395 -3.2442226 -3.2434645 -2.9319545 -6.195468599999999 -1.9700566000000002 -6.1830515 +25 0.81308512 -5.2511224 -0.055960983 0.94261486 -0.13236918 -3.1017457999999998 -3.0879632999999997 -3.2545057999999996 -3.2537296 -2.9419255 -6.2069394 -3.3186970000000002 -6.1945241 +26 0.79101058 -5.2410638 -0.05146903 0.94486958 -0.15744438 -0.059972802 -1.9028015999999999 -3.2492192 -3.2484568 -2.9368046000000003 -6.2010509 -2.0890744 -6.1886335 +27 0.34671918 -6.8537062 -2.7563477 1.1894382 -0.862777 -0.74040536 -0.71721885 -7.141912599999999 -7.141336099999999 -6.791173700000001 -10.245379 -0.79995307 -10.232569 +28 0.21880772 -9.2916935 -3.6013084 1.0922147 -0.89410154 -0.76937292 -0.74691867 -4.120517899999999 -7.441753299999999 -7.0910432 -10.547711 -0.83303625 -10.534915 +29 0.23403707 -5.0571257 0.037906699 0.99704429 -0.78166472 -0.66164511 -0.63924168 -3.1468719 -3.1461045 -6.1593932 -9.6062114 -0.71253252 -9.593508300000002 +30 0.23415199 -5.0571803 0.037714702 0.99704054 -0.78154358 -0.66155561 -0.63915105 -3.1469379 -3.1461514 -2.8375105 -8.5472659 -0.71242945 -6.074258599999999 +31 -1.8948473000000001 -1.2523503 -3.0452894 -2.8552685 0.99278893 1.0982744 1.1575421000000001 -1.1180982 -1.1180308 -0.93849807 -3.3469441 1.4327895 -3.3356519000000002 +32 1.3371836000000001 0.80377475 -4.8087024000000005 -0.42011304 -0.08313598400000001 -0.011934456000000001 0.0098994623 0.66730386 0.66740786 0.49439504 1.7008851999999999 0.033951525 1.6951182 +33 3.2537043999999997 1.8984583 -5.3975813 -0.73922765 4.7922544 0.36243126 0.39492112 1.5595796 1.5598041 1.0517263000000001 2.3699147999999997 0.50206436 2.3799557 +34 4.4437478 2.5965647 -5.4631137999999995 -0.59544179 5.895971 3.948489 -0.31252255 2.0424111000000003 2.0425571 1.2972687 2.5273578999999997 -0.34929746 2.5453490000000003 +35 0.26394218 1.1140277 -0.21076172 -0.44370635 0.73863754 0.86729572 0.92390583 -2.4607808999999996 -2.4622196 -2.1797693 -5.285489900000001 1.1699001 -5.2734716 +36 0.23559186 -5.5412237 -4.8604289000000005 1.060891 -0.84511918 -0.72301435 -0.70074474 -3.6971682 -7.018888499999999 -6.6689704 -10.122 -0.78159979 -10.109197 +37 -0.018716866999999998 0.0022899223 0.53770434 -0.014858033999999999 -0.0040086824 0.0028056132000000003 0.0044233494 0.019043132 0.019085084 -3.3069933 -6.6202318 0.0070023284 -6.607230199999999 +38 -0.01431528 -0.012310603 -0.25704881 0.0050703567 -0.020025344 -0.014930832 -0.013524251999999999 -0.016688841 -0.016687163 -0.013082368999999998 -2.6121967999999995 -0.014172617 -0.08284786200000001 +39 -0.69394862 -0.44114453 -0.13250177 -3.1769875 0.56298114 0.66346518 0.70930468 -0.38001267 -0.3799249 -0.30554514 -1.5392453000000001 0.90813729 -1.5317048999999998 +40 2.8967732999999996 1.6843225 -2.0785871 -4.0623154999999995 6.252993099999999 0.69984658 0.71800274 1.3998716 1.4001766000000002 0.96178571 2.298377 0.87013881 2.3053127 +41 4.4356375 2.5915652999999996 -2.173698 -3.9195917999999996 6.2995468 4.0224203 -0.30461051 2.0402332999999997 2.0403796 1.2962515 2.526801 -0.34027226 2.5447603 +42 -1.8427596000000002 -0.27192973 0.32417094 -3.1957191000000003 1.4137043 1.5827666999999999 1.659984 -3.5816458 -3.5849364 -3.2649839 -6.5731299 1.8431573 -6.5603926999999995 +43 -1.6226283000000001 -5.290891 -3.0295797 -2.1978412 0.59110384 0.63993283 0.66683858 -3.5549470999999997 -6.876536200000001 -6.5269355000000004 -9.978472 0.82619736 -9.9656731 +44 -1.9465183000000001 -1.2071516000000002 1.4416604 -2.9652882000000003 1.0544013 1.1827035 1.2491504999999998 -0.87764948 -0.87743609 -4.0489549 -7.425884299999999 1.5276868000000001 -7.4131829 +45 -1.9444909 -1.2007118 1.4422622 -2.9662641 1.0575928999999997 1.1845238 1.2506923 -0.87219502 -0.87196556 -0.72228198 -5.3349614999999995 1.5288116000000003 -2.8546711 +46 4.7329186 2.7729271 -2.1774507 -0.51875986 2.4187075 -0.94549489 -0.93312946 2.151267 2.1513932999999996 1.3470643 2.5537864 -1.0480328 2.5733227000000003 +47 4.642419 2.7171977000000003 -2.1767871 -0.54470288 2.3939546000000003 2.1932227 -0.66823543 2.1178257 2.1179580000000002 1.3319832 2.5459482999999996 -0.75335476 2.5650195 +48 1.9374334 -0.30678415 0.23470405 0.18596896 -0.087727035 -0.066248019 -0.063561875 -3.6265987999999996 -3.6302252999999998 -3.3098529 -6.623848599999999 -0.073417211 -6.610432799999999 +49 0.75008991 -5.736415099999999 -3.3009144 1.0054766 -2.0244145000000002 -1.8840293999999997 -1.8671964 -3.7873441 -7.1084712 -6.758344999999999 -10.212214999999999 -2.0498053 -10.199435000000001 +50 1.301679 0.81552738 2.265365 -0.48375188 -0.05700983 0.025965078 0.04964606 0.77703971 0.77715488 -2.7521871 -5.9866408 0.082768311 -5.9740578 +51 1.3026666 0.80283996 2.0042638 -0.47278238 -0.066277896 0.012696671000000001 0.037344427 0.75145142 0.75150898 0.55231867 -0.87832834 0.06933531 1.7962303 +52 4.8116804 2.8218772999999997 -2.1775839 -0.49471608 6.0094693 0.6577326 -1.4053446000000003 2.1801136000000003 2.1802338 1.3599181 2.5603540000000002 -1.5632788 2.5802855 +53 1.7332205000000003 -1.1236315000000001 -0.2764221 0.44069502 1.3658397 -1.7694078000000002 -1.7582857 -4.313554 -4.3132845 -3.9802833 -7.3526949 -1.9390881999999998 -7.3399646999999995 +54 0.7902524 -5.7574698 -3.3126522000000005 1.0008357 -0.21582336 -3.1796601000000004 -3.1657294 -3.797484 -7.118581599999999 -6.7684319 -10.222392999999999 -3.3982040999999996 -10.209616 +55 3.2862699 1.9351228999999999 2.6536087999999998 -0.76286876 4.8758952 0.39373269 0.42577081 1.6415089 1.641732 -2.2256827 -5.3442383 0.5383091 -5.3321362 +56 3.2738911 1.9185341 2.0951458 -0.75717769 4.849163900000001 0.38164338 0.4142438 1.6128148000000002 1.6130281000000002 1.0807909 -0.37396834 0.52526078 2.4008477999999998 +57 1.7762282 -0.9291199 -0.15110905 0.38686243 1.4712469 1.4196741000000002 -0.97963207 -4.1509296 -4.1516212999999995 -3.8211258999999997 -7.1822277 -1.1003943999999999 -7.1693413 +58 0.76908166 -5.7463295 -3.3065086999999997 1.0031444 -0.23998255 -0.1386227 -1.9625913000000001 -3.7921406 -7.1132637999999995 -6.7631274999999995 -10.217042 -2.1519527000000003 -10.204262 +59 4.4957711 2.6455822999999996 2.8500871 -0.58631944 5.9173419 3.9559336000000003 -0.31169274 2.1060221 2.1061645 -1.9953001 -5.0444156 -0.34835148 -5.032206200000001 +60 4.4763616 2.6262882000000003 2.1858095 -0.59092279 5.9101254 3.9516153 -0.31217702 2.0826075 2.0827448 1.3159051000000002 -0.25202397 -0.34890039 2.5549465000000002 +61 0.34737492 -6.939337200000001 -6.1105145 1.1969562 -0.86976269 -0.74708361 -0.72388595 -7.234024900000001 -10.555503 -10.202793 -13.668949 -0.8073944 -13.656108999999999 +62 0.23863222 1.1078787 1.0488055 -0.45312666 0.72181578 0.85496916 0.91330376 -2.4477801 -2.448642 -5.488811699999999 -8.923309699999999 1.161355 -8.910701199999998 +63 0.23896404 1.1082475 1.0487571000000002 -0.45318493 0.72222775 0.85612649 0.91476277 -2.4475236000000002 -2.448383 -2.166642 -7.731019099999999 1.1634935 -5.2574592 +64 0.23618778 -5.5276985 -3.1811891 1.0564886999999998 -0.84002861 -0.71800265 -0.69570054 -3.6842107000000004 -7.0054291 -9.9774555 -13.443368 -0.7759257 -13.430562 +65 0.23624573 -5.5276931 -3.1812622000000004 1.0564828000000002 -0.83996385 -0.71793939 -0.69563647 -3.6842129 -7.0054148000000005 -6.655513099999999 -12.567928 -0.77585322 -10.095635000000001 +66 -0.052047415 0.00031401308 1.9316267 -0.066907489 0.015271063 0.027483582000000003 0.031294986000000004 0.10204983 0.10202462 -3.2425933999999996 -9.008939699999999 0.040885842 -6.5357324 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.97217228 1.1841555000000001 -1.2642624 -0.41917732 -0.56968482 -0.51954736 -0.51153452 0.81851254 0.81850354 0.5756867 1.3423596000000002 -0.58353401 1.3477629999999998 +2 -0.041685065 -2.8220848 1.5847973999999998 0.28515281 -0.33632133 -0.23597012 -0.2128091 -0.58499754 -0.5848698 -0.46424907 -2.2930587000000004 -0.22577266 -2.2816981 +3 0.061327705999999996 0.06855613599999999 -2.8228508999999997 0.08584541300000001 -0.025236832999999997 -0.028523327999999997 -0.03013714 -0.13998023 -0.14003496 -0.10772276 -0.50288952 -0.036749191 -0.49905428 +4 -1.8490838 -0.89067211 0.41651117 -3.0519485 1.2515533 1.3257716 1.3769125 -0.48891352 -0.48900299 -0.3858885 -1.954564 1.6081028999999998 -1.9426305 +5 1.3417757 0.78125835 -1.0133889 -0.32774714 -0.16881125 -0.11013317 -0.093789289 0.50707954 0.50709361 0.36818212 1.0309579 -0.09297470699999999 1.0310788 +6 3.3027373 1.9345036 -1.5950681 -0.64911019 4.7481580999999995 0.31548569 0.34487953 1.3866631999999999 1.3867934 0.91426547 1.6688579 0.44051405 1.6846647000000001 +7 4.5112772 2.6528632 -1.6486087 -0.49837304 5.861385299999999 3.9046506 -0.35986468 1.8702621 1.8703238000000002 1.1587455 1.8238648999999998 -0.40726169 1.847557 +8 0.071353768 0.99555702 1.3097733999999999 -0.45138677 0.54432446 0.62393339 0.65987444 -2.5360252 -2.5354672000000003 -2.2153533 -5.848775700000001 0.83134455 -5.8316156999999995 +9 0.29457835 -4.779829599999999 -2.5232695 1.0756251000000001 -0.80048483 -0.68608384 -0.6661121 -3.1846432 -6.5051614 -6.1136981 -10.118655 -0.74718573 -10.100591 +10 -0.28271405 0.058395219000000005 2.8298859 -0.60806405 0.33678514 0.3505068 0.36182133 0.90596571 0.90600973 -2.6906014 -6.446451000000001 0.44394441 -6.4284816 +11 -0.28792858 -0.041642727000000004 2.3805267000000003 -0.45492747 0.17234133 0.20516231 0.22167839 0.66093418 0.66101591 0.47276309 -1.4925104999999999 0.28243489 1.2027843999999999 +12 -1.2998544 -2.2534272 1.4806974 0.30949107 -1.6422072 -1.5109576 -1.4932815000000002 -0.53903007 -0.53891374 -0.42641999 -2.1330258 -1.6577525000000002 -2.1222194 +13 -0.88771578 1.3028158 -4.5932170999999995 -0.43943695 -0.46241331 -0.40892135 -0.3984839 0.87526853 0.87527112 0.6119032 1.3860877 -0.45278023 1.3925212 +14 -3.1689736 -0.14167954 0.22090151 -3.2381297000000004 0.0490703 0.042705044000000005 0.041603306 -0.061249038 -0.06125999099999999 -0.046810539000000005 -0.20543999 0.047147416 -0.20405193 +15 1.1855995000000001 2.7617186 -1.6623276999999999 -0.41435165 -0.23400504 -0.13989211 -0.11251723 1.9378452000000002 1.9379591 1.1897698 1.8404946 -0.10584362 1.8650924 +16 2.1949676 3.6466788 -1.6332772 0.11792311 2.2463300999999998 -1.0896106 -1.078641 2.3891601000000002 2.3892122000000002 1.3765987 1.9280591 -1.2136583 1.9581979 +17 2.0394193 3.4953496 -1.6421308000000001 0.0089036011 2.1923479 2.0202687 -0.75858487 2.3228743 2.3229387000000004 1.351289 1.9172673999999998 -0.85907626 1.9466793999999998 +18 -0.72552651 1.7128435000000002 1.6499152 -0.58763563 -0.14334125 -0.040426203 -0.012124277 -2.0499522 -2.0498187 -1.7595278000000003 -5.215086 0.013263859 -5.197872900000001 +19 -1.4504253999999999 -4.5081931 -2.3780715 1.1428075 -2.6332953 -2.4960812000000003 -2.4825667 -3.0350269 -6.3555743 -5.964664099999999 -9.9670585 -2.7031547000000002 -9.9489921 +20 -1.0219885 1.33202 3.1231668 -0.82980367 -0.20012428 -0.12360325 -0.10486686 1.5149128 1.5149541000000002 -2.3390147 -6.0097614 -0.10514709 -5.9919456 +21 -1.0925221 1.1950674 2.4780435 -0.71294886 -0.39241566 -0.29834255 -0.27388252 1.2672596 1.2673618999999998 0.84761696 -1.1379284 -0.29596585 1.6288714 +22 0.28979293 -3.7361531 -0.41768274 0.86411106 -0.58946102 -0.48734221 -0.46821389 -1.9689903999999998 -1.9689122 -1.6845659 -5.102478 -0.52381306 -5.0852492 +23 -2.0085936999999996 -3.5583754 1.6090502 -2.9450087000000003 0.966308 1.0123138 1.0482212 -0.66102163 -0.66088864 -0.52731578 -2.5401559 1.2795213 -2.5278782000000004 +24 1.0434238999999998 -2.5269205 1.5476952 0.18587102 -0.94077204 -0.81610777 -0.79501831 -0.56279147 -0.56266736 -0.44593951 -2.2167098 -0.89063227 -2.2056446 +25 1.2304995 -2.5026865000000003 1.5445443 0.16452029 1.1224411 -1.9685394 -1.9540942 -0.56144423 -0.56131761 -0.444828 -2.2120042 -2.1493522 -2.2009577 +26 1.1902831 -2.5067819 1.5450455 0.16880574 1.0746639 1.0920322 -1.1683093 -0.56163014 -0.56150508 -0.44498248 -2.2126598 -1.3086003000000002 -2.2016101000000003 +27 0.39558997 -5.917999900000001 -1.8899278000000002 1.1879838 -0.8119748 -0.69750307 -0.67662939 -6.4598092000000005 -6.4582093 -6.0668612 -10.070986 -0.75895673 -10.052975 +28 0.27115392 -8.708357199999998 -3.0942164 1.150662 -0.90080525 -0.78312523 -0.76340455 -3.7807108 -7.1015257 -6.7084095 -10.721357000000001 -0.85650461 -10.70324 +29 -0.10311851 -2.4413994 2.330486 -0.065782059 -0.038426373 0.055497582000000004 0.08131429700000001 0.010165168 0.010352417 -3.313789 -7.1708887 0.12230067 -7.153033199999999 +30 -0.097434232 -2.4750607999999996 2.2634901000000003 -0.034001514 -0.065344143 0.027922485 0.054108535 -0.041505487 -0.041399205 -0.031273257 -2.703205 0.09052982400000001 -0.13945726 +31 -1.8343142 -1.0711831 -2.6417466 -2.825684 1.0266936 1.1251867 1.1820781999999999 -1.0490146 -1.0490495000000002 -0.85794137 -3.5412282999999998 1.4443508999999999 -3.5253141 +32 1.3964907 0.86005397 -4.2913844 -0.32838125 -0.11706512 -0.053230375 -0.034491567 0.50992593 0.50994836 0.37016927 1.0347376 -0.020967221 1.0348483 +33 3.3122219 1.9509951 -4.8838773 -0.64140631 4.7508813 0.31669867 0.34630633 1.3813586000000002 1.3814962 0.91137016 1.6667348999999998 0.44245022 1.6824368000000003 +34 4.506272900000001 2.6514932 -4.940284200000001 -0.49602544 5.857632700000001 3.9038921 -0.35994866 1.8604615000000002 1.8605241999999997 1.1541913000000001 1.8213898999999998 -0.4073567 1.8449408 +35 0.19458421 1.0971844 0.031107713 -0.38664252 0.60603501 0.69569399 0.73618358 -2.5975736 -2.5982873 -2.2750244 -5.9267122 0.92853945 -5.9094698 +36 0.30215701 -4.872365599999999 -4.4051252 1.1241746000000001 -0.84223451 -0.72816715 -0.70877023 -3.2731845 -6.5949976999999995 -6.2033886 -10.209932 -0.79559878 -10.191708 +37 -0.020000597 0.13980818 0.7055808 -0.13347334 0.11734478 0.12194605 0.12495613 0.21895025 0.21895595 -3.1586528 -6.9954328 0.15084074 -6.9771866 +38 -0.013800742 0.059412142 -0.15255342 -0.021160544 0.0075922413 0.01657137 0.02005914 0.02229349 0.02229711 0.016922271000000003 -2.5188504000000003 0.027737827000000003 0.059092858 +39 -0.61329609 -0.24535244 -0.049357610999999996 -3.2367287 0.67848412 0.75208274 0.79165641 -0.18132083 -0.18138575 -0.13991473 -0.66915456 0.99720444 -0.66451093 +40 2.9575994 1.7284833 -1.5733598999999998 -3.9721068999999996 6.2147916 0.65523837 0.67062216 1.2361008 1.2363023000000002 0.8300266 1.602982 0.81212135 1.6158896 +41 4.5025394 2.6472311 -1.6484416000000002 -3.8224926 6.2610257 3.9777791 -0.35204076 1.8667924999999999 1.8668546000000001 1.1571352 1.8229916000000002 -0.39833588 1.8466337 +42 -1.8344685 -0.2509943 0.68742231 -3.2940114 1.5321377 1.7011889999999998 1.7685400000000002 -3.4352503 -3.4357466 -3.0805205 -6.9050178 1.8642981 -6.8875715 +43 -1.5960423000000001 -4.550753599999999 -2.3966324 -2.1864762000000004 0.60727264 0.64805331 0.6727777 -3.0539725 -6.3748806 -5.983899500000001 -9.9866439 0.83271008 -9.9685741 +44 -2.104053 -1.0481903000000001 2.6178604 -3.6863012000000004 1.6616429 1.796519 1.8490893 0.46961752 0.46979839 -2.9793334 -6.7881615 1.8967971000000001 -6.770482799999999 +45 -2.0903288 -1.0910608999999998 2.2611095000000003 -3.5444088 1.5221114 1.6705318999999998 1.7348693 0.24397619 0.2441381 0.18203751 -2.0099426 1.846739 0.61280816 +46 4.802925800000001 2.8361141 -1.6497426 -0.41693772 2.3821942000000003 -0.98863765 -0.97901777 1.9798688999999998 1.9799124 1.2085412 1.8500324000000001 -1.1043902 1.8752636999999999 +47 4.7115928 2.7783826 -1.649821 -0.44429163 2.3577424 2.1504248 -0.7150541 1.9460037000000001 1.9460528000000001 1.1933757999999999 1.8422273999999998 -0.81073294 1.8669930000000001 +48 2.043874 1.6636341000000001 1.5952002 -0.62374597 0.73317476 0.83289137 0.87536236 -2.0873511000000002 -2.0891506 -1.7961695 -5.2692654 1.0860988 -5.251915400000001 +49 0.83568607 -5.0030246 -2.6351517999999996 1.0294321 -1.9655438000000003 -1.8320483 -1.8177081000000002 -3.2997487000000003 -6.620199499999999 -6.2283456 -10.235095 -2.0052057 -10.217037 +50 1.1823112 0.89158921 3.0213856 -0.82480226 0.14306644 0.22764374 0.25574605 1.2994449 1.2995033999999999 -2.4562068 -6.158160700000001 0.33485722 -6.1403428 +51 1.1427899 0.77997224 2.4357094 -0.68630422 -0.020711873000000002 0.080746861 0.11408653 1.0480528 1.048174 0.71910592 -1.2354034 0.17159954 1.5093743 +52 4.885038099999999 2.8875857999999996 -1.6490817999999998 -0.39124318 5.973374199999999 0.61353424 -1.4524723999999998 2.0095151 2.0095526 1.2216548 1.8566666 -1.6210171999999998 1.8822994999999998 +53 2.8595262000000004 1.0627893 1.3223495 -0.53220192 3.9181421000000003 -0.0377501 -0.023561125 -2.4980226 -2.4991197 -2.1814767 -5.8049650999999995 -0.015069023999999999 -5.7870317 +54 0.87936704 -5.0265995000000006 -2.6465721 1.024997 -0.14896727 -3.1248383 -3.1135874 -3.3115512000000003 -6.6319705 -6.2400754 -10.246997 -3.3542837 -10.228942 +55 3.5748504999999997 2.203952 3.3159701 -0.77903042 5.308649 0.47927075 0.503533 1.9322199 1.9323186 -2.1347045 -5.7423264000000005 0.62372562 -5.7248124 +56 3.4497629 2.0783839 2.5601580000000004 -0.75864123 5.1195162000000005 0.4288274 0.45705281 1.7413481 1.7415165000000001 1.0976620000000001 -0.99299888 0.57295068 1.8102868000000003 +57 2.8601273999999997 0.89290486 1.2438267 -0.49391555 3.8649002 3.1857713 -0.46068721 -2.6168902999999997 -2.6172912 -2.2935005 -5.951227200000001 -0.52263914 -5.9334192 +58 0.85709559 -5.0145421 -2.640786 1.0271344999999998 -0.1741362 -0.082677556 -1.933543 -3.3055458 -6.6259924 -6.2341194 -10.240955 -2.1294222 -10.222897 +59 4.860583900000001 2.9885282 3.4745288999999997 -0.39722373 5.9669597 3.9285 -0.35724193 2.2662877 2.2663366000000003 -1.9928375 -5.5494775 -0.40428346 -5.531889 +60 4.7333300000000005 2.8604867 2.6704349 -0.44882094 5.9387305999999995 3.9203165 -0.35814276 2.1322427999999998 2.1323303 1.2744474 -0.9161289 -0.40529116 1.9087534 +61 0.40518536 -6.7102414999999995 -5.9121383000000005 1.2850167 -0.90104061 -0.78460343 -0.76417666 -7.246948700000001 -10.568425999999999 -10.172405 -14.199527999999999 -0.8574694 -14.18128 +62 0.07124252 0.99427473 1.3062538000000001 -0.45080553 0.54359901 0.62328533 0.65918687 -2.5374263999999997 -2.5367837000000004 -5.5385276 -9.5316446 0.83041016 -9.5138274 +63 0.07126155299999999 0.9950138 1.3069534 -0.45098796 0.54380959 0.62348382 0.65943346 -2.5368553 -2.5361559 -2.2160057999999996 -8.31224 0.83082933 -5.8334017 +64 0.29445932 -4.779823400000001 -2.5232197 1.0756316000000001 -0.80061319 -0.68620926 -0.66623902 -3.1846267999999998 -6.505171900000001 -9.435636599999999 -13.461670999999999 -0.74732995 -13.443578 +65 0.29457873 -4.7797712 -2.5231517999999995 1.0756179 -0.8004771 -0.68607616 -0.66610436 -3.1846022 -6.505103599999999 -6.1136404 -12.578192999999999 -0.74717695 -10.100581 +66 -0.28323982 0.058126072 2.8322502 -0.60888634 0.3370924 0.35081564 0.36213955 0.90696361 0.90701068 -2.6899727 -8.9072257 0.44434147 -6.428338200000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.93666671 1.2197751000000001 -0.5022927 -0.29784364 -0.6559914 -0.60401316 -0.59790417 0.5550656 0.55504796 0.37550238 0.63227802 -0.68230302 0.64053038 +2 -0.28716994 -2.8428062 0.56680414 0.23514495 -0.53591599 -0.47258663 -0.46402434 -0.38128363 -0.38126512 -0.28327946 -0.96071524 -0.52845799 -0.95882803 +3 0.26381319 0.36682955 -2.3872584999999997 0.16795864 0.09938829800000001 0.081915008 0.076298108 -0.2314192 -0.23147681 -0.16985476 -0.50179139 0.08222174900000001 -0.50112392 +4 -1.7519377 -0.86951746 0.10927507 -3.1373502999999996 1.4425371999999999 1.5280388 1.5809719 -0.28910324 -0.28914528 -0.21315719 -0.66260006 1.7859182 -0.66180115 +5 1.3791120000000001 0.86782625 -0.3849916 -0.25250424 -0.19468265 -0.13687792 -0.12247035 0.35758461 0.3575935 0.24733778 0.46484787 -0.12927321 0.46939232 +6 3.5365507000000007 2.1959673 -0.83531643 -0.52711887 4.8689774 0.40117419 0.42293899 1.1555204 1.1555886999999998 0.72619818 0.95041187 0.52277672 0.9696892 +7 4.8120503 2.9839125 -0.88446389 -0.33588995 5.984580599999999 3.9878966 -0.28860293 1.6301865 1.6301906000000002 0.95948739 1.0907514999999999 -0.33443813 1.1174777 +8 -0.13031207 0.97099094 2.2971051 -0.84548969 0.74351004 0.7799504 0.8057739 -2.1896917 -2.1896832 -1.8299838 -5.7161465 0.99404559 -5.6973002 +9 0.31593295 -1.4312552 0.2914252 0.17674043 0.1446378 0.23429269 0.25913886 -0.52847676 -3.8492181000000003 -3.4087720999999997 -7.764391000000001 0.33087046 -7.7448822 +10 -0.80621233 -0.27442422 3.7939492999999995 -1.7904071 1.023482 1.025623 1.0482098 1.9358262 1.9357913 -2.2326694 -6.3088041 1.2714215 -6.2891898 +11 -0.60654993 -0.2398548 2.8155848 -1.1925038000000001 0.60609062 0.63383562 0.65924725 1.4137121000000001 1.4137790000000001 0.85796818 -1.7474935 0.82269285 1.0570879 +12 -1.3699542 -1.7836819 0.44688345 0.2208244 -1.6212028 -1.5031709 -1.4893739 -0.32430918 -0.32428295 -0.23970724 -0.76847116 -1.6535360000000001 -0.76774762 +13 -0.66532027 1.5694668999999999 -3.4814538999999995 -0.2883536 -0.38816163 -0.35369565 -0.35010328 0.61541725 0.61536826 0.41339958 0.67515208 -0.40437836 0.68460837 +14 -3.1632732999999997 -0.18850037 0.081959409 -3.2448812 0.059540357 0.051369775 0.049800434000000005 -0.051036560999999994 -0.051047079 -0.03683213 -0.092649755 0.056209813 -0.09281986699999999 +15 1.4274198999999999 3.0319414 -0.9988763 -0.2760782 -0.12695148 -0.05565736 -0.035912859 1.6548900000000002 1.6549334999999998 0.97061546 1.0965822 -0.025624537000000003 1.1236131 +16 2.4826482000000003 3.9802507000000005 -0.98141905 0.3009739 2.3552417 -1.0070435 -1.0046027 2.1074011 2.1073866000000003 1.1553178999999998 1.1817408999999999 -1.1377667999999999 1.2142152 +17 2.3176412 3.8135148 -0.98790192 0.17943403 2.3047561 2.106132 -0.68547938 2.0389367 2.038934 1.1295571000000002 1.1709135 -0.78416979 1.2026529 +18 -0.65072052 2.0333603 2.5522517999999996 -0.78512885 0.13746241 0.21572906 0.23905711 -1.8169215 -1.8170668 -1.490846 -5.139695 0.30428354 -5.121233599999999 +19 -0.91656343 -1.1573478000000001 0.41287701 0.13105405 -1.0711058 -0.95575252 -0.94071859 -0.38758745 -3.708278 -3.2717739 -7.6070782999999995 -1.0575542 -7.587594900000001 +20 -1.2113254 1.2833293 3.8691125 -1.44848 0.24115111 0.29026464 0.30663842 2.0489058 2.0488706000000003 -2.1886028 -6.2474903 0.37779289 -6.2279063 +21 -1.2187421999999999 1.1527023 2.8679188 -1.1022829 -0.12271294 -0.043064509 -0.01986918 1.6156952 1.6157486 0.95299939 -1.7037175 -0.0018578742 1.1129073999999999 +22 0.48175673 -2.4961099 -0.70312746 0.67375373 -0.19657884 -0.13163689 -0.120197 -1.1066446 -1.1066542 -0.86991955 -3.6665160000000006 -0.13147974 -3.6505818 +23 -1.9266936999999997 -3.6520745999999997 0.59686063 -3.0337476000000003 1.1419774999999999 1.1718925 1.2056483 -0.41358328 -0.41357774 -0.30816821 -1.0784014 1.4514703000000002 -1.0757275 +24 0.88487859 -2.0907215 0.4929786 0.14392983 -1.0469556 -0.93915259 -0.92416307 -0.3480544 -0.34803012 -0.25781304 -0.84611074 -1.0379040000000002 -0.84495793 +25 1.4915722 -1.8129756000000001 0.45648098 0.07621352099999999 1.4955846000000002 -1.6502192 -1.6387088 -0.32960135 -0.32957325 -0.24373 -0.7853449 -1.8139855 -0.78455838 +26 1.5433504999999998 -1.7808798 0.45119682 0.068015008 1.5610986999999998 1.5259227 -0.91889595 -0.32752343 -0.3274963 -0.24214754 -0.77862462 -1.0384388 -0.77787972 +27 -0.11451715 -1.8605458 1.7816471999999999 -0.4172801 0.313282 0.3984826 0.42692014 -2.9117683 -2.9111757000000003 -2.5055117 -6.673412299999999 0.53670156 -6.654182799999999 +28 0.43428641 -6.119508799999999 -0.87182816 0.83318675 -0.40874607 -0.32121097 -0.30666097 -1.8322683000000002 -5.1524864 -4.6889737 -9.159158999999999 -0.34397123 -9.139517699999999 +29 -1.1413196 -2.8648126 3.7515264999999998 -1.9348011999999999 0.8203803 0.82414662 0.83921384 1.8715479 1.8715191000000002 -2.2586543 -6.3446011 1.0154144 -6.3249922 +30 -0.89976651 -2.8268609000000002 2.8088438 -1.2120808 0.32050825 0.37690421 0.40132133 1.2952727 1.2953704 0.79900761 -1.7773963 0.50339295 1.0192037 +31 -1.616933 -0.65873594 -2.3249506 -2.8031466 1.2311093000000002 1.319167 1.372391 -0.88218729 -0.88224253 -0.68259982 -2.9792655 1.6277244 -2.9654092 +32 1.6144495 1.1400028 -3.1815661 -0.19170534 -0.030799821 0.01396532 0.026084358999999998 0.29684189 0.29681861 0.20662627 0.40284095 0.041493765 0.40642592 +33 3.5720343 2.2521967000000003 -3.8636907 -0.484763 4.858733900000001 0.39711143 0.41814483 1.1121938 1.1122569 0.70294913 0.93394036 0.51603731 0.95246554 +34 4.7791748 2.9638702 -3.9616248999999994 -0.32989247 5.9653468 3.9839620000000004 -0.28903842 1.5770118999999998 1.5770072 0.93526697 1.0779558 -0.33494115 1.1039495000000001 +35 0.34648791 1.3224638000000002 -0.23560819 -0.30203644 0.6750037 0.71358717 0.7359129 -2.7664265 -2.7668585 -2.3687671000000003 -6.4933275 0.9014591 -6.4741249000000005 +36 0.58656149 -3.3295866999999997 -4.4461732000000005 1.1772133 -0.60461252 -0.52312419 -0.51278808 -2.3551377999999996 -5.677079900000001 -5.2092215 -9.703114999999999 -0.58269347 -9.6829344 +37 0.16946619 0.46600215 0.15071736 -0.15944451 0.34058112 0.31572952 0.3112894 0.26902774 0.26897082 -3.1342114 -7.4474464000000005 0.36159588 -7.427334299999999 +38 0.18114978 0.4009867 -0.4250016 -0.039318975 0.22814672 0.20927633 0.20653761 0.079500175 0.07946231599999999 0.056536614000000006 -2.5307364 0.23921411 0.12330712 +39 -0.5283939 -0.14235828 -0.12889516 -3.2701861 0.79642769 0.87715171 0.92000719 -0.10835235 -0.10838276 -0.07857646900000001 -0.20662844 1.1530577 -0.20703005 +40 3.2378501 2.0173549 -0.83447049 -3.8563365 6.323048 0.73517387 0.74196588 1.0408826 1.0410042 0.66409667 0.90555661 0.88503544 0.9227081 +41 4.8047061 2.9786872000000004 -0.88403635 -3.6600623 6.3665306 4.0573382 -0.28118455 1.6272799999999998 1.6272845 0.95817713 1.0900708000000001 -0.32598334 1.1167566999999998 +42 -1.7412143 -0.087128581 2.0807528000000004 -4.0363394999999995 2.4597371 2.4689836 2.4075201 -2.5091827999999996 -2.509282 -2.1262898999999997 -6.158535700000001 2.1122632 -6.139892400000001 +43 -1.7877159 -1.5691843 0.23840322 -3.0601798 1.3207238000000001 1.357672 1.3926129999999999 -0.58993285 -3.9113986000000005 -3.4693214 -7.8332318 1.6247573999999998 -7.8137216 +44 -2.0202991000000003 -1.2413163999999999 3.7720773000000003 -5.1919818 3.5187277999999997 3.1302646000000003 2.7736541 1.9009482 1.900923 -2.2466738 -6.3281004 2.1680068 -6.308513400000001 +45 -2.0415951 -1.2632451 2.7772349 -4.5003585 2.6429952 2.5884392999999997 2.4876519 1.3223318000000002 1.3224347 0.81271358 -1.7701965 2.1271828 1.0282881 +46 5.1116022 3.1847494 -0.88863032 -0.23926914 2.4981456000000004 -0.90050048 -0.89909273 1.7391558 1.7391419 1.0075631 1.1149996000000002 -1.0217611999999998 1.1431937 +47 5.0186163 3.1219706 -0.88790325 -0.27133017 2.47526 2.2406094 -0.64065927 1.7057259999999999 1.7057177 0.99302978 1.1078139 -0.73431379 1.1355671 +48 1.6302576000000002 1.8798831000000003 2.5076267999999997 -0.84222582 0.57710698 0.65949803 0.69274028 -1.8742773999999998 -1.8747213 -1.5427316999999998 -5.2341375 0.86357293 -5.215727200000001 +49 1.4356925 -1.641231 0.19557066 0.15970581 -0.53138028 -0.42438053 -0.40663685 -0.6392299 -3.9598409 -3.5165568 -7.8866886 -0.45563797 -7.867157499999999 +50 0.91472756 0.80161944 3.8393837 -1.6156124 0.6254638 0.68635724 0.71517498 2.0050171999999997 2.0049858 -2.2054505 -6.2710026 0.88735202 -6.251421 +51 0.98384799 0.75801115 2.8490745 -1.178328 0.29591072 0.38454038 0.41915198 1.5457139 1.5457808000000002 0.92088391 -1.7179046999999998 0.53865959 1.094753 +52 5.2013203 3.2436605 -0.88717598 -0.20773974 6.0888615 0.69494674 -1.3803311000000003 1.7700049999999998 1.7699852999999999 1.0208051 1.1214393 -1.5472602 1.1500336000000002 +53 3.5762662000000005 2.4896543999999996 2.6463306 -0.69553335 5.1705195999999995 0.490731 0.50521819 -1.6596258000000002 -1.6605743000000002 -1.3509319 -4.8696638 0.61158659 -4.8513971 +54 1.6088645000000001 -1.7135682 0.16439698 0.15901135 1.5334216999999999 -1.6155255 -1.6055831 -0.67545171 -3.9958854 -3.5516973 -7.926272999999999 -1.7802348000000001 -7.9067629 +55 4.2202361 2.799402 4.0105033 -0.71925517 5.8666583 0.65728536 0.66723595 2.2394423 2.2394189 -2.1190332 -6.1490808 0.79967155 -6.129618700000001 +56 3.9559379 2.5547023999999996 3.0020872000000005 -0.73938656 5.673964499999999 0.61587042 0.62933441 1.9464872 1.9465557 1.0936264 -1.6476042000000002 0.75885487 1.1851732 +57 4.0917327000000006 2.4504589 2.6372682999999997 -0.72494852 5.7774124 3.946439 -0.29314442 -1.6737017 -1.6741381999999998 -1.363017 -4.894011099999999 -0.33962797 -4.875674500000001 +58 1.5704761999999999 -1.6963987 0.17168727 0.15920184 1.4913361 1.4639651000000002 -0.94843666 -0.66695647 -3.9874495000000003 -3.5434736000000004 -7.917023299999999 -1.0719515 -7.8975054 +59 5.589176999999999 3.7661949 4.132776600000001 0.014377416 6.137739099999999 4.0202499 -0.28505316 2.3827279999999997 2.3826926 -2.0705311 -6.0793954 -0.33042214 -6.059917400000001 +60 5.3477544 3.5005405 3.1528833 -0.1431248 6.1143662 4.0131407999999995 -0.28583836 2.1926349 2.1926484 1.186376 -1.615485 -0.33130298 1.2269889999999999 +61 0.65661998 -5.7161537000000004 -4.8905398 1.394666 -0.75483991 -0.66491593 -0.65301647 -6.870576799999999 -10.191966 -9.7133791 -14.256885 -0.73990217 -14.236795 +62 -0.13168826 0.96904456 2.2971961 -0.8459575 0.74255313 0.77941558 0.8053022 -2.1904752999999997 -2.1903612999999997 -5.1525324 -9.6440731 0.99355266 -9.6241147 +63 -0.13148184 0.96954302 2.297414 -0.84598832 0.74280301 0.77962345 0.80554863 -2.1902149 -2.190075 -1.8303414 -8.1819773 0.99392039 -5.6995663 +64 0.31470311 -1.4268747 0.29709862 0.17426561 0.14592361 0.23531789 0.26009956 -0.52420712 -3.8449775 -6.7265744000000005 -11.254092 0.3319393 -11.234287 +65 0.31588309 -1.4269575 0.2967487 0.17434192 0.14706696 0.23652786 0.26135916 -0.52442357 -3.8451166 -3.4047817000000005 -10.220699 0.33350699 -7.7407495 +66 -0.81322858 -0.27776489 3.8220812000000004 -1.8087165 1.0353886 1.0366578000000002 1.0592052 1.9488223000000002 1.9487865000000002 -2.2274991 -8.7649875 1.2834202 -6.283178299999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.93628457 1.2212208999999998 -0.5049008 -0.29873136 -0.65472458 -0.6023759 -0.59609144 0.55677807 0.55676022 0.37658467 0.63352712 -0.68005105 0.64181108 +2 -0.28720559 -2.8420806 0.56870763 0.23569032 -0.53653223 -0.47277426 -0.46405057 -0.38213881 -0.38212035 -0.2839353 -0.96371553 -0.52828295 -0.96180606 +3 0.26401415 0.36672352 -2.3970853 0.1674538 0.10012302 0.082753695 0.077187435 -0.23057262 -0.2306301 -0.16921946 -0.49949522 0.083317666 -0.49883761 +4 -1.7542005 -0.86931698 0.10945123 -3.1366403999999997 1.4393957 1.5239301 1.5767058999999999 -0.28979454 -0.28983702 -0.2136805 -0.66467609 1.7825648999999997 -0.66385939 +5 1.3781745 0.86717602 -0.38620134 -0.25268982 -0.19560169 -0.13758146 -0.12308274 0.35789287 0.35790155 0.24754093 0.46513024 -0.12984844 0.46967966 +6 3.5314506000000003 2.192042 -0.83629223 -0.52728938 4.8626762999999995 0.39836972 0.42043023 1.1544643 1.1545326999999999 0.72563066 0.94999319 0.52018596 0.96925035 +7 4.8084773 2.9806708 -0.88552204 -0.33640926 5.981832499999999 3.9863411 -0.2897834 1.6297633999999999 1.6297678999999998 0.95929019 1.0906245 -0.33542074 1.1173423 +8 -0.13227915 0.96770699 2.2978034 -0.84487034 0.7408356 0.77729951 0.80308783 -2.1909882 -2.1909757 -1.8311669999999998 -5.718013200000001 0.99068733 -5.6991692 +9 0.31278978 -1.4372805 0.29081622 0.1782462 0.13983334 0.23031538 0.25539645 -0.53164902 -3.8523843 -3.4118456 -7.7679070999999995 0.32672722 -7.7484016 +10 -0.80707776 -0.27477891 3.7957316 -1.7893922999999998 1.0215555 1.0229873999999999 1.0453108 1.9351644000000001 1.9351300999999999 -2.2329412 -6.3091879 1.2676698 -6.2895765 +11 -0.60691825 -0.24070161 2.8153482999999997 -1.1905948 0.60374585 0.63099031 0.65617556 1.4117471000000001 1.4118145 0.85700358 -1.7479908 0.81853653 1.0564628 +12 -1.3661969999999999 -1.7816035 0.44800405 0.22114717 -1.6177798 -1.4992808000000002 -1.4852743999999998 -0.32498156 -0.32495544 -0.24021818 -0.77060277 -1.6489353 -0.76986411 +13 -0.66650102 1.5686949 -3.4924388 -0.28913503 -0.38858909 -0.35349935 -0.34967239 0.61667263 0.61662396 0.41418082 0.67599763 -0.40360647 0.68547574 +14 -3.1632445 -0.18754967 0.081837468 -3.2450203999999996 0.059720391 0.051629336 0.05009189 -0.050916987000000004 -0.050927485 -0.036745221 -0.09241901300000001 0.056586183 -0.092588755 +15 1.4243482 3.0291873 -0.99926114 -0.27639604 -0.1297545 -0.057640011 -0.037620689 1.6547740000000002 1.6548178 0.97055706 1.0965276000000002 -0.027264779 1.1235543 +16 2.4796138 3.9771912000000005 -0.98129247 0.30038534 2.3526997000000005 -1.0086422 -1.0058931 2.1072354 2.1072214 1.155248 1.1816857 -1.1388713 1.2141555 +17 2.3146196 3.8105431000000003 -0.98789178 0.17892241 2.3021407000000003 2.1044592 -0.68671862 2.0387918999999997 2.0387897 1.1294936000000002 1.1708604999999999 -0.78521898 1.2025955 +18 -0.65412266 2.0300214 2.5533137000000004 -0.78519321 0.13401271 0.21299637 0.23654684 -1.8177883000000001 -1.8179322 -1.4916188999999997 -5.1411242999999995 0.30159659 -5.1226641 +19 -0.92000524 -1.1635948999999999 0.41223323 0.13265914 -1.0762673 -0.95995852 -0.94462978 -0.39080532 -3.7114910000000005 -3.2748847000000003 -7.610686900000001 -1.0615567 -7.5912066 +20 -1.2135280000000002 1.2813567 3.8709281000000004 -1.4479853 0.23836817 0.28821778 0.30482813 2.0483806 2.048346 -2.1888107000000003 -6.247788900000001 0.37594964 -6.2282079 +21 -1.2207021999999998 1.1507098 2.867441 -1.1010587 -0.12599214 -0.045644888 -0.022230909 1.6140932 1.6141471 0.95226693 -1.7040612000000002 -0.0043413135 1.1124736000000002 +22 0.47353739 -2.5001947 -0.70038871 0.67414715 -0.2054453 -0.13982888 -0.12825381 -1.1071652 -1.1071742 -0.870355 -3.6678851000000003 -0.14064226 -3.6519498 +23 -1.9279025 -3.6478112 0.59867475 -3.0331229 1.1401077 1.1701131999999999 1.2039071000000001 -0.41449914 -0.4144937 -0.30887426 -1.0817872 1.4495746999999999 -1.0790870000000001 +24 0.88644458 -2.0906191 0.49461616 0.14420946 -1.0458519 -0.93762267 -0.92244898 -0.34890725 -0.34888311 -0.25846383 -0.84893937 -1.0357984 -0.84776638 +25 1.4894711999999999 -1.8160545 0.45844164 0.076880839 1.492701 -1.6525211 -1.6408531000000002 -0.33066751 -0.33063963 -0.24454152 -0.7887742 -1.8161006999999998 -0.78796466 +26 1.5404185 -1.7843726000000002 0.45320827 0.068789313 1.5571868999999998 1.52263 -0.92094053 -0.32862402 -0.32859711 -0.24298502 -0.78215235 -1.04043 -0.78138395 +27 -0.11567177 -1.8648166000000002 1.7811111000000002 -0.4152901 0.31003407 0.39617789 0.42491237 -2.9146406000000002 -2.9140447 -2.5082303 -6.6769493 0.53469691 -6.657722200000001 +28 0.43222069 -6.1258676 -0.87279781 0.83395971 -0.41167282 -0.323207 -0.30834948 -1.8357206999999998 -5.155935700000001 -4.6923769 -9.162757899999999 -0.34553917 -9.1431196 +29 -1.1428513 -2.8661383999999996 3.7532273999999997 -1.9338088 0.81777626 0.82192491 0.83709415 1.8706858 1.8706576000000001 -2.259015 -6.3451045 1.0129738000000001 -6.3254985999999995 +30 -0.90073227 -2.8283941 2.8084782 -1.209622 0.31697271 0.37386942 0.39841229 1.2927027 1.292801 0.79769553 -1.7781146 0.50004507 1.018303 +31 -1.6188658999999999 -0.66057079 -2.3370602000000003 -2.8018053 1.2276631000000002 1.3143049 1.3671684 -0.88371763 -0.8837729 -0.68385988 -2.9845482999999997 1.6227272 -2.9706611 +32 1.61294 1.1387358 -3.19195 -0.19220989 -0.031967824 0.013151145 0.02540195 0.29758464 0.29756146 0.20712601 0.40361863 0.04087179 0.40721446 +33 3.5663708 2.2479799 -3.8707895 -0.48502282 4.8517209 0.39407064 0.41540804 1.1110862 1.1111495 0.70234625 0.93348447 0.5131836 0.95198813 +34 4.775453099999999 2.9605513 -3.9680144999999998 -0.330463 5.9625277 3.9823917 -0.29022054 1.5766401 1.5766358 0.93508991 1.0778371 -0.33592554 1.1038229 +35 0.34288054 1.3168534 -0.23392983 -0.30166301 0.67086327 0.70958529 0.73184583 -2.7683120999999997 -2.7687329 -2.3705297 -6.4956899 0.89631458 -6.4764925 +36 0.57483499 -3.3304901 -4.4421766 1.1774809 -0.61688907 -0.53464175 -0.5241627 -2.3544433 -5.676382599999999 -5.2085209 -9.702402900000001 -0.59536083 -9.6822257 +37 0.16860172 0.46427329 0.15414133 -0.16001823 0.34029822 0.31566932 0.31129011 0.26958105 0.26952478 -3.1338357000000006 -7.447016199999999 0.36162573 -7.4269077999999995 +38 0.18061588 0.39937991 -0.42503949 -0.039332986 0.22762065 0.20893908 0.20624786 0.079350186 0.079312818 0.056431484000000004 -2.5309346 0.23890048 0.12308383 +39 -0.53009295 -0.14236399 -0.12961913 -3.2698317 0.79425386 0.87477103 0.91758233 -0.10862772 -0.10865848 -0.07877874900000001 -0.20721629 1.1501412 -0.20761435 +40 3.2328166 2.013725 -0.83576738 -3.8563959000000003 6.320511499999999 0.73366954 0.74077354 1.0399462 1.0400679 0.66357527 0.9051403 0.88403934 0.92227268 +41 4.8014657 2.9757212 -0.88514283 -3.6604597 6.3641265 4.0558539 -0.28235721 1.6270089 1.6270138 0.95804834 1.0899793 -0.3269569 1.1166588 +42 -1.7445477999999999 -0.090549517 2.0810937 -4.0351723 2.4547752 2.4653577 2.4048031 -2.5109977999999997 -2.5110947999999995 -2.1279787 -6.1609482 2.110979 -6.1423065 +43 -1.789897 -1.5747088 0.237973 -3.0588186 1.3170293 1.3547712 1.389976 -0.59288986 -3.9143498999999995 -3.4721892999999997 -7.836495299999999 1.622475 -7.8169881 +44 -2.026204 -1.245295 3.7737519 -5.191128 3.5100025 3.1245808 2.7706576000000003 1.9000818 1.9000571 -2.2470322 -6.328602200000001 2.1668159 -6.309018 +45 -2.0468963 -1.2667981000000001 2.7766721000000003 -4.4979068 2.633978 2.5812999 2.4826394 1.3197197 1.3198231000000002 0.81139206 -1.7709076000000001 2.1255161 1.0273954 +46 5.1084368 3.1816519 -0.88959707 -0.2397778 2.4956261000000004 -0.90208501 -0.90037135 1.7388514 1.738838 1.0074246 1.1149067 -1.0228556 1.1430942 +47 5.015353299999999 3.1188471 -0.88890235 -0.27183667 2.4726982000000004 2.2389810000000003 -0.64187956 1.7053961 1.7053881999999998 0.99287855 1.1077136 -0.73534226 1.1354598 +48 1.6262596 1.8761153999999998 2.5084833 -0.84224349 0.57323231 0.65623999 0.68966428 -1.8753724999999999 -1.8758127 -1.5437115 -5.2358989000000005 0.86012984 -5.217489700000001 +49 1.4319758 -1.6476256 0.19473983 0.16126967 -0.53660253 -0.42863236 -0.41060002 -0.64264828 -3.9632535000000004 -3.5198767 -7.890448200000001 -0.45981672 -7.870920299999999 +50 0.91198111 0.79939828 3.8411657 -1.6150628 0.62220435 0.68340965 0.71231387 2.0043971999999997 2.0043663 -2.2056988 -6.2713563 0.88401499 -6.2517777 +51 0.98141205 0.75559696 2.8487240000000003 -1.1769372 0.29214216 0.38107805 0.41576184 1.5439138000000001 1.5439812 0.92004029 -1.7183113999999997 0.53465783 1.0942399 +52 5.1982186 3.2405743 -0.88812173 -0.20825537 6.0863787 0.6934477 -1.3815138 1.7697165000000001 1.7696971999999997 1.0206749 1.1213513000000002 -1.548245 1.1499393 +53 3.5716398000000003 2.486192 2.6474026000000004 -0.69589424 5.1653983 0.48846575 0.50327246 -1.6604021 -1.6613485000000001 -1.3516146999999998 -4.8710378 0.60969854 -4.8527727 +54 1.6049209 -1.7199546000000001 0.16354925 0.16057907 1.5275432 -1.6199136 -1.6096648999999998 -0.67888529 -3.9993137 -3.5550346 -7.9300406 -1.7843106 -7.9105338000000005 +55 4.213530400000001 2.7940918999999997 4.0120549 -0.72115746 5.8626239 0.65548088 0.66575765 2.2387105 2.2386877999999997 -2.1192982999999996 -6.1494661 0.79835229 -6.130006900000001 +56 3.948781 2.5490347 3.0012229 -0.74069432 5.6682644 0.6136802 0.62750097 1.9447158 1.9447849 1.0929148000000002 -1.6478916000000001 0.7571479 1.1848075 +57 4.088030799999999 2.4469036 2.6383053 -0.72536077 5.7742499 3.944782 -0.29433658 -1.6745256000000002 -1.6749613 -1.3637442 -4.895463200000001 -0.34062372 -4.877128099999999 +58 1.5665497 -1.7027781000000002 0.17084679 0.16076967 1.4854843999999998 1.4594383 -0.95105751 -0.67038261 -3.9908704 -3.5468032 -7.9207849 -1.0745142 -7.901270299999999 +59 5.5853412 3.7624763 4.1345255 0.013298349 6.1352291 4.0187459 -0.28622795 2.3823626 2.3823277000000003 -2.0706604 -6.0795894 -0.33139812 -6.0601145 +60 5.34333 3.4962758999999997 3.1521383 -0.14441748 6.111732 4.0116136 -0.28701568 2.1916772 2.1916912999999996 1.1860251 -1.6156281000000001 -0.3322818 1.2268093999999998 +61 0.65391797 -5.7201868 -4.8899549 1.3943258 -0.75727845 -0.66644034 -0.65423086 -6.871770599999999 -10.193159 -9.714563900000002 -14.258087 -0.74092249 -14.237998999999999 +62 -0.13364981 0.96574282 2.2978572 -0.84532201 0.73986762 0.77674296 0.8025902 -2.191793 -2.1916751 -5.1537352 -9.645335699999999 0.99015629 -9.625380900000001 +63 -0.1334467 0.96625452 2.2980814 -0.84535625 0.74011755 0.77696149 0.80285132 -2.1915266 -2.1913827 -1.8315386000000002 -8.183858500000001 0.99054857 -5.701455 +64 0.31156529 -1.4329089 0.29647406 0.17577955 0.14111537 0.23133799 0.2563548 -0.52738958 -3.848154 -6.729657700000001 -11.257228 0.32779342 -11.237427 +65 0.31274228 -1.4329937 0.29612613 0.17585551 0.14225666 0.23254569 0.25761203 -0.52760603 -3.848293 -3.4078649 -10.224224000000001 0.32935788 -7.7442803 +66 -0.81411686 -0.27811197 3.8239017 -1.8077179 1.0334550999999998 1.0340132 1.0562976 1.9481831000000003 1.9481479 -2.2277606 -8.765356500000001 1.2796749 -6.283550900000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.93630243 1.2213123 -0.50509965 -0.29878931 -0.6546858 -0.60230376 -0.59600425 0.55688102 0.55686315 0.37665059 0.63361251 -0.67993244 0.64189824 +2 -0.28728153 -2.8420811 0.56883934 0.2357078 -0.53662777 -0.47281631 -0.46407285 -0.38219104 -0.38217258 -0.28397587 -0.96391778 -0.5282828 -0.96200673 +3 0.26407861 0.36673926 -2.3973136000000004 0.16739715 0.10024893 0.082872262 0.077304242 -0.23047216 -0.2305296 -0.16914439 -0.49923319 0.083449985 -0.49857682 +4 -1.7544147 -0.8693506 0.10951668 -3.1365842999999995 1.4391041 1.5235101999999998 1.5762627 -0.28982687 -0.28986938 -0.21370544 -0.66478803 1.7822354 -0.66396989 +5 1.3780481000000002 0.86709484 -0.38627337 -0.25268957 -0.19573647 -0.13770093 -0.12319622 0.35788861 0.35789727 0.24753853 0.46513298 -0.12997035 0.46968221 +6 3.5310102999999997 2.1917623 -0.83641043 -0.5273116 4.8621298 0.39814847 0.42023611 1.1543739 1.1544421999999999 0.72558409 0.94997232 0.51999054 0.96922767 +7 4.8081703000000005 2.9804513 -0.88565183 -0.33646823 5.9816188 3.9862372 -0.28985228 1.6297286 1.6297331 0.95927693 1.0906306000000001 -0.33546486 1.1173475 +8 -0.13243123 0.96751086 2.2978188999999998 -0.84483135 0.74063806 0.77711224 0.8029016 -2.1910769 -2.1910641 -1.8312501 -5.7181378 0.99045752 -5.6992937999999995 +9 0.31251917 -1.4376871 0.29073323 0.17835323 0.13944261 0.22999522 0.25509716 -0.53188053 -3.8526152999999996 -3.4120727 -7.768157 0.32639808 -7.7486516000000005 +10 -0.80712346 -0.27472517 3.795832 -1.7893188000000002 1.021434 1.022791 1.0450879000000002 1.9351252 1.935091 -2.2329539 -6.3091981 1.2673718999999999 -6.2895867999999995 +11 -0.6069249 -0.24070544 2.8152836 -1.1904496999999998 0.60358985 0.63077857 0.65594069 1.4116017 1.4116692 0.85693469 -1.7480115 0.81820653 1.056432 +12 -1.3661629 -1.7816036 0.44810138 0.22116061 -1.6177645 -1.4992115 -1.4851839 -0.32503144 -0.32500532 -0.24025654 -0.7707766 -1.6488137999999999 -0.77003669 +13 -0.66662773 1.5686393 -3.4930059 -0.2891907 -0.38866367 -0.35352436 -0.34967909 0.616749 0.61670035 0.41422933 0.67606012 -0.40359071 0.68553939 +14 -3.1632094 -0.18739726 0.08177274 -3.2450398999999996 0.059771844000000005 0.051688902 0.050155596 -0.05089194599999999 -0.050902450999999994 -0.036727151 -0.092373321 0.056665678 -0.092542907 +15 1.4240482 3.028975 -0.99932787 -0.27645198 -0.1299996 -0.057812759000000005 -0.037768794 1.6547463 1.6547901000000003 0.97054715 1.0965354999999999 -0.027405702 1.1235614999999999 +16 2.4793626 3.9769919999999996 -0.98132778 0.30031839 2.3525077999999997 -1.0087504 -1.0059732 2.1072269 2.1072129 1.155248 1.1816993999999998 -1.1389278999999999 1.2141688 +17 2.3143569 3.8103382000000003 -0.98793595 0.17885328 2.3019381 2.1043411 -0.68679433 2.0387793000000003 2.0387771 1.1294918 1.1708733 -0.7852708 1.2026079 +18 -0.65439435 2.0298119999999997 2.5533589 -0.78520868 0.13374745 0.21279447 0.23636563 -1.8178456000000003 -1.8179894 -1.4916718999999998 -5.141218 0.30140832 -5.1227577 +19 -0.92028841 -1.1640248 0.41214529 0.13277415 -1.0766742 -0.96028194 -0.94492637 -0.39104364 -3.711729 -3.2751179 -7.610947500000001 -1.0618527 -7.5914674 +20 -1.2137044 1.2812678 3.8710336000000005 -1.4479538 0.23815356 0.28806129 0.30469084 2.0483529 2.0483183 -2.1888182 -6.2477921 0.37581058 -6.2282113 +21 -1.220872 1.1505943 2.8673517000000004 -1.1009695 -0.12626037 -0.04585791400000001 -0.022426281 1.6139713 1.6140252 0.95221406 -1.7040707 -0.0045471482 1.1124568000000001 +22 0.47240525 -2.5005541 -0.7002198 0.67422203 -0.2066872 -0.1410288 -0.12945398 -1.1072162 -1.1072252 -0.87039921 -3.6680311000000003 -0.14203133 -3.6520955 +23 -1.9280319 -3.6476437000000006 0.59880293 -3.0331017000000005 1.1399531999999999 1.1699866 1.2037913 -0.41455333 -0.41454789 -0.30891659 -1.0820083999999999 1.4494614 -1.0793065 +24 0.88641252 -2.090678 0.49473461 0.14421824 -1.0459023 -0.9376202 -0.92242612 -0.34896194 -0.3489378 -0.25850604 -0.84913776 -1.0357478 -0.84796328 +25 1.4892786 -1.8162523000000002 0.45857244 0.076906655 1.4924727 -1.6526835 -1.6409958999999998 -0.33073249 -0.3307046 -0.24459142 -0.788999 -1.8162293999999999 -0.78818787 +26 1.5401885 -1.7845886000000002 0.45334076 0.068819924 1.5569121000000001 1.5224211 -0.92106263 -0.32869061 -0.3286637 -0.24303613 -0.78238145 -1.0405358 -0.78161145 +27 -0.11571911 -1.8650645000000001 1.7810289000000001 -0.41514755 0.30983852 0.39607404 0.42483964 -2.9148519 -2.9142557 -2.5084329 -6.6772041 0.53465156 -6.657977099999999 +28 0.43199251 -6.1262935999999995 -0.87290728 0.83401573 -0.41196538 -0.32341933 -0.30853526 -1.8359732 -5.156187999999999 -4.6926288000000005 -9.1630136 -0.34571918 -9.143375500000001 +29 -1.1429678 -2.8661822999999997 3.7532973 -1.9337263 0.81756849 0.82177077 0.83695714 1.8706174999999998 1.8705893 -2.2590402000000003 -6.3451317000000005 1.0128306999999999 -6.325525900000001 +30 -0.9008314 -2.8284719 2.8084536 -1.2094773 0.31672096 0.37367638 0.39823732 1.2925431 1.2926414 0.79761625 -1.7781436999999998 0.4998575 1.0182619000000002 +31 -1.6190167 -0.66070239 -2.3373266 -2.8016807 1.2273682 1.3137356000000002 1.3665249 -0.88375646 -0.88381174 -0.68389312 -2.9847021000000002 1.6221041 -2.9708125 +32 1.6127778999999998 1.1386307 -3.1923672 -0.1922314 -0.032116112 0.013013222 0.025267269 0.29761919 0.29759601 0.2071497 0.40366167 0.040718813 0.40725788 +33 3.5657437999999995 2.2475953 -3.8712627 -0.48504943 4.8509011 0.39375789 0.41512332 1.1109331 1.1109963999999999 0.70226508 0.93343749 0.51288087 0.95193823 +34 4.7750937 2.9603046 -3.9684812000000007 -0.33053296 5.9622907 3.9822830000000002 -0.29028994 1.5765961000000002 1.5765919 0.93507203 1.0778404 -0.33597025 1.1038252 +35 0.34256442 1.3163432 -0.23391716 -0.3016055 0.67047372 0.70918482 0.73142902 -2.7685348999999997 -2.7689543 -2.3707407000000003 -6.495964 0.89576977 -6.476767 +36 0.57308396 -3.3303396 -4.4418185 1.1775514999999999 -0.61875089 -0.5364484 -0.52596923 -2.3543211 -5.6762599 -5.208401599999999 -9.7022694 -0.59739541 -9.6820925 +37 0.16863961 0.46425361 0.1543877 -0.16008566 0.34040914 0.31576851 0.3113843 0.26967041 0.26961418 -3.1337745999999997 -7.4469356 0.36172316 -7.426827499999999 +38 0.18066065 0.39934965 -0.42496252 -0.039366377 0.22770345 0.20900927 0.20631273 0.07939977599999999 0.079362454 0.05646672 -2.5308634999999997 0.23896499 0.12316216 +39 -0.5302757 -0.14241658 -0.12958053 -3.2697922999999998 0.79403172 0.87448616 0.91727905 -0.1086402 -0.10867098 -0.078788114 -0.20724774 1.1497620000000002 -0.20764538 +40 3.2323013 2.0134142 -0.83589872 -3.8564055 6.320317 0.73357055 0.74070299 1.0398302 1.0399519 0.6635127 0.90510415 0.88399332 0.92223416 +41 4.8011764 2.9755163 -0.88527532 -3.6605122000000003 6.3639488 4.0557574999999995 -0.28242527 1.6269822 1.6269870000000002 0.95803869 1.0899872 -0.32700008 1.1166661 +42 -1.7448482 -0.090783399 2.081076 -4.0350837 2.4543406 2.4650379 2.4045727 -2.5111347 -2.5112315 -2.1281084 -6.161125900000001 2.110903 -6.1424842 +43 -1.790068 -1.5750801 0.23790255 -3.0587232 1.3167513000000002 1.3545606000000001 1.3897888 -0.59310675 -3.9145663 -3.4724023999999996 -7.8367279000000005 1.6223243999999999 -7.8172208 +44 -2.0267953000000003 -1.2456238000000002 3.7738417 -5.191072599999999 3.5091437999999995 3.1240251 2.7703892000000003 1.9000234 1.8999987 -2.2470529999999997 -6.3286235 2.1667487999999997 -6.3090394 +45 -2.0474287 -1.26711 2.776584 -4.497717 2.6331249 2.5806102 2.4821656 1.3195195 1.319623 0.81129309 -1.7709461 2.1253992000000004 1.0273423000000002 +46 5.1081764000000005 3.1814553 -0.88972225 -0.23983184 2.4954365000000003 -0.90219172 -0.9004502 1.7388327000000001 1.7388192999999998 1.0074192 1.1149171 -1.0229111 1.1431041000000002 +47 5.0150778 3.1186427000000005 -0.88902815 -0.27189314 2.4725032000000002 2.2388691 -0.64195272 1.7053721999999998 1.7053643 0.99287063 1.1077226999999998 -0.73539128 1.1354683 +48 1.6259691 1.8758898999999998 2.5085129 -0.84225236 0.57295714 0.65602589 0.68947002 -1.8754425 -1.8758825000000001 -1.5437761 -5.2360102 0.85992307 -5.2176010999999995 +49 1.4316788 -1.6480628000000002 0.19463904 0.16138118 -0.53700597 -0.42895112 -0.41089233 -0.64290013 -3.9635048999999998 -3.5201241000000003 -7.8907183000000005 -0.46011752 -7.8711906 +50 0.91174499 0.79927865 3.8412650999999998 -1.6150283 0.62193959 0.68315739 0.71206475 2.0043598 2.0043290000000002 -2.2057103 -6.271365 0.88371669 -6.2517865 +51 0.98119114 0.75543821 2.8486512999999998 -1.1768356000000002 0.29182744 0.38077646 0.41546239 1.543778 1.5438454 0.91997935 -1.7183256000000002 0.53429681 1.0942172 +52 5.1979737 3.2403863 -0.88824543 -0.20830603 6.0861945 0.69335 -1.3815828 1.7697032 1.7696839 1.0206718000000001 1.1213629999999999 -1.5482891 1.1499506000000002 +53 3.5713027999999998 2.4859797 2.6474469 -0.69593104 5.165040900000001 0.48831752 0.50315307 -1.660451 -1.6613973000000002 -1.3516596 -4.871125 0.60959463 -4.85286 +54 1.6046125 -1.7203936999999998 0.16344607 0.1606909 1.5270946 -1.6202368999999999 -1.6099603 -0.67913962 -3.9995676 -3.5552846 -7.930312799999999 -1.7845963 -7.9108061 +55 4.2129599 2.7937022999999996 4.0121332 -0.72133582 5.8623011 0.65535588 0.6656623 2.2386601 2.2386374 -2.1193126 -6.149479400000001 0.79827823 -6.1300204 +56 3.9481665999999995 2.5486106 3.0010962 -0.74082174 5.667791 0.61352032 0.62737349 1.9445748 1.9446439999999998 1.0928617 -1.6478971000000002 0.75703875 1.1847954 +57 4.087743799999999 2.4466852 2.638347 -0.72540055 5.774013 3.9446720999999996 -0.29440617 -1.6745778000000002 -1.6750135 -1.3637921 -4.8955557999999995 -0.34066864 -4.8772207000000005 +58 1.5662421 -1.7032164 0.1707439 0.16088149 1.4850371999999998 1.4591036 -0.95123908 -0.67063621 -3.9911236000000003 -3.5470523999999997 -7.921056500000001 -1.0746818999999999 -7.901542 +59 5.5850217 3.7622245999999997 4.1346202000000005 0.013190829 6.1350418 4.0186476 -0.28629621 2.3823426 2.3823078 -2.0706634 -6.0795867999999995 -0.33144152 -6.060112 +60 5.3429578 3.4959756 3.1520211 -0.14454374 6.1115334 4.0115132000000004 -0.28708417 2.1916055 2.1916196 1.1860028 -1.6156211999999999 -0.33232546 1.2268132 +61 0.65360283 -5.720346299999999 -4.8899212 1.3943002 -0.75757596 -0.66665872 -0.65442269 -6.8718300999999995 -10.193218 -9.7146257 -14.258139000000002 -0.74110594 -14.238052 +62 -0.13380164 0.96554876 2.2978699000000002 -0.84528193 0.73966919 0.77655658 0.80240551 -2.1918825 -2.1917642999999996 -5.1538191 -9.6454132 0.98992943 -9.6254585 +63 -0.13359853 0.96605815 2.2980946 -0.8453163 0.73991925 0.77677342 0.80266427 -2.1916164 -2.1914722 -1.8316226999999998 -8.1839841 0.99031776 -5.701581099999999 +64 0.31130526 -1.4333163999999998 0.29638877 0.17588692 0.14073484 0.23102898 0.25606714 -0.52762232 -3.8483862999999996 -6.729885899999999 -11.257449000000001 0.32747877 -11.237649000000001 +65 0.31247187 -1.4334011999999998 0.29604221 0.17596315 0.14186559 0.23222526 0.25731248 -0.52783835 -3.8485248 -3.4080927000000005 -10.224475 0.3290284 -7.744531200000001 +66 -0.81416468 -0.27805734 3.8240057000000003 -1.8076458999999998 1.0333331000000001 1.033816 1.0560739 1.948146 1.9481108 -2.2277723999999997 -8.7653654 1.2793776000000001 -6.28356 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0368486 1.1938212 -0.49302429 -0.65758347 -0.39244928 -0.34394394 -0.33596984 0.90999824 0.91003509 0.55439802 0.60502758 -0.38861852 0.6215061 +2 0.60065009 -4.3895663 2.9103362 1.3974246000000001 -0.81916075 -0.73454196 -0.7263313 -2.3644882000000003 -2.3643747999999998 -1.9370108 -5.958500900000001 -0.83624798 -5.9424387 +3 0.00018780072 0.011847334 -3.2883371 -0.0031599141 0.0034735873 0.0042451728000000005 0.004573626 0.0024425298 0.0024440712 0.0016683991000000001 0.0028294339 0.0058271375 0.0028606837 +4 -1.7028243000000003 -1.101769 0.94153364 -2.7687262 1.1212626 1.2606632 1.3209648 -0.84393876 -0.84381282 -0.62455672 -2.1862144 1.5010588 -2.1822421000000003 +5 1.2721338 0.81596332 -0.43414076 -0.52883626 -0.059244034 -0.0035858028 0.01248375 0.63259241 0.63264661 0.39999449 0.48503605 0.032136699 0.49647575 +6 2.8351062000000002 1.7009374 -0.57561855 -0.90327179 4.4818023 0.122208 0.13822588 1.2487751 1.2488555000000001 0.72507853 0.71211554 0.18046065 0.73394514 +7 3.6130343000000003 2.1253749 -0.58467815 -0.93490159 5.5102222 3.7157133 -0.51911903 1.4996973 1.4997415 0.83861465 0.77155997 -0.60699433 0.79688833 +8 0.082402547 0.7477166 3.3295605000000004 -0.40114704 0.5053409 0.61181569 0.65244305 -2.798591 -2.7988142000000003 -2.339759 -6.563353200000001 0.83327634 -6.5471757 +9 0.61980523 -4.658201099999999 0.47476739 1.526658 -0.9314955 -0.84226818 -0.83409759 -2.7822515 -6.10363 -5.5609443 -10.234327 -0.95781903 -10.217108 +10 -0.053132107000000005 0.021479472000000003 4.054671 -0.098303439 0.046841177000000005 0.060201066 0.062926623 0.1320326 0.13204186 -3.2331828999999996 -7.7066394 0.07831155599999999 -7.689549 +11 -0.04935008 -0.0030560790999999998 3.6735391 -0.069013496 0.020373603 0.030771329 0.034578452 0.087316129 0.08727849800000001 0.058989134000000006 -2.6001859 0.045753497000000004 0.092434633 +12 -1.2537104 -4.0771873 3.0207933 1.4425437 -2.7413412 -2.6332842999999997 -2.6329485 -2.2157136000000004 -2.2156507999999997 -1.8012533 -5.7323615 -2.8946037999999996 -5.7164736 +13 -1.0332781999999998 1.2020815 -3.7913349999999997 -0.66003285 -0.38625539 -0.33690719 -0.32856462 0.91386203 0.91390014 0.55645787 0.60646943 -0.37961243 0.6230125 +14 -3.0941825 -0.24993621 0.28320603 -3.1167179 0.014397877 0.0091621359 0.0074954339 -0.19345114 -0.19348881 -0.13478035 -0.26185625 0.0068890222999999995 -0.26398967 +15 0.60556254 2.5443926 -0.5475529 -0.80856488 -0.42035105 -0.35613305 -0.34366677 1.7165857 1.7166686000000002 0.92821027 0.81331452 -0.39364467 0.84124124 +16 1.2429894 3.2163986 -0.50851552 -0.51269025 1.8897518 -1.4126607 -1.4140059 1.9898349999999998 1.9898754 1.0299499 0.85573604 -1.6059738000000001 0.88655178 +17 1.1088552 3.0628772 -0.51856742 -0.59771526 1.8339715 1.681329 -0.9852274 1.9348002 1.9348508999999998 1.0104268 0.84796345 -1.1340688 0.87823456 +18 -0.94526417 1.4617149999999999 3.5661742 -0.6952916 -0.25921781 -0.17575069 -0.15869794 -2.3237332000000004 -2.3237605 -1.8998068 -5.8978660000000005 -0.17124758 -5.8818673 +19 -1.2618702 -4.3835766 0.65517645 1.5879816 -2.8957357000000004 -2.7836293999999997 -2.7827107000000004 -2.6367886 -5.9582426 -5.4166004999999995 -10.085092 -3.0493762 -10.067866 +20 -1.0636696 1.1991856 4.3984164 -0.70537551 -0.37091724 -0.30675084 -0.29764064 0.97543707 0.97547548 -2.7330219 -7.091140400000001 -0.3427633 -7.074306699999999 +21 -1.0639624 1.1786754 3.7432567000000003 -0.68247524 -0.39475007 -0.33771356 -0.32739772 0.93926379 0.93929265 0.56993249 -2.154137 -0.37619311 0.63137251 +22 0.61541973 -4.7290559000000005 1.134239 1.5184412 -0.92758968 -0.83887226 -0.8307775 -2.7319735 -2.7319120999999997 -2.2773792999999998 -6.4751348 -0.95415301 -6.458664 +23 -1.2892918 -4.441827 2.9701807000000002 -1.8528272000000001 0.58704829 0.6127322 0.63024387 -2.3206797999999997 -2.3205877999999998 -1.8969105 -5.8931179 0.77511241 -5.8771123 +24 1.1187003 -4.517483900000001 2.8447308999999996 1.3577833000000001 -2.01713 -1.912834 -1.9103773999999998 -2.4416873 -2.4415327000000002 -2.0079042 -6.0714343 -2.135128 -6.0553021 +25 1.1589491000000003 -4.5323833 2.8380015 1.3543763 -0.20162232 -3.2093659 -3.2100202 -2.4498451 -2.4496811000000003 -2.015407 -6.0831972 -3.4901230000000005 -6.0670612 +26 1.1371117 -4.5242168 2.8416620999999997 1.3561408000000001 -0.22599763 -0.16552768 -2.0430058 -2.4454026 -2.4452453999999997 -2.011323 -6.0767998 -2.2771133999999997 -6.0606647 +27 0.73989132 -5.9738877 0.96106021 1.7047443 -0.99059013 -0.89842055 -0.88973915 -6.2188833 -6.2184605 -5.6750491 -10.351986 -1.0200395 -10.334743 +28 0.61144851 -8.428807800000001 0.086671489 1.6455696 -1.0611708999999998 -0.96519038 -0.9565345 -3.2199967000000003 -6.5413705 -5.9961384 -10.681589 -1.0944662 -10.664355 +29 0.60055827 -4.3853857000000005 2.9240911 1.3962171 -0.81802116 -0.73343971 -0.72526113 -2.360163 -2.3599025 -5.2548414 -9.9171552 -0.835065 -9.899977900000001 +30 0.60071407 -4.3859009 2.9223931 1.3963548000000001 -0.8180028 -0.73353151 -0.72534901 -2.3607028999999997 -2.3604439 -1.9334093 -8.4184028 -0.83516082 -5.9384517 +31 -1.7076805 -1.124435 -2.2659377 -2.7524544 1.0985456 1.2466891000000002 1.3092221000000002 -0.88756675 -0.88744917 -0.65924288 -2.3744522999999997 1.4942619 -2.369713 +32 1.2742935 0.82208533 -3.7276776 -0.53048197 -0.055734068 0.0010840569 0.017598635 0.63437588 0.63443136 0.40103171 0.485941 0.038799095 0.49741164 +33 2.8362743999999998 1.7029078000000002 -3.8706989999999997 -0.90289698 4.4829991 0.12266972 0.13871004 1.2488173 1.2488981000000001 0.72509902 0.71212802 0.18106652 0.73395789 +34 3.6123919 2.1251706 -3.8823266000000003 -0.93447643 5.509317 3.715502 -0.51914291 1.4987861999999998 1.4988305 0.8382218 0.77136759 -0.60702137 0.79668419 +35 0.11473214 0.75554418 1.712802 -0.38380245 0.52116133 0.6301925 0.67168396 -2.8195050999999998 -2.8203072 -2.3599072 -6.5916297 0.85633646 -6.575441099999999 +36 0.62131899 -4.7435152 -1.6632923 1.5530181 -0.95682823 -0.86661794 -0.85845284 -2.8654222999999996 -6.1872287 -5.6440077 -10.320003999999999 -0.98517121 -10.302769999999999 +37 -0.021001594 0.017030708999999998 2.3715318 -0.034297414 0.01377816 0.024266204 0.025359432 0.045641894 0.04565379 -3.2909432 -7.7748935 0.031510405 -7.7577599 +38 -0.011652184 0.00017723051 0.76927978 -0.006720354 -0.0051204104999999995 -0.00088940276 0.0002843193 0.0058931618 0.005897357 0.0040314476 -2.6769088 0.0017867256 0.0031902683 +39 -0.608519 -0.39192965 0.20331532 -3.1400207 0.58930617 0.69605314 0.74156264 -0.30666326 -0.30656957 -0.21576496 -0.45530464 0.94438714 -0.45900717 +40 2.4779834 1.4981472 -0.56718588 -4.181394200000001 6.0840909000000005 0.51579372 0.52072153 1.1186185 1.1187495 0.66196446 0.67545313 0.62321857 0.69523576 +41 3.6041449999999995 2.120548 -0.58448973 -4.2569922 6.1317407 3.8386156000000002 -0.50578715 1.4970305 1.4970751 0.83746456 0.77099703 -0.59178741 0.79629074 +42 -1.6626021 -0.47867355 2.8779721 -3.0362242999999998 1.456647 1.5984942 1.6479863999999997 -3.6813665999999996 -3.6818720999999996 -3.180542 -7.643324400000001 1.6840224999999998 -7.6269070999999995 +43 -1.2314901000000003 -4.430405 0.63373065 -1.7423037000000001 0.53167677 0.5580331 0.57445597 -2.6562104 -5.977896599999999 -5.4361083 -10.105292 0.70780793 -10.088066 +44 -1.7388863999999997 -1.0653561000000003 3.7538182 -2.8964269 1.2203791000000002 1.3726973999999998 1.4332958999999998 -0.65001438 -0.64974917 -3.7945377999999996 -8.3513199 1.5740186 -8.3345871 +45 -1.7341486000000002 -1.0808267 3.5161566 -2.8731536 1.2003031000000002 1.3495819 1.4108459999999998 -0.68795204 -0.68777492 -0.50201273 -4.0879756 1.560594 -1.5425093 +46 3.8334982 2.2453497000000002 -0.58382758 -0.92439977 2.1178513 -1.2369905 -1.2382699 1.5645383 1.5645723 0.86620459 0.78483474 -1.4141581 0.81099215 +47 3.7625131 2.2067786 -0.58422197 -0.9287148 2.0873163 1.8884671000000002 -0.9092007 1.5439921 1.5440292 0.85753909 0.78071111 -1.0495016000000001 0.80660915 +48 1.9585943 0.22829451 3.0724492000000003 -0.10717959 0.18305199 0.16496396 0.15796556 -3.1834358 -3.1860461 -2.7063197999999997 -7.0575543000000005 0.17602811 -7.040005000000001 +49 1.1066818 -4.852096400000001 0.35548652 1.4897668 -2.15875 -2.0503031000000003 -2.0474962 -2.8787412999999997 -6.200029799999999 -5.6567042 -10.333060000000001 -2.2800741 -10.315849 +50 1.2330863 0.8245406 4.2775418 -0.58833647 -0.040444464 0.030293575 0.047713319000000004 0.71567575 0.71573245 -2.8742976000000002 -7.2700424 0.07593239 -7.2531987 +51 1.2359725000000001 0.80487839 3.7030087999999997 -0.56332475 -0.060807691 0.0034992634000000004 0.022058832 0.67670604 0.67674673 0.4254434 -2.2459269 0.046618382 0.51723449 +52 3.8738321000000004 2.2672437999999997 -0.58349315 -0.92149092 5.6861572 0.44379651 -1.6231773 1.5760646999999999 1.5760966 0.87103421 0.78711405 -1.8327618000000003 0.81341605 +53 1.9455456999999998 -0.50974683 2.7530832999999997 0.26050562 1.8104220000000002 -1.464467 -1.467252 -3.7306956 -3.7308555 -3.2283251 -7.7008277000000005 -1.6645012 -7.683787 +54 1.1430065 -4.8706624000000005 0.34439049 1.4865837 -0.35438787 -3.3505036 -3.3505451 -2.8877318 -6.2089953 -5.6656102 -10.34223 -3.633693 -10.325022 +55 2.8548332999999997 1.7357556 4.4989527 -0.93596032 4.5606082 0.15549041 0.1714961 1.3121577 1.3122353999999998 -2.5671379 -6.87442 0.22020929 -6.857791400000001 +56 2.8426026 1.7156501 3.7681661 -0.92328146 4.5232196 0.13819557 0.15483878 1.2835948 1.2836705 0.7414931 -2.0662363999999998 0.20106296 0.74247409 +57 1.9505503 -0.38757194 2.8085864 0.20190671 1.8824107 1.722725 -0.97006414 -3.6395632000000004 -3.6401190000000003 -3.1408433 -7.5965607 -1.1185563 -7.5794455 +58 1.1225844999999999 -4.8601552 0.35062339 1.4882905 -0.37716993 -0.30811044 -2.1501658 -2.8826681 -6.2039525 -5.6606017 -10.337074000000001 -2.3897846 -10.319864 +59 3.6613312999999996 2.1789668 4.5916934000000005 -0.9470332 5.5592947 3.7307317 -0.51742653 1.5580251 1.5580671999999998 -2.4584513 -6.7282172000000005 -0.60506551 -6.711547 +60 3.6407081 2.1552276000000004 3.815642 -0.94302395 5.5398163 3.7229855000000005 -0.51829701 1.5334701000000002 1.5335094 0.85308384 -2.0187470000000003 -0.60604426 0.80338953 +61 0.74446872 -6.1034597 -2.3078155 1.7411063000000002 -1.0229706 -0.92923041 -0.92045421 -6.3616085 -9.683157199999998 -9.131569500000001 -13.847 -1.054318 -13.829692000000001 +62 0.081943997 0.74739591 3.3376184999999996 -0.40111363 0.5048221 0.6110048 0.65149901 -2.7985933 -2.7986979 -5.6615781 -10.337844 0.83197523 -10.32086 +63 0.082258193 0.74793543 3.33685 -0.40139431 0.50544898 0.61186861 0.65248424 -2.7982464 -2.7983202 -2.3392966 -9.026271699999999 0.83331198 -6.5477343 +64 0.61974229 -4.6581155 0.47524322 1.5266502 -0.93155172 -0.84231927 -0.83414962 -2.7821964 -6.1035546 -8.8827976 -13.597478 -0.95787837 -13.580204 +65 0.61980571 -4.658118599999999 0.47520903 1.5266453000000002 -0.93148203 -0.8422558 -0.83408536 -2.7822036 -6.1035481 -5.5608629999999994 -12.694 -0.95780542 -10.21712 +66 -0.05317236400000001 0.021594923 4.0575641000000005 -0.098524507 0.047028875 0.060369128 0.063092396 0.13233939 0.13235172 -3.2329779 -10.167705 0.078506761 -7.6898558 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0464259 1.220509 -0.51432155 -0.65578059 -0.40377733 -0.35925674 -0.35261742 0.88185082 0.88187733 0.53854352 0.59030228 -0.40806655 0.60630609 +2 0.32515507 -3.2542991000000003 2.4125182 0.76395339 -0.45217727 -0.36998655 -0.35654842 -1.0330741 -1.0329837 -0.77602102 -2.9628058999999998 -0.40543273 -2.9541701000000002 +3 0.02344835 0.10384092 -3.2989492999999994 -0.02523301 0.050494218 0.051913632 0.05325411099999999 0.021645518 0.021648137 0.014719846000000002 0.024396828 0.064557503 0.024705422 +4 -1.6716793999999997 -0.95673354 0.57308183 -2.8719014 1.2644596000000001 1.3771287 1.4309764999999999 -0.62850564 -0.62848557 -0.45600723 -1.3023772 1.5952543 -1.3033161 +5 1.2670602 0.85496597 -0.44355506 -0.53140209 -0.056782585999999996 -0.007496118 0.006556057 0.62063543 0.62067768 0.39249226 0.47553741 0.022290616 0.48677896 +6 2.8460474 1.7796815 -0.5918758 -0.92403753 4.5098047 0.16107429 0.17799251 1.2487511999999998 1.2488271 0.72395056 0.7074257 0.22848161 0.72924244 +7 3.6436093 2.2244432 -0.59422084 -0.95557006 5.561586599999999 3.7623232000000004 -0.47300622 1.5070329 1.5070755 0.84042276 0.76813035 -0.55117484 0.79352681 +8 -0.063336763 0.73850338 2.7130208 -0.50691619 0.46251821 0.54318929 0.5749746 -2.7001036 -2.6999633 -2.2459537 -6.4302862 0.72960939 -6.4143098 +9 0.62078931 -4.0222873 -0.0066010341 1.3326256 -0.73172808 -0.64515596 -0.63511922 -2.2592478 -5.5802096 -5.0399981 -9.6951519 -0.72864715 -9.678168099999999 +10 -0.28452169 0.065982607 4.1057559 -0.61315914 0.34172757 0.36745173 0.38077573 0.76229477 0.76233789 -2.8487732000000006 -7.2395996 0.47352046 -7.222815799999999 +11 -0.26700995 -0.045329379 3.496927 -0.41296142 0.15132271 0.19637291 0.21492001 0.50693395 0.50703477 0.32542047 -2.3250068 0.28033954 0.421533 +12 -1.2039213 -2.8713478 2.308166 0.80365432 -2.0466202 -1.9359979999999999 -1.9305506000000001 -0.99644597 -0.99636214 -0.74630563 -2.8181447 -2.1485412999999998 -2.8101342999999996 +13 -1.0115495 1.2928788999999998 -3.8206242999999995 -0.67812436 -0.34493575 -0.29513985 -0.28595847 0.91597164 0.91600783 0.5567767 0.60313034 -0.32814382 0.61970776 +14 -3.0894988 -0.2630305 0.24832286 -3.1280360000000003 0.031047226 0.029127102000000002 0.028763938 -0.1763549 -0.17637509 -0.12248347 -0.23286885 0.033479333 -0.23495747 +15 0.62525553 2.6322159 -0.58972583 -0.82994676 -0.37765505 -0.31255362 -0.29907674 1.7148362000000001 1.7149162 0.92598006 0.80784392 -0.33966816 0.83571779 +16 1.2724741000000002 3.3190784 -0.547512 -0.52612147 1.9343522000000002 -1.3671723999999998 -1.3674381000000002 1.9906833 1.9907225 1.0284697 0.8504963 -1.5496823999999998 0.88127673 +17 1.1358523999999999 3.1608218 -0.55857484 -0.61429866 1.8793164 1.7274696 -0.93880656 1.9347064999999999 1.9347557 1.0086631 0.8426278 -1.0779183 0.87285647 +18 -0.9746597 1.5761445 3.0455377999999995 -0.81751578 -0.16329393 -0.074847025 -0.054595117 -2.202295 -2.2023333 -1.7878913 -5.708986 -0.044336926 -5.6933041 +19 -1.2253001000000001 -3.7478911 0.13144001 1.3713568 -2.6398553 -2.5290292 -2.5270031000000004 -2.1124099999999997 -5.433414900000001 -4.8947085999999995 -9.5426604 -2.7763068 -9.525678300000001 +20 -1.1532441999999998 1.2767019 4.362928299999999 -0.99342632 -0.16634366 -0.097617019 -0.08352063900000001 1.3141758999999997 1.3142184 -2.5674297999999998 -6.8761602 -0.085288492 -6.8595181 +21 -1.1914052 1.1492832 3.6003472999999997 -0.84924523 -0.35406558 -0.27023934 -0.25083625 1.1099671999999998 1.1100626 0.65661878 -2.1114031000000004 -0.27632246 0.68663418 +22 0.59515807 -3.7932932999999998 0.98576838 1.1897601999999998 -0.61181457 -0.5329964 -0.52356018 -1.8060988000000002 -1.8060334999999998 -1.4331413 -5.0268276 -0.60202032 -5.011889900000001 +23 -1.6055548000000002 -3.7693446 2.4544502999999995 -2.4621486 0.89536613 0.93228822 0.96061691 -1.0794780000000002 -1.079392 -0.8138978 -3.1386521000000003 1.1646195 -3.1292036 +24 1.1758565 -3.1385954 2.4012782 0.67533165 -1.2917473 -1.1889919 -1.1804371999999999 -1.0313911 -1.0312993000000001 -0.77465042 -2.9562549 -1.3383265 -2.9476512 +25 1.2788066999999999 -3.1405457 2.4021749 0.66276921 0.6450716 -2.4225215 -2.419197 -1.0337435 -1.0336494 -0.77656181 -2.9653742999999997 -2.6630267000000005 -2.9567319 +26 1.2459071000000002 -3.1392074 2.4019912999999997 0.66652797 0.60634263 0.63023447 -1.4853882 -1.0327815999999999 -1.0326888 -0.77578078 -2.9616545 -1.6741549 -2.9530262 +27 0.72805903 -5.1725496 0.6128448 1.460467 -0.75271902 -0.66431383 -0.6536922 -5.541012 -5.5399905 -5.0001485 -9.6533712 -0.7494581 -9.6364174 +28 0.61953796 -7.921772900000001 -0.50563125 1.5313553 -0.93581415 -0.84143181 -0.83158683 -2.8183212 -6.1393987 -5.594709 -10.271401 -0.95044891 -10.254363 +29 0.19553719 -2.6679084 3.6018725 0.19644569 -0.0006988039100000001 0.070661697 0.087875749 -0.2061051 -0.20598679 -3.4651932999999997 -7.979499400000001 0.1217902 -7.9626869000000005 +30 0.20985236 -2.7685093999999997 3.408207 0.29019673 -0.082916566 -0.006051809399999999 0.013014741000000002 -0.34514014 -0.34506184 -0.24347689 -3.1542644 0.034760954 -0.53678506 +31 -1.6808756 -0.99208773 -2.5580731 -2.7956096 1.1722298999999998 1.3155148 1.3774697 -0.80416602 -0.80407411 -0.59250132 -1.9958906000000003 1.5642527 -1.9934235 +32 1.2959273999999998 0.91438452 -3.7453286 -0.54941545 -0.013484113999999998 0.042991750999999995 0.060099043 0.64114834 0.64120097 0.40440327 0.48587601 0.08967505 0.49748291 +33 2.8588388 1.7968235000000001 -3.8878235 -0.9212761 4.5249242 0.16678081 0.18386146 1.2496537 1.2497323 0.7243814 0.7076743 0.23568418 0.72950149 +34 3.6392665 2.2224342999999998 -3.8909225 -0.95222754 5.5551237 3.7608175000000004 -0.47317637 1.4994678 1.4995108 0.83717252 0.76654597 -0.55136783 0.79184534 +35 0.047263538 0.81049177 1.3678751 -0.43886428 0.50734712 0.59824036 0.63388036 -2.7706598999999996 -2.7711847 -2.3125072 -6.5257476 0.80450164 -6.5096935 +36 0.64225311 -4.3471470000000005 -2.116772 1.4803906 -0.86068418 -0.77196787 -0.76286567 -2.5728807999999996 -5.8947032 -5.351864 -10.020282 -0.87388987 -10.003160000000001 +37 -0.058956569 0.1430102 1.9511697000000001 -0.20728574 0.15393635 0.1673181 0.17204957 0.26454939 0.26457093 -3.1470648 -7.6056701 0.21050431 -7.5887098 +38 -0.039436253 0.063474725 0.65271896 -0.076260403 0.038160131 0.053729995 0.059484376 0.083332133 0.083374381 0.056325058 -2.6049037999999998 0.07744306200000001 0.08783458699999999 +39 -0.57684752 -0.28841528 0.035323002 -3.199194 0.67475525 0.76918359 0.81272325 -0.20819099 -0.20813556 -0.14484196 -0.27982635 1.0239105 -0.28278268 +40 2.5014872 1.5823136 -0.58947351 -4.2038155999999995 6.1279918 0.5606397 0.56665768 1.1245691 1.1246923 0.6639119 0.67272584 0.67883199 0.69259808 +41 3.6352212 2.2193737000000002 -0.59428645 -4.2777477 6.175624099999999 3.8834637 -0.4598734 1.5042836000000002 1.5043265 0.83924292 0.76755643 -0.53619357 0.79291745 +42 -1.6756766 -0.40291512 2.2525055 -3.2532113999999996 1.6793308999999998 1.8135523999999998 1.8486531000000002 -3.4204358999999998 -3.4202995 -2.9273131 -7.336761900000001 1.800486 -7.320792999999999 +43 -1.2953848 -3.8144223 0.10647668 -1.9483166 0.68053781 0.7063829 0.7256576 -2.1397934 -5.461096599999999 -4.9220991 -9.5714724 0.88923566 -9.5544853 +44 -1.8013464 -0.89825046 3.9278425 -3.6170763 1.9457908 2.0233727999999997 2.0217945 0.37006273 0.37022515 -3.0801057999999997 -7.5244811 1.8530058 -7.507993300000001 +45 -1.8009741000000001 -0.98727394 3.3881996 -3.4108195 1.7147462 1.8382188999999998 1.8704618000000002 0.089647763 0.08985209400000001 0.060989309000000005 -2.5965209 1.8080331000000003 0.096972203 +46 3.8658827000000007 2.3505959 -0.59101496 -0.94307117 2.1655385 -1.1891516000000002 -1.1893103999999999 1.5739027 1.5739357 0.86872173 0.78165625 -1.3552104 0.80790033 +47 3.7944206 2.3102332000000003 -0.59219186 -0.94808847 2.1352432999999995 1.9367168999999997 -0.86209229 1.5528262 1.5528621999999999 0.85988378 0.77747966 -0.99256892 0.80346005 +48 1.8095892 1.3411433000000001 2.9220278 -0.79238395 0.66343052 0.70943186 0.73106118 -2.3429092000000002 -2.3445357000000002 -1.917729 -5.9276609 0.89153701 -5.9114309 +49 1.1480598 -4.230046700000001 -0.10645861 1.3052912 -1.9344131999999998 -1.8274884999999998 -1.8233362000000002 -2.3651726 -5.6860365999999996 -5.144824099999999 -9.8047156 -2.0354378 -9.7877373 +50 1.094945 0.91030856 4.2823325 -0.9430707 0.16265431 0.23723281 0.25990852 1.1465367 1.1465913 -2.6472973 -6.9814214 0.3366837 -6.9647758 +51 1.0761038 0.80138736 3.5666455999999997 -0.78099787 -0.0028220565999999996 0.086512534 0.11420525 0.92923402 0.92934922 0.56393836 -2.1613596 0.16765364 0.62368318 +52 3.909217 2.3743919 -0.5901525 -0.93965069 5.736491 0.48994488 -1.5764115 1.5861789 1.5862098 0.87383451 0.78405213 -1.7762513 0.81044867 +53 2.3546405 0.64019725 2.6481414 -0.53513957 3.2577392000000005 -0.44248828 -0.43873382 -2.7725675 -2.7730491 -2.3145888 -6.5292574 -0.51071458 -6.5126898 +54 1.1895348 -4.251576999999999 -0.1164747 1.3027111999999998 -0.11646685 -3.1238412999999996 -3.1228762999999997 -2.3758209 -5.6966545 -5.155342500000001 -9.8156867 -3.3919337999999994 -9.798712 +55 3.0171547000000003 2.0073564999999998 4.5038074 -1.1090947 5.031147900000001 0.33210178 0.34701514 1.6242117 1.6242766000000002 -2.4323568 -6.6934937 0.42814953 -6.677017200000001 +56 2.9209467 1.8861731 3.6852652999999997 -1.0519484 4.8127084 0.2665134 0.28529415 1.4762209 1.4763326 0.82721337 -2.0336842 0.35898112 0.78576469 +57 2.3625513 0.58690618 2.6268216 -0.51348554 3.23975 2.7627439 -0.63226611 -2.8062225 -2.8065377999999996 -2.3459179 -6.5734579 -0.73317038 -6.556922599999999 +58 1.1673431 -4.2399662000000005 -0.11111718 1.3040348 -0.14077512 -0.079004401 -1.9659349999999998 -2.3701092 -5.6909668 -5.149709 -9.8098123 -2.1883351 -9.792834599999999 +59 3.9347830999999998 2.5503542 4.603433 -0.98568429 5.7757033 3.8127718 -0.46740114 1.8276474999999999 1.8276849999999998 -2.3525662 -6.582770699999999 -0.54479847 -6.5662579 +60 3.8223376000000004 2.4186421 3.7597864999999997 -0.99027165 5.7150029 3.7971907999999996 -0.46910932 1.7128748 1.7129414 0.92519814 -1.9959982 -0.54669972 0.83446513 +61 0.76520816 -5.9119567 -3.2059015 1.7048472 -0.96412901 -0.86981316 -0.85994673 -6.2710266 -9.592596400000001 -9.0393286 -13.756917000000001 -0.98241024 -13.739723999999999 +62 -0.063356676 0.73748478 2.7089681 -0.50604907 0.46158718 0.54228763 0.57402301 -2.7012741 -2.7010179 -5.5688645 -10.244558999999999 0.72838177 -10.227689 +63 -0.06330223 0.73797282 2.709639 -0.50634084 0.46195069 0.54269538 0.57449052 -2.700902 -2.7006107000000004 -2.2465569 -8.8951391 0.7290462 -6.416511799999999 +64 0.62066295 -4.0220982 -0.0061176215 1.3325736000000001 -0.73180415 -0.64522584 -0.63519086 -2.2590882000000003 -5.5800408 -8.361759 -13.076781 -0.72873018 -13.059712 +65 0.62078687 -4.0220856 -0.0061275239 1.3325638000000002 -0.73166749 -0.64509887 -0.63506239 -2.2590914 -5.580012 -5.0398024 -12.154855 -0.72858286 -9.678102800000001 +66 -0.28514649 0.066240547 4.1113578 -0.6150335 0.34303305 0.36866544 0.38199079 0.76444428 0.76448942 -2.8475745999999997 -9.7001302 0.47498888 -7.222072099999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0181415 1.2697808000000002 -0.41366452 -0.56939218 -0.46217362 -0.43524748 -0.43532721 0.71504331 0.71501896 0.43194146 0.44344648 -0.50878171 0.45683975 +2 0.00090634213 -3.0566533 0.78511854 0.57410372 -0.58863768 -0.53461495 -0.53086389 -0.66330465 -0.66327325 -0.47127054 -1.1388542 -0.61378653 -1.1436103000000002 +3 0.15684285 0.35253319 -2.8374631 0.0037922044 0.15848937 0.13728894 0.13255753 -0.020279892 -0.020318426 -0.013524846 -0.01993341 0.15047542 -0.020193166000000002 +4 -1.5679725 -0.84466507 0.092389101 -3.0072491 1.5177 1.6142133 1.6604804 -0.39235591 -0.39233702 -0.27120051 -0.50957093 1.7773432 -0.51509969 +5 1.2721301999999999 0.91844611 -0.3090748 -0.46422006 -0.10101021 -0.066781618 -0.058766365999999993 0.5019749 0.5019774 0.31216915 0.34819265 -0.062335253 0.35765532 +6 2.9851811 2.0201781000000003 -0.53096344 -0.90202663 4.625704499999999 0.25862465 0.26823227 1.1606071000000002 1.1606261 0.65729773 0.58648623 0.32591357 0.60696681 +7 3.8495760999999997 2.5384777 -0.54439973 -0.92357608 5.7314989 3.8736042 -0.37785398 1.4379961 1.4379826 0.78020909 0.64902308 -0.44945257 0.67325104 +8 -0.27403828 0.79980324 2.8452249 -0.9621076 0.71701615 0.75562696 0.77937425 -2.320347 -2.3205231 -1.8657651999999998 -5.8290123 0.96325537 -5.8153386 +9 0.41774257 -1.6798707999999998 1.0679208 0.24531474 0.17888089 0.23244605 0.24584268 -0.43666503 -3.7580248999999997 -3.2162304 -7.7180906 0.3042597 -7.7034339 +10 -0.75290943 -0.25411263 4.204381400000001 -1.7013121999999998 0.99161496 1.0189522 1.0458721 1.6218591999999998 1.6218286 -2.4674112999999998 -6.756653900000001 1.2668402 -6.7419614 +11 -0.55741418 -0.22250211 3.2138647999999996 -1.0961758 0.55970569 0.61019241 0.64003537 1.1602839 1.1603458999999998 0.6572012 -2.2012744 0.81068771 0.6058656 +12 -1.1849853000000001 -2.2416666000000003 0.66816138 0.54404877 -1.7622357 -1.6620685000000002 -1.656666 -0.59553704 -0.59549813 -0.420296 -0.94896541 -1.8508044 -0.95449299 +13 -0.86299295 1.5455172 -3.5557843 -0.62911017 -0.2416771 -0.22141554 -0.22073167 0.80903695 0.80900921 0.48232442 0.47911509 -0.26117867 0.49413262 +14 -3.0779851000000003 -0.29257781 0.10994917 -3.1596282 0.075289812 0.07173047 0.071602575 -0.12815523 -0.12816715 -0.086141471 -0.13385587 0.084265276 -0.13592111 +15 0.79384255 2.9036449 -0.65566712 -0.79734109 -0.23756596 -0.20142859 -0.19572142 1.6099454 1.6099605 0.84991715 0.68079444 -0.22762863 0.70702968 +16 1.4703986 3.6421822 -0.61723145 -0.46129772 2.0726463 -1.2604813 -1.2691322 1.891305 1.8912810000000002 0.95344022 0.72348851 -1.4445706 0.75264721 +17 1.3257731000000001 3.4679133 -0.62755537 -0.56110539 2.0216826 1.8380245 -0.84154425 1.8329915 1.8329771000000001 0.93302739 0.7154528 -0.9738616 0.74404556 +18 -0.96551205 1.8747595000000001 3.0867346 -1.1103213 0.14883857 0.20762496 0.22305225 -1.9579049 -1.9581707999999998 -1.5411811000000002 -5.2090574 0.27960007 -5.1959922 +19 -0.96282764 -1.438372 1.1617472 0.20556892 -1.1949379999999998 -1.1165192 -1.1154031 -0.32612481 -3.6474161 -3.1097982999999996 -7.5891568 -1.2695005 -7.574536800000001 +20 -1.3586122999999999 1.2425559 4.3053498 -1.6207413999999998 0.26968301 0.31009227 0.32263188 1.7658023999999997 1.7657711 -2.4131142999999997 -6.6805064 0.39651372 -6.6658502 +21 -1.3278039 1.112863 3.2867057 -1.2303623 -0.10187394 -0.03063464 -0.011390691000000001 1.4110672 1.4111117 0.76891424 -2.1538977000000004 0.0051607012 0.66664219 +22 0.69826782 -2.9223223 -0.34156181 0.94972773 -0.25861625 -0.21515828 -0.21216439 -1.2083232 -1.2083226999999999 -0.90124945 -3.2856035000000006 -0.24890596 -3.2777107000000005 +23 -1.6166856 -3.6914480000000003 0.81945406 -2.6792122000000003 1.1102288999999999 1.1383406999999999 1.1681979 -0.70030182 -0.70028321 -0.49935555 -1.2535417 1.3933252 -1.2577036 +24 1.1004214 -2.521235 0.72397419 0.45930957 -1.1470709 -1.056904 -1.0496127 -0.63049684 -0.63045967 -0.44651241 -1.0436683 -1.1914205 -1.0488721 +25 1.4499901000000002 -2.4249701 0.71249977 0.4110322 1.091208 -2.0263302 -2.0239168000000003 -0.62462626 -0.62458715 -0.44209584 -1.0272576999999998 -2.2419802000000004 -1.0325332 +26 1.4466668 -2.4197555 0.71179853 0.4100609 1.0886930000000001 1.0737038 -1.1925168 -0.62404725 -0.62400909 -0.4416617 -1.0256615 -1.3548876 -1.0309419 +27 0.08862643 -2.2630809 2.3080439999999998 -0.22570509 0.32613411 0.38220101 0.39998874 -3.0895693 -3.0892313 -2.5780436 -6.9079992 0.49560815 -6.8936696 +28 0.64161481 -6.0151900000000005 0.2635934 0.91922604 -0.28550203 -0.23092245 -0.22545195 -1.3709337 -4.6920265 -4.124981299999999 -8.7572142 -0.26193095 -8.7423697 +29 -0.88139219 -2.7232995 4.1407341 -1.6679338 0.81967735 0.81824804 0.83006078 1.5264917 1.5264646000000002 -2.5052553 -6.8090577 1.0021274 -6.794352000000001 +30 -0.6307191 -2.7519804 3.1939191000000005 -0.93724985 0.31720578 0.36515898 0.38541864 0.97748666 0.97757858 0.56898811 -2.2436298999999997 0.48365211 0.55200157 +31 -1.5210871000000001 -0.65970686 -2.6318482000000003 -2.8263485 1.3723412 1.4848168 1.5375816999999998 -0.68925793 -0.68922839 -0.49086778 -1.2161745000000002 1.7078021 -1.2210265 +32 1.4375013 1.1697072 -3.3435687999999995 -0.50351246 0.08925971 0.11648592 0.12514652 0.55091107 0.55090151 0.34035944 0.37208629 0.15566287 0.38247219 +33 3.027041 2.0793835 -3.6357209999999998 -0.88047085 4.6562794 0.26888464 0.27767272 1.1491013 1.1491149999999999 0.65190695 0.58351315 0.33604764 0.60383097 +34 3.8238349 2.5201501 -3.6689821000000005 -0.90807815 5.6981873 3.8657881 -0.37873616 1.3990504 1.3990303 0.76373029 0.64113164 -0.45047464 0.664877 +35 0.11711356 1.0547182 0.4402444 -0.47500688 0.61659815 0.65628415 0.67676525 -2.7681326 -2.7685413 -2.2775936000000003 -6.4846904 0.83494482 -6.470523 +36 0.81435451 -3.4144712999999998 -3.4170875 1.4171679 -0.61858554 -0.56609604 -0.56576343 -2.0591044 -5.3810329 -4.8036294999999996 -9.4886228 -0.65733669 -9.473381100000001 +37 0.042737881 0.43111157 0.73302701 -0.31593866 0.37213734 0.35427333 0.352289 0.38187316 0.38183102 -3.0807651000000003 -7.5540882 0.41668314 -7.5390458 +38 0.06891405099999999 0.36882238 0.013450386000000002 -0.18242202 0.26044915 0.24503443 0.24451218 0.21101957 0.21100613 0.13619621 -2.5499917 0.28926149 0.17506873 +39 -0.48011997 -0.13580501 -0.13084012 -3.2685369 0.83963245 0.91598804 0.95593655 -0.097909867 -0.09788717599999999 -0.065464824 -0.098815951 1.1849306999999998 -0.10067768 +40 2.6809672000000004 1.8420593999999997 -0.5374983 -4.1898624 6.2634062 0.6635937 0.66117754 1.0578281999999999 1.0578876 0.60844698 0.55904788 0.77982929 0.57795393 +41 3.8423277999999996 2.5334111 -0.54418027 -4.2460089000000005 6.3097917 3.9862326 -0.3656827 1.4354706 1.4354575 0.77914912 0.64852151 -0.43558865 0.67271791 +42 -1.5847937 -0.17200598 2.6501267000000004 -4.032401200000001 2.665444 2.5792509 2.443857 -2.6162972 -2.6166148999999996 -2.1364781 -6.2712672 2.0239201 -6.2577798 +43 -1.6429293000000003 -1.7602505000000002 1.0500086000000002 -3.0070361 1.4347698 1.4509116000000002 1.4758803 -0.45884843 -3.7807476 -3.2381135 -7.7443329 1.6473471000000002 -7.7296928 +44 -1.6834982 -1.0441079 4.1754906 -5.0106001 3.7912008999999998 3.2335065 2.7570307 1.5774549 1.5774368 -2.4848282000000004 -6.780792 2.0653398000000003 -6.7661348 +45 -1.7096781000000003 -1.0643827 3.1643208 -4.317193799999999 2.8585675 2.7082005000000002 2.5215377 1.0477226999999998 1.0478308 0.60361236 -2.2263478 2.0361792000000003 0.57388962 +46 4.0775904999999995 2.6822547 -0.54419356 -0.90234039 2.3174662999999995 -1.0713158 -1.0793428 1.5081202 1.5080971 0.8092102 0.66250674 -1.2368615 0.68759461 +47 4.0049994 2.6366985 -0.54463109 -0.91032135 2.2886405 2.0570895 -0.76169803 1.4862448 1.4862248 0.8002519 0.65838971 -0.88485494 0.68321302 +48 1.3545241000000001 1.7185081000000002 3.0439665000000002 -1.1412247 0.59105089 0.64677764 0.66984046 -2.0131396 -2.0137767 -1.5904031 -5.3114647 0.82675337 -5.2983374 +49 1.4282678999999998 -1.8942398 0.98011017 0.2408415 -0.62018374 -0.55127623 -0.54685388 -0.53970586 -3.8609432 -3.3155252999999996 -7.836653 -0.63255432 -7.8219710000000005 +50 0.84496554 0.8827569 4.2745004 -1.691602 0.62611069 0.67337177 0.6957825 1.7236136000000002 1.723586 -2.4286742 -6.7024289 0.85913855 -6.687777199999999 +51 0.91109162 0.80728444 3.274587 -1.2483945 0.2889404 0.3650914 0.39380645 1.3470431999999999 1.3471008999999998 0.74142769 -2.1649412999999997 0.50523502 0.65241267 +52 4.1285867 2.7124902000000004 -0.54305672 -0.89647149 5.8961600999999995 0.59788425 -1.4787792 1.5224658000000002 1.5224406000000001 0.81504125 0.66516344 -1.6718921999999998 0.69042319 +53 2.8200939999999997 2.0274781 3.1068257000000004 -1.1700412 4.7795862 0.31158567 0.31566041 -1.9116955000000002 -1.9124637999999998 -1.5009501 -5.1227367 0.3754204 -5.1095672 +54 1.5639862 -1.9526029999999999 0.95774952 0.24254841 1.3958358 -1.7747536 -1.7774846000000002 -0.56612776 -3.887259 -3.3409379999999995 -7.8667286999999995 -1.9853578 -7.852060099999999 +55 3.4886204 2.5906195 4.4538668 -1.2607541000000002 5.7124111 0.56583006 0.56678194 1.9518741999999998 1.9518463 -2.3478346 -6.587337400000001 0.67177223 -6.5727724 +56 3.2697287 2.3389221 3.4459556000000005 -1.2078544 5.4470735 0.50518283 0.51096121 1.7221915 1.7222321 0.89279703 -2.1082549 0.6110511 0.72576172 +57 3.1384328 1.8948009 3.0780077 -1.1956528999999998 5.26968 3.7569722999999997 -0.39144488 -1.9564270000000001 -1.9568301 -1.5400794 -5.2069608 -0.46497025 -5.1936973 +58 1.5278901000000003 -1.936152 0.96399061 0.24209112 1.357133 1.3020088 -1.0760066000000001 -0.55874073 -3.8799102 -3.3338413 -7.8583416 -1.2302464 -7.8436674 +59 4.5222214 3.3288428999999997 4.5512752 -0.82326473 6.0332777 3.9399562000000006 -0.37056189 2.0587148999999996 2.058679 -2.3128042 -6.5366558 -0.44118568 -6.5220777000000005 +60 4.304815799999999 3.0503676 3.5675059 -0.9198326 5.9889383 3.928511 -0.37179835 1.897195 1.8971977 0.95550095 -2.0875811 -0.44256572 0.75276464 +61 0.9232888 -5.2356986 -3.2744879 1.6673988999999998 -0.76277359 -0.7014521 -0.69999103 -6.011646099999999 -9.333390199999998 -8.73948 -13.502413 -0.80805375 -13.487151999999998 +62 -0.27530556 0.79798917 2.846198 -0.96249527 0.71608867 0.75520191 0.77902652 -2.3208161 -2.3208708 -5.1880055 -9.8927274 0.96294113 -9.8776398 +63 -0.27503871 0.79848593 2.8464202000000003 -0.96263079 0.71651296 0.75552157 0.77937579 -2.3205642 -2.3206017999999995 -1.8658339 -8.2960807 0.96340364 -5.8176464999999995 +64 0.41631914 -1.6743936999999998 1.0753821000000001 0.24146703 0.18139498 0.23470867 0.24806302 -0.43165645 -3.7530049 -6.5333231 -11.276739 0.30686633 -11.261683999999999 +65 0.4170647 -1.6748398999999998 1.0746673999999998 0.24178517 0.181839 0.23517871 0.24856148 -0.4321208 -3.7534199 -3.2117948 -10.174244999999999 0.30750018 -7.698703299999999 +66 -0.7594968 -0.25763468 4.2330477 -1.7202808999999997 1.004774 1.0310568000000002 1.0578617000000001 1.6336412 1.6336097 -2.4628412999999996 -9.2137162 1.2791583999999998 -6.7367661 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0179075999999998 1.2706377 -0.41452839 -0.57010438 -0.46120906 -0.4340657 -0.43405011 0.71599412 0.71596988 0.43248489 0.44394838 -0.50719162 0.4573577 +2 0.0027704173 -3.0545531 0.7865935 0.57428275 -0.58691986 -0.53259503 -0.52871524 -0.66378775 -0.66375633 -0.47165662 -1.1407527 -0.61117913 -1.1454937 +3 0.15750804 0.35362694 -2.8483062 0.0029851548999999997 0.16001801 0.13855053 0.13374635 -0.01908137 -0.019119986999999998 -0.012728366999999999 -0.018770255 0.15176911 -0.019009251 +4 -1.5686052 -0.84403112 0.092002728 -3.0071136000000003 1.5168844 1.6134823999999999 1.6598263999999998 -0.39260702 -0.39258824 -0.27139424 -0.51020446 1.7771126 -0.51573114 +5 1.2719878 0.9184077 -0.30962083 -0.46447145 -0.10095455 -0.066576502 -0.058501382000000005 0.50228609 0.50228862 0.3123678 0.34844872 -0.061940333 0.35791649 +6 2.9839715 2.0191187 -0.53127306 -0.90207479 4.6241758 0.25809247 0.26780643 1.1605451999999998 1.1605644 0.65731186 0.58662504 0.32554453 0.60710467 +7 3.8486404999999997 2.5375209 -0.54468863 -0.9237476 5.730783 3.8734154000000003 -0.37787604 1.438059 1.4380458 0.78028895 0.64920296 -0.44932313 0.67343202 +8 -0.27421213 0.79941716 2.8457333 -0.96147713 0.71617875 0.75510886 0.77895552 -2.3208769 -2.3210523 -1.8662984 -5.8299803 0.9628906 -5.8163028 +9 0.41983952 -1.6831804 1.0675648000000002 0.2467552 0.17956593 0.23363859 0.2472229 -0.4387859 -3.7601447 -3.2183386 -7.7205881 0.30615671 -7.7059277999999996 +10 -0.75291707 -0.2538024 4.205276400000001 -1.7001218 0.99035438 1.0174802 1.0443265 1.6212883999999999 1.6212581 -2.4675732000000004 -6.7568703999999995 1.2651188999999998 -6.7421747000000005 +11 -0.5573396 -0.22255328 3.2143531000000003 -1.0950168 0.55857646 0.60889906 0.63866851 1.1593651000000003 1.1594274 0.6568151 -2.2013051 0.80889599 0.60577119 +12 -1.1816695 -2.2403578 0.66935129 0.54423322 -1.7590854 -1.6586998 -1.6531957999999998 -0.59596941 -0.59593048 -0.42063799 -0.95046962 -1.8469577000000001 -0.9559869 +13 -0.86296637 1.5460671000000001 -3.5638358999999995 -0.62979311 -0.24094964 -0.22042583 -0.21963641 0.81009795 0.81007045 0.48291433 0.47963025 -0.25977164 0.49466507 +14 -3.0780105 -0.29156403 0.10958642 -3.159887 0.075527838 0.072029362 0.071930991 -0.12789434 -0.1279063 -0.085967992 -0.13360153 0.08469169300000001 -0.135662 +15 0.79318695 2.9029587 -0.65546334 -0.79748574 -0.23809006 -0.20162532 -0.19580721 1.6101741000000003 1.6101893999999999 0.85006632 0.68100707 -0.2275817 0.70724542 +16 1.4696486999999998 3.6412915 -0.61687614 -0.46154666 2.072125 -1.2606473999999999 -1.2691806 1.8914798 1.8914561999999997 0.95357035 0.72369356 -1.4444700000000001 0.75285483 +17 1.3250803999999998 3.4671262 -0.627241 -0.5612903 2.0211537 1.8378468999999997 -0.84157712 1.8331956999999999 1.8331816000000003 0.93316751 0.7156617 -0.97374446 0.74425731 +18 -0.96608467 1.8738946 3.0874547000000003 -1.1100549 0.14797061 0.20708462 0.22261567 -1.9581958 -1.9584611 -1.5414858999999999 -5.2098002999999995 0.27921259 -5.1967307 +19 -0.96324788 -1.44173 1.1614368 0.20719328 -1.1970205 -1.1182273999999999 -1.1170011999999998 -0.32819042 -3.6494794 -3.1118456 -7.5916220999999995 -1.2711038000000001 -7.576998700000001 +20 -1.3587091 1.2424017 4.3063257 -1.6200219999999999 0.26883913 0.30957332 0.32221525 1.7654941000000002 1.7654631 -2.4131616 -6.6805675 0.39614486 -6.6659082 +21 -1.3279306999999998 1.1126629 3.2871227999999997 -1.2296607 -0.10272795 -0.031180535 -0.011838948 1.4105466999999998 1.4105915 0.76874599 -2.1538109 0.0047584369 0.66669608 +22 0.69794437 -2.9231458999999997 -0.33875915 0.94952295 -0.25874091 -0.21493143 -0.21181296 -1.2081458999999999 -1.2081452 -0.90113801 -3.2855441 -0.24833594 -3.2776476000000003 +23 -1.616791 -3.6900955 0.82114818 -2.6788258 1.1097203000000002 1.1379701999999998 1.1678766 -0.70086372 -0.7008451 -0.49980494 -1.2558468 1.3930846000000001 -1.2599897 +24 1.1034291 -2.5207511 0.72548959 0.45928124 -1.1441513 -1.053778 -1.0463821 -0.63105791 -0.63102075 -0.44695423 -1.0456563 -1.1877207 -1.0508461 +25 1.4503233999999998 -2.4260741 0.71421388 0.41139248 1.091197 -2.0261843999999996 -2.0236988 -0.62531376 -0.62527468 -0.44263213 -1.0295722 -2.2416283999999997 -1.0348327 +26 1.4460613000000002 -2.4212275 0.71355914 0.41058372 1.0875025 1.0727663 -1.1929819 -0.62475994 -0.62472182 -0.44221686 -1.0280432 -1.3552618 -1.0333084000000001 +27 0.091317535 -2.2649017999999996 2.307284 -0.22365617 0.3268093 0.38355518 0.40158677 -3.0918161 -3.0914767999999997 -2.580223 -6.910933 0.49786139 -6.8965992 +28 0.6431129 -6.0186515 0.26322152 0.92017546 -0.28494066 -0.22998487 -0.22437315 -1.3730790000000002 -4.6941699 -4.1271525 -8.7595477 -0.26049854 -8.7447 +29 -0.88094987 -2.7223907000000005 4.1414744 -1.6664001 0.81853754 0.81758908 0.82954951 1.5256418 1.525615 -2.5055426 -6.8094428 1.0017375 -6.794733900000001 +30 -0.63014622 -2.7511463 3.1943485000000003 -0.9356895 0.31618367 0.36459228 0.38499169 0.97612014 0.97621241 0.56834284 -2.2438215 0.48332267 0.55170607 +31 -1.5219996999999998 -0.65961096 -2.6450782999999998 -2.8260327999999997 1.3710263999999999 1.4832254999999999 1.5359851 -0.68934648 -0.68931719 -0.49095725 -1.2169571000000001 1.7068689 -1.2217951 +32 1.4373434999999999 1.1698906 -3.3525099000000003 -0.50402763 0.089538269 0.11688224 0.12559357 0.5517032 0.55169374 0.34083259 0.37256909 0.1562553 0.38296887 +33 3.0252632999999998 2.0781656 -3.6414934000000003 -0.8804935 4.6538571 0.26803251 0.27692593 1.1490412 1.149055 0.65192129 0.58365156 0.33529324 0.60396845 +34 3.8227466 2.5191773 -3.6740212 -0.9082441 5.6973255 3.8655641000000003 -0.37876221 1.3991658000000002 1.399146 0.76383152 0.64132126 -0.45034973 0.66506833 +35 0.11610668 1.0530491000000002 0.44267173 -0.4747452 0.61527319 0.65480421 0.67520567 -2.7684257000000003 -2.7688308999999998 -2.2779212 -6.4851752000000005 0.8329123 -6.4710047 +36 0.8133782 -3.4152035000000005 -3.4141727999999993 1.4170008 -0.61941805 -0.5665908 -0.56614772 -2.0588439 -5.3807721 -4.803442700000001 -9.4883678 -0.65762522 -9.4731231 +37 0.042752358 0.43058479 0.73579812 -0.31611672 0.37234268 0.35430693 0.35225192 0.38221907 0.3821772 -3.0805432999999995 -7.5537834 0.41649053 -7.538738 +38 0.069235151 0.36846167 0.012419481000000001 -0.18216992 0.26052419 0.24491287 0.24430994 0.21087696 0.21086363 0.13611411 -2.5500032000000004 0.28887412 0.17501593 +39 -0.48057525 -0.13560983 -0.13131153 -3.2685684 0.83918555 0.91567726 0.9556812 -0.09790386400000001 -0.097881216 -0.065464127 -0.098842237 1.1847238000000002 -0.10070333 +40 2.6801294999999996 1.8414028999999998 -0.53794452 -4.1899731 6.262907 0.66345679 0.66115912 1.0579721000000002 1.0580317 0.60855596 0.55923753 0.77996284 0.5781455 +41 3.8415892 2.5326345 -0.54449339 -4.246159099999999 6.3093058 3.9860977999999996 -0.36569868 1.4356228000000002 1.4356098999999998 0.77926643 0.64871911 -0.43545213 0.67291771 +42 -1.5854367 -0.17244103 2.6503536 -4.0313826 2.663532 2.5781447 2.4432392000000003 -2.6172678 -2.6175843999999997 -2.1374292 -6.2727505 2.0239574 -6.2592596 +43 -1.6430804 -1.7626203 1.0500139 -3.0057685000000003 1.4332578 1.4497518 1.4748449 -0.46054729 -3.7824443 -3.2398149 -7.7463348 1.6467476000000003 -7.7316913000000005 +44 -1.6846697 -1.0444789 4.1763238 -5.0092425 3.7878269999999996 3.231872 2.7564857000000003 1.5767386 1.5767207 -2.4850535 -6.781094199999999 2.0654204 -6.766433999999999 +45 -1.7107404999999998 -1.0646585 3.1646113999999996 -4.3157014 2.8555182 2.7062804 2.5205033 1.0464622 1.0465707 0.60303806 -2.2264868 2.0361647 0.57365902 +46 4.076759399999999 2.6813 -0.54444983 -0.90253723 2.3169098999999997 -1.0715126 -1.0794246 1.5081993 1.5081764 0.80929852 0.66269153 -1.2367999 0.68778076 +47 4.0041443999999995 2.6357472 -0.54490295 -0.91050994 2.2880671 2.0568727 -0.76174279 1.486321 1.4863011000000002 0.80033848 0.65857342 -0.8847517 0.68339804 +48 1.3546459 1.7179419999999999 3.044643 -1.1409273000000002 0.59082677 0.646961 0.67016478 -2.0133963 -2.0140339 -1.5906803999999999 -5.3121178 0.82732588 -5.2989865 +49 1.4280921 -1.8980258999999997 0.97956505 0.24245061 -0.62192672 -0.55264381 -0.54811293 -0.54205438 -3.8632892 -3.3178574 -7.8393801 -0.63383925 -7.8246947 +50 0.84457391 0.88239265 4.275435900000001 -1.6907893 0.62497994 0.67245005 0.69492041 1.7232040000000002 1.7231767 -2.4287629 -6.702547 0.85818373 -6.6878922 +51 0.91068815 0.80674149 3.2750359 -1.2475629 0.28775964 0.36411036 0.39287978 1.3463578 1.3464159 0.74117966 -2.1648914 0.50417434 0.65241951 +52 4.1277354 2.7115107999999997 -0.54331101 -0.89667818 5.8955816 0.59773067 -1.4788076 1.5225363 1.5225111999999998 0.81512637 0.66534694 -1.6717693999999998 0.69060797 +53 2.8194444 2.0259429 3.1073473999999996 -1.1699083000000001 4.7786315 0.31128767 0.31547862 -1.9121848000000001 -1.9129528000000002 -1.5014281999999999 -5.1238883 0.37535592 -5.1107135999999995 +54 1.5629703000000001 -1.9560978 0.95731259 0.24414957 1.3930169 -1.7768675999999999 -1.7794861000000002 -0.56835013 -3.8894788 -3.3431497 -7.8693039 -1.9873328999999997 -7.8546320000000005 +55 3.4866729 2.5889004 4.4547246 -1.2610987 5.7110058 0.5655038 0.56658249 1.9516189 1.9515913 -2.3478486000000003 -6.5873558 0.67170052 -6.5727877999999995 +56 3.2677656 2.3371652000000003 3.4462116999999997 -1.2079303999999997 5.444961900000001 0.50466353 0.51058082 1.7216942 1.7217351000000003 0.89267558 -2.1081352000000004 0.61077764 0.7258568 +57 3.1371922000000003 1.8931612 3.0784818 -1.1954296 5.2678956 3.7564549 -0.39150726 -1.9569922 -1.9573948 -1.5406267 -5.2082185999999995 -0.46488663 -5.19495 +58 1.5268743 -1.9396314 0.96356108 0.24369088 1.3543206 1.2997957 -1.0770508 -0.56095358 -3.8821205 -3.3360434999999997 -7.860908 -1.2312379999999998 -7.846230499999999 +59 4.5209319 3.3273763999999995 4.5521709999999995 -0.82376259 6.0326855 3.9398011 -0.37058006 2.0586218 2.0585863 -2.3127586 -6.5365899 -0.44105165 -6.5220088 +60 4.3034269 3.0488257 3.5677483999999997 -0.92024309 5.988250700000001 3.9283367999999994 -0.37181859 1.8969467 1.8969498 0.95548528 -2.0874214 -0.44243401 0.75291146 +61 0.92307474 -5.2376228 -3.2738134999999997 1.6673055 -0.76290295 -0.70122958 -0.69964515 -6.012175599999999 -9.3339196 -8.7400825 -13.502951999999999 -0.80750622 -13.487688 +62 -0.27547175 0.79759817 2.8466663 -0.96184595 0.7152395 0.75466519 0.77858663 -2.3213616000000004 -2.3214155 -5.1885528 -9.893239900000001 0.96254754 -9.8781494 +63 -0.27520516 0.79810207 2.8468944 -0.96198584 0.71566813 0.7549956 0.77894892 -2.3211057999999998 -2.3211426 -1.8663776 -8.297060799999999 0.96302899 -5.8186271 +64 0.41844873 -1.6777354 1.0749821000000002 0.2429329 0.18208758 0.23591186 0.24945502 -0.4338072 -3.7551546 -6.5354599 -11.278849000000001 0.30877909 -11.263791000000001 +65 0.41916835 -1.6781768 1.0742744 0.24324846 0.18250737 0.23635562 0.24992608 -0.43426666 -3.7555647000000003 -3.2139267999999994 -10.176769 0.30937873 -7.701226400000001 +66 -0.7595054 -0.25731205 4.2339265 -1.7190723 1.0034927 1.0295663000000002 1.0562989 1.6330699 1.6330387 -2.4630019 -9.213930300000001 1.2774344 -6.736977799999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_30m_SS_EGF=10+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.0179029 1.2707001 -0.41459807 -0.57016022 -0.4611472 -0.4339851 -0.43396151 0.71606744 0.71604321 0.43252703 0.44398825 -0.50707908 0.4573988 +2 0.002794352 -3.0545232999999996 0.78675594 0.5742833 -0.58689635 -0.53253366 -0.52864022 -0.66382226 -0.66379082 -0.47168447 -1.1408943999999999 -0.61107662 -1.1456343999999998 +3 0.15761563 0.35365537 -2.8486789 0.0029604338 0.1601557 0.13862137 0.13379342 -0.019011592 -0.019050201 -0.012681996000000001 -0.018702594 0.15178916 -0.018940411 +4 -1.568702 -0.84404607 0.09202914 -3.0070796000000004 1.5167435 1.6133283999999999 1.6596776000000002 -0.39264042 -0.39262165 -0.27141944 -0.51028058 1.7770415000000002 -0.51580704 +5 1.2719621 0.91839788 -0.30966266 -0.4644893 -0.1009664 -0.06657536900000001 -0.058495247 0.50230771 0.50231025 0.31238191 0.34846823 -0.061926028 0.35793633 +6 2.9838633 2.0190361 -0.53130309 -0.90208082 4.624043799999999 0.25804584 0.26777009 1.1605427 1.1605618999999998 0.65731441 0.58663781 0.3255147 0.60711739 +7 3.8485462 2.5374366000000004 -0.54471169 -0.92376406 5.7307104 3.8733951 -0.37787976 1.4380616000000002 1.4380483 0.78029466 0.64921798 -0.4493125 0.6734471 +8 -0.27423788 0.79938189 2.8457906000000004 -0.96143037 0.71610367 0.75506502 0.77892162 -2.3209162 -2.3210915 -1.8663386000000002 -5.830053700000001 0.96286361 -5.8163758 +9 0.4198721 -1.6834356 1.0675596 0.24686852 0.17948253 0.23359165 0.24718745 -0.43894342 -3.7603021 -3.2184958999999997 -7.7207739 0.30612924 -7.7061133 +10 -0.75293179 -0.2537839 4.205356299999999 -1.7000286 0.99024189 1.0173473 1.0441867 1.6212434 1.6212131 -2.4675854999999998 -6.7568868 1.2649624 -6.742190700000001 +11 -0.55733931 -0.22256283 3.2143848999999998 -1.0949162000000001 0.55847213 0.6087779 0.63854008 1.159284 1.1593463 0.65678094 -2.2013081000000003 0.808727 0.6057626 +12 -1.1816216999999998 -2.2403931 0.6695035 0.54424144 -1.7590465 -1.6586285 -1.6531129 -0.59600725 -0.5959683 -0.42066785 -0.95060025 -1.8468543999999998 -0.95611679 +13 -0.86301286 1.5460595 -3.5643211999999997 -0.62982108 -0.24096926 -0.22043265 -0.21963892 0.81015127 0.81012378 0.48294505 0.47966091 -0.25976825 0.49469658 +14 -3.0780017999999996 -0.29144992 0.10953228 -3.1599162 0.075565098 0.072069749 0.071973521 -0.12786267 -0.12787464 -0.08594678900000001 -0.13356916 0.08474473199999999 -0.13562906 +15 0.79310789 2.902888 -0.65544539 -0.79750333 -0.23815219 -0.20165605 -0.19582743 1.6101869 1.6102023 0.85007653 0.68102432 -0.22759125 0.70726285 +16 1.4695737 3.6412141000000005 -0.61684433 -0.46157161 2.0720728999999998 -1.2606653 -1.2691873 1.8914933999999997 1.8914697 0.95358108 0.72371112 -1.4444626 0.7528726 +17 1.325005 3.4670514999999997 -0.62721312 -0.56131279 2.0210984 1.8378259 -0.84158273 1.8332095000000002 1.8331953999999997 0.93317828 0.71567926 -0.97373595 0.74427507 +18 -0.96614324 1.8738232 3.0875295 -1.1100368 0.14789139 0.20703686 0.22257801 -1.9582163000000001 -1.9584814999999998 -1.5415081 -5.2098557 0.27918076 -5.1967858 +19 -0.96331879 -1.4419909 1.1614334 0.20731545 -1.1972167999999999 -1.1183881000000002 -1.1171513000000002 -0.32834606 -3.6496349 -3.1120006 -7.5918083 -1.271254 -7.577184599999999 +20 -1.3587401000000001 1.2423839 4.3064144 -1.6199683 0.26875148 0.30951229 0.32216239 1.7654709 1.7654398999999998 -2.4131644 -6.6805710000000005 0.39609163 -6.665911500000001 +21 -1.3279618999999998 1.1126356000000002 3.2871415 -1.2295973999999998 -0.1028253 -0.031252672 -0.01190341 1.4104961 1.410541 0.76872908 -2.1538043 0.0046923122 0.66669956 +22 0.69720641 -2.9233116000000003 -0.33856516 0.94959628 -0.25957523 -0.21575191 -0.21264028 -1.2081566000000001 -1.2081558000000001 -0.90114965 -3.2856345 -0.24930217 -3.2777372000000002 +23 -1.6168434999999999 -3.6901848 0.82133068 -2.6788146 1.1096544 1.1379317 1.1678473 -0.70090174 -0.70088311 -0.49983572 -1.2560115 1.3930683000000001 -1.2601531000000001 +24 1.1034688 -2.5208072 0.72565483 0.45928075 -1.1441151000000003 -1.0537092 -1.0463015 -0.63109788 -0.6310607 -0.44698597 -1.0458034999999999 -1.1876168 -1.0509924 +25 1.4502893 -2.4261754 0.71438173 0.41140298 1.0911507 -2.026199 -2.0237027 -0.62535766 -0.62531856 -0.44266677 -1.0297285 -2.2416183999999997 -1.0349880999999999 +26 1.4459947 -2.4213426 0.71373101 0.41059995 1.0874155 1.0727141000000002 -1.1930056 -0.6248048 -0.62476666 -0.44225222 -1.028202 -1.3552732 -1.0334662000000001 +27 0.09149329699999999 -2.2650572 2.3072436 -0.22349872 0.32682897 0.38363062 0.40168183 -3.0919877000000002 -3.0916482000000003 -2.5803901000000002 -6.9111577 0.49800228 -6.8968235 +28 0.64311234 -6.0189053 0.2632175 0.92025136 -0.28501943 -0.23002882 -0.22440583 -1.3732353000000002 -4.6943261 -4.1273116000000005 -8.759718 -0.26052171 -8.74487 +29 -0.88091632 -2.7223034 4.1415214 -1.6662659 0.81843247 0.81753608 0.82951294 1.5255645 1.5255377 -2.505569 -6.809478200000001 1.0017181999999998 -6.794769099999999 +30 -0.63013423 -2.7510972000000002 3.1944367000000002 -0.93560433 0.31610787 0.36456424 0.38497912 0.97604055 0.97613286 0.56830628 -2.2438282000000003 0.48332862 0.55169294 +31 -1.5221897 -0.65972845 -2.6456131000000003 -2.8258975 1.3706737 1.4827228000000001 1.5354587 -0.68940252 -0.68937331 -0.49100198 -1.217182 1.7065288 -1.2220169 +32 1.4372601 1.1698341 -3.3529885000000004 -0.50402045 0.089449474 0.11677617 0.1254802 0.55172103 0.55171157 0.3408445 0.37258669 0.15610986 0.38298675 +33 3.0249259 2.0779582 -3.6418863 -0.88046857 4.6533333 0.26784335 0.27674622 1.1489718999999998 1.1489856999999999 0.65189245 0.58364694 0.33509091 0.60396283 +34 3.8225788 2.5190572999999996 -3.6743991 -0.90825794 5.697188 3.8655286 -0.37876765 1.3991544 1.3991346000000002 0.76383119 0.64133331 -0.45034106 0.66508026 +35 0.11594908 1.0527403999999998 0.44277798 -0.47462786 0.61498451 0.65440594 0.67476248 -2.7685543 -2.7689585 -2.2780447999999995 -6.4853574 0.83230544 -6.471186599999999 +36 0.8124674 -3.4150667 -3.4138235 1.4170319 -0.6203808 -0.56753075 -0.56709115 -2.0587399 -5.380667900000001 -4.8033459 -9.4882602 -0.65869361 -9.473015400000001 +37 0.042832984000000004 0.43057626 0.73604282 -0.31613502 0.37244642 0.35433259 0.35224848 0.38226905 0.3822272 -3.0805121 -7.5537422 0.41643638 -7.5386966 +38 0.069324942 0.3684389 0.012442631000000001 -0.18215048 0.26059778 0.24491231 0.24428137 0.21088679 0.21087348 0.13612096 -2.5499906 0.28879482 0.17502769 +39 -0.4806476 -0.13563396 -0.13130947 -3.2685498 0.83909928 0.91558689 0.95559048 -0.097917672 -0.097895034 -0.06547379099999999 -0.098860387 1.1846248 -0.10072161 +40 2.6799996 1.8413142 -0.53797939 -4.1899745 6.262854 0.66344154 0.66115529 1.0579637 1.0580233 0.60855525 0.55924807 0.77997334 0.57815588 +41 3.841503 2.5325574 -0.54451801 -4.2461747 6.3092573 3.9860832000000004 -0.36570176 1.435629 1.435616 0.77927362 0.64873483 -0.43544076 0.67293353 +42 -1.5855163 -0.1724966 2.6503859 -4.0313001 2.6633454 2.5780315 2.4431743999999997 -2.6173456 -2.6176621 -2.1375059 -6.272869999999999 2.0239585 -6.259378900000001 +43 -1.6431058999999997 -1.7628271 1.0500268 -3.0056664 1.4331222 1.4496483999999998 1.474753 -0.4606836 -3.7825803999999996 -3.2399519 -7.746495599999999 1.6466946 -7.7318519 +44 -1.6848663000000001 -1.0445876 4.1763965 -5.009132900000001 3.7874119 3.2316599999999998 2.7564124 1.5766786 1.5766608 -2.4850722000000003 -6.781119199999999 2.0654243 -6.7664587 +45 -1.7109165000000002 -1.0647585 3.16463 -4.3155665999999995 2.8551431000000003 2.7060276 2.5203629000000003 1.0463483 1.0464568 0.60298597 -2.2265 2.0361556 0.57363758 +46 4.0766796 2.6812211 -0.54447434 -0.90255523 2.3168552000000004 -1.0715328000000002 -1.0794337999999999 1.5082058999999999 1.508183 0.80930606 0.6627075 -1.2367955 0.68779684 +47 4.0040609 2.6356674 -0.54492669 -0.91052744 2.2880102000000004 2.0568502 -0.76174868 1.4863267 1.4863069 0.80034563 0.65858918 -0.88474358 0.6834139 +48 1.354647 1.7178977 3.0447138 -1.140907 0.59080284 0.6469756 0.67019277 -2.0134131 -2.0140507 -1.5906995000000002 -5.3121644 0.82737697 -5.2990328 +49 1.4280306999999999 -1.8983047 0.97954908 0.24257046 -0.62210366 -0.55278471 -0.54824341 -0.5422249 -3.8634595000000003 -3.3180277 -7.839578599999999 -0.6339735 -7.8248929 +50 0.84451805 0.88235506 4.2755187 -1.6907267 0.62486873 0.6723556 0.69483061 1.7231715 1.7231443 -2.4287693999999997 -6.702555599999999 0.85808213 -6.6879005000000005 +51 0.91063577 0.80668786 3.2750633999999996 -1.2474902 0.28763988 0.36400648 0.39277998 1.346296 1.3463541 0.74115709 -2.1648875 0.50405781 0.65241954 +52 4.127656 2.7114312999999997 -0.54333276 -0.89669673 5.895525900000001 0.59771464 -1.4788117 1.5225428 1.5225178 0.81513393 0.66536294 -1.6717592000000001 0.69062408 +53 2.8193826 2.0258213 3.1074066000000005 -1.1699003000000001 4.7785489000000005 0.31126117 0.31546334 -1.9122203999999998 -1.9129884 -1.5014637 -5.1239749 0.37535249 -5.1107998 +54 1.5628726000000002 -1.9563647000000002 0.95730027 0.24426899 1.3927834 -1.7770392 -1.7796466 -0.56851589 -3.8896443999999994 -3.3433154999999997 -7.869496400000001 -1.9874889 -7.8548241999999995 +55 3.4865004 2.5887577 4.4548015 -1.2611303999999999 5.7108813 0.56547337 0.56656415 1.9515991000000001 1.9515715 -2.3478491000000004 -6.5873562 0.67169457 -6.572788 +56 3.2675881 2.3370161 3.446221 -1.2079378 5.4447718 0.50461543 0.51054589 1.7216501 1.7216911 0.89266471 -2.108125 0.61075317 0.72586488 +57 3.1370837000000003 1.8930320999999999 3.0785371 -1.1954146 5.267747 3.7564108 -0.39151392 -1.9570333999999998 -1.957436 -1.5406673 -5.2083129999999995 -0.46487935 -5.1950441 +58 1.5267768999999998 -1.9398976000000003 0.96354923 0.24381028 1.3540878 1.2996165000000002 -1.0771353000000001 -0.56111884 -3.8822855000000005 -3.3362087 -7.861100099999999 -1.2313159 -7.8464222999999995 +59 4.5208108 3.3272510000000004 4.552249099999999 -0.82380929 6.032628 3.9397848 -0.37058332 2.0586147 2.0585792 -2.3127543 -6.5365836999999996 -0.44104049 -6.5220023000000005 +60 4.303293099999999 3.0486892999999995 3.5677562999999997 -0.92028299 5.9881838 3.9283186000000003 -0.37182206 1.8969232 1.8969262999999998 0.95548324 -2.0874078000000003 -0.44242309 0.7529239 +61 0.92298499 -5.237716799999999 -3.2737271 1.6672991000000001 -0.76298853 -0.70128177 -0.69968643 -6.012201 -9.3339449 -8.7401141 -13.502978 -0.80753819 -13.487714000000002 +62 -0.27549643 0.79756482 2.8467203 -0.96179827 0.71516459 0.75462289 0.77855475 -2.3214015 -2.3214554 -5.188593599999999 -9.8932773 0.96252369 -9.8781867 +63 -0.27523036 0.79806693 2.846949 -0.96193798 0.71559245 0.75495115 0.77891439 -2.3211459999999997 -2.3211827 -1.8664186000000003 -8.2971351 0.96300124 -5.8187014 +64 0.41848869 -1.6779929 1.0749739999999999 0.24304756 0.18201042 0.2358718 0.24942677 -0.4339668 -3.755314 -6.5356192 -11.279005 0.30876065 -11.263947 +65 0.41920131 -1.6784335 1.0742673999999999 0.243363 0.18242309 0.23630788 0.24988984 -0.43442551 -3.7557233999999995 -3.2140854 -10.176956 0.30935032 -7.701413499999999 +66 -0.75952096 -0.25729311 4.2340065000000005 -1.7189786 1.0033788000000001 1.0294323 1.056158 1.6330254 1.6329942 -2.4630139 -9.2139461 1.2772783 -6.736993400000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.8894247 0.17094465 0.031678338 0.037227163 -2.9048522 -2.7771249 -1.5911821000000002 0.034677994 0.034378652999999995 0.034362002 0.034391563 -1.5991224 0.034399936 +2 -1.6135073999999998 -3.4897797999999995 -0.22525914 -0.06482952 -1.5972354 -1.3703441 -0.61544048 -0.26982404 -0.25051117 -0.25039555 -0.25055847 -0.61858392 -0.25062413 +3 1.2690776000000001 1.5406764 0.3946033 0.5653698 1.2060138 0.93845317 1.0420106 1.6938176 1.6957238999999997 1.6948139 1.6984906000000002 1.0490552 1.6985828 +4 0.00029921708999999997 0.00031562132 5.7310985e-05 -3.3216925 0.16834686 0.12976191 0.041844572999999996 6.2740227e-05 6.214217e-05 6.2112428e-05 6.2164989e-05 0.042111027 6.217998599999999e-05 +5 0.00021085662999999996 0.00022113091000000001 3.9908536e-05 9.9718183e-06 -1.7271183 -1.6403975 -0.83600957 4.2605388000000004e-05 4.7780886000000004e-05 4.7732604e-05 4.773750200000001e-05 -0.84124281 4.7776074e-05 +6 0.00028191432 0.00029732273999999995 5.3148731e-05 1.3438837e-05 0.00025116352000000003 -3.1562965 -1.9103980999999999 5.7098167999999994e-05 6.4027797e-05 6.3956789e-05 6.3955994e-05 -1.9185142 6.4014127e-05 +7 0.00026418056 0.00027905959 4.9747823e-05 1.2621256e-05 0.00023452194999999998 9.9266526e-05 -1.49321 5.3540149e-05 6.0035909000000004e-05 5.9967571e-05 5.9964788e-05 -1.4969245 6.0021090000000006e-05 +8 -1.5651066 -3.3382236000000005 -3.4982184999999997 -0.041953229 -1.5534662000000001 -1.3373129 -0.57782667 -4.0324577 -4.0330629 -4.0327007 -4.0342912 -0.58089727 -4.0343055 +9 -1.7054485000000001 -3.9985573 -4.0500948 -0.066780879 -1.6893093000000001 -1.4554572000000001 -0.66380421 -0.74754998 -4.0691044000000005 -4.06874 -4.070331299999999 -0.66713664 -4.0703472000000005 +10 0.00021663285 0.00029154581 0.00027597114 1.4047067e-05 0.00023597332000000002 0.00033645391 0.00019604465000000001 0.00012100955 0.00021149871 -3.3217166 -3.3232581 0.00019789576000000001 -3.3232561 +11 2.6152795e-06 3.5288072e-06 6.161437400000001e-06 9.117711300000002e-08 2.6621926000000004e-06 2.3843122000000004e-06 7.232669200000001e-07 1.9005285e-06 3.3908563e-06 3.3905147e-06 -2.4594402 7.295700999999999e-07 -1.2518449e-07 +12 -4.0820068 -3.3433574 -0.2219161 -0.034169472 -4.0702252 -3.8081992 -2.4097337000000003 -0.26625584 -0.24695925 -0.24684495 -0.2470055 -2.4178127999999997 -0.2470705 +13 -1.7752154999999998 1.7021157 0.41793797 0.60070788 -1.8771349999999998 -1.8776305 -0.25264437 1.7181714 1.719932 1.7189965 1.7227602 -0.25657727 1.7228578 +14 -2.8891041 0.17129295 0.031747403 -3.2844559999999996 -2.7352903 -2.6290122000000005 -1.4846694999999999 0.034753612999999996 0.034453936 0.034437247000000004 0.034466872 -1.4925091000000001 0.034475265 +15 -2.8894002999999997 0.17097503 0.031683966 0.037228757 -4.608799299999999 -4.4815099 -3.0443519 0.034684287 0.034385597000000004 0.034368935 0.034398492999999995 -3.0551019 0.034406875 +16 -2.8893972000000003 0.17097887 0.031684668 0.037228958 -2.9048293999999997 -5.8440764000000005 -4.3263020999999995 0.034685077 0.034386468999999996 0.034369806 0.034399362999999995 -4.337841 0.034407747 +17 -2.8894001 0.1709752 0.031683987999999996 0.037228766 -2.9048317999999997 -2.7771164 -3.0795117999999997 0.034684318 0.034385631 0.034368969 0.034398526 -3.0888152 0.034406909 +18 -4.0330956 -3.1265588 -3.4932312999999993 -0.010172987 -4.025619399999999 -3.7714475 -2.3584273 -4.0267113 -4.0277014 -4.0273407 -4.028932299999999 -2.3665321 -4.028945200000001 +19 -4.1375831 -3.8529574999999996 -4.0476160000000005 -0.036277146 -4.1253877 -3.859199 -2.4537145000000002 -0.74487804 -4.066556100000001 -4.066192299999999 -4.0677841 -2.4617967999999997 -4.0677994 +20 -2.8892442000000003 0.17124783 0.03196712 0.037243188999999996 -2.9046507000000004 -2.7768317000000002 -1.5909271 0.03480766 0.034600357000000005 -3.2873443999999994 -3.2888907999999994 -1.5988656 -3.2888803999999996 +21 -2.8894225 0.1709483 0.031684703 0.037227277 -2.90485 -2.7771227 -1.5911806999999998 0.034680016 0.034382197999999996 0.034365547999999996 -2.4250488 -1.599121 0.034399887000000004 +22 -1.0899096000000001 -1.8248383000000001 0.22497032 0.43608798 -1.1440541000000002 -1.0413459999999999 0.27676554 1.4962824 1.5176136999999998 1.5168799 1.519993 0.27704386 1.5200406000000002 +23 -1.6132381000000002 -3.4895050000000003 -0.22525123 -3.3865258000000003 -1.4397226 -1.2366218999999998 -0.54546265 -0.26981561 -0.25050276 -0.25038714 -0.25055006 -0.54838542 -0.25061572 +24 -1.6134726000000001 -3.4896818 -0.22525724 -0.064829413 -3.3060996 -3.0693460999999997 -1.8201292000000002 -0.269822 -0.25050884 -0.25039322 -0.25055614 -1.8274252 -0.2506218 +25 -1.6134663 -3.4896637000000004 -0.22525689 -0.064829389 -1.5971998 -4.4723956 -3.0351694 -0.26982162 -0.25050841 -0.25039279 -0.25055571 -3.0439794 -0.25062137 +26 -1.6134701999999999 -3.4896748 -0.22525711 -0.064829401 -1.5972031999999998 -1.3703302 -2.1060543 -0.26982185 -0.25050868 -0.25039306 -0.25055598 -2.1116569 -0.25062164 +27 -1.8772311000000002 -6.6583125 -3.5037352 -0.048341823 -1.8600775 -1.5971786000000001 -0.72141105 -4.0627124 -4.0438022 -4.0434254 -4.0450008 -0.72487836 -4.0450297 +28 -1.9156808999999997 -7.3108431 -4.0464844 -0.070887842 -1.8959508000000003 -1.6312752000000001 -0.76310882 -0.76684911 -4.0697817 -4.0694056000000005 -4.070984200000001 -0.76669766 -4.0710119 +29 -1.6134614 -3.4895633999999998 -0.2250511 -0.064828555 -1.5971864 -1.3702657 -0.61538313 -0.26975831 -0.25036836 -3.5721809 -3.5736769999999995 -0.6185261 -3.5737408999999998 +30 -1.6135068000000001 -3.4897769999999997 -0.22525422 -0.064829574 -1.5972348 -1.3703435 -0.61544027 -0.2698229 -0.25050875 -0.25039312 -2.709998 -0.61858371 -0.25062474 +31 1.2693118 1.5409285 0.39463776 -2.7563853 1.444743 1.0904072 1.0781208 1.6938544999999998 1.6957593 1.6948492 1.6985259999999998 1.085572 1.6986182 +32 1.2698886999999999 1.5413633 0.39471307 0.56543319 -0.55629144 -0.59655326 0.44838314 1.6939176999999999 1.6958414000000002 1.6949311999999999 1.6986081999999998 0.44951343 1.6987005000000002 +33 1.2703394 1.5417579 0.39477499 0.56546981 1.2071816 -2.3075039 -0.52185303 1.6939749 1.6959085999999999 1.6949983 1.6986756 -0.52559241 1.6987679 +34 1.2703200000000001 1.5417448 0.39477259 0.56546865 1.2071566 0.93887184 -0.4586923 1.6939729 1.6959063 1.694996 1.6986732 -0.4589916 1.6987656000000002 +35 -0.82930556 -1.3100319 -2.6789560000000003 0.4652576 -0.89201702 -0.82918891 0.40060375 -1.9536255 -1.9530497 -1.9528456000000003 -1.9541912000000001 0.40160174 -1.9541206999999998 +36 -1.1570996 -1.9741936999999998 -3.281717 0.43368532 -1.2118833 -1.1088586 0.23868881 1.3247354 -1.9956223000000002 -1.9954113000000002 -1.9967653000000003 0.23869502 -1.9966988 +37 1.2692636999999998 1.5408841 0.39485497 0.5653888 1.2062171999999998 0.93872504 1.0421661 1.693872 1.6958837 -1.6269546 -1.6282199 1.0492123 -1.6281215 +38 1.2690781 1.5406768999999998 0.39461658 0.56536897 1.2060145 0.93845395 1.0420093000000001 1.6938172999999999 1.6957241000000003 1.6948140999999999 -0.76097939 1.0490538999999999 1.6985716 +39 0.0005183446 0.0005451591099999999 9.8827711e-05 -3.3216821000000003 -1.5620622 -1.4982674999999999 -0.75697999 0.00010700431 0.00011178318000000001 0.00011170436000000001 0.00011176328000000001 -0.76195687 0.00011181723999999998 +40 0.0005973622699999999 0.00062988487 0.00011355540000000001 -3.3216782999999994 0.16861284 -3.0333569 -1.8141841 0.00012312451 0.00012985438999999998 0.0001297504 0.00012980309999999998 -1.8221761000000003 0.00012987871 +41 0.00058019821 0.00061231694 0.00011024883999999998 -3.3216791 0.16859643 0.12986564 -1.4515889 0.00011968851999999999 0.00012599903 0.00012589719 0.00012594746 -1.4551448999999999 0.00012602175 +42 -1.5648275 -3.3379267999999995 -3.4982095 -3.3636439 -1.3938030000000001 -1.2018591 -0.50761617 -4.0324479 -4.0330534 -4.0326912 -4.0342817 -0.51045542 -4.034296 +43 -1.7051787 -3.9982821000000004 -4.0500883000000005 -3.3884771000000002 -1.5323417 -1.3218813 -0.59205122 -0.74754306 -4.0690975 -4.0687331 -4.0703244 -0.59517093 -4.0703404 +44 0.00051585776 0.00060717655 0.00033329931 -3.3216784 0.16858269 0.13009329 0.042033815 0.00018376244 0.00027365626 -3.3216544999999997 -3.323196 0.042302077 -3.3231940000000004 +45 0.00030183256 0.00031915035 6.347278e-05 -3.3216924 0.16834954 0.12976427 0.04184525 6.4640964e-05 6.5533296e-05 6.5503212e-05 -2.4593781000000003 0.04211171 6.205493099999999e-05 +46 0.00029941162 0.00031617993999999997 5.6395444e-05 1.4298635999999999e-05 -1.7270438999999997 -4.7330097 -3.3058696000000003 6.0673711999999994e-05 6.8035495e-05 6.7958453e-05 6.7955763e-05 -3.3169686 6.8019157e-05 +47 0.00029070691 0.00030687122000000005 5.4769527e-05 1.3875463e-05 -1.7270512999999998 -1.6403686999999998 -2.3262099 5.8899766e-05 6.6046582e-05 6.5972186e-05 6.597004e-05 -2.333699 6.6031177e-05 +48 -1.5650673000000002 -3.3381171000000003 -3.4982137000000004 -0.041953065 -3.262572 -3.0360109 -1.7751404 -4.0324551 -4.0330572 -4.0326949999999995 -4.0342855 -1.7824572 -4.0342998 +49 -1.7054207 -3.9984637000000003 -4.0500911 -0.06678089599999999 -3.3976311000000003 -3.1557671000000003 -1.8889866999999998 -0.7475485 -4.0691001 -4.0687357 -4.070327 -1.8963661 -4.070343 +50 0.00042754551 0.0005127188 0.00031587814 2.4022768999999998e-05 -1.7268852 -1.6400462 -0.83573975 0.00016363189 0.0002593046 -3.3216687999999994 -3.3232104 -0.84097072 -3.3232084000000004 +51 0.00021347224 0.00022465997000000002 4.6070224e-05 1.006303e-05 -1.7271157 -1.6403949 -0.83600818 4.4506083e-05 5.117196e-05 5.1123336e-05 -2.4593925 -0.84124142 4.7651014999999996e-05 +52 0.00029969707 0.00031650958 5.6444880000000004e-05 1.431404e-05 0.00026617442000000005 -3.1562914 -3.3981687000000007 6.0733319e-05 6.8102065e-05 6.80248e-05 6.802193900000001e-05 -3.4073865 6.808554600000001e-05 +53 -1.5650601 -3.3380970000000003 -3.4982129 -0.041953029 -1.5534261 -4.4408129 -2.9879729999999998 -4.0324546 -4.033056200000001 -4.0326939 -4.0342844 -2.9968526 -4.0342987 +54 -1.7054159 -3.9984468 -4.0500904 -0.066780895 -1.6892811 -4.5548779999999995 -3.1103185 -0.74754823 -4.0690994 -4.068735 -4.0703263 -3.1191417 -4.0703422 +55 0.00049863068 0.0005889342400000001 0.00032912050000000003 2.7491547e-05 0.00048720613 -3.1559772999999995 -1.9100999 0.00017813243000000002 0.00027556331 -3.3216525999999997 -3.3231942 -1.9182137 -3.3231921000000004 +56 0.00028453012 0.00030085196 5.9310514999999995e-05 1.3530065e-05 0.00025382618999999996 -3.1562942000000005 -1.9103965 5.8998935000000004e-05 6.741896099999999e-05 6.7347611e-05 -2.4593762999999997 -1.9185125 6.3889128e-05 +57 -1.5650646000000001 -3.3381089999999998 -3.4982134 -0.041953045999999994 -1.5534299999999999 -1.3372975 -2.0685721000000004 -4.0324549 -4.0330568 -4.0326946 -4.0342851 -2.0741641 -4.0342994 +58 -1.7054189999999998 -3.9984574999999998 -4.0500907999999995 -0.066780893 -1.6892839 -1.4554464 -2.1542485 -0.7475484 -4.069099899999999 -4.068735500000001 -4.070326799999999 -2.1599585 -4.0703427 +59 0.00048089410999999993 0.0005706697 0.00032572043999999997 2.6673742000000003e-05 0.00047056214999999994 0.00043574931 -1.4930145000000001 0.00017457343999999997 0.00027157006000000003 -3.3216566 -3.3231981 -1.4967274 -3.3231961 +60 0.00026679635 0.00028258881000000003 5.5909588000000005e-05 1.2712482e-05 0.00023718460999999999 0.00010165102 -1.4932092 5.5440906e-05 6.3427059e-05 6.3358379e-05 -2.4593803 -1.4969238 5.9896085e-05 +61 -1.8797348000000003 -6.741671000000001 -6.9053214999999994 -0.048374648 -1.8626033 -1.5996155 -0.72292017 -4.1196079 -7.4420776 -7.4416926 -7.4433759 -0.72639345 -7.4433924 +62 -1.5650749 -3.3380801 -3.4980905 -0.041952521 -1.5534318999999999 -1.3372604 -0.57778905 -4.0324489 -4.0329692 -7.3545352 -7.3562202999999995 -0.58085935 -7.356234599999999 +63 -1.5651066 -3.3382235000000002 -3.4982182 -0.041953229 -1.5534662000000001 -1.3373129 -0.57782666 -4.0324577 -4.0330628 -4.0327006 -6.4937234 -0.58089726 -4.034305600000001 +64 -1.7054251 -3.9984205999999998 -4.0500045 -0.06678044400000001 -1.6892865000000001 -1.4554219 -0.66377838 -0.74754416 -4.0690141 -7.390577799999999 -7.392261500000001 -0.6671106 -7.3922774 +65 -1.7054485000000001 -3.9985572 -4.0500945 -0.066780879 -1.6893093000000001 -1.4554572000000001 -0.6638042 -0.74754997 -4.069104299999999 -4.0687399 -6.5297635000000005 -0.66713663 -4.0703473 +66 0.0002168942 0.00029189843 0.00027658675 1.4056180999999999e-05 0.00023623936 0.00033669224 0.00019611698 0.00012119946000000002 0.00021183751 -3.3217163 -5.7826906 0.00019796872 -3.3232562000000003 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.1628448 0.15263676 0.0004892445099999999 0.042957197999999995 -3.4254117999999996 -1.7344313000000002 -0.4556475 0.0012542112 0.0012580239 0.0010632389 0.0040041649 -0.470609 0.0039838591 +2 -1.8160543000000002 -2.2735852999999997 -0.0014229323000000001 -0.31338914 -1.8822118000000003 -0.54668825 -0.13424333 -0.0067548623 -0.0055531072999999995 -0.004712237 -0.0093063073 -0.13884225 -0.0093661692 +3 -0.51166242 -0.32899035 -3.6400553999999996 0.53467118 -0.85223875 -0.23967588 0.54369794 -3.0426337 -3.0484506000000002 -2.8171977000000004 -4.9531125 0.56971053 -4.9447525 +4 -0.00058806888 -0.00035886334 -1.1866654e-06 -3.3220025 0.81205303 0.057783965 0.011808772 -2.8759311000000004e-06 -2.9826926000000005e-06 -2.611676e-06 -4.684914e-06 0.012257499 -4.697684400000001e-06 +5 0.008119011 0.0057602862 2.3504887e-05 0.0014323677 -2.1220458 -0.70709065 -0.17063495 5.064321e-05 5.2025236e-05 4.5350215e-05 0.00010082125 -0.17648905 0.00010074752 +6 0.024330445 0.017283611 8.018179e-05 0.0043037357 0.025626573 -3.4183237 -1.0700225 0.00016142441 0.00016713347 0.00014742071000000003 0.00027795966 -1.0999162 0.00027805258 +7 0.027570205 0.019570815 9.1814709e-05 0.0048754185 0.028981457999999998 0.00084219127 -1.5630712 0.00018383363 0.00019045453000000003 0.00016814294999999998 0.00031231754 -1.6013803 0.00031245687 +8 -3.8876551 -3.9689579 -7.4172531 -1.2660136 -3.758894 -2.0536877000000002 -1.9419232 -9.449131900000001 -9.4689827 -9.2051921 -11.497992 -1.986158 -11.489550999999999 +9 -4.6365449 -4.929956 -8.3542856 -1.3052754999999998 -4.5076429000000005 -2.7281047000000003 -2.215978 -6.465183000000001 -9.806645199999998 -9.5427907 -11.836025 -2.2637776 -11.827558999999999 +10 0.0041271753999999996 -0.0015960278 0.01898451 -0.22117988 0.11236375 0.012011827 -0.31236591 0.011753926999999999 0.012238171 -3.3124086999999998 -5.4898924000000004 -0.32243861 -5.4815907 +11 0.0077128116 -4.1480735999999996e-05 0.040117472 -0.17943337 0.096789717 0.009776787299999999 -0.25082063 0.033048467000000005 0.03340264 0.02802736 -2.4182071 -0.25914709 0.079828999 +12 -4.9592871 -2.0946821 -0.0012312723 -0.29724237 -5.1054684 -3.4384806000000006 -1.1984716 -0.0063765064 -0.0051741865000000005 -0.0043900858000000004 -0.008171782800000001 -1.2318379 -0.008236991800000001 +13 -3.6283619 -0.15652888 -3.6273188999999997 0.56303188 -4.130011 -2.6760072999999998 -0.22395418 -3.0280826000000003 -3.033605 -2.802684 -4.9369343 -0.2308716 -4.9285745 +14 -3.1666331000000003 0.14998768 0.00047504867 -3.2796657 -2.7384421000000003 -1.1683951000000001 -0.30809117 0.0012263344999999999 0.0012292107000000001 0.0010376533 0.0039623553 -0.31804357 0.0039419776 +15 -3.1523801 0.16008909 0.0005301864900000001 0.04495908 -5.161064700000001 -3.5249330999999997 -1.2513913 0.0013337365 0.001340329 0.0011363307 0.0041275419 -1.2858732 0.004107379600000001 +16 -3.1487003 0.16270465 0.0005454454400000001 0.04566296 -3.4128321 -5.2285675000000005 -2.4317467 0.0013625220000000001 0.0013703023999999998 0.0011631051 0.0041691448 -2.4811522999999998 0.0041490569 +17 -3.1495507999999997 0.16210404 0.00054222387 0.045501060999999995 -3.4135981 -1.7288363000000002 -2.0005976000000003 0.0013561716 0.0013637395 0.0011572950999999998 0.004158896699999999 -2.0450743 0.0041387999 +18 -6.827889599999999 -3.7541352999999997 -7.4098854 -1.2436531000000002 -6.7243724 -4.9566766 -3.5514851999999997 -9.4408664 -9.4610261 -9.197239100000001 -11.490033 -3.6107092000000005 -11.481589999999999 +19 -7.516918400000001 -4.782970400000001 -8.3514723 -1.288615 -7.4018508 -5.6164618 -4.0738696 -6.4621235 -9.8036586 -9.5398054 -11.833038 -4.1351059 -11.824572 +20 -3.1632404 0.1479446 0.020153419 -0.17292225 -3.3346112 -1.6146098 -0.76777272 0.01361672 0.014104563999999998 -3.3108231 -5.4881895 -0.79083678 -5.4798876 +21 -3.1591001 0.1500236 0.041320265 -0.13218501 -3.3472512 -1.6337229 -0.70401105 0.034938554 0.035296249 0.029632165 -2.4127502 -0.72559197 0.085394747 +22 -2.8663752000000002 -2.8604521000000003 -3.7063605 0.36195597 -3.2499814 -1.7675124 0.10984653 -3.1279220000000003 -3.1262708999999997 -2.8933720000000003 -5.0374777 0.11647517 -5.0291205 +23 -1.8190305 -2.2771213 -0.0014258157 -3.6355232 -1.2873246 -0.30599679 -0.09000498900000001 -0.0067611928 -0.005559486800000001 -0.004717869600000001 -0.0093162144 -0.092860543 -0.0093760898 +24 -1.7977628 -2.251718 -0.0014025876999999999 -0.31199183 -3.6926504 -1.9539707999999998 -0.52861894 -0.0067130477000000004 -0.005510969399999999 -0.0046750585 -0.0092371615 -0.54580217 -0.0092969898 +25 -1.7821608 -2.2330521 -0.0013833599 -0.31078495 -1.8491241999999999 -4.0773535 -1.5340733999999998 -0.006675345 -0.005472895699999999 -0.0046411067 -0.0091828296 -1.5723129999999998 -0.0092425749 +26 -1.7814215 -2.2321557999999997 -0.0013822001000000001 -0.31072688 -1.8484688999999999 -0.53900125 -1.6914726000000002 -0.0066733057999999994 -0.0054708275 -0.0046392153 -0.0091810001 -1.7316928 -0.0092407336 +27 -5.8041377999999995 -7.2492019 -7.422091 -1.3156276000000002 -5.6726014000000005 -3.8006644 -2.723363 -9.480733800000001 -9.482147 -9.2183379 -11.5111 -2.7761747000000003 -11.502680999999999 +28 -6.0895633 -8.2124837 -8.3486906 -1.3312618 -5.9553940999999995 -4.074082499999999 -2.8995374 -6.482799900000001 -9.806297599999999 -9.5424311 -11.835635 -2.9536709 -11.827185 +29 -1.8037441000000003 -2.2672022999999997 0.015802092 -0.59307536 -1.7665263999999998 -0.48345223 -0.45191097 0.003350676 0.0050222201000000005 -3.3186072999999996 -5.4965269 -0.46627688 -5.4882285 +30 -1.7964651999999999 -2.2663412 0.037187207 -0.53978761 -1.7777637 -0.4919605 -0.38854367 0.024972256 0.026500167 0.022139059 -2.4309386 -0.40117609 0.067517895 +31 -0.5160469 -0.33179951 -3.6402758 -2.7876119999999998 0.11680329 -0.072059977 0.57912066 -3.0428738999999996 -3.0487099 -2.8174513 -4.953394599999999 0.60699863 -4.9450347 +32 -0.4857979 -0.31168485 -3.6386819999999997 0.53703701 -2.7842778 -1.3329619 0.26166511 -3.0411407 -3.0468331 -2.8156152999999997 -4.9513557 0.27456943 -4.9429955 +33 -0.45274396 -0.28914811 -3.636807 0.54015795 -0.79203842 -3.7776707000000003 -0.73412725 -3.0391359000000002 -3.044613 -2.8134425 -4.9489544 -0.75702362 -4.940593 +34 -0.44891244 -0.28651353 -3.6365809999999996 0.54052575 -0.78824163 -0.23302267 -1.0555294 -3.0388966 -3.0443447999999997 -2.8131798999999997 -4.948664900000001 -1.0863402 -4.940303299999999 +35 -2.6513098 -2.5477866000000002 -7.4045423999999995 0.35300029 -3.0378536 -1.7084525000000002 0.03807952 -7.850634599999999 -7.8710297 -7.6081557 -9.897539199999999 0.042596694000000004 -9.8889549 +36 -3.3115949000000002 -3.2759432 -8.3874913 0.30761129 -3.6901314 -2.3202641 -0.21027552 -4.6662349999999995 -8.0074737 -7.7444929 -10.034364 -0.21561237 -10.025780000000001 +37 -0.51052255 -0.3279295 -3.6325419 0.53417698 -0.85068517 -0.23903014 0.54328197 -3.0379148999999996 -3.0436151000000002 -6.1343935 -8.4140269 0.56926167 -8.4054686 +38 -0.51092812 -0.32833518 -3.6337207 0.53416878 -0.85114536 -0.23945048 0.54301671 -3.038686 -3.0444852000000004 -2.8133191 -7.4094141 0.5689925 -4.9407879999999995 +39 0.0060031962 0.0043121578 1.7071982e-05 -3.3208409 -1.5646950000000002 -0.42926428 -0.11587835 3.7412657e-05 3.8339379e-05 3.3272325e-05 7.9489135e-05 -0.11962278 7.9386658e-05 +40 0.023760944 0.016941776999999998 7.870592099999999e-05 -3.3176949999999996 0.83990089 -3.3179727 -1.0071748999999999 0.00015833678 0.00016389249 0.00014452557 0.00027449547 -1.0357388 0.00027456285 +41 0.027642386 0.019680595 9.2405638e-05 -3.3170104 0.84420137 0.058189577 -1.5518125 0.00018495169 0.00019156196 0.00016907296999999998 0.00031625722 -1.5899365 0.00031637284 +42 -3.8877482000000003 -3.9690154000000004 -7.417266900000001 -4.5878385 -3.4369330000000002 -1.7928651999999998 -1.8610763 -9.4491386 -9.468999900000002 -9.2052093 -11.498009 -1.9041247 -11.489567999999998 +43 -4.6365773 -4.9300017 -8.3542958 -4.6271 -4.1958101999999995 -2.4488943 -2.1069249 -6.4651860999999995 -9.8066578 -9.542803300000001 -11.836038 -2.1533539 -11.827572 +44 0.0037366077 -0.0018125748 0.018983478 -3.5431537000000004 0.83507766 0.061777654 -0.30031663 0.011751899 0.012236063 -3.3124105999999998 -5.489894400000001 -0.30996144 -5.4815927 +45 0.0072927167 -0.00027971789 0.040116375 -3.5014122000000003 0.83631865 0.060769943 -0.23890178 0.03304629 0.033400384 0.028025381000000002 -2.4182105 -0.2468012 0.079825594 +46 0.028375991 0.020128654 9.3568025e-05 0.005015739 -2.1061023999999997 -4.2437118 -1.6558203000000002 0.00018827813000000002 0.00019494215 0.00017194763 0.000323675 -1.6960914 0.00032378965 +47 0.028438557000000003 0.020177616000000002 9.430113300000001e-05 0.0050276625 -2.1060737 -0.70264399 -1.7267139999999999 0.00018921358 0.00019599043000000002 0.00017296414000000002 0.00032318673 -1.7674830000000001 0.00032331708 +48 -3.8855726 -3.9670084 -7.417123599999999 -1.2659436000000002 -5.4945512 -3.7206419000000004 -2.7367084999999998 -9.449035 -9.468829300000001 -9.2050388 -11.497839 -2.7901112 -11.489398 +49 -4.635200599999999 -4.928521099999999 -8.3542159 -1.3052493 -6.2287129 -4.4460254 -3.2017611 -6.4651431 -9.8065629 -9.5427085 -11.835942999999999 -3.2587576 -11.827477 +50 0.010077632 0.0026018931 0.019013271 -0.21997319 -2.0413573 -0.64677172 -0.48960473 0.01180161 0.012286871999999999 -3.3123663 -5.4898473 -0.5051121 -5.4815456 +51 0.013991162 0.0043931975 0.040147428 -0.17819127 -2.0524915 -0.65645305 -0.42593984 0.033098131 0.033453332 0.028071348 -2.4181029 -0.43973589 0.079933697 +52 0.030237227999999998 0.021442824 0.00010055853999999999 0.005344460200000001 0.031800188 -3.4176910000000005 -2.5935365000000004 0.00020144982 0.00020872253 0.00018424998 0.00034288982000000006 -2.6421075000000003 0.00034303785000000005 +53 -3.8848144000000002 -3.9662805 -7.4170774 -1.2659171999999999 -3.7562357000000004 -5.3187133 -3.8232864999999996 -9.448999800000001 -9.468772999999999 -9.2049825 -11.497783 -3.8829431000000003 -11.489341 +54 -4.634850800000001 -4.9281396 -8.3541979 -1.3052423 -4.5060807 -5.9508795 -4.3632759000000005 -6.465132700000001 -9.8065412 -9.5426868 -11.835921 -4.4251197 -11.827456 +55 0.020970821 0.010317185 0.019067348 -0.21774914 0.13053122 -3.3784343999999997 -1.3669825 0.011890719 0.012378816 -3.3122847 -5.4897613 -1.4012995000000001 -5.4814595 +56 0.025747992999999997 0.012727568 0.040204343 -0.17585135 0.11616098 -3.3852594 -1.3070807 0.033192336 0.033550484 0.028157122000000003 -2.4179421000000003 -1.3406175 0.080094358 +57 -3.8849774 -3.9664296 -7.4170878 -1.2659226000000001 -3.7563955 -2.0525263 -3.4502409 -9.449007400000001 -9.468784900000001 -9.204994500000002 -11.497794 -3.5055852 -11.489353 +58 -4.6349849 -4.9282814 -8.3542049 -1.3052449 -4.5062069000000005 -2.727392 -3.7207385000000004 -6.4651366999999995 -9.8065494 -9.542695 -11.835929 -3.7778892999999996 -11.827463999999999 +59 0.02321056 0.011897976000000001 0.019078506000000002 -0.21729242 0.13289904 0.012491855 -1.8605422999999999 0.011909086999999999 0.012397805 -3.3122678 -5.489743499999999 -1.9015069 -5.4814417 +60 0.028159421 0.014430033 0.040216017 -0.17537228 0.11870094 0.010306352 -1.8016355 0.03321166 0.033570451 0.028174807000000003 -2.4179107999999996 -1.8421625 0.080125527 +61 -6.051025 -8.012335 -11.496566 -1.3175176000000002 -5.9219876 -4.0554592000000005 -2.8820961 -10.20271 -13.545842000000002 -13.281720000000002 -15.576335999999998 -2.9362092 -15.567844000000001 +62 -3.8874144999999998 -3.9686681000000004 -7.4169806 -1.2660028 -3.7586348 -2.0532824 -1.9416557 -9.4490139 -9.4687875 -12.526925 -14.821411 -1.9858871 -14.812968 +63 -3.8876513 -3.9689534 -7.4172458 -1.266014 -3.75889 -2.0536837 -1.9419224999999998 -9.449129300000001 -9.4689786 -9.205188 -13.957432999999998 -1.9861573000000001 -11.489550999999999 +64 -4.636401599999999 -4.9297553 -8.3540988 -1.3052715 -4.5074874000000005 -2.7278493 -2.215795 -6.465129599999999 -9.8065117 -12.864585 -15.159138 -2.2635923 -15.150670000000002 +65 -4.6365434 -4.9299538 -8.3542814 -1.3052757 -4.5076412 -2.7281028999999997 -2.2159776 -6.4651821 -9.806643199999998 -9.5427888 -14.295465 -2.2637772999999997 -11.827561 +66 0.0036894472 -0.0018013420999999999 0.016657522 -0.22488687 0.11356827 0.012145976000000001 -0.31789802 0.0094307949 0.0099230986 -3.3144486000000004 -7.952337599999999 -0.32810646 -5.484 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1306898999999997 1.2397728000000001 -0.0010835064999999999 0.050874813 -2.2614466 -2.9867392 -1.8840618999999998 0.0013627806 0.0013817667000000002 0.0011887547 0.004010217 -2.1113331000000004 0.00397315 +2 -1.0409199 -1.985243 0.00088914169 -0.028057007000000002 -1.0742022 -1.4833009 -0.74901529 -0.00047003742 0.00012488567 -2.1460219e-05 -0.00042415483 -0.85593507 -0.00042661785999999994 +3 -0.29330278 0.18187337 -2.5707635 0.12342153 -0.42904617 -0.66970341 -0.20536067 -1.8951341 -1.8962795 -1.4518088 -4.7309589999999995 -0.2368403 -4.722611 +4 -0.21380935 -0.28501288 0.00015904071 -3.3286834 1.9215005 1.2155613 0.38927781 -0.00016912229 -0.00017068613000000002 -0.00014657139 -0.00049591002 0.44112187 -0.00049175895 +5 0.76545307 0.8440883 -0.00071102207 0.029685232000000002 -1.1276441000000001 -1.6530828999999998 -0.80090781 0.00075744453 0.00076607218 0.0006790022999999999 0.0023476896 -0.93241663 0.002324328 +6 1.0772917 1.1133600000000001 -0.0009971114500000001 0.043233185 1.0725125 -3.1802639999999998 -2.0571646 0.00115225 0.0011719522999999999 0.0010448099000000001 0.0035990444 -2.29451 0.0035634340000000003 +7 1.0439505 1.0867453 -0.0009721437400000002 0.04178585 1.0384943000000002 0.88270767 -1.6458566000000003 0.0011042102999999999 0.0011217466999999999 0.00099909282 0.0034448877 -1.8609256999999997 0.0034107341 +8 0.88433164 1.0744611000000002 -0.044816855999999995 -1.4704661 2.0505158 1.4861248 -1.2965182 -3.444703 -3.4504453 -2.9126767000000005 -6.7809644 -1.4761587 -6.7717615 +9 -0.73855873 -0.42942431 -3.5005406000000003 -1.7906379000000001 0.46067187 0.8390794 -1.8351946 -3.1114436000000003 -6.4494382 -5.8617555999999995 -9.9849831 -2.0532397000000002 -9.975429400000001 +10 0.96694062 0.089591374 2.2744584 -0.23180447 1.2121392 1.0868339 0.27844834 1.7841431 1.7852178 -2.2148944999999998 -5.9167329 0.30850999 -5.907531 +11 0.60250251 0.027182382999999997 1.4998968000000001 -0.10429671 0.75589814 0.74968688 0.24395168 1.2487001 1.2495728000000002 0.8345518 -1.3667162 0.27212089 1.414785 +12 -3.7107910000000004 -0.95242997 0.00071777886 -0.017529813999999998 -3.7955196000000004 -4.5885815999999995 -3.3728693999999995 -0.00018945345 0.00040721175 0.00020958234 0.00033509284 -3.6527281000000005 0.00032627522 +13 -2.4683841 1.1471643 -2.5604335 0.16101577 -2.6785633 -3.4807928999999995 -2.3023139 -1.8805498999999999 -1.8815068 -1.4384796 -4.7068862000000005 -2.5501317 -4.6985577 +14 -2.6148792999999997 0.79719737 -0.00060167132 -3.294001 -0.86467348 -1.2588986999999998 -0.55953135 0.00068984636 0.0006949696400000001 0.0005664468499999999 0.0018724551000000001 -0.65078067 0.0018568826 +15 -2.0665318 1.2892928999999997 -0.0011447234 0.053880792000000004 -3.9220258 -4.728961099999999 -3.5153508 0.0014538448999999998 0.0014763321 0.0012739 0.004299833 -3.7999494 0.0042600049 +16 -2.0606055 1.2937546999999998 -0.0011503135 0.054156415 -2.1936758 -6.1085185 -4.8659097000000004 0.001462231 0.0014850778 0.0012817687 0.0043265544 -5.1671282 0.0042864734 +17 -2.0672352 1.2887605 -0.0011441264 0.053847963 -2.200082 -2.9260672000000003 -3.4353557 0.0014527742999999999 0.0014752123000000002 0.0012728786 0.0042963631 -3.7185156999999998 0.0042565686 +18 -2.1451877 1.3552248 -0.04228898 -1.4230625 -1.2270286 -0.62439994 -1.952706 -3.4417467000000004 -3.4471677000000005 -2.9094991 -6.7772619999999995 -2.1779451 -6.7680588 +19 -3.8063152999999996 -0.22110158 -3.4880695 -1.7727629 -2.6989412 -2.1847875 -3.1204417 -3.099514 -6.4359017 -5.8482673 -9.9712905 -3.3936115 -9.961733099999998 +20 -1.3629612 1.360428 2.27481 -0.16814981 -1.3077783 -1.8230776000000002 -1.0066671 1.7846317999999999 1.7857073 -2.2146890999999997 -5.9164527 -1.1625751 -5.9072509 +21 -1.6720104 1.3212462999999999 1.5002708999999999 -0.046116062 -1.7139944999999999 -2.3274315 -1.3478153999999998 1.2497387 1.2506146 0.83517512 -1.3662751 -1.5328316 1.4153203 +22 -1.5926563999999999 -1.5075261999999998 -2.5750537000000002 0.095978817 -1.7390451 -2.4411595 -1.3764645 -1.903625 -1.9025709 -1.4574573 -4.741517 -1.5647558000000001 -4.7331566 +23 -1.44074 -2.805625 0.00099168671 -3.3541237 0.46422082 0.46788585 0.19054477 -0.00056853615 2.5674212000000002e-05 -0.00010745038999999998 -0.0007160769599999999 0.21351751 -0.00071591967 +24 -0.58595391 -1.2161241000000003 0.0007304779400000001 -0.021264167999999996 -2.3998804 -3.1166012000000003 -1.9979657 -0.00030131364 0.00029495326 0.0001280522 8.8744676e-05 -2.2276293 8.1415683e-05 +25 -0.5027476 -1.0947613999999999 0.00069960969 -0.019822802 -0.54005739 -4.5363470999999995 -3.3226358 -0.00026262406 0.00033402322 0.00016277778 0.00020715446 -3.6013387999999997 0.00019870914 +26 -0.55379485 -1.1688934 0.00071709797 -0.020717261 -0.59082637 -0.97532884 -2.1647541 -0.00028837845 0.00030799081 0.00013931827 0.00012731521999999998 -2.4069792000000003 0.00011963624 +27 -0.79034066 -1.4085197 -0.035687143 -1.6590121 0.31474578 0.86320518 -1.4429368 -3.440543 -3.4410718 -2.9038895 -6.7686209 -1.6347601999999999 -6.7594321 +28 -3.027847 -3.2671736 -3.4641811000000002 -1.8745439 -1.8577941000000002 -1.1695309999999999 -2.5067508 -3.093476 -6.4166453 -5.8293608 -9.950507400000001 -2.7594638 -9.940986599999999 +29 0.32808491 -2.4018954 2.2748211 -0.26972839 0.53040292 0.55979404 0.16027224 1.7842798999999998 1.7855278 -2.2146185000000003 -5.9164437 0.16941829 -5.9072419 +30 -0.20400851 -2.3897564 1.5001372 -0.13726136 -0.1043967 -0.12519268 -0.033529067 1.2485796 1.2497032 0.83470734 -1.3664895000000001 -0.04788805 1.4150004999999999 +31 -0.82415284 -0.3488975 -2.5740069 -3.2105945 1.1169213 0.87784538 0.35088762 -1.8998119999999998 -1.900989 -1.4560582 -4.7386412 0.4043075 -4.7302861 +32 0.52001027 0.87512747 -2.5641568 0.14741498 -1.43468 -2.0979208 -1.0977288 -1.88573 -1.8867638999999998 -1.4432181 -4.7155062999999995 -1.261534 -4.707171099999999 +33 0.71715066 1.0171477 -2.5623151 0.15385118 0.59831164 -3.5935328 -2.4046541 -1.883161 -1.8841183000000001 -1.4408299999999998 -4.711218799999999 -2.6572016 -4.7028858 +34 0.66787417 0.98304039 -2.5627787 0.15225001 0.54759091 0.31645271 -1.7501134999999999 -1.8838037 -1.8847846999999998 -1.4414315 -4.712299400000001 -1.9697712 -4.703965900000001 +35 -0.53316585 -0.013411513 -5.0548367999999995 0.08820335 -0.64947695 -1.0708596000000001 -0.45674919 -6.362671499999999 -6.3868169 -5.7991282 -9.923882 -0.53429652 -9.9140718 +36 -1.0461181 -0.6167922 -6.8954209 0.044427065999999994 -1.1388969999999998 -1.6889473999999998 -0.89761795 -3.373972 -6.7178884000000005 -6.1287732 -10.260233 -1.0322333000000001 -10.250417 +37 -0.29089065 0.18156727 -2.5220211 0.12122438 -0.42528199 -0.66374171 -0.20289135 -1.8640863 -1.8650828000000002 -4.7456082 -8.834402699999998 -0.2341944 -8.824621800000001 +38 -0.29116728 0.1816451 -2.5289906 0.12150831 -0.42571602 -0.66444258 -0.20334925 -1.8685564 -1.8696560000000002 -1.4278006 -7.1556005 -0.23468604 -4.6816819 +39 0.11356523 0.12258345 -0.00011320993 -3.3185834 -0.082377515 -0.11969135 -0.008765474300000001 4.7815803e-05 4.7736047e-05 3.3121749e-05 0.00011389495 -0.014369048 0.00011329100000000001 +40 0.93229109 0.99359605 -0.0008735491800000001 -3.2850138999999996 3.0698479 -2.0829956000000003 -1.1232995000000001 0.0009572983199999999 0.00097006649 0.0008619318899999999 0.0029774144 -1.2940089 0.0029477829 +41 1.0315721 1.0768441999999998 -0.0009610625 -3.2806724999999997 3.1813213 1.63008 -1.5590768999999998 0.001088499 0.001105452 0.00098450722 0.0033956329 -1.7685671000000003 0.0033619339 +42 0.872255 1.0652952 -0.04490806 -4.793783400000001 3.3728790999999996 1.6193735 -1.2632621000000002 -3.4448043 -3.4505701 -2.9127972 -6.7811076 -1.4400083000000001 -6.7719048 +43 -0.75699642 -0.44291637 -3.5020468 -5.1134499 1.4171042999999999 1.2351674 -1.7337728 -3.1127679 -6.4510739 -5.8633854 -9.9866393 -1.9452598 -9.977085800000001 +44 0.88017616 -0.024603086 2.2744482999999995 -3.5572327000000006 3.2661937 1.6147968000000001 0.36290796 1.7841221999999999 1.7851968999999996 -2.2149031000000003 -5.9167447 0.40681972 -5.9075428 +45 0.50165744 -0.11073763 1.4998826 -3.429933 2.834158 1.4859495 0.39600261 1.2486468000000002 1.2495194 0.83452279 -1.3667344 0.44684095 1.4147625 +46 1.123975 1.1492235 -0.0010382358 0.045224442999999996 -0.79127512 -4.7714425 -3.5566885999999998 0.0012116448 0.0012340479 0.0011005436999999999 0.0037881137 -3.8421479 0.0037507240000000004 +47 1.0969951999999998 1.1285973999999999 -0.0010156608 0.044073653 -0.81614627 -1.3197763 -2.3347066 0.0011760432000000002 0.0011967024000000001 0.0010667663000000001 0.0036734955 -2.5854486 0.003637198 +48 0.94796742 1.1232567 -0.044262204000000006 -1.4629173 0.014933537 0.57904766 -1.5417836999999999 -3.4440936 -3.4496839 -2.9119384999999998 -6.780104799999999 -1.7403506999999998 -6.7709019 +49 -0.68330536 -0.38768962 -3.4958976 -1.7877898 -1.3311745000000001 -0.66405422 -2.3389487 -3.1073516 -6.4443374 -5.8566712 -9.9798291 -2.5830724 -9.9702741 +50 1.4175031 0.68770041 2.2745354 -0.20838058 -0.34985545 -0.50045237 -0.21251376 1.7842921000000003 1.785367 -2.2148322 -5.9166476999999995 -0.26210468 -5.9074459 +51 1.1255721 0.72342184 1.500009 -0.07924953900000001 -0.71126876 -1.0028188 -0.43948041 1.2491116000000002 1.2499853 0.83479772 -1.3665448999999998 -0.51527026 1.4149934 +52 1.1244602 1.1495908000000001 -0.0010386554 0.045245079 1.1211211 -3.1450864 -3.6141086000000002 0.0012122727 0.0012347082 0.0011011463 0.0037901856 -3.9006642999999994 0.0037527752000000004 +53 1.0357782 1.1901841 -0.043226714000000006 -1.4521786 2.2201519 -2.0485748 -2.5601244 -3.4429835 -3.4482483 -2.9105373 -6.7785349 -2.8150037999999995 -6.769331200000001 +54 -0.64599926 -0.35852213 -3.4926515 -1.7857508000000002 0.55713911 -2.7749048 -3.4433035000000003 -3.1044859000000002 -6.4407025 -5.8530467 -9.976168800000002 -3.7242845 -9.9666117 +55 1.9528101000000002 1.3014552 2.2746627 -0.17251781 2.2623716 -2.3953401000000003 -1.4469183 1.7845343999999996 1.7856101999999998 -2.2147291 -5.9165075 -1.645544 -5.9073056 +56 1.5919987 1.2256903000000001 1.5001434 -0.052449728 1.7424278000000002 -2.712556 -1.6689131000000001 1.2495983999999998 1.2504747999999999 0.83510885 -1.3663114 -1.8816081999999998 1.4152751000000001 +57 1.0470171999999998 1.1985747 -0.043076553 -1.4508003999999999 2.232772 1.4980728 -2.9563002 -3.4428245000000004 -3.4480394999999997 -2.9103333 -6.7783083 -3.2252322 -6.7691045 +58 -0.64654883 -0.35875888 -3.4926962 -1.7857671999999998 0.5564663 0.86762631 -3.4438172 -3.104524 -6.4407417 -5.853085500000001 -9.9762103 -3.7249212 -9.966652999999999 +59 1.9806485 1.3273523 2.2746693 -0.1706677 2.2937328999999997 1.4590212 -1.6462718999999997 1.7845471000000002 1.7856229 -2.2147237 -5.9165000999999995 -1.8612688999999998 -5.9072982000000005 +60 1.5971932 1.2299924999999998 1.5001444 -0.052180312 1.7482115000000003 1.3013118000000001 -1.6256331 1.2496024 1.2504788 0.83511084 -1.3663105 -1.8392796000000002 1.4152763000000002 +61 -4.2741776 -4.5212615 -8.0500026 -1.8954435 -3.1054075 -2.6522544999999997 -3.4635458 -8.6264986 -11.969855 -11.375094 -15.532129999999999 -3.7465636 -15.522426000000001 +62 0.88667834 1.0760277 -0.041624617 -1.477759 2.0587282 1.4880811999999999 -1.3051278 -3.4421983 -3.4477595 -6.2320099 -10.363405 -1.4854705 -10.353800999999999 +63 0.88592091 1.0753771 -0.042909304 -1.4771972 2.0574398 1.4872564 -1.3049405 -3.4432829 -3.4489233999999995 -2.9112127 -9.2408882 -1.4852404 -6.7706455000000005 +64 -0.73763334 -0.42847451 -3.4992582999999997 -1.7906806 0.4616526 0.84017789 -1.8346169999999997 -3.1104439999999998 -6.4483572 -9.1826085 -13.336841 -2.0526441 -13.327244 +65 -0.73837076 -0.4292446 -3.5001391 -1.7907475 0.46094552 0.83923771 -1.8353152 -3.1111494 -6.4491294 -5.8614483 -12.444344000000001 -2.0533679 -9.9751859 +66 0.98074079 0.09334717599999999 2.2988012 -0.2387729 1.2308402 1.098907 0.27617082 1.7977095 1.798788 -2.2091979999999998 -8.3721607 0.30575997 -5.9008593000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1290737999999996 1.2401859 -0.0010891265 0.050831312999999996 -2.2593872999999998 -2.9842265 -1.8836116999999999 0.0013627402 0.0013817159 0.0011880561 0.004010147899999999 -2.1106580000000004 0.0039731281 +2 -1.0403474 -1.9835752 0.00076651542 -0.02803398 -1.0730285 -1.4829595 -0.74910056 -0.00050545999 8.9192294e-05 -3.1671934000000004e-05 -0.00041291343999999997 -0.85613968 -0.00041528246 +3 -0.2919088 0.18154351 -2.5702379 0.12621039 -0.42762668 -0.66867931 -0.20528513 -1.8955407 -1.8966843 -1.4540870000000001 -4.7164267 -0.23656655 -4.708189099999999 +4 -0.21527236 -0.28652235 0.0001604316 -3.3287065 1.9179823 1.2172851999999998 0.38992665 -0.00016972584999999998 -0.00017129373 -0.00014702377 -0.00049798232 0.44190213 -0.0004938103900000001 +5 0.76692613 0.84460714 -0.0007140120399999999 0.029668355 -1.1254282 -1.6505904999999998 -0.8002438 0.00075742951 0.00076605096 0.0006785611099999999 0.0023476692 -0.93161131 0.0023243268 +6 1.0788458 1.1137346000000001 -0.001000831 0.04319465 1.0742246000000002 -3.1776406 -2.0566081 0.0011520658 0.0011717569 0.0010439644 0.0035981882 -2.2937095000000003 0.0035626214000000003 +7 1.0453568000000002 1.0870214 -0.00097563711 0.041743607 1.0400486 0.88490487 -1.6449267 0.0011039024 0.0011214255 0.00099817559 0.0034437314 -1.8597253 0.0034096215999999996 +8 0.88867081 1.0770383 -0.040333958999999996 -1.4687256000000002 2.0551293 1.4916766000000001 -1.2940035 -3.4428693999999997 -3.4485932999999998 -2.9122177000000002 -6.779671799999999 -1.4733731 -6.7704494 +9 -0.73305204 -0.4257465 -3.4957651 -1.7886174 0.46652634 0.84718343 -1.8316838 -3.1090462000000003 -6.446979799999999 -5.8607345 -9.982909300000001 -2.0493895 -9.973336 +10 0.9684114 0.088799201 2.2779556 -0.23175962 1.2139687 1.0897725 0.27917199 1.7856376 1.7867119999999999 -2.214268 -5.9151922 0.30937628 -5.9059703 +11 0.60292297 0.026236038 1.5017737 -0.10418603 0.7564411 0.75141532 0.24442977 1.249049 1.2499213 0.83451376 -1.3653205 0.27271479 1.4160449 +12 -3.7099765 -0.95198216 0.0005935482499999999 -0.017525494 -3.7940191 -4.5866332000000005 -3.3730258 -0.00022507490000000003 0.00037131716 0.00019913984 0.00034599031 -3.6526440000000004 0.00033728078999999996 +13 -2.4663033 1.1472569 -2.5598856 0.16369457 -2.6766088 -3.4787557000000002 -2.3018629 -1.8809451000000001 -1.8819002 -1.4407428999999998 -4.692591200000001 -2.5493765 -4.6843708 +14 -2.6129968 0.79829461 -0.00060650684 -3.2939892 -0.86309114 -1.2575278 -0.55941503 0.00069059288 0.00069571827 0.00056690908 0.0018755788 -0.65064193 0.0018599894 +15 -2.0649423 1.2896553999999998 -0.0011504567999999998 0.053830947000000004 -3.9199552000000004 -4.7263891 -3.5148866 0.0014537333 0.0014762081 0.0012730825 0.0042994989 -3.7992031 0.0042597237 +16 -2.059018 1.2941131000000001 -0.0011560579 0.054106015 -2.1916529 -6.105956900000001 -4.865462 0.0014621137 0.0014849479 0.0012809411 0.0043261993 -5.1663829 0.0042861717 +17 -2.0656477 1.2891218 -0.001149856 0.053798083 -2.1980582 -2.9235801 -3.4348351000000004 0.001452661 0.0014750866 0.0012720604 0.0042960256 -3.7177108999999997 0.004256284 +18 -2.1405819 1.3580254999999999 -0.037800582 -1.4213221 -1.222126 -0.6166058 -1.9492412000000001 -3.4399064 -3.4453087999999994 -2.9090332 -6.775962599999999 -2.1741414 -6.7667399 +19 -3.8006424 -0.21723827 -3.4832671000000004 -1.7707412 -2.6929476 -2.1754333999999997 -3.1149141 -3.0970942000000004 -6.4334166 -5.8472196 -9.9691899 -3.3876777999999996 -9.959613000000001 +20 -1.3607866000000002 1.3606743000000001 2.278307 -0.16815034 -1.3051304 -1.8195108 -1.0055138000000001 1.7861265 1.7872017 -2.2140626 -5.9149118 -1.1611418 -5.90569 +21 -1.6703841 1.3215277 1.5021476 -0.04604309 -1.7120331000000002 -2.3249431 -1.3473482 1.2500891 1.2509646 0.83513831 -1.3648777 -1.5321476 1.4165821 +22 -1.5912038999999998 -1.5077608 -2.5746671 0.09886219199999999 -1.7376416000000001 -2.4397071 -1.3766223 -1.904123 -1.9030673999999999 -1.4598427 -4.7246664 -1.5646215 -4.7164481 +23 -1.4422273 -2.8069382000000003 0.00086983224 -3.354111 0.46153809 0.46656168 0.19015279 -0.00060423961 -1.0301203e-05 -0.00011786468 -0.00070581019 0.21308886 -0.0007055491400000001 +24 -0.5851582 -1.2154293 0.00060742085 -0.021253836 -2.3982052000000005 -3.1146197 -1.9979166000000002 -0.00033690593999999996 0.0002590885 0.00011760294 9.9516037e-05 -2.2274321 9.228870999999999e-05 +25 -0.50202386 -1.0943273 0.00057651722 -0.019817012 -0.53882922 -4.5343205 -3.3227142 -0.00029829043999999997 0.00029808372000000004 0.00015224126 0.00021769367 -3.6011763 0.00020935325000000002 +26 -0.55314184 -1.1684682 0.00059407356 -0.020710599 -0.58966172 -0.97452516 -2.1644549 -0.0003240424 0.00027205389 0.00012880207 0.00013788948000000001 -2.4064495999999997 0.00013031393 +27 -0.7866078 -1.4062333999999999 -0.031289104 -1.6571304 0.31870703 0.8697287 -1.4401886000000002 -3.4387856 -3.4393071 -2.9035147 -6.7674303 -1.6317211999999999 -6.7582219 +28 -3.0233146 -3.2636919 -3.4597031000000005 -1.8725029 -1.8529168000000003 -1.161191 -2.5027731 -3.0913418 -6.4144942 -5.828646099999999 -9.9487463 -2.7551113 -9.939205900000001 +29 0.32991724 -2.4034454 2.2782647000000003 -0.26963707 0.53275889 0.56325476 0.16116467 1.7857450000000001 1.7869922999999999 -2.2140093 -5.914922499999999 0.17048019 -5.905700700000001 +30 -0.20339773 -2.3910132 1.5019545 -0.1371077 -0.10336168 -0.12370599 -0.033412568999999996 1.2489024 1.2500253000000001 0.83465549 -1.3651 -0.047690344 1.4162541000000002 +31 -0.82359794 -0.34989252 -2.5734892999999994 -3.2077751 1.1168403 0.87854619 0.35121015 -1.9002241000000002 -1.9013993999999999 -1.4583427 -4.7240356 0.40487162 -4.7157917000000005 +32 0.52193516 0.87511562 -2.5636178 0.15013306 -1.4328245000000002 -2.0960278999999997 -1.0973457 -1.8861299999999999 -1.8871620999999998 -1.4454876 -4.7011272 -1.2608694 -4.692900900000001 +33 0.71923318 1.0172393 -2.5617717 0.15655308 0.60022712 -3.5914924 -2.4042037 -1.8835581000000001 -1.8845136999999998 -1.4430961000000002 -4.6968803 -2.6564478 -4.688655799999999 +34 0.66989085 0.98308938 -2.5622367 0.15495507 0.54944526 0.31843847 -1.7494511000000001 -1.8842019 -1.8851812 -1.4436987 -4.6979512 -1.9688057 -4.6897263 +35 -0.53089873 -0.012948016000000001 -5.0601473 0.092059 -0.64758087 -1.0690671999999999 -0.45614419 -6.3621013 -6.3862343 -5.8002414 -9.9226552 -0.53341378 -9.9128261 +36 -1.0415715 -0.61383728 -6.8964702 0.047672967999999996 -1.1347237 -1.6843633000000002 -0.89430995 -3.3708626000000006 -6.7147449 -6.1273301 -10.256467 -1.028527 -10.246634 +37 -0.28951599 0.18120394 -2.5213802000000003 0.12400033 -0.42386533 -0.6626918 -0.20283231 -1.8644741999999999 -1.8654685000000002 -4.7478983 -8.835459 -0.23393412 -8.825657099999999 +38 -0.2897671 0.18131022 -2.5282327 0.12429516 -0.42428451 -0.66339327 -0.20326517 -1.8688506999999999 -1.8699483000000001 -1.4299696000000002 -7.142013499999999 -0.23440261 -4.6676207000000005 +39 0.11369058 0.12250891 -0.00011360239 -3.31859 -0.081345027 -0.1185595 -0.0085699209 4.7621118999999996e-05 4.7539724999999997e-05 3.2978774e-05 0.0001137894 -0.014119226 0.00011317865 +40 0.93369105 0.99392825 -0.0008767925400000001 -3.2850476000000004 3.070166 -2.0804457999999997 -1.1227778 0.0009570880099999999 0.00096984724 0.0008611996699999999 0.0029766684 -1.2932768 0.0029470713 +41 1.0329154 1.0770761999999998 -0.00096446259 -3.2807165 3.1816332999999997 1.6328278 -1.5579631999999999 0.0010881346000000001 0.001105073 0.0009835494199999999 0.0033943106 -1.7671729 0.0033606565000000002 +42 0.87658286 1.0678635 -0.040425319 -4.7920432 3.3772019999999996 1.624636 -1.2608121 -3.4429709 -3.4487183 -2.9123384 -6.7798152 -1.4372923 -6.7705928 +43 -0.75148309 -0.43922916 -3.4972711000000003 -5.111428599999999 1.4228396 1.2420867 -1.7306337999999999 -3.1103699000000002 -6.4486147 -5.8623636 -9.9845648 -1.9418017 -9.9749916 +44 0.88148446 -0.025638344 2.2779455 -3.5571881000000003 3.2665737 1.6177119 0.36366156 1.7856167 1.7866911 -2.2142767000000005 -5.9152040999999995 0.40771874 -5.905982099999999 +45 0.50175738 -0.11213355 1.5017595 -3.4298260000000003 2.832985 1.4883503999999999 0.39680861 1.2489955 1.2498677 0.83448464 -1.3653388000000002 0.44780556 1.4160223 +46 1.1255271999999998 1.1495749 -0.0010420552000000001 0.045182407 -0.78909394 -4.7686722999999995 -3.556023 0.0012114283 0.0012338189 0.0010996345 0.0037871427 -3.8411934999999997 0.0037497995 +47 1.0985201999999998 1.1289406000000002 -0.0010193963 0.044032456 -0.81398332 -1.3171715 -2.3339432999999996 0.0011758155 0.0011964622 0.0010658713 0.0036725232 -2.5844115000000003 0.0036362707000000003 +48 0.95240526 1.1259104 -0.039778072000000005 -1.461171 0.019686306 0.58618589 -1.5388578000000002 -3.4422585 -3.4478303999999995 -2.9114779 -6.7788107 -1.7371233 -6.769588199999999 +49 -0.67770359 -0.38395314 -3.4911136 -1.7857662 -1.3252941 -0.65447864 -2.3343119 -3.1049474999999997 -6.4418706 -5.8556418 -9.9777469 -2.578048 -9.9681724 +50 1.4192687 0.68737554 2.2780326 -0.20835913 -0.34742333 -0.49699459 -0.21161119 1.7857866999999998 1.7868612000000001 -2.2142057 -5.915107 -0.26100127 -5.9058851 +51 1.1267837 0.72339461 1.501886 -0.07914985599999999 -0.70944337 -1.0005524 -0.43907314 1.2494613 1.2503345 0.83476023 -1.3651486000000002 -0.51472417 1.4162541000000002 +52 1.126012 1.1499416999999998 -0.0010424751 0.045202995 1.1228358 -3.142478 -3.6134839 0.0012120559 0.001234479 0.0011002364 0.0037892128000000004 -3.8997488 0.0037518491 +53 1.0404934000000001 1.1930481000000002 -0.038738326000000003 -1.4504062 2.2252252999999995 -2.042999 -2.5572482000000005 -3.4411435 -3.4463892 -2.9100712000000004 -6.7772350999999995 -2.8118114 -6.768012 +54 -0.64023102 -0.3546631 -3.4878527000000004 -1.7837191000000003 0.56329046 -2.7675109 -3.4386352999999996 -3.1020693 -6.4382198 -5.8520012999999995 -9.974070699999999 -3.719246 -9.964494 +55 1.9551557000000002 1.3018622 2.2781601 -0.17250191 2.2650765 -2.3920463 -1.4458954 1.7860293 1.7871046999999998 -2.2141026000000004 -5.9149666 -1.6442452 -5.9057447 +56 1.5936163 1.2259687 1.5020205 -0.052369717999999996 1.7441223999999997 -2.709882 -1.6682946 1.2499487 1.2508246 0.83507193 -1.3649141000000002 -1.8807421999999998 1.4165368 +57 1.0517716000000001 1.2014672 -0.038587495 -1.4490242 2.2378942000000004 1.503639 -2.9536938999999998 -3.4409837999999997 -3.4461796000000002 -2.9098662999999996 -6.7770076 -3.2223107000000004 -6.7677844 +58 -0.6407659 -0.35488797 -3.4878961000000004 -1.7837347 0.56263359 0.87575964 -3.4402964999999996 -3.1021062 -6.4382575 -5.8520387000000005 -9.974110699999999 -3.7210589999999995 -9.9645338 +59 1.9830139 1.3277809999999999 2.2781667000000003 -0.17065228 2.2964583999999997 1.4622713 -1.6452258999999998 1.7860418999999998 1.7871175 -2.2140972000000003 -5.9149592 -1.8599444 -5.9057373 +60 1.5987437 1.2302111999999998 1.5020215000000001 -0.052104367 1.7498346000000002 1.3041842 -1.6245326 1.2499526 1.2508285 0.83507388 -1.3649132 -1.8378973 1.4165379999999999 +61 -4.2679738 -4.5146199000000005 -8.0436488 -1.893393 -3.0986933 -2.642327 -3.4579992999999996 -8.622046300000001 -11.965287 -11.371974 -15.527941 -3.7405932999999996 -15.518216 +62 0.89105755 1.078641 -0.037067606 -1.476005 2.0633831000000002 1.4936748 -1.3025719 -3.4402975 -3.4458403 -6.2314848 -10.361835000000001 -1.4826423 -10.352211 +63 0.89026626 1.0779594 -0.038427163 -1.4754601 2.0620685 1.4928092 -1.3024416 -3.4414504 -3.4470725 -2.9107547 -9.239595 -1.4824713 -6.7693342 +64 -0.73207817 -0.42474667 -3.4944052000000005 -1.7886541 0.46755325 0.84833467 -1.8310611 -3.1079845 -6.4458363 -9.181525599999999 -13.334694 -2.0487473 -13.325078 +65 -0.73286405 -0.4255668 -3.4953635999999997 -1.7887272 0.46680016 0.84734157 -1.8318048999999998 -3.1087521000000002 -6.4466711 -5.860427400000001 -12.442269999999999 -2.049518 -9.9730927 +66 0.98224776 0.09256871300000001 2.302338 -0.23873582 1.2327184 1.1018827 0.27688866 1.7992273999999997 1.8003056 -2.2085614 -8.3706049 0.30661934 -5.899284400000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d001+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.1290539 1.240142 -0.001089375 0.050828095 -2.2593576 -2.9842231 -1.8836025 0.0013627128 0.0013816835 0.0011879975999999999 0.0040102625 -2.1106342000000002 0.0039732446 +2 -1.0403765999999999 -1.9835645 0.00076609959 -0.028032453 -1.0730203999999999 -1.4829966 -0.74910312 -0.00050503972 8.9653301e-05 -2.9622246e-05 -0.00041291595 -0.85614278 -0.00041530363 +3 -0.29184778 0.18151762 -2.5703947 0.12681855 -0.42763991 -0.6687949 -0.20530224 -1.8956453000000002 -1.8967311000000002 -1.4542636 -4.7144663 -0.23657297 -4.7062511 +4 -0.21529537 -0.28652712 0.00016048003999999998 -3.3287065 1.9178046000000002 1.2172518 0.38984878 -0.00016972377 -0.00017129086 -0.00014701816000000002 -0.0004980215499999999 0.44181984 -0.0004938489299999999 +5 0.76694145 0.84456998 -0.0007141050599999999 0.029666282000000002 -1.12539 -1.6505603 -0.80023079 0.00075742398 0.0007660425099999999 0.0006785308599999999 0.0023477312 -0.9315868 0.0023243898 +6 1.0788646000000002 1.1136906 -0.0010009591 0.043191701 1.0742445 -3.177658 -2.0566148999999996 0.0011520651 0.0011717523 0.001043923 0.0035982846999999996 -2.2937021 0.0035627197999999996 +7 1.0453759 1.0869785 -0.0009757604499999999 0.041740781 1.0400684999999998 0.88487823 -1.6449745 0.0011039046000000002 0.0011214241 0.0009981395800000002 0.0034438382 -1.8597613000000002 0.00340973 +8 0.88864335 1.0769461999999999 -0.040645769 -1.4686075 2.055133 1.4915106000000002 -1.2943233 -3.4432187000000005 -3.4489428 -2.9126439 -6.7800424 -1.4736991000000002 -6.7708185 +9 -0.73314703 -0.42594625 -3.4961083 -1.7883861 0.4664126 0.84706119 -1.8318459999999999 -3.1093901 -6.4472762 -5.8611118 -9.983164599999999 -2.0495467 -9.9735882 +10 0.96848533 0.08882311300000001 2.2780577 -0.23175294 1.214056 1.0898007 0.27908133 1.7857013 1.7867714 -2.2142422 -5.915047599999999 0.3092799 -5.9058243 +11 0.60294778 0.026232442 1.501829 -0.10417571 0.7564655 0.75143369 0.2443721 1.2490655000000002 1.2499341999999998 0.83451064 -1.3651803999999998 0.27265477 1.4161757 +12 -3.7099924 -0.95202455 0.0005930269000000001 -0.017524748 -3.7940037 -4.586653299999999 -3.3730282 -0.00022469167000000001 0.00037173991 0.00020115868000000002 0.00034598257000000005 -3.6526318999999994 0.00033725462 +13 -2.4662507000000002 1.1472102 -2.5600401 0.16428492 -2.6766335 -3.4788726000000003 -2.301898 -1.8810481 -1.881946 -1.4409181999999998 -4.6906626 -2.5493956 -4.6824642999999995 +14 -2.6129322999999998 0.79831454 -0.00060675581 -3.2939886 -0.86309617 -1.2575595 -0.55944419 0.0006906141400000001 0.0006957372599999999 0.0005669222599999999 0.0018758286 -0.65066874 0.0018602373000000001 +15 -2.0649223 1.2896100000000001 -0.0011507125 0.053827522 -3.9199248 -4.7263932 -3.5148733 0.0014537068 0.0014761765 0.0012730213000000002 0.004299622 -3.7991736000000005 0.0042598488 +16 -2.0589979 1.2940677 -0.0011563144 0.054102573 -2.1916238 -6.1059662 -4.865450599999999 0.0014620873 0.0014849164 0.0012808797 0.0043263234 -5.1663552 0.0042862978999999995 +17 -2.0656278 1.2890765 -0.0011501116 0.053794657999999995 -2.1980291000000003 -2.9235769 -3.4348254000000003 0.0014526344 0.0014750548999999998 0.0012719992 0.0042961486 -3.7176852 0.004256409 +18 -2.1406471000000002 1.3578941 -0.038111774 -1.4212182 -1.22217 -0.61665845 -1.9495327 -3.4402550000000005 -3.4456575 -2.9094587000000005 -6.7763325 -2.1744292 -6.767108199999999 +19 -3.8007435 -0.21744798 -3.4836101999999998 -1.7705157 -2.6930624 -2.1755503 -3.1150892000000003 -3.0974385 -6.433714 -5.8475979 -9.9694464 -3.3878413 -9.9598663 +20 -1.3607677 1.3606188 2.278409 -0.16814943 -1.3051036 -1.8194668 -1.0055146000000001 1.7861901999999998 1.7872611 -2.2140367000000003 -5.9147672 -1.1611278999999999 -5.905544 +21 -1.6703773999999998 1.3214751 1.5022028 -0.046037195 -1.7120243999999998 -2.3249459999999997 -1.3473567 1.2501056000000002 1.2509774999999999 0.83513523 -1.3647375 -1.5321428 1.4167131000000002 +22 -1.5912078 -1.5078303 -2.5748318 0.099482215 -1.7377026000000002 -2.4398592 -1.3766998 -1.9042332999999998 -1.9031186000000002 -1.4600247 -4.7226428 -1.5646833 -4.7144494 +23 -1.4423008 -2.8069606 0.00086944308 -3.3541095999999997 0.46135037 0.46640838 0.19006867 -0.0006038257599999999 -9.8462552e-06 -0.00011581851 -0.00070585502 0.21299662 -0.00070561216 +24 -0.58517785 -1.2154639999999999 0.0006069841 -0.021252866000000002 -2.3981852000000003 -3.1146314999999998 -1.997915 -0.0003364906 0.00025954387000000004 0.00011964258999999998 9.9519699e-05 -2.2274192000000004 9.227391400000001e-05 +25 -0.50204388 -1.0943698 0.00057607695 -0.019816193 -0.53882368 -4.5343447 -3.3227208 -0.00029787655 0.00029853748 0.00015427819 0.00021769638999999998 -3.6011687000000006 0.00020933761000000003 +26 -0.55316421 -1.1685098 0.00059363614 -0.020709729 -0.58965758 -0.97454253 -2.1644638 -0.00032362868 0.00027250759 0.00013084 0.00013789088 -2.4064447999999996 0.0001302969 +27 -0.78677234 -1.4063155 -0.031587725 -1.6569786 0.31857371 0.8695268 -1.4405437 -3.4391233999999997 -3.4396440999999998 -2.9039285 -6.767788400000001 -1.6320818000000001 -6.7585785000000005 +28 -3.0235138999999998 -3.2639727 -3.4600576000000003 -1.8722461 -1.8531268 -1.1614296 -2.5030351000000004 -3.0916982999999996 -6.4148035000000005 -5.8290362 -9.9490163 -2.7553664 -9.9394726 +29 0.32994988 -2.4034874 2.2783683 -0.26962989 0.53281148 0.56331055 0.16109481 1.7858101000000002 1.7870531000000003 -2.2139813999999998 -5.9147761 0.17040778 -5.9055529 +30 -0.20341993 -2.3910681 1.5020103999999999 -0.13709581 -0.10336684 -0.12369455 -0.033451307 1.2489197 1.2500391000000002 0.83465412 -1.3649586999999999 -0.047728467000000004 1.4163860000000001 +31 -0.82359094 -0.34994968 -2.5736470000000002 -3.2071621 1.1167292 0.87839006 0.3511867 -1.9003296000000003 -1.9014468 -1.45852 -4.7220656 0.40485708 -4.7138443 +32 0.5219885 0.87507209 -2.5637732000000004 0.15072974 -1.4328451 -2.0961395 -1.0973768999999998 -1.8862337 -1.8872083 -1.4456635 -4.6991871 -1.2608858 -4.690983 +33 0.71928527 1.0171934999999999 -2.5619267000000003 0.15714673 0.6002005 -3.5916108999999996 -2.4042397999999996 -1.8836616000000002 -1.8845598000000001 -1.4432717 -4.6949458 -2.656468 -4.6867434 +34 0.66994295 0.98304401 -2.5623917 0.15554946 0.54941877 0.31831272 -1.7494805 -1.8843054 -1.8852273000000002 -1.4438744 -4.6960153 -1.9688203000000002 -4.6878125 +35 -0.53083386 -0.012985193 -5.0608959 0.09315448800000001 -0.64760651 -1.0691988000000001 -0.4561778 -6.3621473 -6.3861482 -5.8003208 -9.9224069 -0.53343479 -9.9125702 +36 -1.0412994 -0.61363955 -6.8967776 0.048345107000000005 -1.1345412 -1.6842435000000002 -0.89408835 -3.3707013 -6.7144076 -6.1271404 -10.256005 -1.0282821 -10.246163000000001 +37 -0.28946292 0.18116705 -2.5215521 0.12460278 -0.42388176 -0.66280166 -0.20285787 -1.8645945 -1.8655293999999998 -4.7480971 -8.835517300000001 -0.23394801 -8.825710800000001 +38 -0.28970461 0.18128357 -2.5283477999999997 0.12490255 -0.42429484 -0.66350288 -0.20328062 -1.8689315 -1.8699723999999998 -1.4301251 -7.1402156 -0.23440712 -4.665714299999999 +39 0.11371306 0.12252615 -0.00011364118 -3.3185896 -0.081335796 -0.11855233 -0.0085924277 4.7630158e-05 4.7548631e-05 3.2988824e-05 0.0001138575 -0.014141478999999998 0.00011324548999999998 +40 0.93372032 0.9938976 -0.0008769124199999999 -3.2850496 3.0700882999999997 -2.0805149 -1.1228411 0.00095710436 0.0009698607499999999 0.00086118263 0.0029768121999999998 -1.293332 0.0029472159000000003 +41 1.0329344999999999 1.0770336999999999 -0.00096458323 -3.2807193 3.1815465 1.6327475 -1.5580169 0.0010881378 0.0011050727 0.00098351498 0.0033944191999999997 -1.7672151000000003 0.0033607665999999996 +42 0.87656056 1.0677761000000001 -0.040737139 -4.7919241999999995 3.3770803 1.6244522 -1.2611332 -3.4433202000000005 -3.4490678 -2.9127646 -6.780185799999999 -1.4376202 -6.7709619000000005 +43 -0.75157445 -0.43942628 -3.4976141000000003 -5.111196700000001 1.4226453000000001 1.2419563999999998 -1.7307953999999999 -3.1107137000000002 -6.4489108 -5.8627405999999995 -9.984819900000002 -1.9419591 -9.9752435 +44 0.88157351 -0.025597176 2.2780475 -3.5571809 3.2665694 1.6176549999999998 0.36354964 1.7856804 1.7867504 -2.2142508 -5.9150595 0.40759821 -5.9058362 +45 0.50179063 -0.11212583 1.5018148 -3.4298153 2.8329021 1.4882978999999998 0.39671724 1.249012 1.2498806 0.83448152 -1.3651986999999999 0.44770828 1.4161531 +46 1.1255455 1.1495294 -0.001042188 0.045179294 -0.78906013 -4.7686769 -3.5560096 0.0012114269000000001 0.0012338135 0.0010995903 0.0037872415000000004 -3.8411638 0.0037499003 +47 1.0985378000000001 1.1288951999999999 -0.0010195259 0.044029398 -0.81394964 -1.317138 -2.3339428 0.0011758133999999999 0.0011964561 0.001065828 0.0036726184000000005 -2.5843956 0.0036363678999999996 +48 0.95235382 1.1257968 -0.040089796000000004 -1.4610575000000001 0.019652917 0.58607098 -1.5391776000000001 -3.4426077000000004 -3.4481797 -2.9119040000000003 -6.779181200000001 -1.7374456000000003 -6.7699572 +49 -0.67780786 -0.38415994 -3.4914571000000003 -1.7855362000000001 -1.3254037 -0.65460364 -2.3344873 -3.105292 -6.4421678 -5.8560199 -9.9780031 -2.5782156 -9.9684254 +50 1.4193053 0.68734751 2.2781347000000003 -0.20835489 -0.34737234 -0.49689196 -0.21163316 1.7858504000000002 1.7869206000000002 -2.2141799 -5.9149624 -0.26101563 -5.9057392 +51 1.1267928999999999 0.72335531 1.5019413000000001 -0.079141646 -0.70942083 -1.0005101 -0.43908026 1.2494778 1.2503473999999999 0.83475714 -1.3650083999999998 -0.51472292 1.416385 +52 1.1260305 1.1498963 -0.0010426079 0.045199885999999995 1.1228553 -3.1424971 -3.6134896 0.0012120547 0.0012344737 0.0011001924 0.0037893122999999996 -3.8997386 0.0037519504999999997 +53 1.0404101000000001 1.1929075 -0.039049886 -1.4502988 2.2251653 -2.0431282 -2.5575325 -3.4414926 -3.4467383999999996 -2.9104971 -6.777605499999999 -2.8120873 -6.7683808 +54 -0.64034241 -0.35487525 -3.4881966 -1.7834902 0.5631589 -2.7676176 -3.4388019 -3.1024142999999995 -6.4385176 -5.8523800999999995 -9.9743276 -3.7193997000000003 -9.9647477 +55 1.9551811999999997 1.3018135 2.2782622000000003 -0.17250029 2.2651071 -2.392071 -1.4459327 1.786093 1.7871641 -2.2140767000000006 -5.914822 -1.6442701000000002 -5.9055987000000005 +56 1.5936241000000002 1.2259182 1.5020758 -0.052363377999999995 1.7441238000000001 -2.7099167 -1.6683236000000001 1.2499652 1.2508376 0.83506887 -1.3647738999999999 -1.8807585 1.4166678 +57 1.0516851999999999 1.2013242 -0.038899019 -1.4489174999999999 2.2378306 1.5034667 -2.9539834 -3.4413328 -3.4465287000000004 -2.9102922 -6.777378 -3.2225903 -6.7681532 +58 -0.64087742 -0.35510024 -3.4882400000000002 -1.7835058000000001 0.5625019 0.87563361 -3.4404428 -3.1024512000000004 -6.4385554 -5.8524175000000005 -9.974367599999999 -3.721192 -9.9647876 +59 1.9830411000000001 1.3277338 2.2782687000000004 -0.17065065 2.2964907 1.4622246 -1.6452908 1.7861056 1.7871768 -2.2140713 -5.9148146 -1.8599980999999999 -5.9055914000000005 +60 1.5987523000000001 1.2301615 1.5020768 -0.052097992 1.7498367 1.3041421 -1.624582 1.2499691000000002 1.2508415000000002 0.83507082 -1.364773 -1.8379349999999999 1.4166689 +61 -4.2676752 -4.514282499999999 -8.0439924 -1.8930948 -3.0984184 -2.6419476000000004 -3.4577326 -8.6220228 -11.965009 -11.371746 -15.527585 -3.7403038 -15.517848999999998 +62 0.89101204 1.0785325000000001 -0.037414639 -1.4758893 2.0633696 1.4934881000000002 -1.3029141000000002 -3.4406782 -3.4462212999999995 -6.2319419 -10.362163 -1.4829914 -10.352538000000001 +63 0.89023762 1.0778665 -0.038739336 -1.4753368999999998 2.0620683 1.4926423999999998 -1.3027575 -3.4417998999999995 -3.4474222 -2.9111812 -9.2399653 -1.4827931 -6.7697033 +64 -0.73220279 -0.42497695 -3.4947923999999997 -1.7884259999999998 0.4674112 0.84817944 -1.8312498 -3.1083642000000005 -6.4461680999999995 -9.181938699999998 -13.334973999999999 -2.0489319999999998 -13.325354999999998 +65 -0.73295914 -0.42576664 -3.495707 -1.7884957 0.46668625 0.84721924 -1.831967 -3.1090962 -6.4469677 -5.860804900000001 -12.442525999999999 -2.0496752000000003 -9.973345 +66 0.98232316 0.092593811 2.3024406 -0.23872906 1.2328077 1.1019105 0.27679678 1.7992921000000002 1.8003659 -2.2085351 -8.3704595 0.30652156 -5.8991377 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.6065533 0.56045663 0.40453971 0.22554541 -3.3694434 -1.2644203 -0.25006941 0.52109711 0.52394522 0.51146365 0.57615587 -0.27589664 0.57601357 +2 -4.1319282 -7.5521598 -4.848459 -0.45000319 -4.1496412000000005 -2.0888345 -0.49662107 -5.3373653 -5.3285082 -5.301918 -5.430779599999999 -0.57195487 -5.430551 +3 -0.099325388 -0.088486058 -1.2094681999999999 -0.0032485875 -0.089406957 0.048183008 0.058352209 -0.2061777 -0.20500475 -0.19989135 -0.22556996 0.06553992 -0.22551915 +4 -0.03654574 -0.019299893000000002 -0.014595908000000001 -3.3262047999999997 1.9082561000000002 0.10445836 0.02560869 -0.017993481000000002 -0.018138731 -0.017771396999999998 -0.019633872 0.028781324 -0.019629715 +5 0.24610583 0.16209583 0.11333939 0.04370318 -2.5342349 -0.64020119 -0.17717875 0.14937113 0.15045315 0.14729175 0.16329194 -0.19713598 0.16326937 +6 0.96482214 0.72818965 0.46644848 0.23834673 1.0115629000000002 -3.3809822 -1.2571583999999998 0.66446939 0.66776552 0.65217389 0.7299292 -1.4088208999999998 0.73010413 +7 1.0908524 0.8213484 0.52083954 0.27588639 1.1173068000000002 0.040410371 -1.8737734000000001 0.74901714 0.75266326 0.73423865 0.82658616 -2.0725726000000004 0.82679376 +8 -3.9216589 -6.3569642 -7.742690700000001 -0.37647726 -4.006966200000001 -1.9783339 -0.38644561 -8.7025676 -8.7143171 -8.6873354 -8.81874 -0.44727673 -8.818380699999999 +9 -4.1778193 -8.1315645 -8.7601035 -0.4505887 -4.1956484000000005 -2.1543432 -0.52400315 -5.9173278 -9.240677400000001 -9.2136045 -9.345007199999998 -0.60301107 -9.3447227 +10 0.0008824576800000001 0.0006876782400000001 0.001201827 0.00017631449 0.0013883446 0.00048480492 0.00020615540000000002 0.0007683816900000001 0.0009388043400000001 -3.3209989999999996 -3.439917 0.00022908652999999998 -3.4397449 +11 7.6631399e-05 6.9604316e-05 0.00012976909 1.2734798e-05 9.143679e-05 5.9812362999999996e-06 -1.2009838e-05 6.1283755e-05 0.00014168605 0.00013848001 -2.4602473999999996 -1.4071354e-05 -0.00012953258 +12 -6.3587784 -7.023732300000001 -4.694602099999999 -0.36079687 -6.4782338 -5.0223778 -2.4737191000000003 -5.176512799999999 -5.167098999999999 -5.1405791 -5.269143700000001 -2.6969214 -5.2689102 +13 -2.6752625 0.50481274 -0.72893854 0.22520893 -3.4007517999999997 -1.2745159 -0.18504102 0.3489852 0.3530596 0.34670303 0.37946541 -0.20578741 0.37937441 +14 -2.9366319 0.28999604 0.22625007 -3.1835841 -0.96586276 -0.19966124 -0.015889413999999998 0.27304172 0.27460633 0.26755755 0.30464681 -0.0077139897 0.30449141 +15 -2.0384896 1.0290421 0.69222066 0.40968282 -4.8062523 -3.0979653 -1.0533285 0.9488864 0.95310309 0.9291283 1.0519938999999998 -1.1758072 1.0520035 +16 -1.8055189999999999 1.2086458 0.79316065 0.49159806 -2.7885942999999997 -4.8923335 -2.403867 1.1118013 1.1164457 1.0862196000000002 1.241905 -2.6218726 1.2420042 +17 -1.8305409 1.1907522 0.78290419 0.48323323 -2.8059708999999997 -0.96044554 -2.0474717 1.0954941 1.1000836999999999 1.0705461 1.2225248 -2.2519387 1.2226195 +18 -5.920934099999999 -4.6572828 -6.863655400000001 -0.27119584 -6.1601093 -4.7591575 -2.1979839 -7.751493099999999 -7.7626714 -7.7360586 -7.8675043 -2.4131429 -7.8668363 +19 -6.3968898 -7.650214500000001 -8.641968499999999 -0.36150585 -6.5135003 -5.0609042 -2.5085199 -5.7999767 -9.1176859 -9.0906231 -9.222017800000001 -2.7330050999999997 -9.2217265 +20 -2.6062383 0.56083248 0.40508232 0.22566534 -3.3690089999999997 -1.2633712 -0.24940748 0.5214728 0.52450678 -2.8099081000000004 -2.923061 -0.27516934 -2.9229374 +21 -2.6065201 0.56048352 0.40429334 0.22554803 -3.3694161 -1.2643704 -0.25008518 0.52104199 0.52399396 0.51151018 -1.8847068 -0.27591544 0.57563592 +22 -3.9605080000000004 -6.299034099999999 -4.8452082999999995 -0.43015302 -3.9931143 -1.9077561 -0.39890851 -4.0293044 -4.0182226000000005 -3.9925386 -4.1177145 -0.46117856 -4.117398000000001 +23 -4.2169167000000005 -7.6939833 -4.876341200000001 -3.7668852999999998 -2.2232069 -0.40168452 -0.062048585999999996 -5.3673953 -5.3589519 -5.3323477 -5.4612543 -0.07215409099999999 -5.461029 +24 -4.0313309 -7.389415799999999 -4.8124197 -0.45537719 -5.8299926 -4.2385619000000005 -1.8722009999999998 -5.2993315 -5.2899222 -5.2633448 -5.392138 -2.0683487 -5.3919109 +25 -4.0147648 -7.3635135 -4.806204900000001 -0.45630501 -4.0446465 -5.8218510000000006 -3.2785858999999995 -5.2929113 -5.2834054 -5.256829799999999 -5.3856098 -3.5249153 -5.3853837 +26 -4.0225019 -7.3767467 -4.8092597999999995 -0.45590087 -4.0516189 -1.9865028000000002 -2.2311134 -5.296170200000001 -5.2867101 -5.2601331 -5.3889189 -2.4470732 -5.3886928 +27 -4.1901588 -10.286315 -8.3927058 -0.38337103 -4.2586779 -2.3045784 -0.52517872 -9.403080699999999 -9.395254099999999 -9.368169300000002 -9.4995807 -0.60442496 -9.4993045 +28 -4.266565900000001 -11.677277 -8.990568 -0.45274254 -4.2825387 -2.2732659 -0.57626257 -6.1652618 -9.4785462 -9.4514537 -9.5828675 -0.66194283 -9.5825971 +29 -4.1319068 -7.5519088000000005 -4.8481602 -0.4500021 -4.1495955 -2.088753 -0.49658076 -5.337235400000001 -5.3282939 -8.623631800000002 -8.754887599999998 -0.57190949 -8.7546558 +30 -4.1319276 -7.552153999999999 -4.8484489 -0.45000318 -4.149640600000001 -2.0888337 -0.49662073 -5.3373619 -5.3285026 -5.3019123 -7.8902242 -0.57195448 -5.4305508 +31 -0.12731932 -0.10522367 -1.2233475 -3.3286879999999996 1.9433859 0.14535509 0.076771754 -0.22170599 -0.22065665 -0.2152824 -0.24225469 0.08637351 -0.24220194 +32 0.14767576 0.080420762 -1.0721903999999998 0.039966213 -2.5538988 -0.6040656 -0.1001271 -0.04921245900000001 -0.04685419 -0.044562917 -0.0561428 -0.11256899 -0.056118693 +33 0.94060804 0.70985738 -0.58636334 0.24840473 1.0001695 -3.3330576 -1.184108 0.53804673 0.54407322 0.53373588 0.58423102 -1.3323593999999999 0.58444433 +34 1.0813739 0.81393594 -0.51064371 0.28952855 1.1250001 0.0962425 -1.8254715 0.63544776 0.6420147 0.62872032 0.69425752 -2.0223355 0.69450382 +35 -3.5102587 -4.8185949 -7.3620453999999995 -0.34831881 -3.6206226999999997 -1.5208238 -0.20345171 -7.0845825 -7.0959186 -7.0690793 -7.2000025999999995 -0.23737935 -7.199613 +36 -3.9926917 -6.4723308 -8.3673132 -0.43058652 -4.0266097 -1.9544221000000002 -0.41706978 -4.2281225 -7.5500061 -7.5230663 -7.6541387 -0.4818727 -7.6538048 +37 -0.09859433 -0.087875004 -1.2066896999999999 -0.0031006057 -0.08822748300000001 0.048508833 0.058516394000000006 -0.2054034 -0.20414327 -3.5209665 -3.6422495 0.065716969 -3.6420627999999997 +38 -0.099174778 -0.08831890099999999 -1.2074878999999998 -0.0032187820000000003 -0.089253245 0.048195611 0.058337768 -0.20586158 -0.2046804 -0.19957187 -2.6854311 0.065523028 -0.22540245 +39 0.1088621 0.06480435400000001 0.047138202000000004 -3.304849 -1.498788 -0.24328735 -0.081115782 0.06008734599999999 0.060563470999999994 0.059292372999999995 0.065764377 -0.088337049 0.065748418 +40 0.93859418 0.71169611 0.45577629 -3.0894994 2.036548 -3.2647356 -1.1665945 0.64928877 0.65250593 0.63737507 0.71274713 -1.3120653999999998 0.71292171 +41 1.0900343000000001 0.82145773 0.52085007 -3.0456342999999997 2.0444044 0.10655606 -1.8556938000000003 0.74910743 0.75275157 0.73432098 0.82670007 -2.0537433999999997 0.82690779 +42 -4.0514318 -6.6312966 -7.843381599999999 -3.6935604 -2.0680063000000004 -0.35438983 0.018958193999999998 -8.8076951 -8.825166000000001 -8.798149800000001 -8.9295413 0.022138692999999997 -8.9292124 +43 -4.2598054 -8.2709919 -8.7840735 -3.7672606 -2.2718799 -0.42570414 -0.066475872 -5.938827900000001 -9.266725300000001 -9.239647999999999 -9.3710496 -0.077299341 -9.3707689 +44 -0.035551961 -0.018575221 -0.013350323 -3.3260226000000004 1.9088888 0.10472971 0.025734259 -0.017186561 -0.017161516 -3.3387324 -3.4578206 0.028918833999999997 -3.4576469 +45 -0.036467154 -0.019228644 -0.014458647 -3.3261917000000003 1.9082698 0.10445929 0.025596536 -0.017929001 -0.017994591 -0.017630458 -2.4798642999999996 0.028767094 -0.019752585 +46 1.1053723 0.82886186 0.52646744 0.2787281 -2.1224369 -4.3884014 -2.0444156 0.75611965 0.75981448 0.74118421 0.83463355 -2.2463874 0.83483578 +47 1.1044027 0.8292976 0.52620685 0.27901497 -2.1233239 -0.51964318 -2.0139245999999997 0.75639868 0.76008634 0.74143115 0.8349924 -2.217876 0.83519848 +48 -3.7383032 -5.9949141 -7.5891485 -0.38145012 -5.623002400000001 -4.0676207 -1.6852618000000001 -8.5438064 -8.5469758 -8.520029899999999 -8.6514321 -1.8717883000000002 -8.6510438 +49 -4.0874568 -7.9853955 -8.7317423 -0.45594393 -5.8826472 -4.3002443 -1.9229730999999999 -5.8925455 -9.2106047 -9.1835312 -9.3149291 -2.1220082000000002 -9.3146459 +50 0.24677632 0.16274246 0.11442036 0.043886009000000004 -2.5336965 -0.63929591 -0.1766932 0.15007845 0.15133723 -3.1737613999999996 -3.2912336000000004 -0.19660058 -3.2910614999999996 +51 0.24617189 0.1621563 0.11339682 0.043714624 -2.5342032000000003 -0.64017514 -0.17719069 0.14940832 0.15057701 0.14741245 -2.2970986 -0.19715004 0.1630853 +52 1.1534954 0.86404104 0.54654075 0.29343048 1.1679362 -3.3689021 -2.9098249 0.78798408 0.79180794 0.77203655 0.87140485 -3.1479994 0.87162242 +53 -3.7027029000000002 -5.9283449 -7.5582690999999995 -0.38231364 -3.8115047999999994 -5.6570011 -3.0826773 -8.5121138 -8.5135896 -8.4866498 -8.6180494 -3.3256617 -8.6176567 +54 -4.073302399999999 -7.9636282000000005 -8.7271719 -0.45683282 -4.1020432 -5.874279799999999 -3.3280871 -5.888674 -9.205892500000001 -9.1788185 -9.310215 -3.5755187999999993 -9.3099325 +55 0.96586966 0.7292736 0.46737212 0.23875306 1.0127827 -3.3804236000000003 -1.2566473999999999 0.6654932 0.66902857 -2.6685012 -2.7806912 -1.4082828 -2.7802521000000002 +56 0.96485263 0.72821828 0.46604291 0.238352 1.0115998 -3.3809746 -1.2571752 0.66439589 0.66779233 0.65220029 -1.7310596999999999 -1.4088391000000002 0.7296685 +57 -3.7182176 -5.9586792 -7.5721272 -0.38199149 -3.8254410000000005 -1.795182 -2.1254211 -8.5266346 -8.528854199999998 -8.501909300000001 -8.6333077 -2.337141 -8.632919300000001 +58 -4.080242299999999 -7.975613900000001 -8.7296145 -0.45642381 -4.1082939 -2.0633226000000002 -2.2552453 -5.8908258 -9.2084966 -9.1814225 -9.3128192 -2.4722239 -9.3125368 +59 1.0920188999999998 0.82252805 0.52169419 0.27634864 1.1186117 0.04090689 -1.8736036 0.75010706 0.75400304 -2.5863614 -2.6973311 -2.0723960999999997 -2.6968452000000003 +60 1.0908775 0.82137285 0.52031333 0.27589067 1.1173391000000001 0.040413851 -1.873793 0.74892037 0.75266895 0.7342449 -1.634548 -2.072593 0.82629778 +61 -4.1912654 -10.363308 -11.792489 -0.3833504 -4.2598188 -2.3062037 -0.52594159 -9.4626912 -12.793291 -12.766183 -12.897744 -0.60528834 -12.89746 +62 -3.9216163999999996 -6.3567165999999995 -7.742395599999999 -0.37647544 -4.006901999999999 -1.9782244999999998 -0.38639613 -8.7024581 -8.7141031 -12.009049000000001 -12.140678999999999 -0.4472205 -12.140319 +63 -3.9216587999999994 -6.3569638 -7.7426899 -0.37647726 -4.0069661 -1.9783338 -0.38644558 -8.7025674 -8.7143167 -8.687335000000001 -11.278172999999999 -0.44727669 -8.8183808 +64 -4.177811 -8.1314212 -8.7599545 -0.45058826 -4.1956294000000005 -2.1543101000000004 -0.52398589 -5.9172987 -9.240556800000002 -12.535411999999999 -12.666971 -0.60299178 -12.666686 +65 -4.1778193 -8.1315644 -8.760102999999999 -0.4505887 -4.1956484000000005 -2.1543432 -0.52400314 -5.9173277 -9.2406772 -9.2136043 -11.80444 -0.60301107 -9.3447229 +66 0.0008895364500000001 0.00069410225 0.0012136832 0.00017749834999999998 0.0013968039000000002 0.00048537039000000006 0.00020506209 0.00077403194 0.0009518425699999999 -3.3209862 -5.8994241999999995 0.00022780552000000004 -3.4397578999999996 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.9111586 0.35966569 -0.01803696 0.21376028 -3.7875414 -1.0665806999999998 -0.13759524 0.01812666 0.01814972 0.013469051000000001 0.09351903 -0.15435082 0.092941385 +2 -2.4050092999999997 -2.7056534 0.056933352 -0.76804279 -1.8613762999999999 -0.27653115 -0.085515744 -0.052037979000000005 -0.050802037 -0.034688621 -0.43389513 -0.09761267300000001 -0.42987468 +3 -0.42437846 -0.3014923 -2.7404618 0.23828406 -0.54547986 -0.072160645 0.095800219 -2.0303151 -2.0328063000000003 -1.8259462 -4.2248892 0.11258878 -4.2118417 +4 -0.009063545 -0.0082324272 2.0154157e-05 -3.3255186 1.2598761 0.079122201 0.009562410600000001 -0.0006691277900000001 -0.0006702188900000001 -0.00057070369 -0.0017111598000000001 0.010866626 -0.0017056924 +5 0.19239789 0.16795579 -0.0022208814 0.07987522700000001 -3.0432001 -0.55239457 -0.09875134699999999 0.012909806999999999 0.012931753 0.010686478999999999 0.03812413 -0.11294497 0.038011285 +6 1.1487559999999999 1.0002118 0.030749792 0.54144847 0.99327198 -3.3324434000000003 -1.1996031 0.14069128 0.14095198 0.12308836 0.23259376 -1.3766786 0.23283223 +7 1.3425041000000002 1.1422691 0.034940081 0.63280986 1.0841138000000001 0.07152358 -1.9434861 0.16626728 0.1665832 0.14526133 0.27703518 -2.183548 0.27733276 +8 -2.9357541 -3.1276547000000003 -6.2640258 -0.19184759 -3.2090214 -0.63956698 -0.2677582 -8.3741003 -8.400590600000001 -8.1179376 -10.920939 -0.31038553 -10.907156 +9 -4.1611892 -5.2940494000000005 -7.907791099999999 -0.31451852 -4.3597602 -1.548567 -0.53284754 -6.1430833 -9.4783286 -9.1951933 -12.000318 -0.61886736 -11.986553 +10 0.09209948 0.081111429 0.22965776 -0.043363372000000004 0.15754361 0.024575233 -0.066523081 0.19795707 0.19875568 -3.1560307 -5.8258098 -0.079212838 -5.8122544000000005 +11 0.07869670299999999 0.06707258099999999 0.25337808 -0.045875070999999996 0.13809753 0.020655782 -0.049726954000000004 0.22006189 0.22068292 0.18543519 -1.9915933000000001 -0.059256787000000005 0.5544129 +12 -4.877511599999999 -1.942079 0.060465450999999996 -0.59654059 -4.9360551 -2.4076716 -0.66790144 -0.035279994 -0.034036465 -0.020709733 -0.37719204 -0.76011689 -0.37345114 +13 -3.1722908 0.1817596 -2.5646795 0.43021994 -4.1611017 -1.5104148000000002 -0.18076358 -1.7827554 -1.7843478 -1.5908238000000001 -3.9069888999999995 -0.20202341 -3.8940851999999997 +14 -3.1284999 0.15443579 -0.019020544 -3.2091711 -0.99439631 -0.15047644 0.027554582999999997 -0.0031920190999999995 -0.0032057339 -0.0048240941 0.048323862 0.037595744 0.04778651 +15 -2.1802127000000002 1.020084 0.0059855672999999995 0.58551615 -5.1274749 -2.8479978 -0.8357917 0.12362518 0.12383483 0.10641031 0.25276622 -0.96099141 0.25245546 +16 -1.7307101999999999 1.3693942 0.019782231 0.81269535 -2.9145814999999997 -4.6190435 -2.1568403 0.19393859 0.19428058 0.16775339 0.36314243 -2.4066576 0.36308295 +17 -1.7472043000000002 1.3576327 0.019446447 0.80469227 -2.9249611 -0.60117197 -1.9879273000000002 0.19150021 0.19183706 0.16564453 0.35893573 -2.2291519 0.35886935 +18 -4.3983249 -1.2982898999999999 -5.1460499 0.05138181 -5.072114599999999 -2.7401839 -0.96143343 -7.166511999999999 -7.1907917 -6.9095747 -9.7069091 -1.0991008999999998 -9.6929528 +19 -6.458558 -4.7016764 -7.753771700000001 -0.22465998 -6.803447200000001 -4.71307 -2.3730829 -5.9893764 -9.3161844 -9.0331011 -11.83802 -2.6326664 -11.824249 +20 -2.8291668999999997 0.42728172 0.26385884 0.1664482 -3.6523811 -0.91847559 -0.17403291 0.25593703 0.25680894 -3.1097694 -5.774793700000001 -0.19898045 -5.7612464999999995 +21 -2.8417248 0.41443279 0.28424822 0.16470647 -3.6696306000000005 -0.94282267 -0.16047494 0.27484684 0.27552836 0.22904955 -1.8132602 -0.18266379 0.74103262 +22 -3.1477088 -3.3895561 -3.4493343999999997 -0.16997894 -3.3098025 -0.7317454 -0.049843633 -2.9600267999999996 -2.9583056 -2.711662 -5.3391007 -0.054204119 -5.3255214 +23 -2.4324515 -2.7358105 0.056803908 -4.0928284 0.23784333 -0.0067440099 -0.049538350999999994 -0.052559912 -0.051324235999999995 -0.035126943 -0.43556347 -0.056104470999999996 -0.43153611 +24 -2.1202153999999998 -2.4061911 0.058243538 -0.73209756 -4.1084415000000005 -1.2906667 -0.30705228 -0.046352843 -0.045113625 -0.029965895 -0.41533214 -0.35192834 -0.41138054 +25 -1.2508057 -1.5399038 0.071119977 -0.58099503 -0.77295711 -3.6296980000000003 -1.4494078000000001 -0.015021005 -0.013757881999999999 -0.002640715 -0.35716737 -1.6471251 -0.35322579 +26 -1.0658001 -1.3713191 0.074593407 -0.54108533 -0.58016451 -0.025194913 -2.0024202 -0.0065919449 -0.0053222586 0.0047272441 -0.34212198 -2.2451478 -0.33817756 +27 -4.6082053 -7.1601216 -7.2080508000000005 -0.26629618 -4.8637371 -2.2728033 -0.72703334 -9.385002400000001 -9.3863201 -9.103183900000001 -11.908097999999999 -0.84182128 -11.894371000000001 +28 -4.827641000000001 -8.827888900000001 -8.1992633 -0.33448009 -5.0303705999999995 -2.4434153999999997 -0.86601788 -6.455261599999999 -9.7778188 -9.494598 -12.300063 -0.99968595 -12.286307 +29 -2.360246 -2.6582151 0.10422435 -0.824298 -1.7781525000000002 -0.2359915 -0.13080447 -0.013865473 -0.012125671000000001 -3.3248428 -6.011657700000001 -0.15152342 -5.998067900000001 +30 -2.3651818 -2.6647331000000003 0.12782129 -0.82526448 -1.7860081 -0.24099149 -0.12227283 0.0096852524 0.011273315 0.01761557 -2.7869083 -0.1413643 -0.27618302 +31 -0.44070585 -0.31568403 -2.7460972000000003 -3.0870771 1.097697 0.075928531 0.11418294 -2.0375578 -2.0400825 -1.8329558999999997 -4.2334057000000005 0.13369576 -4.2203584 +32 -0.1838391 -0.10493132 -2.6667245 0.29348695 -3.3530645 -0.75932849 -0.034705246 -1.9305755 -1.9326612 -1.7304308999999998 -4.102187600000001 -0.037628098 -4.089189 +33 0.8635985 0.77636123 -2.3030285 0.62854229 0.66929124 -3.3665537000000003 -1.1479618999999999 -1.4290592 -1.4293882 -1.2504137 -3.4914174 -1.3200622 -3.4784650000000004 +34 1.0837603 0.93826933 -2.2425357000000004 0.70730821 0.83804379 0.065265294 -1.8740442 -1.3338887 -1.3339290000000001 -1.1614052 -3.3625828999999996 -2.1101546 -3.3496462999999994 +35 -2.5131031000000004 -2.3864665 -6.8222845 0.0074457622999999995 -2.8721167000000003 -0.52720932 0.02831778 -7.3747375 -7.4034917 -7.1217792 -9.921138699999998 0.037442922000000003 -9.907231300000001 +36 -3.5031155 -3.8371622000000003 -8.097072500000001 -0.12793519 -3.8187879000000002 -1.1526505 -0.16410368 -4.4993356 -7.837581699999999 -7.555407000000001 -10.356775 -0.18887806 -10.342889999999999 +37 -0.42107921 -0.29823807 -2.7076742 0.23699181 -0.541392 -0.071007883 0.095269063 -2.0117592 -2.0141181 -5.1298555 -7.901544400000001 0.11192913 -7.887880900000001 +38 -0.42184612 -0.29892221 -2.7119166 0.23701879 -0.54228744 -0.07129739 0.095114465 -2.0142569 -2.0166888 -1.8104033 -6.669069599999999 0.11177288 -4.1941381 +39 0.12655983 0.1079837 -0.002554416 -3.2706527000000003 -2.1789593 -0.25580339 -0.051770977 0.0071246471 0.0071364443 0.0057370619 0.025328717 -0.058472162 0.025231517000000002 +40 1.1387869 0.99274196 0.03052007 -2.7850829 1.5132021 -3.2944942999999998 -1.1731718999999998 0.13938557 0.13964357 0.12195204 0.2303721 -1.3478609 0.23060817 +41 1.3424737 1.1423738 0.034935954 -2.6889458999999998 1.5208728999999999 0.083300545 -1.9408362000000001 0.16628108 0.16659699 0.14527261 0.27707279 -2.1808084 0.27737025 +42 -3.0490407999999998 -3.2232963 -6.3136546 -3.5157229 -0.85257321 -0.10772986 -0.18239084 -8.425120199999999 -8.4530677 -8.1703799 -10.973527 -0.21086583 -10.959746 +43 -4.270132 -5.3992265999999995 -7.9317359 -3.6335036 -2.3474364 -0.31692209 -0.28703836 -6.1656512999999995 -9.503883 -9.2207384 -12.025889999999999 -0.3328774 -12.012128 +44 0.083524904 0.07363778 0.22897031 -3.3687227999999996 1.3238673 0.08170765299999999 -0.059144508 0.19679282 0.19759006 -3.1569996 -5.8268597 -0.07089178 -5.8133044 +45 0.07007769 0.059516248 0.25274373 -3.3712785000000003 1.3135601000000001 0.080946706 -0.042073584000000004 0.21894906 0.21956889 0.18451265 -1.9946578999999998 -0.050615064 0.55126968 +46 1.3425169 1.1421168 0.034446365 0.6327765 -2.4439014 -4.2878435999999995 -1.9369907 0.16585144 0.16616632 0.14487396 0.27723626 -2.1741351000000004 0.27752221 +47 1.3532725 1.1497190000000002 0.034774579 0.63773947 -2.4407951 -0.36854748 -2.0095683 0.16735086 0.16766921 0.1461762 0.27967518 -2.2527214 0.27996778 +48 -2.4585342999999997 -2.7100332000000003 -6.038660500000001 -0.17485548 -4.7307178 -2.1386397999999995 -0.72542366 -8.1369735 -8.1571466 -7.8746785 -10.676955 -0.83435489 -10.663149 +49 -3.9244327000000006 -5.068240900000001 -7.851629099999999 -0.31879549 -5.9571677 -3.6569525 -1.6046996 -6.0900006 -9.4182788 -9.1351615 -11.940216 -1.8134671999999998 -11.926449 +50 0.2831363 0.24550601 0.24543423 0.038188795 -2.9302936 -0.48267247 -0.16096317 0.22471134 0.22554499 -3.1339714 -5.801796599999999 -0.18709701 -5.788244000000001 +51 0.26947218 0.23153665 0.26759353 0.03580724 -2.9454132 -0.49477242 -0.14411676 0.24521636 0.24586721 0.20608724 -1.9180142 -0.16705357 0.6296366 +52 1.4144557 1.1920267 0.035925507999999995 0.66563772 1.1113839 -3.3233474999999997 -2.8915011 0.17524741 0.1755849 0.15299743 0.29378056 -3.1758290000000002 0.29409238 +53 -1.9091566999999998 -2.2160263 -5.7593372 -0.14094242 -2.1973008 -4.144632 -1.9474661 -7.8299411999999995 -7.8428987999999995 -7.5607975000000005 -10.361976 -2.1829812 -10.348064 +54 -3.8555433 -5.0040852 -7.834218300000001 -0.31993469 -4.0804681 -5.3550322999999995 -3.0111337000000002 -6.0736562 -9.3998037 -9.116690199999999 -11.92172 -3.2965807999999996 -11.907954 +55 1.2058399 1.0389321 0.34031612 0.50166321 1.0630953 -3.3223618999999998 -1.2537616000000003 0.38818796 0.38919961 -2.9951204 -5.6525407 -1.4363936000000002 -5.6389361 +56 1.2027905 1.0364132 0.35200011 0.50637637 1.0577145000000001 -3.3243747000000003 -1.2382399 0.39970877 0.40052742 0.33646198 -1.5655908 -1.4193386000000001 0.98319505 +57 -1.8749818 -2.1843822 -5.7415156 -0.13809064 -2.1624128 -0.35189246 -2.1403713 -7.8095713 -7.8220979999999996 -7.5400306 -10.341126 -2.3906185 -10.327200999999999 +58 -3.8713153 -5.0194845 -7.838298700000001 -0.31972705 -4.095046 -1.3157036 -2.3227078 -6.077584 -9.40424 -9.1211247 -11.926159 -2.5825364 -11.912394 +59 1.3879774999999999 1.1711804 0.35836463 0.59002343 1.1337701 0.073790978 -1.9960353 0.42031761 0.4213671 -2.9684744 -5.6236154 -2.2393113 -5.6099963 +60 1.3877986 1.1708882 0.367341 0.59642052 1.1302303 0.073063669 -1.9813716000000001 0.42978908 0.4306434 0.36127803 -1.485411 -2.2237971 1.0641777000000001 +61 -4.701511099999999 -7.914127900000001 -11.314007 -0.26276872 -4.9618042 -2.4145701 -0.7907332 -10.143498 -13.484128 -13.200635 -16.007594 -0.91459361 -15.993796 +62 -2.9353177 -3.1270692 -6.2633472 -0.19181375 -3.2083667 -0.6390311 -0.26757197 -8.3736359 -8.4000403 -11.439314999999999 -14.245976 -0.31017648 -14.232188 +63 -2.9357421 -3.1276384 -6.2640019 -0.19184702 -3.2090092999999995 -0.6395606 -0.26775739 -8.3740863 -8.400573399999999 -8.1179203 -13.380382 -0.31038458 -10.907147 +64 -4.161123 -5.2938518 -7.9075469 -0.31451317 -4.3595885 -1.5482919 -0.53272552 -6.1429857000000005 -9.478151800000001 -12.516945 -15.323798000000002 -0.61873057 -15.31003 +65 -4.1611879 -5.2940462 -7.9077848 -0.31451851 -4.3597588 -1.5485651000000002 -0.53284706 -6.1430815999999995 -9.4783254 -9.1951901 -14.459760000000001 -0.6188668 -11.986554 +66 0.09267803599999999 0.081737436 0.22738132 -0.043028667 0.15822603 0.024720234 -0.067406441 0.19588744 0.19669384 -3.1578517999999995 -8.2881778 -0.080255711 -5.8144764 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.5863652000000004 0.75620214 -0.006901561600000001 0.21928026 -3.3068251 -1.6673278000000002 -0.82703818 0.011852468 0.011868058 0.0080979893 0.020796773 -0.89637774 0.02082714 +2 -2.1322925 -2.5067427 0.0023511651 -0.29779564 -1.509465 -0.45913734 -0.33509238 -0.013878244 -0.013299668999999998 -0.0061755297 -0.0093175289 -0.35003943 -0.009571100899999999 +3 -0.57729392 -0.23034823 -2.4813607999999996 0.28437206 -0.5641407 -0.15164211 -0.073616002 -1.7608273999999997 -1.7617245 -1.3273768 -4.4224359 -0.079866775 -4.4150227 +4 -0.057534953 -0.16058295 0.00056355536 -3.3548209000000004 1.2258353000000002 0.70538711 0.3866205 -0.0027109949 -0.0027154812 -0.0024517498000000003 -0.008013551800000001 0.42420857 -0.0079422369 +5 0.36498558 0.39249521 -0.0037884181 0.0946103 -2.7922857000000003 -1.0975706 -0.45733306 0.0053257191 0.0053330614 0.0036645652000000003 0.0088281373 -0.50075266 0.008879397800000001 +6 1.6276933 1.6042885 -0.034180197 0.53770424 1.6446706000000002 -2.4497897999999996 -1.1516076000000002 0.029147253999999997 0.029188931 0.023188635 0.07322195599999999 -1.3522302 0.072777933 +7 2.0965373 1.9929058000000002 -0.04634877900000001 0.73228476 2.0784578000000002 1.108355 -1.8660738999999997 0.046397456 0.046470239 0.038543491 0.12428007 -2.1555478 0.1233535 +8 0.47472548 0.81182468 0.036630531 -0.34081733 0.96444727 0.96721607 -0.25579761 -3.3556364999999997 -3.3621481 -2.82039 -6.6634974 -0.29371171 -6.6546538 +9 -0.94674141 -0.586664 -2.9533641 -0.33915281 -0.52043955 0.80854568 -0.43639412 -2.5538879 -5.8929508 -5.3002588 -9.4078054 -0.50608272 -9.3986062 +10 0.29018122 0.081684545 2.2792127 -0.47233999 0.41325354 0.33535484 0.21150081 1.7724825000000002 1.7735409 -2.2204412000000002 -5.9247495 0.23725081 -5.915853 +11 0.24098458 0.078692569 1.5048224 -0.30034003 0.31943507 0.19621262 0.1150904 1.239401 1.2402589 0.8300673 -1.3757629999999998 0.1299393 1.4058091000000001 +12 -4.1005788999999995 -1.1217127 -0.0014609326999999999 -0.1734212 -4.185534 -2.7694709 -1.4889575000000002 -0.0094006813 -0.0088179706 -0.0029376856 -0.00010215055 -1.6773852999999999 -0.00037556068 +13 -2.7288847 0.8259858 -2.3869347000000003 0.50737271 -3.5449943 -2.0528877 -0.92962936 -1.6048576 -1.6054808 -1.1893234 -4.1153879 -1.0350721 -4.1085136 +14 -3.0291061000000004 0.2517488 -7.634181099999999e-05 -3.2479097 -0.46068766 -0.00547044 -0.063280922 0.0035256403999999997 0.0035295343 0.0015860136999999999 0.0017373237 -0.053387286 0.0018371019 +15 -1.3687011 1.9055953999999997 -0.041248101 0.70262581 -4.1256202 -2.7836012 -1.4191226000000001 0.041875584 0.041933159 0.033069967 0.10259943 -1.6443796000000002 0.10198423 +16 -0.86765083 2.3047953 -0.057191295999999996 0.92243408 -1.8708331999999999 -4.0500391 -2.5786144 0.06317571 0.063268867 0.051939808 0.16536641 -2.9188921000000003 0.16415661 +17 -0.96253156 2.2336037 -0.054598469000000004 0.88133733 -1.9367902 -0.24508107 -2.021058 0.058424743 0.058508819000000004 0.047663057 0.15112881 -2.3223117 0.15005561 +18 -2.1990582 1.3604714 0.071841823 -0.029422933999999998 -2.6713966 -0.3539822 -0.51470482 -3.3085294999999997 -3.3147973 -2.7751919999999997 -6.6059969 -0.58778056 -6.597170200000001 +19 -3.3146193 0.119156 -2.710809 -0.17366128 -3.4476377 -1.2236136 -0.98052618 -2.2960390999999998 -5.6300837 -5.0395192 -9.136958199999999 -1.1336945 -9.127752599999999 +20 -2.334166 0.82403381 2.2814037 -0.1817706 -2.8543333 -1.1498137 -0.50349519 1.7759218 1.7769811999999998 -2.2190298 -5.9228123 -0.54907574 -5.913916400000001 +21 -2.3971228 0.79882226 1.5071991000000002 -0.04588721900000001 -3.0003631 -1.3044693 -0.63119192 1.245778 1.2466388000000002 0.83348701 -1.3734844 -0.67932058 1.4085843 +22 -2.7079242999999997 -2.7821497 -2.5546344 0.089083093 -2.7642876 -1.0768065 -0.55245351 -1.8909827000000001 -1.8899457 -1.4389896999999998 -4.701557 -0.58758402 -4.6935675 +23 -2.2433137999999997 -2.7038528 0.0024990343 -3.6255458 0.62389364 0.43819046 0.25507696 -0.014419046000000001 -0.013841124 -0.0066433543 -0.010785723999999998 0.28598801 -0.0110285 +24 -1.6144341 -1.9346495 0.0012086984 -0.27267303 -3.6506467000000002 -2.0541563999999997 -1.0705997999999999 -0.012496492 -0.01191656 -0.0052303544 -0.0069730965 -1.1739575 -0.007216064 +25 -0.52098231 -0.74834505 -0.0043879577 -0.15432533 -0.16402386 -3.0819962000000003 -1.7087061999999997 -0.0075994724 -0.0070141885999999995 -0.001195548 0.0063773261 -1.9718286 0.006034072099999999 +26 -0.29260644 -0.52773342 -0.0060239991 -0.1200645 0.05732182 0.85783268 -1.9004206000000001 -0.0061283069999999995 -0.005541369799999999 4.1897459e-05 0.010528065 -2.1921365 0.010150176 +27 -1.9634973000000002 -2.0277849 -0.021953317000000003 -1.1300719 -0.9416977 0.58581593 -0.34424347 -3.4408862 -3.4415457999999997 -2.8961857999999996 -6.7597949999999996 -0.39345085 -6.7509183 +28 -3.2968059000000003 -3.9452784 -3.3869754000000003 -0.53711111 -3.0113892000000004 -0.59263036 -0.77596313 -3.0307062 -6.3539113 -5.7581620000000004 -9.8802742 -0.90202402 -9.871062 +29 -1.7844651999999999 -2.4401967 2.2769638 -0.92633253 -0.82372979 -0.04762011 -0.0043635787 1.7688188000000002 1.7700490000000002 -2.221689 -5.9265611 0.0010692995 -5.9176633 +30 -1.8677376 -2.4335566 1.5023034 -0.69609675 -0.97875281 -0.20134229 -0.15016329 1.2335399999999999 1.234646 0.8278313 -1.3767951 -0.15333962 1.4044611999999999 +31 -0.68377777 -0.45310131 -2.4987266 -3.0651023 1.0886129 0.5948396 0.37416831 -1.7855217 -1.7864761999999998 -1.349809 -4.461119999999999 0.40936671 -4.4537024 +32 -0.053081548 0.25128698 -2.4439091 0.35767394 -3.0010372000000003 -1.3625778 -0.55733705 -1.7002278999999998 -1.7010121 -1.2736062 -4.3067757 -0.61082532 -4.299549900000001 +33 1.369933 1.4783438999999998 -2.2908004 0.67588366 1.2790573 -2.5341569 -1.1978826 -1.4516545 -1.4520225 -1.0530046 -3.8470446000000003 -1.4035501 -3.8404821000000005 +34 1.8358154999999998 1.8406077 -2.2315883999999997 0.81730904 1.7574797999999998 1.0800243999999999 -1.8516639 -1.3496221000000002 -1.3498151000000003 -0.9636649 -3.6396148 -2.1394168 -3.6333382000000003 +35 -1.4054738000000002 -0.28810999 -4.801700299999999 0.41026913 -1.641159 -0.18803002 0.077760443 -6.120140900000001 -6.1472253 -5.552002 -9.673574 0.08720858599999999 -9.664034599999999 +36 -2.1346659 -1.3055896 -6.755428500000001 0.29331677 -2.4274859 -0.71989106 -0.15961839 -3.2520912999999996 -6.5955398 -5.9980614999999995 -10.130133 -0.17555904 -10.120608 +37 -0.57514426 -0.22900736 -2.409047 0.27586977 -0.56018628 -0.1484502 -0.070907053 -1.7165593999999997 -1.7172965 -4.609277 -8.6924604 -0.077094995 -8.683011599999999 +38 -0.57576116 -0.22947708 -2.4200498 0.27707976 -0.56110828 -0.14886386 -0.071448795 -1.7233738999999997 -1.724213 -1.2935678999999998 -6.8327192 -0.077635808 -4.3572854 +39 0.18361229 0.13637356 -0.0013072764 -3.2905917999999996 -1.9628821 -0.29917916 0.013790525 0.0012261646 0.0012270751 0.00021245487000000002 -0.0019641813 0.018836618 -0.0018407304999999998 +40 1.5477632 1.5287816 -0.03260082 -2.8188405 2.6949754 -2.2792705 -1.0165659 0.025874783999999998 0.025910695 0.020202391 0.06336570799999999 -1.1992921 0.063014853 +41 2.0956283 1.9923172999999998 -0.046328485 -2.5899049 2.7440512000000004 1.1341426000000001 -1.8626678 0.046368158 0.046440878 0.038518954 0.12420327 -2.1519645 0.12327726 +42 0.45360197 0.79461183 0.035650758 -3.6708515 2.3087477 1.0971443 -0.23886119 -3.3569617 -3.3634836000000004 -2.8216742000000004 -6.6650655 -0.27451488 -6.6562220000000005 +43 -0.9962939 -0.61887711 -2.9634803 -3.6644648999999996 1.9135144 1.0520805 -0.40099986 -2.5644821 -5.9038751 -5.311099 -9.4190383 -0.46533169 -9.4098405 +44 0.25697015 0.0089626725 2.2790629 -3.8174325 1.5303767 0.93536658 0.40989845 1.7722199 1.7732781000000002 -2.2205529 -5.9249013 0.44745991 -5.916004900000001 +45 0.20149438 -0.027514571 1.5045104999999999 -3.6518455999999997 1.4331379 0.8480659 0.4076393 1.2384058999999998 1.2392635 0.82937906 -1.3763495000000001 0.44558196 1.4051129999999998 +46 2.1828127 2.0578417 -0.04843719900000001 0.76731742 -1.3317118000000001 -3.6446801 -2.2191767000000002 0.049974894000000006 0.050055295 0.041721756 0.13476512 -2.5360652999999997 0.13374267 +47 2.1289635 2.0172385 -0.047200722 0.74534461 -1.3528497 0.28565684 -1.9602983 0.047632253 0.047707442999999995 0.039610683 0.12773395 -2.2569828 0.1267783 +48 0.7709294 1.0513601000000001 0.050995997 -0.22095304 -1.9613077 0.28005408 -0.39289633 -3.3362597999999997 -3.3426322 -2.8016963 -6.6401922 -0.45178822 -6.631355999999999 +49 -0.59797616 -0.35686798 -2.8771974 -0.30992738 -2.6330209 -0.18548545 -0.66342122 -2.4741619 -5.810830200000001 -5.2187981 -9.323188400000001 -0.76913029 -9.3139913 +50 0.66501648 0.48201308 2.2802138 -0.32983382 -2.4163384999999997 -0.6822163 -0.19056285 1.7741056 1.7751644 -2.2197761000000003 -5.923835700000001 -0.21000581 -5.914939599999999 +51 0.60724857 0.47159789 1.505926 -0.17628644 -2.5494092999999998 -0.83008098 -0.30391628 1.2424883999999998 1.2433478 0.83169231 -1.3747105 -0.33200753 1.4070955 +52 2.26749 2.1191107999999996 -0.050574789 0.80102454 2.1948763 -2.3351012000000004 -2.8748529 0.0534496 0.053538028 0.044832893 0.14513532 -3.2336098 0.14401463 +53 2.0349197 2.126013 0.15147156 0.43758782 2.2235777000000003 -2.3213068 -1.5417678999999997 -3.1973646000000002 -3.2022631 -2.6656966 -6.4815363 -1.7903218 -6.472679599999999 +54 0.2663168 0.28724632 -2.6448533 -0.18993738 0.79158377 -2.5453787999999995 -1.8209294999999999 -2.224358 -5.5531013 -4.9627956 -9.059218699999999 -2.0965395 -9.0499858 +55 2.1425223 1.8504821 2.286698 0.36323472 2.29587 -2.321027 -1.0787537 1.7848013999999999 1.7858641 -2.2153509999999996 -5.9177689 -1.2701831000000001 -5.9088764000000005 +56 1.9618209 1.7568894 1.5122349 0.41033651 2.0661591 -2.3653294 -1.0997575000000002 1.2626863000000002 1.2635562 0.84259578 -1.3681065000000001 -1.2933838 1.4152714 +57 2.3100832000000002 2.3266017999999997 0.17547866 0.58176168 2.3196748 1.0908239 -2.3008672999999997 -3.1634322999999998 -3.1677796000000003 -2.6323559 -6.4423014 -2.6235191 -6.4334305 +58 0.43084964 0.40817224 -2.5981717 -0.16006151 0.98408608 0.99784144 -2.4221001 -2.1734454 -5.5006149 -4.9107174 -9.005272900000001 -2.7523744999999997 -8.9960278 +59 2.689494 2.2963310000000003 2.2904178 0.65701176 2.4957092 1.1251455 -1.8907221999999997 1.7911419999999998 1.7922069999999999 -2.2126883999999998 -5.9141349000000005 -2.1824642999999995 -5.9052426 +60 2.4656213 2.1806792 1.5162136999999998 0.66642516 2.3807593 1.1204732 -1.8807908 1.2760265 1.2769034 0.85087758 -1.3621538 -2.1716581 1.4224856000000001 +61 -3.5324692000000004 -4.5916030999999995 -7.979283199999999 -0.32725591 -3.4593211999999998 -1.2920915000000002 -1.0118068999999998 -8.570822099999999 -11.916824 -11.313143 -15.473324 -1.1803629 -15.463923000000001 +62 0.47845539 0.81531805 0.039795463999999996 -0.34168119 0.96944223 0.96927184 -0.25843524 -3.3531814 -3.3595102999999997 -6.1397751 -10.272111 -0.29688362 -10.262819 +63 0.47732224 0.81444768 0.038584554 -0.34181384 0.96866261 0.96880894 -0.25849729 -3.3541797999999994 -3.3605873 -2.8188916 -9.1236176 -0.2969148 -6.653550099999999 +64 -0.94532213 -0.58539717 -2.9515052 -0.33909481 -0.51807827 0.80905771 -0.4361685 -2.5524001 -5.8913791 -8.6206289 -12.776189 -0.50584458 -12.766923 +65 -0.94631635 -0.5862067 -2.9525623 -0.33922545 -0.51990582 0.80867858 -0.43645781 -2.5532734 -5.8923139 -5.2996267999999995 -11.866963 -0.50615883 -9.398062300000001 +66 0.29218656 0.082096578 2.3036025 -0.47864425 0.41710155 0.34206847 0.21422985 1.786025 1.7870871 -2.2147527 -8.380195599999999 0.24033542 -5.9091947 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.5866011 0.75585338 -0.006954332099999999 0.2190901 -3.3067845 -1.6677807 -0.82711116 0.011854621000000001 0.011870205 0.0081008136 0.020848288 -0.8965657 0.020877783 +2 -2.1330687000000004 -2.506801 0.0023036856 -0.29773485 -1.5104296999999998 -0.45984577 -0.33560258 -0.013949625 -0.013371352 -0.006195588100000001 -0.00931772 -0.35061524 -0.0095730267 +3 -0.57831951 -0.23213852 -2.4801818 0.28426286 -0.56204184 -0.15176947 -0.074396647 -1.7609415000000002 -1.7618366 -1.3292443999999999 -4.4112303 -0.08059973 -4.403896400000001 +4 -0.057469914000000004 -0.16078678 0.00057186193 -3.3548468000000002 1.2258409 0.70527836 0.38663893 -0.0027136949 -0.0027181849 -0.0024534844 -0.0080265147 0.42434489 -0.0079550042 +5 0.36419325 0.39170346 -0.0038071193 0.094358966 -2.7918697999999997 -1.0974522 -0.45713885 0.005313931 0.005321255600000001 0.0036600781 0.0088488027 -0.50059643 0.0088991152 +6 1.6279201 1.6035589 -0.034329907 0.5372072 1.6449729 -2.4490352000000004 -1.1510559999999999 0.029121311 0.02916291 0.023162272999999997 0.073244924 -1.3516 0.07279965099999999 +7 2.0974988999999997 1.9927008999999998 -0.04657571 0.73197832 2.0795095 1.1093203999999999 -1.8654802 0.046392705 0.046465415 0.038524968 0.12435961 -2.1548435 0.12343174 +8 0.475008 0.8110868 0.041186955 -0.34148363 0.96480791 0.96921483 -0.25353153 -3.3538782 -3.3603734 -2.819973 -6.662265 -0.29127764 -6.653403900000001 +9 -0.94558371 -0.58596219 -2.9484429 -0.34007876 -0.51449048 0.81133562 -0.43393467 -2.5516152 -5.8906480000000006 -5.2993597999999995 -9.4058587 -0.50338155 -9.3966421 +10 0.29125657 0.081917802 2.2827736 -0.47248574 0.41388597 0.33550019 0.21146772 1.7739278000000003 1.7749858 -2.2198358 -5.923231299999999 0.23726052 -5.9143168 +11 0.24187327 0.078953311 1.5067673000000001 -0.30019491 0.31985598 0.19612014 0.11490254 1.2397201999999998 1.2405776000000002 0.83001802 -1.3743874 0.12974857 1.4070491000000003 +12 -4.100170200000001 -1.1216892 -0.0015330008 -0.17341449 -4.1851436 -2.7694748 -1.488879 -0.0094704592 -0.0088880523 -0.0029575641 -8.9526647e-05 -1.6773967 -0.00036479827000000006 +13 -2.7310369999999997 0.82307411 -2.3856959 0.50665347 -3.5450861000000002 -2.0532868000000004 -0.93021706 -1.6051318 -1.6057536000000001 -1.1912831 -4.1070126 -1.0355722 -4.1001933 +14 -3.0299777999999997 0.25136025 -8.596053099999999e-05 -3.2480432 -0.46234299 -0.0065349145999999995 -0.064021526 0.0035337932 0.0035377007 0.0015950460000000001 0.0017796504000000002 -0.054188325999999995 0.0018788976 +15 -1.3681465 1.905148 -0.041455452000000004 0.70220769 -4.1249301 -2.7831181000000003 -1.4187239999999999 0.041866666000000004 0.041924177 0.033050926 0.102667 -1.6439455000000003 0.1020505 +16 -0.86653882 2.3046841000000002 -0.057490504000000005 0.9221421 -1.8699036 -4.0492319 -2.5779223 0.06318700599999999 0.063280099 0.05192567 0.16549165 -2.9180968999999997 0.16428049 +17 -0.96163431 2.2333457 -0.054878034000000006 0.88096988 -1.9360109 -0.24427214 -2.0202842 0.05842534 0.05850934 0.047642523 0.15122503 -2.3214243999999997 0.15015059 +18 -2.1996443 1.359201 0.07637777700000001 -0.030562041 -2.6711131 -0.35386641 -0.51322483 -3.3068071000000003 -3.3130591000000003 -2.774807 -6.6048235 -0.58626074 -6.5959791 +19 -3.3149829 0.1187945 -2.7062508999999997 -0.17481909 -3.4457659 -1.2212228 -0.97792123 -2.294192 -5.6282172 -5.039049400000001 -9.135473900000001 -1.1308311000000002 -9.1262508 +20 -2.3341176 0.82356147 2.2849604 -0.18225387 -2.8538902000000004 -1.1496605 -0.50337671 1.7773662000000001 1.7784252 -2.2184254 -5.9212949 -0.54899733 -5.912381099999999 +21 -2.3972053 0.79835308 1.5091408000000002 -0.046096645 -3.0002497000000004 -1.3046845 -0.63137304 1.2461064 1.2469667 0.83344542 -1.3720993000000001 -0.67956498 1.4098356 +22 -2.7114441000000005 -2.7863651000000003 -2.554087 0.08912894199999999 -2.765245 -1.0783534 -0.55330804 -1.8915156000000002 -1.890477 -1.4413561000000001 -4.685455999999999 -0.58841451 -4.677604 +23 -2.2442187999999996 -2.7041447999999995 0.0024533435 -3.6254832 0.62295297 0.4374379 0.25466509 -0.014491117 -0.013913497 -0.0066640401 -0.010789588000000001 0.2856012 -0.011034051999999999 +24 -1.6149076999999998 -1.9351381 0.0011547837 -0.27266448 -3.6504517 -2.0544056 -1.0706794 -0.012569293999999998 -0.011989663999999999 -0.0052510829000000005 -0.0069695634 -1.1741384 -0.007214374599999999 +25 -0.52049408 -0.74873124 -0.0044677368 -0.15438719 -0.16407479 -3.0813973999999997 -1.7082264999999999 -0.0076734562 -0.0070884832 -0.0012195576 0.0063837971 -1.9712881000000002 0.0060386586 +26 -0.29202149 -0.52812334 -0.0061111715 -0.12014671 0.05740173900000001 0.85872014 -1.8996917000000002 -0.0062027285 -0.0056161046 1.6723751e-05 0.010534316 -2.1912939 0.010154557 +27 -1.9625953999999999 -2.0275743000000004 -0.01748219 -1.1302297 -0.93917477 0.58689759 -0.34272807 -3.4391863 -3.4398388999999994 -2.895836 -6.758633000000001 -0.3917742 -6.749738900000001 +28 -3.2969196000000003 -3.9445663 -3.3824273000000002 -0.53838175 -3.0086746 -0.58827317 -0.77425275 -3.0286535 -6.3518457999999995 -5.7574999 -9.8785693 -0.89990031 -9.8693395 +29 -1.7844333 -2.4402068999999997 2.2804914000000003 -0.9265113 -0.82309134 -0.047877493 -0.0045657781 1.7702386000000003 1.771468 -2.2210936 -5.9250562 0.0008493677900000001 -5.9161405 +30 -1.8678732 -2.4334784 1.5042053999999998 -0.69589781 -0.97847368 -0.20188661 -0.15066984 1.2338208000000002 1.2349261 0.82776742 -1.3754214 -0.15388811 1.4056971999999999 +31 -0.68284124 -0.45366556 -2.4975362999999997 -3.0650129 1.0889318000000001 0.59420716 0.37322925 -1.7855458999999998 -1.7864981 -1.3516093 -4.4493008000000005 0.4085234 -4.4419659000000005 +32 -0.055804257999999995 0.24816035 -2.4427653 0.3572084 -3.0009584 -1.3628083 -0.55783982 -1.7005078000000002 -1.7012903999999998 -1.2756006000000002 -4.296918700000001 -0.61126999 -4.2897620000000005 +33 1.3693135 1.4764062 -2.2894361 0.67520008 1.2790053999999997 -2.5342822999999997 -1.198021 -1.4518006 -1.4521674 -1.0548341 -3.8398333 -1.4035765 -3.8333129 +34 1.8359863 1.8392601000000002 -2.230069 0.81670737 1.7579807 1.0801319 -1.8519923999999999 -1.3495944 -1.3497861 -0.96532279 -3.6331296 -2.1396176 -3.6268863 +35 -1.4095877 -0.289131 -4.8053742999999995 0.41036654 -1.6431026999999998 -0.18914855 0.077992499 -6.119542900000001 -6.1466125 -5.5530082 -9.6724654 0.087486362 -9.6629092 +36 -2.1351852000000004 -1.3037361 -6.7556208 0.29344153 -2.4229699 -0.71609262 -0.15843411 -3.2489678 -6.5923759 -5.9965408 -10.126412 -0.17426597 -10.116872 +37 -0.57629532 -0.23092147 -2.4077202 0.27572034 -0.55823314 -0.1485921 -0.071712389 -1.7166542 -1.7173889 -4.6111505 -8.693136 -0.077848915 -8.6836684 +38 -0.57676705 -0.23125667 -2.4186223 0.27696235 -0.5589932 -0.14898416 -0.072222388 -1.7233796000000001 -1.7242165 -1.2953301000000002 -6.8223046 -0.078361192 -4.346511799999999 +39 0.18251642 0.13526973 -0.0013080742 -3.2908651 -1.962425 -0.29906095 0.013934625 0.0012127994 0.0012136946 0.00020776845 -0.0019560553 0.018982699 -0.0018333922 +40 1.5478287 1.5279065 -0.032739431 -2.8193856 2.6962203999999996 -2.2783115 -1.0158728000000001 0.025843018 0.025878845 0.020172875 0.063373686 -1.1984978000000002 0.06302160799999999 +41 2.0966038 1.9921226000000003 -0.046555694 -2.5902057000000003 2.7454287 1.1351038 -1.862105 0.046363855999999995 0.046436504 0.03850079 0.12428382 -2.1512927000000004 0.1233565 +42 0.45450569 0.79427293 0.040226329 -3.6713217000000005 2.3094753 1.0996339 -0.23670798 -3.3551775999999998 -3.3616829 -2.8212327999999998 -6.6637997 -0.27219122 -6.654938700000001 +43 -0.99388385 -0.61757026 -2.9583557999999996 -3.6653295 1.9149941000000001 1.0546495 -0.39899635 -2.5620017 -5.901359200000001 -5.3099894 -9.4168684 -0.46312442 -9.407653300000002 +44 0.25828135 0.0092265756 2.2826237000000003 -3.8175671 1.5305189 0.9357531 0.4101282 1.7736648000000002 1.7747226999999999 -2.2199477 -5.9233832 0.4478327 -5.914469 +45 0.20256596 -0.027388054 1.5064543 -3.6517279 1.4331036 0.8480919 0.40780177 1.2387207 1.2395778 0.82932594 -1.3749786 0.44588685 1.4063475 +46 2.1838366000000002 2.0576765999999997 -0.048676164 0.76702345 -1.3304716 -3.6436202000000004 -2.2182592 0.049973747 0.050054077 0.041704517999999996 0.13485575 -2.5350277 0.13383196 +47 2.129884 2.0170014 -0.047430756 0.74501735 -1.3516492 0.28696417 -1.9594627 0.04762639900000001 0.047701513 0.039590744 0.1278118 -2.2560257000000004 0.12685487 +48 0.77034804 1.0499908000000002 0.055517894000000005 -0.22200872 -1.960904 0.28153532 -0.39035691 -3.3345519 -3.3409086 -2.8013274 -6.6390246 -0.44908932 -6.6301709 +49 -0.59812854 -0.35701445 -2.8725644 -0.31095331 -2.6311004000000002 -0.18236576 -0.66010198 -2.4722012 -5.8088502 -5.2182182 -9.3215784 -0.76551414 -9.312363900000001 +50 0.66480065 0.4812192 2.2837727 -0.33038794 -2.4157437 -0.68185424 -0.19030361 1.7755482 1.7766066999999999 -2.2191717 -5.922318799999999 -0.20974307 -5.9134047999999995 +51 0.60692314 0.47085384 1.5078693 -0.17652378 -2.5490437999999997 -0.8299949 -0.30384581 1.2428078000000002 1.2436668 0.83164533 -1.3733307 -0.33196375 1.4083403 +52 2.268696 2.1190655 -0.050829083 0.80078907 2.1961082000000003 -2.3341297 -2.8740825 0.053456225 0.053544592 0.044820295 0.14524738 -3.2327195 0.14412527 +53 2.0370678 2.1269337000000004 0.15629513 0.43776055 2.2263662 -2.3186014999999998 -1.5390358 -3.1952636 -3.2001473999999996 -2.6649404 -6.4799595000000005 -1.7874363000000002 -6.471085400000001 +54 0.26872272 0.28852678 -2.639639 -0.19072897 0.79578545 -2.5421909 -1.8175944 -2.2218165 -5.5505308 -4.9616265 -9.0570093 -2.092994 -9.0477596 +55 2.143015 1.8497538 2.2902601000000002 0.36245115 2.2967091 -2.3201155 -1.0781142 1.7862486000000002 1.7873109 -2.2147447000000002 -5.916249400000001 -1.2694523000000002 -5.907339 +56 1.9620425 1.7560455000000001 1.5141771000000002 0.40970841 2.0664216 -2.364575 -1.0992038 1.2630218 1.2638911 0.84255912 -1.3667126 -1.2927497 1.4165326 +57 2.3131992 2.3282415000000003 0.18042285 0.58247372 2.3229644 1.0936172 -2.2986124 -3.1611632999999997 -3.1654953 -2.6314342 -6.4405441 -2.6211166 -6.4316557 +58 0.43399435 0.40991007 -2.5927533 -0.16072458 0.98890662 1.0014125 -2.4197676 -2.1706894 -5.4978259000000005 -4.9093309000000005 -9.0028401 -2.7498741 -8.993578300000001 +59 2.6907657000000005 2.2962467999999996 2.2939876 0.65660045 2.497057 1.1261198000000001 -1.8901848999999997 1.7926028000000003 1.7936674 -2.2120762000000003 -5.9126075 -2.1818207000000003 -5.9036973 +60 2.4665245 2.1804148 1.5181624 0.66605412 2.3818353 1.1214413 -1.8802112000000002 1.2763959999999999 1.2772725 0.85086591 -1.3607315 -2.170969 1.4237799999999998 +61 -3.5320801 -4.588106099999999 -7.9728857 -0.32911211 -3.4562427000000002 -1.2867228000000002 -1.0094192 -8.5664321 -11.912386 -11.31012 -15.469234 -1.1773635 -15.459814000000001 +62 0.47877023 0.81460691 0.044418457 -0.34233494 0.96981754 0.97130751 -0.25613531 -3.351364 -3.3576764999999997 -6.1393 -10.270595 -0.29441456 -10.261286 +63 0.47760683 0.81371189 0.043139946 -0.34248415 0.9690236 0.97081807 -0.25623352 -3.3524227999999994 -3.3588138999999995 -2.8184758 -9.1223847 -0.29448356 -6.6523012 +64 -0.94412286 -0.58465099 -2.9465162 -0.34001025 -0.51203827 0.81187305 -0.43368382 -2.5500716 -5.889020400000001 -8.6196745 -12.774174 -0.50311686 -12.76489 +65 -0.94515845 -0.58550509 -2.9476406 -0.34015159 -0.51395777 0.81146883 -0.43399849 -2.5510007000000003 -5.8900111 -5.2987278 -11.865016 -0.50345782 -9.3960981 +66 0.2932661 0.082326926 2.3072029 -0.47880019 0.4177391 0.3422264 0.21420371 1.7874935 1.7885551 -2.2141372 -8.378662299999998 0.24035406 -5.907644599999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d01+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.5865978 0.75585276 -0.0069574725 0.21908739 -3.3067830000000002 -1.6677912 -0.82709811 0.011855128999999999 0.011870665 0.0081011638 0.020852145 -0.89656108 0.020881613 +2 -2.1330935 -2.5068023999999998 0.0023063994 -0.29773101 -1.5104766 -0.45987317 -0.33561511 -0.013951449 -0.01337308 -0.0061945609 -0.0093188257 -0.3506327 -0.009574281700000001 +3 -0.57863965 -0.23240997 -2.4802876 0.28445541 -0.56228658 -0.15188565 -0.074411971 -1.7610269 -1.7618703999999998 -1.3293976 -4.4097288 -0.080616564 -4.4024117 +4 -0.057455853 -0.16076965 0.00057204363 -3.3548428 1.2258623 0.70527283 0.38661073 -0.0027136065999999997 -0.0027180851 -0.0024533537 -0.0080266899 0.42431884 -0.0079551799 +5 0.3641617 0.39167443 -0.0038083516 0.094349666 -2.7918462 -1.0974278999999998 -0.45711918 0.005313516700000001 0.0053208184999999995 0.0036599322 0.0088505522 -0.50058051 0.0089008205 +6 1.6279594 1.6035566 -0.034339247 0.5371994 1.6450005 -2.4490472000000003 -1.151053 0.029121408999999997 0.029162886000000002 0.023162019 0.07325436 -1.3515999 0.072808932 +7 2.0975542999999996 1.9927053 -0.046588494 0.73197207 2.0795434 1.1093003000000001 -1.865484 0.046393761 0.04646628 0.038524873 0.12437314 -2.1548487 0.12344511 +8 0.47481891 0.8109316 0.040933946 -0.34149761 0.96471186 0.96915976 -0.25357333 -3.354169 -3.3606652 -2.8203412 -6.662573299999999 -0.29133061 -6.6537109 +9 -0.94582236 -0.58620872 -2.94869 -0.34008834 -0.51475001 0.81130778 -0.43388594 -2.5518921000000003 -5.890895700000001 -5.2996891999999995 -9.4060692 -0.5033373 -9.3968502 +10 0.29131343 0.081937304 2.28288 -0.47248802 0.41393047 0.33552297 0.21145538 1.7739901000000002 1.7750438000000002 -2.2198104 -5.923087000000001 0.23724952 -5.914171400000001 +11 0.24192092 0.07897050900000001 1.5068264999999998 -0.30018343 0.31988576 0.19612257 0.11489235 1.2397357 1.2405896 0.83001461 -1.3742478 0.12973856 1.4071793 +12 -4.1001452 -1.1216807 -0.0015317026 -0.17341125 -4.1851307 -2.7694794999999996 -1.4888587 -0.0094721757 -0.008889692900000001 -0.0029565038 -8.930713400000001e-05 -1.6773839 -0.00036473801 +13 -2.7311116 0.8229582 -2.3857741000000003 0.50681767 -3.5451187000000006 -2.0533782 -0.93023696 -1.6051903 -1.6057663999999998 -1.1914141000000003 -4.1057745 -1.0355955 -4.0989682 +14 -3.0299913 0.2513614 -8.6748196e-05 -3.2480436000000004 -0.46243558 -0.0065919985 -0.06405531099999999 0.003534392 0.0035382854999999997 0.0015955288 0.0017812949 -0.05422562 0.0018805481 +15 -1.3681152 1.9051373 -0.04146722 0.70219448 -4.1249162 -2.7831175 -1.4187026000000003 0.041867082 0.041924419 0.033050493 0.10267781 -1.6439255000000002 0.10206118 +16 -0.86648444 2.3046861 -0.057506987 0.92213373 -1.8698831999999999 -4.0492358 -2.5778986 0.063188793 0.06328162700000001 0.05192563 0.16550862 -2.9180726000000003 0.16429731 +17 -0.96158406 2.2333456000000003 -0.054893684000000005 0.88096055 -1.9359929 -0.24424477 -2.0202727 0.058426794000000004 0.058510554000000006 0.047642392 0.15124076 -2.3214132000000003 0.15016617 +18 -2.199697 1.3591096999999999 0.07614467700000001 -0.030570073 -2.6711315 -0.35388167 -0.51327233 -3.3070739999999996 -3.3133269999999997 -2.7751521 -6.6051053 -0.58631751 -6.596259599999999 +19 -3.3151022000000006 0.11860279 -2.7064463 -0.17484329 -3.4458458 -1.2213535 -0.97794774 -2.2944232 -5.628424 -5.039339 -9.1356446 -1.130871 -9.1264194 +20 -2.3340996 0.82354915 2.2850669 -0.18226968 -2.8538726000000003 -1.1496373 -0.5033684 1.7774288 1.7784836 -2.2183998 -5.9211504 -0.54899258 -5.912235400000001 +21 -2.3971912 0.79834489 1.5092001 -0.046097310999999995 -3.0002435000000003 -1.3046784 -0.63137016 1.2461228000000002 1.2469795 0.83344265 -1.3719589 -0.6795673 1.4099668 +22 -2.7116257999999998 -2.7866031 -2.5542404 0.08938869 -2.7655072999999994 -1.0786544 -0.55337819 -1.8916249 -1.8905285 -1.4415354 -4.6835108 -0.5884948 -4.675682900000001 +23 -2.2442326 -2.7041319 0.0024561132 -3.6254785000000003 0.62291634 0.43740404 0.25463541 -0.014492943000000001 -0.013915226000000001 -0.0066630186 -0.010790853999999999 0.28557175 -0.011035466 +24 -1.6149214 -1.9351493000000002 0.0011570874000000001 -0.27266201 -3.6504410000000003 -2.0544036 -1.0706632 -0.012571151000000001 -0.011991433000000001 -0.005250062099999999 -0.0069702396 -1.1741304 -0.0072152056999999995 +25 -0.52046061 -0.74873449 -0.0044669028 -0.15438664 -0.16407842 -3.0814016 -1.7082096999999998 -0.007675274100000001 -0.0070902329 -0.0012186267999999998 0.0063844148 -1.9712728 0.0060391053 +26 -0.29198096 -0.5281245 -0.0061107403000000005 -0.12014646 0.05740679 0.85871469 -1.8996927 -0.0062044907 -0.0056178048 1.7663826e-05 0.010535403999999998 -2.1912960999999997 0.010155469 +27 -1.9626938000000003 -2.0276991 -0.017769252 -1.1301094999999999 -0.93941278 0.58680924 -0.34283396 -3.4395178 -3.4401696000000004 -2.8962423 -6.758983 -0.3918935 -6.7500875 +28 -3.2970410000000006 -3.9448687999999996 -3.3827651 -0.53835517 -3.0088206000000004 -0.58845562 -0.77432504 -3.0290034 -6.352151200000001 -5.7578852 -9.878834800000002 -0.89998495 -9.869602 +29 -1.7844121 -2.4401982999999996 2.2805987 -0.92651655 -0.82303939 -0.047874094000000006 -0.0045775432 1.7703011000000002 1.7715262999999999 -2.2210669 -5.924911 0.00083667396 -5.9159941 +30 -1.8678598000000002 -2.4334667000000003 1.504265 -0.69588303 -0.97844255 -0.20190192 -0.15068722 1.2338357 1.2349375 0.82776494 -1.3752813999999998 -0.15390849 1.4058277 +31 -0.68312766 -0.4539408 -2.4976451 -3.064811 1.0888269 0.59410597 0.37320256 -1.7856317 -1.7865313000000003 -1.3517628000000002 -4.4477528 0.4084975 -4.4404353 +32 -0.056008855999999996 0.24795976 -2.4428627 0.35738922 -3.0009889 -1.3628976000000002 -0.55785228 -1.7005854 -1.7013186999999999 -1.2757478 -4.295524299999999 -0.61128551 -4.2883829 +33 1.3692796999999999 1.4763126 -2.2895021 0.67533785 1.2789409999999999 -2.5343571 -1.1980375 -1.4518493000000001 -1.4521754999999998 -1.0549587 -3.8387867999999994 -1.4035933999999999 -3.8322768 +34 1.8359718999999997 1.8391799 -2.2301238999999997 0.81682697 1.7579278999999999 1.0800577 -1.8519935 -1.3496333999999999 -1.3497879 -0.96543991 -3.6322118999999997 -2.1396176 -3.6259773 +35 -1.4098106000000001 -0.28922736 -4.8059715999999995 0.41074748 -1.6433872 -0.18931589 0.077989999 -6.1195778 -6.146538099999999 -5.5530858 -9.6722479 0.087482514 -9.6626852 +36 -2.1350963 -1.3035219999999998 -6.7558512 0.2936937 -2.4226136 -0.71580095 -0.15833052 -3.2487925 -6.592040400000001 -5.9963465 -10.125959 -0.17415962 -10.116408999999999 +37 -0.57668938 -0.23125373 -2.4078462000000003 0.27589893 -0.55855369 -0.14871942 -0.071733854 -1.716762 -1.7174443 -4.611331099999999 -8.6931792 -0.077871127 -8.6837075 +38 -0.57708319 -0.23152589 -2.4186946 0.27715408 -0.55923323 -0.14909905 -0.072237135 -1.7234477 -1.7242345000000001 -1.2954683999999999 -6.8209436000000006 -0.078377419 -4.3450675 +39 0.1824802 0.13523516 -0.001308514 -3.2908738 -1.9623976000000003 -0.29903748 0.013939832 0.00121226 0.0012131494 0.0002075843 -0.0019555301 0.018987491999999998 -0.0018328989000000002 +40 1.5478703999999999 1.5279078000000001 -0.032748409 -2.8193914 2.6962479999999998 -2.2783316000000005 -1.0158789000000001 0.025843112 0.025878832 0.020172763 0.063383055 -1.1985079 0.063030813 +41 2.0966602 1.9921278000000002 -0.0465685 -2.5902116000000004 2.7454556 1.1350813 -1.8621113999999999 0.046364946 0.046437404 0.038500722 0.12429743 -2.1513006000000003 0.12336995 +42 0.45430841 0.79411462 0.039972825 -3.6713361000000004 2.3094776 1.0995696000000001 -0.2367503 -3.3554690000000003 -3.3619752999999997 -2.8216016 -6.6641088 -0.27224459 -6.655246400000001 +43 -0.99411238 -0.61781059 -2.9586021000000002 -3.6653373999999994 1.9148558999999998 1.05465 -0.3989522 -2.5622773999999997 -5.9016055 -5.310317400000001 -9.4170773 -0.4630841 -9.4078598 +44 0.25835938 0.009271487 2.2827300999999998 -3.8175614 1.5305528 0.93574238 0.41008142 1.7737272000000002 1.7747808 -2.2199223 -5.923239 0.44778853 -5.9143235 +45 0.20263289 -0.027349686 1.5065136000000001 -3.6517101999999997 1.4331253000000002 0.84807774 0.40776534 1.2387361000000001 1.2395898 0.82932247 -1.3748392 0.44585302 1.4064776 +46 2.1838879 2.0576772 -0.048689418 0.76701488 -1.3304391000000002 -3.6436148999999998 -2.2182298 0.049974751 0.050054876 0.041704237000000005 0.13486941 -2.5349972999999997 0.13384547 +47 2.1299357999999997 2.0170029 -0.04744368 0.74500945 -1.3516158 0.28699185 -1.9594532999999998 0.04762736 0.047702278 0.039590528 0.12782523 -2.256017 0.12686814 +48 0.77021763 1.0498517 0.055270728 -0.22202912 -1.9608968 0.28151494 -0.39040665 -3.3348354 -3.3411931000000004 -2.8016886000000003 -6.639324900000001 -0.44915016 -6.6304699000000005 +49 -0.59832538 -0.35725267 -2.8727987 -0.31096956 -2.6311833 -0.18244955 -0.6600741 -2.4724677 -5.8090891 -5.218539099999999 -9.3217806 -0.76549476 -9.312563800000001 +50 0.66480055 0.48119039 2.2838791 -0.33040876 -2.415715 -0.68181567 -0.1902954 1.7756105 1.7766647 -2.2191463 -5.9221746 -0.20973639 -5.9132594 +51 0.60691802 0.47082857 1.5079285 -0.17652839 -2.5490227 -0.82997046 -0.30383825 1.2428236000000001 1.243679 0.83164215 -1.3731906999999999 -0.33195925 1.4084709 +52 2.2687552 2.1190710999999998 -0.050843109000000004 0.80078298 2.1961405 -2.3341469 -2.8740767999999997 0.053457646 0.053545794 0.044820237 0.14526251 -3.2327133999999997 0.14414024 +53 2.0370133000000004 2.1268109 0.1560813 0.4376928 2.2262969 -2.3186709999999997 -1.5390908 -3.1955054 -3.2003903 -2.6652605 -6.480216099999999 -1.7874970000000001 -6.4713407 +54 0.268569 0.28829557 -2.6398454 -0.19077022 0.79557238 -2.5422279999999997 -1.8175799 -2.222061 -5.550752200000001 -4.961930799999999 -9.057195 -2.0929843999999997 -9.047943199999999 +55 2.1430639 1.8497531000000003 2.2903672000000004 0.3624376 2.2967351000000003 -2.3201377 -1.0781273999999998 1.7863126 1.7873705000000002 -2.2147185 -5.9161041 -1.26947 -5.9071926 +56 1.9620799999999998 1.7560403000000002 1.5142366000000003 0.40970118 2.0664355 -2.3645944 -1.0992091 1.2630402 1.2639061000000003 0.84255772 -1.3665708 -1.292759 1.4166655000000001 +57 2.3131343999999996 2.3281084 0.18021447 0.58238979 2.322894 1.0935435 -2.2986325 -3.1613984 -3.1657313 -2.6317476 -6.4407938 -2.6211386 -6.4319041 +58 0.4338324 0.40967098 -2.5929576 -0.1607737 0.98868212 1.0014110999999999 -2.4197077 -2.1709332000000003 -5.4980476 -4.9096356 -9.003026400000001 -2.7498137000000002 -8.993762599999998 +59 2.690816 2.2962445 2.294095 0.65658471 2.4970790000000003 1.1260934999999999 -1.8901990000000002 1.7926676 1.7937279 -2.2120496 -5.912461599999999 -2.1818367999999997 -5.9035503 +60 2.4665675 2.1804117 1.5182221000000002 0.6660451 2.3818547999999997 1.1214198999999998 -1.8802168000000001 1.2764161 1.277289 0.85086577 -1.360588 -2.1709761000000003 1.4239148000000001 +61 -3.5320254 -4.5878693 -7.9731955999999995 -0.32912952 -3.4560562999999993 -1.2864197 -1.0092398999999999 -8.5663981 -11.912113 -11.309898 -15.468884 -1.1771552 -15.459454000000001 +62 0.47856426 0.81443825 0.04413312 -0.34235365 0.9697115 0.97124037 -0.25618976 -3.351683 -3.3579966 -6.1396959 -10.270862 -0.29448071 -10.261550999999999 +63 0.47741661 0.81355547 0.04288652900000001 -0.34249766 0.9689254 0.97076194 -0.25627383 -3.3527138 -3.3591059999999997 -2.8188443 -9.122692800000001 -0.29453478 -6.6526084 +64 -0.94438709 -0.58492379 -2.9468018 -0.34002378 -0.51234512 0.8118305 -0.43364685 -2.5503807000000003 -5.8893001 -8.620036099999998 -12.774402 -0.50308529 -12.765116 +65 -0.94539728 -0.58575181 -2.9478881 -0.34016112 -0.51421759 0.81144094 -0.43394972 -2.5512778999999997 -5.8902591 -5.2990575 -11.865226 -0.50341353 -9.396306599999999 +66 0.29332344 0.082346842 2.3073099 -0.47880247 0.41778415 0.3422501 0.21419106 1.7875566999999999 1.7886141 -2.2141113 -8.3785173 0.24034269 -5.907498400000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.439144 1.2951495000000002 0.63511769 0.014172539 -2.3539947 -1.4671776 -1.098773 1.1480251 1.1501059 1.0060947 1.8859019000000001 -0.85271111 1.8896017 +2 -1.9317642 -6.3607246 -3.6110624 0.10137782 -2.475628 -1.5373631 -1.1658832000000001 -4.580135 -4.5779744 -4.4191047999999995 -6.636854700000001 -0.9125582 -6.621980000000001 +3 0.04546802900000001 0.061029467000000004 -1.4026112 0.022279197999999997 0.037212406 0.013601397 0.010962473 -0.06661725 -0.064417639 -0.057786751 -0.15116797 0.022399234 -0.15076936 +4 -0.5132074 -0.67178059 -0.50804724 -3.2343379 1.502437 0.92685249 0.78307171 -0.63254707 -0.63411316 -0.64386466 -0.43945351 0.75824137 -0.44016226 +5 1.1181712 0.73186556 0.42658219 -0.054101126 -1.9284214 -1.0512593000000001 -0.69721109 0.65692318 0.65820919 0.58497863 1.2211045 -0.44711096 1.2210312 +6 2.4336417999999997 1.741127 0.60959751 -0.058274788 2.2751772999999997 -1.4022028 -1.0321758 1.5548213 1.5576813 1.3874703000000002 2.5567625 -0.78254808 2.5562546000000004 +7 3.3822410000000005 2.5055331 0.027968222999999997 0.11702814 3.2556969 2.3563377 -1.4420339 2.2181968 2.2219 1.9440041000000001 3.8570122000000002 -1.2796171 3.8546040999999995 +8 -0.6657685 -0.2867274 -2.5837784 0.090883972 -1.4237243 -0.55189183 -0.17885954 -3.7783638999999996 -3.7931359 -3.6411979 -5.8299644 0.19849395 -5.814432099999999 +9 -1.9471328 -6.974165400000001 -7.5024858 0.10571631 -2.4970651000000004 -1.5575934999999999 -1.1860845 -5.2164407 -8.538327800000001 -8.375515799999999 -10.612022 -0.93539133 -10.597061 +10 0.0031544302000000002 -0.0041215836 -0.040756142999999995 0.0019607033 0.0018921004999999998 -0.0014283102 -0.0025154936 -0.010172046 -0.0094505892 -3.3318972999999996 -5.4995712 -0.0033612628999999997 -5.4847551 +11 -0.0015052295 -0.0061577011 -0.034402382999999995 0.0015687556 -0.0013090841 -0.0020649695 -0.0025928805 -0.010699161 -0.010172373 -0.010204961 -2.5788785 -0.003505957 -0.010552896 +12 -3.7966921 -5.9735273 -3.4202665 0.19238326 -4.53442 -3.5464872000000005 -3.166482 -4.3841698 -4.381831200000001 -4.2236007 -6.4383113 -3.1387147 -6.4234471 +13 -1.4512411 1.2735739 -1.7669723000000002 0.053200184000000005 -2.3841511000000004 -1.4979089 -1.1298385 1.0165239 1.0202526 0.8892717 1.7659147000000002 -0.88476388 1.7686731 +14 -2.7726979 0.20888394 0.025916559 -3.2459113 0.28769387 0.095478061 0.032762774 0.14915493 0.14915414 0.071737325 0.82000106 -0.03472512 0.8213602 +15 0.17001879 2.6279117999999997 -0.031901008 0.22977197 -2.7823702999999997 -1.8335896 -1.4536352 2.3142947 2.3180511000000004 2.0025612 3.9313129 -1.2711914 3.9318598 +16 1.0446031 3.3414337 -0.41572615 0.59906004 -0.22577386 -2.6713353 -2.2984595000000003 2.9426167999999997 2.9468817000000005 2.4683157000000002 5.0051315 -2.2286245 5.0072906999999995 +17 0.84221397 3.1802676 -0.37754967 0.49776552 -0.35241147 0.38861914 -1.907703 2.8033732000000002 2.8075522 2.3720494 4.854158 -1.801233 4.8542928 +18 -1.2661802 1.6924291 -0.8584145 0.035909043 -2.1392241000000003 -1.2250149 -0.83715609 -1.9103846000000002 -1.9150254 -1.7828561 -3.8703470999999996 -0.54866473 -3.855583 +19 -3.8182299 -6.6437867 -7.342299900000001 0.19896708 -4.5590572 -3.5710535000000005 -3.1910729 -5.0627322 -8.3833871 -8.220605099999998 -10.456965 -3.1644607999999996 -10.442006 +20 -1.4533715 1.2717356000000002 0.67493609 0.015051864 -2.3699402999999997 -1.4810475 -1.1125105 1.1286477 1.1313966999999998 -2.335616 -4.447235299999999 -0.86697599 -4.4324508 +21 -1.4500056000000001 1.2759732 0.70703941 0.013429095 -2.3652244 -1.4784973 -1.1100386 1.1360595 1.1386085 0.99351114 -0.76861773 -0.8638265 1.8936436999999997 +22 -1.9319988000000001 -6.3658254 -4.9090098 0.10512343 -2.4773329 -1.5395156 -1.1680393 -4.5907408 -4.5860124 -4.4271314 -6.6452743000000005 -0.91516787 -6.6303399999999995 +23 -3.1227693 -6.3876265 -3.5890616 -3.1541193 0.012727075 0.35531142 0.44061892 -4.5510374 -4.5494698 -4.3906792 -6.608173299999999 0.48179247 -6.593278999999999 +24 -1.5501399 -6.4626535 -3.6630144000000002 0.058963472999999995 -3.968136 -2.9768533 -2.6096374 -4.6391609 -4.6368004 -4.477771700000001 -6.6961935 -2.5513218999999996 -6.6813308000000005 +25 -1.5158711 -6.4740142999999994 -3.6686224999999997 0.054526850999999994 -2.1197981 -4.2750848 -3.9095241 -4.645586499999999 -4.6432008 -4.484155400000001 -6.7026442 -3.9204362 -6.6877834 +26 -1.5346665000000002 -6.4680676 -3.6656709000000003 0.056894535 -2.136316 -1.2051545 -2.8230371 -4.6421725 -4.6398031 -4.4807667 -6.6992210000000005 -2.788816 -6.6843589 +27 -1.8644918999999998 -8.473763900000002 -7.1424438 0.20961007 -2.5183032 -1.5856075 -1.2047248 -8.7013021 -8.6998191 -8.536983099999999 -10.773628 -0.95686066 -10.758662 +28 -1.9767465 -10.699033 -7.8960295 0.10564675 -2.5320558999999996 -1.5901878 -1.2184375 -5.617762 -8.937909800000002 -8.775024900000002 -11.011827 -0.97185185 -10.996872999999999 +29 -1.9318123999999999 -6.3604351999999995 -3.6106384 0.10138496 -2.4755933999999997 -1.5373370000000002 -1.1658583999999999 -4.5799414 -4.5776735 -7.7407326 -9.9764547 -0.91252623 -9.961556199999999 +30 -1.9317626 -6.3606748 -3.6109708 0.10137749 -2.4756259999999997 -1.5373611999999999 -1.1658813000000001 -4.5801004999999995 -4.5779235 -4.419054099999999 -9.0963755 -0.91255601 -6.6219698000000005 +31 -0.44294843 -0.63497597 -1.9589307 -3.2126754 1.476101 0.91499346 0.78057132 -0.73295641 -0.73252118 -0.73964661 -0.56001217 0.76883411 -0.56056714 +32 1.1208303999999998 0.74082184 -1.4992402 -0.020410634 -1.932451 -1.0544459 -0.70015103 0.54159601 0.54483471 0.48494283 1.0518341999999998 -0.45040475 1.051138 +33 2.4009929 1.7089637999999998 -1.9708957999999999 -0.036919504 2.2378837000000003 -1.4209048999999998 -1.0504708 1.4421991000000003 1.4464284 1.2972976999999999 2.3606694 -0.80385413 2.3595933 +34 3.3696201 2.4964139 -2.6210906 0.12061452 3.2514136000000002 2.3606342999999996 -1.4382268 2.1782377 2.1829079 1.9191551 3.7829148 -1.2755853000000001 3.7799479 +35 -0.65673298 -0.18716874 -3.5806269 0.087951216 -1.3992423999999999 -0.52857264 -0.15505867 -3.6942129 -3.7028931000000003 -3.5511074999999996 -5.738731 0.22306179 -5.7232743 +36 -1.9373278999999999 -6.5661878 -8.423069199999999 0.10676748 -2.4855248 -1.5471207 -1.1755844 -4.8120709 -8.1309871 -7.9682694000000005 -10.204369999999999 -0.92362052 -10.189404 +37 0.053391725999999994 0.065278108 -1.1002979 0.019142995 0.044700989000000003 0.016761576 0.012754715 -0.04508388 -0.042686705 -3.3593437999999995 -5.52926 0.023066541 -5.5144286 +38 0.047301902 0.061508034 -1.1489652 0.01958057 0.040477871 0.015379881000000001 0.011977136000000001 -0.051403078 -0.049116462 -0.0431121 -2.6990029 0.022281912 -0.13887841 +39 0.30600759 -0.030967402999999998 -0.1035376 -3.2822266000000004 -1.0194107 -0.2286446 0.09228466099999999 -0.059939948 -0.060215553 -0.11826387 0.60900079 0.32049786 0.60744428 +40 2.0395659999999998 1.364035 0.47342174 -3.3730631 3.6017589999999995 -0.91274666 -0.54678116 1.2006932 1.2030653999999998 1.0410827 2.3079171 -0.22184361 2.3065278 +41 3.3672741999999998 2.4947217 0.036493959 -3.2088855 3.8981068999999997 2.4894746 -1.4241139999999999 2.2087229 2.212417 1.9364898000000001 3.837671 -1.2597923 3.8352684999999997 +42 -2.6303669 -1.0452727 -3.2068477000000004 -3.1479126 0.377428 0.68252554 0.79786601 -4.4850327000000005 -4.5069586 -4.3505403 -6.5584896 0.90822609 -6.5433197 +43 -3.1359407000000004 -6.9134882 -7.4505023 -3.1488148 -0.01382157 0.34257491 0.43279979 -5.1536179 -8.480449400000001 -8.3176694 -10.554146000000001 0.47555055 -10.539164 +44 -0.50652732 -0.67107571 -0.52477829 -3.233648 1.501552 0.92635283 0.78259303 -0.63562443 -0.63616902 -3.968773 -6.1325641 0.75763471 -6.1179405 +45 -0.51354038 -0.67369879 -0.52237452 -3.2339541 1.5020951 0.92646675 0.78257053 -0.63700405 -0.63776859 -0.64768813 -3.007847 0.75749484 -0.44945311 +46 3.8794315000000004 2.8946883999999997 -0.23567265 0.29506184 -0.016126463 -2.5034680000000002 -2.1439326000000003 2.5618342999999997 2.5658386 2.2090695 4.5787379999999995 -2.0610037 4.5755182 +47 3.7008459000000005 2.7563077000000002 -0.16182059 0.22443716 -0.069903117 0.63533578 -1.8191558999999997 2.4399035 2.4438087000000004 2.1179349 4.3483482 -1.7037168000000003 4.3450175 +48 -0.64282641 -2.4951906000000004 -4.354978599999999 0.12569038 -3.2612266 -2.2990299 -1.9277292000000001 -5.8062081 -5.8077953 -5.6468657 -7.875850999999999 -1.8223363999999997 -7.860680800000001 +49 -1.5798518 -7.0922827999999996 -7.557408500000001 0.064005624 -4.0003708 -3.0088708 -2.6417836 -5.276248000000001 -8.596903300000001 -8.4340686 -10.670608999999999 -2.5860104 -10.655661 +50 1.1128869 0.71772573 0.37375682 -0.050595984000000004 -1.9387746 -1.0605288999999998 -0.70658026 0.63660112 0.63870416 -2.7571807999999995 -4.8956252000000005 -0.45801802 -4.880857 +51 1.1126841 0.71834702 0.39360387 -0.05166883 -1.9370345000000002 -1.0600036 -0.70608355 0.63978682 0.64167376 0.56790622 -1.4087885 -0.45687005 1.2155477 +52 4.0284553999999995 3.0088034 -0.27605014 0.35905272 3.5777367 -0.91577589 -2.5901668 2.6618383 2.6659166 2.2814622000000004 4.730842 -2.5467517 4.7284319 +53 -0.70279541 -2.8384105 -4.6110414 0.12499802 -1.4522760000000001 -3.6711046 -3.3000982000000003 -6.1020213 -6.1016362 -5.9401367 -8.1708661 -3.2936882000000005 -8.1558545 +54 -1.5473559 -7.104783 -7.5630811 0.059736954 -2.1556584 -4.3082153 -3.9427237 -5.2825126 -8.6030306 -8.4401931 -10.676737 -3.9547161 -10.66179 +55 2.437879 1.7433383999999998 1.0026609 -0.06580855599999999 2.2868607000000005 -1.402975 -1.0322901 1.5856898000000001 1.5892365 -1.9097193 -4.0036766 -0.78151601 -3.9890778 +56 2.4407522999999998 1.7468418000000001 1.0405642 -0.066819689 2.2912504 -1.4006082 -1.0301753 1.5926135000000001 1.5959447 1.4184309 0.020945434 -0.77921575 2.6439793999999996 +57 -0.68398216 -2.7056284 -4.5134557 0.1257896 -1.4386558 -0.55794412 -2.3635122 -5.9885613 -5.9890335 -5.8277405 -8.057890200000001 -2.302318 -8.0428121 +58 -1.5655374 -7.0980546 -7.560017299999999 0.062059632999999996 -2.1716012000000005 -1.2387719 -2.846806 -5.2790835 -8.5996898 -8.4368541 -10.673396 -2.8140113999999996 -10.658448 +59 3.4298699999999998 2.5494695 1.4436681999999998 0.11990957 3.2969616000000004 2.3677627 -1.4404944 2.3205657000000004 2.3247119 -1.2989382999999999 -3.341299 -1.2778756000000002 -3.3267442000000003 +60 3.4289267 2.5486367999999997 1.4239395000000001 0.11998799 3.2961096 2.3667167 -1.4409417 2.3188267000000002 2.3227484 2.0214589 1.432557 -1.2783833 4.069605999999999 +61 -1.8649011000000002 -8.5386366 -10.529601 0.20997428 -2.5190732000000002 -1.5863373 -1.2054528 -8.7657903 -12.0899 -11.926851 -14.164525 -0.95767647 -14.149551 +62 -0.66537976 -0.28412827 -2.5809868 0.09068381199999999 -1.423067 -0.55124157 -0.17819337 -3.7758659 -3.7903795 -6.960381599999999 -9.1939138 0.19924616 -9.178338499999999 +63 -0.66573897 -0.28661066 -2.5835691 0.09087731 -1.4236921 -0.55186147 -0.17882919 -3.7782511 -3.7929864 -3.6410496 -8.2895965 0.19852881 -5.8143819 +64 -1.9471571 -6.9740189 -7.5022842999999995 0.10571985 -2.4970480999999998 -1.5575814 -1.1860728999999999 -5.2163951 -8.5381806 -11.697297 -13.93494 -0.93537589 -13.919978 +65 -1.9471328 -6.9741637 -7.5024822 0.10571631 -2.4970651000000004 -1.5575934999999999 -1.1860845 -5.2164402 -8.538326199999998 -8.375514200000001 -13.07146 -0.93539129 -10.597062 +66 0.0031342325 -0.0042050589 -0.041272359 0.0019826007 0.0018749270000000002 -0.0014568942 -0.0025514745 -0.010321626 -0.0095896216 -3.3320367999999996 -7.9596637 -0.0034098286 -5.4850476 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.8685198 1.1742118000000001 -0.19506329 0.24000456 -2.5898087000000003 -1.5060267 -1.099457 0.30621618 0.30667035 0.21898576 0.57437073 -0.86980668 0.57610189 +2 -2.2884816000000003 -2.9397782 0.12535734 -0.21487804 -1.6665354 -0.78810714 -0.52050518 -0.25622685 -0.25538886 -0.15728511 -0.64352813 -0.43450263 -0.64820668 +3 -0.24602554 -0.034637117 -2.5032196 0.37620063 -0.20709016 -0.12868661 -0.10955898 -1.1326812 -1.1325264 -0.97661648 -1.4572201999999999 -0.10767639 -1.4628 +4 -0.25450312 -0.46205239 -0.042346273 -3.3035992 1.3109696000000002 0.89522728 0.77082946 -0.150895 -0.15114043 -0.13710031 -0.17227234 0.72521179 -0.17252187 +5 0.87939672 0.71902373 -0.13457724 0.10290252 -2.1611177 -1.0844951 -0.68916463 0.15007358 0.15030991 0.1027915 0.323654 -0.43861269 0.32466231 +6 2.0771128 1.6694518 -0.565167 0.32791575 2.0279591 -1.5162038999999998 -1.1020964 0.45583789 0.45652302 0.34232347 1.0697515 -0.84033574 1.0679481000000002 +7 2.950441 2.3594501 -0.98468865 0.58732401 2.9099899 2.1687411 -1.6092757 0.83416605 0.83528981 0.64906914 1.9783607 -1.4460034 1.9718866000000002 +8 -1.2376306000000001 0.40532918 -2.0385085 0.29861205 -1.5301993 -0.47506347 -0.066328343 -4.1256584 -4.137137200000001 -3.7823941 -6.7818057000000005 0.27120894 -6.774606599999999 +9 -2.5162632 -5.665810400000001 -6.7967084 0.51073094 -2.8621893 -1.7092509999999999 -1.2954192 -5.3651075 -8.6893038 -8.3133158 -11.414205 -1.0364345 -11.406925 +10 0.011418623000000001 -0.0195445 0.55104238 -0.19504312 0.06667094 0.061783364 0.060109710999999996 0.37875621 0.37960634 -3.0017275000000003 -5.9267233 0.06323212 -5.9196722 +11 0.007821927 -0.017674491 0.54544616 -0.19154121 0.064340491 0.059784737000000004 0.05926052 0.37805447 0.37870851 0.32038436 -1.6434275 0.064090668 0.95804247 +12 -3.3905027999999997 -1.205026 0.083460545 -0.12810621 -3.3586788 -2.1846092 -1.7586796999999998 -0.14342453 -0.14252002 -0.066272434 -0.24314778 -1.5760508999999998 -0.24975565 +13 -1.9547093 1.1253051 -2.7603006000000003 0.4439479 -2.7289951 -1.6306638999999998 -1.2191981 -0.36542275 -0.36431854 -0.32253307 -0.30188568 -0.97857176 -0.30384431 +14 -2.8868014 0.25288947 -0.030452847999999998 -3.2259778 0.21560277 0.094247206 0.038920872 0.031569245 0.031617383 0.00259093 0.040103112 -0.029209604 0.041949402000000004 +15 -0.35884643 2.4031957000000004 -0.953865 0.66531797 -3.1739705000000002 -2.0127556 -1.5885871999999999 0.85063691 0.8517439 0.64447118 1.9226893 -1.3996895 1.9176563999999998 +16 0.50788084 3.1131501 -1.1967718999999999 1.062315 -0.61284275 -2.850873 -2.4328766 1.3701999 1.3716901000000001 1.0319125 2.7059197999999998 -2.3600038 2.7033869999999998 +17 0.31939119 2.9612475 -1.1711433 0.9630353 -0.73087093 0.21760012 -2.0597611000000002 1.2540677 1.2554941000000002 0.95036755 2.5887816000000003 -1.9512174999999998 2.5844572 +18 -1.8901772000000001 1.5189656 -1.2581705 0.37252092 -2.5062337 -1.3825968000000002 -0.95265626 -3.2005187000000004 -3.2067803 -2.8720787999999997 -5.766900499999999 -0.65886656 -5.759900099999999 +19 -4.373730999999999 -5.337942099999999 -6.643430499999999 0.59777668 -4.9226949 -3.71695 -3.2944547999999996 -5.216329099999999 -8.5389815 -8.1630855 -11.263496 -3.2643751 -11.256225 +20 -1.8689407 1.1652228 0.80314603 0.0088445251 -2.4687686 -1.3844201999999999 -0.97835875 0.83433162 0.83556444 -2.6698911 -5.5493015 -0.74583772 -5.542271400000001 +21 -1.8719694 1.1551451000000001 0.6884743 0.039394437000000004 -2.490525 -1.4122143 -1.0062485 0.76319575 0.76420535 0.59510833 -0.7947454 -0.77393323 1.8409240000000002 +22 -2.3013402999999997 -3.3108225 -2.8582748 0.40414463 -2.4800009 -1.368261 -0.96315215 -2.5805966000000002 -2.5786772 -2.2585824 -5.0796433 -0.70448671 -5.0726837 +23 -2.9912905 -3.7417083 0.1165553 -3.5082058 0.84028304 0.65571529 0.59114606 -0.29300821 -0.29219312 -0.18871515 -0.72615619 0.56336926 -0.7306718 +24 -1.1357848999999998 -1.8927541 0.10678218 -0.24039275 -2.8573713 -1.7010957999999998 -1.285849 -0.2032221 -0.20235385 -0.11479246 -0.43235134 -1.0226130999999998 -0.43824211 +25 -0.32323583 -1.2531722 0.09306785199999999 -0.25545709 0.13848106 -2.3789781000000003 -1.9671083999999999 -0.14263065 -0.14171336 -0.06429090400000001 -0.25976314 -1.8302603 -0.26621961 +26 -0.26775965 -1.2117733999999998 0.088519162 -0.25487692 0.20145098 0.89596222 -1.8647662 -0.14060588 -0.13968686 -0.062897307 -0.24480133 -1.7331183000000001 -0.2513641 +27 -2.4660845 -7.0015482 -6.182865799999999 0.60951735 -2.9222121 -1.7727953999999997 -1.3493598 -8.6773459 -8.6778463 -8.3018493 -11.402636 -1.0977683999999999 -11.395381 +28 -2.5993833 -9.55816 -7.3510775 0.51328935 -2.9643396 -1.8045651000000003 -1.3902238 -5.9299415 -9.2523047 -8.876046800000001 -11.978214 -1.1432221000000002 -11.970928 +29 -2.2967383 -2.9406969 0.25461335 -0.27831741 -1.6421205 -0.76197126 -0.49426928 -0.14748446 -0.14609683 -3.3881224000000003 -6.3635196 -0.40517677 -6.356433 +30 -2.2945872000000005 -2.9297714 0.2813037 -0.28992809 -1.6406207 -0.75949591 -0.48980844 -0.12100456 -0.11978345 -0.043318359 -2.8307644 -0.39820052 -0.30471824 +31 -0.5780225 -0.57656222 -2.8270787 -2.8587555 1.1603861 0.77666952 0.6671193 -1.5665917999999999 -1.5673105 -1.4168916 -1.6402931 0.6326146 -1.6470818999999999 +32 0.69794922 0.63487361 -2.6414769000000002 0.36080577 -2.2864042999999996 -1.1983898000000002 -0.79961101 -0.70984757 -0.7090707 -0.60986385 -0.72740435 -0.54853198 -0.73261643 +33 1.8980816000000003 1.5269211 -3.0715632 0.39622951 1.8782193999999999 -1.5936741 -1.1781366000000002 -0.051854072 -0.050413493 -0.031868618 0.34987465 -0.92679301 0.34301932 +34 2.8225076000000002 2.2625568 -3.6442472 0.57522407 2.8472463 2.1571909 -1.6057407 0.55387225 0.55567548 0.47214525 1.5924287 -1.4425077 1.5828903 +35 -1.2106238999999999 0.32003918 -3.6544186 0.40339752 -1.5450828 -0.49832061 -0.096208881 -4.432543700000001 -4.442067199999999 -4.08336 -7.1029466 0.23720265 -7.095595599999999 +36 -2.4290916 -4.6045001 -7.565216499999999 0.52243995 -2.7699279999999997 -1.6267377 -1.2130288999999999 -4.3115623 -7.633570599999999 -7.258559700000001 -10.355459 -0.94875619 -10.348086 +37 -0.22377224 -0.029058242 -1.7951681000000002 0.31167268 -0.16822421 -0.10108863 -0.086803401 -0.90688559 -0.90635397 -4.0860231 -7.0920315 -0.09008827900000001 -7.0848179 +38 -0.23115427 -0.03233371 -1.9216542 0.32524269 -0.17660214 -0.10723265 -0.09214496 -0.95402612 -0.95363499 -0.80807943 -3.9149552000000005 -0.094589311 -1.2997083 +39 0.38260996 0.14308214 -0.12184083 -3.2381059 -1.2807951000000002 -0.29241549 0.06828224299999999 -0.056033667 -0.056124506 -0.079512312 0.036429859 0.29745422 0.037443593 +40 1.8063093000000001 1.4129688999999999 -0.53500264 -3.0355557999999996 3.3283351000000003 -1.0892765 -0.68020163 0.30374244 0.30423134 0.20033886 0.85838966 -0.34991817 0.85699003 +41 2.9402152000000004 2.3514409 -0.98087587 -2.738299 3.4744615 2.2769988999999997 -1.5962638999999998 0.82893087 0.83004976 0.64499014 1.9673831000000002 -1.4315246000000001 1.9609468999999997 +42 -2.7709183 -0.64984644 -2.7753866 -2.9022982999999996 0.70413411 0.83047382 0.84829916 -5.0112192 -5.0310977999999995 -4.6658238 -7.7160871 0.82469269 -7.7088815 +43 -3.7107657 -5.6808811 -6.800252900000001 -2.7473326 -0.35719891 0.16737077 0.28338371 -5.355467900000001 -8.684832 -8.3088598 -11.409798 0.32158123 -11.402496000000001 +44 -0.22240939 -0.4636355 0.45357403 -3.4935852999999994 1.3842765 0.95249845 0.81888933 0.21688969 0.21760532 -3.1411921 -6.0762047 0.76152077 -6.0691977999999995 +45 -0.22907905 -0.46540272 0.46699057 -3.4995428 1.3828847 0.95260635 0.82049589 0.23069592 0.23122514 0.19450195 -2.0041861 0.76467747 0.61051596 +46 3.3983529000000003 2.7127291000000002 -1.1226143999999998 0.77283085 -0.41653989 -2.6946957 -2.2898142000000004 1.0830657 1.0843914 0.84093917 2.4314897 -2.2049022000000003 2.4246606 +47 3.235695 2.5854572 -1.0831888 0.70107482 -0.46467415 0.44902267 -1.9771183999999997 0.9903379 0.9915961 0.77109371 2.286711 -1.8602929 2.2794631 +48 0.24589597 0.71907446 -1.8085431 0.25414687 -2.1420295 -1.0208871 -0.59914355 -3.8557767999999997 -3.864065 -3.5129163999999995 -6.495124099999999 -0.24547209 -6.487872599999999 +49 -2.098763 -5.7673008 -6.835348700000001 0.46645974 -4.3281412 -3.1196449 -2.7096157 -5.410860400000001 -8.7335993 -8.3575807 -11.458546 -2.6449737 -11.451278 +50 0.88448652 0.6839363 0.69148448 -0.12922927 -2.084318 -1.0090392 -0.61442028 0.63267583 0.63376063 -2.8172509 -5.7165297 -0.36238837 -5.7095042000000005 +51 0.8850284 0.68515664 0.63383699 -0.10863619 -2.0901592 -1.0199825999999999 -0.62558517 0.59742546 0.59829328 0.47623034 -1.1467967 -0.37317387 1.4759966999999998 +52 3.5457902999999997 2.8260997000000003 -1.1491666999999999 0.84132886 3.1818702 -1.1168216999999998 -2.7492224 1.1676628999999998 1.1690433999999998 0.90295228 2.5412897 -2.7051634 2.5353741000000003 +53 1.2491056 0.95067042 -1.6483601000000003 0.22753423 1.4086588 -1.6745207999999998 -1.2584167 -3.6622771000000003 -3.6668290999999997 -3.319492 -6.2826417 -1.0248496 -6.2754194000000005 +54 -2.0598181 -5.7788934 -6.8396679 0.46156872 -2.4699336 -4.4144724 -4.006241999999999 -5.4159973 -8.7385684 -8.362546 -11.463519 -4.014434 -11.456252000000001 +55 2.2036206000000003 1.7594703 0.97481424 0.14704477 2.2921025 -1.4183757 -1.0026962 1.1397312 1.1412143999999997 -2.4576509 -5.3012565 -0.72248052 -5.2943527999999995 +56 2.1868991 1.7422045 0.7399787 0.18703181 2.2367868 -1.4504993999999998 -1.0352112 1.011649 1.0129034 0.76540859 -0.48398446 -0.75962638 2.1966132999999997 +57 1.5374763999999999 1.0497329 -1.5858461000000001 0.2251142 1.828974 1.7926566000000002 -1.6721226999999999 -3.5819898 -3.5849318999999995 -3.2395452999999996 -6.1926139000000004 -1.5166427 -6.1854362 +58 -2.0801513 -5.773185400000001 -6.837551400000001 0.46405466 -2.4878975 -1.3433076000000002 -2.9435365 -5.4134405999999995 -8.7361099 -8.360089599999998 -11.461058999999999 -2.9058347 -11.453791 +59 3.2931831 2.6413938999999997 1.2228707 0.62229292 3.1316644 2.2177359 -1.6036885 1.6155365 1.6172699 -2.1383769 -4.9249981 -1.4396948999999999 -4.918128500000001 +60 3.2131488 2.5729254 0.80805805 0.61131452 3.0752236 2.204584 -1.6055681999999998 1.4230968000000002 1.4246501 1.0541534 -0.026991222000000002 -1.4417997999999999 2.7004966 +61 -2.479866 -7.8115164 -10.325159 0.62217362 -2.9470278 -1.7966220000000002 -1.3732307 -9.4926534 -12.819228 -12.44249 -15.547161 -1.1245195 -15.539823 +62 -1.2377087 0.40581393 -2.0372784 0.29850991 -1.5292008 -0.47437746 -0.06581685400000001 -4.1249809 -4.136291399999999 -7.103477900000001 -10.198196000000001 0.27105412 -10.190864 +63 -1.2376313 0.40536638 -2.0382729 0.29858766 -1.5301746999999999 -0.47504374 -0.066310837 -4.1255833 -4.1369986 -3.7822578 -9.2418589 0.2712131 -6.7746845 +64 -2.5163564 -5.6655803 -6.7963937 0.51074427 -2.8621298 -1.7092121 -1.2953838 -5.3649617 -8.689072300000001 -11.635012 -14.739456 -1.0363933 -14.732171 +65 -2.5162628 -5.6658023 -6.7966937000000005 0.51073084 -2.8621887000000004 -1.7092504000000002 -1.2954186 -5.3651023 -8.6892956 -8.3133076 -13.873656 -1.0364338 -11.406925 +66 0.011420251999999999 -0.01985525 0.54887799 -0.19428642 0.066538099 0.061469944000000006 0.059686964 0.37694529 0.37780116 -3.0032902999999997 -8.3891961 0.062620309 -5.9217485 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.2536547000000002 0.9539008 -0.039204288999999996 0.28495139 -2.7531459 -1.56356 -1.1424951 0.11182374 0.11193885 0.069022006 0.17978776 -0.93195901 0.17916125 +2 -2.4058487 -2.955885 0.011359646000000001 -0.32011438 -0.65222654 -0.43687344 -0.40660537 -0.09630904400000001 -0.095831811 -0.049438582 -0.12586691 -0.43356312 -0.12542245 +3 -0.61306731 -0.1414862 -2.5349552 0.46122597 -0.36800847 -0.18150371 -0.1330603 -1.2590958 -1.2592181999999998 -0.91130152 -2.3542842999999998 -0.11743073 -2.3530851000000004 +4 -0.14567027 -0.33950453 0.021418334 -3.3602612 1.1615583999999999 0.86733835 0.77086749 -0.032354798 -0.03239506 -0.028635532 -0.09882188199999999 0.73256047 -0.097780071 +5 0.6959079 0.61952779 -0.023117582 0.14529178 -2.3530843999999997 -1.1519701999999998 -0.73250833 0.06887626 0.068950417 0.037757387 0.081938212 -0.48176754 0.082241969 +6 1.7718661 1.6039318999999999 -0.14986345 0.48825586 1.8972359 -1.5801313999999997 -1.1360767 0.26524086 0.26550639 0.17071992 0.36802522 -0.84925703 0.36939507 +7 2.6402869 2.3393493 -0.26051732 0.84678103 2.7600279999999997 2.0982328999999997 -1.6674327000000002 0.54541078 0.54590036 0.39003288 0.82091104 -1.4842227 0.8224961 +8 -1.1045987 0.076623401 0.3260202 -0.31760522 -0.12287294 0.17586762 0.23392993 -3.0868653 -3.0918561 -2.5201039 -6.3542787 0.25428197 -6.3447426 +9 -2.5281992 -1.5126628 -1.9800916000000002 0.17502301 -2.0016691000000004 -0.82099874 -0.42815411 -1.6195423 -4.9459504999999995 -4.3175837 -8.460814300000001 -0.19567278 -8.450841800000001 +10 0.04034573 -0.057969559000000004 2.3133914 -1.0952878000000001 0.36023256 0.40220041 0.43372908 1.7032105 1.7041645 -2.2609812000000002 -6.0495817 0.50441645 -6.0398875 +11 0.041502997 -0.017413069 1.541456 -0.7324965 0.27191621 0.27076982 0.27981636 1.1905991000000002 1.1913649 0.80167786 -1.5017318000000002 0.31434498 1.2838744 +12 -4.2978561 -1.7467386999999999 -0.0008281188499999999 -0.22135506 -3.4571275999999997 -2.1990414 -1.7526085 -0.072294358 -0.071798437 -0.034863216 -0.088899428 -1.4827139 -0.08845730199999999 +13 -2.4490375 1.0010563000000001 -2.5959696 0.57305387 -2.9012326 -1.6614339 -1.2224993999999998 -0.73445836 -0.73409688 -0.49381185 -1.4130109 -0.96443607 -1.4098811000000002 +14 -2.9987475 0.24052394 0.0057294414 -3.2307384 0.22274075 0.12660887 0.062751006 0.013460218999999999 0.013473909 0.0044106439 0.0085498134 -0.019021602 0.0085343415 +15 -0.80982844 2.2583292 -0.22424134 0.84726667 -3.3668760000000004 -2.0645757 -1.6121177 0.48251196 0.48294003 0.33302747 0.72131765 -1.3920366000000002 0.72212534 +16 0.079536607 3.0113034 -0.29625795 1.3187507 -0.77084783 -2.8829388 -2.4364176 0.87904622 0.87969576 0.62376251 1.1318476999999998 -2.3384558999999996 1.1383632 +17 -0.079613417 2.8798966 -0.29017046 1.2260486000000002 -0.86932559 0.20412782 -2.0950478 0.80234227 0.80296065 0.56981748 1.0707601999999998 -1.9642358 1.0758305000000001 +18 -2.4343053 1.3457696000000001 0.55716415 0.13451654 -2.5602112 -1.3117652 -0.86559354 -2.7625203999999997 -2.7663665 -2.2141756 -5.9200632 -0.56203684 -5.9107476 +19 -3.6506394999999996 -0.73053834 -1.6015576 0.12811912 -3.4004525 -2.0698048 -1.6199461000000002 -1.1991749 -4.5225824 -3.9022711 -8.0049699 -1.39648 -7.995059299999999 +20 -2.1886723 1.0187593000000001 2.3367947 -0.44259717 -2.2101113 -1.0201775 -0.5976151 1.7384851000000003 1.7394493999999998 -2.2470699 -6.0303184000000005 -0.35131166 -6.020632099999999 +21 -2.1978296000000004 1.0003473 1.5657443000000002 -0.23381557 -2.3857009999999996 -1.2047643999999997 -0.7839425 1.2520912 1.2528808 0.8333018 -1.4822836000000001 -0.56115125 1.3077881000000002 +22 -2.8248507999999997 -2.9010756 -2.3961076 0.35885004 -2.2874163 -1.1380841999999998 -0.76212381 -1.762704 -1.7616868000000003 -1.2888715 -4.4368734000000005 -0.588342 -4.4285994 +23 -2.7239169999999997 -3.3454404 0.014289258 -3.6292324999999996 0.9031634 0.69458198 0.61023664 -0.10156659 -0.10109429 -0.053983200999999995 -0.14107513 0.57368718 -0.1404904 +24 -1.6732179 -2.2098963 0.0045542073999999995 -0.32073541 -2.9922473 -1.7471259999999997 -1.3145699 -0.083546912 -0.083059113 -0.041923849 -0.10826166 -1.0504935 -0.10775296 +25 -0.70287685 -1.2310149 -0.021124246 -0.28752548 0.6723316 -2.2741371 -1.8309116 -0.053893403 -0.053379536 -0.020080936 -0.046573515 -1.629022 -0.046225697 +26 -0.39650873 -0.95716884 -0.032820028 -0.26596875 0.9591664 1.2155809 -1.8400838 -0.041931925 -0.04140798 -0.011311383000000001 -0.022296976 -1.6784086 -0.021999217 +27 -3.0310632 -2.686493 0.063254684 -0.56238981 -1.8093568 -0.69568944 -0.32761991 -3.4438044999999997 -3.4444760999999997 -2.8558497000000003 -6.789811900000001 -0.15048241 -6.780137599999999 +28 -3.1820264 -5.941361 -3.1738263 0.42314983 -2.9864327 -1.6831254 -1.2455863 -2.9187992 -6.2409657 -5.5997894 -9.804929 -0.95372433 -9.7949057 +29 -2.4560541000000002 -2.9969342999999995 2.2922696 -1.9420306 -0.16838149 0.10091113 0.18693729 1.6749416000000001 1.6760587 -2.2720443 -6.0648238 0.273586 -6.055120099999999 +30 -2.4230955 -2.9361322999999997 1.5180067 -1.3501153000000001 -0.29163733 -0.075725044 -0.020737107 1.1434893999999998 1.1444836 0.77986267 -1.514995 0.0056236544 1.2676889999999998 +31 -0.87744434 -0.6248154 -2.7043037999999995 -2.793053 0.97240916 0.71673647 0.63426489 -1.5111456 -1.5115913 -1.1494913999999998 -2.5385963 0.61191185 -2.5380949 +32 0.26304257 0.52863642 -2.5952048999999997 0.47982132 -2.474121 -1.2464861999999999 -0.8189222 -0.98076748 -0.98059425 -0.68856695 -1.7781273000000002 -0.54764462 -1.7767821 +33 1.4315975 1.4180541000000002 -2.8708287999999995 0.58405536 1.714377 -1.6482549 -1.2035563999999999 -0.51597466 -0.5154179 -0.30961218 -0.71181441 -0.92715264 -0.71390238 +34 2.3395567 2.1313592 -3.1881107 0.8053335 2.6425037999999996 2.0722662 -1.6681895 -0.048176632999999996 -0.047362086 0.059897278 0.31492302 -1.4853345 0.3099088 +35 -1.5884448 0.37136295 -3.1624217 0.50165048 -1.1382288999999999 -0.24363997 0.028648451000000002 -4.5534956 -4.561803299999999 -3.9388582000000003 -8.056540799999999 0.20796893 -8.046405499999999 +36 -2.6820654999999998 -2.6734931 -6.3766346 0.66909806 -2.5729257999999997 -1.3349868999999999 -0.90977594 -3.0014581000000002 -6.325125900000001 -5.6827844 -9.8951395 -0.64545136 -9.8848281 +37 -0.59592844 -0.14517678 -1.9122343000000002 0.34855198 -0.32437007 -0.14309532 -0.095666961 -0.99848798 -0.9983106 -4.0035602 -8.113281200000001 -0.076549288 -8.1031387 +38 -0.60085879 -0.14611033 -2.0302071 0.37270671 -0.33292484 -0.15188894 -0.10453375 -1.0535283000000002 -1.0534734 -0.72962554 -4.682525099999999 -0.08637239599999999 -2.0653696 +39 0.39202919 0.20793042 0.011136511000000002 -3.2537751 -1.4673375 -0.34449181 0.044886540999999995 0.013871653000000001 0.013882471 -0.00617201 -0.055770840999999995 0.29468687 -0.054334495999999996 +40 1.5853647 1.4063083 -0.1211528 -2.8977334 3.1121222 -1.1715749 -0.73292804 0.20339375 0.20359757 0.11353462 0.19530534 -0.38186284 0.19849458 +41 2.6329423 2.3333316 -0.25998493 -2.4785407000000004 3.2428089 2.1880855 -1.6567398999999998 0.54258482 0.54307262 0.38783658 0.81695438 -1.4723031 0.81852367 +42 -1.4048142 -0.4532665 0.23025293 -3.6852487000000003 1.4917542 1.1182433 0.96289408 -3.219963 -3.2255588 -2.6496754 -6.5045512 0.84010353 -6.4950375 +43 -3.4569859 -2.0320021 -2.2134438 -3.0557346 0.70239266 0.69730247 0.64446266 -1.8781544999999997 -5.2084897 -4.5769044 -8.735704199999999 0.61519605 -8.7257346 +44 -0.052638328 -0.32086139 2.3093907000000002 -4.5415584 1.6701234 1.3538419 1.2049081 1.6965104 1.6974626 -2.2637834999999997 -6.0534102999999995 0.98453822 -6.0437154 +45 -0.066504806 -0.32492827 1.5357914 -4.1541983 1.5332812 1.1918692 1.0465714 1.171905 1.1726637 0.79005047 -1.5100867 0.90178205 1.2737458000000002 +46 3.0432517999999997 2.6663776 -0.28740658 1.0486888 -0.61508883 -2.7586962 -2.3244759 0.71302667 0.71361173 0.51753329 1.0173033 -2.2177849 1.0209115 +47 2.9002675 2.5518159 -0.2794583 0.97445034 -0.6552306 0.39021464 -2.028368 0.65201918 0.65257261 0.47214359 0.95418562 -1.8910705 0.95685983 +48 -0.037673474 0.75930317 0.44723139 -0.14451805 -2.1245694999999998 -0.90341512 -0.47270225 -2.917596 -2.9218488999999996 -2.3593102000000004 -6.1371374 -0.15955306 -6.1276875 +49 -1.3248778 -1.2597768 -1.8575186000000001 0.10152175 -2.9004863 -1.5863911 -1.1459871000000001 -1.4862231000000001 -4.8106039 -4.1846864 -8.315648 -0.83712143 -8.3056981 +50 0.7655093 0.61580203 2.3261797000000004 -0.71921705 -1.8815357 -0.69063572 -0.2688254 1.7225714 1.7235314 -2.2534574 -6.0391105000000005 0.034271502 -6.0294218 +51 0.76357927 0.62714069 1.5548278999999998 -0.45019497 -2.0439637999999998 -0.85684871 -0.43620654 1.2226481000000002 1.2234275 0.81670344 -1.4931127 -0.1594278 1.2945455 +52 3.1888037999999996 2.7806016 -0.29421136 1.1261987 2.9810882999999997 -1.1948359 -2.8016862999999996 0.77629084 0.77690575 0.56343886 1.0744178 -2.7380568 1.0791613000000002 +53 1.5050868 1.7451555 0.66379846 0.29970229 2.1948165 -1.4271261 -0.98349247 -2.6106853 -2.6136822 -2.0702013 -5.7294861 -0.67051506 -5.7202624 +54 -0.72587273 -1.1375552 -1.7983067 0.054071334000000006 -0.10813354 -2.4358685 -1.9999866000000002 -1.4213499 -4.7442657 -4.1196745 -8.2439206 -1.8411080000000002 -8.233986999999999 +55 2.0890084 1.7735843999999998 2.3676003 0.099235549 2.5695435 -1.3023338 -0.85757597 1.7847243000000002 1.7857052 -2.2291272999999996 -6.0052819 -0.52632359 -5.9956190000000005 +56 2.0148561999999997 1.7288273 1.5946805 0.20846985 2.3267394 -1.4121823 -0.9667413 1.3237233999999998 1.3245496 0.86105293 -1.4724343 -0.65109094 1.3208748 +57 2.4159831 2.3639499 0.8188771 0.70138886 2.8149773 2.099191 -1.6766517 -2.3794120999999997 -2.3813497999999997 -1.8528962 -5.418990900000001 -1.4937038999999999 -5.4098765 +58 -0.70245359 -1.1332561 -1.7963384999999998 0.052146997 -0.077563515 0.81214359 -1.9302082999999999 -1.4192496000000001 -4.7421334 -4.117618299999999 -8.241464 -1.7778267 -8.2315325 +59 3.3055748 2.8264384 2.4369091 0.98800491 3.0458912999999996 2.1549793 -1.6601023000000001 1.8905811000000001 1.8915919999999997 -2.187084 -5.9470611 -1.475941 -5.9374224 +60 3.1098866000000003 2.6836041 1.657777 0.92738578 2.9845693 2.1430768 -1.6623308 1.5107839 1.5116802 0.96032268 -1.4178115 -1.4784475000000001 1.3889372 +61 -3.0341827 -6.0315246 -7.643886599999999 0.75735111 -3.1293964 -1.8305874 -1.3854408999999999 -8.3605368 -11.6876 -11.037347 -15.286028 -1.1114583 -15.275804999999998 +62 -1.100725 0.076965561 0.32791855 -0.31831165 -0.12033192 0.17647979 0.23406703 -3.0858828 -3.0906757000000002 -5.8409207 -10.054538 0.2543148 -10.04439 +63 -1.1046003999999998 0.076100581 0.32702071 -0.31844412 -0.12258027 0.17603477 0.23402426 -3.0865405 -3.0914211 -2.5197059 -8.8165392 0.25430188 -6.3451181 +64 -2.5274526 -1.5109426000000001 -1.9769694 0.1744376 -1.9982073 -0.8187293 -0.42664507 -1.6171163 -4.9434248 -7.6370197 -11.876252000000001 -0.19551053 -11.866143 +65 -2.5278769 -1.5112284 -1.9779634 0.17443707 -2.0010696 -0.82042395 -0.42758614 -1.6178586000000001 -4.944230999999999 -4.3158883 -10.919209 -0.19505467 -8.449256 +66 0.040356289 -0.059236789000000005 2.3379734 -1.1050284 0.36312438 0.4060935 0.43817591 1.716464 1.7174216 -2.25542 -8.5052402 0.5095978 -6.0334118 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.2601932999999996 0.94995036 -0.039531209 0.28497448 -2.7504972999999997 -1.5616875 -1.1429363000000001 0.11198008 0.11209522 0.06908047 0.18018703 -0.9325414 0.17955679 +2 -2.420846 -2.964091 0.011747167 -0.32300989 -0.65178056 -0.43719945 -0.40709492 -0.096805075 -0.096328506 -0.049376212 -0.125818 -0.43423096 -0.1253804 +3 -0.61559951 -0.14619887 -2.5413507 0.45940741 -0.36367018 -0.18023741 -0.13379751 -1.2591378999999998 -1.2592587 -0.91312926 -2.3545588 -0.11843945 -2.3532259 +4 -0.14235693 -0.33538187 0.02160056 -3.3599422999999997 1.1619836000000001 0.86808011 0.77078904 -0.03232859 -0.032368791 -0.028653447000000002 -0.09902141099999999 0.73291569 -0.09797657800000001 +5 0.6925066 0.61725448 -0.023309267999999998 0.14560058 -2.3506742000000003 -1.1500566 -0.73282123 0.0692053 0.069279705 0.037881529 0.082135705 -0.48185215 0.08244529099999999 +6 1.7596694 1.5948075000000002 -0.15066404 0.48683565 1.8991129 -1.5777476000000001 -1.1359996 0.26527743 0.26554266 0.17070632 0.36839785 -0.84914618 0.36976374 +7 2.6259272 2.3285287999999995 -0.2620712 0.84465446 2.7628686 2.1010877999999997 -1.6668044999999998 0.54552785 0.54601693 0.39002537 0.82163493 -1.4834312 0.82321239 +8 -1.120647 0.064740935 0.33132432 -0.32182418 -0.11280561 0.17967515 0.23403361 -3.0852019 -3.090179 -2.5192036 -6.3526801 0.25407658 -6.3431326 +9 -2.5506954 -1.525586 -1.9751268 0.16994803 -1.9867595 -0.81197234 -0.42499856 -1.6183153000000001 -4.9447053 -4.3171478 -8.4594772 -0.19833305 -8.449494 +10 0.040072754 -0.057439597 2.3172597 -1.0923742 0.36049092 0.40265418 0.43366744 1.7041758999999999 1.7051291000000002 -2.2604144 -6.0481266 0.50456937 -6.038421 +11 0.040925408999999996 -0.017366431 1.5437701000000001 -0.73036028 0.27202744 0.2709224 0.27956809 1.1906236000000001 1.1913886 0.80166559 -1.5004262 0.31416309 1.2850641 +12 -4.3122921 -1.7551168000000001 -0.0005470543799999999 -0.224249 -3.4556689 -2.1981545 -1.7539858 -0.07269341 -0.072198102 -0.034763839 -0.08874299699999999 -1.4840777 -0.08830676 +13 -2.4624549 0.99072079 -2.6005717 0.57030492 -2.8989388 -1.6598567 -1.2233806999999999 -0.73423652 -0.7338745 -0.49481411 -1.4161348999999999 -0.96552487 -1.4129311000000002 +14 -3.0030482000000003 0.23886519 0.0056576637 -3.2310311 0.22294749 0.12679329 0.06269575200000001 0.013260477 0.013273951 0.0043339078999999996 0.008578352 -0.018799151 0.0085575931 +15 -0.82290781 2.2487609 -0.22565135 0.84582093 -3.3641699000000003 -2.062297 -1.6123284 0.48278379 0.48321155 0.33312318 0.72220757 -1.3922226 0.72300823 +16 0.064848225 3.0003309 -0.29818448 1.3165403 -0.76752209 -2.8799807 -2.4359431000000002 0.87960218 0.88025127 0.6240392 1.1332168 -2.3378646 1.1397264999999999 +17 -0.09423842 2.8689845000000003 -0.29203799 1.2238758 -0.86617083 0.20690516 -2.0946215 0.80275962 0.80337753 0.5699948 1.0719773000000001 -1.9636817 1.0770396999999998 +18 -2.451695 1.333322 0.56271149 0.13014127 -2.5575199 -1.3095787 -0.86593093 -2.7605831000000003 -2.7644178 -2.2129917000000003 -5.9183017 -0.56243021 -5.9089743 +19 -3.6716347999999996 -0.74491755 -1.5971413 0.12285257 -3.3979473 -2.0677593 -1.6203802 -1.1986436000000003 -4.5220441 -3.9025211000000004 -8.0044257 -1.3962347 -7.9945042 +20 -2.1957308999999996 1.0144651 2.3406634 -0.44071678 -2.2074317000000003 -1.0180959 -0.59789524 1.7394957999999998 1.7404592 -2.2465037 -6.0288526 -0.35156694 -6.0191549 +21 -2.2049117000000003 0.99606305 1.5680721000000002 -0.23230498 -2.3832531 -1.2029698 -0.78450138 1.2522548 1.2530436000000003 0.83335872 -1.4809181999999999 -0.56176336 1.3090548999999998 +22 -2.8521084 -2.9194394 -2.3943137 0.35348067 -2.2761146 -1.1318853000000002 -0.76029156 -1.7636148 -1.7625970000000002 -1.2908334 -4.4264547 -0.58976468 -4.4182779000000005 +23 -2.7364815 -3.3507057999999996 0.014705218 -3.63204 0.9036434 0.69523089 0.60989375 -0.10205367 -0.10158203 -0.053925137000000005 -0.14107257 0.57383297 -0.14049388 +24 -1.6866922 -2.2179197 0.0048856685 -0.32360722 -2.9903397000000003 -1.7457743000000001 -1.3153686000000002 -0.08398452099999999 -0.083497353 -0.041836515 -0.1081564 -1.051152 -0.10765359 +25 -0.71912857 -1.2429038000000001 -0.020894314 -0.29059858 0.67405715 -2.272096 -1.8310826 -0.054380212000000004 -0.053867042000000004 -0.020030311000000002 -0.046485128 -1.6291805 -0.046144127 +26 -0.41291405 -0.96932988 -0.032643092 -0.26906902 0.96097819 1.2174666 -1.83972 -0.04242001 -0.041896777999999996 -0.011270447 -0.022220293999999998 -1.6779110000000002 -0.021929026 +27 -3.0503229 -2.6989147 0.067738529 -0.56719179 -1.7976126000000001 -0.68913245 -0.3266575 -3.4430516000000004 -3.4437177000000005 -2.855858 -6.7891546 -0.15308276 -6.779469000000001 +28 -3.2032455 -5.9551758 -3.1696562999999998 0.41783928 -2.9847773999999996 -1.6823003 -1.2474295 -2.9181176 -6.2402751 -5.5999196 -9.8041084 -0.95541884 -9.7940737 +29 -2.4715564999999997 -3.0055544999999997 2.2962999 -1.9458751 -0.16798152 0.1013192 0.18667824 1.6758518 1.6769679 -2.271388 -6.063316700000001 0.27353253 -6.0536015999999995 +30 -2.4383673 -2.944605 1.5204321 -1.3526307 -0.29131995 -0.075727716 -0.021348056 1.1433026000000002 1.1442957 0.77987994 -1.513609 0.0050019209999999995 1.2689361000000001 +31 -0.87347563 -0.62442912 -2.7127088 -2.7943242 0.97388709 0.71773649 0.63319511 -1.5111781000000002 -1.5116216999999998 -1.1519194 -2.5361443 0.61103078 -2.5354847 +32 0.25384246 0.52058295 -2.6005808 0.47753922 -2.4721602000000003 -1.2450623 -0.8199003 -0.98018329 -0.98000862 -0.68950488 -1.7783835 -0.54858452 -1.7769514 +33 1.416606 1.4063552 -2.8749354 0.58075576 1.7161538 -1.6463951000000001 -1.2041131999999999 -0.51538024 -0.51482314 -0.31006544 -0.71299717 -0.92765953 -0.71504168 +34 2.3236576 2.118964 -3.1936187 0.80168285 2.6450313 2.0745948 -1.668437 -0.047394005 -0.046579644 0.059728240999999994 0.31503515 -1.4854328 0.31004259 +35 -1.6106084999999999 0.35987467 -3.1581582999999998 0.4963353 -1.1138885 -0.23479327 0.030630556 -4.551272 -4.5595608 -3.9375212 -8.0538378 0.2079251 -8.0436921 +36 -2.7146953999999996 -2.6839562999999997 -6.3741417 0.66415181 -2.5540377999999997 -1.323344 -0.90352687 -2.9984919999999997 -6.322155 -5.6808192 -9.891332499999999 -0.64730928 -9.8810112 +37 -0.59833049 -0.15025602 -1.9080488000000002 0.34536453 -0.31959278 -0.14144663 -0.096115726 -0.99549153 -0.99531063 -4.0025913 -8.1109381 -0.077243811 -8.100785 +38 -0.60295538 -0.15092957 -2.0279366000000003 0.36993088 -0.32818501 -0.15034167 -0.10504755 -1.0511956 -1.0511376000000001 -0.72926911 -4.6802936 -0.08715585199999999 -2.0626328999999997 +39 0.39256747 0.20941143 0.011220233000000001 -3.2530631000000003 -1.4651174 -0.34267599 0.044482710999999994 0.014194816 0.014205942 -0.006098787 -0.055942343 0.29468477 -0.05449425 +40 1.5738305000000001 1.3976378999999999 -0.12170399 -2.8990023 3.115121 -1.1686117 -0.73231484 0.2033636 0.20356711 0.11345113 0.19529905 -0.38110551 0.19848965 +41 2.6187067 2.3226104 -0.26154159 -2.4806058999999996 3.2463403 2.1910632999999997 -1.6561597 0.54273611 0.54322343 0.38785147 0.81770595 -1.4715598 0.81926817 +42 -1.4068661 -0.46179252 0.23568749 -3.6885942000000003 1.4950290000000002 1.1199959 0.96230505 -3.2181054000000002 -3.2236851000000004 -2.6486194 -6.5025027 0.84008335 -6.4929783 +43 -3.4648508000000002 -2.0443578999999996 -2.2081727000000004 -3.0608461 0.71475036 0.70036019 0.64319257 -1.8766337 -5.2069444 -4.576181 -8.734017399999999 0.61378149 -8.724037 +44 -0.050037403 -0.31661577 2.3132651 -4.537545300000001 1.6709032 1.3550149 1.2050035 1.6974816000000001 1.698433 -2.2632163 -6.0519539 0.98514162 -6.0422477 +45 -0.064141379 -0.32096325 1.5381076999999999 -4.1512512 1.5338665 1.1927065000000001 1.0463722 1.1718978999999998 1.1726558 0.79000246 -1.5088244 0.90215347 1.2748852 +46 3.0288953 2.6555668 -0.28921976 1.0465741 -0.61188349 -2.7558617 -2.3241224999999996 0.71352521 0.71410989 0.51780106 1.0185985 -2.2173117 1.0222004 +47 2.8860135 2.5410846 -0.28120239 0.97238319 -0.65211531 0.39294625 -2.0280108 0.6524176 0.65297064 0.47233837 0.95533734 -1.8905835 0.95800457 +48 -0.055995853 0.74662191 0.45256295 -0.14903315 -2.1216521 -0.9010283 -0.47271863 -2.9159222000000002 -2.9201631 -2.3583884 -6.1356154 -0.15956625 -6.1261538 +49 -1.3471088 -1.2732527 -1.8527663 0.09651528699999999 -2.8978942 -1.5844152 -1.1464488000000002 -1.4852542 -4.809625700000001 -4.184511100000001 -8.3146044 -0.83718998 -8.3046437 +50 0.76196287 0.61360096 2.330111 -0.71644114 -1.8791392 -0.6887143 -0.26921459 1.7236245 1.7245838 -2.2528575 -6.037609 0.034084537000000005 -6.027908999999999 +51 0.75985616 0.62474499 1.5572098 -0.44801347 -2.041833 -0.85521198 -0.43686194 1.222813 1.2235916 0.81675031 -1.4917656000000001 -0.1599311 1.2957853000000001 +52 3.1742998 2.7696737999999996 -0.29607843 1.1240107 2.9846645 -1.1917038999999998 -2.8009576000000003 0.77686489 0.77747942 0.5637596 1.0758101999999998 -2.7371921 1.0805483 +53 1.4864013999999999 1.7316186999999998 0.66907382 0.2947286 2.1979552000000004 -1.4235049 -0.98224428 -2.6091716 -2.6121608 -2.0694255 -5.7282292 -0.66918416 -5.718993599999999 +54 -0.74457169 -1.1507671 -1.7934085 0.048782839 -0.10083009 -2.4313238 -1.9978169999999997 -1.4202411 -4.7431488 -4.1193648000000005 -8.2427197 -1.8383832999999998 -8.2327753 +55 2.0754879 1.7636378000000001 2.3714886 0.097693462 2.5716669999999997 -1.2996978000000001 -0.85727561 1.7857046000000003 1.7866846 -2.2285525 -6.0038165 -0.52595052 -5.9941422 +56 2.0015329 1.7189914000000002 1.5970182 0.20711451 2.3284667000000003 -1.4098772 -0.96676293 1.3238284 1.3246538 0.8610899 -1.4710705 -0.65108725 1.3221336000000001 +57 2.3998237999999996 2.3516467 0.82455495 0.69727501 2.8202761 2.1039742 -1.6755712999999999 -2.3773526 -2.3792841 -1.8516023999999998 -5.4170548 -1.4923918999999999 -5.4079291 +58 -0.71992565 -1.1463842 -1.7913953 0.046768276 -0.068755462 0.81813177 -1.9297965 -1.4180966999999998 -4.7409707999999995 -4.1172646 -8.240210099999999 -1.7771466 -8.230267900000001 +59 3.2902767 2.8149637999999997 2.440876 0.9854264 3.0494207 2.1580222 -1.6594529999999998 1.8916758000000002 1.8926858 -2.186458 -5.9455267 -1.475126 -5.9358767 +60 3.0945913 2.6721088 1.6601453000000002 0.92485726 2.9878339 2.1460652000000002 -1.6616885 1.5110956 1.5119911 0.96050347 -1.4163105 -1.47764 1.3903598999999998 +61 -3.0553484 -6.0414706 -7.637755800000001 0.7514785 -3.1268863 -1.8289432 -1.3864336000000002 -8.3571753 -11.684203 -11.034786 -15.282464000000001 -1.1120686000000002 -15.272229000000001 +62 -1.1166385 0.065145511 0.33326032 -0.32249616 -0.11022094 0.18028815 0.23418405 -3.0841835 -3.0889629000000003 -5.8399855 -10.052626 0.2541255 -10.042466000000001 +63 -1.120649 0.064216806 0.332319 -0.32266117 -0.11251671 0.17984054 0.23412645 -3.0848825 -3.0897494 -2.5188109 -8.8149436 0.25409458 -6.3435132 +64 -2.5499485 -1.5238341999999998 -1.9719631000000002 0.16936974 -1.9830516 -0.8095681 -0.42342739 -1.6158538 -4.9421444 -7.6365489 -11.874789999999999 -0.19816062 -11.86467 +65 -2.5503707 -1.5241506 -1.9729979 0.16936073 -1.9861629 -0.81139909 -0.42443147 -1.6166311000000002 -4.9429854 -4.315452099999999 -10.917871 -0.1977134 -8.4479075 +66 0.040081074 -0.058699728 2.3418810000000003 -1.1020896999999998 0.36338606 0.40655491 0.43811886 1.7174499 1.7184066999999998 -2.2548436 -8.5037713 0.50975923 -6.0319322 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=0d1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.2601694 0.94997712 -0.039545483 0.28502013 -2.7502552000000002 -1.56155 -1.1429672 0.11200377 0.1121185 0.069088886 0.18021782 -0.93257579 0.17958765 +2 -2.4213326 -2.9644065 0.011749681000000001 -0.32310869 -0.65177093 -0.43721744 -0.40714473 -0.096826886 -0.09634990800000001 -0.049387307000000005 -0.12584806 -0.43428163 -0.12541034 +3 -0.61545838 -0.14622438 -2.5412983 0.45937072 -0.36345357 -0.18017078 -0.13379388 -1.258966 -1.2590542 -0.91307154 -2.3545521000000003 -0.11845555 -2.3532086 +4 -0.14224285 -0.33525983 0.021610669 -3.3599288 1.1620909 0.86815376 0.77078499 -0.032328862 -0.032368934 -0.028654939 -0.09903724800000001 0.73293446 -0.097992261 +5 0.69249309 0.61722682 -0.023317366000000003 0.14561678 -2.3504336 -1.149909 -0.73283781 0.06922125400000001 0.06929540599999999 0.037886415 0.08214861799999999 -0.48185643 0.082458433 +6 1.7594408 1.594592 -0.15070902 0.48680524 1.8993060000000002 -1.5775816999999999 -1.1360053999999997 0.26529705 0.26556133 0.17070983 0.36843703 -0.84914981 0.369803 +7 2.6256103 2.3282382999999998 -0.26215912 0.84458582 2.7631092 2.1012731 -1.6667691000000002 0.54555549 0.54604278 0.39002976 0.82171287 -1.4833863 0.82329005 +8 -1.122179 0.064173055 0.33131324 -0.32198611 -0.11294136 0.17972976 0.23403081 -3.0852787 -3.0902567000000003 -2.5193502999999997 -6.3527876 0.25408207 -6.3432385 +9 -2.5515623 -1.5260764 -1.9751578999999997 0.16980191 -1.9863994999999999 -0.81178204 -0.42501626 -1.6184247 -4.9448018 -4.3173198 -8.459551699999999 -0.19841795 -8.4495665 +10 0.039983481 -0.057479399 2.3173986 -1.0923281 0.36050361 0.40267586 0.43365013 1.7042451 1.7051943999999999 -2.2603803 -6.0479915 0.50456694 -6.0382845000000005 +11 0.040878084 -0.017378282 1.5438503000000001 -0.73029445 0.27203155 0.27092881 0.27954849 1.1906433 1.1914049999999998 0.80166927 -1.5002971 0.31414962 1.285185 +12 -4.3126358 -1.7553414 -0.00055028497 -0.22434667 -3.4554911 -2.1980705 -1.754072 -0.07270953599999999 -0.072213916 -0.034772435 -0.088764648 -1.484162 -0.088328235 +13 -2.462647 0.99052285 -2.6004487000000003 0.57025867 -2.8986756000000002 -1.6597037000000001 -1.2234026000000002 -0.7340685 -0.73368558 -0.49475286 -1.4162103000000001 -0.96556233 -1.4129995000000002 +14 -3.0029173 0.23900428 0.0056602702 -3.2309911000000002 0.22300767 0.12681503 0.062673233 0.013265517 0.013278943 0.0043344944 0.0085767488 -0.018802992 0.0085560658 +15 -0.82314801 2.2485446 -0.22572924 0.8457955 -3.3639212 -2.0621370999999997 -1.6123486999999999 0.48282388 0.48325003 0.33313776 0.72229735 -1.3922413999999999 0.72309781 +16 0.06455308400000001 3.0000622000000003 -0.29829249 1.3164833999999999 -0.76724765 -2.8797905 -2.4359332 0.87967143 0.88031795 0.62407067 1.1333538 -2.3378478 1.1398635 +17 -0.094535168 2.8687153 -0.29214254 1.2238188 -0.86590635 0.20708451 -2.0946093 0.80281865 0.80343416 0.57001951 1.0721033000000002 -1.9636623 1.0771656 +18 -2.4523509 1.3328423 0.56278837 0.12993555 -2.5572896000000003 -1.3094339 -0.86596301 -2.7605668 -2.7644029999999997 -2.2130482000000002 -5.918313700000001 -0.56245242 -5.9089847 +19 -3.6722657999999995 -0.74553734 -1.5971886 0.12269894 -3.3978042 -2.0677015 -1.6205025 -1.1987842 -4.5221769 -3.9027281000000005 -8.0045455 -1.3963545 -7.994622200000001 +20 -2.1957597 1.0144504 2.3408092999999996 -0.44061123 -2.2072003 -1.0179595 -0.59793093 1.7395756000000002 1.7405351000000002 -2.2464649 -6.0287112 -0.35159831 -6.0190121 +21 -2.2049152000000003 0.99607152 1.5681585 -0.23219325 -2.3830294 -1.2028444 -0.7845469 1.2522901000000002 1.2530756 0.83337057 -1.4807816999999999 -0.56180845 1.3091844 +22 -2.8531311 -2.9201639 -2.3943722000000003 0.35329845 -2.2758066 -1.131752 -0.76028692 -1.7637005000000001 -1.7626338 -1.2909731000000002 -4.4251724 -0.58979805 -4.4170117 +23 -2.7369332 -3.350967 0.014709088 -3.6321354 0.90372778 0.69528125 0.60985125 -0.10207554 -0.10160347 -0.053936552 -0.14110545 0.57381547 -0.14052662 +24 -1.6870508000000002 -2.2181715 0.0048852844 -0.32370562 -2.9901392999999996 -1.7456682000000001 -1.3154275 -0.08400345199999999 -0.083515927 -0.041846451 -0.10818277 -1.0512028 -0.1076798 +25 -0.71952968 -1.2432535 -0.020901285 -0.29070411 0.67421022 -2.271969 -1.8311255000000002 -0.054399512000000004 -0.053886109 -0.020041116 -0.046506937000000005 -1.6292228000000002 -0.046165801 +26 -0.41333909 -0.9697087 -0.032652375 -0.26917818 0.96111828 1.2175692 -1.8397304 -0.04244017 -0.041916755 -0.01128232 -0.022242597000000003 -1.6779142 -0.021951189 +27 -3.0509769 -2.6993789 0.067511519 -0.56721105 -1.7979241999999998 -0.68933449 -0.32690706 -3.4433436 -3.4440089 -2.8562166 -6.7894731 -0.1531888 -6.779785899999999 +28 -3.2038314999999997 -5.9559432999999995 -3.1699528999999997 0.41768514 -2.9846255 -1.6822503 -1.2475661 -2.9184605 -6.2405800000000005 -5.600296 -9.8043859 -0.95555288 -9.7943484 +29 -2.4721101 -3.0059232000000002 2.2964129 -1.9459921000000002 -0.16796857 0.10133173 0.18662053 1.6758943 1.6770064999999998 -2.2713728 -6.0632028 0.27348896 -6.053486299999999 +30 -2.4388837000000003 -2.9449384999999997 1.5204959999999998 -1.3526896000000002 -0.29131199 -0.075733864 -0.021414337999999998 1.1432973999999998 1.1442875 0.77986601 -1.5135003 0.0049407539 1.2690358 +31 -0.87290231 -0.62416021 -2.7127706000000003 -2.7943246 0.97406719 0.7178427 0.63317028 -1.5109885 -1.5113922 -1.1518757 -2.5359682999999995 0.61101711 -2.5352963 +32 0.25373214 0.52042538 -2.600516 0.47749637 -2.4719084 -1.244908 -0.81991485 -0.98001376 -0.97981323 -0.68944003 -1.7783581999999998 -0.54859608 -1.7769186000000001 +33 1.4163408000000002 1.4060934999999999 -2.8749139 0.5806979 1.7163636000000002 -1.6462308999999997 -1.2041223 -0.5152258 -0.51465156 -0.3100064 -0.71293577 -0.92766602 -0.71497602 +34 2.3233424 2.1186644 -3.1936801 0.80160587 2.6452816 2.074782 -1.6684138 -0.047244412 -0.046419247000000004 0.059787897 0.31514327 -1.4854 0.31015331 +35 -1.6114612 0.35958888 -3.1580424 0.49617759 -1.1129183999999999 -0.23445604 0.030717266 -4.5511156999999995 -4.5593731 -3.9374347999999997 -8.0535865 0.20793618 -8.043438 +36 -2.7161001000000002 -2.6841228999999998 -6.3741588 0.664007 -2.5526265 -1.3225121000000002 -0.90306355 -2.9982900000000003 -6.3218304000000005 -5.680614299999999 -9.890922400000001 -0.64740721 -9.8805939 +37 -0.59832938 -0.15036472 -1.9078438999999998 0.34529395 -0.31939479 -0.14137732 -0.09611539300000001 -0.99531459 -0.99510602 -4.0025191 -8.110742 -0.077258644 -8.1005858 +38 -0.60281089 -0.15095605 -2.02773 0.36988267 -0.32796756 -0.15027098 -0.10504155 -1.0509921999999998 -1.0509066999999999 -0.72918058 -4.6802416 -0.087167521 -2.0625476000000003 +39 0.39260779 0.20944933 0.011226171 -3.2530447000000002 -1.4648834 -0.34252954 0.044465699000000004 0.014203761 0.014214838999999998 -0.0060977154 -0.055952245 0.29469152 -0.054503802999999997 +40 1.5735982 1.3974163 -0.12173298 -2.899035 3.1153847999999997 -1.1684111000000001 -0.73228844 0.20337334 0.2035761 0.11344765 0.19530576 -0.38107064 0.19849671 +41 2.6183956000000004 2.3223244999999997 -0.2616296 -2.4806716 3.2466333 2.1912631 -1.6561278999999998 0.5427653 0.54325085 0.38785688 0.81778492 -1.4715184 0.8193469 +42 -1.4081635000000001 -0.46238458 0.23565085 -3.688709 1.495191 1.1200874 0.9622814 -3.2182146 -3.2237948 -2.6487984 -6.5026374 0.84009131 -6.4931114 +43 -3.4655146 -2.0448734 -2.2082312 -3.0609889 0.71497914 0.70045223 0.64311631 -1.8767705000000001 -5.2070650999999994 -4.5763766 -8.7341159 0.61372176 -8.7241335 +44 -0.050023674000000004 -0.31655181 2.3134039 -4.5374629 1.6710207 1.3551018 1.2049956 1.6975503 1.6984978 -2.2631826 -6.051819200000001 0.9851669 -6.0421115 +45 -0.064081019 -0.32086133 1.5381878 -4.151154099999999 1.5339775 1.1927803 1.0463559999999998 1.1719146 1.1726693000000001 0.79000348 -1.5086983999999999 0.90217091 1.2750024 +46 3.0285992000000004 2.6552919999999998 -0.28932337 1.0465129000000002 -0.61159656 -2.7556592 -2.3240997 0.71358082 0.7141633 0.51782453 1.0187202 -2.2172817000000005 1.022322 +47 2.8857135 2.5408068999999998 -0.28130162 0.97232064 -0.65183402 0.39314196 -2.0279845 0.65246407 0.65301506 0.47235564 0.95544634 -1.8905496 0.95811331 +48 -0.056935445 0.74605977 0.45256844 -0.14924143 -2.1214236 -0.90088577 -0.47274574 -2.9159799 -2.9202222 -2.3585168999999997 -6.1357054 -0.15957926 -6.1262422999999995 +49 -1.3477858999999999 -1.2738577 -1.8528348000000001 0.09637298300000001 -2.8977181 -1.5843268 -1.1465363000000002 -1.4854100000000001 -4.8097706 -4.1847305 -8.314732300000001 -0.83727928 -8.3047697 +50 0.76188035 0.61353584 2.330253 -0.71637979 -1.8789091 -0.68857337 -0.26924273 1.7236991000000002 1.7246544999999998 -2.2528213 -6.037470900000001 0.034069309 -6.0277695 +51 0.75980963 0.62470596 1.5572933 -0.44793648 -2.0416109000000002 -0.85508061 -0.43689793 1.2228413 1.2236166000000002 0.81675781 -1.4916334999999998 -0.1599566 1.2959098999999998 +52 3.1740071 2.7694012000000003 -0.29618561 1.1239508 2.9849513 -1.1914996999999998 -2.8009286 0.77692942 0.7775416 0.56378887 1.0759421999999998 -2.737155 1.0806802 +53 1.4857848999999999 1.7311146000000002 0.66910738 0.29449713 2.1981449 -1.4233161 -0.98222995 -2.6091952999999997 -2.6121866000000002 -2.0695224999999997 -5.7282765 -0.66916836 -5.7190392999999995 +54 -0.74520963 -1.1514149999999999 -1.7934918000000002 0.048637828 -0.10070545 -2.4312346000000002 -1.9979036000000001 -1.4204158000000002 -4.743313400000001 -4.119603700000001 -8.242869 -1.838473 -8.2329228 +55 2.0751822 1.7633686000000002 2.371632 0.097634844 2.5718664 -1.2995253999999998 -0.85727688 1.7857836 1.7867596000000001 -2.2285142999999996 -6.0036757000000005 -0.52594787 -5.994 +56 2.0012508 1.7187408 1.5971021 0.20708108 2.3286492 -1.4097182 -0.96677657 1.3238633 1.3246853 0.86110067 -1.4709354 -0.65109941 1.3222618 +57 2.3993224 2.3511927000000004 0.82461467 0.69705676 2.8205485 2.1041961 -1.6755195 -2.3773415 -2.3792756 -1.8516667000000002 -5.417060299999999 -1.4923295 -5.4079332 +58 -0.7205676 -1.1470357 -1.7914802 0.046623900999999995 -0.068637845 0.81820534 -1.9298262 -1.4182733 -4.7411374 -4.1175054 -8.2403615 -1.7771705000000002 -8.2304174 +59 3.2899116000000004 2.8146375 2.4410242 0.98532276 3.0496982000000004 2.1582145 -1.6594210999999999 1.8917667 1.8927724999999997 -2.1864145 -5.945378599999999 -1.4750846000000002 -5.9357272000000005 +60 3.0942334 2.6717891 1.6602298999999998 0.92476521 2.9881007 2.1462585 -1.6616523 1.5111471 1.5120388999999999 0.96052525 -1.4161646 -1.4775943 1.3905011 +61 -3.0560563999999997 -6.041574099999999 -7.6379537 0.75127174 -3.126582 -1.8287695 -1.3864456 -8.357128 -11.683964 -11.034597 -15.282166 -1.1120489 -15.271922 +62 -1.1182333 0.064555653 0.33322727 -0.32266218 -0.11040013 0.18033047 0.23417755 -3.0842788 -3.089059 -5.8401501 -10.05268 0.25412842 -10.042519 +63 -1.1221811000000002 0.063648901 0.33230737 -0.32282274 -0.11265267 0.17989499 0.23412354 -3.0849596000000004 -3.0898274 -2.5189578999999997 -8.8150508 0.25410001 -6.3436193 +64 -2.5508213 -1.5243393 -1.972018 0.16922426 -1.9827496 -0.80941328 -0.42346563 -1.6159831 -4.9422606 -7.6367406 -11.874868 -0.19824134 -11.864746 +65 -2.5512376 -1.5246411 -1.9730293999999997 0.16921474 -1.9858031999999999 -0.81120901 -0.42444934 -1.6167408 -4.9430822999999995 -4.3156243 -10.917945 -0.19779838 -8.4479804 +66 0.039991607 -0.058739519000000004 2.342021 -1.1020434 0.36339895 0.40657692 0.43810162 1.7175203 1.7184731 -2.254809 -8.503635300000001 0.50975709 -6.0317949 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.621773 1.1882947 -0.50744821 -0.31422188 -2.3329661 -1.3644987 -0.98216557 0.90370854 0.90437548 0.62461442 1.3244975 -0.67296006 1.3271496 +2 -1.2462594 -5.6897723 -0.51761285 1.0229455 -2.7646873 -1.7490446 -1.3604893999999998 -3.5949104 -3.5961229 -3.0948227000000004 -6.939141900000001 -1.0550868 -6.9292992 +3 -0.011928818999999998 -0.0042295635 -2.9360176 0.015297786 -0.016558483 -0.0077120361 -0.0052254536 -0.029319237 -0.02847734 -0.017764168 -0.053121235999999995 -0.0047806142999999995 -0.052978772 +4 -0.42428602 -0.51461892 0.25663473 -2.9550644 1.452383 0.91130247 0.7479315 -0.47489892 -0.4753723 -0.44989026 -0.82009062 0.70949208 -0.81544054 +5 0.90846411 0.66832025 -0.48980773 -0.30723427 -1.9690485 -1.0210174 -0.64337116 0.56031233 0.56078292 0.41486694 1.0485724 -0.32351876 1.0463607 +6 2.080632 1.4643544 -0.60234154 -0.47957802 2.33931 -1.3740294 -0.98344995 1.209263 1.2101084 0.82770939 1.518778 -0.6378339 1.5277147 +7 2.8949993999999997 1.9858169999999997 -0.61860262 -0.38389515 3.1428656000000004 2.2140879 -1.6480144 1.5865357 1.5875136 1.0312232 1.6595383000000001 -1.4301049 1.6748979 +8 -0.73813955 0.16083819 0.24590424 -0.12840435 -1.4094927 -0.48079071 -0.10454764 -3.1935429 -3.1975138 -2.7158405 -6.4514672 0.25123609 -6.4418394 +9 -1.2492081 -6.1632926 -3.7384292 1.0756558999999999 -2.8074212000000003 -1.7900783 -1.4013809 -4.1315013 -7.455777900000001 -6.9129955 -10.962617999999999 -1.0982602 -10.952453 +10 0.0064253241 0.024113574 1.5401869 -0.056077124000000006 0.026892539 0.030069715 0.027187947999999997 0.091681181 0.09202598599999999 -3.2476625 -7.089378 0.025828117999999997 -7.0795485000000005 +11 0.0051169177 0.022071071 1.4922733999999998 -0.053824765 0.024789073999999998 0.024637976000000002 0.023652984 0.087044248 0.087208609 0.070536233 -2.4199567 0.02304793 0.22302897 +12 -3.0720137000000003 -5.364109200000001 -0.38178129 1.0994883999999998 -4.823580799999999 -3.7373646000000003 -3.3521970999999997 -3.4291171 -3.4302685 -2.9343404 -6.7503204 -3.2662399 -6.740517 +13 -1.6244396 1.1897896000000001 -3.3853621 -0.31586028 -2.3311580000000003 -1.3620922 -0.9795369 0.90501668 0.90614418 0.62850078 1.329885 -0.66914062 1.3325753999999999 +14 -2.9224292000000003 0.10745657 0.17286964 -3.1979416 0.14958814 0.042044442 0.015213696 -0.012126956000000001 -0.012140255 -0.055559425999999995 -0.22476062 0.0087164448 -0.22162059 +15 -0.16272038 2.3403592 -0.55380392 -0.15781135 -2.8598223 -1.8333228 -1.4441367 1.7536956999999997 1.7547307 1.0977166 1.692318 -1.1794855 1.7095776000000003 +16 0.56495493 2.979874 -0.54906603 0.23060967 -0.45787334 -2.8138417000000002 -2.4324039 2.1118457999999998 2.1129606 1.2547128 1.7696508999999998 -2.3040301 1.7915884999999998 +17 0.42790383 2.8509333999999997 -0.55113384 0.13892493 -0.51511211 0.28628656 -2.0837179 2.0500554 2.0511598 1.2301088 1.7587953 -1.9205424 1.7800221 +18 -1.6707938000000002 1.3632783000000002 0.81618654 -0.32729618 -2.3421119 -1.3400981 -0.95072279 -2.3321585 -2.3345708999999997 -1.9030034 -5.2913233 -0.6059782 -5.282454799999999 +19 -3.0862336 -5.8715657 -3.5607562000000006 1.1615377 -4.880289 -3.7932367999999994 -3.4079642 -3.9794529 -7.3035575 -6.761124099999999 -10.809130999999999 -3.3235428999999996 -10.798964999999999 +20 -1.6204745 1.2061846999999999 1.9865276 -0.34976205 -2.3106584999999997 -1.3309919 -0.94870915 0.97263809 0.9734579 -2.6515333 -6.3938485 -0.63795705 -6.3841301 +21 -1.6210966 1.1953921 1.634363 -0.33745938 -2.3187195 -1.3495629999999998 -0.96699525 0.94803963 0.94874249 0.65319615 -1.3854443 -0.65633115 1.3569052 +22 -1.2491782 -6.0295 -2.1520125 1.0631414 -2.7961033 -1.7795990000000002 -1.3910122999999999 -3.9501193999999997 -3.9490453000000003 -3.4381274 -7.3322916 -1.0875538 -7.3223416 +23 -2.4517637999999997 -5.6390233 -0.45621195 -2.2340051 0.055711570999999994 0.21818918 0.28094697 -3.5315894999999995 -3.5328826 -3.0334796 -6.8679455 0.35662118 -6.8581098 +24 -0.79766739 -5.8381644999999995 -0.58749509 0.97531696 -4.2637712 -3.1849193 -2.8007007 -3.6776699999999996 -3.6788516 -3.1752173 -7.0315647 -2.6859995999999997 -7.0217144000000005 +25 -0.760774 -5.8546788 -0.5947894 0.97063493 -2.3668414 -4.4412532 -4.0596 -3.6864398 -3.6876144 -3.1837478999999997 -7.0412758 -4.014796499999999 -7.0314259 +26 -0.78033287 -5.8459022 -0.59095383 0.97305194 -2.3834153 -1.3768161 -3.0179579 -3.6817994 -3.6829794000000002 -3.1792339 -7.036150099999999 -2.9294219 -7.0262996 +27 -1.1447923 -7.527404300000001 -3.3115982 1.2113858999999998 -2.841541 -1.8218941000000002 -1.4320225 -7.5873734 -7.589387599999999 -7.0463394 -11.097247 -1.1304165000000002 -11.087074000000001 +28 -1.2726228000000002 -9.916300699999999 -4.1455218 1.108643 -2.8586984 -1.8381234 -1.4490365 -4.5573778 -7.88122 -7.3376470000000005 -11.390946000000001 -1.1482105 -11.38078 +29 -1.2463222 -5.688832 -0.51548876 1.0228725 -2.7645819 -1.7489298 -1.3603782 -3.5941456 -3.595154 -6.4158097000000005 -10.459323 -1.0549801 -10.449199 +30 -1.2462419 -5.6891144 -0.51592426 1.0228716999999998 -2.7646308 -1.7489903000000002 -1.3604356000000002 -3.5943335 -3.5954455000000003 -3.0941650000000003 -9.399478199999999 -1.0550313 -6.9290273000000004 +31 -0.42328246 -0.53783871 -2.6544054 -2.9063163 1.4437811000000003 0.89790114 0.73097814 -0.54876714 -0.54814687 -0.51758456 -0.85735793 0.6890123 -0.85312712 +32 0.89925813 0.66799093 -3.3544111000000005 -0.30572503 -1.9696232 -1.0208151 -0.64283495 0.5531215 0.55417319 0.41436135 1.0498183 -0.32140716 1.0474959000000001 +33 2.0741617 1.4613311000000002 -3.4390731 -0.47882255 2.3388644 -1.3730618 -0.98244325 1.2039176999999999 1.2051344 0.8272056 1.5198791999999999 -0.63686972 1.5287190000000002 +34 2.8915112 1.9833188000000002 -3.4519973 -0.38394432 3.1438132999999997 2.2157972000000004 -1.6470571 1.5826694 1.5839333999999998 1.0311798 1.6610273999999998 -1.4290902 1.6763052999999999 +35 -0.73917656 0.15627467 -1.042449 -0.11510885 -1.4186418 -0.48842171 -0.11145146 -3.2163311 -3.2181716000000002 -2.7354086 -6.4772367 0.2479497 -6.467598000000001 +36 -1.2496913 -6.1718831 -5.418257700000001 1.079516 -2.809079 -1.7919487 -1.4032886999999998 -4.1428031 -7.464135400000001 -6.921342999999999 -10.971029 -1.1003938999999998 -10.960861999999999 +37 -0.0055650559 0.012294071 0.077706869 -0.014415942 0.00015887441 0.01064688 0.010643613 0.020795084 0.021738659 -3.299157 -7.147734 0.01100715 -7.137888 +38 -0.008402900100000001 0.0010814163 -0.62779281 0.0017145635 -0.0066244005000000005 -0.00043378180999999996 0.0006480799 -0.005281208199999999 -0.0044227621 0.00096564296 -2.6436162999999997 5.0052036e-05 -0.0026899583 +39 0.24351054 0.018957417 0.090436084 -3.2139309 -1.1090223999999997 -0.25946902 0.077354696 -0.03305782 -0.033047367 -0.08049087 -0.26028805 0.32442749 -0.25511409 +40 1.8147552 1.2562041000000002 -0.57819975 -3.7591501000000003 3.4840013 -1.0244773999999999 -0.63730054 1.0307191 1.0315139000000002 0.70642611 1.385666 -0.2365985 1.3914153 +41 2.8860343999999998 1.9804831999999999 -0.61864699 -3.7077862999999995 3.5707021 2.3039285 -1.6333768 1.5831075000000001 1.5840845 1.0295794 1.6586067 -1.4139586000000002 1.673915 +42 -1.7374831000000002 -0.60260309 -0.15549228 -3.0667292 1.396393 1.058562 0.88983726 -3.8375797 -3.843797 -3.3442623999999994 -7.171375099999999 0.80666369 -7.1617386 +43 -2.4503413 -5.972508900000001 -3.6168547999999996 -2.1822742 0.020806039 0.19414227 0.26012975 -4.0248867 -7.350052499999999 -6.8075149 -10.856069999999999 0.33571182 -10.845892999999998 +44 -0.40398522 -0.49730447 1.2410263000000001 -2.9891681 1.4897321000000001 0.93521736 0.7605809 -0.40117682 -0.40108538 -3.7107995000000003 -7.5714704 0.71020052 -7.5617803 +45 -0.4086886 -0.49816885 1.2344208 -2.9908936 1.4891301000000001 0.93411578 0.76096521 -0.40116572 -0.4012762 -0.38772551 -3.3843928 0.71126721 -0.68284525 +46 3.1607271 2.1516496 -0.61920032 -0.31401491 -0.31623963 -2.7056077999999997 -2.325228 1.6916897000000002 1.6926952000000002 1.0809018999999997 1.6868663000000002 -2.1869174 1.7037662 +47 3.0755607000000005 2.0985152 -0.61909172 -0.33820261 -0.34154224 0.42767353 -2.0327075 1.6588585999999998 1.6598557 1.0657302 1.6787718 -1.8640564 1.6952044999999998 +48 0.37156747 -0.76483098 -0.3391034 0.23996873 -2.6107771 -1.6182883999999997 -1.2408794 -3.9688193999999997 -3.9736347000000003 -3.4675998 -7.3378912 -0.95639076 -7.3273291 +49 -0.81844571 -6.3432817 -3.8385135999999997 1.0270153 -4.3223461 -3.2425355 -2.8583703999999996 -4.2205895 -7.544629400000001 -7.0016586 -11.052107000000001 -2.7471174 -11.041951 +50 0.91212478 0.68989415 1.8226493000000001 -0.35344942 -1.9458487000000002 -0.98923322 -0.61197358 0.642988 0.64366744 -2.8488621 -6.6328409 -0.29172296 -6.6230875 +51 0.91268013 0.68050482 1.5787773999999999 -0.34084938 -1.9515765 -1.0040182 -0.62640237 0.62190333 0.62243597 0.45701387 -1.5979423000000001 -0.30592218 1.1087708 +52 3.2355667 2.1984405 -0.61932915 -0.29138408 3.2686452999999998 -1.0705586 -2.7567988999999997 1.7199822 1.7209944 1.093758 1.6935729 -2.6581972 1.7108668000000002 +53 0.13435574 -1.8017372999999999 -0.89510385 0.53558037 -1.1761708999999998 -3.3729676 -2.9922932999999996 -4.8188711 -4.8211045 -4.2946558 -8.2665137 -2.9079967 -8.2564053 +54 -0.78395779 -6.361336799999999 -3.8481747000000004 1.0223607 -2.428529 -4.4991227 -4.1174087 -4.2293387000000005 -7.5533504 -7.010361200000001 -11.060885 -4.0739317 -11.050730999999999 +55 2.1081178 1.4964256 2.1220943 -0.49515857 2.3803947 -1.3538 -0.96309279 1.2744787 1.2754431 -2.4580691000000003 -6.1587437000000005 -0.61399932 -6.1491326 +56 2.1010647999999996 1.4835812 1.6412779999999998 -0.48745633 2.3648550999999998 -1.3666544 -0.97592388 1.249235 1.2501044 0.84832489 -1.2340963 -0.62866964 1.5413687 +57 0.18095412 -1.5922698 -0.77096341 0.47428431 -1.0739299999999998 -0.17481895 -2.2609455 -4.6450665 -4.6477874 -4.124045 -8.0831257 -2.1195721 -8.0729439 +58 -0.80267794 -6.3515182999999995 -3.8429873 1.0248190000000001 -2.4442872 -1.434983 -3.0623869 -4.224596 -7.548626700000001 -7.0056477 -11.056131 -2.9760264 -11.045976 +59 2.939844 2.0293042000000003 2.2830531 -0.37563007 3.1635918 2.2218642999999996 -1.6470629 1.6427942 1.6438599999999999 -2.2642047 -5.9108675999999996 -1.4290258999999998 -5.901280799999999 +60 2.9223967999999996 2.0113911 1.6850618000000002 -0.3788506 3.1537051 2.2165828999999997 -1.6477383 1.6195389999999998 1.6205316 1.0462767 -1.1209981000000002 -1.4297876 1.6823663 +61 -1.1444477 -7.6133292 -6.667484299999999 1.2181545 -2.8460414000000003 -1.8262566000000002 -1.4363728 -7.6791078 -11.003939 -10.458331 -14.521204999999998 -1.1349951999999999 -14.511009 +62 -0.73837148 0.16109995 0.24841259 -0.12875951 -1.4090398000000002 -0.48045706 -0.10428458 -3.1931824 -3.1969236 -6.0371754 -10.071769999999999 0.25108875 -10.061685 +63 -0.73810862 0.16095867 0.24762605 -0.12847376 -1.4093864999999999 -0.48070865 -0.10447623 -3.1934082000000004 -3.1972525000000003 -2.7155904 -8.913198300000001 0.25126007 -6.4422903 +64 -1.2492497999999999 -6.1631207 -3.7381398999999997 1.0756603999999998 -2.8073882 -1.7900552 -1.4013594999999999 -4.1314408 -7.455603999999999 -10.23475 -14.297403 -1.098242 -14.287222 +65 -1.2492077 -6.1632731 -3.7383683 1.0756553 -2.8074204 -1.7900775000000002 -1.4013802 -4.1314939 -7.455758500000001 -6.9129761 -13.422132000000001 -1.0982593999999999 -10.952463999999999 +66 0.0064187715 0.024000696000000002 1.5392481000000002 -0.055948653 0.026877098999999998 0.030020934 0.027118809 0.09149459300000001 0.09184431300000001 -3.2478233 -9.5507125 0.025722698 -7.0802277 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.7473393 1.1594062 -0.28440421 -0.21380096 -2.5144995 -1.441926 -1.0308648 0.70711699 0.70759616 0.48879642 0.93916282 -0.71676187 0.94298818 +2 -1.5656507 -3.4044529000000003 0.87369569 0.32129042 -2.3072029 -1.2411698999999998 -0.83505181 -0.92796696 -0.92813256 -0.60893544 -1.7933156000000003 -0.527343 -1.7965273999999998 +3 -0.1571881 -0.050680971 -2.8657321 0.064139318 -0.1404108 -0.052035987 -0.025677437 -0.18400295 -0.18334236 -0.10359696 -0.26622049 -0.012638048999999998 -0.26596866 +4 -0.34337166 -0.38872995 0.26463504 -3.1122235000000003 1.3424915000000002 0.91742599 0.79205005 -0.24020207 -0.24043994 -0.21856673 -0.69639051 0.76891127 -0.68952563 +5 0.83133554 0.63773894 -0.27385979 -0.24101895 -2.1276037 -1.0767825 -0.67112669 0.43433584 0.4346693 0.31992691 0.71550967 -0.34929735 0.71550519 +6 1.9556021000000001 1.4359764 -0.37182692 -0.40230783 2.1871487000000003 -1.4311558000000002 -1.0101957000000001 1.0479199000000001 1.0485886 0.71666332 1.156051 -0.65081573 1.1668266 +7 2.7516831 1.9542563000000002 -0.38342667 -0.29721569 2.9855364 2.1559505 -1.6797736 1.411529 1.4123205 0.91444414 1.2908243000000001 -1.4486852 1.3078258999999999 +8 -0.8953829 0.13769246 0.32681657 -0.2380459 -1.2472533000000001 -0.31676093 0.026017745 -3.1363722999999997 -3.140123 -2.5751741000000004 -6.487538400000001 0.22816183 -6.477143099999999 +9 -1.4480534999999999 -5.557842900000001 -3.4123152 1.0757843999999999 -2.9242472 -1.7993558999999997 -1.3803926000000002 -3.6820019999999998 -7.005967500000001 -6.370709099999999 -10.651669 -1.0608203 -10.640656 +10 0.038785192999999996 0.12237885 2.0397779 -0.48473741 0.1913233 0.2042582 0.20424488 0.67402585 0.67458096 -2.8237006 -6.8146588 0.22260591 -6.8040422000000005 +11 0.033656942 0.067984922 1.6731784 -0.33925368 0.15768516 0.14643335 0.13605869 0.49364583 0.49401533 0.3669704 -1.9365543 0.12928002 0.78077634 +12 -3.0824831 -2.8613185000000003 0.81306548 0.348698 -4.126424 -2.94639 -2.5296898999999997 -0.86200102 -0.86211197 -0.55736059 -1.6129801000000001 -2.3774495 -1.6163266 +13 -1.8053873 1.1258457 -3.2821575 -0.24170707 -2.5009457999999998 -1.4233726 -1.010681 0.69240786 0.69332995 0.49826425 0.95931817 -0.68828247 0.9632744 +14 -2.9369999 0.15966689 0.10184762 -3.2111491 0.084477419 0.029633242 0.01655721 -0.0095518075 -0.0095640991 -0.037226014 -0.14571381 0.017021282 -0.14415153 +15 -0.31779053 2.3154425 -0.33026774 -0.05474162900000001 -3.0282758999999997 -1.8925625 -1.4729748 1.5523485000000001 1.5531851 0.96763622 1.3156999 -1.1946833000000001 1.3342191 +16 0.40055318 2.9462592 -0.32362343 0.33590049 -0.62642739 -2.8735452 -2.4616841 1.9049367 1.9058505000000001 1.1229248 1.3918858 -2.3200504 1.4150236999999999 +17 0.26424134 2.8172286 -0.32601979 0.242823 -0.68242835 0.22774003 -2.1141933999999996 1.8435645 1.8444681 1.0983995 1.381094 -1.9377601999999998 1.4035247 +18 -1.8491645 1.3545121 0.8408417 -0.32434827 -2.460068 -1.3515928 -0.93182126 -2.3938625 -2.3962624 -1.8833377 -5.4150598 -0.56864411 -5.4055404000000005 +19 -3.2721473999999997 -5.254508900000001 -3.2520338 1.1498155 -4.9798699 -3.7841292 -3.3685519 -3.5182682 -6.842011200000001 -6.2073706 -10.485419 -3.2690096 -10.474411 +20 -1.7029231 1.2849958000000001 2.3096906 -0.47896648 -2.3040321 -1.2234471000000002 -0.81182856 1.2127913000000001 1.213562 -2.5200665 -6.436562599999999 -0.47948249 -6.426024099999999 +21 -1.7309491999999997 1.2080532 1.7799261999999998 -0.380085 -2.4021142 -1.3307129 -0.91851738 1.0193906 1.0200346 0.68262094 -1.6397947 -0.59420611 1.1314961000000001 +22 -1.4333977 -4.5031888 -1.3224506999999999 0.87921778 -2.7614218999999998 -1.6448943 -1.2270181999999998 -2.4699026 -2.4689294 -1.940654 -5.6336104 -0.90015851 -5.6234869000000005 +23 -2.5961826 -3.916657 0.88616242 -2.9162158 0.54876194 0.53735565 0.5393268 -0.98860152 -0.98882569 -0.66044087 -1.9163967 0.58735095 -1.9195988000000002 +24 -0.71626907 -3.1539394 0.85263671 0.22918819 -3.4716811 -2.3063266 -1.8883602 -0.90280822 -0.90294148 -0.58846701 -1.7226244 -1.6625526999999998 -1.7260292000000002 +25 -0.56301117 -3.1332223 0.85078591 0.20859798 -1.3814374 -3.4776584 -3.0647005000000003 -0.90116814 -0.90129597 -0.58714699 -1.717661 -2.9620497 -1.7210824 +26 -0.599183 -3.1366979 0.85109411 0.21337809 -1.4166749 -0.39467326 -2.3998726 -0.90136844 -0.90149777 -0.58730289 -1.7183395000000001 -2.2518256 -1.7217589 +27 -1.3551531 -6.735195200000001 -2.7665757999999996 1.1940144 -2.9581537 -1.8303124 -1.4100696000000001 -6.9508303 -6.952390299999999 -6.317328400000001 -10.597265 -1.0917983 -10.586269999999999 +28 -1.4827044 -9.4690969 -3.9657872000000003 1.1422328000000002 -3.0127403 -1.8830759 -1.4636376 -4.2620477 -7.5856618000000005 -6.9487421000000005 -11.237551 -1.1487116000000002 -11.226517999999999 +29 -1.5974389 -3.1249447 1.4321409 0.042473947000000005 -2.1585939 -1.0909547 -0.68392036 -0.48126867 -0.48077993 -3.5716593 -7.701353 -0.35790037 -7.6905635 +30 -1.5921589 -3.1430466 1.3903933000000002 0.065390061 -2.1687817000000003 -1.1054465 -0.69834558 -0.51253265 -0.51226636 -0.27416535 -3.1780387 -0.37320732 -0.5931753 +31 -0.53332268 -0.53461011 -2.6277812000000003 -2.8981662999999998 1.28955 0.85709997 0.72330586 -0.62497751 -0.6245109 -0.52157346 -1.1132171 0.6962839 -1.1073859 +32 0.72874915 0.60460817 -3.2521964 -0.23854607 -2.135111 -1.0782114999999999 -0.67023151 0.35730793 0.35815908 0.29515774 0.69999402 -0.33723313 0.69906628 +33 1.889673 1.3913213 -3.3414428 -0.4067388 2.1735699 -1.4330991000000002 -1.0120777 0.99107512 0.99208504 0.69660407 1.1460731000000002 -0.65315867 1.1561721 +34 2.7032032000000004 1.9114026999999998 -3.3530178999999998 -0.30953404 2.9765359 2.1552824 -1.6789805 1.3638934999999999 1.36495 0.89711253 1.2835413999999998 -1.4478855 1.2999636 +35 -0.94032841 0.13249384 -1.0405113000000001 -0.14207435 -1.459638 -0.45546895 -0.065734935 -3.282194 -3.2841456 -2.7123657000000003 -6.6647422999999995 0.23339269 -6.6542399 +36 -1.4433569 -5.6432187 -5.3094513 1.1161902 -2.9491827999999995 -1.8242300999999999 -1.4054049 -3.7683242999999993 -7.0898007 -6.4542765 -10.736816000000001 -1.0879967 -10.725744 +37 -0.12837217 0.027938357 -0.097526912 -0.11278853 -0.05334563 0.033683651 0.057045043 0.09349045800000001 0.094299397 -3.2084742000000004 -7.2683156 0.077088975 -7.257591499999999 +38 -0.13748612 -0.023649278 -0.82537616 -0.018034776000000002 -0.084629916 -0.010323657 0.0092405105 -0.044832515999999996 -0.044121152000000004 0.0026711752 -2.6009845 0.017277379 0.050563092999999996 +39 0.27155777 0.10232869 0.032108463999999996 -3.2639019 -1.2300619 -0.27440738 0.092553627 0.026426562999999997 0.026461001 -0.018126131 -0.15376464 0.35991062 -0.14954619 +40 1.7174174 1.247218 -0.35657566 -3.6896962999999996 3.3172551 -1.086806 -0.66930583 0.89178527 0.89241069 0.60989938 1.0446798000000002 -0.2554562 1.0525118999999998 +41 2.7434235 1.9488235 -0.38351833 -3.6213122 3.3985244 2.2406493 -1.6664448 1.4081993999999998 1.4089899 0.91284565 1.2899281 -1.4339716 1.3068802 +42 -1.5855238999999999 -0.51424319 -0.023399225 -3.1861313 1.4937415 1.0659235 0.8956421 -3.6455594 -3.6509845999999997 -3.0722517000000003 -7.0531383000000005 0.81138101 -7.0427754 +43 -2.6553466 -5.3796065 -3.3175822 -2.1889540000000003 -0.10268045 0.16630698 0.25844803 -3.5791875 -6.9040754 -6.2691780999999995 -10.548511999999999 0.34763266 -10.537489 +44 -0.2477758 -0.29523918 1.8893486000000002 -3.5837407 1.5886937 1.1085303999999998 0.94144142 0.40308624 0.40352706 -3.0281944 -7.0471212 0.85856798 -7.0365575 +45 -0.25691799 -0.31471637 1.6369895 -3.4631732000000004 1.5560079 1.0677916 0.90053861 0.2727006 0.27293557 0.1875683 -2.2946158 0.82577335 0.39807267 +46 3.012161 2.1211523 -0.38297225 -0.22335597 -0.47733364 -2.7594705000000004 -2.3485627 1.5142426000000002 1.5150598 0.96323748 1.3174284 -2.1964492 1.3359361 +47 2.9287913 2.0678963 -0.3831767 -0.24869959 -0.50202574 0.37484016 -2.0608066000000003 1.482259 1.4830683999999998 0.94837578 1.3095645 -1.8786657 1.3276166 +48 0.32551296 0.60130294 0.51677763 -0.39830887 -2.1046752 -1.0020291 -0.579995 -2.8152734 -2.8181241000000004 -2.2699654 -6.085654 -0.14742937 -6.0752903 +49 -0.99561155 -5.746817500000001 -3.502533 1.0310012 -4.421011900000001 -3.2327049999999997 -2.8180311000000002 -3.7787047999999994 -7.1024188 -6.4668447 -10.749236999999999 -2.6891465 -10.73823 +50 0.88480862 0.76716078 2.2111089 -0.59554331 -1.9251414 -0.87282192 -0.46817639 1.0144392 1.0151433 -2.6221185 -6.5667629000000005 -0.13178712 -6.5562009 +51 0.86837928 0.69774075 1.7329672999999999 -0.46708981 -2.0105984 -0.96647301 -0.56133396 0.82055657 0.82111524 0.5718742 -1.7274492 -0.23531921 1.0261964 +52 3.0874801 2.1685412 -0.38288454 -0.19956448 3.1082076 -1.1296501 -2.7863512999999998 1.5422295 1.5430532 0.97604635 1.3240646 -2.6745449 1.3429632 +53 0.9714221 0.24836316 0.3550231 -0.36046399 0.98165352 -1.8388898999999999 -1.4234282 -3.0547446 -3.0569385 -2.4942507999999997 -6.3983681 -1.1461315 -6.3877101 +54 -0.95812033 -5.7664843 -3.5115352 1.0264738000000002 -2.5235572 -4.4893236 -4.077253 -3.788528 -7.112211500000001 -6.476607 -10.759131 -4.0189646 -10.748127 +55 2.16275 1.6536791000000002 2.4389059 -0.48993413 2.4712438999999997 -1.3156373 -0.8947333 1.4800271999999999 1.4808976 -2.381087 -6.2569108 -0.51607381 -6.2464642 +56 2.1000701 1.5698066000000002 1.8266031000000003 -0.45053453 2.3536433 -1.3785226000000002 -0.95686916 1.3154916 1.3162691999999998 0.85132772 -1.5378697000000001 -0.58692111 1.2582287 +57 0.97905833 0.076718544 0.28437389 -0.32559661 0.94268281 1.3806528 -1.7979538000000002 -3.1724688999999997 -3.1743622000000005 -2.6053724999999996 -6.5456 -1.5834346000000001 -6.534949 +58 -0.97784146 -5.756178 -3.5068898999999996 1.0287976 -2.5402342 -1.4246751 -3.0394671000000004 -3.7833997999999998 -7.1071029999999995 -6.4715144 -10.753972000000001 -2.9372106 -10.742966000000001 +59 3.0489964 2.2448171 2.5728826000000002 -0.20900246 3.0887710999999998 2.1806807999999998 -1.6769668000000002 1.7595229 1.760458 -2.2547870999999997 -6.0880224 -1.4454955 -6.0775959 +60 2.9403947999999995 2.1333907 1.8871711 -0.24734503 3.0495669 2.1694949 -1.6782776999999998 1.6289379 1.6298016000000002 1.0097565 -1.4585645 -1.4469716000000001 1.3580796999999998 +61 -1.3502402 -7.5239690999999995 -6.802041900000001 1.2776993 -3.0144922999999997 -1.8853611000000001 -1.465125 -7.740253500000001 -11.065047999999999 -10.425101 -14.728299 -1.1504363000000002 -14.717198999999999 +62 -0.8948313 0.13728622 0.32484835 -0.23771575 -1.2453653 -0.31573626 0.026426252 -3.1369096 -3.1404343 -5.8973736 -10.167422 0.22765653 -10.156466 +63 -0.89537882 0.13724716 0.32456178 -0.23763715 -1.2473787 -0.31693324 0.025808092999999997 -3.1370861 -3.1407068 -2.5757351 -8.9508498 0.22785382 -6.4787604000000005 +64 -1.4481306 -5.5575531 -3.4118961000000003 1.0757868999999998 -2.9241829 -1.7993107 -1.3803508 -3.6818167 -7.005674000000001 -9.6923445 -13.994539000000001 -1.0607871000000002 -13.983497 +65 -1.4480526000000002 -5.5577868 -3.4122046999999998 1.0757785 -2.9242421000000003 -1.7993508999999999 -1.3803875 -3.6819629999999997 -7.0059118 -6.3706537 -13.11121 -1.0608149 -10.640647999999999 +66 0.038844401 0.12231228 2.0415687 -0.48525333 0.19159782 0.20446552 0.20441063 0.67463576 0.67519431 -2.8233264 -9.2761161 0.22272908 -6.8043125999999985 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9042406000000003 1.1991763 -0.049378594000000005 -0.033959078999999996 -2.7474439999999998 -1.5569532 -1.1017046 0.43770092 0.43794725 0.29579702 0.4300283 -0.76037548 0.43554783 +2 -1.9965283999999999 -3.3496611000000005 0.11263745 0.14670824 -1.3652153 -0.72185785 -0.52175088 -0.46352562 -0.46338684 -0.28457318 -0.62828796 -0.45048331 -0.62799954 +3 -0.39660211 -0.12851151 -2.987677 0.15169991 -0.28520784 -0.11463725 -0.055994447 -0.40878445 -0.40837926 -0.21973971 -0.3979676 -0.016309154 -0.40042955 +4 -0.22252102 -0.28876813 0.057333049000000004 -3.1738555 1.2375655 0.8897633 0.78644044 -0.13492318 -0.1350257 -0.12194027 -0.32068756 0.77355558 -0.31850423 +5 0.73997177 0.62220675 -0.063133648 -0.144518 -2.3216761000000004 -1.1575273000000001 -0.70972636 0.28472898 0.28490788 0.19978041 0.31359479 -0.37007197 0.31676899 +6 1.8114067999999999 1.4424023000000001 -0.10552938 -0.23533056 2.0137563999999997 -1.5220633 -1.0549792 0.80159677 0.80201946 0.5295175 0.63351807 -0.65836218 0.64619125 +7 2.5796827 1.9640115000000002 -0.10368749 -0.092686999 2.7846944 2.0579368000000002 -1.7389737 1.1302588 1.1307813999999998 0.70800217 0.74862461 -1.4730362 0.76687504 +8 -0.90819242 0.11841111 1.0438135 -0.64238197 -0.30085283 0.13934407 0.2590349 -2.7463147 -2.7492281000000003 -2.0702338 -5.9283077 0.34101782 -5.9191767 +9 -1.8198411 -2.7331067000000004 -1.077159 0.31247214 -2.4609695 -1.2429473999999998 -0.7802474 -1.2256432 -4.5490029000000005 -3.7785339999999996 -8.1992645 -0.37777517 -8.1891235 +10 0.071524115 0.07765502 2.5549129 -1.2611733 0.43498427 0.47368188 0.48936194 1.3825421 1.3831406000000002 -2.5013821 -6.6311285 0.55537981 -6.621247200000001 +11 0.072443249 0.062078815 1.7859314 -0.82086257 0.32965262 0.31905546 0.31029474 0.95504299 0.95549841 0.61194055 -2.0965571 0.32762826 0.70242672 +12 -3.5362132000000006 -2.4506362 0.074827141 0.14770543 -3.8005957 -2.5299655 -2.061284 -0.39929026 -0.3991058 -0.24064912 -0.51268412 -1.7332174999999999 -0.51271306 +13 -2.0904275 1.0234606 -3.2515475 -0.09224468400000001 -2.7292575 -1.5277359 -1.0694184 0.33064009 0.33125451 0.27105743 0.42638744 -0.7140632 0.43100901 +14 -2.9657183 0.26578461 0.039215632 -3.1959257 0.024840612999999998 0.010427450999999999 0.0088620782 -0.035816434 -0.035845815 -0.035201416 -0.067164625 0.01579371 -0.067530644 +15 -0.51939908 2.3496493999999997 -0.063396301 0.18867434 -3.2535031 -1.9924036 -1.5267456 1.2090023 1.2095458000000001 0.73309493 0.75862787 -1.2122434 0.77756444 +16 0.17802357 2.9612045 -0.048736774000000004 0.59054576 -0.86107218 -2.9823068 -2.5244468999999996 1.5434326 1.5440452 0.88048937 0.82969581 -2.3482773999999997 0.85298915 +17 0.042093778 2.8305806000000002 -0.052610447000000005 0.49226746 -0.91259714 0.12260398 -2.1751243 1.4836456 1.4842488 0.85664801 0.81934914 -1.9639563000000002 0.84195932 +18 -2.1065335 1.3929128 1.3242011999999999 -0.38496387 -2.5312675 -1.3054848999999997 -0.84011195 -2.3334883 -2.3355932 -1.6969991999999998 -5.2020818 -0.42752422 -5.193959099999999 +19 -3.3269133 -2.4082699 -0.93238395 0.27664394 -4.1317012 -2.8218353 -2.3575673 -1.0600265 -4.3829025 -3.6172424 -8.0127482 -2.1563253 -8.002647099999999 +20 -1.8317276999999998 1.3650665000000002 2.6468182000000002 -0.65594186 -2.2512689 -1.0620578999999999 -0.60714778 1.5057816000000002 1.5064117 -2.4554492999999997 -6.5666866 -0.22586416 -6.5568333 +21 -1.8512778000000003 1.293161 1.8709262 -0.45349399 -2.4439843 -1.261392 -0.80578953 1.1490303 1.1495487 0.70322859 -2.0517287 -0.44553635 0.75889667 +22 -1.7728233 -3.6773665 -1.9935671000000001 0.70233897 -2.7388487 -1.5128206 -1.0512753000000001 -1.7182285 -1.7174884999999998 -1.1524188999999998 -3.9799618999999997 -0.67982553 -3.973727 +23 -2.6080591 -3.734234 0.12628051 -3.126825 0.76719087 0.61280621 0.58364703 -0.48244059 -0.48231845 -0.30074383 -0.68103586 0.62914824 -0.68027204 +24 -1.1644128999999999 -2.8058372000000005 0.08745305099999999 0.061717925 -3.2843665 -2.0368974 -1.5708133999999998 -0.42919786 -0.42903051 -0.25934362 -0.55905803 -1.2086629999999998 -0.55900516 +25 -0.71294455 -2.6033164 0.074948448 -0.00070567792 -0.4458171 -2.9580502999999996 -2.4929878 -0.41271586 -0.41253301 -0.24663609 -0.52385409 -2.2590787999999997 -0.52394354 +26 -0.6715103 -2.5774757 0.073279701 -0.0069974563 -0.4025985 0.26782021 -2.2276247000000002 -0.41045473 -0.41027026 -0.24500771 -0.51973166 -2.0180493999999998 -0.51982524 +27 -2.0801041000000002 -3.1750374 0.45346907 -0.242749 -2.1797517 -0.99273931 -0.53751558 -3.5789458 -3.5797817000000003 -2.8451182999999998 -7.069562299999999 -0.15473232 -7.0597315 +28 -1.8817054 -7.347809900000001 -2.1750195 0.87738621 -3.0099934 -1.7582623 -1.2922236999999999 -2.4600651 -5.7828007 -4.9903857 -9.5210404 -0.92351977 -9.5107556 +29 -2.2254381000000003 -3.1557525 2.4606877999999996 -1.7644685000000002 -0.57789816 0.014139091999999999 0.2023914 1.2561765 1.2569053 -2.5494173 -6.6980345 0.35389403 -6.688113799999999 +30 -2.1434898999999996 -3.1814581000000004 1.6864089 -1.0479059000000002 -0.78294244 -0.21924972 -0.047102055999999996 0.74570953 0.7463224 0.5159593 -2.1488584 0.042762545 0.63755337 +31 -0.71677418 -0.54515764 -2.8645829 -2.8657042 1.1170723999999999 0.79908349 0.70526678 -0.73189871 -0.73163003 -0.51394169 -1.2564548999999998 0.70491586 -1.2513376 +32 0.46079016 0.5018775 -3.2263712000000004 -0.10784211 -2.3519685000000004 -1.1726968 -0.71960718 0.040429279 0.04098479 0.09885827900000001 0.22417252 -0.3559942 0.22434529 +33 1.6089273000000002 1.2884986999999999 -3.3219955000000003 -0.25690743 1.9614128 -1.5327809 -1.0656514 0.62721853 0.62791604 0.46445335 0.59859694 -0.67117347 0.60925723 +34 2.416032 1.8075966 -3.3268461000000005 -0.14996445 2.754318 2.0526744999999997 -1.7383433000000001 0.98165701 0.98239879 0.65317139 0.7238514 -1.4724952 0.74044603 +35 -1.1823953999999999 0.07722686599999999 -1.5946393 -0.13251075 -1.3442421 -0.33786216 0.020386439 -3.4387566 -3.4408186 -2.7120966 -6.9032506 0.22808287 -6.8933829 +36 -1.7332539 -4.5408709 -5.7530668 1.1593208000000002 -3.0725252 -1.8277657999999999 -1.3637773000000002 -2.9708092999999995 -6.2925176 -5.4947626 -10.05233 -1.0075126 -10.04182 +37 -0.36547849 -0.035959259 -1.0204791 -0.11885129 -0.17451843 0.00384772 0.064574973 -0.033738205 -0.033178867 -3.2612485 -7.5920081999999995 0.12336588 -7.581858199999999 +38 -0.37180307 -0.0773474 -1.5073345 -0.013827622 -0.20556219 -0.041959993 0.014165843999999999 -0.17280661 -0.17233295 -0.042821850999999994 -2.6899467 0.058909064000000004 -0.0013612082 +39 0.3286315 0.20184439 0.0038921403 -3.2603263 -1.4030934 -0.33336137 0.075156768 0.032339532000000004 0.032367515 -0.006000294399999999 -0.063846277 0.36432287 -0.062232438 +40 1.6256103000000002 1.2938163 -0.1038318 -3.5393529000000004 3.0956751000000002 -1.1920658000000002 -0.72854163 0.68958206 0.68997764 0.45275655 0.56251259 -0.27981885 0.57290431 +41 2.5731737999999997 1.9592778000000002 -0.10381765 -3.4168544 3.1665728 2.1336727000000004 -1.7277938999999998 1.1277233 1.1282453000000001 0.70678741 0.74796736 -1.4606641000000002 0.76618056 +42 -1.2891668 -0.35479153 0.89569399 -3.8062085 1.5591945 1.1830665 1.0330189 -2.9643738999999996 -2.9679039 -2.2781582 -6.1916785 0.91523908 -6.1825667 +43 -2.9159706 -2.8347119 -1.1146451000000002 -2.9358914 0.36387572 0.53733032 0.58526399 -1.2701476 -4.5944907 -3.8230936 -8.2484188 0.65079275 -8.2382823 +44 -0.062881967 -0.18007863 2.5359357000000005 -4.644872599999999 1.8551948 1.4823752000000001 1.30459 1.3519813999999999 1.352573 -2.5141256000000003 -6.6485582999999995 1.0220886 -6.638675599999999 +45 -0.085002936 -0.20459994 1.7641603 -4.1118233 1.6492209 1.2383078 1.0811975 0.8838442 0.88427816 0.56816228 -2.1246791000000003 0.94195414 0.66790906 +46 2.8293685 2.1331509 -0.10027687 -0.0068682428 -0.68847929 -2.8496807 -2.3924476 1.224258 1.224802 0.75246142 0.77198254 -2.2040881000000003 0.79158822 +47 2.7498416 2.0794915 -0.10139024 -0.03575438 -0.71117695 0.28736251 -2.1141088 1.1950391000000002 1.1955766 0.73894609 0.76507822 -1.8965283 0.78427472 +48 0.059731071 0.75041155 1.2060111 -0.6485663 -2.111823 -0.91960193 -0.4607875 -2.5007718999999997 -2.5030291 -1.8438444999999999 -5.56798 -0.040895754 -5.559073000000001 +49 -0.96907292 -2.9057132 -1.1529236999999999 0.28997883 -3.6033873 -2.3065873 -1.8411234 -1.3149115 -4.637841099999999 -3.8652441 -8.2968268 -1.5728135 -8.2866774 +50 0.84360318 0.76428878 2.6078117 -0.99958081 -1.8568040000000001 -0.70168676 -0.25620134 1.4579737 1.4585928 -2.4726178 -6.5909269 0.12255661 -6.581065 +51 0.83109854 0.71391421 1.8358995999999999 -0.70478742 -2.0327336 -0.88247224 -0.43616743 1.0800216 1.0805211000000001 0.67151779 -2.0671135 -0.081450121 0.73953539 +52 2.9054617 2.1825810000000003 -0.099394639 0.020759664 2.8963551 -1.2305117 -2.8424892999999996 1.2512025 1.2517521 0.76477156 0.77815454 -2.6958066 0.79813134 +53 1.2201648 1.221388 1.3187852 -0.5557659 2.0148435 -1.4751601 -1.0087812 -2.3211624 -2.3227296 -1.6806714 -5.279326999999999 -0.60558089 -5.270617 +54 -0.82895576 -2.9628544999999997 -1.1772901000000002 0.28793169 -1.5390483 -3.5028137000000004 -3.0425473 -1.3439488000000002 -4.6667653 -3.8936022000000006 -8.3279764 -2.9028587000000003 -8.3178311 +55 2.2486067000000003 1.88002 2.7377884999999997 -0.35411182 2.5770731 -1.3058986000000001 -0.84000692 1.6322521 1.6329178 -2.4081927000000003 -6.500134 -0.40836846 -6.4903267 +56 2.121298 1.7352363999999998 1.9499181 -0.32446355 2.3706224 -1.3905972 -0.92303904 1.3599694 1.3605588 0.79823102 -2.0120082 -0.50332441 0.80979185 +57 1.651847 1.2204979 1.3183268 -0.5697245 2.5362294 1.9938396 -1.7508236000000001 -2.3208961 -2.3220069 -1.6799351000000002 -5.279478 -1.4861688 -5.2707392 +58 -0.86346325 -2.9478909 -1.1709466 0.28842376 -1.5715341999999999 -0.41575503 -2.4040553 -1.3363553999999997 -4.6592069 -3.8861835 -8.3198783 -2.2159372999999998 -8.309730900000002 +59 3.1995267999999997 2.6000509999999997 2.8402805 0.20086527 2.9298407 2.0904483 -1.7353151999999998 1.7583585 1.7590515 -2.3640151 -6.437115 -1.4688813 -6.4273217 +60 2.9985617 2.381615 2.0388674 0.07822283 2.8962653 2.0809897 -1.7364283999999999 1.5704387 1.5710721 0.88908023 -1.9765373 -1.4701339 0.85540203 +61 -1.6853052 -6.9723689 -6.1711245 1.3745421999999998 -3.2233713 -1.9685603999999999 -1.5023293 -7.481795299999999 -10.80608 -9.9976355 -14.605185 -1.151441 -14.594673 +62 -0.90689553 0.11761604 1.0431610999999998 -0.64161706 -0.29832646 0.13978157 0.25874148 -2.7474064 -2.7500827 -5.3929855 -9.944052099999999 0.34015237 -9.9336584 +63 -0.90821876 0.11733944 1.0428864 -0.64175839 -0.30077237 0.13909042 0.25860323 -2.7475394 -2.7503138 -2.0712817 -8.396042300000001 0.34025194 -5.9223893 +64 -1.8203324 -2.7286598 -1.0716999 0.31013903 -2.4588401 -1.2411084 -0.77850142 -1.2214215 -4.5446502 -7.096209399999999 -11.688131 -0.3763994 -11.677741000000001 +65 -1.8198338 -2.7296581 -1.0729634 0.31043913 -2.4596339 -1.2416553999999997 -0.77895548 -1.2224156000000002 -4.5457219 -3.7753315 -10.656519 -0.37634039 -8.1859391 +66 0.071510372 0.07732786400000001 2.5801121 -1.2736512 0.43844174 0.47825002 0.49457241 1.3940569 1.3946583000000001 -2.4966489 -9.0880631 0.56152897 -6.6159175999999995 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9011281999999998 1.2022815 -0.050339392000000004 -0.033704425 -2.7473929 -1.5566341000000001 -1.101492 0.43957049 0.43981736 0.29678469 0.4310095 -0.76035569 0.43655848 +2 -1.9991862 -3.3496888 0.1158712 0.14693333 -1.3738584999999999 -0.72505565 -0.52334292 -0.46536616 -0.46522853 -0.28520812 -0.62962451 -0.45155901 -0.62934969 +3 -0.3982058 -0.12865556 -2.9995877999999996 0.15155473 -0.28483367 -0.11433315 -0.055655653 -0.40896061 -0.40855579 -0.21980219 -0.39676058 -0.015889081 -0.39924405 +4 -0.21678962 -0.28486224 0.057828812 -3.1733341 1.2368733 0.88954864 0.78633755 -0.13446189 -0.13456386 -0.12188243 -0.32107732 0.77345032 -0.31887717 +5 0.7403014 0.62222763 -0.063691291 -0.14481923 -2.3217592000000002 -1.1573168 -0.70960231 0.28519839 0.28537725 0.20008807 0.31400341 -0.37011792 0.317185 +6 1.809448 1.4405419 -0.10639049 -0.2359252 2.0136308 -1.5215813 -1.0545993999999999 0.80138953 0.80181145 0.52940874 0.63349017 -0.65830976 0.64616032 +7 2.5781815 1.9623982 -0.10457091 -0.093339091 2.7852834 2.058792 -1.7384851000000003 1.1302105 1.1307323999999999 0.70795939 0.74864552 -1.4728138000000002 0.76689502 +8 -0.91181613 0.11628053 1.0508303999999997 -0.64347216 -0.30051086 0.13945762 0.25873889 -2.7476312000000003 -2.7505439999999997 -2.0717338 -5.9306567 0.3402516 -5.9215199 +9 -1.8233624 -2.7380318999999997 -1.0717017 0.31224817 -2.4618641 -1.2439584 -0.7815014 -1.2291588 -4.552517099999999 -3.7822627 -8.2034499 -0.38003331 -8.1933044 +10 0.071593596 0.07732008 2.5623423 -1.2609248 0.43498228 0.47362707 0.48924361 1.3822802 1.3828777 -2.5015231 -6.631396799999999 0.55519153 -6.6215118 +11 0.07261524700000001 0.061824923 1.7918617 -0.82014055 0.32962714 0.31887633 0.31000401 0.95436086 0.95481536 0.61151039 -2.0967540000000002 0.32718008 0.7021582 +12 -3.5340606 -2.4499165 0.077481773 0.14757464 -3.8047714999999998 -2.5333818 -2.0648429 -0.40082533 -0.40064184 -0.24108792 -0.5134016 -1.7383824 -0.51344494 +13 -2.0903197000000002 1.0240711999999998 -3.2689519000000002 -0.092587733 -2.7289919 -1.5271852 -1.0689641 0.33168301 0.33229691 0.27159037 0.42745693 -0.7138445 0.43209016 +14 -2.9636665 0.26818813 0.039046826 -3.1955925 0.02476093 0.010401186 0.0088523976 -0.035394117 -0.035423128 -0.035129487 -0.067143117 0.015815021000000002 -0.067505333 +15 -0.5199065 2.3489225 -0.06450472 0.18855954 -3.2537743999999997 -1.9924464 -1.5269110000000001 1.2094937 1.2100364 0.73324631 0.75872557 -1.2126968 0.77766807 +16 0.17684556 2.9597261 -0.049812142999999996 0.58995932 -0.86111475 -2.9821401 -2.5243984 1.5435951 1.5442067 0.88049197 0.82971951 -2.3485056 0.85301436 +17 0.041065872 2.8293027000000004 -0.053694344000000005 0.49183224 -0.91268361 0.12274353 -2.1752311 1.4838787 1.4844808999999999 0.85667849 0.81938471 -1.9643316000000002 0.84199719 +18 -2.1074207 1.3921233 1.3319117 -0.38586153 -2.5318701 -1.305886 -0.84064258 -2.3338495 -2.3359528999999997 -1.6976074 -5.2030356 -0.4283826 -5.1949086 +19 -3.3299968 -2.4134385 -0.92697548 0.27649 -4.1342833 -2.8241622000000004 -2.3600244 -1.0636135 -4.386488900000001 -3.6210322 -8.0170591 -2.1592029 -8.0069533 +20 -1.8285523000000001 1.367621 2.6544532000000003 -0.65386892 -2.2519354 -1.0624941 -0.60770238 1.5059083999999998 1.5065376 -2.4554803 -6.5667819000000005 -0.22670129 -6.556925 +21 -1.848005 1.2959595 1.8770447000000001 -0.45144523 -2.4449064999999996 -1.2620893 -0.80660791 1.1489446 1.1494621 0.70302203 -2.0518183 -0.44665269 0.75877123 +22 -1.7807894 -3.6802034 -1.9858683999999998 0.70121615 -2.7359912 -1.5113034 -1.0502931 -1.7192323 -1.7184921000000002 -1.1537897 -3.9771516000000005 -0.6811524 -3.9709608 +23 -2.6072778999999997 -3.7299302000000005 0.12956246 -3.1266209 0.76404928 0.61135395 0.58266249 -0.48416391 -0.48404284 -0.30133861 -0.68241311 0.62832605 -0.68165872 +24 -1.164141 -2.8059625 0.090478578 0.061626745 -3.2867089 -2.0386123 -1.5726079 -0.43098 -0.43081376 -0.25993597 -0.56020303 -1.210948 -0.56016504 +25 -0.71520544 -2.6058138 0.078028784 -0.00046085371 -0.45273508 -2.9598183 -2.4948841 -0.41468171 -0.41450012 -0.2473658 -0.52532332 -2.2617576 -0.52542728 +26 -0.6743531 -2.5802732 0.076369383 -0.0066652785999999995 -0.40992864 0.26530966 -2.2282901 -0.4124477 -0.41226451 -0.24575828 -0.52125145 -2.0190721999999997 -0.52135945 +27 -2.0821567 -3.1790572999999998 0.45839863 -0.24229789 -2.181907 -0.99453065 -0.53937698 -3.5827623999999996 -3.583599 -2.8490652 -7.0745021999999995 -0.15671126 -7.064665700000001 +28 -1.8838038000000001 -7.3532741999999995 -2.170385 0.87653538 -3.0116345 -1.759616 -1.2937018999999998 -2.4640017000000003 -5.786736 -4.9945716 -9.52549 -0.9253319 -9.5152005 +29 -2.2287958 -3.1562736 2.4684228999999998 -1.7646896 -0.58151654 0.01312795 0.20179453 1.2554288999999998 1.2561566000000002 -2.5496939999999997 -6.698535700000001 0.35320031 -6.688611099999999 +30 -2.1465718999999996 -3.182002 1.692784 -1.0470501 -0.78746989 -0.22080689 -0.048122696 0.74416502 0.74477666 0.51521175 -2.1492566 0.041609175 0.63702139 +31 -0.71201947 -0.54258888 -2.8765244 -2.8650523999999997 1.1164211000000002 0.79889618 0.70517173 -0.73162739 -0.73135835 -0.51422851 -1.2553741000000003 0.7048573 -1.2502571000000002 +32 0.4603516 0.50181344 -3.2401712000000003 -0.10831921 -2.3517903 -1.1722166 -0.7192115 0.040878672000000005 0.041433673 0.09915286400000001 0.22532778 -0.35577865 0.22549915 +33 1.6067796 1.2869428 -3.3364653 -0.25746418 1.9614991000000002 -1.5319784 -1.0649467 0.62694446 0.62764098 0.46427609 0.59902343 -0.67080527 0.60967005 +34 2.4146438999999997 1.8063301999999999 -3.3413961000000003 -0.15056887 2.7552632000000004 2.053929 -1.7374561000000002 0.98164577 0.98238652 0.65311157 0.72431766 -1.4718714 0.7409012 +35 -1.1899094 0.076095407 -1.5850368000000001 -0.13402616 -1.3358987 -0.33339962 0.022523417999999996 -3.4385246 -3.4405842000000004 -2.7121657000000003 -6.9033156 0.22793511 -6.8934443 +36 -1.7436465 -4.5391580000000005 -5.7440984 1.1581125 -3.0677635 -1.8248388999999998 -1.3613396 -2.9689514999999997 -6.2906579 -5.4933168 -10.050355999999999 -1.0067457 -10.039842 +37 -0.36646853 -0.036452114 -1.0119457 -0.11913854 -0.17346137 0.0043135471000000005 0.064864217 -0.033346302 -0.032787313 -3.2611578 -7.5919122 0.12353201 -7.5817585 +38 -0.37274896 -0.07774401 -1.5023731000000002 -0.013719449 -0.20465455 -0.041631022000000004 0.014335381999999999 -0.17288301 -0.17240977 -0.043032487 -2.6895577 0.058965853 -0.0010463542 +39 0.33238852 0.2040873 0.0038184383 -3.2601718999999996 -1.4034688999999998 -0.33343222 0.075012367 0.033077889 0.033106381000000004 -0.005690082 -0.063599351 0.36407482 -0.06197319 +40 1.6246991000000002 1.2927088 -0.1046466 -3.5396525000000003 3.0958381 -1.1916551000000002 -0.72824061 0.68967288 0.69006791 0.45278622 0.56255559 -0.27979499 0.57294885 +41 2.5719792 1.9579223999999997 -0.10469159 -3.4173734 3.1668425 2.1341145 -1.727581 1.1277978000000002 1.128319 0.70680089 0.74801775 -1.4607309 0.76623172 +42 -1.285724 -0.35587064 0.90276612 -3.8069562999999995 1.5584569 1.1822829 1.0321076999999999 -2.9655516 -2.9690802000000005 -2.2795459 -6.1937343 0.9142226 -6.1846171 +43 -2.9178488 -2.8393737 -1.1091002 -2.9362517 0.36265155 0.53603011 0.58390808 -1.2735418 -4.5978831 -3.8267029999999997 -8.2524733 0.64928891 -8.2423321 +44 -0.057048562000000004 -0.17643413 2.543468 -4.6432543 1.8544817 1.4820757 1.3044513999999998 1.3518348 1.3524254999999998 -2.5142397 -6.6487834 1.0220094000000002 -6.638897 +45 -0.078950656 -0.2007267 1.7701984 -4.1099255 1.6483531999999999 1.237767 1.0807415 0.88326167 0.88369478 0.56768107 -2.1249702999999998 0.94164611 0.66753209 +46 2.8279567 2.1315202 -0.10115268 -0.0075599893 -0.68822851 -2.849176 -2.3920548 1.2242226999999999 1.2247658000000001 0.75242283 0.77200707 -2.2039812999999997 0.79161197 +47 2.7484278 2.0778839 -0.10226833 -0.036424937000000004 -0.71094807 0.28785132 -2.1137554 1.1950091999999999 1.1955459 0.73891054 0.76510391 -1.8964523999999998 0.78429971 +48 0.056848598 0.74827125 1.2132223999999998 -0.65005852 -2.1123048 -0.91982679 -0.46112244 -2.5018716 -2.5041284 -1.8451376 -5.570075 -0.041497061 -5.5611622 +49 -0.97233089 -2.9109616000000003 -1.1476521000000002 0.28978415 -3.6056318 -2.3085657000000004 -1.8432287 -1.3186228000000002 -4.6415513 -3.8691676 -8.3012114 -1.5753676 -8.291057499999999 +50 0.84414407 0.76404008 2.6153454 -0.9993359 -1.8571432 -0.70175618 -0.25637161 1.4578368 1.4584549 -2.4727071 -6.5911246 0.12212884 -6.581258999999999 +51 0.83162832 0.71366566 1.8419311 -0.7042686 -2.0332746999999998 -0.88274945 -0.43654828 1.0795458 1.0800444 0.67120356 -2.0672311999999997 -0.082117937 0.7393642 +52 2.9040213 2.1809138 -0.10026853 0.020040599 2.8970657 -1.2296528999999998 -2.8417717999999996 1.2511513 1.2517 0.76472521 0.77817554 -2.6953661 0.79815132 +53 1.217445 1.2191846000000002 1.3261015 -0.55747869 2.0143466 -1.474804 -1.0085323 -2.3221441 -2.3237115000000004 -1.6818528000000001 -5.2812936 -0.60564151 -5.2725779 +54 -0.8323945 -2.9680589 -1.1720149 0.28773536 -1.5411042 -3.5045758 -3.0444253 -1.3476476000000002 -4.670463099999999 -3.8975144999999998 -8.332343700000001 -2.9050651000000003 -8.3221937 +55 2.2464986000000002 1.8779655 2.7453092999999997 -0.35509399 2.5769845 -1.3052877 -0.83949206 1.6320732 1.6327378000000001 -2.4082845 -6.5003399 -0.40815765 -6.4905288 +56 2.1191697 1.7331293 1.955921 -0.32521211 2.3702579 -1.3902059 -0.92274637 1.359458 1.3600463 0.79795854 -2.0120716 -0.50336849 0.80968592 +57 1.6495277 1.2181545 1.3256083 -0.57152925 2.5363172 1.9945124 -1.750729 -2.3219262 -2.3230374 -1.6811593999999996 -5.281535 -1.4863203 -5.2727904 +58 -0.86687205 -2.9531065 -1.1656723 0.28822867 -1.5735208 -0.41748259 -2.4054919 -1.3400571000000001 -4.662907499999999 -3.8900983 -8.32425 -2.2177252 -8.314098 +59 3.1980168 2.5983735 2.8479382999999996 0.20009654 2.930559 2.0913494 -1.7348003 1.7583393 1.7590311 -2.364046 -6.4372357000000004 -1.4686322 -6.4274385999999994 +60 2.9968726 2.3797694 2.0449653000000003 0.077393337 2.8968814 2.081855 -1.7359383999999998 1.5701753 1.5708076000000002 0.88894062 -1.9765342000000001 -1.4699098 0.85538019 +61 -1.6878868999999999 -6.9747886 -6.165026200000001 1.3726915000000002 -3.2242757 -1.9692476000000003 -1.5031473999999998 -7.482317500000001 -10.806591000000001 -9.998446699999999 -14.606024 -1.1525594 -14.595507000000001 +62 -0.91054101 0.1154931 1.0501667 -0.64268639 -0.29796327 0.13990298 0.25845079 -2.7487175 -2.7513932999999997 -5.3944788 -9.9456231 0.33939352 -9.9352255 +63 -0.91184306 0.11520616 1.0498836 -0.6428392 -0.3004341 0.13920071 0.25830379 -2.7488650000000003 -2.751639 -2.0727902 -8.3983937 0.3394814 -5.9247422 +64 -1.8238686999999998 -2.7335988999999996 -1.0662648000000001 0.30992891 -2.4597284 -1.2421166000000001 -0.77975364 -1.2249533000000001 -4.5481807 -7.0999536999999995 -11.691941 -0.37865859 -11.681546 +65 -1.8233542 -2.7345943999999998 -1.0675188999999998 0.31022234 -2.4605341 -1.2426715 -0.78021434 -1.2259417 -4.5492467 -3.7790703999999997 -10.660713000000001 -0.3786035 -8.1901311 +66 0.071579235 0.076991721 2.587571 -1.2734117 0.43843919 0.47819656 0.49445632 1.3938019 1.3944023 -2.4967859 -9.0883254 0.56134488 -6.6161768 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.9008042 1.2025841999999998 -0.050376075 -0.033684996 -2.7473047999999998 -1.5565883999999999 -1.1014733 0.43970912 0.43995495 0.29686079 0.43110364 -0.76036144 0.43665475 +2 -1.9991887 -3.349686 0.11595159 0.14689789 -1.3741124 -0.72519672 -0.52345095 -0.46547649 -0.46533732 -0.28528886 -0.62979138 -0.45166064 -0.62951639 +3 -0.39817342 -0.12852765 -2.9996796000000003 0.15162267 -0.28469637 -0.11425166 -0.055584340999999995 -0.40882451 -0.40840835 -0.21969012 -0.39659023 -0.015812573 -0.39907497 +4 -0.21655177 -0.28470386 0.057857318 -3.1733021 1.2368886000000001 0.88955178 0.78633814 -0.13445059 -0.13455212 -0.12188552 -0.32112415 0.77345434 -0.31892314 +5 0.74034726 0.62222533 -0.063719581 -0.14484301 -2.3216786 -1.1572772 -0.70958867 0.28522314 0.28540126 0.20010176 0.31403561 -0.37012901 0.31721758 +6 1.8094991000000002 1.4405122 -0.10643571 -0.23597157 2.0136878 -1.5215203000000002 -1.0545653 0.80141891 0.80183903 0.52941843 0.63352457 -0.65830928 0.64619524 +7 2.578279 1.9623883999999998 -0.10461867 -0.093393506 2.7854078999999996 2.0588846999999997 -1.7384203999999999 1.1302603999999998 1.1307798999999998 0.70797763 0.74868799 -1.4727766000000002 0.76693835 +8 -0.91206214 0.11617619 1.0509995 -0.64355866 -0.30065744 0.13940223 0.25869011 -2.7477028999999997 -2.7506171000000004 -2.0718622 -5.9308172 0.34018671 -5.921678900000001 +9 -1.8234781000000002 -2.7383094 -1.07164 0.31222673 -2.4618346 -1.2440118 -0.78159468 -1.2293863 -4.5527388 -3.7825415999999996 -8.203728 -0.38022095 -8.1935807 +10 0.071559573 0.077282448 2.5626412999999997 -1.2609648 0.43498494 0.47362415 0.4892372 1.3823152 1.3829102 -2.5015121 -6.631365700000001 0.55518507 -6.6214792000000005 +11 0.072613915 0.061807451 1.7920824 -0.82011848 0.32962898 0.31886499 0.309986 0.95435534 0.95480779 0.61149784 -2.0967288 0.32715509 0.70217821 +12 -3.533869 -2.449904 0.077540046 0.1475282 -3.8049028 -2.533543 -2.0650339 -0.40092459 -0.4007398 -0.24116138 -0.51353876 -1.7386536 -0.513582 +13 -2.0900474 1.0243296 -3.2691716 -0.092521398 -2.7288514999999998 -1.5270845 -1.0688893 0.33189026 0.33250927 0.27173575 0.42765167 -0.7138002 0.43228569 +14 -2.9632603 0.26867215 0.039051207000000004 -3.1955377 0.024774823999999997 0.010393134 0.0088422528 -0.035331961 -0.035360819 -0.035102443 -0.067114035 0.015810704 -0.067475747 +15 -0.51974938 2.3489897 -0.064550334 0.18854888 -3.2536931 -1.9924111 -1.5269039 1.2095776000000003 1.2101178999999997 0.73328135 0.75877924 -1.2127204 0.77772297 +16 0.17698825 2.9597564999999997 -0.04985780099999999 0.58992731 -0.86101076 -2.9820825 -2.5243686000000003 1.5436747 1.5442835 0.88052386 0.82977254 -2.3485036 0.85306856 +17 0.0412105 2.8293409 -0.053740120999999995 0.49180544 -0.9125852 0.12279675 -2.1752076000000002 1.4839586999999999 1.4845582 0.85671065 0.8194377 -1.9643356 0.84205136 +18 -2.1073405 1.3921178 1.3321774 -0.38596276 -2.5318348 -1.3058993 -0.84068448 -2.3338202999999997 -2.3359256 -1.6976398000000001 -5.2030736 -0.4284561 -5.194945099999999 +19 -3.3300267999999997 -2.4137435000000003 -0.92691568 0.27647293 -4.1343693 -2.8242949 -2.3601855 -1.0638461000000001 -4.386716799999999 -3.6213163999999995 -8.017348 -2.159396 -8.007240600000001 +20 -1.8282523999999998 1.3678633 2.6547766 -0.65377325 -2.2518886 -1.0624915000000001 -0.60772718 1.5059770000000001 1.5066035 -2.4554544 -6.5667315 -0.22675439 -6.5568732 +21 -1.8476796999999998 1.2962346000000002 1.8772852999999998 -0.45132821 -2.4448799 -1.2621075000000002 -0.80665384 1.1489869 1.1495021 0.70303262 -2.0517768 -0.44672882 0.75881031 +22 -1.7817151000000002 -3.6804254000000003 -1.9856473000000001 0.70116759 -2.7353505 -1.5109676 -1.0500572 -1.7192933999999997 -1.7185186999999997 -1.1538829 -3.9770046999999997 -0.68128613 -3.9708167000000003 +23 -2.6071452999999996 -3.7297385000000003 0.12964542 -3.1266572 0.76392828 0.61126639 0.58257922 -0.4842693 -0.48414661 -0.30141766 -0.68258532 0.62823967 -0.68183055 +24 -1.1640146999999998 -2.8059767000000004 0.09054953800000001 0.061579209 -3.2867665999999995 -2.0387020000000002 -1.5727247 -0.43108848 -0.43092083 -0.26001565 -0.56035906 -1.2111045 -0.56032096 +25 -0.71517784 -2.6059267000000004 0.078101563 -0.00049424554 -0.45297236 -2.9599171 -2.4950118999999997 -0.41479784 -0.41461491 -0.24745142 -0.52549125 -2.2619362 -0.52559509 +26 -0.67435024 -2.5803987 0.076442492 -0.0066949109 -0.41018485 0.26517874 -2.2283537 -0.41256497 -0.41238044 -0.24584479 -0.52142129 -2.0191684 -0.52152917 +27 -2.0820766 -3.1793102 0.45833386 -0.24223939 -2.1820904999999997 -0.99472153 -0.53957827 -3.5830843 -3.5839199 -2.8494363 -7.0749204 -0.15686886 -7.0650823 +28 -1.8838032 -7.353608400000001 -2.1704125 0.87646833 -3.011659 -1.759697 -1.2938136 -2.464295 -5.7870102 -4.994903 -9.5258082 -0.92548219 -9.515516499999999 +29 -2.2288427000000004 -3.1562867999999997 2.4686425 -1.7647144000000001 -0.58164753 0.01304707 0.20171279 1.2553766000000002 1.2561018 -2.5497528 -6.6985796 0.35310315 -6.688653599999999 +30 -2.1466001 -3.1820149 1.6929584 -1.0470286 -0.78761799 -0.22090415 -0.048219372999999996 0.744072 0.7446819 0.51512755 -2.1493039 0.041494294 0.63696605 +31 -0.71147759 -0.5422294 -2.8766296000000002 -2.864934 1.1164805 0.798945 0.70521963 -0.7314245 -0.73114018 -0.5141064 -1.2552351000000002 0.70492295 -1.2501171999999998 +32 0.46047072 0.50193221 -3.2403348 -0.10827601 -2.3516467 -1.1721107 -0.71913103 0.041031646 0.041593817000000005 0.09927140400000001 0.22549755 -0.35572515 0.22566883 +33 1.606882 1.2870073 -3.3366566 -0.25744378 1.9616143 -1.5318348999999998 -1.0648292 0.6270727 0.62777258 0.46437469 0.59917118 -0.67072422 0.60981745 +34 2.4148392000000003 1.8064380000000002 -3.3415923999999997 -0.15055436 2.7554952 2.0541331 -1.7372915 0.98181009 0.98255256 0.65322877 0.72447946 -1.4717327 0.74106327 +35 -1.1905553 0.076174777 -1.5845678 -0.13413179 -1.3346831000000001 -0.33277378 0.022824399 -3.4383822 -3.4404333 -2.7120849 -6.9031922 0.22795448 -6.8933192 +36 -1.7450093999999998 -4.5387585 -5.743704 1.1580656999999999 -3.0667748 -1.8242466 -1.3608426000000002 -2.9687287999999996 -6.2903477 -5.4930961 -10.050052 -1.0065283 -10.039533 +37 -0.36644813 -0.036347236 -1.01146 -0.11909306 -0.17332413 0.0043955335 0.06493423400000001 -0.033190496 -0.032623181 -3.2610419999999998 -7.5917709 0.12360568 -7.5816151 +38 -0.37270503 -0.0776258 -1.5020055 -0.013649266 -0.20451192 -0.041551702999999995 0.014401213000000001 -0.17274329 -0.17226105 -0.042926183 -2.689398 0.059033545 -0.0009012918199999999 +39 0.33251055 0.20413744 0.0038190753999999996 -3.2601644 -1.4033997 -0.33340199 0.075018764 0.033093323 0.03312173 -0.0056864263 -0.063605658 0.36406852 -0.061979100999999995 +40 1.6247723 1.2926950000000001 -0.10468873 -3.5396797999999996 3.09595 -1.1915802 -0.72819304 0.68970036 0.69009379 0.45279256 0.56258214 -0.27977495 0.57297582 +41 2.572093 1.9579263999999998 -0.10473882 -3.4174207 3.166969 2.1341921000000004 -1.7275346 1.1278541000000002 1.1283729999999998 0.7068221 0.74806177 -1.4607122 0.76627668 +42 -1.2855419 -0.35591052 0.90293385 -3.8070109 1.5584575 1.1822298999999998 1.032031 -2.9656222000000003 -2.9691514999999997 -2.2796743 -6.1938804 0.91413525 -6.1847617 +43 -2.9178229 -2.839641 -1.1090364 -2.9362844 0.36260469 0.53593074 0.58378893 -1.2737653999999998 -4.5981005999999995 -3.8269775999999998 -8.252747 0.64915354 -8.2426041 +44 -0.056845148 -0.17632709 2.5437703 -4.643234400000001 1.854495 1.4820779 1.3044585 1.3518715000000001 1.3524597 -2.5142290000000003 -6.6487524 1.0220227 -6.638864599999999 +45 -0.078694397 -0.20057705 1.7704238 -4.109838 1.6483584 1.2377516000000002 1.0807233 0.8832536 0.88368477 0.56766148 -2.1249537999999997 0.94164166 0.66754182 +46 2.8280737 2.1315183999999996 -0.10120027 -0.0076128524 -0.68809575 -2.8490868 -2.3919929 1.2242799 1.2248206 0.7524442 0.77205165 -2.2039476000000002 0.79165751 +47 2.7485382 2.0778791 -0.10231602 -0.036478817000000004 -0.710818 0.2879382 -2.1136927000000005 1.1950638999999998 1.1955983000000001 0.73893089 0.76514785 -1.8964176 0.78434458 +48 0.056801878 0.74818684 1.2134107 -0.65017767 -2.1122742999999997 -0.91984001 -0.46116281 -2.5019187 -2.5041772 -1.8452432 -5.5702055999999995 -0.041563196000000004 -5.5612913 +49 -0.97237288 -2.9112753 -1.14761 0.28976472 -3.6057131 -2.3086922000000003 -1.8433838 -1.3188719 -4.641794 -3.8694671 -8.3015114 -1.5755618 -8.2913557 +50 0.84416244 0.7640106 2.6156477000000002 -0.99939172 -1.8570723000000002 -0.70172607 -0.25636737 1.4578792999999999 1.4584948 -2.4726929 -6.5910891000000005 0.12210873 -6.581222099999999 +51 0.83166864 0.71364469 1.8421535 -0.70427831 -2.0332186 -0.88273487 -0.43655998 1.0795536000000001 1.08005 0.67119888 -2.0671996999999998 -0.08215755400000001 0.73939186 +52 2.9041445 2.1809151 -0.10031602 0.019989079 2.8972062000000003 -1.2295566999999998 -2.8417032000000004 1.2512107 1.251757 0.76474744 0.77822063 -2.6953252 0.79819742 +53 1.2174399999999999 1.2190976 1.3262981000000003 -0.55761684 2.0143568 -1.4747805 -1.0085363999999999 -2.3221807 -2.3237501 -1.6819487000000002 -5.281413099999999 -0.60567793 -5.272696 +54 -0.83244345 -2.9683728 -1.1719741000000001 0.28771575 -1.541152 -3.5046739000000002 -3.0445511 -1.3478976999999999 -4.6707067 -3.8978148 -8.332644199999999 -2.9052202 -8.322492500000001 +55 2.2465342 1.8779134999999998 2.7456125 -0.35518496 2.5770504 -1.3052152 -0.83944605 1.6321226 1.6327844 -2.4082673999999997 -6.5003004 -0.40814265 -6.4904877999999995 +56 2.1192074 1.7330776 1.9561404999999998 -0.32527795 2.3703007 -1.3901504999999998 -0.92271768 1.359478 1.3600637 0.79796132 -2.0120337999999998 -0.50337369 0.80972139 +57 1.6495453999999998 1.2180586000000002 1.3258026000000003 -0.57167306 2.536362 1.9945522 -1.7507238 -2.321966 -2.3230792 -1.6812581999999998 -5.281660400000001 -1.4863415 -5.2729142 +58 -0.86691948 -2.9534206000000003 -1.1656313999999999 0.28820914 -1.5735627 -0.41757567 -2.4055975 -1.3403071000000002 -4.663151 -3.8903985 -8.3245506 -2.2178629 -8.314396799999999 +59 3.1981166 2.5983563 2.8482492 0.20002694 2.9306967 2.0914448 -1.7347346999999997 1.7584035 1.7590924 -2.3640235 -6.4371884 -1.4685941 -6.4273899000000005 +60 2.9969593 2.3797414 2.0451870999999997 0.077322102 2.8970119999999997 2.0819493000000002 -1.7358735 1.5702188999999998 1.5708483999999998 0.88895542 -1.97649 -1.4698723 0.85542372 +61 -1.6879534 -6.974777799999999 -6.164974099999999 1.3725521 -3.2242126 -1.9692543999999998 -1.5031860000000001 -7.482361900000001 -10.806561 -9.9984685 -14.606016 -1.1526296 -14.595495000000001 +62 -0.91079931 0.11538321 1.0503263 -0.64277103 -0.2981318 0.13984092 0.25839983 -2.7487955000000004 -2.7514726 -5.3946132 -9.9457288 0.33932824 -9.935329699999999 +63 -0.91208916 0.11510161 1.0500512 -0.64292503 -0.30058099 0.13914508 0.25825478 -2.7489374 -2.7517127 -2.0729193 -8.3985543 0.33941624 -5.9249019 +64 -1.8239805 -2.7338861 -1.0662156 0.30991001 -2.4597062999999997 -1.2421746999999999 -0.77985075 -1.225191 -4.5484126 -7.1002426 -11.6922 -0.37884502 -11.681804 +65 -1.8234698 -2.7348727999999998 -1.0674582000000001 0.31020146 -2.4605051 -1.2427252 -0.78030803 -1.22617 -4.5494692 -3.77935 -10.660991000000001 -0.37879154 -8.1904083 +66 0.071545089 0.07695391900000001 2.5878718999999997 -1.2734531999999998 0.43844198 0.47819383 0.49445013 1.393838 1.3944358000000001 -2.4967744 -9.088293499999999 0.56133879 -6.6161436 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.6461021 1.146234 -0.018156174 -0.47773581 -2.17624 -1.3498895 -1.0054524 0.77944985 0.77984423 0.46176018 0.4622817 -0.69628655 0.47553551 +2 -0.49977912 -4.90794 1.2433526000000001 1.4359921999999998 -2.5676561 -1.7072101000000002 -1.3609895 -2.6942586 -2.6953531 -2.1059047000000004 -6.1274217 -1.0796542 -6.1170833 +3 -0.013843165 5.2532308999999996e-05 -2.8827296000000002 -0.00048716879999999996 -0.030793884 -0.006945950500000001 -0.00043107435 -0.007065374399999999 -0.0065157829 -0.00065352225 0.0018669232 0.0021399262 0.0017858483 +4 -0.45533764 -0.50777196 0.39981778 -2.8248897 1.6988694 1.0057514 0.78538876 -0.44755425 -0.44786212 -0.37565896 -0.96017133 0.69307933 -0.95532869 +5 0.86081249 0.63684701 -0.081573711 -0.41938271 -1.8003124 -0.99959749 -0.65944831 0.49658641 0.49686702 0.31742861 0.35742726 -0.33738468 0.36618032 +6 1.8663424 1.2818783999999999 -0.10403107 -0.69036725 2.3276303 -1.4102211 -1.0622278 0.95394008 0.95440942 0.56448836 0.53037476 -0.75024717 0.54693066 +7 2.4441873 1.6185691999999998 -0.10611137 -0.72660107 3.0753779 2.1626282999999997 -1.7019822 1.1619882 1.1625174999999999 0.66241787 0.5836665 -1.5110781 0.6032326 +8 -0.44381943 0.051955115999999996 1.5475337 -0.08692245 -1.2504309 -0.48133624 -0.15024978 -3.2853426 -3.2887567000000004 -2.6611765 -6.924098799999999 0.16589804 -6.913339 +9 -0.48726854 -5.184881 -1.1978985 1.5520684999999999 -2.6428047 -1.7798048 -1.4334448 -3.1136053 -6.438179 -5.7325745 -10.414309 -1.1568083 -10.40285 +10 -0.0015939770000000001 0.027179507000000002 2.4810203 -0.081287157 0.038852542999999996 0.043046508 0.039599958 0.10191878 0.10212273 -3.2518995 -7.6884665 0.039642038 -7.677386200000001 +11 -0.00081990472 0.01017561 2.1362132999999996 -0.049989039000000006 0.030889548 0.025512378 0.021715124 0.06685369299999999 0.06691442 0.044481725 -2.6584312999999997 0.017360191 0.059462189000000006 +12 -2.4282241 -4.5806574 1.3590316999999998 1.4887967 -4.7163877 -3.7869669000000004 -3.4458023 -2.5388040000000003 -2.5398167999999997 -1.9640223999999997 -5.888926799999999 -3.3953881 -5.8787887 +13 -1.6495349999999998 1.1431101000000001 -2.8994504 -0.48065819 -2.1750075 -1.3482205 -1.0036323 0.77983213 0.78054842 0.46356423 0.46426343 -0.69343583 0.47754683 +14 -2.9718662 0.037344381 0.10519565 -3.1431468 0.21389017 0.062659824 0.026165518 -0.07881138 -0.078867979 -0.08425392300000001 -0.16192062 0.017312187 -0.16291943 +15 -0.43851241 2.1957923999999998 -0.013280986000000002 -0.5244074 -2.8085347 -1.9367218999999998 -1.5913991000000003 1.4208388 1.4214412 0.76457706 0.63047881 -1.3724465000000001 0.65297504 +16 0.062856016 2.7117411 -0.005303509200000001 -0.29950607 -0.5381764 -2.9976714 -2.6596971000000003 1.6491148999999998 1.6497582 0.85304002 0.66842089 -2.5738252999999998 0.69343709 +17 -0.059170362000000004 2.5765549 -0.0078239788 -0.37291061 -0.59618022 0.08796483599999999 -2.2058411 1.597132 1.5977678 0.83411329 0.6607481 -2.0772535 0.68523579 +18 -1.6787490000000003 1.3045055 1.9470061 -0.48623402 -2.2116867 -1.3583451000000002 -1.0105610999999999 -2.5166459 -2.5188544999999998 -1.9516768 -5.7602416 -0.68392529 -5.750605200000001 +19 -2.4365781 -4.888091 -1.0075246 1.6196601000000002 -4.821254799999999 -3.88993 -3.5485312999999996 -2.9593945 -6.283863200000001 -5.5793619 -10.255861999999999 -3.5008032 -10.244406 +20 -1.6519833 1.1591129999999998 2.7971492000000002 -0.5146428 -2.155777 -1.3168713 -0.972551 0.83253093 0.83302381 -2.8314445 -7.168466499999999 -0.66106569 -7.157511500000001 +21 -1.6508218000000001 1.1462753 2.229129 -0.49293262 -2.1684036 -1.3414538 -0.99688846 0.80367082 0.80408025 0.47379418 -2.3070761 -0.68660414 0.48218339 +22 -0.49072408 -5.2446124 -0.5292765 1.5439555 -2.6379839 -1.7755324000000001 -1.4292383 -3.0595624 -3.0589258 -2.4424737999999997 -6.6396771999999995 -1.1524711 -6.6289791 +23 -1.7127927 -4.9491413 1.2950438999999998 -1.8184508999999998 0.21516807 0.25579863 0.28555024 -2.6553717999999997 -2.6564912 -2.07025 -6.0699992 0.3461056 -6.0597019 +24 -0.064023203 -5.0193047 1.186613 1.397946 -4.0778408 -3.1572492000000003 -2.8155688999999997 -2.7616016 -2.7627027 -2.1679955 -6.224187799999999 -2.7288740000000002 -6.2137932000000005 +25 -0.029177696 -5.0322476 1.180816 1.3944768 -2.1762277 -4.4073114 -4.0681862 -2.7687275000000002 -2.7698273999999996 -2.1745921000000004 -6.2341735 -4.05017 -6.2237748 +26 -0.048706985 -5.0249398 1.1840576 1.3963776 -2.1929529999999997 -1.343337 -3.0290862 -2.7647261000000003 -2.7658272999999998 -2.1708855 -6.228595200000001 -2.9658705000000003 -6.2181983 +27 -0.3748211 -6.5325284 -0.71020695 1.7297159 -2.7054769 -1.8382973000000002 -1.4911999 -6.5485389000000005 -6.5509314000000005 -5.8446119 -10.529786 -1.2181053 -10.518315 +28 -0.50315889 -8.9454651 -1.5748183 1.6616574 -2.7381117 -1.8709995 -1.5242013 -3.5419976 -6.8662529999999995 -6.1581627999999995 -10.851662 -1.2525049 -10.840191 +29 -0.49985533 -4.9037832 1.2563209 1.4346618 -2.5668342 -1.706316 -1.360107 -2.6901111 -2.6909415 -5.4237708 -10.094235000000001 -1.0787433000000002 -10.082803 +30 -0.4997372 -4.904457700000001 1.2545508 1.4348163 -2.5669383999999997 -1.706525 -1.3603120000000002 -2.6907096 -2.6916522 -2.1024942 -8.5879493 -1.0789528999999998 -6.113633900000001 +31 -0.46740314 -0.51998437 -2.5049367 -2.7998266 1.6979548 1.0018998 0.77881187 -0.47934901 -0.47892339 -0.3988226 -1.0090453000000001 0.68378615 -1.0039661 +32 0.85454037 0.63553214 -2.9459228 -0.41925284 -1.8014838 -0.99991369 -0.65942417 0.49230035 0.49297132 0.31724354 0.35845805 -0.33543603 0.36717441 +33 1.8615376000000001 1.2782971 -2.963499 -0.68891671 2.3241037 -1.4100851 -1.0620854 0.94921388 0.9499674 0.56345466 0.53063884 -0.75019621 0.54713199 +34 2.4396129 1.6141146 -2.9654512000000004 -0.72536748 3.0722976 2.1624269 -1.7016911 1.1571337 1.1579089 0.66117022 0.58380742 -1.5107801 0.60330451 +35 -0.43849766 0.04198922099999999 -0.096695029 -0.05683007 -1.275665 -0.50122757 -0.16768783 -3.321343 -3.322773 -2.6932098 -6.968033599999999 0.16061873 -6.9572517000000005 +36 -0.48645324 -5.2649395 -3.3310815000000003 1.5755997 -2.6573695 -1.7941868000000003 -1.4478379 -3.1947412 -6.5164703 -5.8103823 -10.494427 -1.1721341 -10.482961 +37 -0.013750284 0.0092409995 0.76959038 -0.026915504 -0.013393905 0.01263383 0.015562143999999998 0.028107112000000004 0.028731711 -3.2986492 -7.744378500000001 0.017189592 -7.7332822 +38 -0.012215482 -0.0015741636 -0.46245566 -0.0037687814000000003 -0.021004476 -0.0022785961 0.0016160273999999998 0.00063877587 0.0011923836 0.0034847383000000003 -2.7063806 0.0014849119 0.0034582438 +39 0.12388793 -0.03390305 0.070418959 -3.1746404999999998 -0.89489587 -0.20536865 0.08994642300000001 -0.072983544 -0.073006578 -0.08696165 -0.22085356 0.31360972 -0.21984141 +40 1.5780976999999998 1.0820992 -0.09888391099999999 -3.9309260999999998 3.6400642999999997 -1.0239408 -0.67889142 0.80840496 0.80884362 0.48409406 0.47573129 -0.3034751 0.489735 +41 2.4353952000000003 1.6136764 -0.10615895 -4.048633799999999 3.7149482000000003 2.3024728 -1.6814555 1.1592213 1.1597498 0.66120071 0.58305909 -1.4882559 0.60258847 +42 -1.2541924999999998 -0.65517047 1.2755849 -2.9104037 1.6451226000000003 1.0944786 0.87590537 -3.8168094 -3.8217418 -3.1727103 -7.5525 0.75616489 -7.541690200000001 +43 -1.6940003000000001 -4.9948941 -1.0656113999999999 -1.719224 0.16146893 0.21588318 0.2502825 -3.0075152000000003 -6.332671400000001 -5.6278013 -10.306116000000001 0.31174253 -10.294648 +44 -0.43907544 -0.47278813 2.2818276 -2.9157328 1.7485338 1.046749 0.81699854 -0.33092185 -0.33090094 -3.6052321000000003 -8.078144199999999 0.71338425 -8.0671479 +45 -0.44132331 -0.47975095 2.1137921000000004 -2.8978409 1.7430808 1.0382609 0.81006637 -0.34989995 -0.3500541 -0.29957706 -3.4488678 0.70795369 -0.76145037 +46 2.6511549 1.7335185000000002 -0.10564608 -0.71796934 -0.30318745 -2.8137839 -2.4756047999999997 1.2258096 1.2263541999999998 0.69010423 0.59723201 -2.3736702000000003 0.61762873 +47 2.5836174 1.6963686000000002 -0.10579647 -0.72188875 -0.33362774 0.30686103 -2.1209395 1.2056088 1.2061486000000001 0.68146365 0.59306571 -1.9832248 0.61320447 +48 0.72994563 -0.22183376 1.3677582 0.060763860999999995 -2.204043 -1.3624258 -1.0212341999999999 -3.4978669 -3.5012003 -2.8639234 -7.184416099999999 -0.71006432 -7.1731123 +49 -0.076704667 -5.3542106 -1.2999505 1.5164156000000002 -4.1813366 -3.2586304 -2.9169226000000004 -3.1977130000000002 -6.5221333 -5.8159897 -10.50023 -2.835729 -10.488777 +50 0.85696669 0.65374921 2.66783 -0.46874253 -1.7771686000000002 -0.96590982 -0.62633652 0.56554791 0.56595461 -2.9647683 -7.340254300000001 -0.30428823 -7.329252799999999 +51 0.85894584 0.63912108 2.1627947 -0.44237538 -1.7891833 -0.9888997 -0.64896924 0.53315842 0.53346384 0.33695456 -2.3896055 -0.32788178 0.37986092 +52 2.6898902000000002 1.7546494 -0.10560441 -0.71524008 3.2600005000000003 -1.1020860000000001 -2.8211869 1.2371372 1.2376844 0.69490614 0.59952365 -2.7500982000000005 0.6200634 +53 0.74956403 -1.0488473999999999 1.0569933 0.40995828 -0.5227591 -2.9658814 -2.6276851000000003 -4.0885138 -4.0908178 -3.4247208 -7.908593600000001 -2.5415121 -7.8973475 +54 -0.045369205 -5.3702973 -1.3093315 1.5131788000000002 -2.2835292999999997 -4.5082283 -4.1688845 -3.2055365 -6.529937599999999 -5.8237458 -10.508205 -4.152855799999999 -10.496753 +55 1.8875517 1.3145676000000002 2.8400645 -0.71668942 2.3807894 -1.3859694 -1.0378912 1.009252 1.0098086 -2.7312437000000003 -7.041485300000001 -0.7215369 -7.0305786999999995 +56 1.8800792000000002 1.298643 2.2088632 -0.70290959 2.3584818 -1.4022465 -1.0540844999999999 0.98343486 0.98391831 0.57760621 -2.2506542 -0.74018851 0.55316405 +57 0.75552284 -0.92154173 1.1107016 0.35004457 -0.45088641 0.22453788 -2.1376407000000004 -3.9943877 -3.9968648 -3.3342125 -7.7999194 -2.004161 -7.78865 +58 -0.063519776 -5.3609506 -1.3039295 1.5150099 -2.2987132000000003 -1.4444603 -3.1076215 -3.2010057 -6.525420400000001 -5.8192565 -10.503589999999999 -3.0481228 -10.492138 +59 2.4873032000000004 1.6668429 2.9179541 -0.73731539 3.1207906000000003 2.1776311 -1.7002075 1.2149177 1.2155227 -2.6366846 -6.915598200000001 -1.5090573999999999 -6.9047089999999995 +60 2.4690802000000005 1.6454028000000003 2.2346208 -0.73249776 3.0992402 2.1685292 -1.7013169 1.1914194 1.1919603 0.67484563 -2.2071702 -1.5103118999999998 0.60861836 +61 -0.37127793 -6.6621826 -3.979071 1.7627555 -2.7254412 -1.8577213 -1.5105823999999999 -6.6903387 -10.015412 -9.3008643 -14.024745000000001 -1.2385521000000002 -14.013217000000001 +62 -0.44398403 0.052514452 1.5561199 -0.08756969699999999 -1.2496481000000002 -0.48070104 -0.14971451 -3.2846093 -3.2877762 -5.9821541 -10.669733 0.1660021 -10.658302 +63 -0.44380895 0.05235482 1.5547657 -0.08730942800000001 -1.2501207 -0.48107051 -0.15000087 -3.2848453 -3.2881196000000004 -2.660575 -9.386600900000001 0.16610011 -6.9136622999999995 +64 -0.48731413 -5.1846336 -1.1971934 1.5520593 -2.6427631000000003 -1.7797691999999998 -1.433411 -3.1134963 -6.4379330999999995 -9.054258500000001 -13.777417000000002 -1.156776 -13.765904 +65 -0.48726783 -5.1848013 -1.1974882 1.5520561000000002 -2.6427962000000003 -1.7797965 -1.4334366000000003 -3.1135604 -6.4381001 -5.7324962 -12.873987 -1.1567998 -10.402865 +66 -0.0015882459 0.027264991000000002 2.4835828999999996 -0.081487435 0.03893502 0.043131284000000006 0.039688369 0.10214887 0.10235615 -3.2517383 -10.149997 0.039747984 -7.677867200000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.7149215 1.1722653 -0.029653897999999998 -0.45146347 -2.3693912 -1.4077294 -1.0259616 0.71437776 0.7147272 0.43238777 0.43737 -0.70390443 0.44966803 +2 -0.78454378 -3.7140583 1.0269978000000002 0.82487946 -2.3182412 -1.3553792 -0.97572538 -1.2526575 -1.2530785 -0.84065549 -2.1729552000000005 -0.66181253 -2.1767414 +3 -0.09822380300000001 -0.011749251 -2.9747232999999995 -0.004682873 -0.16855021 -0.040854468 -0.0044150312 -0.055852117 -0.05534627 -0.013167845 0.00072337194 0.014407161000000002 0.0001156095 +4 -0.40799348 -0.43196452 0.20287512 -2.9233937 1.5342135000000001 0.98003037 0.80335319 -0.33118176 -0.33140431 -0.27823432 -0.66258527 0.73405835 -0.66040404 +5 0.81018948 0.63712954 -0.071318445 -0.41657055 -1.9751622 -1.0421199 -0.66597277 0.46397857 0.46423098 0.30267773 0.34140014 -0.33758935 0.34965664 +6 1.801411 1.2961775 -0.08967526599999999 -0.69623781 2.1711591 -1.4520171 -1.0657571000000001 0.91972795 0.92016389 0.55216615 0.51598772 -0.73436058 0.53210748 +7 2.37945 1.6398768 -0.08942703099999999 -0.72967525 2.9180124 2.1237916 -1.7088999 1.1279293 1.1284238000000002 0.65083457 0.56942082 -1.4991981 0.58856567 +8 -0.56103346 0.072383679 1.005552 -0.25616068 -1.1666357 -0.3402419 -0.018318281000000002 -3.1523165 -3.1555077000000002 -2.4898752999999996 -6.6700576 0.18855888 -6.6603997 +9 -0.60959495 -4.672346900000001 -1.6735818999999998 1.3990552 -2.725854 -1.7272908 -1.3426656000000001 -2.6676302000000005 -5.9918223 -5.240167700000001 -9.8945044 -1.0400987 -9.8840423 +10 0.0031559658 0.11406529 2.5226432 -0.50553108 0.21583629 0.21660209 0.21014985 0.56845128 0.56881367 -2.9561624 -7.313073700000001 0.22192658 -7.3030252 +11 0.0056433346 0.046134457999999996 2.0263183999999996 -0.30313745 0.17129812 0.14472563 0.1266245 0.37253007 0.37274703 0.23871501 -2.4778532 0.10926757 0.27835282 +12 -2.4931071 -3.3310885999999997 0.96430817 0.86674433 -4.303624500000001 -3.2467585999999997 -2.8662491 -1.2009308 -1.2013079 -0.80175289 -2.0428616 -2.7630619999999997 -2.0464865000000003 +13 -1.749334 1.1315334 -3.0089458 -0.47788091 -2.3584658 -1.3940025 -1.0113067 0.71115195 0.71181902 0.43880436 0.44436827 -0.68314377 0.45686705 +14 -2.9796907999999998 0.083625596 0.0829498 -3.1379089 0.11478722 0.038046004 0.020276858000000002 -0.085401083 -0.085460364 -0.084331813 -0.15099042 0.018791277 -0.15218771 +15 -0.51554139 2.2252576 -0.023149826000000002 -0.50147853 -2.9893864 -1.9795330000000002 -1.5959489 1.3634478 1.3640062 0.74245945 0.61079239 -1.3577941999999998 0.63255833 +16 -0.01595395 2.7368092999999996 -0.014197103 -0.27203314 -0.71914651 -3.0410267999999996 -2.664788 1.5906816000000001 1.5912803 0.83082662 0.64863831 -2.5600757 0.67291911 +17 -0.13803592 2.6013227000000003 -0.016975621 -0.34736396 -0.77594303 0.04577207900000001 -2.2119806 1.5386554 1.5392465 0.8118325 0.6409485 -2.0645668 0.66469943 +18 -1.7898512 1.3333578000000001 1.4475231000000002 -0.56088652 -2.3425696 -1.3537119 -0.96758709 -2.4817374 -2.4838693 -1.877256 -5.5894511 -0.6159451 -5.5810033 +19 -2.5325826 -4.3720669999999995 -1.5248728 1.446113 -4.8635307 -3.7956521 -3.416107 -2.5098487 -5.8338987 -5.0838882000000005 -9.730297300000002 -3.3457367999999996 -9.719845 +20 -1.7120971999999999 1.2642818999999998 2.7605988 -0.6986816 -2.1926082 -1.2240241000000003 -0.84228738 1.0536835 1.0542032 -2.7142964 -6.9997523 -0.50303471 -6.9897911 +21 -1.7301342 1.1892827 2.1403907 -0.56845957 -2.2959292999999996 -1.3361586 -0.95367477 0.88912558 0.88955113 0.51987006 -2.2929016 -0.62312099 0.50528097 +22 -0.62622436 -4.4239920999999995 -0.67580318 1.2627881 -2.6359037999999995 -1.6419278999999998 -1.2577906 -2.2071468999999997 -2.2064798999999997 -1.6238158999999999 -5.1914822 -0.94982941 -5.18315 +23 -1.8716639 -4.0839753 1.0524681 -2.4085602 0.56364268 0.51165371 0.50112887 -1.288723 -1.2891878 -0.8708567 -2.2564897 0.53723513 -2.2601784 +24 -0.10574204 -3.6173632000000007 1.0199678 0.7428554 -3.6131809 -2.5695691000000003 -2.187394 -1.2498192 -1.2502254 -0.83851977 -2.1639249 -2.0211294 -2.1677329 +25 -0.019410521 -3.6186339 1.0204902 0.7305685 -1.6229372 -3.7905053 -3.4124937000000006 -1.2516616000000003 -1.2520666999999999 -0.84009237 -2.1679082999999997 -3.3499411 -2.1717126 +26 -0.048961509 -3.6175036 1.0203562 0.7346289 -1.6510023 -0.71662173 -2.6001302 -1.25086 -1.2512656 -0.83940469 -2.1662955000000004 -2.4883081000000002 -2.1700999 +27 -0.51066688 -5.858222799999999 -1.0477521 1.5328766 -2.7692798 -1.7665491000000002 -1.3811061000000002 -5.9460572 -5.9479663 -5.1967638 -9.8488622 -1.0806414 -9.838413000000001 +28 -0.62476156 -8.5569333 -2.1582156 1.5768488999999999 -2.8739476 -1.8696356 -1.4846111000000002 -3.2130992000000003 -6.5370302 -5.7809585 -10.456452 -1.1914596000000002 -10.445958000000001 +29 -0.86631681 -3.2602586 1.9306721999999998 0.35671428 -2.0694186 -1.1082607 -0.72775278 -0.6100602 -0.609803 -3.6643582 -8.1760739 -0.38418226 -8.1658083 +30 -0.8535287 -3.3404714 1.7757573 0.44683802 -2.1145607 -1.1578267 -0.77711289 -0.72309417 -0.72306566 -0.42747498 -3.3666457000000003 -0.4387133 -0.74096825 +31 -0.5366802 -0.51032973 -2.704859 -2.8276496 1.5191222 0.96258969 0.77923678 -0.49399224 -0.49360349 -0.37982065 -0.91962217 0.70391977 -0.91597773 +32 0.75789378 0.61994234 -3.0413117 -0.42093737 -1.9818419999999999 -1.0431911 -0.66482661 0.4313904 0.43201378 0.29670248 0.34226084 -0.32400071 0.35032098 +33 1.7620261000000002 1.2624792999999999 -3.0580591 -0.69017896 2.1476314999999997 -1.454364 -1.0681136 0.88319566 0.88390047 0.53999586 0.51120742 -0.73728294 0.52694788 +34 2.3409028999999997 1.5994178999999997 -3.0587162999999995 -0.72572729 2.8951752999999996 2.1185526 -1.7093870999999998 1.0899593 1.0906857 0.63711168 0.563853 -1.4997755 0.582575 +35 -0.5616074 0.058351444 -0.39532545 -0.1478975 -1.3535801 -0.46838034 -0.11024941 -3.281249 -3.2826861000000003 -2.608778 -6.841171000000001 0.18140126 -6.831384599999999 +36 -0.59592425 -4.9899747 -3.7936322999999996 1.5255953000000002 -2.807396 -1.8072001 -1.4227283000000002 -2.9785142000000002 -6.300229900000001 -5.5458787 -10.2134 -1.1264816999999998 -10.202876 +37 -0.09069593 0.039804263 0.35609563 -0.15919789 -0.078545077 0.038700569 0.06736347599999999 0.13673244 0.13733636 -3.2066049 -7.622449499999999 0.088201879 -7.612311 +38 -0.090234157 -0.010386085 -0.67079677 -0.044901884 -0.11469045 -0.010720336 0.01467412 0.0088423258 0.0093688042 0.025952052000000003 -2.6721407999999998 0.022622528 0.046550333 +39 0.14833969 0.030243838999999998 0.032098087000000004 -3.2204528 -1.0612671 -0.2357211 0.09714280300000001 -0.026264284 -0.026261176 -0.049652524 -0.13189107 0.34117776 -0.13125039 +40 1.5343472 1.108691 -0.086793285 -3.9411477999999995 3.4577923999999998 -1.0701116000000002 -0.68684204 0.78531597 0.7857247 0.47719418 0.46552108 -0.29273856 0.47926187 +41 2.3712999 1.6348746 -0.089544062 -4.0518662 3.5310078000000003 2.2560235 -1.6898080000000002 1.1251986 1.1256924 0.64963215 0.56882479 -1.4779676000000002 0.58793351 +42 -1.21041 -0.55770461 0.72624716 -3.1015441000000004 1.6438596 1.1186928999999999 0.91446468 -3.5917508000000002 -3.5961537000000003 -2.9125682 -7.1888266000000005 0.79527122 -7.1791541 +43 -1.8296113 -4.5019222999999995 -1.5835780000000002 -1.8824538 0.060818487000000004 0.23613366 0.30282028 -2.5692865 -5.8940861 -5.1433865 -9.7931941 0.38293245 -9.7827269 +44 -0.32904917 -0.30376041 2.389702 -3.5139485 1.8057372999999999 1.2063865 0.99201666 0.30778665 0.30806104 -3.1315109 -7.5209365 0.85482686 -7.510925500000001 +45 -0.33411334 -0.33758471 1.9936740000000002 -3.3098413 1.7567368000000003 1.1430028 0.92634855 0.1340872 0.13418929 0.058354891 -2.7091746 0.80331007 0.016389727 +46 2.5835116 1.7572683 -0.088100101 -0.71854838 -0.47079103 -2.8464227 -2.4698298 1.1916511 1.1921605 0.67859643 0.58295245 -2.3480961 0.60292766 +47 2.5169589 1.7194933999999997 -0.088513781 -0.72328018 -0.50060283 0.27558004 -2.1225847 1.1715468 1.1720516 0.669959 0.5788085 -1.9655713 0.59852662 +48 0.55947489 0.477812 1.1351904 -0.47763925 -2.0287488000000002 -1.0484677 -0.66133442 -2.9057466 -2.9082242000000003 -2.2596988999999996 -6.3327127 -0.25498629 -6.323099299999999 +49 -0.16712797 -4.8516017 -1.7563779 1.3711431 -4.234908 -3.1759039000000002 -2.7957785 -2.7583967 -6.0824235 -5.329949 -9.9881633 -2.6884372 -9.9777058 +50 0.82403532 0.7376692 2.6730565 -0.74575441 -1.7955671999999998 -0.86114839 -0.48697481 0.88118401 0.88165598 -2.7909227999999997 -7.1020144 -0.15005348 -7.0920227 +51 0.81341737 0.66278039 2.0875347 -0.58516084 -1.8874784 -0.96132653 -0.58641721 0.7037617 0.70412559 0.43028149 -2.3420767999999996 -0.26001439 0.44395314 +52 2.6238718999999997 1.7794037 -0.087935272 -0.71533646 3.0978939 -1.1424783 -2.8249678 1.2033154 1.2038275 0.68357055 0.5853167 -2.7349812 0.60543966 +53 1.0228257 -0.023366752 0.94618029 -0.31713923 0.59661106 -2.1057486 -1.7256857 -3.2094766 -3.2113869999999998 -2.5403408 -6.7594727 -1.5150723999999998 -6.749552900000001 +54 -0.13129141 -4.8699345 -1.7645182000000001 1.3683653 -2.3330319 -4.4270024 -4.0494987 -2.7674689999999997 -6.0914739 -5.3389228 -9.9974922 -4.0120907 -9.987036300000002 +55 1.9516566999999998 1.4956366 2.8437373 -0.84147944 2.4816830000000003 -1.3317575000000001 -0.94545225 1.2361525 1.2367283000000002 -2.627512 -6.8845295 -0.59296624 -6.874620200000001 +56 1.8966759999999998 1.4078158 2.1689773999999997 -0.77341413 2.3514856 -1.3998334 -1.0127902 1.1027789 1.1032803 0.63212146 -2.2382473999999997 -0.67011332 0.57453161 +57 1.0306066999999999 -0.07535551 0.92742525 -0.29689809 0.58059287 1.0935712 -1.8799596 -3.2419139 -3.2437562 -2.570615 -6.8024493 -1.6941171000000002 -6.792528900000001 +58 -0.15111619 -4.8597834 -1.7600618000000001 1.3698747 -2.3497825 -1.3625386 -3.0169796000000004 -2.7624619999999998 -6.0864816 -5.3339724 -9.992349699999998 -2.9339058999999996 -9.981892599999998 +59 2.632144 1.9253218 2.9290814999999997 -0.75486217 3.1145946 2.1732343 -1.7032895000000001 1.4118537 1.4124661 -2.5556001 -6.785754400000001 -1.4928045 -6.775860000000001 +60 2.5347706000000003 1.8102672 2.2113436 -0.75062878 3.0404201 2.1526113999999996 -1.7056582999999998 1.3014417999999999 1.3019903 0.72155605 -2.2008947 -1.4954767 0.62236594 +61 -0.48289523 -6.5911368 -4.8713361 1.7464922999999999 -2.9010197 -1.8953301 -1.5099669 -6.674694099999999 -9.9996091 -9.234749699999998 -13.951834 -1.2187708000000002 -13.941241 +62 -0.56086938 0.072041278 1.002751 -0.25563516 -1.1657098999999997 -0.33974375 -0.018164119 -3.1528932999999997 -3.1558391 -5.812096400000001 -10.487631 0.18808685 -10.477164 +63 -0.56098694 0.071946458 1.0027405999999999 -0.25558487 -1.1668336000000001 -0.3404676 -0.018569995 -3.1530162999999995 -3.1560648999999996 -2.4904015999999998 -9.1348409 0.18821717 -6.6624607000000005 +64 -0.60968139 -4.671921 -1.6728473000000001 1.3989998 -2.7257606 -1.72721 -1.3425881000000002 -2.6673476000000003 -5.9914026 -8.5616799 -13.27626 -1.0400255999999999 -13.265717 +65 -0.6095961 -4.6721612 -1.6731608 1.3990002000000001 -2.7258179 -1.7272557000000002 -1.3426305 -2.6674895 -5.9916407 -5.2399878 -12.354225999999999 -1.0400613 -9.8839944 +66 0.0031477816 0.11432585 2.5272646 -0.50709433 0.21639588 0.21718722 0.2107561 0.57002567 0.5703908 -2.9552432 -9.7742851 0.22263409 -7.302738900000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.8205924 1.2582191 0.003913081 -0.32838736 -2.6515926 -1.5312848999999997 -1.0937903999999998 0.53008734 0.53031892 0.32591888 0.31169405 -0.73529517 0.32115261 +2 -1.2335782 -3.4802676 0.12065002 0.56273451 -1.7715456000000003 -0.9267444 -0.63139074 -0.6702766 -0.67026572 -0.43117154 -0.78921546 -0.50551345 -0.79295437 +3 -0.25369248 -0.061592323 -3.1737841 0.042013025999999995 -0.33748779 -0.10435883 -0.02949319 -0.20241764 -0.20203344 -0.076860389 -0.057358332000000005 0.020352372 -0.059770725999999996 +4 -0.30589351 -0.31678754 0.042857295 -3.0285794999999998 1.3792576 0.94869645 0.81103851 -0.19596287 -0.19607303 -0.16528742 -0.29888931 0.76650801 -0.30027501 +5 0.73977999 0.62708386 -0.028761382000000002 -0.3551932 -2.2176191000000003 -1.1332448999999998 -0.70460347 0.35229312 0.3524634 0.23011738 0.23892175 -0.35644297 0.24540976 +6 1.7205532 1.3395698 -0.033262767 -0.63916909 1.9808544 -1.5360166000000002 -1.0926485000000001 0.79347016 0.79380448 0.47465532 0.40678416 -0.71546567 0.42092063 +7 2.3042887000000003 1.708448 -0.026954042999999997 -0.65532593 2.717962 2.0423812 -1.7463581999999997 1.0005752 1.000964 0.57307539 0.4588325 -1.493221 0.47596068 +8 -0.67694729 0.09982391 1.2766589 -0.72381753 -0.44698908 0.093035516 0.24408838 -2.796079 -2.7986712000000002 -2.0583845000000003 -5.8948013 0.33275622 -5.889210299999999 +9 -1.0140405000000001 -2.7348748 -0.57895688 0.4643849 -2.3413334 -1.2084296 -0.76795856 -1.0096408000000001 -4.3330806 -3.4961987999999997 -7.9609105 -0.36561392 -7.9540799 +10 0.013875525 0.089022524 2.6626196 -1.3336116000000002 0.47877915 0.49354851 0.49499364 1.1652878999999998 1.1657345 -2.680755 -6.9200741 0.54141563 -6.9134634 +11 0.029697722000000003 0.062817336 1.8922612 -0.81887373 0.36175362 0.32961173 0.30845176 0.78881476 0.78913975 0.464224 -2.3932622 0.30810075 0.40998767 +12 -2.7629057999999995 -2.7497808 0.08694249300000001 0.54546922 -3.9648980000000003 -2.765037 -2.321174 -0.60279174 -0.6027371 -0.38459876 -0.67475459 -2.0609948 -0.67871881 +13 -1.929111 1.0844848 -3.2180726 -0.4055022 -2.619267 -1.4924144 -1.0530739 0.49868219 0.49920988 0.33131981 0.32253755 -0.68354587 0.33220965 +14 -3.0003465 0.2155018 0.042517757 -3.1430217000000003 0.017712378 0.0115987 0.014548812 -0.083138769 -0.083190362 -0.066590352 -0.089953335 0.025417957 -0.09148758300000001 +15 -0.62383599 2.3236979 0.023632377000000003 -0.35968013 -3.2438648999999997 -2.0706548 -1.6300843999999999 1.1769344 1.1773656000000001 0.63986798 0.48812357 -1.347484 0.50714796 +16 -0.12946234 2.8235683999999996 0.037620228 -0.11372573 -0.98242883 -3.1407392000000005 -2.7075951000000003 1.3988686000000001 1.3993378 0.72629134 0.52482783 -2.5598394 0.54630221 +17 -0.25255951 2.6863011 0.033527839 -0.19585408 -1.0342392 -0.049747609000000005 -2.25244 1.3471249 1.3475868 0.70742204 0.51725114 -2.0618387 0.53820135 +18 -1.9968337999999999 1.3872608 1.5398513999999999 -0.73093784 -2.4450317999999998 -1.3009296000000001 -0.85803853 -2.4004074 -2.4023105 -1.7061771000000001 -5.1288312000000005 -0.44677578 -5.1245251 +19 -2.636201 -2.4495563 -0.46746884 0.43034439 -4.1125263 -2.8935501 -2.4547432999999996 -0.8802872 -4.2034182 -3.3715922 -7.8086481 -2.2792881 -7.801864299999999 +20 -1.8205455000000001 1.4127298000000001 2.776237 -0.98843814 -2.1838415 -1.0684251 -0.63178867 1.3102828000000002 1.3107646000000002 -2.628032 -6.845633800000001 -0.23281704 -6.8390569 +21 -1.8244082 1.3354856000000002 1.9956626 -0.71334204 -2.3936295 -1.2823795 -0.84447023 1.0156942 1.0160855 0.56660381 -2.3474796 -0.46609559 0.46816922 +22 -0.86371496 -3.8913401 -1.9144395 1.0687495 -2.7241617000000002 -1.5742056 -1.1333188 -1.7191791 -1.7185907999999999 -1.1218603 -3.3310351000000002 -0.76735975 -3.3320672999999994 +23 -1.9659349999999998 -3.8218878 0.13512014 -2.6952102000000004 0.82304041 0.62590847 0.58050832 -0.69196175 -0.69196927 -0.44934316 -0.84432265 0.61070742 -0.84762909 +24 -0.41274248 -3.0877366000000004 0.10098313 0.45426748 -3.3902417999999996 -2.2118572999999997 -1.7678596000000002 -0.64081178 -0.64077586 -0.4091866 -0.73261148 -1.4429831 -0.73650119 +25 -0.14002427 -3.0167721000000003 0.09739372199999999 0.40831699 -0.96112234 -3.2701533 -2.8295912999999997 -0.63554859 -0.63550607 -0.40525007 -0.72278124 -2.6485806 -0.72668853 +26 -0.14399525 -3.0125148 0.09711879699999999 0.40836275 -0.95967633 -0.11204173 -2.3872603 -0.63505828 -0.63501575 -0.40486832 -0.72176434 -2.2045791 -0.72567606 +27 -1.2117448 -3.36254 0.68378638 0.025971433 -2.1005909 -0.99163746 -0.55621976 -3.6510443999999995 -3.6520406000000003 -2.8465546 -7.132677799999999 -0.16290982 -7.1261599 +28 -0.93669021 -7.0278292 -1.3501034 1.0687684 -2.7985251 -1.6382903999999998 -1.1956457 -1.9070328999999997 -5.2301064 -4.3689703 -8.959641099999999 -0.82957024 -8.9526325 +29 -1.5915465 -3.0936689 2.5389181 -1.4447828999999999 -0.84823978 -0.081985522 0.17408408 1.0008759 1.0014393 -2.7422165 -7.0062074999999995 0.35237999 -6.999547099999999 +30 -1.478003 -3.1569388 1.7633622 -0.7060184 -1.1031993999999998 -0.34468957 -0.09201468 0.5137609 0.51421462 0.33928763 -2.4567976000000002 0.036045091 0.33040957 +31 -0.65756025 -0.51193231 -3.0517826 -2.8264313999999997 1.2942898 0.8911323 0.76035697 -0.56218076 -0.5618908 -0.37160813 -0.70874369 0.72300117 -0.71023538 +32 0.58489864 0.56327086 -3.2464089 -0.36048628 -2.2330508 -1.1338575 -0.69958085 0.24221416 0.24270279 0.20219713 0.23157383 -0.32139127 0.23721546 +33 1.5901608999999999 1.2165532 -3.2617689 -0.6289412 1.9118278000000002 -1.5455936000000001 -1.1022975 0.68028888 0.68085572 0.43650695 0.39050605 -0.72731628 0.40352434 +34 2.1733603 1.5601597 -3.2580932999999996 -0.6602015 2.6550907 2.0274952 -1.7482294999999999 0.88355613 0.88414434 0.53143879 0.44123338 -1.4953555 0.45715287 +35 -0.7512332 0.050664627999999996 -1.2058396 -0.21952529 -1.3956127 -0.41205909 -0.036577148 -3.3265802000000004 -3.3280577000000005 -2.5422156000000005 -6.708133500000001 0.21092475 -6.701758099999999 +36 -0.78859941 -4.4143467 -5.0382905 1.4917232 -2.9956352 -1.833967 -1.3927215 -2.587708 -5.9094637 -5.037289 -9.6833332 -1.0489064 -9.6761171 +37 -0.24650955 0.017216202 -0.76638696 -0.22936556 -0.21199014 0.017012506 0.08802582699999999 0.10183983 0.10233415 -3.2005182 -7.597257400000001 0.15075778 -7.5904303 +38 -0.24523901 -0.025988049 -1.3655291 -0.10579607 -0.24922434 -0.034403752999999995 0.032932995 -0.027521752000000003 -0.027097042000000002 0.036454894 -2.6654792 0.081649913 0.07423598299999999 +39 0.21327245 0.14493277 0.0055126799 -3.2636688 -1.2739976999999998 -0.29368434 0.092130531 0.01693238 0.016952596 -0.012917186 -0.045199545 0.36926343 -0.044908706 +40 1.4996615 1.183226 -0.035119469 -3.8978532 3.2033714 -1.1662482 -0.72600245 0.68694603 0.68726107 0.41447809 0.3676868 -0.28862372 0.37991817 +41 2.2975277000000003 1.7037276999999997 -0.027107186000000002 -3.9779065 3.2716768 2.1590737 -1.7300494 0.99827154 0.99865982 0.57206459 0.45834328 -1.4750682 0.47544137 +42 -1.0943878 -0.3855232 1.1357 -3.775932 1.7029622 1.2524736 1.0702748 -3.0107995 -3.0139617000000003 -2.2603009999999997 -6.1719513 0.91749004 -6.166347 +43 -2.1041819 -2.788226 -0.58840728 -2.7958083 0.48617869 0.61358909 0.64628153 -1.0225568 -4.3466592 -3.509472 -7.9756182 0.69382531 -7.9687945000000004 +44 -0.15782592 -0.17937304 2.636678 -4.645521 2.0305312 1.5540981000000003 1.3279001 1.1247118 1.12515 -2.6974445 -6.942985799999999 1.0113381 -6.9363741999999995 +45 -0.17827639 -0.2094408 1.8643560000000001 -4.0140557 1.8090926 1.3039457 1.1058350000000001 0.69880692 0.69910774 0.4108076 -2.4246645 0.93276686 0.37109698 +46 2.5026754 1.8324102999999998 -0.023818526 -0.63450134 -0.69483809 -2.9147957000000004 -2.4808712 1.0625235 1.0629258 0.59998051 0.47163247 -2.3132447999999997 0.48955743 +47 2.4384215 1.7928591 -0.024805514 -0.64235541 -0.72252743 0.21093922 -2.150172 1.0430767 1.0434748 0.59165347 0.4677318 -1.9486677 0.48541134 +48 0.24371838 0.71473825 1.4219197000000001 -0.88047623 -2.0511276 -0.93647857 -0.49762763 -2.5676437 -2.569643 -1.8508488999999997 -5.530325 -0.06767382 -5.525021 +49 -0.24260606 -2.9148632 -0.65075983 0.45480887 -3.5506998 -2.3451654 -1.9043096000000002 -1.0954245 -4.418603599999999 -3.5788766000000005 -8.0586625 -1.6619538 -8.0518169 +50 0.7789185 0.7704078 2.729582 -1.2487333999999999 -1.7673574 -0.69420917 -0.26935369 1.2576631999999999 1.2581335 -2.6460507 -6.8713788000000005 0.10914503 -6.8647909 +51 0.7772175 0.70424807 1.9535837 -0.88718209 -1.9515977 -0.88243809 -0.4562979 0.94200901 0.94238222 0.53600183 -2.360404 -0.10034099 0.45169493 +52 2.5467632 1.8578223000000003 -0.023280152000000002 -0.62913588 2.8821141 -1.2287639 -2.8573529 1.0750969 1.0755019 0.60533585 0.4741203 -2.7237612 0.49220277 +53 1.1716076000000002 0.97801552 1.4773087999999999 -0.92304386 1.8001133000000002 -1.543957 -1.1016504999999999 -2.47303 -2.4744575 -1.7657703000000002 -5.3662588 -0.72837249 -5.361055599999999 +54 -0.12891808 -2.9626447 -0.66889401 0.45537803 -1.5213041 -3.5579358 -3.1220401 -1.1175213 -4.440637799999999 -3.6002793 -8.0833049 -3.0018611 -8.0764615 +55 2.0799744 1.7827036 2.8622292000000003 -0.90524659 2.6065895 -1.2997848 -0.85740336 1.4258309 1.4263427 -2.5858749 -6.7859261 -0.44053749 -6.7793847000000005 +56 1.9612054 1.6202164 2.0679168000000003 -0.81647823 2.3735747000000003 -1.3972409 -0.95310589 1.2086057 1.2090528 0.65096798 -2.3144322 -0.55030454 0.51072448 +57 1.4438395 0.88379035 1.4570295 -0.94324731 2.2008002999999996 1.8967631 -1.7681022000000002 -2.5052215 -2.5063592999999997 -1.7939788 -5.4258405 -1.5177013000000001 -5.4205566 +58 -0.16195874 -2.9481282 -0.66341949 0.4551775 -1.5521874 -0.47494015 -2.4381629 -1.1108201000000002 -4.4339587 -3.5937858 -8.0758681 -2.2664953 -8.0690232 +59 2.8551026000000004 2.3610158 2.9458813999999998 -0.56196911 2.985561 2.10533 -1.7393168999999997 1.5224158 1.5229483 -2.5532947999999998 -6.739053 -1.4852040000000002 -6.7325213 +60 2.6694895 2.1283179 2.1396368 -0.63037877 2.9258752 2.0899147 -1.7410424999999998 1.3636544 1.3641312 0.71302436 -2.2921455 -1.4871497999999999 0.53958727 +61 -0.69283511 -6.273688099999999 -4.8734172 1.7392926 -3.1206207999999998 -1.9519052 -1.5095607 -6.537407599999999 -9.861735000000001 -8.9729911 -13.697614000000002 -1.1726754 -13.690329 +62 -0.67661199 0.09881934699999999 1.2761841999999999 -0.72272827 -0.44495162 0.093514117 0.24384763 -2.7971386000000003 -2.7994811 -5.3810817 -10.043623 0.33188062 -10.036468 +63 -0.67699989 0.0987089 1.2761267 -0.72292285 -0.44676197 0.09287083300000001 0.24371268 -2.7971152999999997 -2.7995607000000002 -2.0592341 -8.3640951 0.33201278 -5.8927264 +64 -1.0149323000000001 -2.7298171 -0.572352 0.46092263 -2.3390294999999997 -1.2063098 -0.76588798 -1.0051067 -4.328393 -6.813592699999999 -11.519039999999999 -0.3636066 -11.511854 +65 -1.0144752000000001 -2.7307987000000002 -0.57357506 0.46136971 -2.3395927000000003 -1.2067578 -0.76628774 -1.0059764 -4.329350900000001 -3.4925947 -10.418124 -0.36374303 -7.9504114 +66 0.013381836000000001 0.08883927300000001 2.6880528999999997 -1.3488531000000001 0.48273076 0.4985698 0.500638 1.1755915000000001 1.1760406 -2.6766191000000004 -9.3778957 0.54802351 -6.908949000000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.8180459 1.2587049 0.0030675826 -0.3293014 -2.6513516 -1.5311204999999999 -1.0936654 0.5310976 0.5313294 0.3263416 0.31197866 -0.73520984 0.32145015 +2 -1.2305685 -3.4782767999999997 0.12476753 0.56315499 -1.7887304 -0.93474713 -0.63482517 -0.67248096 -0.67247119 -0.43185872 -0.79022185 -0.50586087 -0.79397535 +3 -0.25281464 -0.058657132 -3.1879871 0.042174323 -0.33799129 -0.10413988 -0.029019817000000003 -0.20192125 -0.20153696 -0.076250438 -0.05607908599999999 0.021079195 -0.05849557 +4 -0.30304725 -0.31475694 0.043328393 -3.0285637000000003 1.3791007 0.94858483 0.81095829 -0.19548057 -0.19559027 -0.16509708 -0.29882099 0.76640953 -0.30019667 +5 0.74111798 0.62812295 -0.029094106 -0.35549009 -2.2174667 -1.1331303999999998 -0.70451506 0.35255783 0.35272809 0.23024889 0.23905011 -0.35637322 0.24554154 +6 1.7217476000000003 1.3405366 -0.033681355 -0.63946842 1.9809571 -1.5357809 -1.0924508999999998 0.79345484 0.79378888 0.47461071 0.40678758 -0.71537668 0.42092195 +7 2.3058311000000002 1.7097078999999997 -0.027327597000000002 -0.65568688 2.7183106 2.0427438 -1.7461427 1.0006024 1.0009909 0.57303915 0.45884071 -1.4930881999999999 0.47596702 +8 -0.67618121 0.10131136 1.2870924 -0.72314789 -0.45219031 0.091279339 0.2434318 -2.7974895 -2.8000835 -2.0600077000000003 -5.8976074999999994 0.33237843 -5.8920110999999995 +9 -1.0106524 -2.7369482999999994 -0.57030958 0.46608684 -2.3435367 -1.2102207 -0.76964292 -1.0136825999999999 -4.3371242 -3.5004577000000006 -7.965971400000001 -0.36659558 -7.9591368000000005 +10 0.013841071000000002 0.089115791 2.6732036 -1.3331625 0.47853777 0.49331312 0.49476259 1.1648402 1.1652864 -2.6809795 -6.920487400000001 0.54118137 -6.913874400000001 +11 0.02971239 0.062824694 1.9014363 -0.81831714 0.36157302 0.32940723 0.30822974 0.78828852 0.7886131 0.46390519 -2.3933868 0.30782435 0.40981077 +12 -2.7582582 -2.7494535 0.090476814 0.54586511 -3.9697204 -2.7695172 -2.3257727000000004 -0.60486158 -0.60480795 -0.38522651 -0.6755632 -2.0675638 -0.67954127 +13 -1.9258177 1.0882991000000002 -3.2372651 -0.40559364 -2.6187532000000004 -1.4919475 -1.0526354 0.50017791 0.50070569 0.33222675 0.32359133 -0.68311725 0.33327274 +14 -2.9987689 0.21337807 0.042121292000000005 -3.1434898999999996 0.018412888 0.011812106000000001 0.014623725 -0.082431145 -0.082482239 -0.066331778 -0.08972686199999999 0.025459864 -0.09125312699999999 +15 -0.62198615 2.3243316000000003 0.0228749 -0.36052851 -3.2438217999999996 -2.0706946 -1.6301674 1.1772463 1.1776771000000001 0.6399164 0.48815659 -1.3476537 0.50718211 +16 -0.12769195 2.8244224 0.036964776 -0.11459186 -0.98235628 -3.1407622 -2.707661 1.3990608 1.3995296 0.72628758 0.52483757 -2.5599929 0.54631158 +17 -0.25073544 2.6871581 0.032844238 -0.19668263 -1.0341794 -0.049777228 -2.2525776 1.3473586000000002 1.3478201 0.70743447 0.51726756 -2.0620606 0.53821785 +18 -1.9948582 1.3892533999999999 1.5509838 -0.73103352 -2.445201 -1.3011688 -0.85832031 -2.4008834 -2.4027868 -1.7069292 -5.1304452000000005 -0.44716756 -5.1261338 +19 -2.6345176 -2.4518193 -0.45875367 0.43228513 -4.1156572 -2.8967283999999998 -2.4579939 -0.88427094 -4.207404400000001 -3.3757806000000006 -7.8137232 -2.2830348 -7.8069352 +20 -1.8177947 1.4134339 2.7869931 -0.9885775 -2.1841649 -1.0688209 -0.63222579 1.3102477 1.3107292 -2.6281201000000003 -6.845846099999999 -0.23334822 -6.8392669999999995 +21 -1.8217406000000003 1.3360527 2.004971 -0.71343926 -2.3939731 -1.2827997 -0.84493273 1.0156926 1.0160836 0.56648809 -2.3475153 -0.46664834 0.4681103 +22 -0.86155392 -3.8890385000000003 -1.9015011999999998 1.0683926000000001 -2.7243437999999998 -1.5743947 -1.1335366000000002 -1.7192991999999998 -1.71871 -1.1222324 -3.3366318999999995 -0.76760446 -3.3375980000000003 +23 -1.9653262999999999 -3.8211654000000004 0.13940682 -2.6946056 0.82133656 0.62521808 0.58009602 -0.6942622 -0.69427093 -0.45008731 -0.84550466 0.61040201 -0.84882508 +24 -0.40854919 -3.0866568 0.10497473 0.45451461 -3.3928019999999997 -2.2141106 -1.7701699 -0.64307388 -0.64303907 -0.40992448 -0.73369362 -1.4462567 -0.73759854 +25 -0.13792665 -3.0168284 0.1014243 0.40893748 -0.9727938 -3.2745362 -2.8340877 -0.63791366 -0.63787233 -0.40606787 -0.72405714 -2.6542759 -0.72797928 +26 -0.14273169 -3.01287 0.10116242 0.4091378 -0.97217182 -0.11809698 -2.3882459 -0.63744784 -0.63740652 -0.40570382 -0.72308208 -2.2058007 -0.72700862 +27 -1.2073314 -3.363728 0.69145462 0.028820272 -2.1043449 -0.99453003 -0.5587832 -3.6557235 -3.6567224 -2.8513351000000005 -7.139040700000001 -0.16381198 -7.1325171 +28 -0.93326464 -7.0304061 -1.3423883 1.0697646 -2.7999565 -1.6395461999999998 -1.1969068999999999 -1.9115247 -5.2346007000000006 -4.3737178 -8.964962400000001 -0.8308895 -8.957949900000001 +29 -1.5892038 -3.0914053 2.549627 -1.4427207 -0.85746548 -0.0858201 0.17250553 0.99948505 1.0000478000000002 -2.7428444 -7.0071726 0.35166049 -7.0005095 +30 -1.4756417 -3.1548667999999997 1.7729203999999998 -0.7043004 -1.1141665 -0.34936306 -0.093925266 0.51196763 0.51242062 0.33842998 -2.457251 0.035342391 0.32982858 +31 -0.65115559 -0.50643294 -3.0649627 -2.8261068 1.2942576000000001 0.89120582 0.76049839 -0.56088397 -0.56059328 -0.37071331 -0.70690412 0.72317855 -0.7083926 +32 0.58760725 0.56659847 -3.2614229999999997 -0.36045053 -2.2325892999999994 -1.1333957000000001 -0.6991288 0.24307024 0.2435589 0.2028692 0.2325977 -0.32087833 0.23824012 +33 1.5919673 1.2189538999999998 -3.2769648 -0.62872373 1.9122075 -1.5448097 -1.1015428999999999 0.68063161 0.68119822 0.43686016 0.39124464 -0.72667876 0.4042528 +34 2.1755937999999997 1.5626735 -3.2732377 -0.66005684 2.6559585 2.0285022 -1.7474604 0.88397067 0.88455863 0.53180758 0.44196658 -1.4946566000000001 0.457876 +35 -0.75073958 0.05314296599999999 -1.1913969 -0.21993893 -1.3937365 -0.41096002 -0.035899506 -3.3261623 -3.3276388999999997 -2.5421370999999997 -6.708195599999999 0.21091358 -6.7018179 +36 -0.78694531 -4.4109587999999995 -5.0241503 1.4913756 -2.9954562 -1.8339543999999999 -1.3927636 -2.5865506000000003 -5.9083038 -5.0365342 -9.6823919 -1.0490747999999999 -9.6751742 +37 -0.24513116 0.019786158 -0.75333929 -0.22891955 -0.2113161 0.017449928 0.08840572699999999 0.10243863 0.10293304 -3.2000699 -7.5968912 0.15114295 -7.5900619 +38 -0.24383257 -0.023348049 -1.3567875 -0.10503967 -0.24879804 -0.034126832999999995 0.033189461 -0.027276021 -0.026851292000000002 0.036720582 -2.6647619 0.081938176 0.074898844 +39 0.21537549 0.14622725 0.0055424448 -3.2638356 -1.2739824 -0.29371998 0.09207016300000001 0.017344451 0.017364916 -0.012718827 -0.045027769 0.36917686 -0.04473067 +40 1.5013617 1.1845656999999998 -0.035529137999999995 -3.8981237999999996 3.2035072 -1.1661978000000002 -0.72599388 0.68713979 0.68745466 0.41453638 0.36774728 -0.28870645 0.37997971 +41 2.2992519000000002 1.705154 -0.027474553999999998 -3.9782318 3.2718220000000002 2.1591284 -1.7300577000000001 0.99837213 0.99876012 0.57205951 0.45836623 -1.4751686000000002 0.47546337 +42 -1.0936267 -0.38383785 1.1458853999999998 -3.7749534 1.7026016 1.2520706 1.0698495000000001 -3.0124355 -3.0156001 -2.2621437 -6.1749926 0.91711304 -6.1693831 +43 -2.1034905 -2.7894632 -0.57943679 -2.7942788 0.48168997 0.61219264 0.64550429 -1.0262139000000001 -4.3503183 -3.5133602999999995 -7.980233599999999 0.69321216 -7.973406 +44 -0.15461921 -0.17718269 2.6473123 -4.644467400000001 2.0300376 1.5536065000000001 1.3275383 1.1243145 1.1247523000000001 -2.6976676 -6.9433910999999995 1.0111780000000001 -6.9367771 +45 -0.17511424 -0.20726419 1.8735831000000003 -4.0129705 1.8086919999999997 1.3035153999999998 1.1054378999999999 0.69835887 0.69865934 0.41045369 -2.4248537 0.93249511 0.3708452 +46 2.5043077 1.833709 -0.024170466 -0.63488704 -0.69462496 -2.9146361 -2.4807522 1.0625474 1.0629494 0.59994042 0.47163893 -2.3132235 0.48956192 +47 2.4400346 1.7941496 -0.025164231000000002 -0.64273298 -0.72232526 0.21108609 -2.1500302000000002 1.0431036 1.0435014 0.59161541 0.46773919 -1.9486179 0.48541682 +48 0.24557997 0.71613356 1.4325603 -0.88007853 -2.0515039 -0.93687071 -0.49804652 -2.5688629 -2.5708636 -1.8522967000000001 -5.5328426 -0.06810938 -5.5275334 +49 -0.2408795 -2.9174537 -0.64235511 0.45666949 -3.5534684000000003 -2.3479532 -1.9071692 -1.0997103000000001 -4.4228917 -3.5833737 -8.063992299999999 -1.6653977 -8.057142599999999 +50 0.78033556 0.77148353 2.740314 -1.2485357 -1.7674898999999997 -0.69438145 -0.26955621 1.2573773000000001 1.2578471000000002 -2.6462084 -6.8717009000000004 0.10886722 -6.865110700000001 +51 0.77858995 0.70519845 1.9629164000000001 -0.88692242 -1.9517482 -0.88263301 -0.45652428 0.94167409 0.94204692 0.53578424 -2.3604675999999998 -0.1006445 0.45159388 +52 2.5483778 1.8591080000000002 -0.023628957000000003 -0.62953085 2.8825297 -1.2283927 -2.8570314 1.0751098999999997 1.0755145000000002 0.60529069 0.47412445 -2.7235281000000002 0.49220479 +53 1.173025 0.97881925 1.4878935 -0.9227665 1.7986846 -1.5444707 -1.1022127 -2.4743792 -2.4758079 -1.7673325 -5.3690262 -0.72911724 -5.3638174 +54 -0.12784863 -2.9650453999999997 -0.66043042 0.45723785 -1.52516 -3.5611639999999998 -3.1253337 -1.121724 -4.4448429 -3.6046964 -8.0885395 -3.0055021 -8.081692 +55 2.0810826000000002 1.7836787 2.8730761 -0.90569715 2.6065423 -1.299559 -0.85721223 1.4256377 1.4261491000000002 -2.5859905 -6.7861917 -0.44045586 -6.7796479000000005 +56 1.9623054 1.6211216999999998 2.0773919999999997 -0.81679099 2.3734691000000003 -1.3971008 -0.9530022 1.2083386999999999 1.2087854 0.65080305 -2.3144596 -0.55032213 0.51066835 +57 1.4447986000000002 0.8844757 1.4675606 -0.94289584 2.1988839 1.8960171000000001 -1.768259 -2.5066408 -2.5077800999999997 -1.795604 -5.4287246 -1.517965 -5.423435 +58 -0.16089201 -2.9505021 -0.65494134 0.45703671 -1.5560646 -0.47838032 -2.4397493 -1.1150093 -4.438150299999999 -3.5981897000000003 -8.081087599999998 -2.2683327 -8.0742387 +59 2.8565712000000003 2.3622476000000003 2.9568317000000004 -0.56252228 2.9859879 2.1057262000000003 -1.7390868999999998 1.5223221000000002 1.5228542999999999 -2.5533745999999997 -6.739267900000001 -1.4850558999999999 -6.7327339 +60 2.6709084 2.1294824 2.1492241 -0.63086624 2.9262115 2.0902799 -1.7408261000000003 1.3634902 1.3639666000000001 0.71290626 -2.2921524 -1.4870159 0.53955756 +61 -0.6907196 -6.2728052000000005 -4.864942500000001 1.7389703 -3.1209911 -1.9522814 -1.5099728000000001 -6.5383059999999995 -9.862630099999999 -8.974241099999999 -13.698924 -1.1732018 -13.691637 +62 -0.67585877 0.1003067 1.2865796 -0.72204738 -0.45018479 0.091754802 0.2431919 -2.7985514 -2.8008957000000003 -5.3827050000000005 -10.045367 0.33150289 -10.038210000000001 +63 -0.6762339 0.10019556 1.2865331 -0.72224347 -0.45197124 0.091110144 0.24305257 -2.7985342 -2.8009814 -2.0608649 -8.366899799999999 0.3316318 -5.8955367999999995 +64 -1.0115269 -2.7319411 -0.56377218 0.46265607 -2.341271 -1.2081294 -0.76759707 -1.0091957 -4.332483799999999 -6.8178964 -11.523465 -0.36459417 -11.516276 +65 -1.0110837 -2.7328937 -0.56495377 0.46309281 -2.3418064 -1.2085589 -0.76798205 -1.010038 -4.333414299999999 -3.4968725 -10.423202 -0.36473515 -7.955489699999999 +66 0.013345733 0.088933821 2.6986482999999994 -1.3483958999999999 0.48248327 0.49832846 0.50040118 1.1751383999999998 1.1755871 -2.6768446 -9.3783095 0.54778473 -6.9093615 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_AUC_EGF=10+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.8178253 1.2587853999999998 0.0030320649 -0.32936783 -2.6512429 -1.5310751 -1.0936423000000002 0.53119412 0.5314249 0.32638589 0.31202334 -0.73520057 0.32149628 +2 -1.2302957 -3.4782101 0.1249137 0.5631361 -1.7892580000000002 -0.93502413 -0.63496895 -0.6726237 -0.67261196 -0.4319546 -0.7904229 -0.50590745 -0.79417671 +3 -0.25285911 -0.058432369000000005 -3.1880296 0.042321181 -0.3378974 -0.10404438 -0.02891683 -0.20176471 -0.20137274 -0.07609199 -0.055850269 0.021201606 -0.058268134000000006 +4 -0.30299692 -0.31472689 0.043352604 -3.0285493 1.3791596000000002 0.9485964 0.81095786 -0.19548432 -0.19559353 -0.16510069 -0.29885043 0.76640475 -0.30022594 +5 0.74124797 0.62820703 -0.029110135 -0.35551415 -2.217372 -1.1330966 -0.70450255 0.35259486 0.35276439 0.23026344 0.239071 -0.35637219 0.24556309 +6 1.7219189 1.3406328 -0.033702308 -0.63949628 1.9810338 -1.5357399999999999 -1.0924326000000002 0.79349434 0.79382694 0.47461946 0.40680763 -0.71537724 0.42094267 +7 2.3060275000000003 1.7098159 -0.027347795 -0.65572114 2.7184061 2.0427914 -1.7461117 1.0006467 1.0010335 0.573048 0.45886196 -1.4930736 0.47598901 +8 -0.67606986 0.10141057 1.2874222 -0.723101 -0.45250839 0.09115538 0.24337462 -2.7975421000000003 -2.8001373 -2.0601264 -5.8977656 0.332339 -5.8921679000000005 +9 -1.0103989 -2.7370281000000003 -0.57003301 0.4661863 -2.3435525 -1.2102916000000001 -0.76973383 -1.0138593 -4.3372975 -3.5006966 -7.966220799999999 -0.36669301 -7.959384700000001 +10 0.013818833999999999 0.089106534 2.6736199000000003 -1.3331436 0.47854179 0.49330117 0.49474531 1.1648501 1.1652943999999998 -2.6809844 -6.9204774 0.54116095 -6.9138630999999995 +11 0.029713116 0.062821787 1.9017936000000002 -0.81827661 0.361579 0.32939539 0.30821162 0.78828034 0.78860347 0.46388877 -2.3933779 0.30779946 0.40981505 +12 -2.7579615 -2.7494575 0.090601167 0.5458542 -3.9698062000000007 -2.7696556 -2.3259365 -0.60500177 -0.60494641 -0.38532153 -0.67575017 -2.0677997 -0.67972858 +13 -1.9254296000000002 1.0887468999999999 -3.2373855 -0.40550141 -2.6185708 -1.4918225 -1.0525311000000002 0.5004598 0.50099101 0.33243749 0.32385228 -0.68302902 0.33353413 +14 -2.9986203 0.2133792 0.042108898 -3.1435205 0.018459059 0.011821052 0.014624365 -0.08237693900000001 -0.082427795 -0.066301028 -0.089696284 0.025461632999999997 -0.091221995 +15 -0.62176964 2.3244165 0.022839362000000002 -0.36059065 -3.2437272999999998 -2.070665 -1.6301605 1.1773166000000002 1.1777455 0.63993841 0.48818899 -1.347664 0.50721547 +16 -0.12746866 2.8245223999999998 0.036932302 -0.11465382 -0.98225599 -3.1407272 -2.7076486 1.3991298 1.3995965 0.72630756 0.52486974 -2.559997 0.54634469 +17 -0.25051266 2.6872564 0.032810892 -0.19674369 -1.0340813 -0.049743866 -2.252568 1.3474283 1.3478877 0.707455 0.51729982 -2.0620675 0.53825105 +18 -1.9946335 1.3893923000000001 1.5513846000000002 -0.73105037 -2.4451362000000003 -1.3011685 -0.85834291 -2.4008587 -2.4027636 -1.7069751 -5.1305097 -0.44720866 -5.1261969 +19 -2.6343075000000002 -2.451911 -0.45847259 0.43239485 -4.1157351 -2.8968694 -2.4581587000000003 -0.88444451 -4.2075751 -3.3760165 -7.813974000000001 -2.2832327 -7.8071845 +20 -1.8175766 1.4135077 2.7874302 -0.98860301 -2.1840997000000004 -1.0688188 -0.63224611 1.3102935 1.310773 -2.6281076 -6.8458141 -0.23338631 -6.8392337 +21 -1.8215152 1.336134 2.0053418 -0.7134462 -2.3939122000000004 -1.2828023000000002 -0.84495788 1.01573 1.0161193000000002 0.56649478 -2.3474890999999998 -0.46669129 0.46813434 +22 -0.86196236 -3.8888238 -1.9008697 1.0684274999999999 -2.7239240000000002 -1.5741809 -1.1333756000000001 -1.7191633000000002 -1.7185457999999998 -1.1221267 -3.3372636 -0.76760353 -3.3382184 +23 -1.9652452 -3.8212718 0.13956287 -2.6946122000000003 0.82138341 0.62521376 0.58007239 -0.69441483 -0.69442151 -0.45018835 -0.84572289 0.61036461 -0.84904365 +24 -0.40827626 -3.0866342999999996 0.1051159 0.4544963 -3.3928226 -2.2141852 -1.7702681 -0.64321965 -0.64318298 -0.41002356 -0.73389533 -1.4463979999999999 -0.73780059 +25 -0.13771081 -3.0168352 0.1015661 0.40892979 -0.97315352 -3.2747099 -2.8342873 -0.63806218 -0.63801902 -0.40616926 -0.72426358 -2.6545313 -0.72818604 +26 -0.14254541 -3.0128880000000002 0.10130469 0.4091356 -0.97256197 -0.11833118 -2.3883092999999995 -0.63759728 -0.63755412 -0.40580588 -0.72329 -2.2058872000000003 -0.72721686 +27 -1.2069208 -3.3638226 0.6915724 0.029023165 -2.1045307999999996 -0.99471867 -0.55897039 -3.6560171 -3.6570150999999997 -2.8516849 -7.139458900000001 -0.16390097 -7.1329338 +28 -0.93299506 -7.030502900000001 -1.3421573 1.069819 -2.7999487999999997 -1.6395988000000001 -1.196982 -1.9117255000000002 -5.234792 -4.3739761 -8.9652173 -0.83098571 -8.9582031 +29 -1.5889239 -3.0912857000000002 2.5499487000000003 -1.442579 -0.85779576 -0.086007059 0.17238606 0.99938153 0.9999426 -2.7429363999999996 -7.0072578 0.35156526 -7.0005934000000005 +30 -1.4753745 -3.1547676 1.7732305 -0.70421846 -1.1145365 -0.34956319 -0.094042322 0.51185144 0.51230338 0.33832853 -2.4573319 0.035263476 0.32973996 +31 -0.65044992 -0.50583313 -3.0650121 -2.8259646000000003 1.2943505 0.89126892 0.76056467 -0.56057812 -0.56027656 -0.37049099 -0.70661177 0.72326349 -0.70809985 +32 0.58788447 0.56693423 -3.2615007 -0.36035268 -2.2324053 -1.1332659999999999 -0.69901838 0.24329275 0.24378615 0.20305104 0.23283551 -0.32078002 0.23847765 +33 1.5922256000000001 1.2192364 -3.2770493999999997 -0.62864484 1.9123806 -1.5446189 -1.1013723 0.68082842 0.68139764 0.43702483 0.39146958 -0.72653184 0.40447698 +34 2.1759432999999997 1.5629951000000002 -3.2733214 -0.659996 2.6562286 2.0287446 -1.7472546000000002 0.88419307 0.88478286 0.53198299 0.44219713 -1.4944642 0.45810613 +35 -0.75102405 0.05342505 -1.1906155 -0.21997723 -1.3931095 -0.41059535 -0.035668039 -3.3259635000000003 -3.327434 -2.542009 -6.708039200000001 0.21095647 -6.7016602 +36 -0.78747526 -4.4104178 -5.0232771 1.4913823 -2.9948914 -1.8336203999999998 -1.3924783 -2.5862664 -5.9079653 -5.036279799999999 -9.682108 -1.0488681 -9.674886599999999 +37 -0.24519104 0.01999505 -0.75260094 -0.22878714 -0.21121229 0.017549073999999998 0.08850964900000001 0.10261499 0.10311539 -3.1999098 -7.596713900000001 0.15126464 -7.5898829 +38 -0.24387215 -0.023133313 -1.3562018 -0.10488382 -0.24868768 -0.034032433 0.033285665 -0.027119908999999998 -0.026688767000000002 0.036870812 -2.6645357999999995 0.082049161 0.075110993 +39 0.21545924 0.14627099 0.005544389 -3.2638363 -1.2738958 -0.29369495 0.092074272 0.017355432 0.017375863999999998 -0.012715252 -0.045028685 0.36917088 -0.04473142099999999 +40 1.5015278 1.1846596 -0.035549596 -3.8981453999999998 3.2036103 -1.1661569 -0.72597563 0.68717657 0.68749016 0.41454451 0.36776568 -0.2887047 0.37999871 +41 2.2994557 1.7052686999999997 -0.027494495 -3.9782646 3.271929 2.15917 -1.7300396 0.99841927 0.99880556 0.5720696 0.45838806 -1.4751670000000001 0.47548598 +42 -1.0935669 -0.38374563 1.1461945 -3.7748800000000005 1.7026401000000002 1.2520533999999999 1.0698134 -3.0125121 -3.0156774 -2.2622852000000004 -6.1751759 0.91707302 -6.169565 +43 -2.1033112999999997 -2.7895064 -0.57914649 -2.7941897 0.48156959 0.6121244 0.64544225 -1.0263739 -4.3504748 -3.5135831 -7.980463799999999 0.69314965 -7.9736348 +44 -0.15456976 -0.17716663 2.6477277000000004 -4.6444207 2.0300742 1.5535945 1.3275236000000001 1.1243196000000002 1.1247556 -2.6976751 -6.9433845000000005 1.0111748 -6.9367693 +45 -0.17503537 -0.20722467 1.8739413 -4.012896700000001 1.8087363 1.3035063999999998 1.1054171 0.69834366 0.69864281 0.4104303 -2.4248523 0.93248052 0.37084047 +46 2.5045178 1.8338244 -0.024189895 -0.63492231 -0.69452056 -2.9145942000000002 -2.4807328999999996 1.0625950000000002 1.0629953 0.5999502 0.4716609 -2.3132214 0.48958467 +47 2.4402413 1.7942634999999998 -0.025183873 -0.64276784 -0.72222213 0.21112652 -2.1500071 1.0431506 1.0435466 0.59162506 0.46776101 -1.9486116999999998 0.48543942 +48 0.24580422 0.71623718 1.4329059 -0.88005284 -2.0514598000000004 -0.93688771 -0.49808541 -2.568897 -2.5708991 -1.8523987000000002 -5.532975700000001 -0.06816034900000001 -5.5276651 +49 -0.2406687 -2.9175609000000002 -0.64209234 0.45677486 -3.5535413 -2.3480877999999996 -1.9073278000000002 -1.0999017 -4.4230791 -3.5836266 -8.064256599999998 -1.6655965 -8.0574055 +50 0.78045671 0.77156046 2.740738 -1.2485363 -1.7674173 -0.69436988 -0.26956626 1.2574021 1.25787 -2.6462076 -6.871682799999999 0.10884194 -6.8650913000000005 +51 0.77872087 0.70527404 1.9632801 -0.88690745 -1.9516785 -0.8826247 -0.45653774 0.941686 0.94205719 0.5357773 -2.3604524 -0.10067371 0.45160603 +52 2.5485884999999997 1.8592234 -0.023648297999999998 -0.62956657 2.8826356 -1.2283421 -2.8570022 1.0751574 1.0755603 0.60530034 0.47414641 -2.7235156000000003 0.49222753 +53 1.1732176 0.9788782 1.4882341000000001 -0.92274961 1.7986517 -1.5444968000000001 -1.1022621000000001 -2.4744229 -2.475853 -1.767443 -5.3691792000000005 -0.72919066 -5.363969 +54 -0.12766619 -2.9651444 -0.6601654 0.45734301 -1.5252631 -3.5613042 -3.1254972999999997 -1.1219121 -4.445027 -3.604946 -8.088799799999999 -3.0056929 -8.0819508 +55 2.0812493 1.7837702000000002 2.8735037999999995 -0.90573884 2.6066091 -1.2995205 -0.85719597 1.4256758999999999 1.4261851 -2.5859848 -6.786166499999999 -0.44045856 -6.779621499999999 +56 1.9624726000000003 1.6212109 2.0777578 -0.81681848 2.3735287 -1.3970696000000002 -0.95299335 1.2083666000000002 1.2088113999999999 0.65080345 -2.3144392999999996 -0.55033336 0.51068694 +57 1.4449564 0.88452543 1.4678973999999998 -0.94287309 2.198811 1.8959723000000002 -1.7682717000000001 -2.5066900000000003 -2.5078307 -1.7957193999999999 -5.4288862 -1.517996 -5.423595300000001 +58 -0.16070928 -2.9506002000000002 -0.65467571 0.45714191 -1.5561668 -0.47852754 -2.4398371 -1.1151969 -4.438333900000001 -3.5984388 -8.0813474 -2.2684449 -8.074497000000001 +59 2.8567666000000003 2.3623514 2.9572625 -0.5625751 2.9860942 2.1057769 -1.7390543 1.5223692 1.5228992000000001 -2.553366 -6.7392384000000005 -1.4850398 -6.7327031 +60 2.6710987999999998 2.1295818 2.1495912999999995 -0.63091223 2.9263096 2.0903283999999998 -1.7407949 1.3635285 1.3640028 0.7129109 -2.2921297000000003 -1.4870012 0.53957915 +61 -0.69051743 -6.2726522000000005 -4.8646673 1.7389403 -3.1209085 -1.9522699000000001 -1.5099848999999999 -6.538291200000001 -9.862585300000001 -8.974265699999998 -13.698917000000002 -1.1732311000000002 -13.691628 +62 -0.6757517 0.10040167 1.2869002 -0.72199796 -0.45052163 0.091624561 0.24313262 -2.7986088 -2.8009542 -5.3828283 -10.045461 0.33146298 -10.038302999999999 +63 -0.67612255 0.10029467 1.2868608999999998 -0.72219582 -0.4522899 0.090985842 0.24299512 -2.7985875 -2.8010357999999997 -2.0609843 -8.367058 0.33159212 -5.8956944 +64 -1.0112689000000001 -2.7320297000000004 -0.56350732 0.46275872 -2.3412924 -1.208204 -0.76769122 -1.0093811 -4.3326657 -6.8181438 -11.523683 -0.36469149 -11.516492999999999 +65 -1.01083 -2.7329747 -0.56467857 0.46319338 -2.3418227000000003 -1.2086303 -0.76807353 -1.0102158 -4.3335886 -3.4971125 -10.423452000000001 -0.36483318 -7.955738799999999 +66 0.013323385 0.08892462 2.699065 -1.3483771999999998 0.48248723 0.49831631 0.50038364 1.1751486 1.1755954 -2.6768494 -9.3782992 0.54776412 -6.90935 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.915685 0.19373009 0.057806624 0.041282017000000004 -2.9429193 -2.7692664000000002 -1.2023496999999999 0.060038258 0.059276559000000006 0.059251455 0.059295102999999995 -1.2115252 0.059307879 +2 -1.8130595 -3.6331962 -0.46099084 -0.070600749 -1.8209 -1.4804175 -0.4955755 -0.45836541 -0.46192576 -0.46177728 -0.46207867 -0.49961747 -0.46214649 +3 1.4054339 1.64304 0.92465733 0.50384641 1.3355816 0.86334048 0.88475717 1.9690067 1.9595164 1.9584262 1.9621017 0.89212614 1.9623415000000002 +4 0.00034608306000000004 0.0003652061 0.00010182812 -3.3216383 0.19855612 0.14032537 0.031383775 0.00011002694999999999 0.00010713345 0.00010708361 0.00010715524999999999 0.031717705 0.00010718329 +5 0.00049346503 0.00048514477 0.00021225355 2.3179924e-05 -1.7329825 -1.5949753999999998 -0.55620084 0.00014705705 0.00016299116 0.00016287223999999998 0.00016293706 -0.56155759 0.00016302216 +6 0.0007145773 0.0007094348299999999 0.0003023268 3.4073615e-05 0.00066257788 -3.2239684 -1.5411078999999999 0.00021458427000000004 0.00023768342 0.00023747325 0.00023752942999999998 -1.5499736000000002 0.00023769037 +7 0.0006849478599999999 0.0006817751700000001 0.0002882553 3.2789375e-05 0.0006312139199999999 0.00020086683 -1.4950215 0.00020608668 0.00022822957 0.00022801758999999998 0.00022806092000000002 -1.4996565 0.00022822566000000002 +8 -1.7306723000000002 -3.3595847 -3.5514932 -0.046218764 -1.7450301 -1.4387895 -0.4555548 -4.0828957 -4.0828959000000005 -4.0826487 -4.0839574 -0.45954219 -4.083927200000001 +9 -1.8970471000000002 -4.047534 -4.0937019999999995 -0.072089582 -1.9081186999999997 -1.5709818000000002 -0.5379176 -0.8026396 -4.1239652 -4.1237161 -4.1250257 -0.54226873 -4.124996899999999 +10 0.00034528932 2.5369810000000003e-05 -0.0018890064999999999 1.2069604e-06 3.2593393e-05 0.00019350997 4.8256811e-05 -8.239361200000001e-06 -6.5187034e-05 -3.3219932 -3.3232168 4.9209925e-05 -3.3232150000000003 +11 2.1185212e-06 2.7095460000000005e-06 3.4439158e-06 4.1690947e-08 2.2745474e-06 2.2492707999999997e-06 3.2438491999999995e-07 6.8687546e-07 1.6892466999999999e-06 1.6904438000000002e-06 -2.4594395000000002 3.3061422999999996e-07 -1.1041123999999998e-06 +12 -4.308186 -3.4775693 -0.45430968 -0.037579679 -4.3254121 -3.9599132000000004 -2.0880021 -0.45250795 -0.45608049 -0.4559337 -0.45623194 -2.0985795 -0.45629894 +13 -1.6528319 1.8196008999999997 0.96008435 0.5466407 -1.7780436000000002 -1.8184605 0.070063257 2.0071127 1.9973686000000002 1.9962415 2.0000508000000004 0.066577379 2.0002971 +14 -2.9152982999999995 0.19414561 0.057940343 -3.2803437999999994 -2.7423445 -2.5971379 -1.0899628000000001 0.060175194 0.05941116 0.059385994000000004 0.059429737999999996 -1.098794 0.059442548 +15 -2.9155987000000003 0.19382691 0.057840385 0.041287559 -4.647595099999999 -4.480275 -2.5421943 0.060069976 0.059311065 0.059285912 0.05932955 -2.5551964 0.059342368 +16 -2.9155869 0.19384025 0.057845015 0.041288322999999995 -2.9428370999999998 -5.8613333 -3.8011800000000004 0.060074336 0.05931580400000001 0.059290644 0.059334279000000004 -3.815283 0.059347104000000005 +17 -2.9155973 0.19382868 0.057840979 0.041287661 -2.9428457999999997 -2.7692447000000002 -2.6919221 0.060070545999999996 0.059311681 0.059286526 0.059330162 -2.7030642000000005 0.059342982 +18 -4.2310612999999995 -3.1322971 -3.5522167000000002 -0.011838942 -4.2571614 -3.9168287000000004 -2.0309534 -4.072799 -4.0731231 -4.0728784 -4.074189 -2.0416166000000002 -4.0741564 +19 -4.3572444 -3.8934087 -4.111443100000001 -0.039210546 -4.3792725 -4.016134200000001 -2.1347645 -0.79812872 -4.1195403 -4.1192923 -4.1206027 -2.1454389 -4.1205728 +20 -2.915234 0.19376594 0.05744679900000001 0.041283971 -2.9428846 -2.7690757 -1.202213 0.060034605 0.059218911 -3.2627342 -3.2639655 -1.2113869 -3.2639508 +21 -2.9156831000000003 0.19373299 0.0578104 0.041282083 -2.9429172 -2.7692641 -1.2023483999999998 0.060039120999999994 0.059278477 0.059253374000000004 -2.4001445 -1.2115239 0.059306887 +22 -1.1631306000000001 -1.7898319 0.63202383 0.34547105 -1.2381643999999998 -1.1059636999999998 0.38305548 1.6715925 1.6644978 1.6636563000000002 1.6663928 0.38364727 1.6665955000000001 +23 -1.8127449 -3.6328987999999995 -0.46097681 -3.392243 -1.6329597 -1.3255284999999999 -0.4276856 -0.45835141 -0.46191194 -0.46176346 -0.46206484 -0.43132589 -0.46213266 +24 -1.8129506000000002 -3.632939 -0.46098238 -0.07060071700000001 -3.5306542000000003 -3.1826622 -1.5144902 -0.45835673 -0.46191581 -0.46176734 -0.46206872 -1.5236329 -0.46213654 +25 -1.8129277 -3.6328822999999995 -0.46098046 -0.070600682 -1.8207831 -4.6287377 -2.6862692999999997 -0.45835482 -0.46191363 -0.46176516 -0.46206655 -2.6974056 -0.46213436 +26 -1.8129397 -3.6329102999999994 -0.46098138 -0.070600682 -1.8207938999999997 -1.4803848 -1.9878058 -0.45835576 -0.46191471 -0.46176624 -0.46206763 -1.9951048999999998 -0.46213544 +27 -2.1013914000000002 -6.7106940999999996 -3.6183684 -0.053036557000000005 -2.1191117999999998 -1.7433758000000001 -0.5979218 -4.134953299999999 -4.1394284 -4.1391641 -4.140458799999999 -0.60264772 -4.140445 +28 -2.1451487 -7.3858602 -4.1303427 -0.07639071900000001 -2.1584497000000002 -1.7768647000000002 -0.63707446 -0.83535287 -4.1617398 -4.1614779 -4.1627765 -0.6419175 -4.1627601 +29 -1.8129129000000002 -3.6332377 -0.46142869 -0.070601002 -1.8209072 -1.4803723 -0.49555329 -0.45838839 -0.46202227 -3.7838019 -3.7849915999999997 -0.4995949 -3.7850580999999996 +30 -1.8130592 -3.6331947 -0.46098956 -0.070600817 -1.8208996 -1.4804169 -0.49557537 -0.45836579 -0.46192556 -0.46177708 -2.9215169999999997 -0.49961734 -0.46214832 +31 1.4056716 1.6433153000000003 0.92472465 -2.817859 1.6102812 1.0003699000000001 0.90404182 1.9690637 1.9595696 1.9584793999999999 1.9621551 0.91177342 1.9623949 +32 1.4069258 1.6441865000000002 0.92479126 0.50397308 -0.44426465 -0.53435275 0.57832582 1.9692467 1.9597944999999999 1.9587041 1.9623806000000001 0.58071054 1.9626203999999998 +33 1.408121 1.6451707999999998 0.9249581 0.50408303 1.3381120000000002 -2.4798343 -0.30179928 1.9694519 1.9600328000000002 1.9589419999999997 1.9626191000000002 -0.30492804 1.9628591 +34 1.4081873 1.6452398999999998 0.9249792 0.50409098 1.3381521 0.86404763 -0.61839237 1.969466 1.9600493000000003 1.9589584999999998 1.9626357 -0.6196454 1.9628756999999997 +35 -0.83018532 -1.2064555000000001 -2.2274295 0.37833046 -0.91538435 -0.8616696 0.49761553 -1.7516911 -1.7608666000000002 -1.7608916000000001 -1.7620908 0.4991506 -1.7618578999999999 +36 -1.2175963 -1.8977526000000002 -2.8273535 0.34347276 -1.2956290000000001 -1.1719614 0.35458834 1.5164945 -1.8137612 -1.8137772 -1.8149847 0.3548467 -1.8147577000000001 +37 1.4054703000000002 1.6430713 0.92460593 0.50384841 1.3356193 0.86345944 0.88477397 1.969009 1.9595034 -1.3635148000000001 -1.3646007 0.89214346 -1.3643546999999998 +38 1.4054335 1.6430394 0.924672 0.50384486 1.3355815 0.86334097 0.8847547 1.9690043000000002 1.9595144 1.9584243000000001 -0.49736898 0.89212365 1.9623287 +39 0.0008495194900000001 0.0008589720800000002 0.00031915067 -3.3216148000000003 -1.5392033999999999 -1.4327211000000002 -0.48163733 0.00025979944 0.0002731544 0.00027298944 0.00027313337000000004 -0.48652779 0.00027324208 +40 0.0010944999 0.0011073655 0.0004189954 -3.3216027 0.19924648 -3.0926747000000003 -1.4449006000000002 0.00033461255 0.00035590807999999995 0.00035564326 0.00035577892 -1.4534063999999998 0.00035597041 +41 0.0010695653999999999 0.0010847379 0.00040661589 -3.3216037000000003 0.19921839 0.14053252 -1.4638537 0.00032761102000000003 0.00034810349000000005 0.00034783345 0.00034795461000000004 -1.4682606000000002 0.00034815297 +42 -1.7303462 -3.3592583 -3.5514647000000004 -3.367854 -1.5547761999999998 -1.2820861000000001 -0.38793601 -4.0828785000000005 -4.0828806 -4.082633400000001 -4.0839421 -0.39150714 -4.0839118999999995 +43 -1.8967281999999999 -4.0472358999999996 -4.093736 -3.3937318 -1.7209218999999998 -1.4159275 -0.46757281 -0.8026279 -4.1239549 -4.1237059 -4.1250154000000006 -0.4715237 -4.124986600000001 +44 0.0006904972 0.00039058853 -0.0017824982999999999 -3.3216371 0.19859119 0.14051337 0.031427383999999996 0.00010179316999999999 4.1958426e-05 -3.3218861000000004 -3.3231097000000003 0.031762202999999996 -3.3231078999999997 +45 0.00034820184000000003 0.00036791597 0.00010527261 -3.3216383 0.19855843 0.14032757 0.031384051 0.00011071413 0.00010882308999999999 0.00010877445 -2.4593323 0.031717987 0.00010607936000000001 +46 0.0007727413300000001 0.00076879379 0.00032577197 3.6965589e-05 -1.7327411 -4.728177 -2.7876691000000005 0.00023242832 0.00025741176 0.00025717523999999997 0.0002572268 -2.8005803 0.00025741002 +47 0.00074683836 0.0007426361699999999 0.00031511122 3.5697789e-05 -1.7327639 -1.5949073999999999 -2.0481257 0.00022453976000000003 0.00024868227 0.00024845542 0.00024850694 -2.0565901 0.0002486823 +48 -1.7305443999999999 -3.3593156000000004 -3.5515738 -0.046218537999999997 -3.455235 -3.140164 -1.4629581 -4.0828847999999995 -4.0828726 -4.0826254 -4.0839341000000005 -1.4721799999999998 -4.0839039 +49 -1.8969711999999999 -4.0472951 -4.093338200000001 -0.072089828 -3.6173059000000003 -3.2754922000000004 -1.5834191 -0.80263348 -4.1239479 -4.1236988 -4.1250084000000005 -1.5927996000000002 -4.1249795 +50 0.00084781414 0.00051060223 -0.0017275311999999999 2.4391488e-05 -1.732951 -1.5947581 -0.55608987 0.0001388632 9.785470300000001e-05 -3.3218303 -3.3230538999999997 -0.56144492 -3.3230519999999997 +51 0.0004955842099999999 0.00048785485999999995 0.0002156984 2.3221683e-05 -1.7329801999999999 -1.5949728 -0.55619981 0.00014774446 0.00016468113 0.00016456341 -2.4592765 -0.56155654 0.00016191846000000002 +52 0.00077476179 0.00077095899 0.00032650919999999996 3.7073463e-05 0.0007145596499999999 -3.2239557 -3.0298191 0.00023306793999999998 0.00025811544 0.0002578771 0.00025792756 -3.0402461 0.00025811247000000003 +53 -1.7305171000000001 -3.3592553999999994 -3.5515871 -0.046218457000000004 -1.7448979 -4.5893765 -2.6311774 -4.0828824 -4.0828674 -4.082620200000001 -4.0839289 -2.6424708 -4.0838987 +54 -1.8969555 -4.0472443 -4.0932746 -0.072089856 -1.9080237 -4.7152675 -2.7635779 -0.80263218 -4.1239442 -4.1236952 -4.1250047 -2.7748729 -4.1249759 +55 0.0010718918 0.000734965 -0.0016538695999999999 3.5288912e-05 0.00069533262 -3.2237986000000003 -1.5409714 0.00020642114 0.00017258901000000002 -3.3217556000000004 -3.3229794000000004 -1.5498353999999999 -3.3229773999999996 +56 0.00071669705 0.00071214544 0.00030577221000000003 3.4115419e-05 0.0006648535700000001 -3.2239663 -1.5411065000000002 0.00021527202000000002 0.00023937383 0.00023916485 -2.4592019 -1.5499723 0.00023658696 +57 -1.7305311999999997 -3.3592845000000002 -3.5515778 -0.046218477 -1.74491 -1.4387526000000002 -1.9479746 -4.082883600000001 -4.0828699 -4.0826227 -4.0839315 -1.9553096999999997 -4.083901200000001 +58 -1.8969638999999998 -4.0472706 -4.0933167 -0.072089826 -1.9080326 -1.5709558000000001 -2.0299516 -0.80263286 -4.1239461 -4.123697099999999 -4.1250066 -2.0374633 -4.1249778 +59 0.0010414493 0.00070730835 -0.0016633303 3.4004809e-05 0.00066396923 0.00039442676 -1.4949736 0.00019792332999999998 0.00016313681 -3.3217651 -3.3229888 -1.4996078000000002 -3.3229869 +60 0.00068706765 0.00068448583 0.00029170069 3.2831179e-05 0.00063348963 0.00020311641 -1.4950212 0.00020677441999999998 0.00022991996 0.00022970918 -2.4592113999999996 -1.4996562 0.00022712225 +61 -2.1056426 -6.769362200000001 -6.6310927 -0.053051308 -2.1212605 -1.7458743000000003 -0.59920541 -4.1773682 -7.499177599999999 -7.498917 -7.500300500000001 -0.60394075 -7.5002680999999995 +62 -1.7324462999999999 -3.3596 -3.5175021 -0.046218844 -1.745032 -1.4387576000000002 -0.45553944 -4.082899299999999 -4.0829531 -7.4046341 -7.406014999999999 -0.4595266 -7.405984700000001 +63 -1.7306721999999999 -3.3595846 -3.5514930000000002 -0.046218764 -1.7450301 -1.4387893999999999 -0.45555479 -4.0828957 -4.0828959000000005 -4.0826487 -6.543389599999999 -0.45954218 -4.083927399999999 +64 -1.8971648 -4.047553700000001 -4.0908166 -0.072089647 -1.908121 -1.5709605 -0.53790682 -0.80264143 -4.1240223 -7.445701400000001 -7.447081 -0.54225778 -7.4470521 +65 -1.8970471000000002 -4.047534 -4.0937018 -0.072089582 -1.9081186999999997 -1.5709818000000002 -0.53791759 -0.8026396 -4.1239650999999995 -4.1237161 -6.584457799999999 -0.54226872 -4.1249970000000005 +66 0.00034550089 2.5640462000000002e-05 -0.0018886621 1.2111225e-06 3.28206e-05 0.00019373473999999998 4.8289223e-05 -8.1707716e-06 -6.5018331e-05 -3.321993 -5.7826492 4.924296e-05 -3.3232150999999996 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -3.1446129000000003 0.16364808 0.0011818803 0.050950554 -3.4198699999999995 -1.1310434 -0.15874129 0.0023372324 0.0023379655999999998 0.0020569874 0.0045049040000000005 -0.16573348 0.0045002822 +2 -1.9392296999999998 -2.3163407000000005 -0.007612330699999999 -0.34960285 -2.0052741999999997 -0.20700811 -0.029694047999999997 -0.015237401000000001 -0.015289017 -0.013463518999999998 -0.029314037999999997 -0.030999581000000002 -0.029279042999999998 +3 -0.41987467 -0.27322646 -3.330808 0.59949014 -0.7974283 -0.061478725 0.72112269 -2.7287175 -2.7289019 -2.5746435 -3.5833037000000005 0.75228939 -3.5807325 +4 -0.00081448416 -0.00048629895999999993 -2.3906897999999997e-06 -3.3220345 0.84172803 0.013492233999999999 0.0013298435 -6.1251557e-06 -6.1845929e-06 -5.4433862e-06 -1.1916172e-05 0.0013835292000000002 -1.1900191e-05 +5 0.01266958 0.008818996800000001 6.3400594e-05 0.0023763226 -2.1269823 -0.28911139 -0.033141133999999996 0.00012170383999999999 0.00012268072 0.00010796182 0.00023630597999999998 -0.034782486 0.00023602630000000001 +6 0.052493872000000004 0.036385237 0.00028804421 0.009840838900000001 0.055700895 -3.4420082 -0.97821122 0.0005259868599999999 0.00053582584 0.00047142585 0.0010316839 -1.0046377 0.0010307253999999998 +7 0.060572953 0.041941107000000005 0.00033477858 0.011357436 0.064208791 0.0012184868 -1.5559778999999998 0.0006086061099999999 0.00062031486 0.00054575469 0.0011943714 -1.5912446000000002 0.0011932709 +8 -3.629828 -3.7470297999999995 -7.8888297000000005 -1.213897 -3.4984051 -1.1717388000000002 -1.458579 -9.5701444 -9.5563239 -9.372782 -10.520852 -1.4946766000000002 -10.518376 +9 -4.3830127999999995 -4.6898459 -8.7149901 -1.2605142 -4.258115900000001 -1.8307982 -1.6306157 -6.4997530999999995 -9.8105703 -9.6270444 -10.77537 -1.6698903999999999 -10.772835 +10 0.0017944373000000002 0.00052648542 -0.081222091 -0.33331052 0.15366609 0.010432645 -0.48752715 -0.088679001 -0.08824047900000001 -3.3997627 -4.4710894 -0.50079732 -4.468790900000001 +11 0.0085756179 0.0032183844 -0.017203061000000002 -0.2696743 0.13423779 0.0087977747 -0.38629995 -0.025406234 -0.025039125 -0.021964465 -2.5186672999999997 -0.39715568 -0.050985221 +12 -5.024369 -2.0916447 -0.0071804083 -0.32695577 -5.172038400000001 -2.8850528 -0.72228725 -0.014478093999999999 -0.01452937 -0.012794284 -0.027864476000000003 -0.7462619 -0.027830918 +13 -3.4891148000000003 -0.06789213599999999 -3.3129077000000007 0.6360648 -4.0407763 -2.0539366 0.32341494 -2.7085042 -2.7084314999999997 -2.5545897 -3.5611816 0.3314024 -3.5586102999999993 +14 -3.1533797000000003 0.15759862 0.0011291580000000001 -3.2727084 -2.7426851 -0.60649461 -0.068964019 0.0022410038 0.0022402823000000002 0.0019710539000000003 0.004316566 -0.072293316 0.0043121322999999994 +15 -3.1181565 0.18191701 0.0013457673999999998 0.056281998 -5.142789700000001 -2.935621 -0.7405711 0.0026337555 0.0026401344 0.0023227738 0.005087405 -0.76541996 0.0050822811 +16 -3.1069343 0.18966491 0.0014185174 0.05855488 -3.3865627000000003 -4.8607711 -1.9435308999999998 0.0027626278000000004 0.0027724266 0.0024391120000000002 0.005342341 -1.9858753 0.005337055899999999 +17 -3.1088652999999997 0.188338 0.0014066457 0.058164274 -3.3883071000000005 -1.1196951000000002 -1.7054884999999997 0.0027410086 0.0027504382 0.0024197698000000003 0.0052999373999999995 -1.7438258000000002 0.005294693100000001 +18 -6.5710012 -3.5123334 -7.8741144 -1.1841235 -6.475293 -4.0685613 -2.647884 -9.5552975 -9.5415603 -9.358023800000002 -10.506084 -2.6995971 -10.503605 +19 -7.2852146 -4.5319324 -8.7095836 -1.238284 -7.1829793 -4.7796291 -3.1620515 -6.4944288 -9.8051475 -9.6216236 -10.769947 -3.2168349 -10.767411 +20 -3.1517172 0.15750635 -0.07901317599999999 -0.2727834 -3.3010029000000003 -0.97616142 -0.6169086 -0.085356932 -0.084920207 -3.3968203000000003 -4.4679855 -0.63483342 -4.4656855 +21 -3.1439939999999997 0.16126641 -0.014877147 -0.21104813 -3.3158476 -1.0000679 -0.51998767 -0.022010871 -0.021645627999999997 -0.018972387 -2.5122727000000005 -0.53585836 -0.044561208 +22 -2.7816645 -2.8129932 -3.4310317 0.41233223 -3.2021261 -1.1386525 0.55431806 -2.8429257000000003 -2.8431971000000003 -2.6867248 -3.7063904 0.57474659 -3.7038104 +23 -1.9449133 -2.322565 -0.0076212588 -3.6719242 -1.4245741000000003 -0.075867932 -0.01471798 -0.01525465 -0.015306301999999999 -0.013478748999999998 -0.029347025 -0.015292996000000001 -0.029311991000000003 +24 -1.9008396 -2.2741599 -0.0075460166 -0.34668308 -3.7905366000000003 -1.3782773000000001 -0.22328739 -0.015114323999999998 -0.015165596000000002 -0.013354778000000001 -0.029078539 -0.23238347 -0.029043792000000002 +25 -1.8563745999999999 -2.2253613 -0.007461821800000001 -0.34321194 -1.9242332999999998 -3.8964557 -1.2592020000000002 -0.014964807 -0.015015291000000002 -0.013222388 -0.028791897 -1.2910376000000001 -0.028757367000000002 +26 -1.8528318 -2.2214776 -0.0074546397 -0.34293166 -1.9209303 -0.19478372 -1.5832162 -0.01495245 -0.015002845 -0.013211428 -0.028768172 -1.6190151000000002 -0.028733655 +27 -5.6631322 -7.0776885 -7.9808637000000004 -1.2745174 -5.5498045 -3.0042086 -2.0545744 -9.6526709 -9.6488727 -9.4652951 -10.61342 -2.0997647 -10.610963 +28 -5.9478672999999995 -8.0064756 -8.7662772 -1.2927638000000001 -5.837123200000001 -3.2979995000000004 -2.2134737999999996 -6.5432882 -9.862131199999999 -9.6785832 -10.826929 -2.260369 -10.824409 +29 -1.9398964 -2.296834 -0.09463631800000001 -0.78463758 -1.8590470000000001 -0.14293423 -0.51074264 -0.10999207 -0.10963843 -3.4187432999999996 -4.491103599999999 -0.52482077 -4.4888144 +30 -1.9240662 -2.2957137999999997 -0.0299925 -0.70021263 -1.8688189999999998 -0.15098792 -0.41065479 -0.045754443 -0.045457950999999996 -0.039985135 -2.5568793999999997 -0.42239276 -0.08937085 +31 -0.42592377 -0.27701275 -3.3311093 -2.7229484 0.23072587 -0.010932872 0.72637941 -2.7290642000000003 -2.7292517999999997 -2.5749864 -3.5836817 0.75790576 -3.5811104 +32 -0.37665718 -0.24479974 -3.3283964999999998 0.60366162 -2.7249106 -0.76281926 0.6268494 -2.726028 -2.7261349 -2.5719325 -3.5803149 0.6516193 -3.5777436000000002 +33 -0.29312932 -0.18855015 -3.3230839 0.6121388 -0.66765691 -3.6838967000000005 -0.42009034 -2.7203294 -2.7200361 -2.5659597 -3.5737309 -0.43632604 -3.571157 +34 -0.28204099 -0.18112964 -3.3223703 0.61327849 -0.65655032 -0.053233417000000005 -0.87923856 -2.7195539 -2.7191989 -2.5651398999999997 -3.5728269999999998 -0.90607071 -3.5702527 +35 -2.2379879000000003 -2.1633797 -7.101924 0.41964475 -2.6595173 -0.90132486 0.55999327 -7.505035799999999 -7.5102329 -7.327853 -8.4725023 0.58047584 -8.4696825 +36 -2.9158671000000003 -2.9021939999999997 -8.0672005 0.36348028 -3.3284620000000005 -1.4810368999999999 0.40540609 -4.3250617 -7.650930000000001 -7.46845 -8.6135632 0.41721518 -8.6107431 +37 -0.41849334 -0.27199711 -3.318166 0.59831392 -0.79530357 -0.061253706 0.71966147 -2.7210886000000003 -2.7213043 -5.889128299999999 -7.025145299999999 0.75075467 -7.022388900000001 +38 -0.4185829 -0.27208456 -3.3194024 0.59843282 -0.79546226 -0.061280605 0.71978324 -2.7218351000000003 -2.722022 -2.5679032999999998 -6.036346099999999 0.75088223 -3.5736061 +39 0.0086483213 0.0060942138 4.3168325999999996e-05 -3.3202608000000002 -1.5767548 -0.1199442 -0.013113372 8.3592956e-05 8.411146800000001e-05 7.4021012e-05 0.00016201713 -0.013787263000000001 0.00016182315 +40 0.051335257999999995 0.035661331 0.00028256859 -3.3122604 0.9035466 -3.3741333 -0.94012069 0.00051583085 0.00052545319 0.00046229898 0.0010117034 -0.96569974 0.0010107662 +41 0.060664857 0.042077323 0.00033615792 -3.3105087999999996 0.91441149 0.014246522 -1.554751 0.0006109368 0.00062263462 0.0005477953400000001 0.0011988376 -1.5899981 0.0011977335 +42 -3.6301892999999996 -3.7472746 -7.888885 -4.5356745 -3.1612588 -0.9188592 -1.4110083999999998 -9.570172099999999 -9.5563815 -9.3728395 -10.52091 -1.4461066999999999 -10.518433 +43 -4.3833459 -4.6901455 -8.715033300000002 -4.5822887 -3.9345242999999996 -1.5437758999999998 -1.5546298 -6.499770099999999 -9.8106174 -9.6270916 -10.775417 -1.5925281 -10.772883 +44 0.0013039062 0.00026122472999999996 -0.081224892 -3.6552968 0.87318129 0.018272906999999998 -0.4867264 -0.088683623 -0.088245171 -3.3997669000000004 -4.471093799999999 -0.49997127 -4.468795200000001 +45 0.0080398977 0.0029200398 -0.017206058 -3.5916697999999996 0.87708408 0.01749987 -0.38541989 -0.025411196 -0.02504415 -0.021968897999999997 -2.5186767999999997 -0.39624637 -0.050994727000000004 +46 0.060805587 0.042100239000000005 0.00033465752 0.01140323 -2.0891356 -3.9989806000000003 -1.322757 0.00060951403 0.00062079801 0.00054618859 0.0011953479 -1.3561736999999998 0.0011942243 +47 0.061882402999999996 0.042841719 0.00034175792999999996 0.011604841999999999 -2.0883541 -0.28184499 -1.5868605 0.00062134845 0.00063317903 0.00055707492 0.0012191588 -1.6228870000000002 0.0012180288 +48 -3.6255496 -3.7433261 -7.888361200000001 -1.2137388 -5.2383666 -2.794043 -1.9633639999999999 -9.569844999999999 -9.555843300000001 -9.3723015 -10.520371 -2.0079408 -10.517895 +49 -4.3798639999999995 -4.6867895 -8.7147231 -1.2604476 -5.9813374 -3.5497364 -2.3560027000000003 -6.4996178 -9.8102873 -9.6267616 -10.775087 -2.4050038 -10.772552000000001 +50 0.010444786999999999 0.0064985426 -0.081149199 -0.33130329 -2.0195752000000002 -0.22333189 -0.51404295 -0.08856558199999999 -0.088126102 -3.3996612999999996 -4.4709825 -0.52840129 -4.468683900000001 +51 0.017816493 0.0096116256 -0.017126647 -0.26760868 -2.0328073 -0.23340798 -0.41380455 -0.02528828 -0.024920291 -0.021859673 -2.5184436000000003 -0.42583258 -0.050760478 +52 0.066217211 0.045822762999999996 0.00036725254 0.012420951999999999 0.070254516 -3.4406182 -2.4989348 0.00066576601 0.00067864189 0.00059706966 0.0013066999 -2.5431051 0.0013054954 +53 -3.6234196000000005 -3.7413866000000002 -7.888117299999999 -1.2136544 -3.4923106 -4.5562448 -2.9805334 -9.5696898 -9.5555939 -9.3720523 -10.520122 -3.0325096 -10.517645 +54 -4.3788167 -4.6857284 -8.7146296 -1.260424 -4.2542019 -5.1647323 -3.4645555 -6.4995711 -9.8101895 -9.6266639 -10.774989999999999 -3.5195872 -10.772455 +55 0.035129 0.023489384 -0.080946832 -0.3255638 0.18969279 -3.3915705999999997 -1.4282211 -0.088248428 -0.087802777 -3.3993748999999998 -4.4706804 -1.4600845 -4.4683815000000005 +56 0.044907287000000004 0.02829923 -0.016913789 -0.26154425 0.17337479 -3.3996301 -1.3331712 -0.024954745 -0.024580547999999997 -0.021560167 -2.5178043 -1.3640136999999999 -0.05011808 +57 -3.6236437000000006 -3.7415625 -7.8881402000000005 -1.2136617 -3.4925517999999998 -1.169618 -2.9694246 -9.5697044 -9.555617300000002 -9.3720758 -10.520145 -3.0181013 -10.517669 +58 -4.3790959 -4.6859928 -8.714652800000001 -1.2604296 -4.254472799999999 -1.8293793999999999 -3.1385572 -6.499582900000001 -9.810214199999999 -9.6266886 -10.775014 -3.188942 -10.772478999999999 +59 0.04041955 0.027117957999999998 -0.080903032 -0.32433232 0.19533424 0.010966795 -2.0235479 -0.088180336 -0.087733307 -3.3993133 -4.4706155 -2.0620621999999997 -4.4683166 +60 0.050664195999999995 0.032257548 -0.016867993 -0.26025311 0.17950538 0.0094225843 -1.9259383999999997 -0.024883787999999997 -0.024508216 -0.021496402 -2.5176682 -1.9638561999999997 -0.049981295 +61 -5.8678691 -7.7010788 -11.796224 -1.275601 -5.7634682 -3.2619716 -2.1848157 -10.155059 -13.469204000000001 -13.285542999999999 -14.434870000000002 -2.2316441000000005 -14.432267999999999 +62 -3.6297803999999996 -3.7470604 -7.8889909 -1.213899 -3.4984211000000003 -1.1715471000000002 -1.4585378 -9.570183 -9.5564409 -12.694827 -13.843983999999999 -1.4946341 -13.841505999999999 +63 -3.6298257000000005 -3.7470271 -7.888827799999999 -1.2138975 -3.4984024 -1.1717355 -1.4585792 -9.570144699999998 -9.5563234 -9.3727814 -12.980291000000001 -1.4946768999999998 -10.518377000000001 +64 -4.3833762 -4.6898787 -8.7148494 -1.2605153999999998 -4.2581340999999995 -1.8306706999999998 -1.6305764999999999 -6.4997734000000005 -9.810659800000002 -12.949062 -14.098298999999999 -1.66985 -14.095763 +65 -4.3830119000000005 -4.6898446 -8.7149886 -1.2605146 -4.2581148 -1.8307966 -1.6306158000000002 -6.4997534 -9.8105699 -9.627044099999999 -13.234809 -1.6698905 -10.772836999999999 +66 0.0009299137400000001 0.00015582628000000001 -0.08857659400000001 -0.34016067 0.15550113 0.010591963000000001 -0.49841303 -0.095933277 -0.095469864 -3.406171 -6.937837400000001 -0.51190585 -4.4757166 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.7353159 2.2266729 -0.0041535253000000005 0.068227812 -0.77825599 -0.95147578 -0.86650192 0.0013072614 0.0012990699 0.0010193761999999999 0.0054853375 -0.94550671 0.0054461733 +2 -0.29150062 -1.5115581 0.00048918585 -0.012335573 -0.26705365 -0.39303199 -0.38422487 -0.00042017154999999997 -0.00042492691 -0.00033297181000000006 -0.0017800274 -0.43295826 -0.0017709953 +3 0.14428946 0.39939874 -1.8354108 0.11129474 0.0664822 -0.012721876000000002 0.023742463 -1.3878208 -1.3877958000000001 -1.1815815 -3.7854644 0.020233822 -3.7726512000000003 +4 -1.21485 -1.2009572 0.00040772032 -3.3325063999999998 0.64856199 2.1786822 1.2640662 -0.00039098623 -0.00039476703 -0.00030951267000000005 -0.0016589225 1.4413452 -0.0016492428 +5 1.7941995 1.5685332 -0.0024992441 0.036525815 0.029498875 0.0022907604 -0.04356396 0.00046211733 0.00045237456 0.00035521230000000003 0.0019172007999999998 -0.060463212 0.0019019798 +6 2.4883285 2.1159562000000003 -0.0037902145000000003 0.061391269000000005 2.5541146 -1.1298761999999998 -1.0277922 0.0011586995 0.0011512157000000002 0.0009034099300000001 0.004862637 -1.1150554 0.0048275994 +7 2.3928841 2.0457255 -0.00363689 0.057682810999999994 2.4562310000000003 3.0850565 -0.53118065 0.0010198651 0.0010091664 0.0007920158 0.0042649708 -0.58976713 0.0042337381 +8 2.2248901 2.0232726000000003 -0.15994679 -1.8124706999999998 3.6852755 3.8748266000000005 -0.47967075 -3.6513915999999997 -3.6471002999999995 -3.3273546 -6.6104864 -0.52752515 -6.597339 +9 0.78640595 0.60480762 -3.822818 -2.0910903000000003 2.2516755 3.6752830000000003 -0.75540852 -3.4880655 -6.7932283 -6.4457711 -9.863674000000001 -0.82265212 -9.850230300000002 +10 1.1273604 -0.78565382 2.9414658 -0.28474635 1.4173521999999998 2.7133931000000002 1.2649293 2.292704 2.2927068 -1.9093668000000001 -4.8996581 1.4337096999999999 -4.8860648 +11 -0.0054098659 -0.7278975 1.3500261 -0.077706247 0.085989347 1.3346103 0.92629205 1.1466744 1.1467709 0.81153739 -0.54229638 1.0567296 2.1866769 +12 -2.4080621 0.07270398 -0.00023720135 0.0014729462 -2.4069474 -2.6679157000000004 -2.481849 -0.00011658267 -0.00012137415 -9.4827153e-05 -0.00049994937 -2.6141949 -0.00049944087 +13 -0.87141407 2.2119196 -1.8209656000000003 0.16861154 -0.99684024 -1.2359461999999999 -1.0736722 -1.3663065 -1.3663086000000002 -1.1621478 -3.7508812999999996 -1.1630833 -3.7381061 +14 -1.8718717 1.2965095 -0.0018824871 -3.2942407999999994 -0.042817173 -0.046523134 -0.064261619 0.00031921472999999997 0.00031369526 0.00024622817000000005 0.0013267231 -0.078772245 0.0013168576999999999 +15 -0.59418309 2.3278356 -0.0044385756 0.074319655 -2.3627873999999998 -2.6230717 -2.4378158 0.0015096895000000002 0.0015052632999999998 0.0011810703 0.006352868100000001 -2.5693625 0.0063081336 +16 -0.58116919 2.3369275000000003 -0.0044646494 0.07488700200000001 -0.62969666 -4.0010402 -3.7872165 0.0015290087 0.0015250572 0.0011965914999999998 0.0064361225 -3.9349078 0.0063908578 +17 -0.59599067 2.3265697 -0.004435141 0.074240967 -0.64397682 -0.81595913 -2.3492599 0.0015068567000000002 0.0015023554999999999 0.0011787902 0.0063406376 -2.4790666 0.006295981 +18 -0.6924427 2.3751102000000004 -0.15343818 -1.7383936999999998 0.51175418 2.3211185000000003 -0.7499905 -3.643897 -3.6391421000000004 -3.3195742 -6.6018511 -0.81773475 -6.5886982000000005 +19 -2.1947728 0.87136772 -3.7923614999999997 -2.0619821 -0.83325446 0.86765994 -1.5491540000000001 -3.4610785 -6.762034299999999 -6.4146574 -9.832197599999999 -1.6564303 -9.8187521 +20 -0.093929451 2.1416557999999997 2.9418728 -0.20148301 0.091431315 0.20600726 0.025778522999999998 2.2933396 2.2933421000000003 -1.9090961 -4.8992899 0.016116622 -4.8856968 +21 -0.58506802 2.1673118 1.3503937 -0.0030511919 -0.56203811 -0.63377987 -0.58676694 1.1488464 1.1489445 0.81288818 -0.54104259 -0.64424305 2.1881884 +22 -0.25865462 -0.71258059 -1.8380511000000002 0.09855551900000001 -0.31682857 -0.45407476 -0.36476914 -1.3921669 -1.3921667 -1.1855356000000001 -3.7924521 -0.40853033 -3.7796363 +23 -1.6144207 -3.8070876000000005 0.0008087359 -3.3394019999999998 0.2198595 0.78374201 0.62900919 -0.0005148757800000001 -0.00051937252 -0.00040709442000000005 -0.0021791267000000002 0.71466758 -0.0021672553 +24 0.60465754 -0.27616192 -3.3547776e-05 -0.0034041422 -1.1107508 -1.3104643 -1.1935907 -0.00024197582999999998 -0.00024700947999999994 -0.00019338037 -0.0010294299 -1.2884993999999999 -0.0010254641 +25 0.77704458 -0.070156487 -0.00015258077 -0.0010255936 0.81151432 -2.6264091 -2.4414027999999997 -0.00017699801 -0.00018179528999999998 -0.00014222421999999997 -0.00075460217 -2.5728986000000003 -0.00075242641 +26 0.65202052 -0.21878235 -7.0778678e-05 -0.0027741682 0.68624997 0.77750727 -1.2443203 -0.00022966169999999998 -0.00023471474999999997 -0.00018373588 -0.0009776141 -1.3408823 -0.00097398629 +27 0.2301394 -0.60701533 -0.17659025 -2.055206 1.6609569 3.5154118999999997 -0.52313241 -3.6714162000000004 -3.6685044 -3.3482806000000003 -6.633681 -0.57430181 -6.620553599999999 +28 -1.7018861 -2.3324719 -3.9295164 -2.1998870999999998 -0.25374336 1.7826229999999998 -1.1620242 -3.5867185 -6.903063900000001 -6.555309200000001 -9.974398599999999 -1.2521261000000001 -9.9609891 +29 1.0586078 -3.8338388999999995 2.9415417 -0.29605487 1.354551 2.3980029999999997 1.1806868000000001 2.2926956 2.2926985 -1.9093703000000002 -4.8996629 1.3334571000000002 -4.8860696 +30 -0.15376671 -3.2078361 1.3499441 -0.087379537 -0.05224906 0.355604 0.30619377 1.1463742000000001 1.1464701000000002 0.81135047 -0.54246984 0.34984247 2.1864678 +31 -1.7825567999999998 -1.1357844 -1.8390592000000001 -3.2255987999999998 0.001541831 1.4138541 1.0847674999999999 -1.3933942 -1.3933783000000002 -1.1866344 -3.7943972 1.2474618999999998 -3.7815756 +32 1.8583884999999998 1.7523218 -1.8266381999999999 0.14644716 0.007203523199999999 -0.078700572 -0.05046048 -1.3745684999999999 -1.3746131000000001 -1.1696533000000002 -3.7642746 -0.067757678 -3.7514888999999996 +33 2.3214704 2.0860790000000002 -1.8226721000000001 0.16121165 2.2883916 -1.3720794 -1.1996037 -1.3688272 -1.3688258 -1.1644229 -3.7549477999999996 -1.2946718000000002 -3.7421684 +34 2.2024209 2.0034475 -1.8237603999999998 0.15724835 2.1670807 2.734239 -0.53148637 -1.3703827 -1.3704072 -1.1658516 -3.7574975 -0.59035158 -3.7447169000000002 +35 0.79847585 1.0373907 -4.3344533 0.08203775 0.77088172 0.99181402 0.68347856 -5.8762601 -5.8901142 -5.5465041 -8.9506398 0.75456533 -8.936456399999999 +36 0.50469214 0.53049576 -6.1543825 0.032717663 0.5113708 0.63275635 0.40651353 -2.8963316000000003 -6.2305684999999995 -5.885550299999999 -9.2962675 0.43791522 -9.2820844 +37 0.14789476 0.39469215 -1.7433073000000001 0.10644804 0.073964565 0.00023267102000000002 0.031922049 -1.3285028 -1.3284877 -4.4499602 -7.817777799999999 0.029320047000000002 -7.8036109 +38 0.14742523 0.3953393 -1.7561093 0.10710971 0.072956955 -0.0012482860000000001 0.031042909 -1.3368313 -1.3368114 -1.1355346000000002 -6.1707116 0.028366412 -3.6926316 +39 -0.044071692999999995 -0.08598383400000001 -6.155845e-05 -3.3229933 -0.011665537 0.23450878 0.23629515 -0.00012622556 -0.0001273064 -9.9975069e-05 -0.00053985381 0.27202233 -0.0005355233 +40 2.1266312999999997 1.8400861000000002 -0.0031622545 -3.2741755 4.303008900000001 -0.073158802 -0.11046068 0.00070514583 0.00069214583 0.0005433612 0.0029296613 -0.13501268 0.0029072214000000003 +41 2.3651205 2.0249644 -0.0035876704 -3.2653072 4.5876818 3.7922981 -0.45875982 0.00098452681 0.0009733277900000001 0.00076391016 0.0041141436 -0.51238887 0.0040838778 +42 2.2081861000000003 2.0110462 -0.1601491 -5.1366463 4.913579599999999 3.9181697 -0.47527514 -3.6516241000000003 -3.6473516000000004 -3.3276003 -6.610759 -0.52278829 -6.5976119 +43 0.76327331 0.58988627 -3.8251828999999997 -5.4141945 3.1532549 3.8568618999999997 -0.73394849 -3.4900402 -6.7956401 -6.4481779999999995 -9.8661102 -0.79957053 -9.852665199999999 +44 0.94795263 -1.0201277 2.941463 -3.6086127999999995 3.0849968999999997 3.5791812000000007 1.408086 2.2926932 2.2926961 -1.9093712999999999 -4.8996642999999995 1.6010503 -4.886071 +45 -0.42968946 -1.2654198 1.3500136 -3.4032983999999997 1.5736104 3.0603152999999996 1.4218561 1.146575 1.1466711 0.81147543 -0.54235363 1.6202235 2.1866078 +46 2.5902898 2.1883505000000003 -0.0039777747 0.065399572 0.76928958 -2.6656443 -2.4787387 0.0012912048 0.0012867984 0.0010097342 0.005433140600000001 -2.6108916 0.0053944455 +47 2.5260595 2.1430738 -0.0038628706 0.062871274 0.7107958 0.79474566 -1.2372967 0.0012041299 0.0011973988 0.00093962799 0.005057000900000001 -1.3340723 0.0050207103999999995 +48 2.3289892000000005 2.09984 -0.15851013 -1.7979726000000003 1.6986716 3.3880665999999997 -0.54064221 -3.6497757000000006 -3.6453142 -3.3256084 -6.6085489 -0.59346614 -6.595400200000001 +49 0.87680096 0.66790051 -3.8119318 -2.0857787 0.4871092 2.420782 -0.97882117 -3.4790549 -6.7820708 -6.434639499999999 -9.852410800000001 -1.0601114999999999 -9.8389691 +50 2.0735014 0.61950903 2.9415291 -0.26356461 0.53106183 1.0374482 0.61868416 2.2928403 2.292843 -1.9093087 -4.8995790999999995 0.68679422 -4.8859859000000005 +51 1.5763331 1.0408541999999998 1.3501151000000002 -0.049493974 -0.11324083 -0.025638794 -0.047827374000000006 1.1474467 1.1475437 0.81201774 -0.54185017 -0.055104738 2.1872147999999996 +52 2.5914257000000003 2.1891412 -0.0039798211 0.065444397 2.6610042999999997 -1.0537101 -2.5449322999999997 0.0012927361 0.0012883764999999999 0.0010109716 0.005439777099999999 -2.678068 0.0054010402 +53 2.5376939 2.2506324 -0.15429537 -1.7674641 4.0200873 0.34144759 -1.5759341999999998 -3.645317 -3.6400341 -3.3204472999999997 -6.602821799999999 -1.6798224 -6.5896682 +54 0.96826169 0.73650141 -3.798708 -2.0797042 2.4359004 -0.08547973099999999 -2.0885097 -3.4682467000000003 -6.7684547 -6.4210625 -9.8386795 -2.2085846 -9.825233 +55 3.3824722 2.2420338 2.941782 -0.19495426 3.7952845 -0.27160356 -0.3625822 2.2933197 2.2933223 -1.9091044999999998 -4.899301400000001 -0.40825818 -4.8857083 +56 2.7517857999999995 2.1372792 1.3503652 -0.0051197813 2.9090921 -0.83679612 -0.77500173 1.1487775 1.1488761 0.81284568 -0.54108202 -0.84614586 2.1881409 +57 2.5659396 2.2705142000000005 -0.15363745 -1.7632438000000001 4.050204 3.8908976 -2.1006316000000003 -3.6446332000000004 -3.6392086000000003 -3.3196404999999998 -6.601926299999999 -2.2189167999999997 -6.5887720000000005 +58 0.97159557 0.73946652 -3.7980529 -2.0794313 2.4388368 3.7117841 -2.3505103 -3.4677214999999997 -6.767775200000001 -6.4203855 -9.837995300000001 -2.4752824 -9.824548 +59 3.4477785000000005 2.3029328 2.9417977000000004 -0.19068376 3.8677125 3.7033509 -0.54885383 2.2933502 2.2933527999999996 -1.9090915000000002 -4.8992837 -0.60832601 -4.885690599999999 +60 2.7423087 2.1294049 1.3503566 -0.005564299599999999 2.9004776000000003 3.4264366 -0.51507895 1.1487592 1.1488572 0.81283399 -0.54109277 -0.57241423 2.1881279 +61 -2.5039429 -3.2313044 -8.0947391 -2.1990182000000003 -1.096222 0.43521203 -1.8172247 -8.591957800000001 -11.904128 -11.553606 -14.988107000000001 -1.9345911 -14.974229999999999 +62 2.2293068 2.0262710999999998 -0.1585603 -1.8258724999999998 3.6984794 3.8762781000000004 -0.49613894 -3.6506662000000003 -3.6464186 -6.648613799999999 -10.068675 -0.54508957 -10.055263 +63 2.2291935 2.0262173999999997 -0.15842799 -1.8243831000000001 3.6974470999999998 3.8761419999999998 -0.49437456 -3.6504934999999996 -3.6461099999999997 -3.3263842000000006 -9.0699587 -0.54320855 -6.5965898 +64 0.78637599 0.6047728 -3.8230296000000004 -2.0913153 2.2517405 3.6755391000000004 -0.755632 -3.4882876000000005 -6.793574400000001 -9.7680442 -13.200949 -0.82288725 -13.187478 +65 0.7865804 0.60497393 -3.8225876000000003 -2.0912818 2.2519671000000003 3.6754047999999995 -0.75562689 -3.4879597 -6.7931099 -6.4456527 -12.323103 -0.82288256 -9.850145 +66 1.172218 -0.77533596 2.9879437 -0.29946661 1.4748571000000001 2.756221 1.2643643999999998 2.3191408 2.3191425 -1.8981608 -7.3475212 1.4327806 -4.8718900000000005 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.73824286 2.2238438 -0.0041512957 0.068227575 -0.78114146 -0.95318466 -0.86675107 0.0013062634 0.0012980715 0.0010186264999999999 0.0054820309 -0.94558434 0.0054429097999999995 +2 -0.29258579 -1.5115421999999998 0.00048917663 -0.012376988 -0.26802909 -0.39226508 -0.38244406 -0.00042346022000000006 -0.0004282118 -0.00033556248999999996 -0.0017942532 -0.43083401 -0.0017851156 +3 0.14218184 0.3974031 -1.8354526999999998 0.1121805 0.063681143 -0.015816261 0.022473331000000003 -1.3877288 -1.3877037 -1.1815266000000002 -3.7847002 0.018968282 -3.7718934 +4 -1.2165723 -1.2013243999999998 0.00041021434999999996 -3.332535 0.6462588 2.1736877 1.2616671999999998 -0.0003910642 -0.00039483301 -0.00030957693 -0.0016595431 1.4387716999999998 -0.0016498492000000002 +5 1.791434 1.565839 -0.0024971464999999997 0.036513905 0.026758667000000003 0.0010603361 -0.04362238 0.00046100389000000005 0.00045125324 0.00035434292 0.0019127441000000001 -0.060309996 0.0018975697 +6 2.4853936 2.1131029 -0.0037875753999999998 0.061385989 2.5512376 -1.1319798 -1.0283739 0.0011577124000000001 0.0011502317999999999 0.00090266746 0.0048592792 -1.1154846 0.0048242848 +7 2.3897689 2.0427883000000002 -0.0036324753999999997 0.0576713 2.453229 3.0828427000000005 -0.53251863 0.0010189021000000002 0.0010082167 0.00079129613 0.0042616471999999996 -0.59100037 0.0042304575 +8 2.2203383999999997 2.0194001 -0.16575795 -1.8136956000000002 3.6809876000000004 3.8719129 -0.48308257 -3.6565464 -3.6522301 -3.3324184 -6.615317500000001 -0.53098039 -6.6021777 +9 0.78130506 0.59991389 -3.8288472000000002 -2.0921572 2.2467571 3.6734258 -0.75827836 -3.4929502 -6.798033099999999 -6.4506144999999995 -9.867766699999999 -0.82549897 -9.854329199999999 +10 1.1241613000000001 -0.78684284 2.9404220000000003 -0.28484524 1.4138701999999999 2.7103367 1.2629828 2.2922382000000003 2.2922411 -1.9094808 -4.899070200000001 1.431674 -4.8854834 +11 -0.0088825361 -0.72796777 1.3473458 -0.077628117 0.082483424 1.3276832 0.92267271 1.1445139 1.1446101999999998 0.81023169 -0.54269099 1.0527936000000002 2.1859912 +12 -2.4104422000000003 0.069898047 -0.00023671226000000002 0.0014265933 -2.4097831000000003 -2.6697125 -2.4820392000000004 -0.00011992223999999998 -0.00012470696000000002 -9.744709000000001e-05 -0.00051415381 -2.6142324 -0.0005135377700000001 +13 -0.87413256 2.2092055 -1.8210118999999998 0.16948569 -1.0003488999999999 -1.23898 -1.0745082000000001 -1.3662185 -1.3662206000000001 -1.1620965 -3.7501258 -1.1637791000000002 -3.737357 +14 -1.8737394 1.2949306999999999 -0.0018829839 -3.2942227999999996 -0.044604597 -0.046526270999999994 -0.06335629599999999 0.00031834961 0.00031281001 0.00024554092999999995 0.0013231823 -0.07757968400000001 0.0013133513 +15 -0.59696811 2.3249758999999997 -0.0044366531 0.074320649 -2.3657242999999997 -2.6249759999999998 -2.4381035 0.0015087117 0.0015042896 0.0011803456 0.0063498215 -2.5694987 0.0063051293 +16 -0.58392865 2.3340662 -0.004462793499999999 0.074888175 -0.63262881 -4.003012 -3.7875312999999995 0.0015280339000000001 0.0015240871 0.0011958702 0.0064331059 -3.9350766999999998 0.0063878834 +17 -0.59878052 2.3237088 -0.004433204699999999 0.074241849 -0.64690804 -0.81771867 -2.3496167000000003 0.0015058775 0.0015013807 0.0011780644999999999 0.0063375836 -2.4792727 0.006292969399999999 +18 -0.69672416 2.371364 -0.15921346 -1.7395378000000001 0.50782088 2.3208765 -0.75260411 -3.6490120999999998 -3.6442308 -3.3245970999999996 -6.606640299999999 -0.82030201 -6.593495 +19 -2.1996305 0.86660948 -3.7983656000000003 -2.0630328999999996 -0.83779444 0.86797164 -1.5502586 -3.4659482 -6.766818499999999 -6.41948 -9.8362702 -1.6573767 -9.8228311 +20 -0.097872272 2.1381577999999997 2.9408293999999997 -0.20159009 0.08750088 0.20343309 0.024428459 2.2928742000000004 2.2928767000000003 -1.9092098999999998 -4.8987017 0.014849403 -4.8851152 +21 -0.5885531 2.1642549 1.3477115 -0.0029722507 -0.56594048 -0.63678187 -0.58829599 1.1466882 1.1467861000000001 0.81158478 -0.5414319 -0.64569871 2.1875087000000004 +22 -0.26184967 -0.71536519 -1.8381283 0.099428981 -0.32042115 -0.45722407 -0.36571389 -1.3921031000000001 -1.3921028999999998 -1.1855063 -3.7917328 -0.4093465 -3.7789233 +23 -1.6147286 -3.8046317000000003 0.00080902776 -3.3394546000000003 0.21860145 0.77772399 0.62472137 -0.00051804605 -0.0005225349099999999 -0.00040959163 -0.0021929072 0.70985388 -0.0021809333 +24 0.60196102 -0.27864749 -3.2341797e-05 -0.0034499229999999997 -1.1133363 -1.3118816 -1.1935288999999998 -0.00024528818 -0.00025031494 -0.00019598238 -0.0010436132000000002 -1.288258 -0.0010395406 +25 0.77419828 -0.072965426 -0.00015186222 -0.0010735163 0.80868723 -2.6283125 -2.4416973 -0.00018034552 -0.00018513581000000002 -0.00014485191 -0.00076888482 -2.5730418999999998 -0.00076660118 +26 0.64914402 -0.22153632 -6.9595901e-05 -0.0028224644 0.68346932 0.77620598 -1.244873 -0.00023299392999999997 -0.00023803970000000002 -0.00018635281999999998 -0.00099187024 -1.3412908000000001 -0.00098813508 +27 0.22382423 -0.61166075 -0.18252913 -2.0566376 1.6549767 3.5131183 -0.52645891 -3.6767071000000002 -3.6737818999999994 -3.3534905 -6.6386645 -0.57765763 -6.6255449 +28 -1.7077886000000002 -2.3383395 -3.9358029 -2.2009415 -0.25935151 1.7821776999999999 -1.1640492 -3.5917879999999998 -6.9081266 -6.560411099999999 -9.978748399999999 -1.254048 -9.965344900000002 +29 1.0545262 -3.8353557 2.9404886 -0.29618454 1.3504909999999999 2.3950264 1.1787731000000001 2.2922241000000003 2.292227 -1.9094868000000003 -4.899078299999999 1.3314685 -4.8854916 +30 -0.15844043 -3.2072205 1.3472681999999998 -0.087334954 -0.056704687000000004 0.3492186 0.30174714 1.1442157 1.1443113999999999 0.81004593 -0.54286378 0.34500643 2.1857829 +31 -1.7844044999999997 -1.1368895 -1.8391023000000002 -3.2247154 -0.0016313629 1.4061191000000002 1.0818273999999999 -1.3933031999999999 -1.3932873 -1.1865805 -3.7936341000000002 1.2443661 -3.7808189 +32 1.8553842 1.7494584999999998 -1.8266855 0.14731547 0.0035019689 -0.08199801400000001 -0.051523288 -1.3744831 -1.3745277 -1.1696042 -3.7635223 -0.068706425 -3.750743 +33 2.3187032000000003 2.0833732 -1.8227194 0.16208615 2.2848915 -1.3750989 -1.2004261 -1.3687392 -1.3687378000000001 -1.1643714 -3.7541919000000004 -1.2953531 -3.741419 +34 2.1995201 2.0006671000000003 -1.8238067999999998 0.15811938 2.1634702 2.7311622000000004 -0.53230828 -1.370296 -1.3703205 -1.1658015 -3.7567437999999993 -0.59103284 -3.7439696000000002 +35 0.79561645 1.0348674999999998 -4.3341981 0.083022077 0.76720511 0.98807092 0.68225216 -5.8759484 -5.8897898 -5.5462308 -8.9495551 0.75340636 -8.9353784 +36 0.50114028 0.52769916 -6.154209 0.033617848 0.50704665 0.62834283 0.40471698 -2.8961088 -6.2303202 -5.8853529 -9.2952604 0.43612878 -9.2810839 +37 0.14576439 0.3926378 -1.7431656000000002 0.10731593 0.071132467 -0.0028236901000000003 0.030702105 -1.328295 -1.3282798999999998 -4.449800499999999 -7.8168098 0.028115364 -7.8026496 +38 0.14531047 0.39332677 -1.7560006000000001 0.10798482 0.07015398099999999 -0.004350166 0.029761057999999996 -1.3366438 -1.3366238000000001 -1.135393 -6.1697955 0.027086756 -3.6917225 +39 -0.044925125 -0.086495901 -5.9989831999999994e-05 -3.3230023 -0.012986936999999999 0.23255202 0.23485765 -0.00012603578 -0.00012710978 -9.9824753e-05 -0.0005391311900000001 0.27048261 -0.0005348029 +40 2.1237311 1.8372693 -0.0031594615000000003 -3.2741860000000003 4.299634200000001 -0.075853392 -0.11169384 0.0007043911900000001 0.0006914019400000001 0.0005427942500000001 0.0029269671000000004 -0.13614583 0.0029045646000000003 +41 2.362012 2.0219758000000003 -0.0035846662 -3.2653217999999997 4.5840244000000006 3.7893733999999997 -0.46017885 0.00098353553 0.00097235075 0.00076316805 0.0041106771000000005 -0.51370936 0.0040804552 +42 2.2036386 2.0071729 -0.16596167 -5.1378727 4.9077492 3.9151677000000005 -0.47869658 -3.6567803 -3.652483 -3.3326656000000003 -6.6155917 -0.5262545 -6.602452099999999 +43 0.75823118 0.58503167 -3.8312044999999997 -5.4152575999999994 3.1475120999999997 3.8539972000000002 -0.73695756 -3.4949172999999996 -6.800435799999999 -6.4530125 -9.8701936 -0.8025705 -9.8567549 +44 0.94479199 -1.0211801 2.9404191 -3.608714 3.0805732000000003 3.5760266000000005 1.4061413 2.2922275 2.2922303 -1.9094853999999999 -4.8990764 1.5990181 -4.885489700000001 +45 -0.43396939 -1.2664582 1.3473328000000002 -3.4032345999999998 1.5680842 3.0555846 1.419806 1.1444139 1.1445098 0.81016932 -0.54274877 1.6180687 2.1859215 +46 2.5873551 2.1854851 -0.003975450300000001 0.065395619 0.76632561 -2.6676775 -2.4791488 0.0012902167 0.0012858150999999999 0.001008996 0.005429888000000001 -2.6111524 0.0053912358 +47 2.5231296000000003 2.1401939999999997 -0.0038610897999999997 0.062865273 0.70781509 0.79329965 -1.2378927 0.001203123 0.0011963953 0.00093887144 0.0050535957 -1.3345196000000001 0.0050173488 +48 2.3244506 2.0959988999999997 -0.1643119 -1.7991821 1.6946268 3.3866321000000004 -0.54381647 -3.6549214 -3.6504342000000003 -3.3306623999999996 -6.6133699 -0.5966552 -6.6002288 +49 0.87163327 0.66299402 -3.8179615 -2.0868484 0.4823579 2.4211553 -0.9809143 -3.4839495000000005 -6.7868862000000005 -6.4394934 -9.8565144 -1.0621121 -9.843079 +50 2.0692548 0.61638064 2.9404863999999997 -0.2636724 0.52716597 1.0345434 0.61687722 2.2923746 2.2923774 -1.9094227 -4.8989912 0.68495758 -4.8854045 +51 1.5729444 1.0386005999999999 1.3474338 -0.049408840999999995 -0.11680902 -0.028844789 -0.049786395 1.1452871999999998 1.145384 0.81071298 -0.54224277 -0.057104197 2.1865314 +52 2.5884907999999998 2.1862763 -0.0039774727 0.065440493 2.6581117 -1.0558439 -2.5455617000000004 0.0012917508 0.0012873962 0.0010102358 0.0054365384 -2.6785519 0.0053978443 +53 2.5336498 2.2471097999999996 -0.16006838 -1.7685866999999997 4.016384700000001 0.33887458 -1.5789187 -3.6504315000000003 -3.6451195 -3.3254671 -6.6076071 -1.6827357 -6.5944612000000005 +54 0.96343441 0.73181756 -3.8046983 -2.0807556000000003 2.4313604 -0.08767368199999999 -2.0907519 -3.4731105 -6.7732285 -6.4258748 -9.842741499999999 -2.2107055 -9.829301300000001 +55 3.3789029000000004 2.23886 2.9407382999999996 -0.1950383 3.7916230000000004 -0.27430618 -0.36394262 2.2928545 2.2928572 -1.9092182 -4.898713099999999 -0.40951988 -4.8851265 +56 2.7478712000000005 2.1341687 1.3476838 -0.0050451371 2.9050541 -0.83983798 -0.77650957 1.1466192 1.1467174999999998 0.81154217 -0.54147154 -0.84756343 2.187461 +57 2.5619582999999997 2.2670376 -0.15940552 -1.7643532 4.0465805 3.8879937999999994 -2.1037924 -3.6497428 -3.6442883000000004 -3.3246547 -6.6067058 -2.2219897 -6.593559 +58 0.96680246 0.73481128 -3.8040366000000003 -2.0804802 2.4343375 3.7098958 -2.3532237 -3.4725803999999996 -6.7725427 -6.4251915 -9.842051 -2.4778884999999997 -9.828610000000001 +59 3.4441178 2.2998133 2.9407547999999997 -0.1907624 3.8641174 3.7005226 -0.55040915 2.2928851000000003 2.2928877 -1.9092052 -4.8986954 -0.60978884 -4.885108799999999 +60 2.7382598999999996 2.1261817 1.3476751 -0.005496158399999999 2.8962876 3.4233792999999997 -0.51652487 1.1466006000000002 1.1466983999999998 0.81153032 -0.54148246 -0.57376229 2.1874477999999997 +61 -2.5073091 -3.2346846 -8.0987105 -2.2000425999999997 -1.0992276 0.43698482 -1.8170726000000001 -8.594301 -11.906377 -11.555906 -14.989598 -1.9342351000000002 -14.975728 +62 2.2247546000000002 2.022395 -0.16437566 -1.8271061000000002 3.6941862999999997 3.8733637 -0.4995693 -3.6558262000000004 -3.6515541 -6.653683 -10.072986 -0.5485631 -10.059582 +63 2.2246563999999998 2.0223556 -0.16424914 -1.8256158 3.6931760000000002 3.8732290000000003 -0.4978064 -3.6556585 -3.6512501000000004 -3.3314578999999997 -9.074796699999998 -0.54668382 -6.6014386 +64 0.78123882 0.59988161 -3.8290534 -2.0923817 2.2468222 3.6736902000000002 -0.75850049 -3.4931709000000004 -6.798377400000001 -9.7728859 -13.204987 -0.82573264 -13.191523000000002 +65 0.78147924 0.60007985 -3.8286186 -2.0923488999999997 2.2470485 3.6735472999999996 -0.75849714 -3.4928459000000003 -6.7979163 -6.4504978 -12.327197 -0.82572984 -9.8542454 +66 1.1689249 -0.77651394 2.9869475 -0.29959263 1.4714413999999998 2.7532669 1.2624156000000002 2.3187147 2.3187164 -1.898255 -7.3469064 1.4307424 -4.8712824 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d001+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.73826002 2.2238583999999997 -0.004151227 0.068232318 -0.78117385 -0.95343924 -0.86697247 0.0013063402 0.0012981486 0.0010186917 0.0054824838 -0.94583834 0.0054433601 +2 -0.29264722 -1.5114398 0.00048962528 -0.012376878999999999 -0.26799244 -0.39241719 -0.38258795 -0.00042327693 -0.0004280272900000001 -0.00033541925 -0.0017935160999999998 -0.43100245 -0.0017843838000000001 +3 0.14219696 0.39744058 -1.8354733 0.1122894 0.063588163 -0.016182306 0.02222645 -1.3877308000000002 -1.3877057 -1.1815322 -3.7846227 0.018691138 -3.7718167 +4 -1.2157556 -1.2011485 0.00040913650999999996 -3.3325347 0.64640544 2.1736428 1.2613577 -0.00039098082999999996 -0.00039475009 -0.00030951321 -0.00165923 1.4384136 -0.0016495387 +5 1.7914557 1.5658461000000001 -0.0024977626 0.036516275 0.026718586000000003 0.00083942535 -0.043839565999999996 0.00046105760999999996 0.0004513062 0.00035438614000000003 0.0019130121 -0.060556142 0.0018978358 +6 2.485382 2.1131197 -0.0037875994 0.061390397 2.5512136 -1.1322794 -1.0286331 0.0011578002000000001 0.0011503202 0.00090274099 0.0048597651 -1.1157785 0.0048247677000000004 +7 2.3898158 2.0428148999999998 -0.0036334705 0.057675964 2.453218 3.0825697 -0.53287308 0.001019016 0.0010083308999999999 0.0007913894 0.004262227800000001 -0.5913956 0.0042310345000000004 +8 2.2203777000000002 2.019486 -0.16626773 -1.8137381999999997 3.6810347 3.8715129 -0.48361078 -3.6569937999999995 -3.6526751 -3.3328596 -6.6157037 -0.53156191 -6.602564900000001 +9 0.78103412 0.59975241 -3.8293201 -2.0921876 2.2465342999999995 3.6729974000000003 -0.75874273 -3.4933339 -6.798414200000001 -6.4510013 -9.8680521 -0.82601014 -9.8546155 +10 1.124077 -0.78660651 2.9402961 -0.28485051 1.4139338 2.7101933999999996 1.2626093999999999 2.2921838 2.2921867000000002 -1.9094929 -4.898989299999999 1.4312454 -4.8854034 +11 -0.0087221178 -0.72785305 1.3471777 -0.077623421 0.082481942 1.3276861999999998 0.92244964 1.1443838 1.1444801000000002 0.8101558 -0.54265403 1.0525328 2.1860082000000003 +12 -2.4104406000000003 0.06991546900000001 -0.00023659225 0.0014272860999999999 -2.4098072999999998 -2.6699778 -2.4822509999999998 -0.00011973955 -0.00012452325 -9.7303388e-05 -0.00051339078 -2.6144791 -0.00051278006 +13 -0.87406283 2.2092431 -1.8210323 0.16959511 -1.0004426 -1.2393793 -1.0747871 -1.3662201 -1.3662222 -1.1621015 -3.7500478999999998 -1.1640938 -3.7372799 +14 -1.8730782 1.29501 -0.0018838007000000002 -3.2942187000000005 -0.044609344 -0.046662695 -0.063493717 0.00031838875 0.00031284741000000004 0.00024557144 0.0013233712 -0.077736868 0.0013135389 +15 -0.59698039 2.3249923 -0.0044365896000000005 0.074325902 -2.3657557999999996 -2.6252482999999995 -2.4383226000000002 0.0015087974 0.0015043763 0.0011804191 0.0063503351 -2.5697527 0.0063056397999999994 +16 -0.58394113 2.3340829 -0.0044627289 0.074893481 -0.63265901 -4.0032929 -3.7877534 0.0015281207 0.0015241748000000002 0.0011959446 0.0064336259 -3.9353345999999996 0.0063884004 +17 -0.59879273 2.3237252 -0.0044331414 0.074247097 -0.64693853 -0.81797106 -2.3498445 0.0015059632999999998 0.0015014674 0.001178138 0.006338096999999999 -2.4795356 0.0062934798 +18 -0.696805 2.3713752 -0.15972109 -1.7395862000000002 0.5077646 2.3206244 -0.75308795 -3.649457 -3.6446732 -3.3250358999999996 -6.607024000000001 -0.8208335 -6.5938797000000005 +19 -2.1999261000000003 0.86642571 -3.7988502 -2.0630657 -0.83803528 0.86754006 -1.5507201000000002 -3.4663355000000005 -6.767203599999999 -6.419870700000001 -9.836559900000001 -1.6578804 -9.8231216 +20 -0.098055078 2.1381456 2.9407034 -0.20159294 0.08739554 0.20315351 0.024134829 2.2928197999999997 2.2928222999999996 -1.9092218999999997 -4.8986208 0.014518845 -4.8850351 +21 -0.58867404 2.1642566000000003 1.3475436 -0.0029642194 -0.56603192 -0.63709575 -0.58858095 1.1465584 1.1466562 0.81150907 -0.54139456 -0.64602041 2.1875261000000004 +22 -0.26146008 -0.71531652 -1.8381568 0.099537955 -0.32050835 -0.45761087 -0.36598343 -1.3921075 -1.3921072 -1.185514 -3.7916589 -0.40965075 -3.7788502 +23 -1.614627 -3.8044483000000002 0.0008091978299999999 -3.3394551 0.21867684 0.77764407 0.62451214 -0.00051786249 -0.00052235033 -0.00040944867 -0.0021921787 0.709608 -0.0021802101 +24 0.60201496 -0.27862346 -3.2590002e-05 -0.0034495043 -1.1133559 -1.3121283000000001 -1.1937365 -0.0002451035 -0.00025012964 -0.00019583787 -0.0010428556 -1.2884983 -0.0010387883 +25 0.77415271 -0.072948097 -0.00015150402 -0.0010730038 0.80866439 -2.6285914 -2.4419223999999997 -0.0001801605 -0.00018494954 -0.00014470643 -0.0007681169 -2.5733021000000003 -0.00076583863 +26 0.64924865 -0.22151691 -7.0196983e-05 -0.0028220509000000003 0.68344852 0.77602442 -1.2451159 -0.00023280831000000002 -0.00023785377000000001 -0.00018620776000000003 -0.0009911086599999998 -1.3415681000000002 -0.00098737886 +27 0.22370997 -0.61153551 -0.18305002 -2.0567177 1.6548711 3.5127311000000003 -0.52698553 -3.6771667000000003 -3.6742402000000003 -3.3539449999999995 -6.639064599999999 -0.57823699 -6.625946000000001 +28 -1.7082123 -2.338577 -3.9362884 -2.2009691000000005 -0.2596334 1.7816558 -1.1645444999999999 -3.5921759 -6.908514200000001 -6.5608045 -9.979040300000001 -1.2545891000000002 -9.965637599999999 +29 1.0542771999999998 -3.8351285 2.940363 -0.2961921 1.3504603000000002 2.3948473 1.1784075 2.2921699 2.2921727 -1.9094988999999998 -4.8989974 1.3310501000000001 -4.8854115 +30 -0.15845744 -3.2070877 1.3470993999999998 -0.08733112800000001 -0.05681451 0.34898398 0.30148967 1.144085 1.1441808 0.80996964 -0.54282724 0.34471293 2.1857994 +31 -1.7841246 -1.1368126 -1.8391237 -3.2246064 -0.0016927213 1.405722 1.0815296 -1.3933053 -1.3932893 -1.1865861 -3.7935565 1.2440282 -3.7807421000000003 +32 1.8553897000000001 1.7494964 -1.8267057 0.14742469 0.003407958 -0.08239210400000001 -0.051801464000000005 -1.3744848 -1.3745294 -1.1696095 -3.7634446 -0.069019956 -3.7506661 +33 2.3186921000000003 2.0834111 -1.8227381999999999 0.16219551 2.2847985 -1.3755031 -1.2007092 -1.3687408 -1.3687394 -1.1643766000000002 -3.754114 -1.2956722 -3.7413419 +34 2.1995254 2.0007064999999997 -1.8238267 0.15822877 2.1633791 2.7307688999999997 -0.53260301 -1.3702976 -1.3703221 -1.1658066 -3.7566659 -0.59136431 -3.7438925000000003 +35 0.79560123 1.0349078 -4.334182299999999 0.083143656 0.76710968 0.98767205 0.68197441 -5.875924400000001 -5.889766000000001 -5.5462136 -8.949432 0.75309372 -8.9352562 +36 0.50108377 0.52772316 -6.1541976 0.033731683 0.50688688 0.62784157 0.40436165 -2.8960918999999996 -6.2303016 -5.885340900000001 -9.2951425 0.43572821 -9.280966900000001 +37 0.14572253 0.39265415 -1.7431526999999998 0.10742043 0.07102594200000001 -0.0031719076 0.030478741 -1.3282767 -1.3282616000000003 -4.4497876 -7.8166913000000005 0.02786689 -7.802532000000001 +38 0.14531882 0.39335935 -1.7559939999999998 0.10809179 0.07005945200000001 -0.0047154786 0.029513901000000002 -1.3366285 -1.3366086000000001 -1.1353829 -6.1696907 0.02680942 -3.6916186 +39 -0.044986407 -0.086462192 -5.966850499999999e-05 -3.3230019 -0.012997133999999999 0.23261133 0.23485427 -0.00012604423000000002 -0.00012711837 -9.9831924e-05 -0.00053917873 0.27047576 -0.00053485042 +40 2.1237814 1.8373191000000002 -0.0031598946999999997 -3.2741811000000003 4.299592400000001 -0.076211145 -0.11202276 0.0007045285400000001 0.00069153966 0.00054290483 0.0029276158 -0.13651494 0.0029052090999999998 +41 2.3619423999999998 2.0220052 -0.0035831446 -3.2653171000000003 4.5839513 3.7889705 -0.46054956 0.0009836543 0.0009724724900000002 0.00076326702 0.004111285399999999 -0.51412212 0.0040810596999999995 +42 2.2036819 2.0072656 -0.16647141 -5.1379144 4.9077236 3.9147537000000003 -0.47922628 -3.6572277 -3.6529279999999997 -3.3331068999999998 -6.615977900000001 -0.52683766 -6.602839299999999 +43 0.75805745 0.58487385 -3.831686 -5.4152877 3.1472154999999997 3.8535719 -0.73742158 -3.4953005 -6.8008164 -6.4533987999999995 -9.870478599999998 -0.80308146 -9.857040699999999 +44 0.94493306 -1.0208853 2.940293 -3.6087192999999997 3.080623 3.5756788999999998 1.4057163000000001 2.292173 2.2921758999999997 -1.9094974999999998 -4.8989955 1.5985293999999999 -4.8854096 +45 -0.43404067 -1.2662113000000002 1.3471651000000002 -3.4032296000000004 1.5680995 3.055281 1.4194089 1.1442839 1.1443796999999998 0.81009343 -0.54271182 1.617612 2.1859384 +46 2.5873072999999995 2.1855011 -0.0039746232 0.065400252 0.76629103 -2.6679668 -2.4793839 0.0012903044 0.0012859044 0.0010090707000000002 0.005430391 -2.6114227999999997 0.0053917357 +47 2.5231047 2.1402096 -0.0038608398 0.062869717 0.70778037 0.79309838 -1.2381468999999998 0.0012032097 0.0011964828 0.0009389444699999999 0.0050540826 -1.3348086000000001 0.0050178327000000005 +48 2.3244963 2.0960475 -0.16482247 -1.7992297 1.6946006999999998 3.3862968999999996 -0.54433473 -3.6553684 -3.6508788 -3.3311032999999997 -6.6137557000000005 -0.59722534 -6.6006156 +49 0.87146698 0.66281947 -3.8184487000000003 -2.0868802 0.48213016 2.4207159 -0.98138073 -3.4843351 -6.7872694000000005 -6.4398823 -9.856802 -1.0626238000000001 -9.843367500000001 +50 2.0698591 0.61642328 2.9403589 -0.26367741 0.52708318 1.0344253 0.61663765 2.2923202000000003 2.292323 -1.9094348 -4.8989103 0.68468666 -4.885324400000001 +51 1.5728601 1.0386258 1.347266 -0.049402802 -0.11689513 -0.029095938999999998 -0.050028179000000006 1.1451572 1.145254 0.81063716 -0.54220568 -0.057377476 2.1865485000000002 +52 2.5884396 2.1862926 -0.003976554 0.065445143 2.658087 -1.0561465 -2.5458263 0.001291839 0.0012874861 0.001010311 0.0054370442 -2.6788522 0.0053983469999999995 +53 2.5335659 2.2470964 -0.16057671 -1.7686436 4.016299 0.33850196 -1.579404 -3.6508775 -3.6455629000000003 -3.3259068 -6.607991900000001 -1.6832636000000003 -6.594846799999999 +54 0.96323821 0.73162953 -3.8051872 -2.0807889 2.4310992000000002 -0.08809385199999999 -2.0912034 -3.4734986000000005 -6.773614500000001 -6.4262664 -9.843032000000001 -2.2111971 -9.8295926 +55 3.3787746 2.2388666 2.9406126 -0.19503951 3.7915381 -0.27466477 -0.36428536 2.2928002 2.2928028 -1.9092303 -4.8986322 -0.40990307 -4.885046400000001 +56 2.7477720000000003 2.134175 1.3475161 -0.0050369863 2.9049681 -0.84019052 -0.77682486 1.1464893 1.1465877 0.81146646 -0.54143421 -0.84791709 2.1874784 +57 2.5618754 2.2670188 -0.15991385 -1.7644109000000001 4.046486799999999 3.8875836 -2.1042987999999996 -3.6501886 -3.6447315000000002 -3.3250941 -6.607090299999999 -2.2225373 -6.593944500000001 +58 0.96660905 0.73462275 -3.8045261 -2.0805136 2.4340757 3.7094619 -2.3536749 -3.4729686 -6.7729289 -6.4255832999999996 -9.8423416 -2.4783791 -9.8289015 +59 3.4438474 2.299824 2.9406299 -0.19076304 3.8640385999999998 3.700133 -0.55079507 2.2928307 2.2928333999999997 -1.9092171999999998 -4.8986144 -0.61021742 -4.8850287 +60 2.7382313999999996 2.1261935000000003 1.3475068000000001 -0.0054877235 2.8962083 3.4230146 -0.51689422 1.1464708000000001 1.1465686000000002 0.81145461 -0.54144512 -0.57417345 2.1874652 +61 -2.5071417 -3.2347299 -8.0990507 -2.2000626 -1.0993187 0.43685185 -1.8173361000000001 -8.594467 -11.906538000000001 -11.556073 -14.989659 -1.9345322 -14.97579 +62 2.2248002999999996 2.0224849999999996 -0.16488877 -1.8271421 3.6942353999999997 3.8729631 -0.50009174 -3.6562763999999994 -3.6520018 -6.654127000000001 -10.073328 -0.54913829 -10.059925999999999 +63 2.2246936 2.0224389 -0.16475824 -1.8256525000000001 3.6932154 3.8728279000000003 -0.49832792 -3.6561051 -3.6516943 -3.3318983999999996 -9.0751817 -0.54725804 -6.601824799999999 +64 0.78097137 0.59971795 -3.8295285000000003 -2.0924124 2.2465986 3.6732557999999997 -0.75896584 -3.4935559 -6.798760099999999 -9.7732743 -13.20527 -0.82624488 -13.191806 +65 0.78120805 0.59991826 -3.8290916 -2.0923793 2.2468255 3.6731187999999997 -0.75896139 -3.4932296999999997 -6.7982975 -6.4508847000000005 -12.327483 -0.82624088 -9.854531800000002 +66 1.1688812 -0.77627198 2.9868209 -0.29959881 1.4715068 2.7531168 1.2620378 2.3186614 2.3186632 -1.8982662000000001 -7.346824300000001 1.4303089 -4.8712013 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.7428796 0.38409066 0.31023676 0.13004107 -3.1381888 -1.1965363000000002 -0.10067892 0.36450823 0.36516362 0.36084666 0.38175817 -0.11484685 0.38172075 +2 -3.4099663000000002 -7.2273679 -4.9351838 -0.24698015 -3.5016523999999998 -2.3698513 -0.61302174 -5.1736547 -5.175738099999999 -5.1617587 -5.2318379 -0.70345183 -5.2310264 +3 -0.13632291 -0.093608445 -1.0412277 0.0073789329 -0.1801143 -0.022470879 0.02629351 -0.15786216 -0.16368968 -0.16231513 -0.17032972 0.030997621 -0.1700667 +4 -0.033406477000000004 -0.014402433000000001 -0.011381298 -3.3228177000000003 3.0154305 0.11632498 0.012821476000000002 -0.01345758 -0.013415126000000001 -0.013261863 -0.013914403 0.014752121000000002 -0.013928413 +5 0.27749547 0.1650027 0.13212921 0.022923437 -1.9632060000000002 -0.42357347 -0.057876265999999996 0.15590777 0.15603493 0.15431778 0.16258545 -0.067504175 0.16257475 +6 2.0252380000000003 1.5131945 1.1124841 0.3982888 2.2899941000000004 -3.3267225 -1.1764473999999998 1.4195579 1.4169252 1.3914136000000001 1.5142586999999998 -1.3301865 1.5148061000000002 +7 2.2931548 1.7109870999999999 1.2456271 0.47900702 2.5366836 0.10939584 -1.8891928 1.6047581 1.6018112 1.5708251 1.7213903999999998 -2.0941370999999998 1.7220206999999998 +8 -3.1472236000000002 -5.575152200000001 -7.441535000000001 -0.1616447 -3.3084574 -2.2048816 -0.46249017 -8.1863401 -8.2034409 -8.1893218 -8.2613447 -0.53352426 -8.260302900000001 +9 -3.4331047999999997 -7.659043799999999 -8.6745179 -0.24750476 -3.5252665000000003 -2.4333006 -0.64460233 -5.6002127999999995 -8.929469099999999 -8.915212400000001 -8.9872076 -0.73922801 -8.986282899999999 +10 -0.002038582 -0.0020324252 -0.0016308765 -0.00034182410000000005 -0.0021513373000000002 -0.00018669201 -2.5520906e-05 -0.0019893391 -0.0021134888 -3.3240199999999995 -3.3883777000000004 -2.9296384e-05 -3.3882483 +11 -2.7401316000000002e-05 -4.4507585e-05 6.144864599999999e-05 -1.8916117e-05 -1.0491235e-05 2.327674e-06 -2.2803245999999998e-05 -7.6252705e-05 -2.7576816e-05 -2.7130117e-05 -2.4599728 -2.6843153999999998e-05 -0.00017888041 +12 -5.5087912 -6.690628500000001 -4.7583394 -0.14984027 -5.7102223 -5.3777621 -2.7610843 -4.996539 -4.9977264 -4.983771599999999 -5.053563400000001 -3.0022936000000002 -5.0527828 +13 -2.8591542000000003 0.29434278 -0.70532343 0.13374061 -3.2635777000000004 -1.3606642 -0.11358156 0.20210716 0.19785198 0.1954348 0.20583493 -0.12883768 0.20604339 +14 -3.3967757000000005 -0.13627596 -0.099394635 -3.2771209999999997 -1.191814 -0.1526093 0.074285324 -0.12535231 -0.12413486 -0.12281089 -0.12866594 0.08808356 -0.12874662 +15 -1.2418358999999999 1.6008973 1.1823204999999999 0.48536699 -3.7588417 -2.8989877 -0.79375824 1.5048117 1.502544 1.474756 1.6102047 -0.90538398 1.6105812 +16 -0.63061554 2.0693241 1.4900989 0.69139033 -1.4719891 -4.69276 -2.1492005 1.9428896 1.9396542 1.8969212 2.1097064999999997 -2.3673082 2.1102898 +17 -0.68124835 2.032636 1.4663161 0.67386609 -1.5090627 -0.46355465 -1.8580074 1.9085464 1.9053696 1.8639685000000001 2.0696982 -2.0616296999999997 2.0702675 +18 -4.7617886 -3.2812801 -5.8823539 -0.040428109 -5.0584202000000005 -4.7861183 -2.1865048 -6.6212993 -6.6357504 -6.6220854000000005 -6.6940079 -2.4095141 -6.692613000000001 +19 -5.5352207 -7.1754793 -8.537619900000001 -0.14997559 -5.7370407 -5.410204 -2.7922168999999997 -5.464431299999999 -8.7870264 -8.7727603 -8.8447273 -3.0346151000000003 -8.843815300000001 +20 -2.7449486000000003 0.38223787 0.30837891 0.12968104 -3.1399719 -1.1973767 -0.10087367 0.36257885 0.36312301 -2.9630957 -3.0254727000000003 -0.11506513 -3.0253412999999996 +21 -2.7429092999999996 0.38404075 0.30992231 0.13001927 -3.1381991 -1.196484 -0.10070909 0.36432946 0.36504694 0.36073164 -2.078464 -0.11488255 0.38140228 +22 -3.2450879 -5.7532724 -4.3938697 -0.22970311 -3.3481256 -2.1561993999999998 -0.49346918 -3.5923788 -3.5967019999999996 -3.5837619 -3.6501878 -0.56838557 -3.6491739 +23 -3.6222112999999996 -7.4201397 -4.9763582 -3.5568553999999994 -1.4645743999999998 -0.31602463 -0.041854507 -5.214489599999999 -5.2173138 -5.2033288 -5.2734699 -0.049253967999999995 -5.272652 +24 -3.2036276000000004 -7.083192200000001 -4.9016513 -0.2601751 -5.035612 -4.534813300000001 -2.0981266 -5.140778900000001 -5.142041000000001 -5.1280417 -5.1980438 -2.3129242999999997 -5.1972622 +25 -3.1744494999999997 -7.067661 -4.8944570999999994 -0.26233153 -3.2488612999999997 -6.0985402 -3.5138678 -5.1372619 -5.1384151 -5.1244125 -5.194405000000001 -3.7732022000000005 -5.1936279 +26 -3.1905638 -7.0816526 -4.898834 -0.26127843 -3.2661775 -2.0958845 -2.2813067000000005 -5.140672599999999 -5.141903299999999 -5.127902 -5.1979017999999995 -2.5048499 -5.1971223 +27 -3.421624 -9.691754699999999 -8.3457772 -0.1699303 -3.5822494 -2.6555992 -0.68101301 -9.1047567 -9.108004199999998 -9.093739999999999 -9.1657478 -0.77997616 -9.164827 +28 -3.5053356 -11.245307 -8.956582199999998 -0.24978564 -3.5973952000000007 -2.5687674 -0.71282373 -5.8838666 -9.2084912 -9.194213900000001 -9.2662186 -0.81588351 -9.265309 +29 -3.4099678 -7.2274636 -4.9359109000000005 -0.24697927 -3.5016738 -2.3698577000000003 -0.61302133 -5.1736952 -5.1758368 -8.4837855 -8.5556156 -0.70345091 -8.5548014 +30 -3.4099662000000004 -7.227366099999999 -4.9351801 -0.24698015 -3.5016523 -2.3698506 -0.61302141 -5.1736547 -5.175736799999999 -5.1617574 -7.6912819 -0.70345146 -5.2310291 +31 -0.16807867 -0.11068446 -1.0556491000000001 -3.3159682999999998 2.9309304 0.11484763 0.041123264 -0.17338498 -0.17926393 -0.17773089 -0.18641954 0.048117347000000005 -0.18617067 +32 0.12574504 0.055637297999999995 -0.91258449 0.025896487000000003 -2.0974863 -0.49381349 -0.038764863 -0.020316206 -0.025661817000000003 -0.025615256 -0.027142074 -0.044889793 -0.02690851 +33 1.9550553 1.4516216999999998 0.23395438 0.39141562 2.1985256 -3.3380998 -1.1604497999999999 1.2875923999999999 1.2837563 1.2616607 1.3666211000000001 -1.3127459 1.3672628 +34 2.2419879000000003 1.6625191000000004 0.39614745 0.47430063 2.4779435000000003 0.10780864 -1.8684302 1.487501 1.4838173000000001 1.4562818000000002 1.5885432 -2.0722183000000003 1.5892631000000002 +35 -2.7440314999999997 -4.007067299999999 -6.7352057 -0.13429669 -2.9180017000000005 -1.6282302 -0.22107818 -6.486913400000001 -6.5097805 -6.4958689000000005 -6.5674556 -0.25714907 -6.5663216 +36 -3.2633537999999995 -5.8831811 -7.8871213000000004 -0.2299806 -3.3668187999999994 -2.20145 -0.51363654 -3.7697787000000003 -7.1025339999999995 -7.0884728 -7.1602217999999995 -0.59136765 -7.159181200000001 +37 -0.13740173 -0.094661187 -1.0387865 0.007191540400000001 -0.18123057 -0.022586202000000003 0.026261031 -0.15858788 -0.1645452 -3.4850913 -3.5504337999999995 0.030960054 -3.5500654000000003 +38 -0.13606216 -0.093345641 -1.0378714 0.0073926766 -0.17981073 -0.022435677 0.026264686000000002 -0.15739008 -0.16321234 -0.16184203 -2.6297224999999997 0.030963814 -0.16970597 +39 0.090525983 0.040513671 0.033319472 -3.3172608 -0.53912473 -0.084350459 -0.012004631000000002 0.038506852 0.038637159 0.038241326 0.040218044 -0.014288268 0.040202309 +40 1.9876528999999998 1.488864 1.0958073 -2.9323132000000003 3.4031900999999998 -3.25261 -1.1279896 1.3967527 1.3941636 1.3692805000000001 1.4889719 -1.2776321000000002 1.4895097 +41 2.2926487 1.7114077 1.2459128000000002 -2.8422862999999996 3.4206602999999998 0.12101602 -1.8876124 1.6051554 1.6022077 1.5712092 1.7218384999999998 -2.0924725 1.7224688000000001 +42 -3.4433357000000004 -5.9668253 -7.6294087 -3.4714537000000005 -1.3046426000000002 -0.28744476 0.048269202000000004 -8.3652963 -8.3921918 -8.378040299999999 -8.4500653 0.056416842 -8.4490495 +43 -3.6453762000000003 -7.844587700000001 -8.677859300000001 -3.5569414 -1.4914223999999998 -0.32971448 -0.044024455 -5.6298642999999995 -8.9664242 -8.9521702 -9.0241726 -0.05182233 -9.0232445 +44 -0.035432346 -0.016493795 -0.013108353 -3.3231693999999994 3.014514 0.11631393 0.012810671000000001 -0.015500053 -0.015584197 -3.3373371 -3.4017436 0.01473966 -3.4016288 +45 -0.033433374 -0.014446882 -0.011312276999999999 -3.3228364999999997 3.0154259999999997 0.11632522 0.012798951000000001 -0.013531533 -0.013440533999999999 -0.013286849 -2.4738801 0.014725581000000001 -0.01410359 +46 2.2992117000000003 1.7114865000000001 1.2462458 0.47880704 -0.80554696 -4.2104439000000005 -1.8341733 1.6053034 1.6023653 1.571367 1.7220291 -2.0359305 1.7226531999999999 +47 2.3079889 1.7193949 1.2513839 0.48236575 -0.80245439 -0.15883431 -1.9124870999999999 1.6126733999999998 1.6097204999999999 1.5784878999999998 1.7303323 -2.1187728999999997 1.7309625 +48 -2.8013401 -5.1525752 -7.1940563 -0.17558287 -4.7113019 -4.2377743 -1.7931895 -7.9620757 -7.966017699999999 -7.951844 -8.023758 -1.9922786 -8.0227799 +49 -3.2406946 -7.5371062 -8.654894699999998 -0.26038365 -5.0724614 -4.5840062999999995 -2.1419487 -5.5800221 -8.9031181 -8.88884 -8.960809699999999 -2.3592077999999996 -8.9599069 +50 0.27544331 0.16312313 0.13052828 0.022577441 -1.9646903000000002 -0.42390901 -0.057919196 0.15404206 0.15405249 -3.1695702 -3.2331446 -0.067551873 -3.2330107000000003 +51 0.27747163 0.16496439 0.13211644 0.022904348999999997 -1.9632111 -0.42355493 -0.057901642 0.15581697 0.15599857 0.15428197 -2.2974579 -0.06753394900000001 0.16236862 +52 2.4074725 1.7905080000000002 1.2986973999999998 0.51324659 2.6311192 -3.2978862999999996 -2.8282176 1.6792616999999999 1.676218 1.6428363999999998 1.8057083999999999 -3.0719098 1.8063679 +53 -2.7406683 -5.0803304 -7.1590383 -0.17805133 -2.877519 -5.816992099999999 -3.1954832000000004 -7.920579300000001 -7.9220872 -7.907903500000001 -7.979796400000001 -3.4487650000000003 -7.9788302 +54 -3.2144258 -7.5249424 -8.650756300000001 -0.2623978 -3.2903718 -6.1403807 -3.5552289 -5.57814 -8.900483900000001 -8.886203 -8.9581695 -3.8155976000000003 -8.9572696 +55 2.0247625 1.5127736 1.1107685 0.39811051 2.2895682 -3.3267571000000005 -1.1764925 1.4188913 1.416315 -1.9311077 -1.9848093 -1.3302348 -1.9839852999999998 +56 2.0251676 1.5131197 1.1111466 0.39825155 2.2899472999999997 -3.3267222000000003 -1.1764938999999999 1.4192458000000001 1.416709 1.3912035 -0.94687469 -1.3302368 1.5141374 +57 -2.7712442999999998 -5.122444000000001 -7.1821456999999995 -0.17704271 -2.9097798999999998 -1.7459214 -2.1185853999999997 -7.9449052 -7.947674900000001 -7.9334910999999995 -8.0053902 -2.3355648999999996 -8.004423 +58 -3.2294968999999996 -7.5368094 -8.6452166 -0.26135931 -3.3065516 -2.1809513 -2.3107568 -5.5802674 -8.9032098 -8.8889306 -8.960899000000001 -2.5356214 -8.9599975 +59 2.2929513999999998 1.7107900000000003 1.2436621 0.47890806 2.5365534 0.10939484 -1.8892195999999999 1.6042531999999998 1.6013875 -1.7515133000000003 -1.8028807 -2.0941650000000003 -1.8019479 +60 2.2930777 1.7109081999999998 1.2439155000000002 0.4789666 2.5366383999999997 0.1093962 -1.8892403000000002 1.6043962 1.60155 1.5705721000000001 -0.74002233 -2.0941869 1.7212316000000003 +61 -3.4223354 -9.748497500000001 -11.479171000000001 -0.16991393 -3.5829303999999995 -2.6571333 -0.68188178 -9.1500112 -12.483566 -12.469291 -12.541428 -0.78095764 -12.540493 +62 -3.1472377999999996 -5.5751635 -7.4431932000000005 -0.16164338 -3.3084803999999997 -2.2048681 -0.46247956 -8.186346 -8.2034647 -11.511274 -11.583511 -0.53351146 -11.582469 +63 -3.1472235 -5.5751517999999995 -7.441534299999999 -0.16164469 -3.3084572999999997 -2.2048815 -0.46249012 -8.1863399 -8.2034406 -8.1893214 -10.720778 -0.5335242 -8.260303 +64 -3.4331147000000004 -7.6590902000000005 -8.673596400000001 -0.24750441 -3.5252747 -2.4333033 -0.64460231 -5.6002227 -8.929518 -12.237189 -12.309314 -0.73922781 -12.308389 +65 -3.4331047999999997 -7.6590436 -8.6745176 -0.24750476 -3.5252665000000003 -2.4333006 -0.64460232 -5.6002127999999995 -8.929469000000001 -8.9152123 -11.446639999999999 -0.739228 -8.986283 +66 -0.0020408158 -0.0020361935 -0.0016246396 -0.00034349485 -0.0021520412 -0.00018646462 -2.7605241e-05 -0.0019959722 -0.0021154349 -3.3240218999999995 -5.8478603 -3.1749674e-05 -3.3882646 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -2.6279591 0.51856678 -0.013091016 0.15995001 -2.947824 -1.7513773000000001 -0.28474138 0.010533967 0.010509087 0.0092204362 0.01996846 -0.32438467 0.020031154 +2 -1.9487371999999998 -3.0465961 0.048736697 -0.27314889 -1.8713717 -0.59311656 -0.11121158 -0.0027634642 -0.0026894052000000002 -0.0022914305 -0.0047335852 -0.12993609 -0.0049217996 +3 -0.23799267 -0.051292109 -2.8468468999999996 0.50149401 -0.75123865 -0.20249602 0.08742119300000001 -2.2106917 -2.2112106 -2.0704018 -3.0036686 0.10453626 -3.0015504 +4 -0.042719747 -0.034184772 -0.0006499944 -3.3268638999999998 3.0430528999999997 0.23170411 0.024480905 -0.0017756801 -0.0017745364 -0.0015624076 -0.003383611 0.028540291000000002 -0.0033825161 +5 0.32495769 0.23466142 -0.0059410988 0.041068935 -1.7457125 -0.60663241 -0.08529045 0.0038629640999999996 0.0038535445 0.0033924869 0.007362174 -0.099495636 0.0073587734 +6 3.2821797999999993 2.5371651 0.085626005 0.8297799 3.3726311 -3.1818405 -1.1790774 0.29067818 0.29056343 0.25283591 0.6138496 -1.3547126 0.61278276 +7 3.7446382000000007 2.8739841 0.10416723 1.0222724 3.6272099 0.24266775 -1.9222303 0.36490712 0.36478323 0.31629909 0.79414905 -2.1594123 0.7927562 +8 -0.8475124 -1.3809352 -6.5549474000000005 0.44323479 -1.3576098 -0.44959661 -0.16588383 -8.2465168 -8.2651765 -8.0835113 -9.2160987 -0.19748329 -9.2138348 +9 -1.9626866000000003 -3.7387538 -8.2676088 0.31874416 -2.4107102000000005 -1.5294163 -0.50175948 -6.084745 -9.412098199999999 -9.2301019 -10.364313000000001 -0.58763235 -10.362032000000001 +10 0.26061025 0.17931124 0.10021819 -0.075437057 0.38394908 0.074323577 -0.083023973 0.083814261 0.08417644 -3.2478 -4.2971381 -0.098806504 -4.2950869 +11 0.19752011 0.13104369 0.20284535 -0.09270145 0.32530467 0.062601399 -0.058276795 0.18100802 0.1812481 0.158657 -2.1062243 -0.069391115 0.36315198 +12 -3.4355184000000003 -1.2139163999999998 0.058413875 -0.12359938 -3.5335765 -3.4906819 -1.2895475 0.022304895 0.022357807 0.019748665 0.043378277 -1.4597964 0.043153764000000004 +13 -2.3947262 0.7758104 -2.6069891 0.65073295 -3.1534259 -2.6523418999999997 -0.58607936 -1.9064173999999998 -1.9067026999999999 -1.7756138 -2.6590824 -0.66307098 -2.6568286 +14 -3.2886375 -0.001701799 -0.01662126 -3.2577307 -1.3531056000000001 -0.33654097 0.027949234 -0.014839904 -0.01484368 -0.013107748999999998 -0.028353752000000003 0.035003277 -0.028267431000000003 +15 -0.43732037 2.2652683 0.048093841 0.73857381 -3.0432592 -3.0357047 -0.97256231 0.21972583 0.21962585 0.1917116 0.45157328 -1.1181615 0.45087267 +16 0.71476247 3.1365977000000003 0.094082481 1.2221467 -0.43706537 -4.4629308 -2.1128301 0.41294768 0.41280483 0.3571077 0.91749882 -2.3611809 0.91585471 +17 0.66964666 3.1046327999999996 0.09212649699999999 1.2019799999999998 -0.4661052 -0.2509412 -1.8927858 0.40443847 0.40429561 0.34989275 0.89523894 -2.1282815 0.89363684 +18 -1.7389717 0.86004432 -4.8863673 0.69603752 -2.5189805 -2.1831952 -0.59941288 -6.5586174 -6.570352400000001 -6.390075 -7.5160681 -0.7015304 -7.5138373 +19 -4.0107735 -3.1289257999999998 -8.084364200000001 0.41048717 -4.5720017 -4.796621400000001 -2.5388758 -5.9124915 -9.2287162 -9.0467094 -10.18069 -2.8061027000000003 -10.178458000000001 +20 -2.5213633 0.57629919 0.13462843 0.05765851599999999 -2.7432213 -1.3106719999999998 -0.24515378 0.13221828 0.13254532 -3.2055754000000003 -4.2522972 -0.28331482 -4.2502317000000005 +21 -2.5648664 0.54300043 0.24049383 0.04319442 -2.7764898 -1.3890688 -0.23805821 0.23188964 0.2320848 0.20263661 -1.9956095 -0.27402217 0.47445453 +22 -1.8329408 -2.5437155 -3.2520015 0.40071344 -2.3448011 -1.2082268999999999 -0.11118035 -2.6976231 -2.6979498 -2.5454773 -3.5384614 -0.12667533 -3.5361902 +23 -2.0467245 -3.1822877999999997 0.048321684000000004 -3.5964300000000002 0.18369053 0.046059953 -0.023689767999999996 -0.0037131456 -0.0036382718 -0.0031271476 -0.00654134 -0.028209027999999997 -0.0067285306 +24 -1.4071673999999998 -2.3823719 0.05009629 -0.26028614 -3.1480547000000003 -1.9884498 -0.47586258 0.0022322267 0.0023009048999999998 0.0021027626 0.0047908838 -0.54627025 0.0045971492 +25 0.83533771 -0.1171118 0.080826484 -0.090810036 1.0855995 -3.6038422 -1.5167413 0.067235248 0.067269975 0.059184300999999995 0.13170746 -1.7219495999999999 0.13133103 +26 1.2246757 0.23358996 0.09105162800000001 -0.031910417 1.5323608999999998 0.168653 -1.9679343 0.088747794 0.088771794 0.07800304400000001 0.17486393 -2.2078273 0.17443085 +27 -2.2345527 -5.5475987 -7.735508599999999 0.38064107 -2.747179 -2.3616157 -0.77061994 -9.4546337 -9.452967 -9.2708904 -10.405063 -0.89458458 -10.402854 +28 -2.4140401000000002 -7.2991125 -8.600353199999999 0.30040416 -2.8605357999999996 -2.4876205000000002 -0.91459788 -6.4260592 -9.746178500000001 -9.5641088 -10.698578 -1.057809 -10.696311 +29 -1.8441721000000002 -2.923825 -0.014025407 -0.31859229 -1.7203921000000002 -0.46621869 -0.16164869 -0.074376949 -0.07390326700000001 -3.3870297 -4.4444626 -0.19020386 -4.4424362 +30 -1.8604771 -2.9473804 0.059476802 -0.33078503 -1.7277015 -0.48020455 -0.14990407 -0.0017000989000000002 -0.0012959695 -0.0009488866499999999 -2.4729276000000002 -0.17624963 -0.0054274717 +31 -0.31962923 -0.1113317 -2.8624125 -2.8247459 2.3553319 0.20784569 0.13470486 -2.229657 -2.2302008 -2.0888459 -3.02485 0.15979873 -3.0227429 +32 0.19406703 0.23597747 -2.7690557 0.52310648 -2.2527880000000002 -1.0696611 -0.065940339 -2.1134585 -2.1139771 -1.9760144 -2.8945474 -0.073752501 -2.8924435 +33 3.0403043999999997 2.3428786 -2.0174865 0.97739522 2.8920182999999997 -3.2395232000000003 -1.1381914 -1.104478 -1.1047497 -1.0102009 -1.6870476000000003 -1.3095028 -1.6853467 +34 3.5381574999999996 2.7077352 -1.8763391999999999 1.13115 3.3454157999999996 0.23556158 -1.8547081000000003 -0.8883734 -0.88857176 -0.80776971 -1.4014471000000002 -2.087715 -1.3997868 +35 -0.46146996 -0.40432476 -6.451122 0.6254756 -1.1215032 -0.50614405 0.083423756 -6.877749700000001 -6.9052005 -6.7248845 -7.853252799999999 0.099364806 -7.850632400000001 +36 -1.3797972 -1.9689901 -7.772321499999999 0.48137164 -1.9552776 -1.231306 -0.15332202 -4.0681056 -7.4045261 -7.2236879 -8.3542092 -0.18003297 -8.351635 +37 -0.23521862 -0.049738665999999994 -2.7949504000000003 0.49754658 -0.74437318 -0.19979006 0.086258291 -2.1804981 -2.1810391 -5.3630188 -6.4792761 0.1031479 -6.476877200000001 +38 -0.23510773 -0.049669597 -2.8009011000000004 0.49801375 -0.74469928 -0.19991881 0.086383666 -2.1839435000000003 -2.1844441000000003 -2.0443976000000004 -5.4346974999999995 0.10329702 -2.9720561 +39 0.13750646 0.091273618 -0.0066138177 -3.3054167000000003 -0.25385057 -0.081221415 -0.01082818 -0.0024595946 -0.002463746 -0.0021714111 -0.0047076607000000005 -0.013090508999999998 -0.0047009105 +40 3.2553183999999997 2.5170786 0.084332339 -2.5027928 4.1323068 -3.1309489 -1.1452971 0.28642003 0.28630606 0.24918194 0.60385975 -1.3176412 0.60280799 +41 3.7446156000000004 2.8741293 0.10416724 -2.2994024 4.1517899 0.24985903 -1.9213866000000002 0.36493675 0.36481283 0.3163243 0.79422337 -2.1585172999999998 0.79283037 +42 -1.0056474 -1.4816431 -6.616266599999999 -2.8776014 1.087613 0.1418748 -0.08450503599999999 -8.306700200000002 -8.3271093 -8.145404 -9.2781005 -0.10213341 -9.27585 +43 -2.1816799 -3.8727839 -8.3025178 -2.9952747000000004 -0.31322527 -0.057045842 -0.1922918 -6.1153081 -9.447140800000001 -9.2651334 -10.399372 -0.22909487 -10.397095 +44 0.23086292 0.1556553 0.09883915800000001 -3.4011303 3.3486735 0.23976781 -0.066037628 0.081676372 0.08204069 -3.2496678 -4.299118900000001 -0.079094813 -4.2970692 +45 0.16584329 0.10576795 0.20147361 -3.4186617 3.2973968 0.23834678 -0.040210071 0.17890132 0.17914343 0.15683224 -2.1107116 -0.04840085 0.35863648 +46 3.7344546000000003 2.8668313 0.10317459 1.01804 0.10280176 -4.083917899999999 -1.8670585 0.36278977 0.36266538 0.31449488 0.78883751 -2.1006809 0.78745437 +47 3.760468 2.8850601000000005 0.10417225 1.0289945 0.11042627 -0.03790193 -1.9452058 0.36708221 0.36695786 0.31815161 0.79961648 -2.1838527 0.7982124 +48 -0.15150734 -0.90349185 -6.239799 0.44864811 -2.521519 -1.8735106 -0.55230395 -7.9373957 -7.947363799999999 -7.765826799999999 -8.8976628 -0.64565258 -8.8954274 +49 -1.5447556 -3.5075102 -8.1996205 0.30332715 -3.7502025000000003 -3.72154 -1.7197993000000003 -6.025978 -9.3441455 -9.1621305 -10.296244 -1.9396718999999998 -10.293994999999999 +50 0.56166537 0.39934095 0.11779324 -0.037476739 -1.4737186000000002 -0.42086766 -0.1490429 0.1088975 0.10924839 -3.2258803 -4.2738574 -0.17586581 -4.2718112 +51 0.49932122 0.350547 0.22057347 -0.054631387000000003 -1.516253 -0.45363851 -0.12654777 0.20554566 0.20577012 0.17990737 -2.0533314 -0.14908979 0.41633807 +52 3.9022394 2.9826328999999996 0.10921749 1.0886802 3.6931468 -3.1573856 -2.858502 0.39037666 0.39025492 0.33796917 0.85886858 -3.1400031000000004 0.85734997 +53 0.86639241 -0.09577565 -5.6397536 0.48960273 0.50004399 -3.8163456 -1.7454566999999999 -7.3421175000000005 -7.3392761 -7.1581592999999994 -8.2880863 -1.9696993999999999 -8.2858455 +54 -1.4451635 -3.4634727 -8.1852955 0.29875422 -1.8595462999999999 -5.3784349 -3.1440965 -6.0138597 -9.329908 -9.147881 -10.281965 -3.4322190999999997 -10.279731 +55 3.3667699 2.5977784 0.368809 0.78149572 3.5006314 -3.164955 -1.2508694 0.51306554 0.51318407 -2.8799693 -3.9034681000000004 -1.4336256 -3.9013269 +56 3.3608841 2.5930039000000003 0.44246201 0.78284644 3.4938151 -3.1676416 -1.224672 0.57627585 0.57629438 0.49466337 -1.1019326999999999 -1.4048893 1.3758031000000002 +57 0.9445687 -0.029540464 -5.587864700000001 0.49509149 0.58741534 0.081332008 -2.0326581999999997 -7.290070599999999 -7.286365299999999 -7.105308099999999 -8.2350424 -2.2768457000000004 -8.2327869 +58 -1.4744354 -3.4837550999999998 -8.191687 0.29971585 -1.8906843999999998 -1.0158309 -2.2293832 -6.0194304 -9.3363132 -9.1542868 -10.288378999999999 -2.4839599999999997 -10.286143 +59 3.7943383 2.9077638 0.42405952 0.96767702 3.6960108999999997 0.24534263 -1.9965074 0.60483721 0.60491187 -2.8034646 -3.8206672999999993 -2.2381062999999997 -3.8184795 +60 3.7980913 2.9101507 0.48910601 0.97462024 3.6941864 0.24477628 -1.9707082999999999 0.66046356 0.66044295 0.56436359 -0.83140283 -2.2108116 1.6499111000000002 +61 -2.276328 -6.1046133000000005 -11.598196000000002 0.38297689 -2.7927909 -2.4862384 -0.84016933 -9.9899288 -13.319239000000001 -13.137048000000002 -14.272569 -0.97394442 -14.270214000000001 +62 -0.84771673 -1.3810269 -6.5551228 0.44323904 -1.3578378999999998 -0.44961914 -0.16587606 -8.2466033 -8.2653316 -11.405595 -12.54082 -0.19747322 -12.538552000000001 +63 -0.84750629 -1.3809256 -6.5549353 0.44323489 -1.3576033 -0.44959027 -0.16588303 -8.2465109 -8.2651687 -8.0835035 -11.675543 -0.19748234 -9.213833000000001 +64 -1.9627901 -3.7388488 -8.267644 0.3187475 -2.4108096000000003 -1.529443 -0.50175923 -6.0847858 -9.4122077 -12.552139 -13.687542 -0.58763094 -13.685258 +65 -1.9626866000000003 -3.7387531000000003 -8.2676067 0.31874414 -2.4107102000000005 -1.5294148 -0.50175902 -6.0847453 -9.4120977 -9.2301015 -12.823753 -0.58763181 -10.362034 +66 0.26365739 0.18168157 0.092214855 -0.074003108 0.38617866 0.074824637 -0.08449701 0.07626398599999999 0.076648367 -3.2543860000000002 -6.7641729999999995 -0.10054912 -4.3022572 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.99423898 1.2020931000000001 -0.021004348 0.22458666 -1.236014 -1.3457191000000002 -1.0337878 0.013604163 0.013606578999999999 0.010635402 0.056206303 -1.1777561 0.05589547 +2 -1.1811477 -2.4553279999999997 0.012153891000000002 -0.15551486 -1.0910600000000001 -1.2199146 -0.95949695 -0.009607099000000001 -0.0096117053 -0.007543195999999999 -0.040626689 -1.1007254 -0.040279506 +3 0.12328403 0.08702561800000001 -1.7650549999999998 0.35533827 -0.20560113 -0.27147984 -0.16328923 -1.2968976 -1.296875 -1.0982158000000002 -3.6670208 -0.19351189 -3.653956 +4 -2.139642 -1.4663793999999999 0.0096835992 -3.4318871 0.13681917 0.71700069 0.57067647 -0.0073335801 -0.007338143399999999 -0.00576436 -0.031181955 0.73357257 -0.030870029 +5 1.3082688 0.58742393 -0.0092794388 0.078673058 -0.61446973 -0.63438547 -0.44400454 0.0042867528 0.0042866121 0.0033512549 0.017732794 -0.50907813 0.017646543 +6 3.3765036 1.7637701000000001 -0.06690589200000001 0.3573828 3.6174555 -1.0479329 -0.7483052 0.0031829549 0.0031619185 0.0024616285999999998 0.012767094 -0.84303483 0.012780573 +7 4.5443001 2.6644419 -0.12266404 0.71074085 4.835666099999999 2.7136829 -1.2982876 0.029732382999999998 0.029712062999999997 0.023207061 0.12211518 -1.4593243 0.1213592 +8 0.52921472 0.040638475 -0.080448672 -0.69417556 1.2341573000000001 2.3522871 0.22608569 -3.5825299 -3.5800875 -3.2596057999999997 -6.5744197 0.29965472 -6.560819199999999 +9 0.36150815 -0.51036914 -3.3622377 -0.17820056 0.57194162 2.1958622 0.071992047 -3.0233789 -6.347318799999999 -5.9986185999999995 -9.450605099999999 0.11517439 -9.4368114 +10 -0.42147863 -0.41624719 2.9566703 -0.76293327 0.21620544 0.32513645 0.21866382 2.2832597000000003 2.2832613 -1.9176012999999998 -4.947923599999999 0.28459261 -4.9339197 +11 -0.24597682 -0.13984693 1.3656423999999998 -0.34139241 0.040762085 -0.0048016551 -0.017535004 1.1443587 1.1444530000000002 0.8081727 -0.58649241 -0.017896771000000002 2.1440054 +12 -1.9496129 -0.76211286 0.0032435382 -0.060245747 -1.9454691000000002 -2.0379273 -1.6405183 -0.007249630500000001 -0.007255119799999999 -0.005695751 -0.030727154 -1.8325592000000002 -0.030443386 +13 -0.77681237 1.2788996000000001 -1.7006927 0.5263783 -1.2899333 -1.3940827 -1.0340849 -1.1746743999999998 -1.174654 -0.98888006 -3.4564866000000003 -1.1729199 -3.443621 +14 -2.8139263999999997 0.53447934 0.001047624 -3.230713 -0.73740237 -1.0239890999999999 -0.86225078 0.011381706 0.011388064 0.0088998809 0.046998394000000006 -1.0171213 0.04676052 +15 0.8071394 2.388432 -0.09806303 0.6131921 -1.5517432 -1.6025263 -1.2156361999999998 0.022472137000000003 0.022458948 0.017545408999999998 0.092453235 -1.3659782 0.091924373 +16 1.8063322 3.1391666000000003 -0.16666191 0.97437387 0.98029937 -2.5388345 -2.0956193 0.054672495 0.054662697999999996 0.04261887 0.22179967 -2.31573 0.22039464 +17 1.5554583 2.9580284 -0.15092493 0.87877421 0.80600365 1.2030101 -1.4575268 0.042188504 0.042172496 0.032911249 0.17228687 -1.6324912 0.17119981 +18 -1.5866971 0.85989112 -0.027579916 -0.46834805 -1.2168392 -0.00014785944 -0.40734688 -3.5168894 -3.5145353999999998 -3.1956636 -6.5029010000000005 -0.42835508 -6.4892105 +19 -1.4378247 0.38608121 -3.0151366000000004 -0.060671103 -1.4143905 -0.37675123 -0.76811817 -2.6689681 -5.987040599999999 -5.6398211 -9.0853739 -0.84989313 -9.0714972 +20 -1.0329119 1.1653966 2.9592647000000003 -0.374363 -0.73674196 -0.75491949 -0.55833053 2.2876054 2.287607 -1.9157525000000002 -4.9454085 -0.64064239 -4.9314056 +21 -1.1567318000000002 1.1574407 1.3685379 -0.06694657400000001 -1.1370924 -1.2259353000000002 -0.93516374 1.158236 1.1583295 0.8167595 -0.57865721 -1.066735 2.1534667 +22 -1.0114861 -2.4687354999999997 -1.8137644 0.23260261 -1.2628602 -1.3919616000000001 -1.0731283 -1.3860871000000001 -1.3860784 -1.1786273999999999 -3.8134663 -1.2225901000000001 -3.8002526 +23 -2.7556734 -3.9524612 0.013820465 -3.4914985 -0.50242867 -0.38970157 -0.13817262 -0.011037692 -0.011043045 -0.0086669733 -0.04668913400000001 -0.10533271 -0.046293417 +24 0.07434581 -1.7949331000000002 0.0097947272 -0.14952054 -1.6067161 -1.7028206000000001 -1.3696826000000002 -0.0090437588 -0.009048571 -0.0071017878 -0.038262979 -1.5446038999999998 -0.037930092 +25 1.6955441000000002 -0.32819379 -0.0026974190999999995 -0.063798416 1.922884 -1.8380846000000002 -1.4641132 -0.0072318262 -0.0072390875 -0.0056831429 -0.030658583 -1.637979 -0.030375562999999998 +26 1.9704293999999998 -0.07477422 -0.0068174763 -0.037003151 2.2252282 2.3422647 -1.3335999 -0.0069636527000000005 -0.0069720674 -0.0054733938 -0.029524158999999998 -1.4977711 -0.029251713 +27 -1.2486454 -2.9815456 -0.15313205 -0.94842708 -0.44291827 1.5017821000000002 0.07715572 -3.6714149 -3.6687076000000003 -3.3462118999999997 -6.670772400000001 0.1266421 -6.6572269 +28 -1.1721274 -3.7817702000000004 -3.8468279 -0.25364952 -0.97244214 0.44209853 -0.41027868 -3.525931 -6.8444134000000005 -6.4943 -9.952999 -0.44600304 -9.9391784 +29 -1.1723149 -2.8707467999999996 2.9555453999999997 -0.9578277 -0.39837859 -0.40540019 -0.30210449 2.2814361 2.2814379000000002 -1.9183778000000002 -4.9489790000000005 -0.34322608 -4.9349753 +30 -1.307633 -2.6159388999999997 1.3640251 -0.51970268 -0.9014666 -0.99366759 -0.7611648 1.1364777 1.1365724 0.80328247 -0.59100345 -0.87408633 2.1385628 +31 -2.0212713 -1.2681489 -1.8165321 -3.0368546000000003 0.021028037000000003 0.21888107 0.31659014 -1.3716405 -1.3716165 -1.165597 -3.7902602999999995 0.43654825 -3.7769911 +32 1.4045982 0.61205562 -1.7417395 0.39961317 -0.7960791 -0.86548659 -0.604905 -1.2533088 -1.2532856 -1.0591176000000002 -3.5933783999999998 -0.6935 -3.5803644999999995 +33 3.3822650999999997 1.8009151 -1.6713567999999999 0.59517982 3.3139545 -1.158074 -0.81479663 -1.0966886 -1.0967156999999998 -0.91958884 -3.3147886 -0.91794585 -3.3022928 +34 4.3985469 2.5697172000000004 -1.5734987 0.82991077 4.482214099999999 2.6925418 -1.2758923999999998 -0.91745327 -0.91747035 -0.76206976 -2.9641405 -1.4348676 -2.9521856 +35 0.62267593 1.0552101999999999 -3.9717691 0.64563142 0.047212569 0.14955835 0.17978967 -5.5360606 -5.5476559000000005 -5.2032893 -8.638966400000001 0.23139489 -8.6244674 +36 0.15385574 -0.075210657 -5.9624502 0.50899312 -0.31274573 -0.18898167 -0.07884086400000001 -2.7324481 -6.063066 -5.716204900000001 -9.1640161 -0.068599158 -9.1494398 +37 0.12296073 0.087969332 -1.6460392 0.33878836 -0.1901528 -0.2513275 -0.15029075 -1.2224693000000002 -1.222458 -4.3534602 -7.756400200000001 -0.17822679 -7.741824 +38 0.12313859 0.08780147699999999 -1.6636355999999999 0.34126861 -0.19235189 -0.25439603 -0.15243748 -1.233623 -1.2336074 -1.0415 -6.0285068 -0.18076598 -3.5493777 +39 -0.23447632 -0.22340959 0.0033845519 -3.347208 0.092045518 0.058503667999999995 0.035468528 -0.0006299122 -0.00062992815 -0.00049786389 -0.0027700602 0.043298847 -0.0027188384000000005 +40 2.9531816 1.4210372 -0.05676685 -3.0649702000000003 5.6388669 -0.68009138 -0.45337046 -0.0058584158 -0.0058832777 -0.0046228065999999995 -0.025039176 -0.50817706 -0.024776173 +41 4.5426522 2.6633362000000003 -0.12258359 -2.6116105 5.7969718 2.7458027 -1.2962585 0.029679554 0.029659217999999998 0.023165872 0.12190107 -1.4571124 0.12114646 +42 0.44679946 -0.01746639 -0.083212011 -4.025963 4.0889137 2.7180652999999997 0.2681667 -3.5859977 -3.5835559999999997 -3.2629911 -6.578195699999999 0.34890944 -6.564599799999999 +43 0.25427168 -0.57208343 -3.3822483 -3.5018002999999998 3.4158309 2.6934139 0.13305668 -3.0436096 -6.368083599999999 -6.0193008 -9.4716024 0.18669474 -9.457821000000001 +44 -1.7786772000000002 -1.5157223 2.9560299 -4.206804099999999 0.93885251 1.8441017 0.86985945 2.2821267999999995 2.2821286 -1.9180834999999998 -4.9485789 1.0502669 -4.9345753 +45 -2.1825338 -1.6329468 1.36348 -3.7960945 0.32615651 1.3091118999999998 0.78045066 1.1374383999999997 1.1375328000000002 0.80387851 -0.59045368 0.96235689 2.1392265 +46 4.7611049 2.8223121 -0.13391858 0.78660438 1.6113745000000002 -2.0569564 -1.6658709999999999 0.038369027 0.03835357 0.029938287 0.15696365 -1.8578879000000001 0.15598289 +47 4.6092118 2.7122539 -0.12633862 0.7332974 1.5542105 1.9627122 -1.363256 0.03196371 0.031944046000000004 0.024946628999999998 0.13115274 -1.5303101000000001 0.13033751 +48 1.0226146999999999 0.3325361 -0.063449348 -0.64097923 -0.28687711 1.4996353999999998 0.074328409 -3.5616684999999997 -3.5593174 -3.2393235000000002 -6.5517568 0.12220641 -6.538145200000001 +49 0.89427854 -0.2497879 -3.2721649 -0.17186472 -0.78016508 1.0576158000000002 -0.17427546 -2.931879 -6.2541324000000005 -5.9057875 -9.3562694 -0.17174968 -9.3424493 +50 1.1577001 0.41712668 2.9576849999999997 -0.60167772 -0.20878533 -0.12365564 -0.094691783 2.2849712 2.2849729 -1.9168724999999998 -4.9469317 -0.10024323 -4.9329288 +51 1.1419215 0.51227055 1.3664737 -0.2351628 -0.51119047 -0.50227322 -0.34768552 1.1495983 1.1496928 0.81142012 -0.58350993 -0.39637141 2.1476034999999998 +52 4.9577425 2.9598564 -0.14520018 0.85621477 5.1415429 -0.73481663 -2.3084237 0.046404852 0.04639477 0.036193998 0.18908027 -2.5400005 0.18789199 +53 4.4292143 2.7410892000000002 0.21051571 0.31821233 5.1196114999999995 -0.67606817 -1.0090038000000001 -3.213612 -3.2116866 -2.9008451 -6.1673088 -1.1377688999999997 -6.1536109 +54 2.6075054 0.77358926 -2.8218871 -0.096959349 3.1284674999999997 -0.99353006 -1.3309479 -2.4725417000000003 -5.7860638 -5.4396332 -8.880593600000001 -1.4902208000000001 -8.866878199999999 +55 3.7885748999999995 1.8652137999999998 2.9619481 -0.097112386 4.8332253 -0.76975605 -0.5599826 2.2918114 2.2918132 -1.9139653000000003 -4.9429734000000005 -0.62952228 -4.9289739 +56 3.4170627999999996 1.7134449 1.3639771 0.096381845 4.0487544 -0.92454899 -0.65541554 1.1637685 1.1638633 0.82018224 -0.57553298 -0.73626721 2.1572317 +57 5.052110400000001 3.1932042999999997 0.29584342 0.61532141 5.3856709 2.7536829 -1.7706555 -3.1025081 -3.1002092 -2.7928142000000005 -6.04185 -1.9693433 -6.0280845 +58 2.9167561 0.98684349 -2.7141314999999997 -0.06611684799999999 3.5221370000000003 2.6967555 -1.8691278999999998 -2.3611301 -5.6728463 -5.3270122 -8.7651964 -2.0744678 -8.7514782 +59 5.2406825999999995 3.0192209 2.9691857 0.55810788 5.5061609 2.7402955 -1.3333538999999999 2.3041999 2.3042012 -1.9087218000000001 -4.9358317000000005 -1.4975558 -4.921834 +60 4.8020999 2.8001941 1.3719351999999998 0.59866711 5.2222485 2.7301314999999997 -1.3131373 1.2011789 1.2012736000000002 0.84314453 -0.55521873 -1.4755957 2.1818218 +61 -0.90051866 -3.6669242999999994 -8.0087613 -0.062133187 -0.87136541 0.044932520999999996 -0.59372753 -8.5105526 -11.843544 -11.490517 -14.965392000000001 -0.66496429 -14.951089000000001 +62 0.54171527 0.047943917999999995 -0.079247144 -0.69717265 1.2509048999999999 2.3583011000000003 0.22211694 -3.5819105 -3.5795199 -6.5809769000000005 -10.040681 0.29486192 -10.026806 +63 0.54119818 0.047589069000000005 -0.07910241700000001 -0.69685239 1.2500168 2.357984 0.22256068 -3.5817285000000005 -3.5792095 -3.2587458 -9.0340766 0.29539676 -6.560206699999999 +64 0.3608685 -0.51090911 -3.3622989999999997 -0.17831568 0.57138837 2.1957009 0.071853094 -3.0235951 -6.3476681 -9.3208944 -12.793513 0.11500848 -12.779681 +65 0.36179628 -0.51016735 -3.3616835 -0.17833123 0.5723857 2.1961502999999998 0.07191616099999999 -3.023068 -6.346994400000001 -5.9982945999999995 -11.909869 0.11508253 -9.4365298 +66 -0.4297046 -0.43110855 3.0032036 -0.78147986 0.22327951 0.34653205 0.23030405 2.3096265 2.3096271 -1.9064349999999999 -7.395840400000001 0.29954993 -4.9197963 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.99240216 1.2040863000000002 -0.02103156 0.22503174 -1.2346801 -1.3462232 -1.0340456 0.013648125 0.013650572 0.010670253999999999 0.056402934 -1.1783992 0.05609092 +2 -1.1786196000000002 -2.4521488 0.012208596 -0.15543911 -1.0887125 -1.2192889999999998 -0.95883889 -0.0095470198 -0.0095515635 -0.0074963921 -0.040384053999999996 -1.1003462 -0.040038311 +3 0.12394012 0.087986674 -1.7650178 0.35588292 -0.20554406 -0.27309643 -0.16428783 -1.2967098999999997 -1.2966874 -1.0980816999999998 -3.665954 -0.19483193 -3.6528977 +4 -2.1365693 -1.4619399 0.009742945 -3.4316598 0.13886115 0.7117909 0.56624796 -0.007253190200000001 -0.007257677099999999 -0.0057015627 -0.030852259 0.72799118 -0.030542306 +5 1.3088323999999998 0.58849388 -0.0092816471 0.078845514 -0.61423415 -0.63555843 -0.44488232 0.0043075509 0.004307422 0.0033676586999999997 0.017823033000000002 -0.51027613 0.017736451 +6 3.3753242999999995 1.7633607 -0.066751002 0.35719217 3.6158095 -1.0512567 -0.75133446 0.0032646289 0.0032436999 0.0025257108 0.013109855 -0.8468484 0.013121406 +7 4.5439419999999995 2.6646317 -0.12257081 0.71074636 4.835051 2.7107050999999998 -1.3009674999999998 0.02978475 0.029764493 0.02324894 0.12236226 -1.4627221000000001 0.12160505 +8 0.52500935 0.039918458999999996 -0.085902466 -0.69256124 1.2275822 2.3471281000000004 0.22288535 -3.5872809 -3.5848257000000006 -3.2642938999999997 -6.578663099999999 0.29560068 -6.5650711 +9 0.35512527 -0.51406495 -3.3685866 -0.17747771 0.5641401 2.1896908 0.068758666 -3.0286004 -6.3524987 -6.003846 -9.454901199999998 0.11109166 -9.4411147 +10 -0.41963499 -0.41368269 2.9556901 -0.76271459 0.21790924 0.32448253 0.21673776 2.2828615 2.2828633 -1.9176634 -4.947073400000001 0.28186872 -4.9330776 +11 -0.24422617 -0.13797793 1.3630328999999999 -0.340692 0.042030551 -0.004263837 -0.01776522 1.142293 1.1423872 0.80693978 -0.58659231 -0.018421088000000002 2.1436185 +12 -1.9485801999999999 -0.76064725 0.0032987658 -0.060150957000000005 -1.9447702 -2.0395202 -1.6418561999999999 -0.007187525300000001 -0.007192951800000001 -0.0056472981999999994 -0.030474328 -1.8344985 -0.030192017999999998 +13 -0.77630322 1.280071 -1.7005424999999998 0.52697791 -1.2901565000000002 -1.3969254 -1.0363358 -1.1743828 -1.1743624 -0.98865261 -3.4552475 -1.1758377 -3.4423902 +14 -2.8086322 0.538647 0.00099557858 -3.2300494 -0.73160529 -1.0188376000000001 -0.85747758 0.011436632 0.011443048 0.0089434127 0.047242902 -1.0120683000000001 0.047002432999999996 +15 0.80679439 2.3886437999999997 -0.09796139599999999 0.61321153 -1.552273 -1.6054998999999999 -1.2183261 0.022538169 0.022525051 0.017597758 0.092748774 -1.3693959 0.09221828300000001 +16 1.8064183 3.1396815 -0.16661159 0.97456538 0.98003493 -2.5416041000000003 -2.0980629 0.054728482 0.054718734000000005 0.04266429099999999 0.22209054 -2.3188685 0.22068394 +17 1.5551542 2.9582546 -0.1508335 0.87880669 0.80547583 1.2002073999999998 -1.4601721 0.042237374 0.042221424 0.032950769 0.17253418 -1.6358508999999999 0.17144589 +18 -1.5851658000000002 0.86328814 -0.032507507000000005 -0.46597688 -1.2177677 -0.014384632 -0.41689266 -3.5209937999999994 -3.5186275 -3.1997169999999997 -6.5064623 -0.43978649 -6.4927791 +19 -1.4415373 0.38396007 -3.0207577999999997 -0.060046678 -1.4189789 -0.38976031 -0.77756304 -2.6735013 -5.9914997 -5.6443257000000004 -9.0889576 -0.86101446 -9.0750879 +20 -1.0323322 1.1666072 2.958286 -0.37411151 -0.73651109 -0.75620864 -0.55938304 2.2872122999999998 2.287214 -1.9158119999999998 -4.9445548 -0.64207844 -4.93056 +21 -1.1551805 1.1594601 1.3659306999999998 -0.06604017200000001 -1.1365136 -1.2272278 -0.93615115 1.1562108 1.1563042 0.815557 -0.57871028 -1.0681758 2.1531344 +22 -1.0103512 -2.4668177000000004 -1.8137558 0.23315901 -1.2623563999999998 -1.3939399 -1.0745639 -1.385932 -1.3859232 -1.1785235 -3.8124457 -1.2245928 -3.7992399 +23 -2.7523016 -3.9450592 0.013884935 -3.4914197999999996 -0.49959153 -0.39314013 -0.14318098 -0.01097104 -0.010976321 -0.008615047399999999 -0.046419876 -0.11220296 -0.046025776 +24 0.075957973 -1.7925913 0.0098505293 -0.14944499 -1.6053971000000002 -1.7035918999999997 -1.3702504 -0.0089823308 -0.0089870801 -0.007053914499999999 -0.038014358 -1.5456691 -0.037682917999999996 +25 1.6952292000000002 -0.32806743 -0.0026243896999999998 -0.06381804099999999 1.9223427 -1.8410576 -1.4668105 -0.0071698076000000005 -0.0071770019 -0.0056347563 -0.030406151 -1.6413984000000001 -0.030124572000000002 +26 1.9697866999999998 -0.074957888 -0.0067385477 -0.037060701 2.2243249 2.3392313 -1.3363009 -0.0069027027 -0.0069110496 -0.0054258388 -0.029276063999999997 -1.5011916 -0.029005015 +27 -1.250968 -2.9817211 -0.15895462 -0.94617344 -0.44759898 1.4928812 0.072890139 -3.6765816 -3.6738622000000003 -3.3513135999999997 -6.6754367 0.12134876 -6.6619004 +28 -1.1750302 -3.7848559 -3.8530509 -0.25274158 -0.97647469 0.43389494 -0.41519748 -3.5309405 -6.8494182 -6.499357900000001 -9.9570978 -0.45197774 -9.9432847 +29 -1.1708706 -2.8676185000000003 2.9545576000000002 -0.95791257 -0.39693443 -0.40579631 -0.30306769 2.2810300999999997 2.281032 -1.9184435000000002 -4.948133599999999 -0.3447045 -4.934138 +30 -1.3055325 -2.6124167000000003 1.3614159 -0.51909158 -0.89999333 -0.99404104 -0.76158299 1.1343918 1.1344863 0.80203391 -0.59112918 -0.8749226 2.1381459 +31 -2.0189206000000004 -1.2649723 -1.8164871999999999 -3.0362084 0.022523462 0.21493836 0.3128766 -1.3714184999999999 -1.3713943000000002 -1.1654325 -3.7891327000000006 0.43166565 -3.7758714999999996 +32 1.4053505 0.61353349 -1.7415995 0.40023178 -0.7960647 -0.86778678 -0.60655871 -1.253021 -1.2529979 -1.0588936000000002 -3.592145 -0.69568408 -3.5791394999999997 +33 3.3814754999999996 1.8007857 -1.6714301 0.59551719 3.3122592000000006 -1.1615844 -0.81767399 -1.0966776000000003 -1.0967046999999999 -0.91960993 -3.3140707000000003 -0.92158162 -3.301582 +34 4.3983914 2.5700477000000004 -1.5735721999999999 0.83030539 4.4813273 2.689518 -1.2782989 -0.91739187 -0.91740888 -0.76204295 -2.9633813 -1.4379661 -2.9514336 +35 0.62174003 1.055049 -3.9716119 0.64601345 0.04580545 0.14695715 0.17816445 -5.5358822 -5.547468599999999 -5.2031655 -8.6378252 0.22937383 -8.6233355 +36 0.15261169 -0.07400171400000001 -5.962111599999999 0.50960965 -0.31480424 -0.1939874 -0.082566055 -2.7320922999999997 -6.062676799999999 -5.7158812 -9.162671099999999 -0.073233075 -9.1481031 +37 0.12356816 0.088879526 -1.6458167000000001 0.33929664 -0.19012358 -0.25298712 -0.15134543 -1.2221712 -1.2221600000000001 -4.3532268 -7.755147200000001 -0.17961513 -7.7405795 +38 0.12375791 0.088728816 -1.6634446 0.34178546 -0.19230447 -0.2559948 -0.15342574 -1.2333431000000001 -1.2333276000000002 -1.0412829 -6.0272864 -0.18207077 -3.5481662000000003 +39 -0.23354586 -0.22218007 0.003389516 -3.3470752 0.093250856 0.059231844000000006 0.035519341 -0.00060622644 -0.00060621536 -0.00047925888 -0.0026699465 0.043202142 -0.0026197771 +40 2.9511853 1.4199912000000001 -0.056587334 -3.0653029 5.6381171 -0.6830896 -0.45611564 -0.0057738743000000006 -0.0057986203000000005 -0.00455671 -0.024691526000000002 -0.51166786 -0.024430447 +41 4.542305000000001 2.6635367000000003 -0.12248938 -2.6115998 5.7966456 2.7428266 -1.2989378999999999 0.02973225 0.029711979 0.023208007000000003 0.12214943 -1.4605096000000002 0.12139359 +42 0.44241652 -0.018404863 -0.088686457 -4.0243673 4.0773677 2.7146348999999996 0.2652188 -3.5907736000000003 -3.5883192000000004 -3.2677039 -6.582465099999999 0.34515824 -6.568877900000001 +43 0.24809107 -0.5759907 -3.3886687999999996 -3.5010972999999996 3.402854 2.689721 0.13019387 -3.0488967000000002 -6.373334900000001 -6.0245996 -9.4759698 0.18304748 -9.4621956 +44 -1.7783148000000002 -1.513361 2.9550482999999996 -4.2067938 0.93782961 1.8393455 0.86646759 2.2817255000000003 2.2817272999999996 -1.9181471999999997 -4.9477307 1.0461136999999998 -4.9337352 +45 -2.1814617000000003 -1.6297293 1.3608716 -3.7954053999999995 0.32568801 1.3024665000000002 0.77635137 1.1353586000000002 1.1354528 0.80263408 -0.59057425 0.95741087 2.1388158 +46 4.76094 2.8226478999999998 -0.13384427 0.78668252 1.6110084999999998 -2.0598028999999998 -1.6684161 0.038421882000000004 0.038406479 0.029980797000000003 0.15722256 -1.8611359 0.15624046 +47 4.6088227999999996 2.7124229 -0.1262438 0.73329305 1.5537578 1.9599667 -1.3659152 0.032014081 0.03199448 0.024987018 0.13139423 -1.5336843999999998 0.13057781 +48 1.0186096 0.33178079 -0.068835751 -0.63949968 -0.29208793 1.4904896 0.0700164 -3.5663413999999998 -3.5639766 -3.2439331 -6.555921799999999 0.11685754 -6.5423184 +49 0.88831165 -0.25287162 -3.2783169 -0.17111269 -0.78674489 1.0466256999999999 -0.17933308 -2.9369089 -6.259107299999999 -5.91081 -9.3603636 -0.17791474 -9.346550099999998 +50 1.1573091 0.41761461 2.9567039 -0.60173469 -0.20923262 -0.12504737 -0.09595018400000001 2.2845721 2.2845739 -1.9169348999999998 -4.9460819 -0.10183475 -4.9320870999999995 +51 1.1423435 0.5133998 1.3638602 -0.23454698 -0.51146667 -0.50388376 -0.34893138 1.1475376 1.1476319 0.81019229 -0.58359787 -0.39797675 2.1472303 +52 4.957891099999999 2.960419 -0.14515041 0.85641442 5.141324299999999 -0.73775139 -2.3110532000000004 0.046464588 0.046454557 0.036242095 0.18937609 -2.5433325 0.18818622 +53 4.4262581 2.7391845 0.20602514 0.3174495 5.1172401 -0.67919888 -1.0119690000000001 -3.2172966 -3.2153617999999997 -2.9044694 -6.1705114000000005 -1.1414908000000001 -6.156821599999999 +54 2.6026352000000004 0.76937138 -2.8284596 -0.09692698 3.1216206000000004 -0.99824703 -1.3349643999999998 -2.4780615000000004 -5.7915574 -5.4451627 -8.88524 -1.4950702 -8.871533 +55 3.7864885000000004 1.8641519 2.9609656 -0.09779207599999999 4.8311025999999995 -0.77295928 -0.5629392 2.2914106 2.2914124 -1.9140276000000003 -4.9421238 -0.63325231 -4.9281324 +56 3.4150711000000005 1.7125763999999999 1.3613405 0.09630875 4.0455378 -0.92817729 -0.65869337 1.1616909 1.1617857 0.81894949 -0.57560599 -0.7403665 2.1568745 +57 5.0510649 3.1927369999999997 0.29186347 0.61524155 5.3848636 2.7506969 -1.7734775 -3.1055624 -3.1032553 -2.7958203 -6.0443845000000005 -1.9728875 -6.0306269 +58 2.9125365000000003 0.98292309 -2.7205199 -0.066213625 3.5160864000000003 2.6934793999999997 -1.8719191000000002 -2.3664761000000003 -5.6781688 -5.332368700000001 -8.7696762 -2.0779773 -8.755966699999998 +59 5.2400697 3.0193036 2.9682126 0.55798687 5.5057005 2.7373199 -1.3360855 2.3038193 2.3038207 -1.9087740000000002 -4.934969000000001 -1.5010093999999998 -4.9209793 +60 4.8011412 2.8000882999999996 1.3692813999999998 0.59872101 5.221195400000001 2.7271362999999997 -1.3158208 1.1991608999999999 1.1992553999999997 0.84196279 -0.55519794 -1.4789972 2.1815732000000003 +61 -0.90224161 -3.6663443999999994 -8.0126303 -0.061676586 -0.87378459 0.03919477 -0.59788877 -8.5126848 -11.845628 -11.492666 -14.966522 -0.67006786 -14.952226999999999 +62 0.53748814 0.047178011 -0.08471222199999999 -0.69556051 1.2442511 2.3531516 0.21892161 -3.5866722 -3.5842692000000005 -6.5856758 -10.044411 0.29081358 -10.030546000000001 +63 0.53699918 0.046852164 -0.08457004 -0.69523576 1.2434308 2.3528583 0.21936624 -3.5864927000000004 -3.583961 -3.2634469 -9.038330300000002 0.29134948 -6.564472200000001 +64 0.35447401 -0.51462251 -3.3686605000000003 -0.17759232 0.56354643 2.18951 0.068617886 -3.0288223999999997 -6.3528533 -9.326127099999999 -12.797736 0.11092363 -12.783911 +65 0.35541073 -0.51386655 -3.3680364000000003 -0.17760818 0.56458115 2.18998 0.06868297599999999 -3.0282932999999996 -6.3521781 -6.0035259000000005 -11.914168 0.11100003 -9.4408369 +66 -0.42787579 -0.42852669 3.0022706 -0.78128722 0.22497949 0.34580227 0.22829983 2.3092675 2.3092682 -1.9064776 -7.3949636 0.29673263 -4.918928299999999 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d01+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.99230889 1.2041643999999998 -0.021034171 0.22505278 -1.2346313999999998 -1.3462111 -1.0340035 0.013648795 0.013651242 0.010670831 0.056407394000000007 -1.1783598 0.056095345 +2 -1.1785257 -2.4520619 0.012209266000000002 -0.15543933 -1.0886214 -1.2192305 -0.9587613 -0.0095457087 -0.0095502513 -0.0074953984 -0.040379547 -1.1002671 -0.040033841 +3 0.12398457 0.08804758 -1.7650238999999999 0.35594573 -0.20555968 -0.2731651 -0.16428681 -1.2967008999999998 -1.2966784 -1.0980773000000001 -3.6658585 -0.19483269 -3.652803 +4 -2.1364349 -1.4618491000000002 0.0097431616 -3.4316565000000003 0.13897024 0.71188694 0.56622128 -0.0072519563 -0.0072564421 -0.0057006201000000005 -0.030847811 0.72794193 -0.0305379 +5 1.3088593000000002 0.58853918 -0.0092826052 0.078853955 -0.61422847 -0.63557533 -0.44487978 0.0043077746000000005 0.0043076455 0.0033678503000000005 0.017824481 -0.5102773 0.017737887 +6 3.3753568999999994 1.7634067999999998 -0.066750474 0.3572093 3.6158243999999997 -1.0513567 -0.75140466 0.0032669103 0.0032459823 0.0025275097 0.013119747 -0.84693704 0.013131233999999999 +7 4.5439792 2.6646798 -0.12257183 0.7107738 4.8350573 2.7105835 -1.3010540000000002 0.029786685 0.02976643 0.023250562000000002 0.12237394 -1.4628272 0.12161667 +8 0.52525184 0.040124967000000004 -0.08637218199999999 -0.69235959 1.227642 2.3470551 0.22278506 -3.5876799 -3.5852239000000004 -3.2646892999999997 -6.5789985 0.29547437 -6.5654075 +9 0.35496059 -0.51419103 -3.3690351 -0.17739467 0.56389518 2.1894838 0.068660581 -3.0289572999999996 -6.3528555 -6.0042085 -9.455161 0.11096865 -9.4413754 +10 -0.41969161 -0.41371683 2.9555651000000003 -0.76273948 0.2178698 0.32449111 0.21672698 2.2828086 2.2828104 -1.9176745 -4.9469886 0.28185701 -4.932993700000001 +11 -0.24421897 -0.13796477 1.3628656000000001 -0.34067112 0.042011253 -0.0042944532 -0.017788595 1.1421651000000002 1.1422591999999998 0.80686557 -0.58655 -0.018449748000000002 2.1436411 +12 -1.9485731 -0.76057521 0.0032994156 -0.060146190999999995 -1.9447316000000003 -2.0395343 -1.6418343 -0.0071861445999999995 -0.0071915697999999995 -0.0056462414 -0.030469296 -1.8344858 -0.030187022999999997 +13 -0.77625493 1.2801329 -1.7005473000000002 0.52704205 -1.2901752 -1.3970311000000002 -1.0363700999999998 -1.1743709 -1.1743504999999999 -0.98864546 -3.4551492999999995 -1.175885 -3.4422928 +14 -2.8085304 0.53876245 0.0009934262 -3.2300293 -0.73143324 -1.0186726000000002 -0.85730226 0.011437534 0.011443951 0.008944167 0.047248167 -1.0118763000000002 0.047007630999999994 +15 0.80681955 2.3886688 -0.097961304 0.61322715 -1.5522946000000002 -1.6055779 -1.2183686000000002 0.022539307 0.02252619 0.017598732 0.092756257 -1.369453 0.09222572300000001 +16 1.8064476999999999 3.139725 -0.16661397 0.97459644 0.98002686 -2.5416873 -2.0981039 0.054729697 0.054719948 0.042665442000000005 0.22210297 -2.3189242 0.22069629 +17 1.5551837 2.9582956 -0.15083501 0.87883456 0.80546684 1.2001833999999998 -1.4602365 0.04223876 0.04222281 0.032952008 0.1725454 -1.6359318999999999 0.17145704 +18 -1.5850656 0.86336584 -0.032956808 -0.46581408 -1.217819 -0.01423365 -0.41683321 -3.5213699999999997 -3.519003 -3.2000897 -6.5067748 -0.43972728 -6.4930926 +19 -1.441563 0.38385788 -3.0211818999999998 -0.059972849 -1.4191081 -0.39006421 -0.77776532 -2.6738277999999998 -5.9918246 -5.6446559999999995 -9.089186300000001 -0.86125435 -9.0753175 +20 -1.0324242000000001 1.1666468 2.9581614 -0.37410833 -0.73652059 -0.75624796 -0.55940468 2.2871602 2.2871619 -1.9158226000000003 -4.9444695 -0.64210906 -4.930475599999999 +21 -1.1551298 1.1595289 1.3657633 -0.066001901 -1.1365117 -1.2272683000000002 -0.93616075 1.1560852 1.1561786 0.81548462 -0.57866499 -1.0681942 2.1531604 +22 -1.010176 -2.4667513999999997 -1.8137794999999999 0.23322157 -1.262302 -1.3939591999999998 -1.0745182 -1.3859339 -1.385925 -1.1785291000000002 -3.8123662000000005 -1.2245504999999999 -3.7991614 +23 -2.7520427000000005 -3.9449558 0.013885271000000001 -3.4914207999999998 -0.49950122 -0.39308811 -0.14316434 -0.010969668 -0.010974948 -0.008614011 -0.046415253 -0.11220012 -0.04602119 +24 0.076010624 -1.7924973000000002 0.0098515326 -0.14944412 -1.6053415 -1.7035808999999997 -1.3702092 -0.008980958 -0.0089857058 -0.0070528701 -0.038009537 -1.5456337 -0.037678135 +25 1.6952534 -0.32803337 -0.0026237490000000003 -0.06381693599999999 1.9223531999999999 -1.8411345000000001 -1.4668526000000002 -0.0071684120999999995 -0.0071756055000000004 -0.0056336882 -0.03040106 -1.6414551 -0.030119517999999998 +26 1.9698273999999998 -0.074911825 -0.0067382321 -0.037057431 2.2243504 2.3391476000000004 -1.3363854 -0.0069011338 -0.00690948 -0.005424634100000001 -0.02927022 -1.5012946000000003 -0.028999213 +27 -1.2507853 -2.9814839 -0.15946855 -0.94596058 -0.44759938 1.4929291999999998 0.072819864 -3.6770327000000003 -3.6743122 -3.3517601999999997 -6.6758257 0.12125717 -6.6622902999999996 +28 -1.1750219 -3.7850579 -3.8535378 -0.25265496 -0.97656721 0.43362077 -0.41535274 -3.5313252 -6.849802900000001 -6.499748599999999 -9.957384300000001 -0.45216624 -9.943572 +29 -1.1708607 -2.8675989 2.9544326 -0.95793697 -0.39692889 -0.40581123 -0.30308003 2.2809771 2.280979 -1.9184546000000002 -4.9480488 -0.34472348 -4.9340541 +30 -1.3054549 -2.6123422 1.361248 -0.51906988 -0.89996454 -0.99405086 -0.7615735 1.1342626 1.1343571000000001 0.80195871 -0.59108855 -0.87491958 2.1381665 +31 -2.0187091 -1.2648293 -1.8164959999999999 -3.0361418999999996 0.022570131 0.21480626 0.31278893 -1.371409 -1.3713848999999998 -1.1654278999999999 -3.7890352999999997 0.43154599 -3.775775 +32 1.4054183999999998 0.61360279 -1.7416068999999998 0.400296 -0.79608 -0.86787946 -0.60657994 -1.2530099 -1.2529868 -1.0588872999999999 -3.5920468 -0.69571468 -3.5790422 +33 3.3814987999999997 1.8008245999999999 -1.6714368000000002 0.59557669 3.3122093 -1.1617164 -0.81773403 -1.0966690000000001 -1.096696 -0.91960556 -3.3139800999999998 -0.92165837 -3.3014921999999998 +34 4.3984179 2.5700871 -1.5735788 0.83036359 4.481281200000001 2.689391 -1.2783533 -0.91738156 -0.91739857 -0.76203681 -2.9632923 -1.4380361000000002 -2.9513455 +35 0.62179691 1.0550803999999998 -3.9716237000000003 0.64607477 0.045751649000000005 0.14684993 0.17813971 -5.5358601 -5.5474467 -5.2031504 -8.6377015 0.22934299 -8.6232127 +36 0.15254442 -0.073912427 -5.9620849 0.50967891 -0.31494879 -0.19424836 -0.082712628 -2.7320677000000004 -6.0626498 -5.715861 -9.162542199999999 -0.073412616 -9.147975 +37 0.12360123 0.08893628599999999 -1.6458008999999998 0.33935482 -0.19014171 -0.25306739 -0.1513588 -1.2221494 -1.2221382 -4.3532109000000005 -7.755022900000001 -0.17963409 -7.7404561 +38 0.12379992 0.08878797599999999 -1.6634328999999999 0.34184522 -0.19231901 -0.25606058 -0.15342294 -1.2333231000000002 -1.2333076 -1.0412686 -6.027172900000001 -0.18206928 -3.5480537000000005 +39 -0.23352184 -0.22214985 0.0033893519 -3.3470720999999997 0.09323891 0.059213903 0.035503552 -0.000605665 -0.00060565361 -0.00047882073 -0.0026676516 0.043182622000000004 -0.0026175003 +40 2.9512464 1.4200609 -0.056586976 -3.0652825 5.6380941 -0.68321144 -0.45620662 -0.0057708212 -0.0057955659 -0.0045543377 -0.024679344 -0.51178064 -0.024418345 +41 4.5423469 2.6635857000000005 -0.12249248 -2.6115719 5.7966165 2.7427016 -1.2990245 0.029734217 0.029713945 0.023209652 0.12216123 -1.4606149 0.12140532 +42 0.44266031 -0.018189283 -0.08915714 -4.0241636 4.0775723 2.7145202 0.26511246 -3.5911741000000004 -3.5887189 -3.2681007 -6.582802 0.34502483 -6.569215700000001 +43 0.24794975 -0.57612108 -3.3891282 -3.501014 3.4024364 2.6895741 0.13010538 -3.0492561 -6.3736945 -6.0249649000000005 -9.4762324 0.18293575 -9.462458999999999 +44 -1.7779508999999998 -1.5132153 2.9549231 -4.2068053 0.93795003 1.8393388 0.86636133 2.2816726000000003 2.2816745 -1.9181583 -4.9476459 1.0459863 -4.9336513 +45 -2.1813091 -1.6295938 1.3607042999999999 -3.7953781 0.3257836 1.3024591 0.7762601 1.1352302 1.1353243999999998 0.80255942 -0.59053302 0.95729505 2.1388371 +46 4.7609645 2.8226865 -0.13384535 0.78670705 1.6109888 -2.0598970000000003 -1.6684718999999997 0.038423091 0.038407687999999995 0.029981884 0.15723252 -1.8612073 0.15625036 +47 4.608854200000001 2.7124658 -0.12624524 0.73331858 1.5537413999999998 1.9598985 -1.3659961 0.032015751 0.031996151 0.024988441 0.13140514 -1.5337833 0.13058866 +48 1.0188093 0.33196349 -0.069296498 -0.63930607 -0.29205815 1.4905087 0.069942017 -3.566731 -3.5643655 -3.2443191000000002 -6.5562476 0.11676121 -6.5426451 +49 0.88820796 -0.2529929 -3.2787659 -0.17103286 -0.78692977 1.0463028 -0.1794782 -2.9372591 -6.2594568 -5.9111651 -9.3606163 -0.17809161 -9.3468036 +50 1.1572938999999998 0.41764292 2.956579 -0.60174381 -0.20925762 -0.12509412 -0.095995755 2.2845195 2.2845212999999998 -1.9169458 -4.9459968 -0.10189249 -4.9320029000000005 +51 1.1423651000000001 0.51344757 1.3636928 -0.2345192 -0.5114877 -0.50393386 -0.34896204 1.1474104999999999 1.1475048 0.81011879 -0.5835544 -0.39801703 2.1472542000000003 +52 4.957930200000001 2.9604667 -0.14515405 0.85644501 5.141319 -0.73786911 -2.311132 0.046466142 0.046456110999999994 0.03624348 0.1893886 -2.5434278 0.18819865 +53 4.426299 2.7392263999999997 0.20566105 0.31753778 5.1171898 -0.67932323 -1.0120620999999999 -3.2175728 -3.2156374 -2.9047429 -6.1707222 -1.1416042 -6.1570332 +54 2.6023931 0.76911605 -2.8289432 -0.096886876 3.1212326 -0.99846464 -1.3351103000000002 -2.4784537 -5.7919483 -5.4455584 -8.8855366 -1.4952398 -8.8718305 +55 3.7865157 1.8642093000000002 2.9608414 -0.097772111 4.8310994 -0.7730745 -0.56303138 2.2913593999999997 2.2913612000000003 -1.9140378 -4.9420379 -0.63336635 -4.9280474000000005 +56 3.4150867999999996 1.7126221999999998 1.3611718000000002 0.096341792 4.045503 -0.92829492 -0.6587812 1.1615653000000001 1.1616600000000001 0.8188772 -0.57556011 -0.74047564 2.1569012 +57 5.0510617 3.1927429 0.29151623 0.61529452 5.384812999999999 2.7505707999999998 -1.7735665 -3.1058183999999995 -3.1035105 -2.7960735 -6.0445758000000005 -1.9729945 -6.030819 +58 2.9122519000000002 0.98263216 -2.7210167000000003 -0.066189236 3.5156398999999996 2.693332 -1.8719994999999998 -2.3668836 -5.6785748 -5.3327792999999994 -8.769989 -2.0780749 -8.7562804 +59 5.240060400000001 3.0193371 2.9680904 0.5580107 5.5056701 2.7371953999999996 -1.336178 2.3037697 2.3037711 -1.9087834 -4.934881900000001 -1.501121 -4.9208931 +60 4.8011419 2.8001182 1.3691116 0.59875267 5.221154 2.7270117999999997 -1.3159083 1.1990388 1.1991333 0.84189367 -0.55514603 -1.4791034 2.1816068 +61 -0.90232334 -3.6663382000000007 -8.012946099999999 -0.061616683 -0.87394819 0.038903642999999995 -0.59804931 -8.512840400000002 -11.84578 -11.492825999999999 -14.966573 -0.67025951 -14.952278 +62 0.53774459 0.047394005999999995 -0.085184093 -0.69535449 1.2443306 2.3530855 0.21882372 -3.587073 -3.5846692000000004 -6.5860729000000005 -10.044704 0.29069015 -10.030839 +63 0.53722899 0.047055267000000005 -0.085038839 -0.69503265 1.2434823999999998 2.3527816 0.21926761 -3.5868911 -3.5843586000000003 -3.2638416 -9.038664599999999 0.29122517 -6.5648077 +64 0.35433306 -0.51473894 -3.3691089 -0.17750917 0.56332274 2.1893126 0.068520718 -3.0291773999999996 -6.353208400000001 -9.326488000000001 -12.797988 0.11080168 -12.784165 +65 0.35524541 -0.5139928 -3.3684852 -0.17752506 0.56433591 2.1897728 0.068584938 -3.0286505 -6.3525352999999996 -6.0038887 -11.914428 0.11087707 -9.4410978 +66 -0.42794707 -0.42856129 3.0021449000000002 -0.78131332 0.22494112 0.34581652 0.22829041 2.3092158 2.3092165000000002 -1.9064877 -7.3948776 0.2967223 -4.9188432 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.88889292 1.3734349 0.87249969 -0.104839 -0.80883934 -0.79852557 -0.80063332 1.271148 1.2707771 1.1653158000000001 1.9119933 -0.93643464 1.9106907 +2 -0.85581522 -6.2624684 -3.8379332 0.19163966 -1.0743121999999998 -1.024972 -1.0309139999999999 -4.5581898 -4.557181099999999 -4.4810386 -4.8760265 -1.1894339 -4.8755569 +3 0.030648317 0.07551142200000001 -1.0951466 0.013102593000000001 0.018382688 0.018631821 0.019440286 -0.024925251000000002 -0.025236006000000002 -0.023920325 -0.03173489 0.023876397999999997 -0.031685369 +4 -2.2152421 -1.477058 -0.97777225 -3.1518927000000003 0.86986285 0.80932697 0.80615287 -1.332774 -1.3318934 -1.2844440000000001 -1.5404023 0.94585022 -1.5400738999999999 +5 1.3006628999999998 0.67214044 0.48916322 -0.10738349 -0.42977568 -0.41238886 -0.41693268 0.62744108 0.62723261 0.58564797 0.84403417 -0.49292655 0.84367596 +6 2.5049303 1.3080956 0.67681692 -0.20766824 3.0450929 -0.66741469 -0.66972121 1.1972450000000001 1.1970372999999999 1.1003507 1.7727308999999998 -0.77981866 1.7713593 +7 3.6756267 2.1168481 0.030902018 -0.21014526 4.718891 3.4148473 -0.62650032 1.8883998 1.8882217000000001 1.6933099999999999 3.4648943999999995 -0.7323828 3.4582662 +8 0.54330837 1.0363996 -1.4703422 0.035514206 0.53255321 0.51945483 0.54078432 -2.5104975 -2.5217002999999996 -2.4566114 -2.8012758 0.65767334 -2.8004974 +9 -0.85973472 -6.7099539 -7.5579249000000015 0.19538128 -1.0820816999999998 -1.0330264999999998 -1.0393847999999999 -5.0264932 -8.348211200000001 -8.2689721 -8.6790803 -1.1990302 -8.6784698 +10 0.00014994806 -0.006098660200000001 -0.069751232 0.0025363772 -0.0024564289 -0.00251535 -0.0026424149 -0.015016634 -0.015040211999999999 -3.3361675 -3.7114835 -0.0032591478000000003 -3.7109050999999997 +11 0.00026785965 -0.0057207996 -0.058000851 0.0022299694 -0.0020183766 -0.0021419378 -0.002269362 -0.013077345 -0.013078632 -0.012381874 -2.4791535 -0.002811358 -0.017384271 +12 -2.6156122 -5.9341817 -3.6638599999999997 0.28959495 -2.9505453999999998 -2.8857158 -2.8852558999999998 -4.3805985 -4.3796364 -4.3039548 -4.696827 -3.1682287999999996 -4.6963529 +13 -0.83914003 1.4046353 -1.3106107 -0.070800914 -0.79238483 -0.78288983 -0.78513812 1.1902149 1.1898152 1.0938391 1.7587794999999997 -0.91909825 1.7577061 +14 -3.1324819 0.090394684 0.10050547 -3.2785163 0.025274098999999998 0.016657163 0.020739228000000002 0.09070962 0.090794128 0.085782725 0.11512029 0.023271878 0.115065 +15 0.59829838 2.3486264 0.024796551 -0.075990062 -1.1295788999999998 -1.0802884 -1.0705371000000001 2.0979623 2.097656 1.8639909 4.2558602 -1.2308985000000001 4.246615599999999 +16 1.9960650000000002 3.4272671000000003 -1.7220906999999999 0.33472454 1.7900738 -1.5400633999999997 -1.5329104 3.0462762000000003 3.0459605 2.5718522 6.8829896999999995 -1.7397043999999997 6.866043799999999 +17 1.5628243999999998 3.0900837 -1.4055958 0.15605619 1.5037458000000001 1.3846744 -1.1432278999999999 2.7500517999999996 2.7497731 2.3636821 6.4493872 -1.3130153999999998 6.4290036 +18 -0.59173657 1.9014813999999998 -0.77941706 -0.035545876000000004 -0.57393629 -0.53397872 -0.50597616 -1.6961861 -1.6962582999999998 -1.6416752000000001 -1.9330804 -0.58521445 -1.9327332 +19 -2.6293387000000004 -6.4217553 -7.4094429 0.29588492 -2.9706193 -2.9063611000000003 -2.9061847999999997 -4.8743968 -8.1960605 -8.1168628 -8.5268555 -3.1899782 -8.5262317 +20 -0.91729254 1.3351037000000001 0.756168 -0.098125898 -0.84471137 -0.83613615 -0.83951279 1.224709 1.224235 -2.1976507 -2.5287422000000004 -0.98110778 -2.5280384999999996 +21 -0.91539296 1.3374893 0.8085169 -0.0999964 -0.8408704 -0.83220314 -0.83542002 1.2320043999999999 1.2315401000000001 1.1307291000000002 -0.63435981 -0.97638007 1.8322406999999998 +22 -0.84735125 -6.1116644 -4.7336066 0.19428105 -1.0683691 -1.0199394 -1.025992 -4.4032587 -4.4035358 -4.3278983 -4.7211879 -1.1840979 -4.7206032 +23 -2.478782 -6.1816870999999995 -3.7524292999999997 -3.0405665 0.48075119 0.44783147 0.44637719 -4.4728712999999996 -4.472104900000001 -4.396178400000001 -4.790187400000001 0.53190967 -4.7897136 +24 -0.39717885 -6.437973599999999 -3.9331120000000004 0.13212122 -2.303983 -2.2290332000000004 -2.2427702999999997 -4.6547379 -4.6536776 -4.5773043 -4.973333599999999 -2.4984043 -4.9728694 +25 -0.3490003 -6.460887400000001 -3.9451561 0.12497103 -0.48833113 -3.5181216 -3.5339496 -4.6669803 -4.6659011 -4.5894982 -4.9856527999999996 -3.8346201 -4.9851908 +26 -0.3793167 -6.4471264999999995 -3.9378116000000003 0.12918366 -0.52375496 -0.48388803 -2.3137582 -4.6595877 -4.6585267 -4.5821424 -4.9782223 -2.5731544 -4.9777582 +27 -0.75098056 -8.1167556 -7.194554400000001 0.31627339 -1.0934133999999998 -1.054974 -1.0499444 -8.497344300000002 -8.4971949 -8.4179483 -8.8281886 -1.2107979 -8.8275608 +28 -0.88540908 -10.454500999999999 -7.984451700000001 0.19553765 -1.1083955 -1.0584512 -1.0651008 -5.4456653 -8.767309 -8.6880085 -9.098412 -1.2276698 -9.0977993 +29 -0.85587352 -6.262500900000001 -3.8379133999999997 0.19164738 -1.0743793 -1.0250383 -1.0309802 -4.5582004000000005 -4.5572207 -7.8030062000000004 -8.212546000000001 -1.1895082000000001 -8.2120557 +30 -0.85581543 -6.2624435 -3.8378638999999994 0.19163944 -1.0743121999999998 -1.024972 -1.0309139 -4.5581755 -4.557155799999999 -4.4810134 -7.3355464999999995 -1.1894337 -4.8755649000000005 +31 -2.1904066 -1.3677788 -2.0563081999999997 -3.1429737 0.88778184 0.82577044 0.82255658 -1.3447161 -1.3449712999999999 -1.2972723 -1.5547233 0.96363724 -1.5543508 +32 1.3573274 0.72695021 -1.152266 -0.083264694 -0.39887386 -0.37933046 -0.38245902 0.56438714 0.56403022 0.52742192 0.75271813 -0.45174198 0.75243477 +33 2.4966173 1.2790469 -1.8343805 -0.17376789 2.9912084 -0.70025405 -0.70340501 1.0619125 1.061556 0.97979135 1.5301857 -0.81879983 1.5291553999999998 +34 3.6270627 2.0702496999999997 -2.924599 -0.20839236 4.6448605 3.3918032 -0.62911388 1.8016929 1.8014811000000002 1.6212906999999999 3.1872002999999998 -0.73525336 3.1814266 +35 0.51355315 1.0440235999999998 -2.3719186000000003 0.036496637 0.50011085 0.48557064 0.50581536 -2.5138162 -2.5234904 -2.4582942 -2.8029393 0.61451628 -2.8022555000000002 +36 -0.85045203 -6.2878462 -8.229707000000001 0.1961284 -1.073394 -1.0248602 -1.0310165 -4.6043905999999994 -7.9267163 -7.847576200000001 -8.257304 -1.1897218 -8.256680000000001 +37 0.026784932999999997 0.07148041299999999 -0.80552184 0.0094739444 0.018103236 0.018415926000000003 0.019216023999999998 -0.0096836261 -0.010002101 -3.3314181000000005 -3.7066375 0.023591856 -3.7060367 +38 0.027735474 0.071944735 -0.8496965 0.010122903 0.018422165 0.018688017 0.019490605 -0.012379153 -0.012685931000000001 -0.01203181 -2.4787232999999995 0.023930264 -0.016923095 +39 -0.8907818 -0.61313437 -0.3610789 -3.2412078999999996 0.32772644 0.30934878 0.30988438 -0.55342095 -0.55305757 -0.52824155 -0.66695084 0.3713182 -0.66669629 +40 0.68749273 0.048294373 0.051725244000000004 -3.3936763 4.851146099999999 0.11036773 0.11623072 0.052014767999999996 0.052303300999999996 0.04948415 0.066172147 0.14812954 0.066095636 +41 3.6407964 2.0912811999999996 0.046957211 -3.5362329 6.072231700000001 3.7063761 -0.59700249 1.8657805 1.8656119999999998 1.6746073000000001 3.3898138999999996 -0.69924257 3.3834336000000005 +42 -2.0047405 -0.29081422 -2.5923357000000005 -3.127217 1.0673707000000001 0.99012336 1.00749 -3.7712611000000003 -3.78789 -3.7145599999999996 -4.0985085 1.1696075000000001 -4.0976739 +43 -2.4786167000000003 -6.5307393 -7.4497833 -3.0353456000000003 0.47579535 0.44284932 0.44124035 -4.912553099999999 -8.2367201 -8.1575106 -8.567535099999999 0.52565315 -8.566915199999999 +44 -2.2155748 -1.4813477 -1.0067271 -3.151192 0.86881347 0.8083846 0.80521968 -1.3422906000000001 -1.3417063 -4.61597 -5.0124718 0.94483843 -5.0119389000000005 +45 -2.2155335 -1.4813616000000003 -1.0020253000000001 -3.1512462 0.86890952 0.80844398 0.80527204 -1.3413188 -1.3406566999999998 -1.2930157 -4.0105165000000005 0.94489148 -1.5499479999999999 +46 4.7530247 2.9253294 -1.1666678 0.030298982000000002 2.0831467 -1.3081513 -1.3172363 2.6027405 2.602443 2.2554933999999998 6.1302231 -1.5055482 6.1099514 +47 4.3694180000000005 2.6365215 -0.697409 -0.082339657 1.9521267 1.7730185 -0.99874105 2.346019 2.3457575 2.0603352 5.3115891 -1.15339 5.2949757 +48 0.74395195 -1.7461948 -3.8858117999999995 0.18629092 -1.2402440000000001 -1.2026948999999998 -1.2059036 -5.1383113 -5.140615299999999 -5.0636802 -5.464434799999999 -1.3856775 -5.4635945999999995 +49 -0.41542306 -6.895547200000001 -7.657988900000001 0.1367391 -2.3264913 -2.2521257 -2.2662517999999996 -5.117756299999999 -8.439298599999999 -8.3600351 -8.770205 -2.5232572 -8.7696035 +50 1.2918094 0.65111587 0.34173033 -0.10076486 -0.44429439 -0.42754827 -0.4327033 0.5908579 0.59054953 -2.7700516 -3.1278565 -0.51166817 -3.1272132999999998 +51 1.2921448999999998 0.65219786 0.37439521 -0.10179711 -0.44301569 -0.42634857 -0.43147814 0.59564557 0.59535931 0.55630811 -1.6674381 -0.51022266 0.79576051 +52 5.082495400000001 3.1721237 -1.480206 0.15045545 5.7410043 0.30610071 -1.7429526999999998 2.821716 2.8213929 2.4151235 6.5743765 -1.9681613000000002 6.5546871 +53 0.54560896 -2.4545144 -4.4952311 0.19332105 0.36990282 -2.7322693 -2.7352195 -5.7694662 -5.7688239999999995 -5.690790799999999 -6.095055599999999 -3.0124112999999997 -6.0944943 +54 -0.36956767 -6.9185324999999995 -7.6675396 0.12986336 -0.51445738 -3.5435663999999996 -3.5597271 -5.128850900000001 -8.4503353 -8.3710675 -8.781243199999999 -3.8610837 -8.7806442 +55 2.4469442999999997 1.2473413 0.7572508 -0.21145414 2.9754939 -0.70748779 -0.70933358 1.1489839 1.1487597 -2.2643567000000004 -2.5989882 -0.82464392 -2.5984599999999998 +56 2.4508504 1.2534518 0.84225642 -0.21403477 2.9837627 -0.70261169 -0.70438592 1.1633548 1.1631569 1.0703553999999997 -0.75960291 -0.81896013 1.7061216000000001 +57 0.61715471 -2.1547315 -4.240093900000001 0.19201008 0.44641714 0.42436624 -1.6601717 -5.5058973 -5.5065800000000005 -5.428971400000001 -5.8319788 -1.8791822 -5.8312922 +58 -0.39889682 -6.904463000000001 -7.664282000000001 0.13398513 -0.54876318 -0.50886471 -2.3335573 -5.1220169 -8.4435614 -8.3642968 -8.7744697 -2.594052 -8.773868499999999 +59 3.7002545 2.1384486000000003 1.312808 -0.23089999 4.7855207 3.4364691 -0.62388106 1.9747217000000001 1.9747271 -1.5574214 -1.8410554000000001 -0.72936456 -1.8409558000000001 +60 3.7067437000000005 2.1448192 1.3436178 -0.22907383 4.7921834 3.4380459 -0.62375273 1.9834310000000002 1.9833496 1.7715397000000002 1.3029209 -0.72924028 3.7856544000000003 +61 -0.7511199 -8.164775599999999 -10.539744 0.31663188 -1.0939143999999998 -1.0554793 -1.0504639999999998 -8.5470008 -11.869295 -11.789855000000001 -12.201055 -1.2113817 -12.200415 +62 0.54244591 1.0371331 -1.4694833999999999 0.035323374 0.53184032 0.51869162 0.53999225 -2.509785 -2.5208838 -5.7777294 -6.1827004 0.65670786 -6.181851999999999 +63 0.54329857 1.0365005999999999 -1.4700833 0.035497571 0.53256031 0.51946542 0.54079689 -2.5103975 -2.5215521 -2.4564647 -5.261032900000001 0.65769032 -2.8004842 +64 -0.85976049 -6.7099697 -7.557698299999999 0.19538482 -1.0821112 -1.0330564 -1.0394146999999998 -5.0264957 -8.3482322 -11.590921 -12.002077 -1.1990637 -12.001465 +65 -0.8597347 -6.709952599999999 -7.557922099999999 0.19538128 -1.0820816999999998 -1.0330264999999998 -1.0393847999999999 -5.0264928 -8.34821 -8.268970900000001 -11.138519 -1.1990301 -8.678471 +66 0.00013114603 -0.0062138535 -0.070777137 0.002573133 -0.0025138133 -0.0025730088 -0.0027017792999999997 -0.015254833999999998 -0.015269508000000001 -3.3363845999999997 -6.1713928 -0.0033313004 -3.7112025 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.78687336 1.3695608999999997 -0.2682336 0.13698561 -0.95313005 -0.92885023 -0.9294656 0.33793879 0.33788354 0.27952465 1.1306551 -1.0957264 1.1266418 +2 -0.79201211 -2.7486135 0.0014253134 -0.023432152999999997 -0.79602283 -0.76114107 -0.76482103 -0.34244616 -0.34229058 -0.2937228 -0.81113558 -0.90456766 -0.80972833 +3 0.27969961 0.15959757 -2.2467525 0.40231446 -0.12284412 -0.1184729 -0.11985515 -1.0492507 -1.0493099 -0.92787873 -2.0250093000000002 -0.14505634 -2.021658 +4 -2.2497057000000003 -1.3864578 -0.061301793 -3.2672149 0.90476993 0.82895838 0.81922126 -0.28770945 -0.28764408 -0.24627987 -0.69684604 0.91932185 -0.69531374 +5 1.4017597 0.73991805 -0.10910716 0.019747373999999998 -0.47651949 -0.45414319 -0.45759115 0.15350366 0.15346385 0.12833691 0.46020466 -0.54651743 0.45893253 +6 2.8584432 1.5104292 -0.55354161 0.11189627 3.1573371 -0.69740936 -0.69954195 0.29446821 0.29436835 0.24415055 0.95966273 -0.82511524 0.95653141 +7 4.1059263 2.2946546000000003 -1.4503099 0.27828903 4.728967400000001 3.2612105 -0.84211033 0.57901127 0.57893524 0.47175046 2.1584408 -0.99253665 2.1476587000000005 +8 0.27799364 0.86919926 -2.1679435000000002 0.38378408 -0.10500336 -0.08546001199999999 -0.065446125 -4.004606 -4.0029216 -3.7738512 -5.4795515 -0.069469222 -5.4757894 +9 -0.57222889 -5.351958 -7.218267599999999 0.68238651 -1.2846343999999998 -1.2228415000000001 -1.231457 -5.4092332 -8.7291028 -8.484359699999999 -10.266003 -1.4324195 -10.261836 +10 -0.15640427 -0.09424550699999999 0.42675358 -0.16209808 0.0035597504999999997 0.0088293856 0.010721748 0.27812383 0.27827925 -3.0907117000000004 -4.7471136 0.014930489 -4.7430401 +11 -0.14521865 -0.075531797 0.47825381 -0.17240552 0.025817784 0.026704046000000002 0.027959391 0.32531897 0.32538561 0.2695219 -1.4238247 0.034870807999999996 1.0671297 +12 -1.6580023000000002 -0.99807968 -0.0083441258 0.023448639 -1.7255741999999998 -1.6529723000000003 -1.6462758999999998 -0.19600542 -0.19593551 -0.16693992 -0.49264654 -1.8873296000000002 -0.49168645 +13 -0.58952941 1.4752754 -2.4721612 0.36690851 -0.9836702 -0.96102332 -0.96313205 -0.19849629 -0.19859539 -0.16943269 -0.50014235 -1.1351208000000002 -0.49853092 +14 -3.1192737999999998 0.11377434 -0.0099697868 -3.2764645 -0.0098757769 -0.012969765 -0.008241457800000001 0.022337894 0.022333528 0.018822171000000002 0.062387289000000005 -0.009953371800000001 0.062202172 +15 0.90728856 2.4288733 -1.4715111 0.39121292 -1.2941690000000001 -1.2411992 -1.2343958000000002 0.67662555 0.67655039 0.54756787 2.5432452000000003 -1.434134 2.5305021 +16 2.2716024 3.4570186 -2.6279102 0.83738768 1.5597345 -1.7611756 -1.7560136999999998 1.4128506 1.4128127000000001 1.0796312 4.0477686 -2.0083512999999997 4.0358775 +17 1.8540740000000002 3.1343609 -2.4057164 0.66029832 1.2890193 1.1748424 -1.3620326999999999 1.1566089 1.1565903 0.90313982 3.7283703 -1.5769369 3.7127550000000005 +18 -0.52785528 1.827422 -1.4898521999999998 0.36208374 -0.91507485 -0.86946883 -0.84903118 -3.177741 -3.1766572 -2.9606342 -4.6043398 -0.99511612 -4.6002827 +19 -2.3164517000000004 -5.102142 -7.0972773 0.77574017 -3.1409228 -3.0628375 -3.0654505000000003 -5.2878175 -8.607692199999999 -8.363008599999999 -10.144399 -3.3921832000000003 -10.140228 +20 -0.94713682 1.2941171999999999 0.79161671 -0.1193184 -0.85827651 -0.82888272 -0.82675232 0.8654696 0.86547696 -2.6307691 -4.236125299999999 -0.97643067 -4.2319833 +21 -0.94382764 1.2740419 0.58233609 -0.063493819 -0.9113248 -0.88663454 -0.8857502 0.73747583 0.73743291 0.59435608 0.18247274 -1.0447434000000002 2.7345031000000004 +22 -0.42435811 -2.8279536 -2.7068117000000003 0.55277914 -1.0026186 -0.95423957 -0.95871344 -2.3933305000000002 -2.3933188999999997 -2.1981023 -3.7350957 -1.1253643999999998 -3.7311205000000003 +23 -2.573828 -4.362182499999999 -0.028240486000000002 -3.2900541 0.57930931 0.54062571 0.53867582 -0.41644904 -0.41625154 -0.35843124 -0.95994497 0.63132886 -0.95835391 +24 0.40499478 -1.7741869 -0.00286117 -0.07664003700000001 -1.3329833999999998 -1.2616493 -1.2647141000000002 -0.28113565 -0.28102168 -0.24044394 -0.68206178 -1.4671006000000002 -0.68081078 +25 1.3938749 -1.0148437 -0.0071175264 -0.12143926 1.6400848000000001 -1.673189 -1.6797374 -0.19855583 -0.19848134 -0.1691225 -0.4984462 -1.9234327000000002 -0.49750205 +26 1.3635202 -1.0316334 -0.016383062 -0.11969129 1.6039777 1.4730712 -1.2500061000000002 -0.20810596 -0.2080303 -0.1773416 -0.52028092 -1.4517332 -0.51930925 +27 -0.477037 -6.6696625 -6.716349900000001 0.79933828 -1.3057966 -1.2544571000000002 -1.2522632 -8.8023276 -8.800288400000001 -8.5554808 -10.337228999999999 -1.4557566000000002 -10.333096000000001 +28 -0.61930131 -9.2366472 -7.7665954 0.68439743 -1.3346318000000001 -1.2723749 -1.2824166000000001 -5.960024099999999 -9.2803565 -9.035449400000001 -10.818059 -1.4896121 -10.813855 +29 -0.84187713 -2.8261645 0.024145897000000003 -0.053624999000000007 -0.81638682 -0.77050058 -0.77076099 -0.33836796 -0.33788575 -3.6116549 -5.3079027000000005 -0.90874682 -5.3039815 +30 -0.83273311 -2.7804921 0.11125216 -0.082161483 -0.77819261 -0.73584254 -0.73662246 -0.25421521 -0.25381814 -0.21672601 -3.09733 -0.86982176 -0.6257542 +31 -1.9445846999999998 -1.2154306000000001 -2.8011995 -2.7467968999999997 0.73073836 0.67223039 0.6662342 -1.9346111000000001 -1.9346595000000002 -1.7578194999999999 -3.1954107999999994 0.76629475 -3.1914597999999996 +32 1.6075498 0.82652109 -2.3892337 0.33479846 -0.57490963 -0.5500026 -0.55500155 -0.65955662 -0.65964276 -0.57454038 -1.4076377 -0.66174253 -1.4047697000000001 +33 2.8254547000000003 1.406344 -3.0471340000000002 0.29004874 2.8797686000000002 -0.85105017 -0.85491322 -0.32210928 -0.3222106 -0.27642815 -0.77061912 -1.0051548000000001 -0.76870558 +34 3.9528402000000002 2.1517112999999997 -4.180125 0.30282247 4.4766477 3.1881027000000004 -0.85022066 0.24280977 0.24281652 0.20225394 0.7711879 -1.0015233000000001 0.76748238 +35 0.45205063 1.0444276 -3.27655 0.45169556 0.0065999392 0.018075967 0.038260147 -4.0036841 -4.006568 -3.7775986000000006 -5.4836675999999995 0.05399454 -5.479752599999999 +36 -0.47074672 -4.0175636 -7.3961624000000015 0.68820441 -1.1870802 -1.1318052 -1.1388902 -4.0715076 -7.3935414 -7.1499697 -8.927373300000001 -1.3291848 -8.9229994 +37 0.22831523 0.12710744 -1.5623935 0.3291486 -0.1009768 -0.09741787800000001 -0.098724028 -0.82254152 -0.8225895 -4.0430971 -5.7630776 -0.1197033 -5.7587154 +38 0.23921483 0.13288568 -1.6855363999999997 0.34479182 -0.10574165 -0.10216712 -0.10353536 -0.86951731 -0.86956043 -0.76375563 -4.218608000000001 -0.1255063 -1.7508119 +39 -0.84359704 -0.48480434 -0.073516289 -3.2815187999999993 0.32466375 0.30355566 0.30287958 -0.15829494 -0.15828459 -0.13469054 -0.40521523 0.36070228 -0.40412052 +40 1.2844483999999998 0.55060459 -0.46771764 -3.2409322 5.3247349999999996 0.052708422000000005 0.051656416 -0.11381844 -0.1139293 -0.09677415800000001 -0.29798316 0.064721104 -0.29698802 +41 4.0817391 2.2776077 -1.4330419 -3.0483344 5.8466839 3.4850092000000004 -0.81983423 0.56912085 0.56904414 0.46399923 2.1169566000000004 -0.96735923 2.1064293 +42 -1.8175720000000002 -0.35486103 -3.1255006 -2.7325725 0.85725308 0.79596723 0.80654094 -5.0862336 -5.089559700000001 -4.851651400000001 -6.5991306 0.91406808 -6.5953902 +43 -2.2039879 -5.2273001 -7.147887700000001 -2.5537667 0.26577693 0.24465591 0.23995298 -5.3364335999999994 -8.658551600000001 -8.4138474 -10.195350999999999 0.28366832 -10.191177 +44 -2.3499801 -1.4844939 0.19602041 -3.3933915 0.91667434 0.84342824 0.83425646 -0.096579836 -0.09625881300000001 -3.4033451 -5.0855065999999995 0.93462459 -5.0815106 +45 -2.3571987 -1.4718473 0.29968133 -3.4253976 0.93867117 0.86121783 0.85116923 -0.0016127943 -0.0014014077 -0.0010256043 -2.4860387000000004 0.94988368 -0.0097855619 +46 5.069617900000001 2.9922885 -2.2549208 0.54214725 1.8655244999999998 -1.5209293 -1.5314888999999998 1.047299 1.0472595999999998 0.82489058 3.5440207999999997 -1.7644905 3.5276483999999995 +47 4.714135400000001 2.7300310000000003 -1.9808119 0.42635475 1.7523031000000002 1.573042 -1.2146589 0.85422906 0.85418809 0.68274808 3.1122657000000005 -1.4140213 3.0961021 +48 1.7518953000000002 1.4056141000000002 -1.7871061000000001 0.31068899 -0.41732087 -0.36553588 -0.3439537 -3.5404633999999997 -3.5400492 -3.3173815 -4.9929362 -0.39842949 -4.989029 +49 -0.07818389 -5.5340522000000005 -7.2995496 0.62060427 -2.4779283 -2.3897812999999997 -2.406222 -5.491015900000001 -8.8108681 -8.5660861 -10.347886 -2.703785 -10.343722999999999 +50 1.1984252 0.60758518 0.60621116 -0.20413257 -0.46040346 -0.43309445 -0.43445286 0.55742254 0.55749582 -2.8669767000000004 -4.5008014 -0.51761396 -4.496688400000001 +51 1.2263306 0.6237056 0.55758987 -0.18038792 -0.45626296 -0.43437647 -0.43689692 0.53304183 0.53303688 0.43566123 -0.57445312 -0.5214986 1.9398986 +52 5.398546499999999 3.2353627 -2.4625447 0.66881783 5.520188500000001 0.08705629599999999 -1.9644221000000002 1.2362848999999998 1.2362371 0.95900791 3.8415585 -2.2349349999999997 3.8270068 +53 3.0638652000000004 1.6324197 -1.6325715 0.26655064 3.2302261000000003 -0.65405346 -0.64239552 -3.3470397000000003 -3.3473521 -3.128041 -4.7878041 -0.75397226 -4.7837807 +54 -0.023854674 -5.558586900000001 -7.3103115999999995 0.61271436 -0.65262182 -3.6726156000000003 -3.6912943 -5.5016932999999995 -8.8214995 -8.5767112 -10.358528999999999 -4.0357047 -10.354368 +55 2.5396452000000003 1.2654377 0.84141457 -0.2187286 3.1677756 -0.68734307 -0.68581344 0.88911967 0.8891576 -2.6130497000000004 -4.2159652 -0.80668698 -4.2119032 +56 2.5806637 1.2798233 0.47053541 -0.11533096 3.085354 -0.73496882 -0.73532684 0.67564699 0.67562704 0.54691602 -0.02292254 -0.86532425 2.5165794 +57 3.4491097 1.6436224999999998 -1.622089 0.24238251 3.812122 2.9233173999999997 -0.88230107 -3.3365977999999994 -3.3361763 -3.1170084 -4.7757041 -1.037907 -4.7717461 +58 -0.056690053 -5.5445307999999995 -7.3039146 0.61716628 -0.69091879 -0.63953914 -2.4869679 -5.4955599 -8.815421699999998 -8.570637699999999 -10.352446 -2.7890289 -10.348283 +59 4.4345373 2.5536504 1.2206091000000001 0.13993722 5.2498306 3.3853527999999997 -0.82885073 1.5446209 1.544643 -2.1552662999999996 -3.6840099000000004 -0.97753762 -3.6801394999999997 +60 4.2335921999999995 2.3883805000000002 0.2929586 0.16945926 5.025304599999999 3.3364693999999995 -0.83398012 1.0846098 1.0846492 0.85196605 0.96833931 -0.98326692 3.5909426 +61 -0.47822587 -7.2606724 -10.609397 0.80936822 -1.3171544 -1.2664583999999999 -1.2648567 -9.3820576 -12.703074 -12.457865 -14.242375 -1.470059 -14.238081 +62 0.27762649 0.86814061 -2.1686118999999997 0.38393149 -0.10554067 -0.08598725900000001 -0.06598264200000001 -4.005543 -4.0039066 -7.0967531 -8.8733695 -0.070126433 -8.8694851 +63 0.27791549 0.86909411 -2.1678342 0.38377151 -0.10507183 -0.08552223099999999 -0.065508118 -4.0046858 -4.0029525999999995 -3.7738818 -7.9395814 -0.069542949 -5.4759876 +64 -0.57233411 -5.352031299999999 -7.218341400000001 0.68240047 -1.2847553 -1.2229644 -1.2315805 -5.4092698 -8.7291961 -11.806381 -13.590656 -1.4325584999999998 -13.586485999999999 +65 -0.57222918 -5.3519557 -7.218261099999999 0.68238647 -1.2846347 -1.2228417 -1.2314572 -5.4092328 -8.7291007 -8.484357600000001 -12.725453 -1.4324197 -10.26184 +66 -0.15615533 -0.09532110099999999 0.41953987 -0.15999362 0.0016567779999999998 0.0071420332999999996 0.0090579791 0.27223087 0.27239871 -3.0955126 -7.212723599999999 0.012968255 -4.7485597 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.8583875 1.258068 -0.21463915 0.19480707 -1.0867693999999999 -1.0684546 -1.0750159 0.14669407 0.14670623 0.11224413 0.49967196 -1.2693453000000001 0.49684609 +2 -0.78372399 -2.6393362999999996 0.15333181 -0.13167132 -0.68029136 -0.66784934 -0.67836693 -0.068233816 -0.068237917 -0.05311802400000001 -0.27341003 -0.8134311 -0.27156652 +3 0.31192106 0.18748926 -1.6789319999999999 0.45355024 -0.14171802 -0.13015022 -0.13006303 -0.88617226 -0.88617558 -0.72837251 -3.0348311000000003 -0.15593717 -3.0211669999999997 +4 -2.3019715 -1.4147881000000002 0.10994874 -3.3819879 0.938811 0.85317283 0.83977618 -0.054406282 -0.054411932999999996 -0.042310386 -0.21630073 0.91417955 -0.21484588 +5 1.4043987 0.67844718 -0.097008113 0.052616935999999996 -0.51422322 -0.49331716 -0.49828743 0.060609893 0.060617829000000005 0.046708234 0.22204245 -0.59746566 0.22064852 +6 2.8452442000000002 1.4362684 -0.37547283 0.17996481 3.0749854 -0.77317226 -0.77494898 0.12603587 0.12601639 0.096576936 0.4368774 -0.91556085 0.43435489 +7 4.2908332 2.3911835 -0.94690878 0.44748832 4.7767718 3.2159521 -0.91430543 0.35665856 0.35665688 0.26815973 1.0145031 -1.0788486000000002 1.0101371 +8 -0.1949095 0.29348352 0.55789631 -0.2057601 0.0080689896 0.01491085 0.023091905 -3.060504 -3.0590547999999997 -2.7391039 -6.2077268 0.031070529 -6.1919949 +9 -0.47390307 -1.3594508 -2.0160449000000003 0.43912848 -0.93859846 -0.84292899 -0.83631369 -1.8714640999999999 -5.1880604 -4.8295156 -8.4893846 -0.9778376 -8.4738049 +10 -1.0520828000000002 -0.5014309 3.1364281000000003 -1.6109798999999998 0.54322493 0.50167988 0.50320128 2.227849 2.2278488 -1.9673087 -5.2340273 0.58326906 -5.2181045 +11 -0.56050368 -0.20872246 1.5438173000000002 -0.73188877 0.16471 0.1490987 0.15199483 1.142368 1.1424556000000001 0.79478353 -0.84412406 0.18291918 1.8965341 +12 -2.1254814 -1.4364286 0.11594736 -0.056502178 -2.1229997000000003 -2.0721374 -2.0783313999999997 -0.051199667000000004 -0.051203979000000004 -0.039810564 -0.20330028 -2.3698574 -0.20190202 +13 -0.53624581 1.5060459 -1.8420040000000002 0.48269395 -1.0476372 -1.0131807 -1.0139675 -0.36499285 -0.36499851 -0.29032485 -1.5187295 -1.1961982 -1.509588 +14 -3.1147616 0.13788273 -0.019569233000000002 -3.2727505 -0.027815007000000003 -0.0292494 -0.025152241000000002 0.0079670615 0.0079686514 0.0061714604 0.030559696 -0.030131455 0.030323332 +15 0.9254436 2.3919792999999996 -0.82879622 0.50829636 -1.3948022 -1.3382665 -1.3331242 0.38863184 0.38862571 0.29129682 1.0747665000000002 -1.5510993999999998 1.070786 +16 2.395786 3.5049269 -1.3804351000000001 1.039749 1.4815808000000001 -1.8321933999999997 -1.8273667000000002 0.98530111 0.98532058 0.69707413 1.7847868000000002 -2.0943066000000004 1.7892095000000001 +17 2.0025417 3.2025416 -1.2948104 0.8626217 1.2376993 1.1239447 -1.4288306 0.79158799 0.79161738 0.57130946 1.6203649 -1.6576761999999998 1.6211573000000001 +18 -0.84909152 1.6627523999999998 0.91501577 -0.022790546000000002 -0.85666736 -0.81011237 -0.79851484 -2.5893040000000003 -2.5885141 -2.2874232999999995 -5.6544812 -0.94266517 -5.6387176 +19 -1.5573572 -0.67711609 -1.6292281000000002 0.36825496 -1.9697783 -1.8198359 -1.7999948000000001 -1.4545341 -4.7719078 -4.4172013 -8.0587117 -2.0511881 -8.0431542 +20 -1.2994983999999998 1.1844833000000001 3.1603776000000003 -0.90249039 -0.4339015 -0.41051114 -0.40058836 2.2672142 2.2672124 -1.9508031000000003 -5.2114921999999995 -0.47736259 -5.195574 +21 -1.1603318999999999 1.2191231000000002 1.5677946000000003 -0.36821799 -0.82815073 -0.79820543 -0.79226995 1.2654273999999999 1.2655038 0.86835948 -0.78477694 -0.9374461 1.9689318 +22 -0.38018984 -2.2056576 -1.5211451 0.46770659 -0.87240719 -0.83173299 -0.83696567 -1.2505901000000001 -1.2505853 -1.0481965 -3.7567022000000003 -0.99179991 -3.7419748 +23 -2.6223147 -4.301281400000001 0.16844922 -3.4319476000000004 0.63968108 0.59152422 0.58739278 -0.080392537 -0.080399675 -0.062642276 -0.3242073 0.67337161 -0.3220269 +24 0.21353131 -1.9541479 0.13572032 -0.15651433 -1.4499674999999999 -1.4058906999999998 -1.4190464 -0.060712885999999994 -0.060716904 -0.047238617999999996 -0.24232546 -1.652781 -0.24067583 +25 1.4657818999999999 -0.87937075 0.075003493 -0.15640055 1.7698426999999999 -1.6041169 -1.6145466999999998 -0.044627108 -0.044635238 -0.034684916 -0.17649182 -1.863778 -0.17528589 +26 1.6796388999999998 -0.67530707 0.051398145 -0.14903555 2.0129634 1.7771043999999998 -1.1997706 -0.044045035999999996 -0.04405823 -0.034233546000000004 -0.17410396 -1.4023801000000002 -0.17292478 +27 -0.9004984 -2.3694647 0.15805232 -0.16080415 -0.76935908 -0.70283505 -0.68898328 -3.5683323 -3.5659894999999997 -3.2312333 -6.7749082 -0.80997777 -6.759361500000001 +28 -0.61534265 -5.9627289 -3.4168481 0.68289841 -1.3303176 -1.2427428999999999 -1.2518721000000002 -3.3319011 -6.650205199999999 -6.284460299999999 -9.9791004 -1.4579604 -9.963335800000001 +29 -1.747007 -3.2471037 3.1255627 -2.0120441000000002 0.20823535 0.19505547 0.1996681 2.2109556 2.2109558 -1.9744726000000001 -5.2437805 0.23828142 -5.2278547 +30 -1.2715082 -2.8089702 1.534275 -0.94599479 -0.36096318 -0.34239891 -0.33840368 1.0770606000000003 1.0771526000000002 0.75471714 -0.87952417 -0.40239145 1.8536752 +31 -1.9391479999999999 -1.1947113999999999 -1.9376387 -2.7319042999999996 0.71127621 0.65510742 0.64870726 -1.34365 -1.3436572 -1.1314316 -3.9182055 0.73530323 -3.9032112 +32 1.661698 0.87041093 -1.7930595 0.42420513 -0.61591279 -0.5841174 -0.58793299 -0.66505227 -0.66506046 -0.53947912 -2.4896298999999997 -0.7017579 -2.4771262000000003 +33 2.9404067000000005 1.4914136 -2.4063139 0.44251956 2.8561098 -0.89033806 -0.8920704 -0.49318565 -0.49320578 -0.39567403 -1.9739551 -1.0507101 -1.9631558 +34 4.1405688 2.2660758999999997 -3.4685927000000003 0.52174883 4.4705481 3.1312575000000002 -0.9237111 -0.09326975800000001 -0.09322941800000001 -0.07253329900000001 -0.37308139 -1.0893501 -0.37183966 +35 0.46921776 1.0087958000000001 -2.3766762000000003 0.57451 -0.10221746 -0.09341269099999999 -0.079406625 -4.1450739 -4.1461712 -3.800375 -7.4024166 -0.09121113900000001 -7.3862185 +36 -0.06303294 -1.7741305 -5.451912 0.82740873 -0.9122186 -0.86302762 -0.86807745 -2.46926 -5.7914959 -5.4298845 -9.109340300000001 -1.0261049999999998 -9.0928439 +37 0.21997829 0.14605587 -1.0159456 0.31557739 -0.095353865 -0.08464918699999999 -0.083879493 -0.58991731 -0.58992477 -3.7981815 -7.4003047 -0.09980265 -7.3838588000000005 +38 0.24021821 0.15354733 -1.1495090000000001 0.34682613 -0.10645341 -0.09576267599999999 -0.095147787 -0.65639246 -0.65639535 -0.53214002 -4.949172 -0.11344279 -2.4600105 +39 -0.88007537 -0.52597511 0.05611346 -3.3544459000000004 0.31558326 0.29414361 0.2932715 -0.025106343 -0.025108542999999997 -0.019480798 -0.09803369199999999 0.34708269 -0.097373291 +40 1.2833275 0.45806138 -0.16164759 -3.2756502999999997 5.3007665 -0.009437273000000001 -0.010048239 -0.025129346 -0.025178386 -0.019559768 -0.09906682900000001 -0.0092075984 -0.09822885 +41 4.2695184 2.3759002000000002 -0.94134402 -2.8797157 5.7611861 3.4072421000000004 -0.89496744 0.34959049 0.34958844 0.26301107 1.0004335 -1.0569821000000001 0.99604462 +42 -2.3307783 -1.1047672 0.30722988 -3.4870471 1.0104528 0.92828366 0.92224089 -3.3854512999999997 -3.3835593 -3.0536168 -6.573587599999999 0.98734271 -6.5579168 +43 -2.2018356 -2.0338046999999997 -2.3680584 -2.7588814999999998 0.4590779 0.44945932 0.44501293 -2.2438006 -5.561950599999999 -5.200818099999999 -8.8731905 0.52542447 -8.8575555 +44 -2.9631377 -1.8106188 3.1298493 -5.1889442 1.7339773999999997 1.5320716 1.4723998 2.2166683999999997 2.2166683999999997 -1.9720446 -5.2404769 1.3048287 -5.2245520999999995 +45 -2.7159101000000003 -1.6760641 1.5325507999999999 -4.189731299999999 1.2150581 1.0968621 1.0777206 1.0897346 1.0898251 0.76254595 -0.87242709 1.1012034 1.8622504 +46 5.2601062999999995 3.0970215 -1.2345845 0.76247776 1.8016683999999998 -1.5833932 -1.5924212 0.73006438 0.73008188 0.53011452 1.5578753 -1.8388360000000001 1.5576405 +47 4.9159397 2.8436186 -1.1423371 0.63394857 1.7032021000000002 1.5199059 -1.2832121 0.58289036 0.58290709 0.42930382 1.3829375 -1.4964947 1.3804665 +48 1.1818022 1.0222045 0.73823291 -0.17894552 -0.50892085 -0.46951549 -0.46168119 -2.8251815 -2.8240049 -2.5127328999999996 -5.9352761 -0.54724867 -5.9195383 +49 0.62445044 -1.1609308 -1.9074292000000002 0.35516441 -1.5381046999999999 -1.3923464 -1.3813536 -1.7552263 -5.072141200000001 -4.7145407 -8.369809 -1.590532 -8.3542526 +50 0.61995053 0.40694057 3.1463867000000003 -1.303411 -0.023642042999999998 -0.018706658 -0.013301677 2.2440245 2.2440235 -1.960495 -5.224736599999999 -0.014195833 -5.208815 +51 0.92061016 0.53692136 1.5525923000000001 -0.59978943 -0.36957172 -0.35052081 -0.34739959 1.1928855 1.1929682 0.82529048 -0.81868224 -0.41311305 1.9274877000000001 +52 5.604221400000001 3.3502165999999995 -1.3168617 0.9085842 5.45357 0.016662175 -2.0362917 0.8871799 0.88719373 0.63408894 1.7067951000000001 -2.3214042 1.709373 +53 2.8708767 1.8061718 0.96897214 -0.051298139000000006 3.4297858999999997 -0.58697569 -0.57646581 -2.52515 -2.5245906000000002 -2.2264216 -5.5763115999999995 -0.67683676 -5.560711599999999 +54 1.3603024 -1.0951298999999999 -1.8709586 0.28945434 1.1564573999999999 -2.0071883 -2.0003576 -1.7163098 -5.0334192 -4.6761338 -8.3297591 -2.2679417 -8.3142294 +55 2.3192117000000003 0.9977462 3.1593329 -1.0397269 4.0404398 -0.34444271 -0.33788472 2.262195 2.2621937 -1.9528925 -5.214348200000001 -0.39824021 -5.1984311 +56 2.3733079 1.0595521 1.5345927 -0.46794915 3.3037952000000006 -0.65584973 -0.65116937 1.2256444 1.2257238000000001 0.84484832 -0.80300214 -0.76732941 1.9466256000000002 +57 4.584500599999999 2.8028914 1.2670976999999999 0.39250862 5.1483805 3.301767 -0.90424008 -2.1136176 -2.113604 -1.8382425999999998 -5.054679 -1.0674964 -5.039275599999999 +58 1.3454868 -1.1013699 -1.8750656000000003 0.28956086 1.1400945 1.1339778 -1.4298765 -1.7204971000000002 -5.037871900000001 -4.680551 -8.3343687 -1.6524598999999998 -8.3188347 +59 5.1573709 2.9629694 3.2345585999999997 0.31404457 5.5052205999999995 3.3667898000000003 -0.89702315 2.3814661 2.3814676 -1.9043573 -5.1475276 -1.0593214 -5.1316599 +60 4.6651988 2.6391662 1.5551628999999998 0.27348887 5.2958991 3.3297227999999994 -0.90200812 1.4908531 1.4909471 0.99661484 -0.69580257 -1.0649323 2.0787556 +61 -0.36339022 -5.404198 -7.463881 0.96291946 -1.3565617 -1.2892466999999999 -1.2925436000000001 -8.220594 -11.540764999999999 -11.171425 -14.885407 -1.5062915000000001 -14.869159 +62 -0.19596207 0.29159285 0.55506895 -0.20558316 0.006785041800000001 0.013899416999999999 0.022092446 -3.0633776000000004 -3.0619027 -6.06378 -9.7555359 0.029922714 -9.7394228 +63 -0.19583679 0.29199891 0.55555912 -0.20566042 0.0069977016000000005 0.014048286 0.022236218 -3.0629032000000005 -3.0613593 -2.7413274 -8.6716647 0.030088935 -6.195178599999999 +64 -0.4744392 -1.3591966 -2.0141897 0.43867989 -0.93869459 -0.84295758 -0.83631903 -1.8703627 -5.187094999999999 -8.1504845 -11.859200999999999 -0.97782906 -11.843528 +65 -0.47391666 -1.357847 -2.0133109 0.43845358 -0.93792582 -0.84219004 -0.83554034 -1.869466 -5.1860390999999995 -4.827509200000001 -10.94712 -0.97691831 -8.4718355 +66 -1.0667247 -0.51087153 3.1832827 -1.6383123 0.55540906 0.5124582 0.51375009 2.2536213 2.25362 -1.9564735 -7.682392699999999 0.59458277 -5.2044112 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.85728214 1.2588876 -0.21523784 0.19492356 -1.085754 -1.0673337 -1.0738524999999999 0.14681424 0.14682642 0.1123403 0.50027654 -1.2679915000000002 0.49744499 +2 -0.78276664 -2.6382792999999998 0.15349967 -0.13178069 -0.67918088 -0.66665148 -0.67712427 -0.068199497 -0.06820354599999999 -0.053093355999999994 -0.27335491 -0.81194565 -0.27151218 +3 0.31288486 0.18813297 -1.686636 0.45477403 -0.14197152 -0.13038455 -0.13029308 -0.88873427 -0.88873783 -0.73061156 -3.0401099 -0.15620949 -3.0264401000000003 +4 -2.3019471 -1.4150831 0.11011833 -3.3820441 0.93898981 0.85334725 0.83994352 -0.054389259 -0.05439485 -0.042298785 -0.2163021 0.91432358 -0.21484783 +5 1.4048048999999998 0.6788801 -0.097291031 0.05267986 -0.51389613 -0.49290044 -0.49783205 0.060620275 0.060628182 0.046718317 0.22217869 -0.59689211 0.22078307 +6 2.8445438999999997 1.4358191 -0.37531681 0.17980768 3.0742416 -0.77355778 -0.77534943 0.12618462 0.12616526 0.096694395 0.43755048 -0.916034 0.43502231 +7 4.2885101 2.3892271000000003 -0.94632258 0.44681134 4.7746559 3.2154316 -0.91432817 0.35618326 0.35618146 0.26782633 1.0140811 -1.0788711000000002 1.0097068 +8 -0.19415813 0.29244694 0.55446927 -0.20436704 0.0074248306000000005 0.01431711 0.022506502 -3.0630991 -3.0616457 -2.7416612000000002 -6.2099303 0.030373677 -6.194205200000001 +9 -0.47594442 -1.3652957000000001 -2.0221656 0.44043539 -0.94201844 -0.84637352 -0.83981371 -1.8768168 -5.1933953 -4.834869 -8.494081900000001 -0.98192906 -8.4785102 +10 -1.0519108 -0.50168147 3.1355301 -1.6105683000000002 0.54300167 0.5014935 0.50302897 2.2274046000000003 2.2274043999999997 -1.967397 -5.233359 0.58309682 -5.2174437000000005 +11 -0.55948865 -0.20846931 1.5413847 -0.73051523 0.16437529 0.14878925 0.15168191 1.1404721000000002 1.1405596000000002 0.79367641 -0.84417456 0.18254264 1.8962333999999998 +12 -2.1237137 -1.4344766000000002 0.11602424 -0.056620878 -2.1210812000000003 -2.0701824 -2.0763646000000002 -0.051122274 -0.05112653 -0.039751776 -0.2030521 -2.3677363999999996 -0.2016559 +13 -0.53562472 1.5065733000000001 -1.8463064999999999 0.48294817 -1.0472519 -1.0127585 -1.0135328000000001 -0.36521724 -0.365223 -0.29051954 -1.5195794 -1.1956893999999998 -1.5104364 +14 -3.1149497999999998 0.13756123 -0.019589571 -3.2728276000000003 -0.027853372999999997 -0.02926175 -0.02516207 0.0079110827 0.0079126191 0.0061282844 0.030355904 -0.030125503999999997 0.030121595 +15 0.92503971 2.3914399 -0.82899264 0.50810162 -1.3950021000000001 -1.3384744 -1.3333494 0.3887371 0.388731 0.29138734 1.0755208 -1.5513536 1.0715322 +16 2.39472 3.5036902000000003 -1.3807256 1.0391088 1.4810933000000002 -1.8325608 -1.8277465 0.98506089 0.98508036 0.69696146 1.7854839 -2.0947162 1.7898891 +17 2.0010163 3.2009818 -1.2948549999999999 0.86186882 1.2368333999999999 1.1231995000000001 -1.4291296999999998 0.79114706 0.79117641 0.57104731 1.6207488 -1.6580053 1.6215211999999999 +18 -0.84922939 1.6622178 0.91253429 -0.022240786000000002 -0.8573587 -0.81080071 -0.79922573 -2.5907557 -2.5899641 -2.288857 -5.6554953 -0.94349694 -5.6397387000000005 +19 -1.5627471000000002 -0.6842796 -1.6358626 0.36971841 -1.9766966000000001 -1.8267393 -1.806962 -1.4605478 -4.7779049 -4.4231945999999995 -8.064155099999999 -2.0587926 -8.0486059 +20 -1.2993586000000001 1.1846076 3.1595066000000003 -0.9020476 -0.43419406 -0.410791 -0.40087894 2.2668442000000004 2.2668425 -1.9508557 -5.2107767 -0.47771078 -5.194866 +21 -1.1595693999999999 1.2195899 1.5653561000000003 -0.36715352 -0.82841332 -0.79846771 -0.79255134 1.2638399 1.2639162 0.86747845 -0.78452976 -0.93777791 1.9689824 +22 -0.38205195 -2.2065609 -1.5208976 0.4676924 -0.87430325 -0.83373417 -0.83902514 -1.2504275 -1.2504226 -1.0480844999999999 -3.7558282999999997 -0.99422128 -3.7411082 +23 -2.6224752999999996 -4.3017528 0.16867161 -3.4320377 0.63961739 0.59143754 0.58729707 -0.080358572 -0.080365652 -0.062618254 -0.32416493 0.67327043 -0.32198512 +24 0.21508599 -1.9524299999999999 0.13584349 -0.15665146 -1.4483295 -1.4041985000000001 -1.4173312 -0.060657069 -0.060661035 -0.04719692599999999 -0.24217438 -1.6508584 -0.24052616 +25 1.4654397 -0.87997329 0.075216571 -0.15659315 1.7696668999999998 -1.6042341999999998 -1.6146762 -0.044580752 -0.04458882 -0.034650169 -0.17636393 -1.8639183000000001 -0.17515921 +26 1.6785248 -0.67650258 0.051669445999999994 -0.1492575 2.0118996 1.7762791 -1.1999968 -0.044008354000000006 -0.044021480999999994 -0.034206327 -0.17401489 -1.4026326 -0.17283661 +27 -0.90011512 -2.3721706 0.15298354 -0.15838078 -0.77141743 -0.70479412 -0.69094342 -3.5728343000000002 -3.570482 -3.2356735 -6.7790614 -0.81226492 -6.763522900000001 +28 -0.61754394 -5.9681973 -3.4226055 0.68356866 -1.3332306999999999 -1.2457357 -1.2549156000000001 -3.3366447 -6.654948599999999 -6.2892535 -9.983094300000001 -1.4614087 -9.9673366 +29 -1.7467761000000002 -3.2472484 3.1247138 -2.0115514 0.20799645 0.19482917 0.19944048 2.2105183999999998 2.2105186000000003 -1.9745599999999999 -5.243110099999999 0.23800987 -5.2271919 +30 -1.2703775 -2.8083979 1.5318497 -0.94436311 -0.36142614 -0.34285868 -0.33888141 1.0750056000000001 1.0750975 0.75348808 -0.87976402 -0.40297317 1.8531537 +31 -1.9379426 -1.1940468000000002 -1.9480214 -2.7300146 0.71076359 0.65462659 0.64823028 -1.3481638999999999 -1.3481712 -1.1355163000000001 -3.9252415000000003 0.73481521 -3.9102449999999997 +32 1.6624400000000001 0.87089964 -1.7993207999999998 0.42488549 -0.61584084 -0.58401332 -0.58781572 -0.66636754 -0.66637592 -0.54061041 -2.4929056 -0.70160835 -2.4803972 +33 2.9400967999999996 1.4910965 -2.4091475 0.44258067 2.8556164 -0.89062056 -0.8923705 -0.49328033 -0.49330051 -0.39576794 -1.9741151000000001 -1.0510663 -1.9633180000000001 +34 4.138913 2.2645409 -3.4699296000000004 0.52140861 4.468623 3.1306881 -0.9237438 -0.093741489 -0.09370128900000001 -0.072907268 -0.37520558 -1.0893838 -0.37394842 +35 0.4686612 1.0069063 -2.3770327 0.57455529 -0.1028438 -0.094105114 -0.080132291 -4.1455934 -4.1466829 -3.800938 -7.4021754 -0.092125619 -7.3859845 +36 -0.07047788099999999 -1.7737002 -5.4511878 0.82783404 -0.92029274 -0.87137066 -0.87656643 -2.4686625 -5.7908843 -5.4293382 -9.107917500000001 -1.0360132 -9.091429 +37 0.21971756 0.1456894 -1.0155735000000001 0.31536592 -0.095404581 -0.08469101400000001 -0.083917277 -0.58957309 -0.58958048 -3.7979108999999998 -7.3991617 -0.09984289199999999 -7.3827235 +38 0.24027063 0.15339189 -1.1508462 0.34701478 -0.10658971 -0.09588423900000001 -0.09526498300000001 -0.65684027 -0.65684315 -0.53253758 -4.9500658 -0.11357833 -2.4609299 +39 -0.88015231 -0.52598545 0.056196425999999994 -3.3544834000000003 0.31557858 0.29412473 0.29324461 -0.025091178 -0.025093351 -0.019469801999999998 -0.098008941 0.34704278 -0.097348882 +40 1.2800307 0.4564322 -0.16091653 -3.2759598 5.2988971 -0.009749710200000001 -0.010345745 -0.024937154 -0.024985986 -0.019410993999999997 -0.09833816699999999 -0.0095543508 -0.097505408 +41 4.2672294 2.3739791 -0.94078791 -2.880374 5.7611596 3.4072758999999997 -0.89492775 0.34912978 0.34912762 0.2626876 1.0000210999999999 -1.0569335 0.99562416 +42 -2.329857 -1.1052985 0.30308502 -3.4850284 1.009622 0.92753492 0.92151422 -3.3888991 -3.3870007000000006 -3.0570202 -6.576643300000001 0.98676419 -6.5609798999999995 +43 -2.2018262 -2.0393293000000003 -2.374149 -2.7577847999999996 0.45805031 0.4484677 0.44400608 -2.2490502999999995 -5.5671797 -5.206077400000001 -8.877742300000001 0.52428428 -8.8621144 +44 -2.9631668999999996 -1.8110428 3.1289429 -5.1884674 1.7336526 1.5317822 1.4721506000000002 2.2162037999999997 2.2162039 -1.9721429 -5.2398215 1.3047633 -5.2239043 +45 -2.7150841 -1.6759238 1.5301267 -4.1881442 1.2146101999999999 1.0963666 1.077199 1.0877153999999998 1.0878058000000002 0.76134385 -0.87262535 1.1008377 1.8617773999999998 +46 5.2590489 3.095837 -1.2348236000000001 0.76193149 1.8014666000000001 -1.5835218999999998 -1.5925563999999999 0.7298419 0.72985938 0.52999285 1.5584253000000001 -1.8389806 1.5581747 +47 4.9145072 2.8421979 -1.1423484 0.6333446 1.7028208999999999 1.5196107 -1.2832917 0.58254799 0.58256467 0.42908752 1.3831886 -1.49658 1.3807021000000002 +48 1.1818052 1.0211301 0.73523592 -0.17804383 -0.50973264 -0.4703211 -0.46249856 -2.8272689 -2.8260888 -2.5147869 -5.9369702 -0.54822893 -5.9212392 +49 0.61897567 -1.1675 -1.9138798 0.35667405 -1.5448472 -1.3990948 -1.388159 -1.7609663 -5.0778620000000005 -4.7202725999999995 -8.374918300000001 -1.5981586 -8.3593703 +50 0.62012431 0.40710999 3.1455121 -1.3029142 -0.023897541 -0.018958113000000002 -0.013558727 2.2436203 2.2436194 -1.9605645 -5.2240432 -0.014511216 -5.2081292 +51 0.92142645 0.53735674 1.5501473 -0.59855169 -0.36992388 -0.35088691 -0.34778722 1.1911177 1.1912003 0.82427851 -0.8186007 -0.41359188 1.9273422999999998 +52 5.6034034 3.3491809 -1.3172551000000001 0.9080785 5.4534634 0.016682519 -2.0362687 0.88705338 0.88706722 0.634042 1.7075345000000002 -2.3213736000000003 1.7100973000000002 +53 2.8672914 1.8034801 0.96597929 -0.051444397 3.4248629 -0.58926501 -0.5787915 -2.5273383 -2.5267734 -2.2285496 -5.578244000000001 -0.67960945 -5.56265 +54 1.3548539 -1.1017735 -1.8774502 0.29087129 1.1488763000000002 -2.0132603 -2.0064383 -1.7220964 -5.0391916 -4.6819154 -8.3349271 -2.2744909 -8.3194058 +55 2.318015 0.99761459 3.1584724 -1.0393976 4.0381104 -0.34527894 -0.33874906 2.2618161 2.2618148 -1.9529493999999998 -5.213638400000001 -0.39929993 -5.1977288 +56 2.3727512 1.0595101999999998 1.5321995000000002 -0.46700434 3.3016957000000002 -0.65690554 -0.65228008 1.2239916000000002 1.2240708 0.84391589 -0.80282725 -0.7686728 1.9465911 +57 4.580960299999999 2.7998736 1.2644902 0.3910697 5.146580200000001 3.3014288 -0.90423852 -2.1154305 -2.1154143 -1.8399843999999996 -5.056356299999999 -1.0674908 -5.0409592000000005 +58 1.3406772 -1.1079794 -1.8815448000000001 0.29089875 1.1333156 1.1281309 -1.4323219999999999 -1.7262712 -5.0436332 -4.6863218 -8.3395248 -1.6551502 -8.3239992 +59 5.1542247 2.9602798999999997 3.2336405 0.31216601 5.5048197 3.3667584 -0.89698991 2.3810373 2.3810388 -1.9044207999999998 -5.1468317 -1.0592801 -5.130971499999999 +60 4.6615975 2.6361967999999996 1.5523822 0.2721469 5.2944612 3.3294879999999996 -0.901996 1.4888909 1.4889847999999999 0.99559953 -0.69549373 -1.0649148000000002 2.0788667000000003 +61 -0.36584514 -5.4050293 -7.466904400000001 0.96298188 -1.3591185 -1.2918339 -1.2951488000000002 -8.222234 -11.542394999999999 -11.173117999999999 -14.886232999999999 -1.5092212999999999 -14.869993 +62 -0.19520841 0.2905483 0.55161278 -0.20417748 0.0061325751 0.013297643999999999 0.02149912 -3.0659968999999996 -3.0645178 -6.066361 -9.7572931 0.029216336000000002 -9.7411878 +63 -0.1950816 0.29095936 0.55210323 -0.2042556 0.0063454842 0.013446943999999999 0.021643227 -3.0655213 -3.0639732000000004 -2.7439071 -8.6738894 0.029382969 -6.1974133 +64 -0.47649092 -1.3650568 -2.0203203999999997 0.43999132 -0.94212695 -0.84641455 -0.83983153 -1.8757273 -5.192442099999999 -8.15585 -11.863719 -0.98193507 -11.848054 +65 -0.47595859 -1.3636973 -2.0194381999999997 0.43976252 -0.94134855 -0.84563657 -0.83904214 -1.8748252 -5.1913806 -4.8328691 -10.951822 -0.98101193 -8.476547300000002 +66 -1.0665737 -0.51113678 3.182427 -1.6379333 0.55519492 0.51228033 0.5135864 2.2532127999999996 2.2532116 -1.9565436999999999 -7.6816997 0.59442091 -5.2037264 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=0d1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -0.85722885 1.2589281 -0.21527368 0.1949293 -1.085701 -1.067275 -1.0737915 0.14681984 0.14683202 0.11234508 0.5003192 -1.2679204 0.4974872 +2 -0.78273268 -2.6382453999999997 0.15350993 -0.13178794 -0.67913422 -0.66660075 -0.67707178 -0.06820000400000001 -0.068204049 -0.05309399 -0.27336644 -0.8118828 -0.27152365 +3 0.31288914 0.18813393 -1.6867181 0.45478125 -0.14197684 -0.1303884 -0.13029566 -0.88874143 -0.88874499 -0.73062044 -3.0400777000000003 -0.15621165 -3.0264085 +4 -2.3019082 -1.415098 0.11012728 -3.3820468999999997 0.93899946 0.85335681 0.83995274 -0.054388408 -0.054393997 -0.042298309000000006 -0.21630635 0.91433178 -0.21485208 +5 1.4048223 0.67889578 -0.09730541599999999 0.052681724000000006 -0.51388156 -0.49288164 -0.49781147 0.060620651 0.060628557 0.04671883 0.22219055 -0.59686611 0.22079479 +6 2.8445101000000004 1.4357959999999999 -0.37531818 0.17979898 3.0742045 -0.77357681 -0.77536924 0.12619216 0.12617279 0.096700588 0.43759618 -0.91605734 0.43506758 +7 4.2883723 2.389112 -0.94630632 0.44677037 4.7745307 3.215401 -0.91432929 0.35615355 0.35615174 0.26780605 1.0140776 -1.0788721000000001 1.0097023999999999 +8 -0.19409223 0.29244898 0.55418784 -0.20424288 0.0073695648 0.014265726000000001 0.022456031 -3.0632976000000003 -3.0618437999999997 -2.7418584 -6.2100761 0.030313622000000002 -6.1943518 +9 -0.47602466 -1.365604 -2.0225793000000003 0.44051852 -0.94218567 -0.84653795 -0.83997922 -1.877157 -5.1937347 -4.8352121 -8.4943468 -0.98212128 -8.4787759 +10 -1.0518854 -0.50168777 3.1354251 -1.6105225 0.54297904 0.50147402 0.50301024 2.227357 2.2273568 -1.9674066000000003 -5.2332884 0.58307742 -5.2173739 +11 -0.55942641 -0.20845073 1.5412201 -0.73042512 0.16434984 0.14876578 0.15165824 1.140348 1.1404355 0.79360585 -0.84413978 0.18251432 1.8962503000000002 +12 -2.1236283 -1.4343848 0.11602879 -0.056627897 -2.1209865000000003 -2.0700857 -2.0762671999999998 -0.051120606 -0.051124857999999995 -0.039750651 -0.20305265 -2.3676312000000004 -0.20165645 +13 -0.53562533 1.5065761999999998 -1.8463064999999999 0.48293577 -1.0472414 -1.0127453000000002 -1.0135181999999998 -0.36517719 -0.36518294 -0.29048809 -1.5194256000000002 -1.1956718000000002 -1.5102836000000002 +14 -3.1148877999999995 0.13754099 -0.019591497 -3.2728322999999997 -0.027854747000000003 -0.029261755 -0.025161941 0.0079085598 0.0079100922 0.006126353100000001 0.030347435 -0.03012444 0.030113215 +15 0.92501582 2.3914112000000003 -0.82902271 0.50809077 -1.3950122999999999 -1.3384850000000001 -1.3333608000000001 0.38874263 0.38873653 0.29139286 1.0755903 -1.5513665 1.0716008 +16 2.3946642000000002 3.5036251000000003 -1.3807825 1.0390733 1.4810691 -1.8325790000000002 -1.8277653000000003 0.98505375 0.98507322 0.69696114 1.7855716 -2.0947364 1.7899752 +17 2.0009351000000004 3.2008989 -1.2948941 0.86182713 1.2367883999999998 1.1231608999999998 -1.4291448 0.7911272 0.79115654 0.57103739 1.6208156 -1.6580218999999998 1.6215864 +18 -0.84921344 1.6622066000000002 0.91232213 -0.022182324 -0.85740354 -0.81084423 -0.79926969 -2.5908708 -2.5900790000000002 -2.2889720000000002 -5.6555558 -0.94354787 -5.639799900000001 +19 -1.5629555 -0.68472514 -1.6363331 0.36982171 -1.9770144 -1.8270531000000003 -1.8072775 -1.4609553 -4.7783114 -4.4236032 -8.0644936 -2.0591359000000002 -8.0489453 +20 -1.299348 1.1846108999999998 3.1594053 -0.90201431 -0.43421598 -0.41081179 -0.40090038 2.2668039 2.2668022 -1.9508617 -5.2107014000000005 -0.47773634 -5.194791599999999 +21 -1.1595065 1.2196094 1.5651883999999998 -0.36708807 -0.8284357 -0.79848983 -0.79257458 1.2637339 1.2638102 0.86742168 -0.78447557 -0.93780514 1.9690221 +22 -0.38211668 -2.2065869 -1.5208877 0.46769042 -0.87436128 -0.83379558 -0.83908813 -1.2504178999999997 -1.250413 -1.0480794 -3.7557492 -0.99429521 -3.7410297999999997 +23 -2.622484 -4.3017799000000005 0.16868396 -3.4320437999999993 0.63961511 0.59143458 0.58729355 -0.080359134 -0.08036621099999999 -0.06261897599999999 -0.32417803 0.67326691 -0.32199815 +24 0.21514981 -1.9523659 0.13585111 -0.15666011 -1.44826 -1.4041263000000002 -1.417258 -0.06065663 -0.060660593 -0.04719679400000001 -0.24218111 -1.6507763 -0.24053286 +25 1.4654355 -0.87999357 0.075226055 -0.15660407 1.7696736000000002 -1.6042281 -1.6146706 -0.044580423 -0.044588489 -0.034650067 -0.17636912 -1.8639119 -0.17516438 +26 1.6784701000000002 -0.67656562 0.051683124000000004 -0.14927048 2.0118495 1.7762407999999998 -1.2000068000000002 -0.044008707 -0.044021832000000004 -0.034206755 -0.17402277 -1.4026437 -0.17284446 +27 -0.90004856 -2.3722008999999997 0.15255391 -0.15817658 -0.77155338 -0.7049184 -0.69106609 -3.5732042 -3.5708511 -3.2360397 -6.7793841 -0.81240643 -6.763846400000001 +28 -0.61759497 -5.9686053 -3.4230646 0.6836149 -1.3333338 -1.2458428999999998 -1.2550253999999998 -3.3370117999999995 -6.6553157999999994 -6.2896264 -9.983380499999999 -1.4615333000000001 -9.9676236 +29 -1.7467584999999999 -3.2472448 3.1246016 -2.0114917 0.20796805 0.19480328 0.19941432 2.2104642999999995 2.2104645 -1.9745726000000003 -5.2430435 0.23797909 -5.227126 +30 -1.2703165 -2.8083753 1.5316926000000002 -0.94426323 -0.36146346 -0.34289475 -0.33891861 1.074876 1.0749678999999999 0.75341244 -0.87973939 -0.40301809 1.8531589 +31 -1.9379182000000001 -1.1940428 -1.9482243000000001 -2.729979 0.71075583 0.65461763 0.64822126 -1.3482408000000001 -1.3482482 -1.135589 -3.9253071000000004 0.7348056 -3.9103112 +32 1.6624442 0.87090278 -1.7993683999999996 0.42488255 -0.61583389 -0.58400392 -0.58780464 -0.66634905 -0.66635743 -0.54059689 -2.4928216 -0.70159417 -2.480314 +33 2.9400629 1.4910691999999999 -2.4091557999999997 0.44257439 2.855579 -0.89064246 -0.89239324 -0.49325603 -0.49327621 -0.39574944 -1.9740188000000003 -1.0510931000000001 -1.9632223000000002 +34 4.1387816 2.2644283 -3.469906 0.52138304 4.468467700000001 3.1306414 -0.92374689 -0.093772176 -0.09373198699999999 -0.072931732 -0.37534866 -1.089387 -0.37409044 +35 0.46863199 1.0068089 -2.3770439 0.57455785 -0.10287743 -0.094142727 -0.080171239 -4.1456081 -4.1466972 -3.8009584000000003 -7.402107300000001 -0.09217466 -7.3859171 +36 -0.070973395 -1.7736752 -5.4511432 0.82786514 -0.92083339 -0.87192956 -0.87713469 -2.4686244 -5.7908453 -5.4293059 -9.107793 -1.0366761999999998 -9.091305300000002 +37 0.21970208 0.14567599 -1.0155418999999999 0.31535412 -0.095408437 -0.084694782 -0.083920373 -0.58954124 -0.58954863 -3.7978862 -7.3990448 -0.099846221 -7.3826073 +38 0.24025996 0.15338207 -1.1508371000000002 0.3470083 -0.1065948 -0.09588889800000001 -0.095268779 -0.65681808 -0.65682096 -0.53252093 -4.9499716 -0.11358235 -2.4608368 +39 -0.88015636 -0.52598518 0.056201512 -3.354485 0.31557832 0.2941236 0.29324303 -0.025090395 -0.025092567000000003 -0.019469281 -0.098009666 0.34704047 -0.09734960699999999 +40 1.2798528999999998 0.45634425 -0.16087691 -3.2759772999999996 5.2987964000000005 -0.0097664102 -0.010361663 -0.024926222999999997 -0.024975045 -0.019402576 -0.098298532 -0.0095728677 -0.09746605 +41 4.2670927 2.3738653999999997 -0.94077284 -2.8804141 5.7611585 3.4072782 -0.89492521 0.34910067 0.3490985 0.2626677 1.0000171999999998 -1.0569302999999999 0.9956194 +42 -2.3297746 -1.1052935 0.30272954 -3.4848512 1.0095513 0.92747171 0.92145364 -3.3891866000000004 -3.3872876000000005 -3.0573053 -6.5768806 0.98671622 -6.5612179 +43 -2.2018374 -2.0395948 -2.3745548 -2.7577123 0.45799039 0.44841004 0.44394822 -2.2493824 -5.567511 -5.2064133 -8.8779966 0.52421909 -8.862369500000002 +44 -2.9631692000000003 -1.8110656000000003 3.1288372000000004 -5.1884143 1.7336173 1.5317526000000001 1.4721249 2.2161542 2.2161543 -1.9721535 -5.239752200000001 1.3047556 -5.2238358 +45 -2.7150319 -1.6759116000000003 1.5299628 -4.1880393 1.214577 1.0963322 1.0771636 1.087583 1.0876734 0.76126681 -0.87260081 1.1008133999999998 1.8617823 +46 5.2589815 3.0957654 -1.2348678999999998 0.76189601 1.8014541000000002 -1.5835299999999999 -1.5925649 0.72982779 0.72984527 0.52998635 1.5584937 -1.8389895 1.5582416000000001 +47 4.9144158 2.8421104 -1.1423738 0.63330538 1.7027968999999998 1.5195922 -1.2832965 0.58252502 0.58254169 0.42907386 1.383233 -1.4965851000000001 1.3807452 +48 1.1818303 1.0211032 0.7349843 -0.17795707 -0.50978929 -0.47037539 -0.46255275 -2.8274304 -2.82625 -2.5149472999999998 -5.937079499999999 -0.54829316 -5.921349299999999 +49 0.61877848 -1.1679281000000001 -1.9143553 0.35677143 -1.5451324 -1.3993754999999999 -1.3884413999999998 -1.7613735000000001 -5.0782682 -4.7206818 -8.375253200000001 -1.598474 -8.3597061 +50 0.62014271 0.40712244 3.1454088 -1.3028701999999999 -0.023919317000000002 -0.018979006 -0.013580048999999999 2.2435761000000003 2.2435751 -1.9605724999999998 -5.2239705 -0.014537098 -5.2080573 +51 0.92147024 0.53738321 1.5499828000000002 -0.59847213 -0.36995091 -0.35091431 -0.34781585 1.1910022 1.1910849 0.82421443 -0.81855676 -0.41362692 1.9273698000000001 +52 5.6033553 3.3491225 -1.3173125 0.90804754 5.4534577 0.016683791 -2.0362671999999997 0.88704863 0.88706247 0.63404265 1.7076203 -2.3213716 1.7101817 +53 2.8671799 1.8033881999999999 0.96574733 -0.051415736 3.4246627999999997 -0.58935715 -0.57888455 -2.5274793 -2.5269142 -2.2286889 -5.5783377 -0.67971992 -5.5627445 +54 1.3545458000000001 -1.1022741000000003 -1.8779602999999998 0.29097739 1.148421 -2.0136233 -2.0068018 -1.7225466 -5.0396408 -4.6823671 -8.3353069 -2.2748819 -8.3197864 +55 2.3179557999999996 0.99761097 3.1583711 -1.0393667 4.037973600000001 -0.34532777 -0.33879947 2.2617747 2.2617735 -1.9529558999999999 -5.2135638 -0.39936143 -5.197654900000001 +56 2.3727241 1.0595101999999998 1.5320361 -0.46694316 3.3015730000000003 -0.65696677 -0.65234423 1.2238829 1.2239621 0.8438566 -0.80277735 -0.76875006 1.9466258 +57 4.5807946 2.7997334 1.2642806999999998 0.39101398 5.146485500000001 3.3014113 -0.90423786 -2.1155454 -2.1155292 -1.8400968 -5.0564322 -1.0674898000000002 -5.041035900000001 +58 1.3403454 -1.1084783999999999 -1.8820582 0.29100709 1.13283 1.1277123 -1.4324972 -1.7267207999999998 -5.0440819 -4.6867730000000005 -8.339903900000001 -1.6553429 -8.3243791 +59 5.154037799999999 2.9601254 3.2335379 0.31205898 5.504794599999999 3.3667566 -0.89698783 2.3809999 2.3810015 -1.9044243000000003 -5.146753400000001 -1.0592774999999999 -5.1308939 +60 4.661385500000001 2.6360254000000003 1.5521966 0.27206927 5.2943755 3.3294742999999993 -0.9019951 1.4887701 1.488864 0.99553981 -0.69543075 -1.0649135 2.0789161 +61 -0.36604916 -5.405047799999999 -7.4672524000000005 0.96299795 -1.3593473999999999 -1.2920664 -1.2953822 -8.2223461 -11.542506 -11.173236 -14.886258999999999 -1.5094838 -14.870020000000002 +62 -0.19514219 0.29055398 0.55132996 -0.20405242 0.0060770701 0.013246008 0.02144837 -3.0661959 -3.0647165000000003 -6.0665587 -9.7574022 0.029155932000000002 -9.7412977 +63 -0.19501537 0.29096168 0.55182173 -0.20413115 0.0062902903 0.013395583 0.021592779 -3.0657197 -3.0641713 -2.7441042999999996 -8.6740349 0.029322925 -6.1975597 +64 -0.47656656 -1.3653579 -2.0207318 0.44007318 -0.94228827 -0.8465727 -0.83999058 -1.8760644 -5.192778400000001 -8.1561901 -11.863968 -0.98211966 -11.848303999999999 +65 -0.47603881 -1.364006 -2.0198528000000002 0.4398459 -0.94151603 -0.84580123 -0.83920786 -1.8751661 -5.1917207 -4.8332129 -10.952088 -0.98120442 -8.4768138 +66 -1.0665517 -0.5111436 3.1823222999999996 -1.6378885 0.55517236 0.51226094 0.51356777 2.2531667 2.2531654999999997 -1.9565523 -7.681627799999999 0.59440173 -5.203655400000001 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1512581 1.1889813 -1.5097156999999999 -0.44501488 -0.73211857 -0.70787001 -0.71035444 1.001922 1.0019071 0.70281456 1.6974642 -0.83906847 1.7037101000000003 +2 -0.08688552699999999 -5.4000981 0.0086618515 1.1621903 -1.2848486000000001 -1.2266165 -1.2307689 -3.4635307999999996 -3.4629614999999996 -3.1247373 -6.748918400000001 -1.4281249 -6.731967999999999 +3 0.01051466 0.010285533000000001 -3.119093 0.0071415056000000005 0.003543324 0.0046847899 0.0050373722 -0.014360983999999999 -0.014357205 -0.011066058 -0.052849242000000005 0.006398955699999999 -0.052548647999999996 +4 -1.9143546000000002 -1.2782958 1.0629629999999999 -2.7561197 0.87825568 0.81827532 0.81598625 -1.0255565999999998 -1.0254185 -0.84607355 -3.3863355000000004 0.92457003 -3.3715621 +5 1.1098991000000002 0.68164604 -1.1755149 -0.32765187 -0.42309898 -0.40601799 -0.4072876 0.57663729 0.57663304 0.42231638 1.2940623 -0.48464888 1.2929335 +6 2.3287897999999996 1.3635216000000001 -1.6067992 -0.56914335 3.3531519 -0.53004742 -0.52501193 1.1421646 1.1421921 0.7890885 1.7878087 -0.61564306 1.7966536 +7 3.7653047999999996 2.1825005 -1.7769278999999998 -0.54892246 5.2665885 3.4573467000000004 -0.776702 1.7529336 1.7529597 1.1257466999999999 2.048189 -0.91435798 2.0679025 +8 -0.17026048 0.24622834 0.81881632 -0.024615212999999997 -0.15186115 -0.12556807 -0.11964478 -3.1509291 -3.1496662 -2.8204569 -6.3965999 -0.13657375 -6.379935 +9 -0.07889925099999999 -5.7846169000000005 -3.1809624 1.2151171 -1.3305713 -1.2725962 -1.2773733 -3.9107184 -7.232033400000001 -6.8582225999999995 -10.65702 -1.4803553 -10.639750999999999 +10 -0.035820317000000004 -0.0082916816 2.1487222999999998 -0.044961798 0.0094732453 0.012557432 0.012768113000000001 0.080033004 0.080051062 -3.2606531000000003 -6.902890400000001 0.015421067 -6.8857701 +11 -0.033573036 -0.013063843 2.0443634 -0.038911882 0.0055098227 0.0051941684 0.0053329381 0.069016599 0.06897284299999999 0.05284618 -2.3428758999999997 0.0064941734999999995 0.22613664 +12 -1.820541 -5.0773334000000006 0.16289687 1.244942 -3.1202808999999996 -3.0369992999999997 -3.0452651 -3.2883287000000005 -3.2878646000000002 -2.954552 -6.55345 -3.3655038 -6.5365194 +13 -1.1498591 1.1942812 -4.7910864 -0.44466934 -0.73103434 -0.70643703 -0.70879195 1.0027603999999999 1.0027462 0.70334092 1.698058 -0.83714318 1.704318 +14 -3.1786703 -0.07192586200000001 0.26619496 -3.2396529999999997 0.041736485 0.041493131 0.042654723 -0.054541834000000004 -0.054553214 -0.042213959 -0.20788393 0.051954592 -0.20645219 +15 0.3842491 2.1956127 -1.7608414000000001 -0.48322836 -0.96084863 -0.91030212 -0.90676741 1.762777 1.7628009999999998 1.130639 2.0511486 -1.0582909 2.0710252000000002 +16 1.6638788 3.2175865000000003 -1.7732748 0.011635898 1.7959359000000001 -1.5498273999999999 -1.5530538 2.3570998 2.3571107999999996 1.3956138999999999 2.1887512000000005 -1.7835648000000002 2.2166607999999997 +17 1.3888721000000002 2.975435 -1.7811612000000001 -0.14495652 1.6601506000000001 1.4881395 -1.218818 2.2353326 2.2353542999999996 1.3462268 2.1662752999999997 -1.4144358999999997 2.1927411 +18 -1.1009975 1.4179393999999998 1.4051733 -0.41176338 -0.7145317 -0.67226634 -0.67094178 -2.2189487999999997 -2.2190381 -1.932032 -5.2733544000000006 -0.79073806 -5.256688700000001 +19 -1.83077 -5.4997322 -2.9853039 1.3084178999999998 -3.1943175 -3.1118869 -3.1206625 -3.7502177000000003 -7.0716391000000005 -6.6981808 -10.495425 -3.4436794 -10.478141 +20 -1.1845404 1.1869834 2.6840124 -0.48142038 -0.72899634 -0.69310092 -0.69509936 1.0662004999999999 1.0661875 -2.5792021000000003 -6.1085164 -0.8211065 -6.091514 +21 -1.1918046999999998 1.1535843000000001 1.6357575 -0.45302946 -0.76554403 -0.73901535 -0.74144654 1.0043342 1.0043103 0.70432551 -1.0261930000000001 -0.87474753 1.7030683999999998 +22 -0.080568475 -5.6579264 -1.4239623 1.2004289 -1.3173284 -1.2596377 -1.2643372 -3.7318809 -3.7318181000000004 -3.3871803999999996 -7.0443926999999995 -1.4658408 -7.0273213000000005 +23 -1.7310338 -5.353721 0.09782617099999999 -2.071168 0.34892859 0.32977084 0.3300312 -3.3811422999999996 -3.3806550000000004 -3.0446687999999997 -6.657381 0.39290014 -6.6404380000000005 +24 0.42091288 -5.582591799999999 -0.091690307 1.0977629 -2.4607342 -2.3809426 -2.3891279 -3.5722163 -3.5715818 -3.2305895000000002 -6.8688671 -2.6805038 -6.851905900000001 +25 0.47203314 -5.6079421 -0.10454078 1.0902666 -0.63931528 -3.6609331 -3.6715627 -3.5863155 -3.5856644999999996 -3.2443262 -6.884347 -4.0094984 -6.8673865 +26 0.44072219 -5.5924974 -0.096850471 1.0945593999999998 -0.67593284 -0.6336458 -2.4670987999999996 -3.5778352 -3.5771976000000003 -3.2360677000000004 -6.875043600000001 -2.7627487 -6.8580818 +27 0.053690463 -7.0900425 -2.7218188 1.3737044 -1.3569175 -1.2992442 -1.3030131 -7.346573299999999 -7.3461083 -6.972098599999999 -10.771930000000001 -1.5088161 -10.754641000000001 +28 -0.09618996 -9.5455782 -3.6000529 1.2546331 -1.3883507 -1.3291393 -1.3342104 -4.3440519 -7.6654063 -7.2908564 -11.093119 -1.5434728000000002 -11.075842 +29 -0.08694218 -5.398982 0.012437478 1.1620656 -1.2847795 -1.2265278 -1.230681 -3.4624487 -3.4618178 -6.4455521 -10.239846 -1.4280282 -10.222646000000001 +30 -0.086865271 -5.3990732 0.012067778999999999 1.1620674 -1.2847028999999999 -1.2264771 -1.2306297 -3.4625557000000002 -3.4619058 -3.1237096 -9.2085861 -1.4279703000000001 -6.7312098 +31 -1.8809299 -1.3390605 -1.7394994 -2.6884732000000002 0.8420828 0.78498064 0.782999 -1.1823671 -1.1823441000000001 -0.98387673 -3.6951495000000003 0.8920305 -3.6798815 +32 1.1104393999999997 0.68457652 -4.4344557 -0.32526911 -0.42480661 -0.40747842 -0.40870823 0.5726524 0.57264871 0.4195585 1.2889608 -0.48627492 1.2877758 +33 2.3276597999999997 1.363163 -4.886455000000001 -0.56760792 3.3494647000000004 -0.5319418 -0.52691592 1.1390116000000001 1.1390392 0.78718678 1.7859541 -0.61787815 1.7947377 +34 3.7638477999999997 2.1817066 -5.0647557999999995 -0.54866766 5.2651381 3.4570112999999996 -0.77674002 1.7511288 1.7511550999999999 1.1248466000000001 2.0476388 -0.91440095 2.0673237 +35 -0.16264794 0.24637229 -0.37760536 -0.012204975 -0.15682988 -0.13024848 -0.12432443 -3.1699648 -3.1696632 -2.8398112 -6.4193609 -0.14215366 -6.402686 +36 -0.07852011099999999 -5.7849132 -4.7037773000000005 1.2187369 -1.3338678 -1.275984 -1.2808235000000001 -3.910424 -7.232245900000001 -6.858444199999999 -10.657254 -1.4842306 -10.639975 +37 -0.0077745022 0.012476658 0.89967034 -0.018301472 0.010973178 0.014471333000000001 0.014824822 0.033399172000000005 0.033400667 -3.296264 -6.9428969 0.018058868999999998 -6.925760899999999 +38 0.0011991626 0.0015847514999999999 -0.19978845 0.00050423928 0.00073075519 0.0015098434 0.0016946549 -0.0019050332 -0.0019033694 -0.0014594507999999998 -2.573181 0.0021940261 -0.018504447 +39 -0.79208814 -0.48257314 0.85841787 -3.0963187000000003 0.34151013 0.32507879 0.32641447 -0.38775463 -0.38772358 -0.30740349 -1.6020691999999999 0.38992001 -1.592588 +40 1.0434538 0.59214911 -1.2062633999999999 -3.6624459000000003 5.5082843 0.20102288 0.20499385 0.5026745 0.50281548 0.37107051 1.1970915000000002 0.25014238 1.1942893 +41 3.7499515 2.1736367000000003 -1.7762379000000001 -3.8731160000000004 5.887004 3.5791904000000003 -0.76343898 1.7468924 1.7469192 1.1227322 2.0463448 -0.89924811 2.0659619 +42 -1.8844558999999999 -1.0103738000000002 0.093255645 -2.73001 0.88272134 0.82278226 0.8217934 -4.2066377 -4.2058099 -3.8520816 -7.553399099999999 0.9306208 -7.5364746 +43 -1.7013839 -5.5425197 -3.0071939 -2.0205031000000004 0.3270925 0.30847107 0.30842305 -3.7692072999999997 -7.0909573 -6.717454300000001 -10.514895 0.36708331 -10.497613000000001 +44 -1.9246424 -1.3842388 1.5444997999999999 -2.7430114 0.85312393 0.79558499 0.79356949 -1.061785 -1.0616666000000001 -4.199639 -7.925575299999999 0.90257483 -7.908391099999999 +45 -1.925761 -1.3763226 1.579086 -2.7472514 0.85644404 0.79833567 0.79627767 -1.0509946000000001 -1.0508491000000002 -0.86825203 -5.9114752 0.90523591 -3.4275142999999995 +46 4.3146972 2.5095516 -1.795511 -0.43302436 1.9690127 -1.4198624 -1.4247752 1.9660767 1.9660822 1.228071 2.1068651000000003 -1.6432488999999997 2.1297941000000002 +47 4.1400877000000005 2.4044296000000003 -1.7914101999999998 -0.47635622 1.9144961999999999 1.6926918000000002 -1.146516 1.899723 1.8997348000000003 1.1970575 2.0898553 -1.3341383 2.1118209 +48 1.9627197 0.76643606 1.0146245999999999 -0.24318692 0.27181084 0.21346365 0.19945407 -2.735992 -2.7407197 -2.4279097000000003 -5.923408599999999 0.21910469 -5.9054519 +49 0.40680632 -6.0009516 -3.3185056000000004 1.1497186000000001 -2.5258006 -2.4467071 -2.4554606 -4.0245225 -7.345776600000001 -6.971740799999999 -10.771541000000001 -2.7506055 -10.754278999999999 +50 1.0684301999999999 0.67830929 2.4646464 -0.37172096 -0.4207711 -0.39528105 -0.39621583 0.65439809 0.65439963 -2.84623 -6.427291 -0.47135654 -6.4102406 +51 1.0656489 0.64940661 1.7883084999999999 -0.34312889 -0.44990146 -0.43105537 -0.43227056 0.59885083 0.5988285 0.43765314 -1.3544377 -0.51391443 1.3171843 +52 4.4796163 2.6101127 -1.7979738 -0.38649672 5.585939 0.21227377 -1.8664901000000003 2.027565 2.0275651000000003 1.2561341000000001 2.1217167999999997 -2.1247373 2.1455083999999998 +53 1.4217875 -1.310457 -0.20881314 0.55563832 0.92106093 -2.2482862999999997 -2.2556056 -4.4843956 -4.4842195 -4.1266953 -7.8480569000000004 -2.5397819 -7.8308444 +54 0.4541091 -6.027638700000001 -3.3345144 1.1423611999999999 -0.71127172 -3.7303182999999995 -3.741404 -4.0380606 -7.3592919000000006 -6.9852288 -10.785142 -4.081093 -10.767882 +55 2.3205291 1.3767461 2.7670524 -0.60193543 3.3871311 -0.50599506 -0.50044301 1.2134486999999998 1.2134797 -2.4902736 -5.9995067 -0.5864815 -5.9826473 +56 2.3096592 1.3491892 1.4376903 -0.57893173 3.3402019999999997 -0.53583291 -0.53048977 1.1540667 1.1540923 0.79625812 -0.94450651 -0.62172748 1.8018008 +57 1.5357183 -0.87904537 0.073223838 0.4112854 1.2030208999999998 1.0929127 -1.3848371000000002 -4.1184603 -4.1193356 -3.7674332 -7.462266400000001 -1.6009086000000001 -7.444901299999999 +58 0.42453745 -6.0111021 -3.3248722 1.1466596000000002 -0.7460603 -0.70263187 -2.5212484 -4.0297655 -7.3510181 -6.9769724 -10.776817 -2.8198223 -10.759556 +59 3.8130559 2.2259806 3.0441835999999998 -0.54952755 5.3061511 3.4698154000000003 -0.77527846 1.8185802 1.8186036 -2.1638217 -5.585144799999999 -0.91273835 -5.568413099999999 +60 3.7746739000000002 2.1894046 1.3461215 -0.55110378 5.2762918 3.4598714999999998 -0.77641353 1.7684800999999999 1.7685061000000002 1.1334805000000001 -0.72706688 -0.91402535 2.0716213 +61 0.054910895999999994 -7.159849400000001 -6.0639833 1.3808037 -1.3628955 -1.3052271999999998 -1.3090648 -7.422772599999999 -10.744296 -10.367907 -14.178889000000002 -1.5155669 -14.161574 +62 -0.17003436 0.24589446 0.82359682 -0.02445493 -0.15179149 -0.12551772 -0.11960963 -3.1510933999999997 -3.1497796 -6.1424953 -9.9324196 -0.13655117 -9.9154061 +63 -0.17024099 0.24635833 0.8233078 -0.024727682999999997 -0.15172408 -0.12544875 -0.11952837 -3.1507169 -3.1493542999999997 -2.8201552000000003 -8.8574706 -0.13643825 -6.3801055 +64 -0.078937413 -5.7846101999999995 -3.1809376 1.2151222 -1.3306155000000002 -1.2726389 -1.2774165000000002 -3.910711 -7.2320329 -10.18015 -13.99094 -1.4804036 -13.973654999999999 +65 -0.078899148 -5.7846005 -3.1808847 1.2151163 -1.3305705 -1.2725954 -1.2773723999999997 -3.9107119 -7.2320171 -6.858206299999999 -13.116529000000002 -1.4803543 -10.639762 +66 -0.035805999 -0.0085366096 2.1459547999999997 -0.044749455 0.0092666707 0.01236282 0.012572858999999999 0.079604615 0.079627615 -3.2609749 -9.363946499999999 0.015186851999999999 -6.8865020999999995 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1260358 1.1946616 -1.0976848999999997 -0.39176715 -0.76103063 -0.73364583 -0.73601594 0.87170907 0.87169083 0.6023528 1.2519715 -0.86829995 1.2607926999999999 +2 -0.32201636 -3.1440171 1.6376326 0.46615663 -0.81474805 -0.76471923 -0.76495765 -0.85818606 -0.85810317 -0.68844825 -3.1188182 -0.89873712 -3.1033988 +3 0.043422099000000006 0.064251765 -2.8779004 0.050987983 -0.0077958646 -0.0017909039000000002 -0.00033160601000000004 -0.09593693 -0.09593183300000001 -0.072775415 -0.29764546 0.0014021372 -0.29621217 +4 -2.0259375 -1.112064 1.0709488 -3.0036612999999996 1.0223265 0.9506423 0.9464332 -0.48322739 -0.48323032 -0.37789643 -1.8795341 1.0441328 -1.8684436999999998 +5 1.1428313 0.70956579 -0.81857792 -0.29172875 -0.42726724 -0.40652124 -0.40699545 0.49410859 0.49410238 0.35525636 0.91191116 -0.483329 0.9139961 +6 2.3776528999999997 1.4221097 -1.2078782 -0.52515799 3.3643227999999996 -0.52448754 -0.518139 1.0455261 1.0455519 0.70850971 1.3604225 -0.60609359 1.3724794 +7 3.8209421000000003 2.2444474999999997 -1.3553233 -0.4926116 5.2635462 3.4532282 -0.78141351 1.6375267 1.6375536 1.0314143 1.6034509 -0.91820601 1.6259242 +8 -0.17773903 0.22239419 0.91432797 -0.06640162299999999 -0.11626207 -0.08939100800000001 -0.08305132400000001 -3.1223077 -3.1211979 -2.7644599999999997 -6.655500599999999 -0.09243389099999999 -6.636478599999999 +9 -0.047045609 -5.198077099999999 -2.8327551 1.2090366000000001 -1.2922063999999998 -1.226428 -1.2288161 -3.5219369 -6.842633900000001 -6.436622799999999 -10.575013 -1.4243006 -10.555494 +10 -0.32369614 -0.041776241 2.9072277 -0.48750456 0.17061954 0.17372959 0.17721993 0.75399299 0.75403044 -2.7941059 -6.6913769 0.21585057 -6.6720597999999995 +11 -0.23646416 -0.16399717 2.0718702 -0.22903505 -0.008231431800000001 -0.0077692793 -0.0067548288 0.35846958 0.35851446 0.26128072 -1.9253362 -0.006753913 0.73136307 +12 -1.6517501 -2.5482762 1.5822298000000001 0.48265499 -2.1834914 -2.0989931 -2.1023943 -0.76878943 -0.76873202 -0.61318384 -2.8685598 -2.374778 -2.8537645 +13 -1.1066246000000002 1.2476141 -4.384150599999999 -0.38990308 -0.74298777 -0.71209182 -0.71305902 0.8817838 0.88177253 0.60865036 1.2589598 -0.8405322 1.2679563999999999 +14 -3.1917343 -0.089322048 0.15175062 -3.2445258999999997 0.032088187000000004 0.031293139 0.03209377 -0.045563408 -0.045565414000000005 -0.034437566 -0.13513727 0.038879016 -0.13445144 +15 0.42957609 2.2494552000000003 -1.3497318999999999 -0.42988147 -0.96953499 -0.91290946 -0.90801713 1.6417793999999999 1.6418043999999998 1.0335079 1.6046885 -1.0582858 1.6272358999999998 +16 1.7144141 3.2785222999999997 -1.3575823 0.073403615 1.7844759 -1.555094 -1.5568844 2.2279482999999995 2.2279617999999997 1.2933752 1.7385281000000004 -1.7864740000000001 1.7689337 +17 1.4379547 3.0335783 -1.366678 -0.085775901 1.6499593000000001 1.4839687 -1.2229491000000001 2.1069504 2.106974 1.2445223 1.7164077000000002 -1.4176521 1.7453881999999998 +18 -1.1497015 1.4372621 1.5457966 -0.43989168 -0.73596823 -0.68445477 -0.6810161 -2.2392952 -2.239246 -1.9263378 -5.5677525 -0.80010949 -5.5488513 +19 -1.7765791000000002 -4.9137222000000005 -2.6723531000000005 1.2909545 -3.122734 -3.0316522 -3.0381313999999997 -3.3594952000000005 -6.6802811 -6.2747732 -10.410875 -3.3569193 -10.391347 +20 -1.3054712 1.2177597 3.2611127 -0.71308766 -0.6159742 -0.57406256 -0.57263492 1.4171167 1.4171223999999998 -2.4037394 -6.2097883000000005 -0.67582925 -6.1905483 +21 -1.369521 1.0013625 1.9206545 -0.49311989 -0.90703496 -0.86811694 -0.86882665 0.98236733 0.98239097 0.6705304 -1.4127694 -1.0185985 1.3324519 +22 -0.060264648 -4.0152925999999995 -0.30147786 0.97379287 -1.0659055 -1.0057658 -1.0069394 -2.1726842 -2.172637 -1.8641101999999998 -5.4779705000000005 -1.1747503000000001 -5.4591946 +23 -2.0929328999999997 -4.053351999999999 1.6473959999999999 -2.7362236 0.66470749 0.63006054 0.63163672 -0.96552678 -0.96541866 -0.77977671 -3.3916115 0.73708055 -3.3755949999999997 +24 0.62491362 -2.8455236 1.6158932 0.35185727 -1.532725 -1.4547871 -1.4563681999999998 -0.82392058 -0.82384795 -0.65951182 -3.0256106 -1.6748976000000002 -3.0104191000000005 +25 0.84996039 -2.8192362 1.6138078000000002 0.3197431 0.56006904 -2.5515781000000004 -2.5575882 -0.82201224 -0.82193869 -0.657902 -3.020318 -2.8558675 -3.0051403999999997 +26 0.77886181 -2.823938 1.614241 0.32910535 0.47443783 0.46413859 -1.7129438999999997 -0.82204342 -0.82197116 -0.65792949 -3.0204092 -1.9563076000000001 -3.0052309 +27 0.077574411 -6.3769654000000005 -2.2542598999999997 1.3543834 -1.3132073 -1.2473333999999998 -1.2485546 -6.840606299999999 -6.8393281 -6.4333026 -10.571622999999999 -1.4461674 -10.552128 +28 -0.062030565999999995 -9.0815546 -3.3648637000000003 1.278674 -1.3783094999999999 -1.3120235 -1.3152808999999999 -4.0736459 -7.3946005999999995 -6.9873106 -11.131867999999999 -1.5208931 -11.112309 +29 -0.44456915 -2.9300826 2.1836592999999995 0.21550838 -0.68350563 -0.62348194 -0.61871374 -0.43933953 -0.43911117 -3.6640012000000004 -7.6847307 -0.72519267 -7.665456 +30 -0.42663023 -2.9206345000000002 2.1695504 0.2287546 -0.67867317 -0.62500912 -0.62170444 -0.44369187 -0.44355627 -0.34570895 -4.227727 -0.73007098 -1.7167322 +31 -1.8713479 -1.185958 -1.663399 -2.7152724 0.88098688 0.82493927 0.82349884 -1.0540318000000002 -1.0540398000000002 -0.85606388 -3.5989378 0.93198774 -3.5821532999999994 +32 1.1541306999999998 0.74260172 -4.0537146 -0.27429697 -0.4329225 -0.40949299 -0.40927839 0.46550685 0.46550571 0.3356549 0.87782476 -0.48525159 0.8794683 +33 2.3752286 1.4222233999999998 -4.479695700000001 -0.51266918 3.3436692000000003 -0.53475226 -0.52830818 1.0201165 1.0201456 0.69332184 1.346041 -0.61787372 1.3576044 +34 3.8121115 2.2390074 -4.6428165 -0.49008326 5.2540212 3.4510421 -0.78166184 1.6223493 1.6223778 1.0238922 1.5989038999999998 -0.91848603 1.6211381 +35 -0.12019676 0.32543279 -0.14894225 -0.026007028999999997 -0.098325309 -0.074843088 -0.06916053400000001 -3.1590225 -3.1588238 -2.8007826000000002 -6.6991321 -0.076571311 -6.6800364000000005 +36 -0.029824637 -5.1270482 -4.2913349 1.2386618999999999 -1.3048218999999999 -1.2410067 -1.2441277 -3.4479168 -6.7697435 -6.3640611 -10.501574 -1.4419198999999998 -10.481939 +37 -0.061462884 0.08584392699999999 0.96972844 -0.12328731 0.064467775 0.071214018 0.073439148 0.20716436 0.20716961 -3.1688129000000003 -7.1299175 0.09045618400000001 -7.1104525999999995 +38 -0.01202797 0.020825098 -0.22131861 0.0002448673 -0.012814456 -0.0086143795 -0.0076116554 -0.0070219406 -0.0070049275 -0.0052479669 -2.613298 -0.0078710706 -0.028604064 +39 -0.82547968 -0.37960261 0.45195954 -3.1910369 0.39017956 0.37415567 0.37687786 -0.20498893 -0.20498636 -0.15691182 -0.7017744 0.4507004 -0.69780671 +40 1.1387331 0.7061191 -0.93226881 -3.6533534 5.539175 0.20230672 0.20713484 0.48920387 0.48930694 0.35217339 0.90852602 0.25373193 0.91001379 +41 3.8062431000000005 2.2355735 -1.3547593 -3.8169296000000004 5.8742257 3.5728146 -0.76840615 1.6316389 1.6316665000000001 1.0285011999999998 1.6016957 -0.90338378 1.6240763 +42 -1.9260636000000002 -1.0516504999999998 0.18768959 -2.7935501 0.9056403 0.85172746 0.85249243 -4.095427 -4.0940638 -3.7112982000000003 -7.7365667 0.96145235 -7.71736 +43 -1.6982336999999998 -4.9694187 -2.6966287 -2.0348261 0.34532604 0.33280032 0.33468026 -3.3841303999999996 -6.7052273 -6.2996392 -10.436111 0.40030271 -10.416583000000001 +44 -2.2899171000000003 -1.4563836000000001 2.5626662000000002 -3.3833709 1.1424377000000001 1.0612973999999997 1.0546928999999998 0.11508662 0.11518935 -3.2359787 -7.206469599999999 1.1336448000000001 -7.1871396999999995 +45 -2.1973673 -1.4342457 2.1548919 -3.2254723999999997 1.0736755 0.99470935 0.98935522 -0.11831213 -0.1182594 -0.089809351 -2.9440253 1.0804726999999998 -0.38257914 +46 4.370005 2.5746059 -1.36856 -0.3721664 1.9587703 -1.4242735 -1.4277238 1.8472773999999998 1.8472853999999999 1.1312893999999998 1.6599587 -1.6451696 1.6855589 +47 4.1956114 2.4685162999999997 -1.365999 -0.41694681 1.905169 1.6891384999999999 -1.1505173 1.7819393 1.781953 1.1009923000000001 1.6435422999999998 -1.3371991 1.6682047999999998 +48 1.0903067 1.1081328000000001 1.3617666000000002 -0.43136539 -0.34670001 -0.28623465 -0.27411892 -2.4717357000000004 -2.4713604 -2.1442306 -5.8694953000000005 -0.31314888 -5.8507334 +49 0.46577833 -5.4251398 -2.9535970000000002 1.1472316999999999 -2.4659117999999998 -2.378581 -2.3850402 -3.6440403 -6.9647005 -6.558349300000001 -10.6983 -2.6749212000000004 -10.678785000000001 +50 0.89172953 0.70841031 3.1230812 -0.69698795 -0.28563138 -0.25746002 -0.25521894 1.1480974 1.1481163 -2.553207 -6.3978074000000005 -0.30134042 -6.3785373 +51 0.88043434 0.5246779 1.9598464 -0.43436213 -0.53922462 -0.51164055 -0.51134724 0.7009341 0.70097477 0.49347039 -1.587394 -0.60471769 1.1231283 +52 4.5377434 2.6772318 -1.3697146 -0.32373686 5.5758358 0.20639866 -1.8711046000000002 1.9085332 1.908536 1.159027 1.6744721999999999 -2.1284947 1.7009221 +53 2.4429901000000003 1.1401992 1.3542248 -0.4802457 3.3927327000000003 -0.51021432 -0.50692535 -2.4548634999999996 -2.4555827 -2.1296271 -5.850219 -0.59688947 -5.8310545 +54 0.517832 -5.454845400000001 -2.9687801 1.1398522 -0.64330035 -3.6578504 -3.6667741 -3.6594116000000003 -6.9800495 -6.573655499999999 -10.713791 -4.0035105 -10.694278 +55 2.3682276 1.5177761 3.3570225 -0.7773113 3.7088474000000002 -0.3509475 -0.3420298 1.5771391000000001 1.5771678 -2.3206834 -6.1029243 -0.39638642 -6.0837993 +56 2.2733656000000004 1.3507485000000001 1.818643 -0.61879545 3.3493318999999997 -0.52835407 -0.519722 1.1850427 1.1851001 0.79005282 -1.3203503 -0.60558278 1.4454843000000002 +57 2.4721526000000003 0.81552144 1.1950636000000001 -0.40431804 3.3279697 2.6938814 -0.89285119 -2.6894714 -2.6898413 -2.351569 -6.142922799999999 -1.0457277 -6.1237032 +58 0.48617079 -5.436906400000001 -2.9597215 1.14405 -0.68018657 -0.63061347 -2.4645846000000002 -3.6502276 -6.970886900000001 -6.5645193 -10.704545 -2.7588869 -10.685031 +59 4.1566749 2.5453846 3.5955608999999997 -0.4619907 5.468103299999999 3.5009926 -0.7760615 2.0670738999999996 2.0670900000000003 -2.0940501 -5.8017697 -0.91212914 -5.7827349 +60 3.9106774 2.3144834999999997 1.8184836 -0.50477352 5.3424308 3.4714334000000004 -0.77935449 1.7745973000000002 1.7746412 1.0975815 -1.1451176 -0.9158446 1.6651368999999998 +61 0.09582678900000001 -6.9662633000000005 -6.088365799999999 1.4287261 -1.3702594 -1.3058682 -1.3081937 -7.422007799999999 -10.743454 -10.333713000000001 -14.490188 -1.5131796999999998 -14.470525 +62 -0.17765215 0.22089685 0.90873094 -0.065271067 -0.11734758 -0.090367696 -0.08402711199999999 -3.1243272999999996 -3.1231576000000003 -6.0882762 -10.221264999999999 -0.09359937199999999 -10.201851 +63 -0.17775494 0.22129245 0.90952968 -0.065530887 -0.11718405 -0.09024363099999999 -0.08390053 -3.12392 -3.1227082000000004 -2.7659149 -9.1187281 -0.09344448699999999 -6.6388269 +64 -0.047122384 -5.1980867 -2.8327513 1.2090458 -1.2922949 -1.2265145 -1.2289037 -3.521932 -6.8426545 -9.7585715 -13.914294 -1.424399 -13.89475 +65 -0.047046945 -5.1980432 -2.8326557 1.2090317 -1.2922027 -1.2264241000000002 -1.2288121 -3.5219153 -6.8426005000000005 -6.436589499999999 -13.034547 -1.4242961 -10.5555 +66 -0.32441747 -0.042886785999999996 2.9071496 -0.48741913 0.16977251 0.1730502 0.17657536 0.75340319 0.75344478 -2.7944819 -9.153255 0.21512832 -6.673095 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1438244 1.1723006999999999 -0.54075401 -0.29099408 -0.88290368 -0.85256015 -0.85644211 0.62307913 0.62304942 0.41474106 0.64419448 -1.006885 0.65421675 +2 -0.46885237 -3.0347012 0.7995323 0.31532164 -0.81123737 -0.77251844 -0.77600168 -0.47852156 -0.47852129 -0.35637339 -1.251131 -0.91406492 -1.2474395 +3 0.11349549 0.20205698 -2.5851857000000003 0.13944863 -0.026829164 -0.014056302 -0.011084595 -0.22184266 -0.22183886 -0.16144685 -0.44263372 -0.009418944399999999 -0.44310643 +4 -2.0461722 -1.1474225 0.42982978 -3.0719147999999996 1.0730331 1.0003374 0.99633974 -0.32906602 -0.3290698 -0.24186178 -0.73457356 1.086288 -0.7339548 +5 1.1460309 0.73339072 -0.38609907 -0.22798859 -0.48583716 -0.46282706 -0.46399251 0.35356861 0.35355472 0.2427101 0.43458506 -0.55049506 0.43953129 +6 2.4740588 1.5699557 -0.72509068 -0.44474259 3.3938989999999998 -0.50972305 -0.50132947 0.87432479 0.87433661 0.5645312 0.78575164 -0.58383554 0.80045213 +7 3.9620394 2.4296313 -0.82277595 -0.37265169 5.2760172 3.4513015 -0.7876037 1.4253501 1.4253683000000001 0.85518205 0.98778417 -0.92235866 1.0118042999999999 +8 -0.40473979 0.27308958 2.0834598 -0.56470981 0.16645124 0.18566948 0.19458581 -2.5754634 -2.5750603 -2.1802326 -6.2591876 0.24256291 -6.240277099999999 +9 -0.28609743 -2.4238682999999996 -0.21207455 0.55274179 -0.86684001 -0.77438652 -0.76337777 -1.2395328 -4.5591695 -4.0939312 -8.5562659 -0.88570598 -8.5370571 +10 -1.0192743 -0.31086311 3.9943409 -1.6462894000000001 0.65712153 0.6325538 0.63711382 1.8545505000000002 1.8545516 -2.2766366000000002 -6.3939819 0.7454942 -6.3746754 +11 -0.55588677 -0.24758684 2.3766881 -0.74657585 0.19814192 0.19759013 0.2036185 0.96235875 0.96242549 0.61455334 -1.9315842 0.25053089 0.84123736 +12 -1.8041531000000002 -2.0983002 0.67422181 0.32847439 -2.1825827 -2.0999215 -2.1036677000000004 -0.4308186 -0.43082052 -0.31952454 -1.0720254999999999 -2.3757342 -1.0694867000000001 +13 -1.0221860999999999 1.3829506999999999 -3.8035867 -0.2717846 -0.77770587 -0.73751344 -0.73677834 0.63981771 0.63980115 0.42507119 0.65513244 -0.8656235 0.66543694 +14 -3.1910902 -0.10416325 0.069014258 -3.2516784 0.038164578 0.038271681 0.039500316 -0.033598245 -0.033598507 -0.024022171000000002 -0.056113155 0.048225523 -0.056340093 +15 0.53010096 2.3973828999999998 -0.81847939 -0.3237343 -0.97654715 -0.91007226 -0.90291483 1.4067134 1.4067294 0.8462021 0.98259769 -1.0498278 1.0063452 +16 1.8412671999999999 3.4630802000000003 -0.80676625 0.21426281 1.7708183999999998 -1.5591997 -1.5585007 1.9705388 1.9705477999999998 1.0913365 1.1054356 -1.7857041 1.1365315 +17 1.5594472 3.2079705 -0.82171923 0.045408058 1.6411175999999998 1.4841502 -1.2263603 1.8525061999999999 1.8525238999999998 1.0444768 1.0846052 -1.4187571 1.1143444 +18 -1.2736863 1.5786388 2.4789893 -0.66810091 -0.62980092 -0.56791467 -0.56033425 -2.0267611 -2.026724 -1.6737408 -5.478644999999999 -0.65536466 -5.4600879 +19 -1.5676591999999998 -2.1324534 -0.066901809 0.52342202 -2.1402102000000003 -2.0087266 -1.9992655 -1.0758579 -4.3956987000000005 -3.9333934 -8.381303599999999 -2.2553136 -8.3620974 +20 -1.5970751 1.1922749 4.0836644 -1.2815282 -0.33263754 -0.29133313 -0.28547238 1.9906685000000002 1.9906650000000001 -2.2228406 -6.3194127 -0.33366612 -6.300126799999999 +21 -1.5723445 0.93403928 2.4133522999999997 -0.77176652 -0.83062462 -0.78224768 -0.77885271 1.252882 1.2529252 0.76987681 -1.8395448 -0.91146499 0.95632886 +22 -0.042129597000000005 -2.9012802000000004 -0.54273893 0.74823158 -0.81692556 -0.7526654 -0.74949482 -1.2599982 -1.2599826 -0.99546721 -4.0270458 -0.87704731 -4.0105885 +23 -2.1621240000000004 -4.057175 0.85552466 -2.9368315 0.80238228 0.75979318 0.76126165 -0.50909634 -0.50909997 -0.38013804 -1.3722486 0.87222582 -1.3677715 +24 0.44726452 -2.4019081 0.72618441 0.2278859 -1.5865033000000002 -1.5140394 -1.5171899 -0.45314647 -0.4531477 -0.33673727 -1.1542527 -1.7423813000000001 -1.1511948 +25 0.99723835 -2.1540392 0.68805761 0.15672485 0.89401578 -2.2628792 -2.2679270000000002 -0.43961903 -0.43962127 -0.32630118 -1.1040683999999998 -2.5499101000000004 -1.1013346000000002 +26 0.99223848 -2.1326687 0.68363947 0.15448638 0.89103467 0.84271652 -1.508965 -0.43860678 -0.43861034 -0.32552185 -1.1003524 -1.7320536 -1.097644 +27 -0.54320329 -2.8131293 1.3429251 0.090769929 -0.65710177 -0.57453626 -0.56184746 -3.5567176 -3.5553193 -3.1143446 -7.4529549 -0.65151808 -7.4339244 +28 -0.08941837 -7.0771459000000005 -1.4017888 1.0652913 -1.1893548 -1.1026305 -1.0981756 -2.5356112 -5.8554786 -5.3758275 -9.9084468 -1.271937 -9.889050300000001 +29 -1.4524176000000002 -3.1583838 3.9371881 -1.8054550999999999 0.36418948 0.36410966 0.37042821 1.7652189999999999 1.7652225 -2.3136224 -6.4446497 0.44703371 -6.4253282 +30 -0.97373523 -3.185702 2.3389123 -0.60623539 -0.38379075 -0.34374722 -0.33692319 0.67417754 0.67426867 0.44628458 -2.0579805 -0.39256048 0.6861721 +31 -1.8316737 -0.99440335 -1.7905433000000002 -2.7034194 0.91089407 0.86052799 0.86063396 -0.92678119 -0.92678954 -0.71538153 -3.0688471 0.96833247 -3.0551031 +32 1.2379766 0.88600381 -3.5005072999999998 -0.16392117 -0.45972655 -0.42773726 -0.42581777 0.26309956 0.26309313 0.182412 0.34506888 -0.50241433 0.34842736 +33 2.4842588 1.5896264 -3.9746508 -0.39766522 3.3426470999999998 -0.5344715 -0.52562263 0.79271596 0.79273719 0.51708076 0.74445159 -0.6117575 0.75759785 +34 3.9273477999999997 2.4070239 -4.1034220999999995 -0.36301817 5.2401531 3.4431486000000002 -0.78852728 1.3656553999999999 1.3656780000000002 0.82623636 0.97093576 -0.92340188 0.99404484 +35 -0.041168735 0.55677279 -0.24708421 -0.051767073 0.01103865 0.0339216 0.04086453 -3.1456832 -3.145657 -2.7206986 -6.9752746 0.056657802 -6.955925200000001 +36 0.092606329 -3.6952175000000005 -4.1966626 1.2397553 -1.1815076999999998 -1.1097793 -1.1096993999999998 -2.4741994 -5.7960905 -5.3173242 -9.8484656 -1.2886018999999997 -9.8285877 +37 -0.0574593 0.2473387 0.46168683 -0.17319988 0.12096718 0.13550431 0.14077819 0.25997138 0.25996978 -3.1416067 -7.4857754000000005 0.17479322 -7.4661084 +38 0.0077500865 0.18639441 -0.39350258 -0.014839597 0.023651953 0.035309091 0.039566897000000004 0.015432649 0.015450584 0.011031411999999999 -2.6284389 0.052721365 0.020152413 +39 -0.81781322 -0.3384427 0.11124039 -3.2227405 0.41807182 0.40425929 0.40847953 -0.13620122 -0.1362009 -0.09831886599999999 -0.24956455 0.48893002 -0.25024502 +40 1.3180433999999999 0.93692909 -0.63804885 -3.6325084999999997 5.5835019 0.20395849 0.2106088 0.45617378 0.45623032 0.30976691 0.52457637 0.26021026 0.53111028 +41 3.9490939 2.4214909 -0.82269823 -3.6970970000000003 5.8540486 3.5633904999999997 -0.77544284 1.420431 1.4204496000000002 0.85282031 0.98643261 -0.90849132 1.0103784 +42 -2.3005235 -1.1512649 1.7099856 -3.5160158999999997 1.2736945 1.1911156 1.1840391000000001 -3.0946971000000003 -3.0939201 -2.6710652 -6.912565299999999 1.2276673999999999 -6.8934928 +43 -2.0356885 -2.6098088 -0.2865948 -2.6668824 0.6523008 0.63981148 0.6471862 -1.3239676999999999 -4.6439642 -4.1773419999999994 -8.6465271 0.76058987 -8.6273023 +44 -2.8729123 -1.7047549 3.9578095 -5.0687665 2.3391961 2.0422773999999997 1.9133993999999999 1.7944331000000002 1.7944358 -2.3013792 -6.427929799999999 1.5234273 -6.4086133 +45 -2.5548409 -1.6201676999999999 2.3311707999999998 -3.9409471 1.4520943000000002 1.3312514 1.3137553 0.75600396 0.75608414 0.49546929 -2.0176075 1.3052355 0.73535901 +46 4.5106479 2.7688862999999997 -0.82088958 -0.23699779 1.9479028999999999 -1.4264958 -1.4273686 1.6225746 1.622578 0.94643971 1.0371469000000002 -1.6421536 1.0639876 +47 4.3369944 2.6599286 -0.82281156 -0.28657818 1.8973687 1.6898551 -1.1540979999999998 1.5609926 1.5610006 0.91866381 1.0226944 -1.3384541 1.048686 +48 0.86968003 1.152107 2.3443297000000003 -0.71620794 -0.29086043 -0.23943644 -0.2296859 -2.2093013 -2.2091484 -1.8405460999999999 -5.7523208 -0.26285493 -5.7336928 +49 0.68599473 -2.6178285 -0.3162282 0.51321054 -1.6312353000000002 -1.5061 -1.4957301 -1.3559621000000002 -4.6755697 -4.2084376 -8.680053 -1.7083011000000001 -8.6608379 +50 0.49011059 0.61922526 4.042279 -1.4865802 0.060250253 0.079225437 0.085259086 1.928498 1.9284971000000002 -2.2470302 -6.3530734 0.10909068 -6.3337794 +51 0.66135763 0.49053858 2.3922034 -0.80880723 -0.39800808 -0.36678652 -0.36237636 1.1262826000000001 1.1263385000000001 0.70398326 -1.8761703999999997 -0.42523541 0.91029206 +52 4.6858434 2.8786035 -0.8177944 -0.18179225 5.5643322 0.19859447 -1.8769967 1.6827659 1.6827648999999998 0.97296122 1.0505088 -2.1323738999999997 1.0781519 +53 2.516666 1.9634786 2.5742981 -0.65971841 3.7626461000000004 -0.32855959 -0.31707555 -1.8721861000000002 -1.8725127000000001 -1.5340886 -5.2319979000000005 -0.36430692 -5.2137585 +54 0.90742841 -2.7219973 -0.3682008 0.50714783 0.42266525 -2.6328278 -2.6268922999999997 -1.4142733 -4.7337948 -4.2657621 -8.7417244 -2.9202752999999997 -8.7225154 +55 2.4823313 1.7018521 4.132456299999999 -1.1082372999999999 4.379857299999999 -0.091465034 -0.07917101900000001 2.0575172999999998 2.057521 -2.197523 -6.283901 -0.079435082 -6.264664 +56 2.3117827999999996 1.4811159 2.3804581000000002 -0.78456433 3.6457691 -0.38184093 -0.36788933 1.4082464 1.4083075 0.84700532 -1.8004911 -0.4209084 1.005741 +57 3.4006093 2.0686419 2.6001488 -0.65127903 5.0048515 3.3880635999999997 -0.794794 -1.830629 -1.8309339 -1.4967389 -5.162952 -0.9305569 -5.144692 +58 0.84082562 -2.6879188999999997 -0.35153602 0.50874911 0.35038314 0.39290184 -1.7529139999999999 -1.3955151000000001 -4.7150922 -4.2473486 -8.7219391 -1.9929589 -8.7027241 +59 4.7302623 3.1273294 4.3011495 -0.18511847 5.5807497 3.5177227999999996 -0.78022714 2.2760054 2.2760029 -2.1198235 -6.1734313 -0.91397588 -6.1542373 +60 4.2794499 2.6904156 2.4860835999999997 -0.36684726 5.4714544 3.4935383 -0.78288835 1.8512330000000001 1.851275 1.0439872 -1.7166573 -0.91697959 1.1132235000000001 +61 0.18180674 -6.2514773 -5.1303692000000005 1.5057197 -1.3614601 -1.2849739 -1.2843566000000002 -7.159661099999999 -10.48092 -9.9919916 -14.570203 -1.4837088 -14.55039 +62 -0.40549248 0.26650734 2.0705756999999996 -0.55960226 0.16030647 0.18040567 0.18944457 -2.5839668999999996 -2.5834694 -5.5100305999999994 -10.047198 0.23660658 -10.027507 +63 -0.40541595 0.26755238 2.0726571 -0.56045902 0.16128563 0.18119184 0.19021458 -2.5826217000000002 -2.5820978 -2.1868184 -8.7320719 0.23750229 -6.250786499999999 +64 -0.28721496 -2.4194432999999997 -0.20585485 0.55030819 -0.86549342 -0.77298058 -0.76193845 -1.2350508999999998 -4.554745 -7.411508199999999 -11.979835000000001 -0.88401918 -11.960443 +65 -0.28677794 -2.4193569 -0.2061168 0.55034117 -0.86507912 -0.77257552 -0.76152555 -1.2351594 -4.5547526 -4.089587799999999 -11.011844 -0.88353559 -8.532598 +66 -1.0353189 -0.31724092 4.0424356 -1.6760951000000002 0.6716786 0.64551486 0.64985136 1.8770916000000002 1.8770919999999998 -2.2675161 -8.8446978 0.7589002 -6.3632366 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1427417 1.1738113000000001 -0.54145289 -0.29156102 -0.8812267 -0.85087036 -0.85472867 0.62459107 0.62456155 0.41565996 0.6450405 -1.0049681000000001 0.65509311 +2 -0.46801737 -3.0332738 0.80098554 0.31544208 -0.81051642 -0.77185326 -0.77535116 -0.47892879 -0.4789285 -0.3566803 -1.252393 -0.91338289 -1.2486955 +3 0.11328623 0.2019871 -2.5907833 0.1391893 -0.026778506 -0.01401268 -0.011040523 -0.2213548 -0.22135102 -0.16108011 -0.44132189 -0.0093638837 -0.44179961 +4 -2.0464346 -1.1474654 0.43059231 -3.0716525000000003 1.0724906 0.99969652 0.99565359 -0.32947661 -0.32948045 -0.24216637 -0.7356153 1.0853908 -0.73499337 +5 1.1463007 0.73349651 -0.38625065 -0.22818772 -0.48546884 -0.46249132 -0.46366341 0.35403942 0.35402559 0.24301332 0.43492402 -0.55014384 0.43987991 +6 2.4730693 1.5684938 -0.7242557 -0.44456388 3.3924714 -0.51085657 -0.50251927 0.87405826 0.87407008 0.56435831 0.78545984 -0.58531472 0.80015722 +7 3.9609335 2.4279599 -0.82198959 -0.37262585 5.2749747000000005 3.4504975 -0.78836544 1.4250209999999999 1.4250392 0.85499101 0.9875015 -0.92332201 1.0115179 +8 -0.40463167 0.27136952 2.0827005 -0.563486 0.16528373 0.18444979 0.19332282 -2.5770039000000002 -2.5765997000000005 -2.1816424999999997 -6.2612678 0.24100378 -6.2423570999999995 +9 -0.28634054 -2.4291467 -0.21476281 0.55464739 -0.86905352 -0.7766763 -0.76573169 -1.2434636000000001 -4.563096099999999 -4.0977531 -8.560532 -0.88852096 -8.5413239 +10 -1.0190508 -0.31175107 3.9947814 -1.6450966 0.65610407 0.63147032 0.63598737 1.8536622 1.8536633999999999 -2.2770414 -6.3946309 0.74413847 -6.375325 +11 -0.55534152 -0.24834432 2.3760984 -0.74513595 0.19720722 0.19657474 0.20255488 0.96078349 0.96085015 0.61364947 -1.9323465 0.24920264 0.84034713 +12 -1.7994284 -2.0952073 0.67505177 0.32836687 -2.1777222999999997 -2.0951319 -2.0988813 -0.43101748 -0.4310194 -0.31966957 -1.0724624 -2.3707648999999997 -1.0699232 +13 -1.0222433000000002 1.3826353999999998 -3.803666 -0.2720097 -0.77754557 -0.73737934 -0.7366545 0.64052746 0.64051105 0.42549308 0.65544499 -0.86553679 0.66576468 +14 -3.19124 -0.10376135 0.068804827 -3.251786 0.038119138999999996 0.038222638999999996 0.039449102 -0.0335338 -0.033534071 -0.023975285 -0.055988295 0.048163622999999996 -0.056215072000000005 +15 0.52959917 2.3962274 -0.81771195 -0.32356008 -0.97724641 -0.91086543 -0.90375352 1.4066952 1.4067112 0.84616063 0.982401 -1.0508808 1.0061495 +16 1.8405650000000002 3.4615263999999994 -0.80598481 0.21425153 1.7700843000000002 -1.5599968000000002 -1.5593418 1.9703346000000002 1.9703436 1.0912111999999998 1.1051938000000001 -1.7867541 1.1362881999999999 +17 1.5587627 3.2064918 -0.82093152 0.045456579000000004 1.6403368999999999 1.4833056 -1.2271626 1.8523279 1.8523456000000003 1.0443607 1.0843671 -1.4197655 1.114105 +18 -1.274142 1.5770746 2.4788151000000003 -0.66759133 -0.63080345 -0.56901238 -0.56148431 -2.0276204 -2.0275828999999996 -1.6744944 -5.4799878 -0.65678951 -5.4614305 +19 -1.5685657 -2.1379231 -0.069616366 0.52548061 -2.1432263 -2.011839 -2.0024412 -1.0798406999999999 -4.399677400000001 -3.9372587999999995 -8.3856579 -2.2588722999999997 -8.3664523 +20 -1.5971386 1.1912569 4.084188200000001 -1.2807611 -0.33350121 -0.29227786 -0.28646236 1.9900008000000002 1.9899973000000002 -2.2231437 -6.3199259 -0.33490234 -6.3006407 +21 -1.5719558999999999 0.93338669 2.412587 -0.77074892 -0.83128024 -0.78302829 -0.77968936 1.2517718 1.2518148 0.76928179 -1.8400391 -0.9125262 0.95576518 +22 -0.045132815 -2.9036107 -0.54103473 0.74880789 -0.82061121 -0.75651836 -0.75345881 -1.2604481 -1.2604323999999998 -0.99583198 -4.0280238 -0.88175869 -4.0115653 +23 -2.1624877000000002 -4.0543015 0.85703014 -2.9366381 0.80180337 0.75913205 0.76055929 -0.50956176 -0.50956539 -0.38049128 -1.3737857 0.87132805 -1.3693008 +24 0.44995652 -2.4005374 0.72747629 0.22770465 -1.5837588 -1.5113721000000002 -1.5145341 -0.45349887 -0.4535001 -0.33700102 -1.1552725000000001 -1.7395793000000002 -1.1522104 +25 0.99741079 -2.1552491000000003 0.68972003 0.15683368 0.89410733 -2.2629778999999997 -2.2680693 -0.44009395 -0.44009617 -0.32665901 -1.105522 -2.5502168 -1.1027812 +26 0.99174269 -2.1342263999999997 0.68536033 0.15469419 0.89029405 0.84189216 -1.5097762 -0.43910189 -0.43910543 -0.3258952 -1.1018782 -1.7330720000000002 -1.0991623 +27 -0.54261217 -2.8166822 1.3402902 0.09337390300000001 -0.65917928 -0.57660984 -0.56396115 -3.5605492999999995 -3.5591461000000004 -3.1180077 -7.4573928 -0.65405562 -7.4383629 +28 -0.089371376 -7.0819613 -1.4041503 1.0662136999999998 -1.1902628999999998 -1.1036438999999998 -1.0992422 -2.5390262000000003 -5.8588934 -5.3791791 -9.912036599999999 -1.2732497999999999 -9.892640400000001 +29 -1.4520948 -3.1590359 3.9375733 -1.8039891 0.36299613 0.36287455 0.36915283 1.7641601000000002 1.7641637 -2.3141103 -6.4454081 0.44547684 -6.4260873 +30 -0.97306639 -3.1863301 2.3383616000000003 -0.60431508 -0.38508771 -0.34512748 -0.33836061 0.67202169 0.67211272 0.44495793 -2.0592617 -0.39433761 0.6846661 +31 -1.8316603 -0.99492324 -1.7981563999999999 -2.7026707 0.91012869 0.85967494 0.85973683 -0.9278826 -0.92789113 -0.71627459 -3.0723775 0.96724328 -3.0586203999999997 +32 1.2378082000000001 0.88555585 -3.5019106 -0.16416903 -0.45972197 -0.42777839 -0.42587538 0.2636834 0.26367707 0.18279993 0.34560724 -0.50252248 0.34897637 +33 2.4830732 1.5880504999999998 -3.9728913 -0.39750243 3.3409744 -0.53574686 -0.52696025 0.79248998 0.79251118 0.51692996 0.74417517 -0.61341492 0.75731913 +34 3.9260308 2.4052097999999997 -4.101481 -0.36303443 5.2389412 3.4423031 -0.78929378 1.3652867 1.3653094 0.826024 0.97063854 -0.92437064 0.99374329 +35 -0.041186968 0.55429855 -0.24567732 -0.051090650999999994 0.010311803000000001 0.03307085 0.039957184 -3.1465210999999997 -3.1464946 -2.7214657000000004 -6.9763405 0.055501845 -6.9569909 +36 0.08652432800000001 -3.6954209000000002 -4.1941253 1.2404114 -1.1883986999999998 -1.1168258999999998 -1.1168793 -2.4738287 -5.7957184 -5.3169148 -9.8481685 -1.2968415 -9.8282916 +37 -0.057924817 0.24599457 0.46361027 -0.17305479 0.12032796 0.13479567 0.14003398 0.25985961 0.25985804 -3.1416875 -7.4859826 0.17386221 -7.4663165 +38 0.0076163112 0.18538496 -0.39418348 -0.014485355 0.023142149 0.034743944 0.038972571 0.015020538 0.015038435 0.010738217 -2.6290516 0.051977072 0.019489393 +39 -0.8180944 -0.33834318 0.11134612 -3.2226759 0.41766375 0.40378724 0.40797812 -0.13632835 -0.13632805 -0.09840919599999999 -0.24976369 0.48828805 -0.25044526 +40 1.3162737 0.93520048 -0.63707448 -3.6321790000000003 5.582392400000001 0.20316508 0.20977533 0.45567132 0.45572787 0.30943362 0.52405469 0.25916488 0.53058099 +41 3.9482629 2.4200371 -0.8219232 -3.6970007000000007 5.8534239999999995 3.5626824 -0.77619378 1.420233 1.4202516 0.85269212 0.98618587 -0.90944236 1.01013 +42 -2.3002604 -1.1524736999999998 1.7087598999999998 -3.5143332000000003 1.2721947 1.1896418 1.18256 -3.0968597 -3.0960807 -2.6730937999999997 -6.915231299999999 1.2262387 -6.896159 +43 -2.0354505 -2.6142084 -0.28889685 -2.6652345 0.65082445 0.63830421 0.64563759 -1.3274487 -4.647441400000001 -4.1807254 -8.6503011 0.75878803 -8.6310768 +44 -2.8730737 -1.7059817 3.9582002 -5.0673538 2.3374811 2.0407561999999997 1.9120539 1.7934157 1.7934185 -2.3018452000000003 -6.42866 1.5223452 -6.4093442000000005 +45 -2.5543967 -1.6209495 2.3305408 -3.939088 1.4506017 1.3297775 1.3122832 0.75400232 0.7540824 0.49426173 -2.0187152 1.3038813 0.73405651 +46 4.5098806 2.7673217 -0.82011306 -0.23697715 1.9472077 -1.4272611000000002 -1.4281776000000002 1.6223311000000002 1.6223345 0.94629315 1.0368924000000002 -1.6431688000000002 1.0637308 +47 4.3361457 2.6583465 -0.82203431 -0.2865537 1.8966323 1.689052 -1.154881 1.5607326000000001 1.5607407 0.91850868 1.0224345 -1.3394411 1.0484236999999998 +48 0.86924276 1.1501727 2.3438371 -0.71546089 -0.29202245 -0.2406753 -0.23097516 -2.2105113999999997 -2.2103576 -1.8416289000000001 -5.7541068 -0.26445431 -5.7354785 +49 0.68497259 -2.623575 -0.31920041 0.51514867 -1.6341544 -1.5091142 -1.4988131000000002 -1.3601933000000002 -4.679796700000001 -4.212560099999999 -8.6846171 -1.71183 -8.6654027 +50 0.49014729 0.61826038 4.042778 -1.4856458000000001 0.059362859000000004 0.07826504299999999 0.08425535599999999 1.9277407 1.9277398999999997 -2.2473741 -6.3536412 0.10783765 -6.334347900000001 +51 0.66172922 0.48971433 2.3915556000000002 -0.80764374 -0.39880928 -0.3676988 -0.36334338 1.1249691000000002 1.1250248999999999 0.70325896 -1.8767647 -0.42645395 0.90960549 +52 4.6851042000000005 2.8770283 -0.81702365 -0.18178738 5.5636601 0.19787759 -1.8777535 1.6825227999999999 1.6825218000000002 0.97281589 1.0502556 -2.1333313 1.0778966 +53 2.5151353 1.9612880000000001 2.5739742000000003 -0.6595216 3.7603597 -0.33000154 -0.31856962 -1.8731883999999999 -1.873514 -1.5349638 -5.233646599999999 -0.36614826 -5.2154065 +54 0.90591963 -2.7276401000000003 -0.37114459 0.5090758 0.4190287 -2.6362537999999995 -2.6303807 -1.4184631 -4.7379807000000005 -4.269846599999999 -8.746234800000002 -2.9241007000000003 -8.7270265 +55 2.4802816 1.6996726000000002 4.1329264 -1.1081483 4.376926 -0.09295092 -0.08070763 2.0567919 2.0567955 -2.1978419999999996 -6.2844385 -0.081335215 -6.2652021 +56 2.3103276000000004 1.4791767 2.3797202 -0.78393376 3.6429862 -0.38357514 -0.3696967 1.4070112 1.4070722 0.846376 -1.8009765 -0.42314254 1.0051861 +57 3.3991293 2.0664148 2.5998311000000003 -0.65118801 5.0031223 3.3870633999999997 -0.79557933 -1.8316133 -1.8319179 -1.4975962999999999 -5.1645981 -0.9315471 -5.1463375 +58 0.83937891 -2.693565 -0.35447309 0.51068175 0.34681593 0.38942305 -1.7553198 -1.3997018 -4.7192749 -4.2514291 -8.7264492 -1.9957051 -8.7072349 +59 4.728732599999999 3.1251427000000005 4.3016574 -0.18553545 5.5799585 3.5169828 -0.78098152 2.2754955000000003 2.2754931000000003 -2.1200493 -6.173841599999999 -0.91493086 -6.1546484 +60 4.2777004000000005 2.6881115 2.4850778 -0.36708204 5.4703819000000005 3.492739 -0.7836493 1.8502919999999998 1.850334 1.0435606 -1.7170113 -0.91794203 1.1128327 +61 0.18129113 -6.2539522000000005 -5.1309511 1.5058226000000001 -1.3621068 -1.2857111 -1.2851386999999999 -7.1607672 -10.482027 -9.993057199999999 -14.5714 -1.4846948999999998 -14.551588 +62 -0.40537596 0.26477702 2.069779 -0.55836142 0.15913077 0.17917743 0.18817282 -2.5855278999999998 -2.5850293 -5.5114602999999995 -10.048797 0.23503649 -10.029107000000002 +63 -0.40530095 0.26582817 2.0718641 -0.55922152 0.16011106 0.17996493 0.18894419 -2.5841791 -2.5836541 -2.1882447 -8.7341663 0.23593391 -6.2528846 +64 -0.28745414 -2.4247389999999998 -0.20856758 0.55222667 -0.86771617 -0.77527934 -0.7643014 -1.2390006000000002 -4.5586907 -7.415348599999999 -11.983835000000001 -0.88684482 -11.964443 +65 -0.28701728 -2.4246541 -0.20882785 0.55225892 -0.86730123 -0.77487362 -0.76388785 -1.2391085 -4.5586977 -4.0934276 -11.016128 -0.88636054 -8.5368845 +66 -1.0351001 -0.31813295 4.0428847 -1.6749042 0.67065819 0.64442954 0.64872342 1.8762174999999999 1.8762179 -2.2679123 -8.845334900000001 0.7575455 -6.3638752 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=1+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.1426773000000001 1.1739157 -0.54150437 -0.29160147 -0.88112011 -0.85076403 -0.8546212 0.62469143 0.62466192 0.41572181 0.64510542 -1.0048485 0.65515994 +2 -0.46798914 -3.0332195 0.80107758 0.31544663 -0.81049289 -0.77183447 -0.77533407 -0.47895773 -0.47895745 -0.35670273 -1.2525049 -0.91336827 -1.2488066 +3 0.11326944 0.20196007 -2.5909623 0.13918176 -0.026788388 -0.014022375 -0.011050175 -0.22133179 -0.221328 -0.161063 -0.44126531 -0.0093751805 -0.44174318 +4 -2.0464608 -1.1474792 0.43065431 -3.0716372000000005 1.0724505 0.99964885 0.99560261 -0.32949879 -0.32950263 -0.24218316 -0.73568189 1.0853262 -0.73505961 +5 1.1463086 0.73348868 -0.38625364 -0.22819654 -0.48545776 -0.46248398 -0.46365728 0.35406027 0.35404645 0.24302706 0.43494314 -0.5501398 0.4398994 +6 2.4729815 1.5684046999999999 -0.72420899 -0.4445564 3.3923514999999997 -0.51094548 -0.50261257 0.87404281 0.87405463 0.56434937 0.7854519 -0.58543045 0.80014902 +7 3.9608232000000005 2.4278459999999997 -0.82195024 -0.37263691 5.2748867 3.4504396 -0.78841679 1.4249958 1.425014 0.85497883 0.98749407 -0.92338716 1.0115101 +8 -0.40462316 0.27127067 2.082615 -0.56339838 0.16520072 0.18436302 0.19323296 -2.5771127999999996 -2.5767085 -2.1817444 -6.261411900000001 0.24089285 -6.2425011 +9 -0.2863685 -2.4295188999999997 -0.21499413 0.55478755 -0.86922662 -0.7768555 -0.76591585 -1.2437551000000002 -4.5633872 -4.0980392 -8.560842599999999 -0.88874071 -8.5416345 +10 -1.0190335 -0.31178552 3.9947902 -1.645011 0.65603261 0.63139376 0.63590767 1.8536041 1.8536053 -2.2770651 -6.3946638 0.74404273 -6.375357900000001 +11 -0.55529676 -0.24836989 2.3760235 -0.74502923 0.19714251 0.19650413 0.20248083 0.96066997 0.96073663 0.61358583 -1.9323891 0.2491101 0.84029453 +12 -1.7992696 -2.095125 0.67512177 0.32836418 -2.1775611 -2.0949766 -2.0987277 -0.4310398 -0.43104171 -0.31968672 -1.0725426000000002 -2.3706107999999997 -1.0700028 +13 -1.022258 1.3826169 -3.8036197 -0.27202594 -0.77754323 -0.73738032 -0.73665676 0.64057294 0.64055655 0.42552097 0.65547363 -0.86554378 0.6657942 +14 -3.1912523 -0.10368634 0.068758599 -3.2518048999999998 0.038128672 0.038232928 0.039459873 -0.033513552 -0.033513823 -0.02396076 -0.055953437 0.04817724599999999 -0.056180095 +15 0.52953908 2.3961522 -0.81766897 -0.32355907 -0.97730836 -0.91093499 -0.90382676 1.4066934 1.4067094 0.84615969 0.98239999 -1.0509714 1.0061485000000001 +16 1.8404988000000002 3.4614278 -0.80594274 0.21423532 1.7700307000000002 -1.560054 -1.5594021999999998 1.9703245999999999 1.9703336 1.0912072 1.1051916000000002 -1.7868291 1.1362858999999998 +17 1.5586886999999998 3.2063909 -0.82088909 0.045440814 1.6402741000000003 1.4832397 -1.2272198 1.8523154999999998 1.8523332 1.0443556 1.0843643 -1.4198372 1.1141021 +18 -1.2741794 1.5769853 2.4787778 -0.66755986 -0.63087499 -0.56909116 -0.56156695 -2.0276761999999997 -2.0276387 -1.6745451 -5.480074299999999 -0.65689189 -5.4615169 +19 -1.5686491000000002 -2.1383137000000003 -0.069851222 0.52563207 -2.1434646 -2.0120846 -2.0026916 -1.0801382 -4.3999746 -3.9375503 -8.3859775 -2.2591514 -8.3667719 +20 -1.5971425 1.1912187 4.0842068 -1.2807075 -0.3335611 -0.29234388 -0.28653166 1.9899616999999998 1.9899581999999998 -2.2231589 -6.3199473 -0.33498902 -6.3006621 +21 -1.5719279 0.93336758 2.4124979 -0.77067619 -0.83132658 -0.78308469 -0.7797501 1.2516942 1.2517373 0.76924217 -1.8400607 -0.91260329 0.95573814 +22 -0.045593849000000006 -2.9038281 -0.54092717 0.74888046 -0.82115962 -0.75708612 -0.75404075 -1.2604866000000001 -1.2604708999999998 -0.99586492 -4.028117 -0.8824447 -4.0116583 +23 -2.1625202999999997 -4.0541759 0.85712585 -2.9366299 0.80176236 0.7590851 0.76050936 -0.50959334 -0.50959698 -0.38051587 -1.3739126 0.87126476 -1.3694268 +24 0.45005187 -2.4005080000000003 0.72756294 0.22769732 -1.5836621000000002 -1.5112815 -1.5144453000000002 -0.45352636 -0.45352759 -0.33702224 -1.155375 -1.7394900000000002 -1.1523121 +25 0.99739527 -2.1553324000000003 0.68982197 0.15683874 0.89408622 -2.2630084 -2.268103 -0.440127 -0.44012922 -0.32668446 -1.1056428 -2.5502632000000003 -1.1029011999999998 +26 0.99169732 -2.1343247000000005 0.68546535 0.15470359 0.89023606 0.84182897 -1.5098345 -0.4391358 -0.43913934 -0.32592132 -1.1020020000000001 -1.7331449 -1.0992853 +27 -0.54255862 -2.8168968 1.3400581 0.093565935 -0.65932218 -0.57675151 -0.5641053 -3.5608352999999995 -3.5594317 -3.1182837 -7.457719 -0.65422839 -7.4386891 +28 -0.08940751400000001 -7.0822925 -1.4043549 1.066282 -1.1903705 -1.10376 -1.0993628999999998 -2.5392759 -5.8591431 -5.379427099999999 -9.912293199999999 -1.2733940000000001 -9.8928969 +29 -1.4520641 -3.1590443 3.9375531 -1.8038676 0.36290252 0.36277851 0.36905387 1.7640749 1.7640784 -2.3141464 -6.4454575 0.44535654 -6.4261367 +30 -0.97303192 -3.1863631000000003 2.3383074 -0.60418767 -0.38518315 -0.34522826 -0.33846534 0.67187452 0.67196555 0.44486832 -2.0593388999999998 -0.39446679 0.68457254 +31 -1.8316765 -0.9949754 -1.7983308999999998 -2.7026404 0.91007864 0.85961713 0.85967565 -0.9279133 -0.92792184 -0.71629991 -3.0724825 0.9671689 -3.058725 +32 1.2377909 0.88552037 -3.5019375 -0.1641793 -0.4597331 -0.42779422 -0.42589303 0.26371513 0.26370881 0.1828213 0.34564061 -0.50254677 0.34901026 +33 2.4829356 1.5879325 -3.972754 -0.39748895 3.3407775 -0.53587812 -0.52709736 0.7924616 0.79248278 0.51691319 0.74415959 -0.61358337 0.75730305 +34 3.9258685 2.4050664 -4.1013407 -0.36305193 5.238811900000001 3.4422354 -0.78934624 1.3652455 1.3652681999999998 0.82600371 0.97062605 -0.92443706 0.99373018 +35 -0.041164691 0.55409313 -0.24562667 -0.051016480999999995 0.010257599000000001 0.033005834 0.039887495 -3.1466092 -3.1465826 -2.7215499 -6.9764464 0.055412522 -6.9570966 +36 0.08553311599999999 -3.6952968999999998 -4.193919 1.2405097999999999 -1.1895116000000001 -1.1179567 -1.1180285 -2.4737511000000003 -5.7956405 -5.316837400000001 -9.848088699999998 -1.2981508999999998 -9.8282118 +37 -0.057960292000000004 0.24592754 0.46373805 -0.17304914 0.12028511 0.13474883 0.13998512 0.25986461 0.25986304 -3.1416842000000003 -7.4859789999999995 0.17380158 -7.4663128 +38 0.0076028868999999995 0.18533062 -0.39419387 -0.014467668000000001 0.023108909 0.034708504 0.038935828 0.015007723 0.015025618000000001 0.010729107 -2.6290697999999995 0.051931770999999995 0.019468894 +39 -0.81811795 -0.33836028 0.11137562 -3.2226682 0.41763006 0.40374898 0.40793768 -0.13633989 -0.13633959 -0.098417633 -0.24978752 0.48823686 -0.2504691 +40 1.3160683000000002 0.93505652 -0.63700196 -3.6321467000000003 5.582287 0.20310667 0.20971422 0.45561672 0.45567326 0.30939843 0.52401031 0.25908855 0.53053561 +41 3.9481669999999998 2.4199346 -0.82188482 -3.6970080000000003 5.8533827 3.5626352 -0.77624391 1.4202146 1.4202332 0.8526832 0.98618029 -0.90950613 1.0101242 +42 -2.300241 -1.1525381000000001 1.7086371999999999 -3.5142077000000005 1.2720847 1.1895341999999998 1.1824523 -3.0970188999999997 -3.0962397999999998 -2.6732456 -6.9154233 1.2261371 -6.896350999999999 +43 -2.0354332 -2.6145144 -0.28909917 -2.6651152000000002 0.65071799 0.63819557 0.645526 -1.3277066000000002 -4.6476991 -4.1809788 -8.650575 0.7586587 -8.6313507 +44 -2.873087 -1.7060426 3.9582047999999994 -5.0672505999999995 2.3373557000000003 2.0406461 1.9119577 1.7933473999999998 1.7933502000000001 -2.3018737999999996 -6.4286993 1.5222712999999999 -6.4093835 +45 -2.5543617000000003 -1.6209779 2.3304661 -3.9389498 1.4504932 1.3296709 1.3121771 0.75385749 0.75393755 0.4941755 -2.018784 1.3037863 0.73397265 +46 4.5098092 2.7672252 -0.82007768 -0.23698706 1.9471583 -1.4273148 -1.4282344999999999 1.6223183 1.6223218000000001 0.94628738 1.0368889000000001 -1.6432400000000003 1.0637273 +47 4.3360615 2.6582439 -0.82199599 -0.28656496 1.8965775000000002 1.6889933000000001 -1.154935 1.5607158 1.5607238 0.91850089 1.0224299000000001 -1.3395092 1.0484188 +48 0.86921096 1.1500612 2.3437736 -0.7154109 -0.29210245 -0.24076082 -0.23106423 -2.2105928 -2.2104388999999998 -1.8417036 -5.7542254 -0.26456488 -5.735597 +49 0.68488662 -2.6239839 -0.31945273 0.51529086 -1.6343787 -1.5093457000000001 -1.4990497 -1.3605083999999998 -4.6801115 -4.2128699 -8.6849513 -1.7120998 -8.6657368 +50 0.49015152 0.618224 4.0427915 -1.4855789 0.059301669 0.078198457 0.08418568400000001 1.9276932 1.9276923 -2.2473929 -6.3536677 0.10775055 -6.3343742999999995 +51 0.66175708 0.48967885 2.3914782999999997 -0.80755949 -0.39886594 -0.36776421 -0.36341294 1.1248761 1.1249319 0.70320944 -1.8767939999999999 -0.4265418 0.90956894 +52 4.685043599999999 2.8769371 -0.8169867 -0.18179568 5.5636149 0.19782972 -1.8778042000000001 1.6825134999999998 1.6825125 0.97281176 1.050253 -2.1333956 1.0778938999999998 +53 2.5150294 1.9611568 2.5739235000000003 -0.65951265 3.7602073 -0.33009786 -0.31866961 -1.8732536 -1.8735792000000002 -1.5350224 -5.2337542 -0.36627172 -5.215514 +54 0.90580037 -2.7280425999999998 -0.37139684 0.50921698 0.418753 -2.6365127999999998 -2.6306442999999997 -1.418776 -4.7382933 -4.2701544 -8.7465658 -2.9243887 -8.7273574 +55 2.4801011 1.6995251 4.1329366 -1.1081545 4.3766828 -0.09306628199999999 -0.080826779 2.0567448 2.0567484 -2.1978597 -6.2844636 -0.081482401 -6.265227200000001 +56 2.3101973 1.4790484 2.3796307999999997 -0.78389218 3.6427529 -0.38371377 -0.36984108 1.4069201999999998 1.4069812 0.84633196 -1.8009982 -0.42332078 1.0051588 +57 3.3990144 2.0662772 2.5997798999999997 -0.65118761 5.0029947 3.3869934 -0.79563216 -1.8316785 -1.8319831000000002 -1.4976548 -5.164707599999999 -0.93161394 -5.146446900000001 +58 0.83926428 -2.6939675 -0.35472616 0.5108233 0.34654515 0.38915946 -1.7554993000000003 -1.4000143 -4.7195871 -4.2517365 -8.7267801 -1.9959092 -8.7075657 +59 4.7285947 3.1249922999999997 4.30167 -0.18558635 5.579902099999999 3.5169328 -0.78103197 2.2754645 2.2754621 -2.1200598999999998 -6.173857099999999 -0.91499499 -6.1546639 +60 4.2775405 2.6879484000000002 2.4849646 -0.36711711 5.470299099999999 3.4926834 -0.78370036 1.850222 1.850264 1.043532 -1.7170226000000002 -0.91800686 1.1128183 +61 0.18118151 -6.25404 -5.1310012 1.5058329 -1.3622299999999998 -1.2858417 -1.2852735 -7.1608244999999995 -10.482084 -9.9931143 -14.571457 -1.4848534 -14.551646 +62 -0.40536728 0.26467918 2.069691 -0.55827296 0.15904747 0.17909032 0.1880826 -2.5856377999999998 -2.5851391 -5.511563099999999 -10.048903999999999 0.23492508 -10.029213 +63 -0.40529192 0.26572923 2.0717765999999997 -0.55913306 0.16002772 0.1798778 0.18885395 -2.584289 -2.5837639 -2.1883474 -8.7343111 0.23582249 -6.2530295 +64 -0.28747861 -2.4251120999999998 -0.20880118 0.55236739 -0.86788632 -0.7754554 -0.76448234 -1.2392936 -4.558983400000001 -7.4156363 -11.984125 -0.88706078 -11.964734 +65 -0.28704487 -2.4250277000000002 -0.20906096 0.5524 -0.86747492 -0.77505338 -0.76407257 -1.2394014 -4.5589902 -4.0937151 -11.01644 -0.88658096 -8.5371966 +66 -1.0350834 -0.31816784 4.0428947 -1.6748191000000003 0.67058665 0.64435296 0.64864372 1.8761608 1.8761611 -2.2679352 -8.8453668 0.75744997 -6.3639071 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=0d1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=0d1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2735673 1.1231482 -0.42994752 -0.5811555 -0.71778772 -0.68354809 -0.68402218 0.85930054 0.85929298 0.5223142 0.56008922 -0.80668418 0.57592644 +2 0.35935032 -4.5935692 2.6941976000000003 1.5033961999999998 -1.1787914 -1.1153078 -1.1177409 -2.5588311000000004 -2.5587120999999997 -2.1079152000000003 -6.229206700000001 -1.3013715000000001 -6.2133232000000005 +3 -0.00052733933 0.005619745600000001 -3.2741281000000004 0.0007158667 -0.001298552 -0.0009886209900000001 -0.00091974632 -0.0019091975 -0.0019083307 -0.0012903982000000002 -0.0020697682 -0.0010095183 -0.0021040995 +4 -1.7134543000000002 -1.2754784 1.8547531000000004 -2.5805136 0.91548701 0.85613739 0.85270864 -0.96032771 -0.96029302 -0.71373774 -2.5852562000000003 0.9573818 -2.5784807 +5 1.0134508 0.68735286 -0.34847286 -0.43021584 -0.41876643 -0.39452911 -0.39383247 0.53564354 0.53564409 0.33993255 0.41344308 -0.46687318 0.42336196 +6 2.1643588 1.3573883999999998 -0.48968998 -0.75580505 3.3891614999999997 -0.51015903 -0.50499895 1.0200361999999998 1.0200514999999999 0.6062505 0.61635199 -0.59247981 0.63484611 +7 3.1600252 1.8991247 -0.52610344 -0.86294308 4.969539599999999 3.3828282999999995 -0.79139847 1.3641365 1.3641443000000002 0.77081556 0.71049606 -0.93119211 0.73411881 +8 -0.1218453 0.17324956 3.0325153 -0.013055249 -0.11353334 -0.086528374 -0.082393015 -3.2174454 -3.2169552 -2.725895 -7.0906201 -0.09338992 -7.0744022 +9 0.38772259 -4.8276699 0.25178987 1.6241588 -1.2729542 -1.2091221 -1.212593 -2.9338504000000003 -6.2552386 -5.7010311 -10.39356 -1.4081948999999998 -10.376696 +10 -0.052737759 -0.0065203917 3.9734022000000007 -0.066714836 0.014557941999999999 0.023120217999999998 0.0234759 0.096282585 0.09628834800000001 -3.2574577000000002 -7.7465884 0.02848657 -7.729938400000001 +11 -0.0352233 -0.044136032 3.0621568999999997 -0.010649211 -0.025689554 -0.024336995 -0.024496293 0.018237523999999998 0.01822421 0.012320273999999999 -2.6704124 -0.029422715 0.016483546 +12 -1.4598674999999999 -4.262658 2.8257007 1.559025 -3.0746787999999996 -2.9847207 -2.9927132000000003 -2.391682 -2.3916223999999997 -1.9540596999999997 -5.987428599999999 -3.3118866000000002 -5.971700900000001 +13 -1.2733068 1.1270171999999998 -3.7253643 -0.58143079 -0.71723732 -0.68282008 -0.6832293 0.86004789 0.86004069 0.52271521 0.56037416 -0.80570347 0.57622379 +14 -3.1229035 -0.13807498 0.13325716 -3.1847827 0.054923473 0.052461124000000005 0.052686573 -0.10568605 -0.10569794 -0.072398847 -0.12551179 0.063053111 -0.1270203 +15 0.068701819 2.1366994 -0.49228582 -0.77666487 -0.98305766 -0.92761766 -0.92482841 1.5003901000000002 1.5004049 0.83035929 0.74020339 -1.0794538999999999 0.76560837 +16 0.96414981 2.9945539 -0.45568932 -0.50005732 1.5820645 -1.7118586 -1.7164479 1.8937697 1.8937713 0.98478525 0.80835468 -1.9624452000000001 0.83820101 +17 0.72427346 2.7420228 -0.47048689 -0.62028426 1.4471477 1.3126606 -1.2921725 1.7927656000000003 1.7927751 0.94756537 0.79300298 -1.4965347 0.8218033 +18 -1.2606766 1.2945275 3.4232127 -0.55854635 -0.72773769 -0.67516257 -0.673821 -2.4372639 -2.4373748 -1.9961262999999998 -6.0551511 -0.79333186 -6.039239599999999 +19 -1.4654817 -4.5348883 0.46571988 1.6970406000000002 -3.2190184 -3.1297735 -3.1385017000000004 -2.7697827999999998 -6.0912738 -5.5381606 -10.225583 -3.4629907999999996 -10.208708999999999 +20 -1.3068478000000001 1.1197583 4.3421358 -0.62086558 -0.71122787 -0.6633071 -0.66347061 0.91430325 0.91429602 -2.7703994 -7.148117599999999 -0.78266066 -7.1316136 +21 -1.304122 1.0861812 2.7276447 -0.57802723 -0.75239101 -0.71633637 -0.7170308 0.85119531 0.85118499 0.51796577 -2.2096622000000004 -0.84493881 0.57123607 +22 0.38369144 -4.888457900000001 1.0148539 1.6140135 -1.266727 -1.2032421 -1.2067208999999999 -2.8780297000000004 -2.8779988999999997 -2.405599 -6.6621891 -1.4016617 -6.645999799999999 +23 -1.3415108 -4.693377099999999 2.7657055 -1.7230151000000002 0.39858861 0.38335114 0.3840986 -2.5145444 -2.5144558 -2.0670278000000004 -6.166343599999999 0.45656128 -6.1504984 +24 0.86567886 -4.731577 2.612746 1.4506673 -2.3717111 -2.2864279 -2.2930611 -2.6491005000000003 -2.6489402 -2.1915616 -6.3550014 -2.5796115 -6.33905 +25 0.91626356 -4.7522207000000005 2.6023366 1.4448482 -0.54780003 -3.5685549 -3.5777608 -2.6610472 -2.6608772000000003 -2.2026546000000002 -6.3714154999999995 -3.9143279000000004 -6.3554580000000005 +26 0.88422899 -4.739136 2.6088041 1.4483298 -0.58440742 -0.53938479 -2.395202 -2.6535784 -2.6534159 -2.1957206 -6.3611633 -2.6876868999999997 -6.3452088 +27 0.53208124 -6.118968799999999 0.77728317 1.8312297999999998 -1.3367755 -1.2718707 -1.2752835 -6.348654499999999 -6.348250900000001 -5.7935018 -10.488706 -1.4781161 -10.471819 +28 0.38607906 -8.598302 -0.13978219 1.7533044999999998 -1.4060736 -1.3399521 -1.3442176000000001 -3.3710279 -6.692427599999999 -6.135875599999999 -10.839502 -1.5548167 -10.822623 +29 0.35920774 -4.5860807 2.7211857999999998 1.5008956 -1.1763865 -1.1129353000000002 -1.1153795 -2.5510022 -2.5507632 -5.422494 -10.105856 -1.2987349 -10.089027 +30 0.35933223 -4.5869774 2.7179556000000002 1.5011843 -1.1765538999999998 -1.1131941 -1.1156368 -2.5519501 -2.5517092999999997 -2.1014405 -8.6841277 -1.2990218 -6.2050072 +31 -1.6920738000000002 -1.3083326000000002 -1.1110364 -2.5354664000000002 0.89006296 0.83322236 0.83012929 -1.0355566999999999 -1.0355364 -0.77445577 -2.8950134 0.93592882 -2.8866492999999998 +32 1.0132943 0.6899326 -3.637397 -0.42951372 -0.41956296 -0.39518562 -0.39446025 0.53457084 0.5345717 0.33929913 0.41286599 -0.46757932 0.42276381 +33 2.1645416 1.3580968999999998 -3.7838662000000003 -0.75500987 3.3883089 -0.51056638 -0.50539461 1.0189358 1.0189511999999998 0.60569156 0.61599853 -0.59293018 0.63447465 +34 3.1591937999999997 1.89865 -3.82216 -0.86241896 4.9679268 3.3823867999999995 -0.79145081 1.3629216999999998 1.3629296 0.77027054 0.71021458 -0.93125151 0.73382074 +35 -0.11089304 0.17152184 1.4183409 0.011399781999999999 -0.12757916 -0.099119678 -0.09479776599999999 -3.2490107000000004 -3.2489137 -2.7563039000000003 -7.1297618 -0.10796657 -7.1135348 +36 0.39168457 -4.8997155999999995 -1.8043837 1.6487294999999997 -1.2939436000000002 -1.2301223999999997 -1.2338345 -3.0037252 -6.3255547 -5.7709306 -10.465492999999999 -1.4320325 -10.448617 +37 -0.02089334 0.0041593634 2.3797064 -0.023001517000000003 0.0021848116000000002 0.011024468 0.011203868 0.033195143999999996 0.033194382 -3.2995419999999998 -7.796346099999999 0.013593401000000001 -7.7796768 +38 -0.0033944319 -0.0060209141 -0.097757226 0.0040538417 -0.0077826418 -0.0073946398 -0.0075841719 -0.0052350089 -0.005235389 -0.0035447765 -2.6927166000000002 -0.0092997377 -0.0094487421 +39 -0.7125176 -0.50526848 0.53126017 -3.0047232999999998 0.33789346 0.32092831 0.32158888 -0.3980874 -0.39807823 -0.28102029 -0.61328713 0.38325021 -0.61703766 +40 1.088219 0.72940571 -0.38486419 -3.8058978999999997 5.582575599999999 0.21453432 0.21778177 0.56921841 0.569306 0.35984786 0.43193431 0.26420698 0.44231202 +41 3.1434349 1.8901416000000002 -0.52594187 -4.1844813 5.8657474999999994 3.5765618999999997 -0.76985345 1.3588608999999998 1.3588692 0.76844732 0.70927262 -0.9066183 0.73282288 +42 -1.6949435000000002 -1.0961938999999998 2.5283467 -2.5653822999999996 0.91924608 0.86289143 0.86052505 -4.1455209 -4.1450859 -3.6201893 -8.1673539 0.96586966 -8.1508354 +43 -1.2815963 -4.594506900000001 0.43724999 -1.6283426 0.36203583 0.34823266 0.34864754 -2.7948161 -6.1165032 -5.5632134 -10.25146 0.41474008 -10.234588 +44 -1.7558645 -1.3268456 3.5781756000000002 -2.6348133 0.92810425 0.86889301 0.86523532 -0.87078583 -0.8707232 -3.9641677000000004 -8.553283300000002 0.96905247 -8.5365588 +45 -1.7440574 -1.3251126 3.3482122000000003 -2.6187728999999997 0.92359191 0.86294014 0.85928743 -0.89512908 -0.89509184 -0.66160286 -4.8311839999999995 0.96340225 -2.3127457000000002 +46 3.5821928 2.1262781000000004 -0.52856674 -0.85482175 1.8259576000000002 -1.5231146999999998 -1.5278252 1.4926656999999999 1.4926626 0.82704867 0.73857139 -1.7570096999999998 0.76389221 +47 3.4447052000000005 2.0524955 -0.52832403 -0.86088701 1.7625981 1.57359 -1.192315 1.4519841 1.4519841999999998 0.80955413 0.73003479 -1.3856655 0.75483141 +48 1.5662413 0.93435857 3.2399292999999996 -0.47973422 0.12893591 0.14392433 0.14833551 -2.6833781 -2.6850032 -2.2254042999999997 -6.4054272 0.18222271 -6.3889672 +49 0.85833985 -5.0324184 0.110474 1.5749995 -2.5013403 -2.4164442999999998 -2.4239367 -3.0424330000000004 -6.3637511 -5.8088845000000005 -10.504484 -2.7181086 -10.487625 +50 0.9725729 0.68559507 4.190105600000001 -0.48019196 -0.4103707 -0.37432054 -0.3733905 0.60731638 0.60731823 -2.9400671000000003 -7.361915400000001 -0.44257183 -7.3453641 +51 0.97919413 0.64976019 2.7889632 -0.42880062 -0.45192451 -0.42581516 -0.42531614 0.53407363 0.53407056 0.33900685 -2.3315511000000004 -0.50408952 0.42056309 +52 3.6680681000000006 2.1722332000000004 -0.52847646 -0.84934854 5.4097432 0.17932487 -1.8895379 1.5174761 1.517471 0.83758025 0.74362694 -2.1500562999999997 0.76926158 +53 1.7391223000000002 -0.53464308 2.6325488 0.28972466 1.5660783999999999 -1.7144044999999999 -1.7205213 -3.7639321000000003 -3.764111 -3.2508391 -7.7387755 -1.9677351000000003 -7.7220937 +54 0.902629 -5.056763200000001 0.094396059 1.5696762 -0.6903363 -3.7047611000000003 -3.7146003 -3.054857 -6.3761544 -5.8212139 -10.517147 -4.0546066 -10.500291 +55 2.1543449 1.3717938 4.3849032999999995 -0.79159926 3.4251617 -0.48429838 -0.47876864 1.0778495000000001 1.0778638999999999 -2.6865949000000002 -7.0398891 -0.5613888 -7.0234863 +56 2.1472897 1.3432620000000002 2.6306987 -0.76052512 3.3719504999999996 -0.51806089 -0.51271393 1.0241679 1.0241831000000001 0.60835062 -2.1588937 -0.6013027 0.6349526 +57 1.7571323 -0.28025193 2.7485601 0.15639178 1.738261 1.5563148 -1.1989454 -3.5713186 -3.5718762 -3.0656446 -7.5164054 -1.3941121 -7.4996827 +58 0.87366725 -5.0409322 0.10473488 1.5729563999999998 -0.72347726 -0.67502525 -2.5001882999999996 -3.0468613999999996 -6.368177200000001 -5.8132847000000005 -10.509004 -2.7984150000000003 -10.492146 +59 3.2038172 1.9454877 4.5188956 -0.88071909 5.0405072 3.4061562999999992 -0.78864979 1.4223436 1.4223496 -2.5252914 -6.8262165999999995 -0.92805751 -6.8098791 +60 3.1675607999999995 1.9053944 2.611405 -0.86774288 4.9841280999999995 3.3872273999999996 -0.79087588 1.3759249 1.3759331 0.77609385 -2.0794794 -0.93058607 0.73596521 +61 0.53902205 -6.233778 -2.484898 1.8672151000000001 -1.3663322 -1.3012671999999998 -1.3049553999999999 -6.4753689 -9.7968968 -9.234503199999999 -13.96566 -1.5112232 -13.948714 +62 -0.1217972 0.17394957 3.0507632 -0.013836393999999998 -0.11267003 -0.085708116 -0.08158657700000001 -3.2163732999999994 -3.2157914 -6.0467169 -10.748217 -0.092443914 -10.731457 +63 -0.12191275 0.174083 3.048767 -0.013901158 -0.11272297 -0.08579495699999999 -0.081667753 -3.2163392999999996 -3.2157355 -2.7247353 -9.5515088 -0.09253343 -7.0737697 +64 0.38767942 -4.827581200000001 0.25256292 1.6241461000000001 -1.2729853000000002 -1.2091483 -1.2126197 -2.9337825 -6.255157700000001 -9.0228787 -13.753435000000001 -1.4082251000000001 -13.73652 +65 0.38772196 -4.8275805 0.25250284 1.6241408000000002 -1.2729366000000002 -1.2091049999999999 -1.2125758999999998 -2.9337896 -6.2551502999999995 -5.7009433 -12.853201 -1.4081758 -10.376694 +66 -0.05285095 -0.0064381672999999995 3.9772104 -0.066958549 0.014694246999999999 0.023258602000000003 0.023617642999999997 0.096603945 0.096612876 -3.2572429 -10.20764 0.028660161 -7.730233 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2776938999999998 1.136335 -0.40523873 -0.57256387 -0.73097159 -0.69524762 -0.69553794 0.82716895 0.82716523 0.50024218 0.52394927 -0.81967461 0.53924151 +2 0.09622340199999999 -3.4765175999999998 2.3863897 0.92538137 -0.85713115 -0.80328335 -0.80407834 -1.2319801000000001 -1.2319391000000002 -0.93028722 -3.5219553999999995 -0.94458928 -3.5115932 +3 -0.0014919418 0.049890874 -3.2628981 0.0026782254 -0.0043540744000000004 -0.0014814420000000001 -0.00066825333 -0.011456963999999998 -0.011450256 -0.0076875643000000006 -0.011847613 0.00026619597 -0.012064262 +4 -1.7864557 -1.1844823999999998 1.1403174999999999 -2.7167042 0.98367388 0.91771879 0.91355031 -0.72721107 -0.72720368 -0.52614928 -1.5006271999999998 1.01295 -1.5013971000000002 +5 1.012799 0.71001837 -0.31955019 -0.42917163 -0.4211389 -0.3953567 -0.3942613 0.52074383 0.52074786 0.32817674 0.38696516 -0.46684421 0.39667337 +6 2.1624903 1.3974556 -0.4490242 -0.75578166 3.3889071000000004 -0.51091703 -0.50509075 1.0020383 1.0020585 0.59125219 0.58454892 -0.59176332 0.60271985 +7 3.1685844 1.9497308999999998 -0.47648936 -0.85969607 4.9767619000000005 3.3827800000000003 -0.79409084 1.3448597 1.3448737 0.7542286 0.67687785 -0.93339029 0.70011451 +8 -0.18412431 0.14942725 2.3161944 -0.10175713 -0.086083326 -0.059120926 -0.054555190999999996 -3.1268047 -3.126321 -2.6301981 -6.9717922 -0.059605719 -6.9562443 +9 0.34954847 -4.3593823 -0.39039267 1.4900673999999998 -1.1753615 -1.106487 -1.1073648999999999 -2.5557383 -5.8767618 -5.3139755 -10.005825 -1.2882766 -9.98967 +10 -0.31420732 -0.055114015999999995 4.0560852 -0.47564077 0.16876755 0.17379162 0.1762189 0.61882142 0.61884358 -2.9369047999999998 -7.3657383 0.21347048 -7.3498267 +11 -0.20165538 -0.21373515 2.848778 -0.1273921 -0.077674837 -0.073199852 -0.072963815 0.18315948 0.18320088 0.12046716 -2.5468883 -0.086643049 0.16786616 +12 -1.4419921 -3.0739986 2.3099382999999998 0.96406601 -2.4581355 -2.3712481 -2.3771244 -1.1711877 -1.1711571000000003 -0.88017897 -3.3124381 -2.6680235 -3.3028342000000004 +13 -1.2734356000000002 1.1702096000000002 -3.6985676 -0.57599299 -0.72307156 -0.68568358 -0.68532522 0.83467394 0.83467345 0.50426023 0.52678976 -0.80723662 0.54220679 +14 -3.1236527 -0.15943168 0.12718258 -3.177779 0.046795737999999996 0.044325402 0.04439537599999999 -0.11011217 -0.11012255 -0.074883943 -0.12432406 0.05295348 -0.12597917 +15 0.068990458 2.1801289 -0.47002689 -0.77275435 -0.98713011 -0.92885271 -0.92531579 1.4745466 1.4745674 0.81062407 0.7048313 -1.0791945 0.72975232 +16 0.97017916 3.0468537999999996 -0.43368612 -0.48896524 1.5769401 -1.714292 -1.7180917000000002 1.8658241999999998 1.8658325 0.96369098 0.7721318 -1.9635409 0.80144838 +17 0.72872426 2.790984 -0.44882453 -0.61200076 1.4433787 1.3114546 -1.2942069999999999 1.7650034 1.7650194 0.92665728 0.75690204 -1.4980239 0.78517926 +18 -1.3323603000000002 1.3175705 2.8263613 -0.63124492 -0.72689998 -0.66907253 -0.66617537 -2.382947 -2.3829974 -1.9377209 -5.9593685 -0.78280619 -5.9442044 +19 -1.4590996999999999 -4.0736736 -0.23354673 1.5438839 -3.0589532000000004 -2.9630846 -2.9694627000000002 -2.3949501 -5.716061900000001 -5.154692 -9.8398336 -3.2867702000000003 -9.8236741 +20 -1.446559 1.1307705 4.3523737 -0.85970746 -0.60966815 -0.56045734 -0.55862564 1.1987408000000002 1.1987461000000001 -2.6347005 -6.978034399999999 -0.65884322 -6.9622204 +21 -1.4607601000000001 0.93385029 2.7520687 -0.59728881 -0.89347554 -0.84870258 -0.84871776 0.84107647 0.84109477 0.50770253 -2.2389536 -0.99508369 0.54332516 +22 0.31622492 -4.0318521 0.9070664 1.3186432 -1.0343669 -0.97057612 -0.97110566 -2.0145258000000004 -2.0144902 -1.6047288 -5.3615542000000005 -1.134442 -5.3470904 +23 -1.6595626 -4.1168786 2.4320823 -2.2754062000000004 0.64639739 0.61403174 0.61439425 -1.2917067 -1.2916611 -0.97987807 -3.7139678 0.71634159 -3.7029782999999994 +24 0.88019591 -3.3582995 2.3781805 0.82138744 -1.7417221 -1.6618238 -1.665268 -1.2304191 -1.2303781 -0.9289952 -3.5167504999999997 -1.9055156000000002 -3.5064089999999997 +25 1.0101352 -3.3636953000000003 2.3796823 0.8017624 0.21915141 -2.8573477 -2.8646404 -1.2344828 -1.2344399 -0.93235589 -3.5302526 -3.1783332000000004 -3.5198661 +26 0.95580562 -3.3596796 2.3791847 0.80933111 0.15405237 0.16468875 -1.8990580000000001 -1.2323823 -1.2323407 -0.930619 -3.5232843000000003 -2.1589281000000002 -3.5129203 +27 0.48087896 -5.5212065 0.20408171 1.6589482 -1.213618 -1.1430045 -1.1433783000000002 -5.860887 -5.8599874000000005 -5.2973276 -9.988496099999999 -1.3284962 -9.972355499999999 +28 0.36512668 -8.2329561 -0.87308152 1.6797488999999999 -1.3527447 -1.2825505 -1.2851039 -3.089251 -6.4103993 -5.8439434 -10.553372 -1.4878881000000002 -10.537173 +29 -0.10792312 -3.0429285 3.3880398 0.46338561 -0.5923465 -0.53271204 -0.52788399 -0.55477468 -0.55465796 -3.7166413 -8.287223599999999 -0.61954935 -8.2712524 +30 -0.067890695 -3.1794762000000003 3.1114426 0.60362926 -0.69541938 -0.63749088 -0.6339391 -0.75023278 -0.75016503 -0.54380635 -4.144453899999999 -0.74427428 -1.5979093 +31 -1.7109319 -1.2246286 -1.5370944 -2.5706153 0.90778454 0.8511493 0.84841431 -0.95987929 -0.9598629 -0.70892573 -2.4703777999999996 0.95343565 -2.465052 +32 1.0134596 0.73508994 -3.6027165 -0.42580735 -0.42364329 -0.39639776 -0.39489128 0.51508222 0.51508953 0.32485337 0.38399299 -0.46711841 0.39358769 +33 2.1652416000000003 1.4035617 -3.7397145 -0.74951483 3.3840147000000003 -0.5131513 -0.5072042 0.99332997 0.99335168 0.58684942 0.58178901 -0.59410549 0.59981826 +34 3.1626326000000002 1.9456729 -3.7708085 -0.85554487 4.964833799999999 3.3795341 -0.79447505 1.3349076000000002 1.3349221000000002 0.74978333 0.67459606 -0.93382599 0.69769772 +35 -0.1335055 0.22605533 1.1629618 -0.05125278 -0.08592130099999999 -0.059986793 -0.055703907000000004 -3.17992 -3.1798472999999996 -2.6809607000000004 -7.038686099999999 -0.061282595 -7.0230711999999995 +36 0.38472153 -4.559242299999999 -2.1532622999999997 1.5982548 -1.2497941000000001 -1.1835233 -1.1860620000000002 -2.7463089 -6.0681448 -5.5039664 -10.202985 -1.3777191 -10.186727000000001 +37 -0.094747637 0.055347124000000004 2.0317146 -0.14599888 0.053506338 0.063060943 0.064485737 0.19706741 0.19707447 -3.1925945 -7.678288900000001 0.078882178 -7.6622614 +38 -0.030292831 -0.0095456355 0.035535031 0.0025475935999999997 -0.034318432 -0.031825353 -0.031844121 -0.0053170872999999995 -0.0053046197 -0.0035494473 -2.6970287999999996 -0.038000128 -0.0089513723 +39 -0.73906261 -0.44667507 0.33909377 -3.0621568 0.36294784 0.34669128 0.34837995 -0.31230271 -0.31229134 -0.2169405 -0.41768386 0.4159795 -0.42164249 +40 1.1020533000000001 0.78622847 -0.37047579 -3.8202184 5.5875398 0.21266026 0.21657394 0.57731702 0.57740123 0.36130336 0.41649959 0.26362563 0.42711254 +41 3.1526755 1.9407447 -0.47646536 -4.1813605 5.858990299999999 3.5726623999999996 -0.77300215 1.3396918 1.3397063 0.75192281 0.67569667 -0.90933386 0.69886298 +42 -1.7793246999999999 -1.1452245 1.7338863000000002 -2.6878627 0.96026173 0.90399268 0.9019926 -3.9820756 -3.9813703 -3.4505543 -7.9822964999999995 1.0043722 -7.966479799999999 +43 -1.375968 -4.1528913 -0.26340417 -1.7738258999999998 0.41587832 0.403389 0.40526965 -2.4271379 -5.7484495 -5.186781900000001 -9.8733383 0.48254874 -9.8571792 +44 -2.1052645 -1.4478239 3.7537022000000007 -3.2452813999999996 1.2099938000000001 1.1222771 1.1118551 0.0098753116 0.0099350418 -3.3151875 -7.824007000000001 1.1730046 -7.8080531 +45 -1.9551825 -1.4726576999999998 2.9374222000000003 -2.9484502999999997 1.0509993999999998 0.97504156 0.96927863 -0.38128282 -0.3812314 -0.26665734 -3.1758764 1.0610023000000002 -0.55365204 +46 3.5908962 2.1809599 -0.47461289 -0.84864806 1.8231868999999998 -1.5238126 -1.5277116000000002 1.4729915 1.4729952 0.80994594 0.70447322 -1.7561542 0.72938752 +47 3.4534067999999998 2.1058842 -0.47576003 -0.85574908 1.7606218 1.5737723 -1.1939868 1.4324476000000002 1.4324543 0.79261752 0.6960831 -1.386735 0.72047966 +48 1.0244134 1.0361869000000001 2.6745382999999996 -0.59135814 -0.26077124 -0.20001529 -0.18852239 -2.5581767 -2.5582808 -2.0986700000000003 -6.215823 -0.21105976 -6.2006522 +49 0.86606089 -4.577811 -0.5055394 1.4482602 -2.3693801 -2.278682 -2.2838507000000003 -2.6734679 -5.9944235 -5.4306947 -10.126992999999999 -2.5688274 -10.110841 +50 0.79518638 0.69799911 4.2451875999999995 -0.78654928 -0.29234576 -0.25776797 -0.25513873 0.98845208 0.98846547 -2.7375669 -7.1126011 -0.30071943 -7.096756500000001 +51 0.81352311 0.51685705 2.7662413 -0.48047315 -0.5591293 -0.52555021 -0.52437622 0.59034799 0.59038214 0.3687137 -2.3289129 -0.61921494 0.43163955 +52 3.6797872000000003 2.2288281000000003 -0.47362956 -0.84238101 5.4096719 0.17679241 -1.8917788 1.4982993 1.4983011 0.82062139 0.70955852 -2.1517965 0.73479 +53 2.0515189 0.64658132 2.4914553 -0.47047172 2.8561490000000003 -0.80624256 -0.80599673 -2.8118631 -2.8122537 -2.3348361 -6.5664781 -0.94600166 -6.5508241 +54 0.91827067 -4.6066098 -0.52006177 1.4432732 -0.54419581 -3.5601879000000003 -3.5679583 -2.6883593999999995 -6.0092910999999996 -5.4454465 -10.142278999999998 -3.9034169999999997 -10.126128999999999 +55 2.1402982999999995 1.4896593999999999 4.4372241 -0.99142842 3.6926576 -0.35649693 -0.34877876 1.363745 1.3637646 -2.5593007 -6.8773729999999995 -0.40578399 -6.861648799999999 +56 2.0740314 1.3302451000000002 2.7040951 -0.81203529 3.3440211000000004 -0.5305058 -0.52302838 1.0687398000000001 1.0687798000000002 0.62458209 -2.17564 -0.61096918 0.62301765 +57 2.0689561999999997 0.53897575 2.4454772 -0.42332794 2.8177819 2.3785891 -0.96172415 -2.8824131 -2.8827067000000004 -2.4007866 -6.6597691999999995 -1.1249034 -6.6440946 +58 0.88561782 -4.588643599999999 -0.51110124 1.446218 -0.58089516 -0.53080305 -2.3884472999999997 -2.6791615 -6.0001137 -5.4363412 -10.132845 -2.6796462000000005 -10.116694 +59 3.4396306000000005 2.2339822 4.5901852 -0.93411731 5.309164900000001 3.4692697 -0.78414597 1.6740386000000003 1.6740483 -2.4301104 -6.7006875 -0.92206489 -6.6850173999999996 +60 3.2356978 2.0098007 2.726092 -0.89533722 5.091122299999999 3.4137372000000004 -0.7904598 1.4413353000000002 1.4413628 0.79646589 -2.0985075 -0.9292039 0.72152311 +61 0.53459626 -6.1128555 -3.4934255 1.8578756999999997 -1.3615153 -1.2931633 -1.2958927 -6.435017 -9.7565494 -9.1827143 -13.92724 -1.5002829 -13.910912 +62 -0.18382136 0.14804598 2.3094132000000003 -0.10032183 -0.08726303199999999 -0.060160177999999995 -0.055592982 -3.1286789 -3.1281007 -5.953811099999999 -10.666066 -0.060844767 -10.649915 +63 -0.18391346 0.14837188 2.3103701 -0.10060915 -0.087059681 -0.060027058 -0.055458678 -3.1283379 -3.1277383999999997 -2.6315399 -9.4362826 -0.060682475 -6.958980599999999 +64 0.34945964 -4.359214499999999 -0.38978677 1.4900151000000001 -1.1753988000000002 -1.1065171999999999 -1.1073958000000002 -2.5555874 -5.8766085 -8.6357516 -13.378423999999999 -1.2883117 -13.362197 +65 0.34953806 -4.3592002 -0.38981457 1.4900042 -1.1753076999999998 -1.1064332000000001 -1.1073104999999999 -2.5555921 -5.8765841 -5.3137992999999994 -12.465475999999999 -1.2882151000000002 -9.9896049 +66 -0.31539409 -0.055405095 4.061981899999999 -0.47739334 0.16936047 0.17444138 0.17689818 0.62074406 0.62076877 -2.9358056 -9.8263035 0.21431757 -7.3491894 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2798132 1.1792357 -0.33274922 -0.53776469 -0.76835775 -0.72928979 -0.72909905 0.71611227 0.71610506 0.42629745 0.41638127 -0.85493059 0.42970892 +2 -0.1344929 -3.2657482000000004 1.0257893 0.71231918 -0.87476619 -0.82751505 -0.82957563 -0.80034114 -0.80032635 -0.57026911 -1.4629374 -0.97157991 -1.4665171000000001 +3 0.040089644 0.20791881 -3.1682085 0.018978335 0.022094874 0.031730904 0.035142777 -0.048883874 -0.048873842 -0.032120295 -0.044330423 0.046285429 -0.045254834 +4 -1.8244422999999999 -1.1309135000000001 0.42576844 -2.850098 1.0856497999999999 1.0171477 1.0142604 -0.49659775 -0.49658537 -0.34326021 -0.65573216 1.1176112 -0.66201767 +5 1.0150350000000001 0.7648733 -0.26428544 -0.408342 -0.43526277 -0.40692739 -0.40532053 0.45232744 0.45232757 0.27925389 0.30166764 -0.47788164 0.3102268 +6 2.1987493 1.5539631999999999 -0.40142365 -0.75819347 3.4333692000000005 -0.46523434 -0.4563306 0.94435073 0.94437206 0.54391694 0.49324782 -0.52972274 0.51028548 +7 3.248079 2.1531580000000003 -0.41584573 -0.8512567 5.055607299999999 3.4348466 -0.75039108 1.2872244 1.2872431 0.70360319 0.58083203 -0.8768178 0.60278787 +8 -0.43566232 0.19634251 2.7324822 -0.61592759 0.18825429 0.21056695 0.21896676 -2.6538617 -2.6536735 -2.1570571 -6.297963200000001 0.27195125 -6.284877 +9 -0.034967679 -2.3777833999999998 0.80941661 0.60980328 -0.66741789 -0.58394655 -0.57313811 -0.93946566 -4.260261799999999 -3.6862285000000004 -8.275277099999998 -0.66410433 -8.2615867 +10 -0.94256099 -0.33414111 4.4438255 -1.5598403 0.64960335 0.6318622 0.63679258 1.527936 1.5279486999999998 -2.518212 -6.826887299999999 0.75064915 -6.813219 +11 -0.50136477 -0.3180047 2.8028687999999997 -0.64260257 0.14721286 0.15213986 0.15777662 0.74156935 0.74163598 0.43997098 -2.3429167 0.19569916 0.43844212 +12 -1.5251763999999999 -2.5251366 0.89305469 0.71278269 -2.2876642999999994 -2.1988838 -2.2018202000000002 -0.74438586 -0.74437306 -0.52755398 -1.2770569 -2.4730372000000003 -1.2816996999999999 +13 -1.2304473999999999 1.3346784 -3.6286492999999993 -0.55511271 -0.69984312 -0.65369276 -0.65025816 0.74917936 0.74918391 0.44390933 0.4286901 -0.76107255 0.44256633 +14 -3.1279416 -0.18739203 0.098454465 -3.1853182999999996 0.04988342 0.049225945 0.049992376 -0.09194446199999999 -0.091948085 -0.060790684000000005 -0.086558243 0.060462064 -0.08814837699999999 +15 0.11974532 2.3555294 -0.41437105 -0.7628188 -0.94568945 -0.87834275 -0.87137429 1.3936392 1.3936642 0.74907308 0.60286459 -1.0110874 0.62616816 +16 1.0430107 3.2589764999999997 -0.36686074 -0.45057727 1.6136358999999998 -1.6694163 -1.6696983 1.7787519 1.7787666000000002 0.89783981 0.66741405 -1.9019974999999998 0.69496647 +17 0.7959368 2.9909722999999997 -0.38691335 -0.58431577 1.4856836000000002 1.3614473999999999 -1.2474493999999998 1.6788706999999998 1.6788922 0.86158713 0.65266734 -1.4381293 0.67920743 +18 -1.4928636999999998 1.4619773 3.0849580000000003 -0.93151991 -0.58306529 -0.51561232 -0.50749131 -2.1555897999999996 -2.155641 -1.7045639 -5.5179415999999994 -0.59088483 -5.505408900000001 +19 -1.3958912 -2.1291548 0.91613819 0.58210362 -2.0251034 -1.9034282 -1.8964916 -0.81581209 -4.136703 -3.5661492999999993 -8.1372987 -2.1410659 -8.123621799999999 +20 -1.7819468999999997 1.0890326000000001 4.553060299999999 -1.4839096 -0.31218091 -0.26380443 -0.25704909 1.6862685000000002 1.6862769 -2.4576130000000003 -6.742216099999999 -0.29776748 -6.7285761 +21 -1.6841407 0.83669628 2.8423621 -0.87097077 -0.84172954 -0.78410973 -0.77906409 1.071826 1.0718713 0.60568016 -2.256971 -0.90744605 0.54702547 +22 0.27775707 -3.2648638 -0.21015676 1.0776288 -0.82647372 -0.75659291 -0.75212569 -1.4003311999999999 -1.4002996 -1.0509674999999998 -3.8063298999999997 -0.87689241 -3.7974529 +23 -1.7560116000000001 -4.0531611000000005 1.0894643 -2.5225092 0.80624301 0.76808738 0.7700815 -0.83391678 -0.83390579 -0.59608805 -1.5833723 0.88940558 -1.5862180000000001 +24 0.73631652 -2.8005584999999997 0.96146066 0.59971455 -1.6641129000000001 -1.5845505 -1.5860591999999998 -0.77681246 -0.7767989 -0.55225942 -1.3824677 -1.8117187 -1.3865306999999998 +25 1.0685298 -2.7138407000000004 0.95010687 0.54442437 0.55297629 -2.5514036 -2.5555636 -0.77305418 -0.7730408 -0.54938888 -1.3699159 -2.8456424 -1.3740533000000001 +26 1.0321802 -2.7090865 0.94890268 0.54800296 0.51048695 0.50217374 -1.6737646000000002 -0.7723106 -0.77229799 -0.54882186 -1.3674492 -1.9066432 -1.3716003 +27 -0.24317149 -3.0085347999999996 2.0254776000000003 0.27083155 -0.53297798 -0.45424567 -0.44224155 -3.6119248 -3.6110983 -3.0589235 -7.531728599999999 -0.51034345 -7.5182728 +28 0.22363032 -6.689359599999999 -0.011498048 1.1902313 -0.99713971 -0.91006134 -0.9030785 -1.8760698 -5.1968516 -4.604186599999999 -9.286809800000002 -1.046736 -9.2729476 +29 -1.1339287 -3.1369342000000002 4.3633321 -1.5049151 0.38774263 0.39180531 0.39836399 1.404021 1.4040368 -2.5685304 -6.896163799999999 0.48159473 -6.8824743 +30 -0.6622329 -3.2483093999999997 2.7558234 -0.28839824 -0.38872903 -0.34167304 -0.33367008 0.36447041 0.36456851 0.22784633 -2.4864066000000005 -0.38660214 0.26091863 +31 -1.6927358000000001 -1.0239071 -2.1940215 -2.6063619 0.96499709 0.91367562 0.91382423 -0.84822422 -0.84820472 -0.60710031 -1.6359127 1.0296271000000001 -1.6385891 +32 1.0569467 0.9031536 -3.5365526 -0.40818539 -0.39643035 -0.36091591 -0.35639768 0.44744098 0.44745236 0.27644038 0.29930518 -0.41721218 0.30774899 +33 2.215043 1.5845832 -3.6854687999999993 -0.73255623 3.4203669999999997 -0.47084195 -0.46145141 0.9123438 0.91237029 0.52798094 0.48353675 -0.53519018 0.50006475 +34 3.2234831 2.135457 -3.7069989000000003 -0.83430676 5.007953400000001 3.4220898 -0.75189241 1.2471013000000002 1.2471219 0.68596295 0.57196926 -0.87852188 0.59339333 +35 -0.13189197 0.44244782 0.5361273 -0.16788589 0.03750173 0.064798358 0.07176014 -3.0822502 -3.0822349 -2.5566085 -6.8796664000000005 0.09439809099999999 -6.8661348 +36 0.42504254 -3.7085748999999995 -3.1340656000000005 1.5002773 -1.1080392 -1.0341961 -1.0325783000000002 -2.1971173 -5.518989 -4.9225057 -9.6255015 -1.1977307 -9.611290499999999 +37 -0.12600245 0.23140507 1.0604368999999998 -0.27176279 0.15239691 0.1684727 0.17378059 0.32366539 0.32367708 -3.1186537999999997 -7.605803999999999 0.2142815 -7.5918477 +38 -0.052288355 0.16290274 -0.076147057 -0.087230131 0.036466775 0.047890179000000005 0.052291854000000006 0.09077600400000001 0.09080356099999999 0.05876491599999999 -2.6410316000000003 0.068074749 0.074498646 +39 -0.74719574 -0.34420914 0.09370285199999999 -3.1500019 0.43580614 0.42227271 0.42665001 -0.18384854 -0.18383703 -0.12279278 -0.18495595 0.51168363 -0.18811902 +40 1.1832528 0.98552458 -0.38288997 -3.859699 5.6455468 0.25626243 0.26342462 0.5885912 0.58865913 0.35683469 0.36550806 0.32363075 0.37644663 +41 3.2338609 2.1446301 -0.41615056 -4.1732865 5.888698799999999 3.6114135999999997 -0.73087114 1.2826761999999998 1.2826952 0.70161768 0.57984438 -0.85454189 0.60174025 +42 -2.146906 -1.2559711 2.3807051 -3.4254237 1.3601968999999998 1.2735249 1.2636684 -3.158344 -3.1579077 -2.6277871 -6.9762508 1.3034331000000001 -6.9628878 +43 -1.8425769 -2.5125491 0.77718066 -2.6184499 0.81598522 0.79203847 0.79755746 -0.97915907 -4.300233900000001 -3.7251394 -8.3196371 0.92193704 -8.3059382 +44 -2.6560569 -1.7693933999999998 4.390952400000001 -4.833027099999999 2.3780286 2.0871828000000003 1.9585136000000003 1.4433827 1.4433975 -2.5522683999999995 -6.873873599999999 1.5769978999999998 -6.8601905 +45 -2.3193162 -1.6658591 2.742557 -3.6903406000000003 1.4606176000000002 1.3464863 1.3309796 0.48031403 0.48039711 0.29556888 -2.4356471 1.3432708 0.3232235 +46 3.6719178999999995 2.3972436000000004 -0.40612872 -0.82954431 1.8676218 -1.4732709 -1.4735711 1.4127843 1.4127944 0.75703343 0.60657508 -1.6882028999999998 0.63012372 +47 3.5345400000000002 2.3180954 -0.40977591 -0.8403789 1.8079657 1.6275548999999998 -1.1464466999999998 1.373083 1.3730957000000001 0.74042742 0.59874467 -1.3259087 0.62180198 +48 0.7095675 1.1010434 2.9763884 -0.91427041 -0.25034273 -0.19301941 -0.1823871 -2.300016 -2.3000387000000004 -1.8342247 -5.7599124 -0.20454298 -5.747252400000001 +49 0.90932564 -2.5789883999999996 0.71299789 0.58432621 -1.4810591 -1.3673203 -1.3584271 -1.0501185 -4.370858900000001 -3.7939510999999997 -8.3976785 -1.554406 -8.3839732 +50 0.39197018 0.6148784 4.5092996 -1.5645513 0.050650312 0.077252686 0.084049994 1.624749 1.6247598 -2.4806703999999997 -6.7745954 0.10904548 -6.760947 +51 0.57922508 0.46326176 2.8243417 -0.84133347 -0.43837116 -0.39754388 -0.39158323 0.95161228 0.95166959 0.54755292 -2.2849923 -0.45697849 0.51141819 +52 3.7693663999999996 2.4520104 -0.40336102 -0.8200252 5.4615792 0.22004677 -1.8466548999999999 1.4396671 1.4396756000000002 0.7681273 0.61172349 -2.0937883000000004 0.63559844 +53 2.0958811 1.7179403999999998 3.1289477999999997 -1.0241087 3.6646258 -0.34504346 -0.33456649 -2.0646163 -2.0649695 -1.6237882 -5.3569318 -0.38513414 -5.3446218 +54 1.1000068 -2.6653099 0.67543164 0.58277368 0.5457154 -2.5272216 -2.5229265 -1.0936095 -4.4142833 -3.8362968 -8.445454699999999 -2.8061105 -8.4317524 +55 2.1839445 1.7277035 4.6235949 -1.4037838 4.3589486 -0.064825584 -0.052603195 1.7791578000000001 1.7791718999999997 -2.4239409 -6.6945091 -0.047563136 -6.6809211 +56 2.0501513 1.4734573999999998 2.8386346000000002 -1.0312443 3.609265 -0.3719257 -0.35811622 1.2805137 1.2805716999999999 0.70071679 -2.2153145 -0.4088976 0.60030814 +57 2.6341683 1.6363758999999998 3.1057922000000002 -1.0509232 4.5043375999999995 3.2695187999999997 -0.7708394 -2.0968017 -2.0970817 -1.6523491000000001 -5.414901599999999 -0.90015197 -5.4024704 +58 1.0361533 -2.6343552000000003 0.68866628 0.58309488 0.47747377 0.50407744 -1.6697438000000002 -1.078243 -4.398954499999999 -3.8213475 -8.4286116 -1.8986493999999998 -8.414905599999999 +59 3.8960969 2.8476504 4.7692416 -0.88582289 5.5566096 3.5540397000000006 -0.73694873 1.9536380000000002 1.9536461999999999 -2.3643958 -6.609057099999999 -0.86150865 -6.595499 +60 3.5029468999999995 2.3975631 2.9321562 -0.94127939 5.369260099999999 3.5118313999999997 -0.74158603 1.6073153999999998 1.6073563 0.83464171 -2.1642842 -0.86674152 0.66625832 +61 0.56327442 -5.6180994 -3.3934086000000003 1.8078306 -1.2806114 -1.2015794 -1.2000322 -6.2414094 -9.5629989 -8.950894900000002 -13.727606 -1.3852553 -13.713365 +62 -0.43573482 0.18907715 2.7184967999999996 -0.60920983 0.18112951 0.20449855 0.21304586 -2.6619292999999997 -2.6616346 -5.4863229 -10.215027000000001 0.26509318 -10.200915 +63 -0.43578931 0.19029675 2.7210715 -0.61045537 0.1823791 0.20549474 0.21402179 -2.660513 -2.6602037 -2.1630755 -8.7723279 0.26622926 -6.2958483 +64 -0.036743798 -2.3722322 0.81764894 0.60586424 -0.66519573 -0.58167803 -0.57082949 -0.93419618 -4.254993700000001 -7.003029300000001 -11.765992 -0.66138025 -11.752018 +65 -0.036372207000000004 -2.3726034 0.81691276 0.60616915 -0.665127 -0.58163436 -0.57078407 -0.93463647 -4.255373400000001 -3.6814709000000003 -10.730717 -0.66132531 -8.2565756 +66 -0.9587266 -0.33992844 4.492609900000001 -1.5910332 0.6656011 0.64624573 0.65097342 1.5483156999999999 1.5483277 -2.5101818 -9.2791237 0.76591399 -6.8032352 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.279665 1.1797443 -0.33285261 -0.5380812 -0.76788645 -0.72880742 -0.72860737 0.71668581 0.71667866 0.42660932 0.41661866 -0.8543761 0.42995619 +2 -0.1334295 -3.2638632999999997 1.0269765 0.71236402 -0.87372823 -0.82647195 -0.82852008 -0.80070434 -0.80068957 -0.5705525 -1.4643161 -0.97038786 -1.4678864 +3 0.039864893 0.20835021 -3.169416 0.018507616 0.022351531 0.032025082999999996 0.035456345 -0.048153637 -0.048143528 -0.031637429 -0.0436435 0.046686237 -0.04455533 +4 -1.8245508000000001 -1.1306247 0.42609294 -2.8499646 1.0853976 1.0168793 1.0139811 -0.49684393 -0.49683158 -0.34344235 -0.65625934 1.1172553 -0.6625449 +5 1.0150525 0.76487339 -0.2643054 -0.40844151 -0.43518317 -0.40685478 -0.40524937 0.45252631 0.45252646 0.27937237 0.30178329 -0.47780845 0.31034616 +6 2.198414 1.5533663 -0.40124943 -0.75806548 3.4328099 -0.46567981 -0.45679335 0.94427801 0.94429933 0.54388757 0.49325029 -0.53029224 0.51028701 +7 3.2476941000000004 2.1525032000000004 -0.41569352 -0.85117504 5.0551026 3.4344902000000004 -0.75070513 1.2871663 1.2871848999999997 0.70358699 0.58084716 -0.87720952 0.60280253 +8 -0.43534704 0.19600787 2.7319335 -0.61492697 0.18753643 0.20985241 0.21823854 -2.6547555 -2.6545668 -2.1578923999999997 -6.299267400000001 0.27106682 -6.2861795 +9 -0.03374025 -2.3808766 0.80786888 0.61142682 -0.66782889 -0.58432748 -0.57351839 -0.94193795 -4.262732700000001 -3.6886464999999995 -8.2780332 -0.66455721 -8.264341400000001 +10 -0.94190814 -0.33404858 4.4438157 -1.558435 0.6488076 0.63108577 0.63600707 1.5271271999999998 1.5271398 -2.5185213 -6.8273174 0.74974706 -6.813648 +11 -0.50090599 -0.31817706 2.8026505 -0.64153285 0.14657381 0.15149018 0.1571097 0.7405692 0.74063581 0.43944553 -2.3432002 0.19488221 0.43807852 +12 -1.5220633999999997 -2.5236869 0.89400865 0.71281665 -2.2845659 -2.1958039 -2.1987327000000003 -0.74469288 -0.7446801 -0.52779183 -1.2781227 -2.4698137000000004 -1.2827587 +13 -1.2305131 1.3348574 -3.627219 -0.55533114 -0.69969132 -0.65353803 -0.65010076 0.7497356 0.74974021 0.44420898 0.42891436 -0.76090374 0.44280009 +14 -3.1280693 -0.18678605 0.098140576 -3.1855568 0.049997712 0.049342052000000004 0.050111867000000004 -0.09171812300000001 -0.09172174400000001 -0.06064003 -0.086335933 0.060609522 -0.087922276 +15 0.11957422 2.3550611 -0.41420829 -0.76272624 -0.94596428 -0.87864448 -0.87168985 1.3936885 1.3937133999999998 0.74910362 0.60290289 -1.0114805 0.6262074 +16 1.0427609 3.2583564999999997 -0.36671335 -0.45054518 1.6133382 -1.6697351000000002 -1.6700313000000002 1.7787613999999998 1.7787761000000002 0.89785582 0.66744634 -1.9024093999999998 0.69499929 +17 0.79573194 2.9904291 -0.38675574 -0.58423997 1.4853878 1.3611280000000001 -1.247767 1.6789023999999997 1.6789238999999998 0.86161083 0.65270264 -1.4385246999999999 0.67924346 +18 -1.4928101 1.4614243 3.0847735000000003 -0.93096845 -0.58358124 -0.51615134 -0.50804716 -2.1560632 -2.1561142999999996 -1.7049971000000002 -5.518799 -0.59156155 -5.5062644 +19 -1.395753 -2.1324706 0.91457144 0.58396724 -2.0268557 -1.9052022000000002 -1.8982888 -0.81831442 -4.1392037 -3.5685902 -8.140116099999998 -2.1430541 -8.1264378 +20 -1.7815945 1.0888514999999999 4.553147900000001 -1.4829986000000002 -0.31275934 -0.26439666 -0.25765676 1.6857438999999999 1.6857523 -2.457795 -6.7424745999999995 -0.29850867 -6.7288337 +21 -1.6838266 0.83661071 2.84203 -0.87027618 -0.84212436 -0.78454015 -0.77951327 1.0712442 1.0712895 0.60541232 -2.2570714 -0.90799671 0.54688825 +22 0.27774549 -3.2654396 -0.20816346 1.0776758999999998 -0.8265391 -0.75668361 -0.75222693 -1.4003174999999999 -1.4002858999999999 -1.0509636999999998 -3.8063826 -0.87703667 -3.7975044000000002 +23 -1.7560865 -4.0520298 1.0908805 -2.5222854 0.80593074 0.76776128 0.76974373 -0.83435367 -0.8343427 -0.59642993 -1.5851031 0.88899362 -1.5879366000000001 +24 0.73889451 -2.7997921000000003 0.96272552 0.59949551 -1.6614089 -1.5818663 -1.5833628999999998 -0.77721447 -0.77720094 -0.55257128 -1.3839195 -1.8088159 -1.387973 +25 1.0692126 -2.7144445 0.9515951 0.54453651 0.55358891 -2.5509119 -2.5550839 -0.77354243 -0.77352906 -0.54976638 -1.3716449 -2.8452015999999998 -1.3757713 +26 1.032088 -2.7100101000000003 0.95043988 0.54827983 0.51009897 0.50176557 -1.6741396000000002 -0.77281592 -0.77280333 -0.54921234 -1.3692326000000001 -1.9071016 -1.3733723 +27 -0.24174986 -3.0101603999999997 2.0234136 0.27317538 -0.53393106 -0.45512919 -0.44312146 -3.6147555000000002 -3.6139267 -3.0616471 -7.535095599999999 -0.51137939 -7.5216381 +28 0.22487242 -6.6924325 -0.012919442 1.1912513 -0.99691856 -0.90985629 -0.90287821 -1.8783641 -5.1991452 -4.6064619 -9.2892385 -1.0465347 -9.2753751 +29 -1.1331126 -3.1361133 4.363142400000001 -1.5030611999999999 0.38665169 0.39074893 0.3972959 1.4028778 1.4028937 -2.5689966 -6.8968024 0.48032554 -6.8831118 +30 -0.66166465 -3.2478827 2.7556353 -0.28689534 -0.38969735 -0.34263629 -0.33465196 0.36289262 0.3629907 0.22691037 -2.4871324 -0.38778663 0.26002476 +31 -1.6928713 -1.0236386999999998 -2.1987935000000003 -2.6063499 0.96484694 0.91349643 0.91363291 -0.84807655 -0.84805713 -0.60699135 -1.6354796999999999 1.0293555 -1.6381576999999998 +32 1.0568243 0.90319495 -3.5354827000000006 -0.40839195 -0.39638222 -0.36087363 -0.35635619 0.44792418 0.4479356 0.27672413 0.29956455 -0.41717107 0.30801739 +33 2.2145039 1.5839776 -3.6836229 -0.73242439 3.4195178999999998 -0.47144218 -0.46207346 0.91237144 0.91239792 0.52800119 0.48356906 -0.53595121 0.5000977 +34 3.2229615000000003 2.1347772999999997 -3.7050852 -0.8342131 5.0072636 3.4216808 -0.75221272 1.2470891000000002 1.2471096000000002 0.68596639 0.5719939 -0.87892077 0.59341809 +35 -0.13188525 0.44151882 0.53797852 -0.16757979 0.03718904 0.064446568 0.071389724 -3.0824217999999997 -3.0824064 -2.5567822999999996 -6.879906200000001 0.093932524 -6.866373299999999 +36 0.42465775 -3.7090947999999995 -3.1319783 1.5003561 -1.1085187 -1.0347059 -1.0331055 -2.1970427000000003 -5.5189143 -4.922446099999999 -9.6254308 -1.1983647 -9.6112191 +37 -0.12608693 0.23084947 1.0623226000000001 -0.27160065 0.15213893 0.16820052 0.17349948 0.32368829 0.32369997 -3.1186379 -7.6057814 0.21393615 -7.5918242 +38 -0.052134256 0.16269147 -0.077085643 -0.08698452 0.036371047000000004 0.047777325999999995 0.052171987999999996 0.09067603800000001 0.09070353 0.058701462 -2.6410905 0.067924014 0.074422146 +39 -0.74734081 -0.34412091 0.09376450300000001 -3.1499872000000004 0.43562122 0.42207443 0.42644385 -0.18390391 -0.18389241 -0.12283172 -0.18503081 0.5114261 -0.18819467 +40 1.1829372 0.98503817 -0.3826793 -3.8595828 5.6452295 0.25596095 0.26310946 0.58853092 0.58859888 0.35680526 0.36550102 0.32323795 0.37643852 +41 3.2336417 2.1441209999999997 -0.41599849 -4.1731995 5.8884334 3.6111211 -0.7311777 1.2826955 1.2827145 0.70163524 0.5798763 -0.85492509 0.60177272 +42 -2.1464072 -1.256022 2.3797159 -3.4239040999999997 1.3590918 1.2725051 1.2626746000000002 -3.159866 -3.1594287 -2.6292351000000003 -6.9782031 1.3026186000000002 -6.964838499999999 +43 -1.8420467 -2.5147417 0.77600331 -2.6170019 0.81501135 0.79109634 0.79660872 -0.98120414 -4.3022777 -3.7271432 -8.3219116 0.92091133 -8.3082115 +44 -2.6558783 -1.7696506 4.3908605000000005 -4.8312827 2.3762112999999996 2.085734 1.9573619 1.4423553 1.4423701 -2.5526793 -6.874439 1.5764288 -6.8607548 +45 -2.3188325 -1.6658978 2.7423011 -3.6889089999999998 1.4595902 1.3455293 1.3300468 0.47892628 0.47900932 0.29477378 -2.4361972 1.3425247 0.32253811 +46 3.6716263999999996 2.396593 -0.4059825 -0.82948669 1.8673136000000001 -1.4735966999999999 -1.4739113000000001 1.4127437 1.4127538999999998 0.75702666 0.60659592 -1.6886229 0.63014441 +47 3.5342272000000006 2.3174482999999997 -0.40962918 -0.84031347 1.8076405 1.6272126 -1.146771 1.3730394 1.3730521 0.74041882 0.59876434 -1.3263118 0.62182143 +48 0.70976181 1.1006121000000002 2.9760674 -0.91362032 -0.25079307 -0.19347053 -0.18284759 -2.3005825 -2.300605 -1.8347465 -5.7608639 -0.20510342 -5.748202099999999 +49 0.90968195 -2.5827424999999997 0.71116432 0.58610834 -1.4824601 -1.3687403 -1.3598707 -1.0529181 -4.373656700000001 -3.7966926 -8.400772199999999 -1.5560504 -8.387065400000001 +50 0.39237821 0.61475551 4.509356400000001 -1.5634786 0.050018962 0.076614429 0.08339674400000001 1.6241221000000001 1.624133 -2.480897 -6.7749144 0.10824678 -6.761265 +51 0.5795013 0.46300835 2.8240672000000004 -0.84050586 -0.43891261 -0.3981135 -0.39217253 0.95085402 0.95091131 0.54718492 -2.2851536 -0.4576998 0.51120479 +52 3.7690492 2.4513332 -0.40322061 -0.81997758 5.4612512 0.21974173 -1.8469696 1.4396167 1.4396252 0.76811685 0.61174283 -2.0941802 0.63561753 +53 2.0958693999999998 1.7169324000000001 3.1286028999999997 -1.0236718 3.6640792 -0.34546577 -0.33500363 -2.0652060000000003 -2.0655592 -1.6243216 -5.358043799999999 -0.38567205 -5.3457313 +54 1.0995501 -2.6687945 0.67370978 0.58456502 0.54332701 -2.5294068 -2.5251354999999998 -1.0962782 -4.416950099999999 -3.8389126000000005 -8.4483949 -2.8084926 -8.4346914 +55 2.183318 1.7268768 4.6236618 -1.4032891 4.3573825 -0.065567392 -0.053361060999999994 1.7786837 1.7786978 -2.4240966 -6.694733 -0.048488268 -6.681144000000001 +56 2.0497151999999996 1.47269 2.838307 -1.0307155000000001 3.6079803 -0.37271221 -0.3589273 1.2799398000000002 1.2799976999999998 0.70047478 -2.2153888999999998 -0.40988785 0.60020288 +57 2.6334283 1.6350001 3.1053357999999998 -1.050426 4.5026229 3.2687137 -0.77121302 -2.0975574 -2.0978374 -1.6530314999999998 -5.416290200000001 -0.90061171 -5.4038564000000004 +58 1.0357281999999999 -2.6378307999999997 0.68695248 0.58488863 0.47512233 0.50184345 -1.6711827000000001 -1.0809033000000001 -4.401612999999999 -3.8239544999999997 -8.4315459 -1.9002625 -8.4178385 +59 3.8953127999999997 2.846514 4.769297900000001 -0.88593405 5.556166200000001 3.5537117999999994 -0.73725913 1.9533324 1.9533405 -2.3644822999999997 -6.6091854 -0.86189621 -6.595626299999999 +60 3.5021977999999994 2.3965165 2.9316888999999997 -0.94118075 5.3685745 3.5114455999999996 -0.74190298 1.6068964 1.6069374 0.8344928 -2.1643093999999996 -0.8671365 0.66621536 +61 0.56339592 -5.619555999999999 -3.3935708 1.8079633999999998 -1.28063 -1.2016256 -1.2000899 -6.241981299999999 -9.563571000000001 -8.9514814 -13.728185 -1.3853594 -13.713942999999999 +62 -0.4354108 0.1887491 2.7179273 -0.60820351 0.18041496 0.20378573 0.21231898 -2.6628275 -2.6625322999999996 -5.4871627 -10.21589 0.26420966 -10.201777 +63 -0.43546716 0.18997031 2.720503 -0.60944995 0.1816635 0.20478126 0.21329432 -2.6614107999999996 -2.6611008999999997 -2.1639147999999997 -8.77363 0.26534513 -6.297152400000001 +64 -0.035499493 -2.3753533 0.81605993 0.60751043 -0.6656127 -0.58206467 -0.57121549 -0.93669651 -4.2574927 -7.005474400000001 -11.768459 -0.66183978 -11.754484 +65 -0.035137125 -2.3757215 0.81533014 0.60781331 -0.66555132 -0.58202865 -0.57117794 -0.93713272 -4.2578683 -3.6839120000000003 -10.733497999999999 -0.66179422 -8.2593573 +66 -0.95805332 -0.33982176 4.492557499999999 -1.5895895 0.6647858 0.64545249 0.65017169 1.5474994 1.5475113999999999 -2.5104911 -9.2795535 0.76499773 -6.8036648 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=1000.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/exp_data/exp_60m_SS_EGF=10+I=1000.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,67 @@ + GS GAB1 IRS RasGAP RAS RAF MEK PI3K PIP3 PDK1 mTOR ERK AKT +1 -1.2796558 1.1797829 -0.33285164 -0.5381055 -0.76785186 -0.72877244 -0.72857185 0.71673051 0.71672337 0.42663358 0.41663699 -0.85433655 0.42997529 +2 -0.1334038 -3.2638326 1.0270853000000002 0.71237827 -0.87371666 -0.82646143 -0.82851003 -0.80074432 -0.80072956 -0.5705835 -1.4644636 -0.97037882 -1.4680328 +3 0.039872245 0.20833527 -3.1694134999999997 0.018509876 0.022357099 0.03203382 0.035466388 -0.048128824 -0.048118713 -0.031621035 -0.043620269 0.046700056 -0.04453167 +4 -1.8245605 -1.1306273999999998 0.42614152 -2.8499476 1.0853701 1.0168504 1.0139513 -0.49686901 -0.49685667 -0.34346081 -0.65631168 1.1172189 -0.66259725 +5 1.0150517 0.76487099 -0.26429795 -0.40844788 -0.43518009 -0.40685275 -0.40524766 0.45254068 0.45254083 0.27938092 0.30179161 -0.47780761 0.31035475 +6 2.1983845 1.5533207 -0.4012309 -0.75805499 3.4327629 -0.4657186 -0.4568337 0.94427329 0.94429461 0.5438857 0.49325058 -0.53034202 0.51028723 +7 3.2476542999999998 2.1524452000000003 -0.41567492 -0.85116758 5.055052 3.4344561000000002 -0.75073437 1.2871583999999998 1.287177 0.70358419 0.58084739 -0.877246 0.60280268 +8 -0.43532521 0.19597914 2.7319007 -0.61484806 0.18747726 0.20979294 0.21817779 -2.6548246 -2.6546357999999994 -2.1579568 -6.299368 0.27099283 -6.2862799 +9 -0.033685354 -2.3811215 0.80776023 0.61155893 -0.66790817 -0.58440664 -0.57359893 -0.94212782 -4.2629225 -3.6888321000000004 -8.2782447 -0.66465336 -8.264552900000002 +10 -0.94185887 -0.33404301 4.4438169 -1.5583218 0.64874064 0.63101994 0.63594033 1.5270617 1.5270743999999998 -2.5185464 -6.8273523 0.74967 -6.8136829 +11 -0.50086804 -0.31819056 2.8026276 -0.6414429 0.14652016 0.15143513 0.15705305 0.74048504 0.74055164 0.43940123 -2.3432244 0.19481264 0.4380476 +12 -1.5219878 -2.5237025 0.89411167 0.71283571 -2.2845093 -2.1957492999999997 -2.1986789 -0.74473419 -0.74472141 -0.52782355 -1.2782599 -2.4697619 -1.2828952 +13 -1.2305247 1.3348514999999999 -3.627078 -0.55533339 -0.69970057 -0.6535489 -0.65011233 0.74976642 0.74977104 0.44422566 0.42892709 -0.76091925 0.44281336 +14 -3.1280825 -0.18671749 0.098109031 -3.1855856 0.050014435999999995 0.049359345 0.05012975099999999 -0.091689886 -0.091693506 -0.060621202 -0.08630791800000001 0.060631669000000006 -0.087893791 +15 0.11955225 2.3550183 -0.41418671 -0.76271824 -0.94599456 -0.87867748 -0.87172427 1.3936895 1.3937145 0.74910476 0.60290511 -1.011523 0.62620965 +16 1.0427358 3.2583029 -0.36669275 -0.45054312 1.61331 -1.6697651999999998 -1.6700628 1.7787605 1.7787752000000001 0.89785637 0.66744838 -1.9024482 0.69500134 +17 0.79570688 2.9903782000000003 -0.38673437 -0.58423564 1.4853572 1.3610956 -1.2477976 1.6789017 1.6789232 0.86161141 0.65270466 -1.4385627 0.67924551 +18 -1.4928091 1.4613793 3.0847701 -0.93092445 -0.58362511 -0.51619757 -0.50809493 -2.1560996 -2.1561506 -1.7050304 -5.5188646 -0.5916199 -5.506329900000001 +19 -1.3957656 -2.1327261 0.91446361 0.58411137 -2.0270139 -1.9053628 -1.8984516 -0.818505 -4.1393941 -3.5687761 -8.1403306 -2.1432342999999996 -8.1266522 +20 -1.7815698 1.0888383 4.5531597 -1.4829256000000002 -0.31280995 -0.26444896 -0.25771056 1.6857025 1.6857109000000001 -2.4578095 -6.7424952000000005 -0.29857448 -6.7288542 +21 -1.6838025 0.83660492 2.8419956 -0.87021704 -0.84216022 -0.78458001 -0.77955507 1.0711944 1.0712396999999998 0.60538929 -2.2570805 -0.90804814 0.5468761 +22 0.27738941 -3.2655703999999997 -0.20802456 1.077748 -0.82697812 -0.75713236 -0.75268496 -1.4003352 -1.4003036 -1.050979 -3.8064447999999995 -0.87757236 -3.7975663 +23 -1.7560947 -4.0520844 1.0910046 -2.5222627999999996 0.80589801 0.76772712 0.76970837 -0.83439675 -0.83438578 -0.59646351 -1.5852704 0.88895107 -1.5881028 +24 0.73895523 -2.7998252999999997 0.96283979 0.59950565 -1.6613608 -1.5818203000000002 -1.5833176000000002 -0.77725778 -0.77724424 -0.5526047 -1.384072 -1.8087707 -1.3881245 +25 1.0692207 -2.7145169 0.95171537 0.54455581 0.55357791 -2.5509267 -2.5551001 -0.77358839 -0.77357502 -0.5498018 -1.3718052 -2.8452243 -1.3759306 +26 1.0320699 -2.7100942999999997 0.95056061 0.54830487 0.51005383 0.50171948 -1.6741792000000002 -0.77286253 -0.77284994 -0.54924826 -1.3693948999999999 -1.9071491999999999 -1.3735336 +27 -0.24164651 -3.0102999 2.0232639 0.2733591 -0.53401364 -0.45520725 -0.44319966 -3.6149742999999996 -3.6141453 -3.0618575 -7.5353556 -0.51147201 -7.521897999999999 +28 0.2249087 -6.692661 -0.013013176000000001 1.1913368999999998 -0.99696896 -0.90990936 -0.90293297 -1.8785343999999997 -5.1993155 -4.6066307 -9.289418699999999 -1.0466004 -9.2755552 +29 -1.1330431 -3.1360356 4.3631072 -1.5028972 0.38655282 0.39065296 0.3971988 1.402774 1.4027899 -2.5690392 -6.8968607 0.48021004 -6.88317 +30 -0.66163806 -3.247873 2.7556392999999995 -0.28678807 -0.38977995 -0.34271804 -0.33473514 0.36277585 0.36287394 0.22684109 -2.4871862 -0.38788685 0.25995851 +31 -1.6928729 -1.023658 -2.1989331 -2.6063275000000004 0.96482204 0.91347036 0.91360617 -0.84807337 -0.84805396 -0.60698925 -1.6354765 1.0293224 -1.6381544 +32 1.0568151000000001 0.90317141 -3.5353559000000003 -0.40838442 -0.39639996 -0.36089395 -0.35637762 0.44794395 0.44795538 0.27673584 0.29957561 -0.41719819 0.30802883 +33 2.2144009999999996 1.5838896999999998 -3.6834542999999997 -0.73239274 3.419339 -0.47155062 -0.46218528 0.91234797 0.91237444 0.52798988 0.48356345 -0.53608665 0.50009174 +34 3.2228578 2.1346875 -3.7049282 -0.83419915 5.0071292000000005 3.4216236000000007 -0.75224469 1.2470678999999998 1.2470883999999998 0.68595764 0.57199106 -0.87896037 0.59341499 +35 -0.13184245 0.44137179 0.53808334 -0.16749932 0.037149832 0.064401691 0.071342275 -3.0824822999999997 -3.0824669 -2.5568402000000003 -6.879985700000001 0.093872509 -6.8664527 +36 0.42410744 -3.709004 -3.1317627999999997 1.5004104999999999 -1.1091364 -1.0353308 -1.0337401 -2.1969767000000004 -5.518848200000001 -4.9223817 -9.6253623 -1.1990889999999998 -9.6111505 +37 -0.12608501 0.23080352 1.0624809 -0.27157712 0.15211721 0.16817908 0.17347785 0.32369037 0.32370205 -3.1186365 -7.605779400000001 0.21391034 -7.591822200000001 +38 -0.052112030999999996 0.1626582 -0.077091498 -0.086952429 0.036361303 0.047767933 0.052162625 0.0906666 0.090694089 0.058695461 -2.6410963 0.067913033 0.07441483900000001 +39 -0.747352 -0.34413062 0.093786615 -3.1499786 0.43560057 0.42205248 0.42642109 -0.18391557 -0.18390406 -0.12283976 -0.18504503 0.51139786 -0.18820906 +40 1.1828774 0.98497686 -0.38265212 -3.8595618999999997 5.645188200000001 0.25593092 0.2630782 0.58851176 0.58857972 0.35679488 0.36549409 0.32319917 0.37643125 +41 3.2336085999999997 2.1440688 -0.41597965 -4.1731918 5.8884085 3.6110938999999997 -0.73120613 1.2826906 1.2827097 0.70163376 0.57987718 -0.85496063 0.60177356 +42 -2.1463707000000003 -1.2560316999999999 2.3796484 -3.4237842000000005 1.3590023 1.2724216 1.2625928999999998 -3.1599841 -3.1595467 -2.6293474 -6.978354400000001 1.3025496 -6.964989699999999 +43 -1.842006 -2.5149291000000003 0.77591775 -2.6168842 0.81493016 0.7910172 0.79652885 -0.9813673 -4.3024407 -3.727303 -8.322092999999999 0.92082429 -8.308392699999999 +44 -2.6558662 -1.769673 4.390854900000001 -4.8311419 2.3760619 2.0856135 1.9572651 1.4422723 1.4422871000000002 -2.5527126 -6.874484799999999 1.5763782 -6.860800599999999 +45 -2.3187943 -1.6659058999999998 2.7422791 -3.6887905 1.4595037 1.3454481000000003 1.3299674 0.47881185 0.47889489 0.29470816 -2.4362429 1.3424597 0.32248134 +46 3.6715992999999996 2.3965396 -0.40596912 -0.82948104 1.8672851000000001 -1.4736268999999997 -1.4739427999999999 1.4127395 1.4127497 0.75702563 0.60659712 -1.6886618999999998 0.63014558 +47 3.5341968 2.3173941000000005 -0.40961068 -0.8403073 1.80761 1.6271805 -1.1468011999999999 1.3730345 1.3730472 0.74041742 0.59876533 -1.3263493 0.62182239 +48 0.70977484 1.1005783000000002 2.9760525 -0.91356899 -0.25083071 -0.19350873 -0.18288672 -2.3006255 -2.300648 -1.8347861 -5.760936 -0.20515122 -5.7482742 +49 0.90968167 -2.5830205000000004 0.71104035 0.58624662 -1.4825956 -1.3688778 -1.3600106 -1.0531258 -4.373864299999999 -3.796896 -8.4010016 -1.5562096 -8.387294800000001 +50 0.39240801 0.6147453 4.509363099999999 -1.5633918 0.049964949 0.07655934 0.083340227 1.6240714 1.6240823 -2.4809155 -6.774940400000001 0.10817751 -6.7612909 +51 0.57952318 0.46298805 2.8240397 -0.84043593 -0.43895943 -0.39816343 -0.39222437 0.95079003 0.95084732 0.54715376 -2.2851676 -0.4577635 0.51118643 +52 3.7690218 2.4512788 -0.40320008 -0.81997251 5.461221900000001 0.21971367 -1.8469987 1.4396123 1.4396208000000001 0.76811577 0.61174403 -2.0942164 0.6356187 +53 2.0958667 1.716853 3.1285859 -1.0236363000000002 3.6640343 -0.34550231 -0.33504154 -2.0652513999999997 -2.0656046999999997 -1.6243627 -5.3581292000000005 -0.38571884 -5.3458166 +54 1.0995068000000001 -2.6690589 0.6735906 0.58470325 0.54313484 -2.5295834 -2.5253142000000004 -1.0964797 -4.4171515 -3.8391101 -8.448616900000001 -2.8086861 -8.4349133 +55 2.1832627000000002 1.7268081999999998 4.6236692999999995 -1.403249 4.357251 -0.065631485 -0.053426648 1.778645 1.7786591 -2.4241094 -6.694751400000001 -0.048568457999999995 -6.681162400000001 +56 2.0496773 1.4726282 2.8382732 -1.0306701999999999 3.607871 -0.37278057 -0.35899793 1.2798911 1.279949 0.70045412 -2.2153957 -0.40997426 0.60019354 +57 2.6333686000000003 1.6348924999999999 3.1053104 -1.0503858 4.502486599999999 3.268647 -0.77124661 -2.0976156 -2.0978956 -1.653084 -5.4163969000000005 -0.90065316 -5.4039629 +58 1.0356877 -2.6380952 0.6868339 0.5850271 0.47493332 0.50166316 -1.6713005 -1.0811045 -4.401814099999999 -3.8241516000000004 -8.4317677 -1.9003951000000001 -8.4180603 +59 3.8952415 2.8464169 4.769304099999999 -0.88594513 5.5561262000000005 3.5536816 -0.73728787 1.9533066000000003 1.9533147000000002 -2.3644898 -6.609196400000001 -0.86193213 -6.595637299999999 +60 3.5021272000000003 2.3964249 2.9316436 -0.94117307 5.3685116 3.5114099999999997 -0.74193235 1.6068588 1.6068997 0.83447918 -2.1643122999999997 -0.86717312 0.66621089 +61 0.56336231 -5.619628700000001 -3.3935573 1.8079796000000001 -1.2806808 -1.2016793 -1.2001453000000002 -6.2420148 -9.5636045 -8.951515800000001 -13.728219000000001 -1.3854252 -13.713976999999998 +62 -0.43538851 0.1887219 2.7178923 -0.60812434 0.180356 0.20372636 0.2122583 -2.6628969 -2.6626016 -5.4872274 -10.215956 0.2641357 -10.201842999999998 +63 -0.4354448 0.18994214 2.7204685 -0.60937061 0.18160444 0.20472182 0.21323356 -2.6614802 -2.6611702999999998 -2.1639796000000002 -8.7737305 0.26527109 -6.2972531 +64 -0.035441755 -2.3756003 0.8159482 0.60764394 -0.66569048 -0.58214223 -0.57129437 -0.93688855 -4.2576846 -7.0056621 -11.768647999999999 -0.66193396 -11.754673 +65 -0.035081684 -2.3759681 0.81521919 0.60794676 -0.66563144 -0.58210864 -0.57125932 -0.93732416 -4.2580596 -3.6840991 -10.733711 -0.66189137 -8.2595705 +66 -0.95800295 -0.33981544 4.492556400000001 -1.589474 0.6647175 0.64538552 0.65010386 1.5474339 1.5474458999999998 -2.5105161 -9.2795882 0.76491976 -6.8036995 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,47 @@ +I + IR +EGF + EGFR +IR + RasGAP +IR + IRS +IR + SFK +IR + PI3K +EGFR + RasGAP +EGFR + SFK +EGFR + PI3K +EGFR + GAB1 +EGFR + GAB1_pSHP2 +EGFR + SHC +EGFR + GS +SHC + GS +RasGAP - RAS +IRS + IRS_SHP2 +IRS + GS +IRS + PI3K +SFK + IRS +SFK + GAB1 +SFK + GAB1_pSHP2 +SFK + RAF +PI3K + PIP3 +RAS + RAF +IRS_SHP2 - RasGAP +GS + RAS +GAB1 + GAB1_SHP2 +GAB1 + GAB1_pSHP2 +GAB1 + PI3K +GAB1 + GS +GAB1 + RasGAP +GAB1_pSHP2 + GS +GAB1_pSHP2 - RasGAP +PIP3 + PDK1 +PIP3 + IRS +PIP3 + GAB1 +RAF + MEK +PDK1 + AKT +MEK + ERK +AKT + mTOR +AKT - RAF +ERK - GAB1 +ERK - GS +mTOR + AKT +mTOR - IRS +GAB1_SHP2 + GAB1_pSHP2 +GAB1_SHP2 - RasGAP \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/borisov_2009/ptb.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/borisov_2009/ptb.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,14 @@ +Target Type Value Comment +SFK node -1 +SHC node -1 +GS node -1 +GAB1 node -1 +IRS node -1 +RasGAP node -1 +RAS node -1 +RAF node -1 +MEK node -1 +PI3K node -1 +PIP3 node -1 +PDK1 node -1 +mTOR node -1 \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/cho_2016/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/cho_2016/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,57 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Cho et al. +Attractor landscape analysis of +colorectal tumorigenesis and its reversion. +BMC Systems Biology (2016) 10:96. +""" + +import os + +import pandas as pd + +import sfa +import sfa.base + + +def create_data(): + return ChoData() + + +class ChoData(sfa.base.Data): + + def __init__(self): + + self._abbr = "CHO_2015" + self._name = "Cho et al. BMC Systems Biology (2016) 10:96" + + inputs = {} + inputs['ECM'] = 1.0 + inputs['Tgf-b'] = 1.0 + inputs['IL1-TNF'] = 1.0 + inputs['EGF'] = 1.0 + inputs['alpha_i_lig'] = 1.0 + inputs['alpha_12_13_lig'] = 1.0 + inputs['alpha_s_lig'] = 1.0 + inputs['alpha_q_lig'] = 1.0 + inputs['Stress'] = 1.0 + inputs['WNT'] = 1.0 + inputs['Fas'] = 1.0 + inputs['ExtPump'] = 1.0 + inputs['DNA_damage'] = 1.0 + + dpath = os.path.dirname(__file__) + fpath_network = os.path.join(dpath, 'network_all_pos.sif') + A, n2i, dg = sfa.read_sif(fpath_network, as_nx=True) + self._A = A + self._n2i = n2i + self._i2n = {idx: name for name, idx in n2i.items()} + self._dg = dg + self._inputs = inputs + + + # end of def __init__ +# end of def class + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/cho_2016/network_all_neg.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/cho_2016/network_all_neg.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,696 @@ +A20 - TAK1 +A20 - IKK +AA - RhoGDI +AA - PLC_g +AA + PKC +AC + cAMP +Actin + PLD +Actin + Vinc +Akt + bcl2 +Akt - Casp-9 +Akt - ASK1 +Akt - Rac +Akt - Raf +Akt - PAK +Akt + mdmx +Akt + IKK +Akt + mdm2 +Akt - p21 +Akt - p27 +alpha_12_13_lig + alpha_12_13_R +alpha_12_13_R + alpha_12_13_R +alpha_12_13_R + Ga_12_13 +alpha_12_13_R + Palpha_12_13_R +alpha_12_13_R + RalGDS +alpha_12_13_R + Gbg_12_13 +alpha_12_13_R + EGFR +alpha_i_lig + alpha_i_R +alpha_i_R + alpha_i_R +alpha_i_R + Palpha_i_R +alpha_i_R + RalGDS +alpha_i_R + Gbg_i +alpha_i_R + EGFR +alpha_i_R + Gai +alpha_q_lig + alpha_q_R +alpha_q_R + alpha_q_R +alpha_q_R + Palpha_q_R +alpha_q_R + Gaq +alpha_q_R + RalGDS +alpha_q_R + Gbg_q +alpha_q_R + EGFR +alpha_s_lig + alpha_s_R +alpha_s_lig + Gai +alpha_s_R + alpha_s_R +alpha_s_R + Palpha_s_R +alpha_s_R + Src +alpha_s_R + RalGDS +alpha_s_R - Gai +alpha_s_R + Gbg_s +alpha_s_R + Gas +AND_3_4 + Ral +APC - beta-catenin +ARF + PI5K +ARF + PLD +ARF + PI4K +Arp_2_3 + Actin +ASK1 + MKK3 +ASK1 + MKK6 +ASK1 + Sek1 +ASK1 + MKK7 +atm + e2f1 +atm - mdm2 +atm + rb +atm - mdmx +atm + p53 +atm + BRCA1 +B_Arrestin + Src +B_Arrestin + RalGDS +B_Arrestin + GRK +B_Arrestin + PDE4 +B_Arrestin - alpha_12_13_R +B_Arrestin - alpha_i_R +B_Arrestin - alpha_q_R +B_Arrestin - alpha_s_R +B_Parvin + Pix_Cool +bax + Smac +bax + CytochromeC +bcl2 - p53 +bcl2 - bax +beta-catenin + CyclinD +beta-catenin + Slug +beta-catenin + MMP +BRCA1 + CHK1 +Ca + PLA2 +Ca + PKC +Ca + CaM +Ca + DGK +Ca + EGFR +Ca - IP3R1 +Ca + p120RasGAP +CaM + RGS +CaM + Myosin +CaM + CaMKK +CaM - IP3R1 +CaM + MLCK +CaM + CaMK +CaM + Ral +CaM + RasGRF_GRP +CaMK + Rap1 +CaMK + Tiam +CaMK + PLA2 +CaMKK + Akt +CaMKK + CaMK +cAMP + PP2A +cAMP + MKPs +cAMP + PKA +cAMP + Rap1 +Cas + Src +Cas + DOCK180 +Cas + Nck +Cas + Crk +Cas + AND_3_4 +Casp-3 - rb +Casp-3 - bcl2 +Casp-8 + Casp-3 +Casp-9 + Casp-3 +Cbp + Csk +Cdc20 - CyclinB +Cdc20 - CyclinA +Cdc20 + Cdh1 +Cdc42 + Mekk1 +Cdc42 + Mekk4 +Cdc42 + MLK2 +Cdc42 + RasGRF_GRP +Cdc42 + MLK1 +Cdc42 + PAK +Cdc42 - Rac +Cdc42 + MLK3 +Cdc42 + WASP +Cdc42 + PLD +Cdc42 + PTEN +Cdh1 - Cdc20 +Cdh1 + CyclinA +Cdh1 - CyclinB +Crk + Sos +Crk + PI3K +Crk + DOCK180 +Crk - WASP +Csk - Src +cycg - atm +cycg + mdm2 +CyclinA - CyclinE +CyclinA - p27 +CyclinA - Cdh1 +CyclinA - e2f1 +CyclinA - rb +CyclinB + Cdc20 +CyclinB - p27 +CyclinB - Cdh1 +CyclinB - e2f1 +CyclinD - p27 +CyclinD - rb +CyclinE - mdm2 +CyclinE - rb +CytochromeC + Casp-9 +DAG + PKC +DAG + DGK +DAG + RasGRF_GRP +Daxx + ASK1 +DGK - DAG +DNA_damage + atm +DNA_damage + p14arf +DOCK180 + Rac +e2f1 + BRCA1 +e2f1 + CytochromeC +e2f1 + atm +e2f1 + p14arf +e2f1 + CyclinA +e2f1 + CyclinE +ECM - Integrins +ECM + PTPPEST +ECM + AC +ECM + Rac +EGF + EGFR +EGF - PTP1b +EGFR + Grb2 +EGFR + Shc +EGFR + VAV2 +EGFR + Src +EGFR + Nck +EGFR - PLC_g +EGFR + p120RasGAP +EGFR + Gab1 +EGFR - PP2A +EGFR + PI3K +EGFR - PTP1b +EGFR + DGK +EGFR + Mekk2 +Erk + p90RSK +Erk - Stathmin +Erk + Myc +Erk - Sos +Erk + Slug +Erk + MMP +Erk - GRK +Erk - Raf +Erk + Snail +Erk + MKPs +Erk + PLA2 +Erk - PDE4 +Erk + MLCK +Erk + CyclinD +ExtPump - Ca +FADD + Casp-8 +Fak + p190RhoGAP +Fak + Shc +Fak + PLC_g +Fak + Grb2 +Fak - Csk +Fak + Src +Fak + Trio +Fak + PI5K +Fak + p190RhoGEF +Fak + WASP +Fak - p120RasGAP +Fak + PI3K +Fak + GEFH1 +Fak + LARG +Fak + Graf +Fak - Fak +Fak + Crk +Fak + Cas +Fas + FasR +FasR + FADD +FasR + Daxx +Frizzled - APC +Fyn + LARG +Ga_12_13 + Gbg_12_13 +Ga_12_13 + p115RhoGEF +Gab1 + PI3K +Gab1 - Mekk3 +Gab1 + SHP2 +Gai + Gbg_i +Gai + PI4K +Gai - Rap1 +Gai + Src +Gaq + PI4K +Gaq + Gbg_q +Gaq + PLC_B +Gas + Gbg_s +Gas + AC +Gas + Src +Gbg_12_13 + Csk +Gbg_12_13 - Gbg_12_13 +Gbg_12_13 + GRK +Gbg_i - Gbg_i +Gbg_i - Gai +Gbg_i + Cdc42 +Gbg_i - Rac +Gbg_i + AC +Gbg_i + Csk +Gbg_i + PLC_B +Gbg_i + GRK +Gbg_i + PI3K +Gbg_i + IP3R1 +Gbg_q - Gbg_q +Gbg_q + Csk +Gbg_q + GRK +Gbg_q - Gaq +Gbg_s - Gbg_s +Gbg_s + GRK +Gbg_s - Gas +GCK + Mekk1 +Graf - Cdc42 +Graf - Rho +Grb2 + Mekk1 +Grb2 + Gab1 +Grb2 + Sos +Grb2 + Mekk2 +Grb2 + PAK +Grb2 + WASP +GRK + Palpha_12_13_R +GRK + Palpha_i_R +GRK + Palpha_q_R +GRK + Palpha_s_R +IkB - NF-kappaB +IKK - IkB +IL1_TNF + IL1_TNFR +IL1_TNFR + TAK1 +IL1_TNFR + Trafs +IL1_TNFR + FADD +IL1_TNFR + MLK3 +IL1_TNFR + Smad2 +IL1_TNFR + Mekk3 +ILK + Akt +ILK - Integrins +ILK + Myosin +ILK + B_Parvin +ILK - MLCP +Integrins + Fak +Integrins + PTPPEST +Integrins + AC +Integrins + Rac +IP3 + IP3R1 +IP3R1 + Ca +mdm2 - mdmx +mdm2 + e2f1 +mdm2 - p21 +mdm2 - rb +mdm2 - p53 +mdmx + mdm2 +mdmx - p53 +Mek + Erk +Mekk1 + Mek +Mekk1 + MKK7 +Mekk1 + Sek1 +Mekk2 + MKK3 +Mekk2 + Mek +Mekk2 + MKK7 +Mekk2 + Sek1 +Mekk3 + Mek +Mekk3 + MKK3 +Mekk3 + MKK7 +Mekk3 + Sek1 +Mekk4 + MKK7 +Mekk4 + MKK6 +Mekk4 + MKK3 +Mekk4 + Sek1 +MKK3 + p38 +MKK6 + p38 +MKK7 + SAPK +MKPs - SAPK +MKPs - Erk +MKPs - p38 +MLCK + Myosin +MLCP - Myosin +MLK1 + MKK3 +MLK1 + MKK7 +MLK1 + Sek1 +MLK2 + MKK3 +MLK2 + MKK7 +MLK2 + Sek1 +MLK3 + MKK3 +MLK3 + MKK6 +MLK3 + MKK7 +MLK3 + Sek1 +Myc + CyclinD +Myc - p21 +Myc - p27 +Myosin + Actin +Nck + NIK +Nck + Sos +Nck + WASP +Nck + PAK +NF-kappaB + CyclinD +NF-kappaB + MMP +NF-kappaB + A20 +NF-kappaB + IkB +NIK + Mekk1 +p115RhoGEF + Rho +p115RhoGEF - Ga_12_13 +p120RasGAP - p190RhoGAP +p120RasGAP - Ras +p14arf - mdmx +p14arf - mdm2 +p14arf - e2f1 +p15 - CyclinD +p190RhoGAP - Rac +p190RhoGAP - Rho +p190RhoGAP - Cdc42 +p21 - CyclinD +p21 - CyclinB +p21 - CyclinA +p21 - CyclinE +p27 - CyclinB +p27 - CyclinD +p27 - CyclinE +p27 - CyclinA +p38 + MKPs +p38 - Tab_1_2 +p53 - CyclinB +p53 - beta-catenin +p53 - cycg +p53 - bcl2 +p53 + wip1 +p53 + PTEN +p53 - p14arf +p53 + bax +p53 + p21 +p53 - IKK +p53 + mdm2 +p53 - Slug +p53 - Snail +p53 + CytochromeC +p90RSK + PDK1 +PA + DGK +PA - PLC_g +PA + PI5K +PAK + MKK3 +PAK + MKK6 +PAK - Stathmin +PAK - Rac +PAK + Cdc42 +PAK + Mek +PAK - MLCP +PAK + Raf +PAK + Myosin +PAK - MLCK +Palpha_12_13_R - alpha_12_13_R +Palpha_12_13_R + B_Arrestin +Palpha_i_R - alpha_i_R +Palpha_i_R - alpha_q_R +Palpha_i_R + B_Arrestin +Palpha_q_R + B_Arrestin +Palpha_s_R - alpha_s_R +Palpha_s_R + B_Arrestin +PDE4 - cAMP +PDK1 + p90RSK +PDK1 + PKC_primed +PDK1 - RalGDS +PDK1 - PAK +PDK1 + PKA +PDK1 + Akt +PI3K + PIP2_34 +PI3K + PIP3_345 +PI3K + Mekk2 +PI3K + VAV2 +PI3K - PIP_4 +PI3K - PIP2_45 +PI3K + Fyn +PI3K + PTEN +PI4K + PIP2_45 +PI4K + PIP_4 +PI4K + PIP2_34 +PI5K - PIP_4 +PI5K - PIP2_34 +PI5K + PIP2_45 +PI5K + PIP3_345 +PIP2_34 + Pix_Cool +PIP2_34 + p120RasGAP +PIP2_34 + Tiam +PIP2_34 + PIP_4 +PIP2_34 + PIP3_345 +PIP2_34 + Akt +PIP2_45 - Sos +PIP2_45 + GRK +PIP2_45 + p120RasGAP +PIP2_45 + PIP3_345 +PIP2_45 - Vinc +PIP2_45 + Talin +PIP2_45 + Tiam +PIP2_45 + PLD +PIP2_45 + ARF +PIP2_45 + IP3 +PIP2_45 + DAG +PIP2_45 + WASP +PIP2_45 + PLA2 +PIP2_45 - RhoGDI +PIP3_345 + Pix_Cool +PIP3_345 - RalGDS +PIP3_345 + PIP2_45 +PIP3_345 + PLD +PIP3_345 + Akt +PIP3_345 + RGS +PIP3_345 + p120RasGAP +PIP3_345 + Gab1 +PIP3_345 + PLC_g +PIP3_345 + Sos +PIP3_345 + Tiam +PIP3_345 + ILK +PIP3_345 + ARF +PIP3_345 + DOCK180 +PIP3_345 + p115RhoGEF +PIP3_345 + PLA2 +Pix_Cool + Rac +Pix_Cool + Cdc42 +Pix_Cool + PTEN +PKA - CaMKK +PKA + Src +PKA - Raf +PKA - MLCK +PKA + Rap1 +PKA + IP3R1 +PKA - PLC_B +PKA - MLCP +PKA - PAK +PKA + PDE4 +PKA - PTPPEST +PKA + Csk +PKA - Rho +PKA + Gai +PKA - Gas +PKC + PLD +PKC - Talin +PKC - IP3R1 +PKC - PTPPEST +PKC + PI4K +PKC - RalGDS +PKC - RhoGDI +PKC + RKIP +PKC + Tiam +PKC - MLCP +PKC - GRK +PKC - PKC_primed +PKC + PTPa +PKC - EGFR +PKC - AC +PKC + DGK +PKC_primed + PKC +PKC_primed - PKC_primed +PLA2 + AA +PLC_B + IP3 +PLC_B - PIP2_45 +PLC_B + DAG +PLC_B - Gaq +PLC_g + IP3 +PLC_g + Mekk2 +PLC_g - PIP2_45 +PLC_g + DAG +PLD + PA +PP2A + Raf_DeP +PP2A - Mek +PP2A - Erk +PP2A - Integrins +PP2A - SAPK +PP2A - PKA +PP2A - IP3R1 +PP2A - p38 +PP2A - Akt +PP2A - CaMK +PP2A - PKC +PTEN - Shc +PTEN - Fak +PTEN - PIP2_34 +PTEN + PIP2_45 +PTEN + PIP_4 +PTEN - PIP3_345 +PTP1b - PAK +PTP1b - EGFR +PTP1b + Src +PTPa + Src +PTPPEST - Crk +PTPPEST - Cas +PTPPEST - WASP +Rac + MLK2 +Rac + Mekk4 +Rac + Mekk3 +Rac + MLK1 +Rac + PLD +Rac - PI5K +Rac + PAK +Rac + Mekk1 +Rac - Cdc42 +Rac + MLK3 +Raf + Mek +Raf - MLCP +Raf - Raf_Loc +Raf - Raf_Rest +Raf_DeP - Raf_DeP +Raf_DeP + Raf_Loc +Raf_DeP - Raf_Rest +Raf_Loc + Raf +Raf_Loc - Raf_DeP +Raf_Loc - Raf_Loc +Raf_Rest + Raf_DeP +Raf_Rest - Raf_Rest +Ral - PLD +Ral + RalBP1 +RalBP1 - Rac +RalBP1 - Cdc42 +RalGDS + Ral +Rap1 + Tiam +Ras + PI3K +Ras - RalGDS +Ras + Tiam +Ras + Mekk1 +Ras - Sos +Ras + Raf_Loc +Ras + Raf +RasGRF_GRP + Ras +RasGRF_GRP + Rac +rb - mdm2 +rb - CyclinA +rb - CyclinE +rb - e2f1 +RGS - Gaq +RGS - Gai +RGS - Gas +Rho + PI4K +Rho + PLD +Rho - Rac +Rho + Mekk1 +Rho + PTEN +Rho - PI5K +Rho + RhoK +RhoGDI - Rac +RhoGDI - Rho +RhoGDI - Cdc42 +RhoK + ARHGAP22 +RhoK + PI5K +RhoK - MLCP +RhoK + Myosin +RKIP + Raf +RKIP - GRK +SAPK - bcl2 +SAPK + MKPs +SAPK + MLK2 +Sek1 + p38 +Sek1 + SAPK +Shc + Grb2 +Shc + Mekk1 +SHP2 + Ras +SHP2 - p120RasGAP +SHP2 - Csk +SHP2 - Gab1 +SHP2 - Cbp +Slug - E-cad +Smac - XIAP +Smad2 + smad2_4 +smad2_4 + p15 +smad2_4 + MMP +smad2_4 - E-cad +smad2_4 + p27 +smad2_4 + p21 +Snail - E-cad +Sos + Ras +Src - Cdc42 +Src + Shc +Src + PI3K +Src + DGK +Src - p120RasGAP +Src + Graf +Src + Raf +Src - Csk +Src + Mekk2 +Src + Akt +Src + Fak +Src - PP2A +Src + PI5K +Src + Tiam +Src - PTEN +Src + Cbp +Src + Rap1 +Src + PLC_g +Src - Talin +Src + WASP +Src + GRK +Src - RhoGDI +Src + p190RhoGAP +Src + PDK1 +Src + PAK +Src - Integrins +Src + Vinc +Src + Crk +Src + Grb2 +Src + Cas +Stathmin + GEFH1 +Stress + TAO_1_2 +Stress - PTP1b +Stress + Trx +Stress + PTEN +Tab_1_2 + TAK1 +TAK1 + IKK +TAK1 + Sek1 +TAK1 + MKK3 +TAK1 + NIK +TAK1 + MKK6 +Talin - Integrins +Talin - PI5K +Talin + Fak +Talin + Vinc +TAO_1_2 + MKK3 +TAO_1_2 + MKK6 +Tgf-b + TGFR +TGFR + Smad2 +Tiam + Rac +Tpl2 + Mek +Tpl2 + Sek1 +Tpl2 + MKK6 +Tpl2 + MKK3 +Tpl2 - NIK +Trafs + GCK +Trafs + Mekk1 +Trafs + Tpl2 +Trafs + Trx +Trafs + Tab_1_2 +Trafs + TAK1 +Trafs + Mekk3 +Trio + Fak +Trx + ASK1 +Trx - PKC +WASP + Arp_2_3 +wip1 - atm +wip1 + mdm2 +wip1 - p14arf +wip1 + mdmx +WNT + Frizzled +XIAP - Casp-3 +XIAP - Casp-9 +Casp-3 + Apoptosis +MMP + Metastasis +Rho + Metastasis +E-cad - Metastasis +CyclinA + Proliferation +CyclinB + Proliferation +CyclinD + Proliferation +CyclinE + Proliferation diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/cho_2016/network_all_pos.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/cho_2016/network_all_pos.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,696 @@ +A20 - TAK1 +A20 - IKK +AA - RhoGDI +AA - PLC_g +AA + PKC +AC + cAMP +Actin + PLD +Actin + Vinc +Akt + bcl2 +Akt - Casp-9 +Akt + ASK1 +Akt - Rac +Akt - Raf +Akt - PAK +Akt + mdmx +Akt + IKK +Akt + mdm2 +Akt - p21 +Akt - p27 +alpha_12_13_lig + alpha_12_13_R +alpha_12_13_R + alpha_12_13_R +alpha_12_13_R + Ga_12_13 +alpha_12_13_R + Palpha_12_13_R +alpha_12_13_R + RalGDS +alpha_12_13_R + Gbg_12_13 +alpha_12_13_R + EGFR +alpha_i_lig + alpha_i_R +alpha_i_R + alpha_i_R +alpha_i_R + Palpha_i_R +alpha_i_R + RalGDS +alpha_i_R + Gbg_i +alpha_i_R + EGFR +alpha_i_R + Gai +alpha_q_lig + alpha_q_R +alpha_q_R + alpha_q_R +alpha_q_R + Palpha_q_R +alpha_q_R + Gaq +alpha_q_R + RalGDS +alpha_q_R + Gbg_q +alpha_q_R + EGFR +alpha_s_lig + alpha_s_R +alpha_s_lig + Gai +alpha_s_R + alpha_s_R +alpha_s_R + Palpha_s_R +alpha_s_R + Src +alpha_s_R + RalGDS +alpha_s_R - Gai +alpha_s_R + Gbg_s +alpha_s_R + Gas +AND_3_4 + Ral +APC - beta-catenin +ARF + PI5K +ARF + PLD +ARF + PI4K +Arp_2_3 + Actin +ASK1 + MKK3 +ASK1 + MKK6 +ASK1 + Sek1 +ASK1 + MKK7 +atm + e2f1 +atm - mdm2 +atm + rb +atm - mdmx +atm + p53 +atm + BRCA1 +B_Arrestin + Src +B_Arrestin + RalGDS +B_Arrestin + GRK +B_Arrestin + PDE4 +B_Arrestin - alpha_12_13_R +B_Arrestin - alpha_i_R +B_Arrestin - alpha_q_R +B_Arrestin - alpha_s_R +B_Parvin + Pix_Cool +bax + Smac +bax + CytochromeC +bcl2 - p53 +bcl2 - bax +beta-catenin + CyclinD +beta-catenin + Slug +beta-catenin + MMP +BRCA1 + CHK1 +Ca + PLA2 +Ca + PKC +Ca + CaM +Ca + DGK +Ca + EGFR +Ca + IP3R1 +Ca + p120RasGAP +CaM + RGS +CaM + Myosin +CaM + CaMKK +CaM - IP3R1 +CaM + MLCK +CaM + CaMK +CaM + Ral +CaM + RasGRF_GRP +CaMK + Rap1 +CaMK + Tiam +CaMK + PLA2 +CaMKK + Akt +CaMKK + CaMK +cAMP + PP2A +cAMP + MKPs +cAMP + PKA +cAMP + Rap1 +Cas + Src +Cas + DOCK180 +Cas + Nck +Cas + Crk +Cas + AND_3_4 +Casp-3 - rb +Casp-3 - bcl2 +Casp-8 + Casp-3 +Casp-9 + Casp-3 +Cbp + Csk +Cdc20 - CyclinB +Cdc20 - CyclinA +Cdc20 + Cdh1 +Cdc42 + Mekk1 +Cdc42 + Mekk4 +Cdc42 + MLK2 +Cdc42 + RasGRF_GRP +Cdc42 + MLK1 +Cdc42 + PAK +Cdc42 + Rac +Cdc42 + MLK3 +Cdc42 + WASP +Cdc42 + PLD +Cdc42 + PTEN +Cdh1 - Cdc20 +Cdh1 + CyclinA +Cdh1 - CyclinB +Crk + Sos +Crk + PI3K +Crk + DOCK180 +Crk + WASP +Csk - Src +cycg - atm +cycg + mdm2 +CyclinA - CyclinE +CyclinA - p27 +CyclinA - Cdh1 +CyclinA - e2f1 +CyclinA - rb +CyclinB + Cdc20 +CyclinB - p27 +CyclinB - Cdh1 +CyclinB - e2f1 +CyclinD - p27 +CyclinD - rb +CyclinE - mdm2 +CyclinE - rb +CytochromeC + Casp-9 +DAG + PKC +DAG + DGK +DAG + RasGRF_GRP +Daxx + ASK1 +DGK - DAG +DNA_damage + atm +DNA_damage + p14arf +DOCK180 + Rac +e2f1 + BRCA1 +e2f1 + CytochromeC +e2f1 + atm +e2f1 + p14arf +e2f1 + CyclinA +e2f1 + CyclinE +ECM + Integrins +ECM + PTPPEST +ECM + AC +ECM + Rac +EGF + EGFR +EGF - PTP1b +EGFR + Grb2 +EGFR + Shc +EGFR + VAV2 +EGFR + Src +EGFR + Nck +EGFR + PLC_g +EGFR + p120RasGAP +EGFR + Gab1 +EGFR - PP2A +EGFR + PI3K +EGFR - PTP1b +EGFR + DGK +EGFR + Mekk2 +Erk + p90RSK +Erk - Stathmin +Erk + Myc +Erk - Sos +Erk + Slug +Erk + MMP +Erk - GRK +Erk - Raf +Erk + Snail +Erk + MKPs +Erk + PLA2 +Erk - PDE4 +Erk + MLCK +Erk + CyclinD +ExtPump - Ca +FADD + Casp-8 +Fak + p190RhoGAP +Fak + Shc +Fak + PLC_g +Fak + Grb2 +Fak + Csk +Fak + Src +Fak + Trio +Fak + PI5K +Fak + p190RhoGEF +Fak + WASP +Fak - p120RasGAP +Fak + PI3K +Fak + GEFH1 +Fak + LARG +Fak + Graf +Fak + Fak +Fak + Crk +Fak + Cas +Fas + FasR +FasR + FADD +FasR + Daxx +Frizzled - APC +Fyn + LARG +Ga_12_13 + Gbg_12_13 +Ga_12_13 + p115RhoGEF +Gab1 + PI3K +Gab1 - Mekk3 +Gab1 + SHP2 +Gai + Gbg_i +Gai + PI4K +Gai - Rap1 +Gai + Src +Gaq + PI4K +Gaq + Gbg_q +Gaq + PLC_B +Gas + Gbg_s +Gas + AC +Gas + Src +Gbg_12_13 + Csk +Gbg_12_13 - Gbg_12_13 +Gbg_12_13 + GRK +Gbg_i - Gbg_i +Gbg_i + Gai +Gbg_i + Cdc42 +Gbg_i + Rac +Gbg_i + AC +Gbg_i + Csk +Gbg_i + PLC_B +Gbg_i + GRK +Gbg_i + PI3K +Gbg_i + IP3R1 +Gbg_q - Gbg_q +Gbg_q + Csk +Gbg_q + GRK +Gbg_q + Gaq +Gbg_s - Gbg_s +Gbg_s + GRK +Gbg_s + Gas +GCK + Mekk1 +Graf + Cdc42 +Graf - Rho +Grb2 + Mekk1 +Grb2 + Gab1 +Grb2 + Sos +Grb2 + Mekk2 +Grb2 + PAK +Grb2 + WASP +GRK + Palpha_12_13_R +GRK + Palpha_i_R +GRK + Palpha_q_R +GRK + Palpha_s_R +IkB - NF-kappaB +IKK - IkB +IL1_TNF + IL1_TNFR +IL1_TNFR + TAK1 +IL1_TNFR + Trafs +IL1_TNFR + FADD +IL1_TNFR + MLK3 +IL1_TNFR + Smad2 +IL1_TNFR + Mekk3 +ILK + Akt +ILK - Integrins +ILK + Myosin +ILK + B_Parvin +ILK - MLCP +Integrins + Fak +Integrins + PTPPEST +Integrins + AC +Integrins + Rac +IP3 + IP3R1 +IP3R1 + Ca +mdm2 - mdmx +mdm2 + e2f1 +mdm2 - p21 +mdm2 - rb +mdm2 - p53 +mdmx + mdm2 +mdmx - p53 +Mek + Erk +Mekk1 + Mek +Mekk1 + MKK7 +Mekk1 + Sek1 +Mekk2 + MKK3 +Mekk2 + Mek +Mekk2 + MKK7 +Mekk2 + Sek1 +Mekk3 + Mek +Mekk3 + MKK3 +Mekk3 + MKK7 +Mekk3 + Sek1 +Mekk4 + MKK7 +Mekk4 + MKK6 +Mekk4 + MKK3 +Mekk4 + Sek1 +MKK3 + p38 +MKK6 + p38 +MKK7 + SAPK +MKPs - SAPK +MKPs - Erk +MKPs - p38 +MLCK + Myosin +MLCP - Myosin +MLK1 + MKK3 +MLK1 + MKK7 +MLK1 + Sek1 +MLK2 + MKK3 +MLK2 + MKK7 +MLK2 + Sek1 +MLK3 + MKK3 +MLK3 + MKK6 +MLK3 + MKK7 +MLK3 + Sek1 +Myc + CyclinD +Myc - p21 +Myc - p27 +Myosin + Actin +Nck + NIK +Nck + Sos +Nck + WASP +Nck + PAK +NF-kappaB + CyclinD +NF-kappaB + MMP +NF-kappaB + A20 +NF-kappaB + IkB +NIK + Mekk1 +p115RhoGEF + Rho +p115RhoGEF - Ga_12_13 +p120RasGAP - p190RhoGAP +p120RasGAP + Ras +p14arf - mdmx +p14arf - mdm2 +p14arf - e2f1 +p15 - CyclinD +p190RhoGAP - Rac +p190RhoGAP - Rho +p190RhoGAP + Cdc42 +p21 - CyclinD +p21 - CyclinB +p21 - CyclinA +p21 - CyclinE +p27 - CyclinB +p27 - CyclinD +p27 - CyclinE +p27 - CyclinA +p38 + MKPs +p38 - Tab_1_2 +p53 - CyclinB +p53 - beta-catenin +p53 - cycg +p53 - bcl2 +p53 + wip1 +p53 + PTEN +p53 - p14arf +p53 + bax +p53 + p21 +p53 - IKK +p53 + mdm2 +p53 - Slug +p53 - Snail +p53 + CytochromeC +p90RSK + PDK1 +PA + DGK +PA - PLC_g +PA + PI5K +PAK + MKK3 +PAK + MKK6 +PAK - Stathmin +PAK + Rac +PAK + Cdc42 +PAK + Mek +PAK - MLCP +PAK + Raf +PAK + Myosin +PAK - MLCK +Palpha_12_13_R + alpha_12_13_R +Palpha_12_13_R + B_Arrestin +Palpha_i_R + alpha_i_R +Palpha_i_R + alpha_q_R +Palpha_i_R + B_Arrestin +Palpha_q_R + B_Arrestin +Palpha_s_R + alpha_s_R +Palpha_s_R + B_Arrestin +PDE4 - cAMP +PDK1 + p90RSK +PDK1 + PKC_primed +PDK1 - RalGDS +PDK1 + PAK +PDK1 + PKA +PDK1 + Akt +PI3K + PIP2_34 +PI3K + PIP3_345 +PI3K + Mekk2 +PI3K + VAV2 +PI3K - PIP_4 +PI3K + PIP2_45 +PI3K + Fyn +PI3K + PTEN +PI4K + PIP2_45 +PI4K + PIP_4 +PI4K + PIP2_34 +PI5K - PIP_4 +PI5K - PIP2_34 +PI5K + PIP2_45 +PI5K + PIP3_345 +PIP2_34 + Pix_Cool +PIP2_34 + p120RasGAP +PIP2_34 + Tiam +PIP2_34 + PIP_4 +PIP2_34 + PIP3_345 +PIP2_34 + Akt +PIP2_45 + Sos +PIP2_45 + GRK +PIP2_45 + p120RasGAP +PIP2_45 + PIP3_345 +PIP2_45 - Vinc +PIP2_45 + Talin +PIP2_45 + Tiam +PIP2_45 + PLD +PIP2_45 + ARF +PIP2_45 + IP3 +PIP2_45 + DAG +PIP2_45 + WASP +PIP2_45 + PLA2 +PIP2_45 - RhoGDI +PIP3_345 + Pix_Cool +PIP3_345 - RalGDS +PIP3_345 + PIP2_45 +PIP3_345 + PLD +PIP3_345 + Akt +PIP3_345 + RGS +PIP3_345 + p120RasGAP +PIP3_345 + Gab1 +PIP3_345 + PLC_g +PIP3_345 + Sos +PIP3_345 + Tiam +PIP3_345 + ILK +PIP3_345 + ARF +PIP3_345 + DOCK180 +PIP3_345 + p115RhoGEF +PIP3_345 + PLA2 +Pix_Cool + Rac +Pix_Cool + Cdc42 +Pix_Cool + PTEN +PKA + CaMKK +PKA + Src +PKA - Raf +PKA - MLCK +PKA + Rap1 +PKA + IP3R1 +PKA - PLC_B +PKA + MLCP +PKA - PAK +PKA + PDE4 +PKA - PTPPEST +PKA + Csk +PKA - Rho +PKA + Gai +PKA - Gas +PKC + PLD +PKC + Talin +PKC + IP3R1 +PKC - PTPPEST +PKC + PI4K +PKC - RalGDS +PKC - RhoGDI +PKC + RKIP +PKC + Tiam +PKC - MLCP +PKC + GRK +PKC - PKC_primed +PKC + PTPa +PKC + EGFR +PKC + AC +PKC + DGK +PKC_primed + PKC +PKC_primed + PKC_primed +PLA2 + AA +PLC_B + IP3 +PLC_B + PIP2_45 +PLC_B + DAG +PLC_B - Gaq +PLC_g + IP3 +PLC_g + Mekk2 +PLC_g + PIP2_45 +PLC_g + DAG +PLD + PA +PP2A + Raf_DeP +PP2A - Mek +PP2A - Erk +PP2A + Integrins +PP2A - SAPK +PP2A - PKA +PP2A + IP3R1 +PP2A - p38 +PP2A - Akt +PP2A + CaMK +PP2A - PKC +PTEN - Shc +PTEN - Fak +PTEN - PIP2_34 +PTEN + PIP2_45 +PTEN + PIP_4 +PTEN - PIP3_345 +PTP1b - PAK +PTP1b + EGFR +PTP1b + Src +PTPa + Src +PTPPEST - Crk +PTPPEST - Cas +PTPPEST - WASP +Rac + MLK2 +Rac + Mekk4 +Rac + Mekk3 +Rac + MLK1 +Rac + PLD +Rac + PI5K +Rac + PAK +Rac + Mekk1 +Rac - Cdc42 +Rac + MLK3 +Raf + Mek +Raf - MLCP +Raf - Raf_Loc +Raf - Raf_Rest +Raf_DeP + Raf_DeP +Raf_DeP + Raf_Loc +Raf_DeP - Raf_Rest +Raf_Loc + Raf +Raf_Loc - Raf_DeP +Raf_Loc + Raf_Loc +Raf_Rest + Raf_DeP +Raf_Rest + Raf_Rest +Ral + PLD +Ral + RalBP1 +RalBP1 - Rac +RalBP1 + Cdc42 +RalGDS + Ral +Rap1 + Tiam +Ras + PI3K +Ras - RalGDS +Ras + Tiam +Ras + Mekk1 +Ras + Sos +Ras + Raf_Loc +Ras + Raf +RasGRF_GRP + Ras +RasGRF_GRP + Rac +rb - mdm2 +rb - CyclinA +rb - CyclinE +rb - e2f1 +RGS - Gaq +RGS - Gai +RGS - Gas +Rho + PI4K +Rho + PLD +Rho - Rac +Rho + Mekk1 +Rho + PTEN +Rho + PI5K +Rho + RhoK +RhoGDI - Rac +RhoGDI - Rho +RhoGDI - Cdc42 +RhoK + ARHGAP22 +RhoK + PI5K +RhoK + MLCP +RhoK + Myosin +RKIP + Raf +RKIP - GRK +SAPK - bcl2 +SAPK + MKPs +SAPK + MLK2 +Sek1 + p38 +Sek1 + SAPK +Shc + Grb2 +Shc + Mekk1 +SHP2 + Ras +SHP2 - p120RasGAP +SHP2 - Csk +SHP2 - Gab1 +SHP2 - Cbp +Slug - E-cad +Smac - XIAP +Smad2 + smad2_4 +smad2_4 + p15 +smad2_4 + MMP +smad2_4 - E-cad +smad2_4 + p27 +smad2_4 + p21 +Snail - E-cad +Sos + Ras +Src - Cdc42 +Src + Shc +Src + PI3K +Src + DGK +Src - p120RasGAP +Src + Graf +Src + Raf +Src + Csk +Src + Mekk2 +Src + Akt +Src + Fak +Src - PP2A +Src + PI5K +Src + Tiam +Src - PTEN +Src + Cbp +Src + Rap1 +Src + PLC_g +Src - Talin +Src + WASP +Src + GRK +Src - RhoGDI +Src + p190RhoGAP +Src + PDK1 +Src + PAK +Src + Integrins +Src + Vinc +Src + Crk +Src + Grb2 +Src + Cas +Stathmin + GEFH1 +Stress + TAO_1_2 +Stress - PTP1b +Stress + Trx +Stress + PTEN +Tab_1_2 + TAK1 +TAK1 + IKK +TAK1 + Sek1 +TAK1 + MKK3 +TAK1 + NIK +TAK1 + MKK6 +Talin + Integrins +Talin + PI5K +Talin + Fak +Talin + Vinc +TAO_1_2 + MKK3 +TAO_1_2 + MKK6 +Tgf-b + TGFR +TGFR + Smad2 +Tiam + Rac +Tpl2 + Mek +Tpl2 + Sek1 +Tpl2 + MKK6 +Tpl2 + MKK3 +Tpl2 + NIK +Trafs + GCK +Trafs + Mekk1 +Trafs + Tpl2 +Trafs + Trx +Trafs + Tab_1_2 +Trafs + TAK1 +Trafs + Mekk3 +Trio + Fak +Trx + ASK1 +Trx - PKC +WASP + Arp_2_3 +wip1 - atm +wip1 + mdm2 +wip1 - p14arf +wip1 + mdmx +WNT + Frizzled +XIAP - Casp-3 +XIAP - Casp-9 +Casp-3 + Apoptosis +MMP + Metastasis +Rho + Metastasis +E-cad - Metastasis +CyclinA + Proliferation +CyclinB + Proliferation +CyclinD + Proliferation +CyclinE + Proliferation diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/cho_2016/network_org.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/cho_2016/network_org.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,696 @@ +A20 - TAK1 +A20 - IKK +AA - RhoGDI +AA - PLC_g +AA + PKC +AC + cAMP +Actin + PLD +Actin + Vinc +Akt + bcl2 +Akt - Casp-9 +Akt +/- ASK1 +Akt - Rac +Akt - Raf +Akt - PAK +Akt + mdmx +Akt + IKK +Akt + mdm2 +Akt - p21 +Akt - p27 +alpha_12_13_lig + alpha_12_13_R +alpha_12_13_R + alpha_12_13_R +alpha_12_13_R + Ga_12_13 +alpha_12_13_R + Palpha_12_13_R +alpha_12_13_R + RalGDS +alpha_12_13_R + Gbg_12_13 +alpha_12_13_R + EGFR +alpha_i_lig + alpha_i_R +alpha_i_R + alpha_i_R +alpha_i_R + Palpha_i_R +alpha_i_R + RalGDS +alpha_i_R + Gbg_i +alpha_i_R + EGFR +alpha_i_R + Gai +alpha_q_lig + alpha_q_R +alpha_q_R + alpha_q_R +alpha_q_R + Palpha_q_R +alpha_q_R + Gaq +alpha_q_R + RalGDS +alpha_q_R + Gbg_q +alpha_q_R + EGFR +alpha_s_lig + alpha_s_R +alpha_s_lig + Gai +alpha_s_R + alpha_s_R +alpha_s_R + Palpha_s_R +alpha_s_R + Src +alpha_s_R + RalGDS +alpha_s_R - Gai +alpha_s_R + Gbg_s +alpha_s_R + Gas +AND_3_4 + Ral +APC - beta-catenin +ARF + PI5K +ARF + PLD +ARF + PI4K +Arp_2_3 + Actin +ASK1 + MKK3 +ASK1 + MKK6 +ASK1 + Sek1 +ASK1 + MKK7 +atm + e2f1 +atm - mdm2 +atm + rb +atm - mdmx +atm + p53 +atm + BRCA1 +B_Arrestin + Src +B_Arrestin + RalGDS +B_Arrestin + GRK +B_Arrestin + PDE4 +B_Arrestin - alpha_12_13_R +B_Arrestin - alpha_i_R +B_Arrestin - alpha_q_R +B_Arrestin - alpha_s_R +B_Parvin + Pix_Cool +bax + Smac +bax + CytochromeC +bcl2 - p53 +bcl2 - bax +beta-catenin + CyclinD +beta-catenin + Slug +beta-catenin + MMP +BRCA1 + CHK1 +Ca + PLA2 +Ca + PKC +Ca + CaM +Ca + DGK +Ca + EGFR +Ca +/- IP3R1 +Ca + p120RasGAP +CaM + RGS +CaM + Myosin +CaM + CaMKK +CaM - IP3R1 +CaM + MLCK +CaM + CaMK +CaM + Ral +CaM + RasGRF_GRP +CaMK + Rap1 +CaMK + Tiam +CaMK + PLA2 +CaMKK + Akt +CaMKK + CaMK +cAMP + PP2A +cAMP + MKPs +cAMP + PKA +cAMP + Rap1 +Cas + Src +Cas + DOCK180 +Cas + Nck +Cas + Crk +Cas + AND_3_4 +Casp-3 - rb +Casp-3 - bcl2 +Casp-8 + Casp-3 +Casp-9 + Casp-3 +Cbp + Csk +Cdc20 - CyclinB +Cdc20 - CyclinA +Cdc20 + Cdh1 +Cdc42 + Mekk1 +Cdc42 + Mekk4 +Cdc42 + MLK2 +Cdc42 + RasGRF_GRP +Cdc42 + MLK1 +Cdc42 + PAK +Cdc42 +/- Rac +Cdc42 + MLK3 +Cdc42 + WASP +Cdc42 + PLD +Cdc42 + PTEN +Cdh1 - Cdc20 +Cdh1 + CyclinA +Cdh1 - CyclinB +Crk + Sos +Crk + PI3K +Crk + DOCK180 +Crk +/- WASP +Csk - Src +cycg - atm +cycg + mdm2 +CyclinA - CyclinE +CyclinA - p27 +CyclinA - Cdh1 +CyclinA - e2f1 +CyclinA - rb +CyclinB + Cdc20 +CyclinB - p27 +CyclinB - Cdh1 +CyclinB - e2f1 +CyclinD - p27 +CyclinD - rb +CyclinE - mdm2 +CyclinE - rb +CytochromeC + Casp-9 +DAG + PKC +DAG + DGK +DAG + RasGRF_GRP +Daxx + ASK1 +DGK - DAG +DNA_damage + atm +DNA_damage + p14arf +DOCK180 + Rac +e2f1 + BRCA1 +e2f1 + CytochromeC +e2f1 + atm +e2f1 + p14arf +e2f1 + CyclinA +e2f1 + CyclinE +ECM +/- Integrins +ECM + PTPPEST +ECM + AC +ECM + Rac +EGF + EGFR +EGF - PTP1b +EGFR + Grb2 +EGFR + Shc +EGFR + VAV2 +EGFR + Src +EGFR + Nck +EGFR +/- PLC_g +EGFR + p120RasGAP +EGFR + Gab1 +EGFR - PP2A +EGFR + PI3K +EGFR - PTP1b +EGFR + DGK +EGFR + Mekk2 +Erk + p90RSK +Erk - Stathmin +Erk + Myc +Erk - Sos +Erk + Slug +Erk + MMP +Erk - GRK +Erk - Raf +Erk + Snail +Erk + MKPs +Erk + PLA2 +Erk - PDE4 +Erk + MLCK +Erk + CyclinD +ExtPump - Ca +FADD + Casp-8 +Fak + p190RhoGAP +Fak + Shc +Fak + PLC_g +Fak + Grb2 +Fak +/- Csk +Fak + Src +Fak + Trio +Fak + PI5K +Fak + p190RhoGEF +Fak + WASP +Fak - p120RasGAP +Fak + PI3K +Fak + GEFH1 +Fak + LARG +Fak + Graf +Fak +/- Fak +Fak + Crk +Fak + Cas +Fas + FasR +FasR + FADD +FasR + Daxx +Frizzled - APC +Fyn + LARG +Ga_12_13 + Gbg_12_13 +Ga_12_13 + p115RhoGEF +Gab1 + PI3K +Gab1 - Mekk3 +Gab1 + SHP2 +Gai + Gbg_i +Gai + PI4K +Gai - Rap1 +Gai + Src +Gaq + PI4K +Gaq + Gbg_q +Gaq + PLC_B +Gas + Gbg_s +Gas + AC +Gas + Src +Gbg_12_13 + Csk +Gbg_12_13 - Gbg_12_13 +Gbg_12_13 + GRK +Gbg_i - Gbg_i +Gbg_i +/- Gai +Gbg_i + Cdc42 +Gbg_i +/- Rac +Gbg_i + AC +Gbg_i + Csk +Gbg_i + PLC_B +Gbg_i + GRK +Gbg_i + PI3K +Gbg_i + IP3R1 +Gbg_q - Gbg_q +Gbg_q + Csk +Gbg_q + GRK +Gbg_q +/- Gaq +Gbg_s - Gbg_s +Gbg_s + GRK +Gbg_s +/- Gas +GCK + Mekk1 +Graf +/- Cdc42 +Graf - Rho +Grb2 + Mekk1 +Grb2 + Gab1 +Grb2 + Sos +Grb2 + Mekk2 +Grb2 + PAK +Grb2 + WASP +GRK + Palpha_12_13_R +GRK + Palpha_i_R +GRK + Palpha_q_R +GRK + Palpha_s_R +IkB - NF-kappaB +IKK - IkB +IL1_TNF + IL1_TNFR +IL1_TNFR + TAK1 +IL1_TNFR + Trafs +IL1_TNFR + FADD +IL1_TNFR + MLK3 +IL1_TNFR + Smad2 +IL1_TNFR + Mekk3 +ILK + Akt +ILK - Integrins +ILK + Myosin +ILK + B_Parvin +ILK - MLCP +Integrins + Fak +Integrins + PTPPEST +Integrins + AC +Integrins + Rac +IP3 + IP3R1 +IP3R1 + Ca +mdm2 - mdmx +mdm2 + e2f1 +mdm2 - p21 +mdm2 - rb +mdm2 - p53 +mdmx + mdm2 +mdmx - p53 +Mek + Erk +Mekk1 + Mek +Mekk1 + MKK7 +Mekk1 + Sek1 +Mekk2 + MKK3 +Mekk2 + Mek +Mekk2 + MKK7 +Mekk2 + Sek1 +Mekk3 + Mek +Mekk3 + MKK3 +Mekk3 + MKK7 +Mekk3 + Sek1 +Mekk4 + MKK7 +Mekk4 + MKK6 +Mekk4 + MKK3 +Mekk4 + Sek1 +MKK3 + p38 +MKK6 + p38 +MKK7 + SAPK +MKPs - SAPK +MKPs - Erk +MKPs - p38 +MLCK + Myosin +MLCP - Myosin +MLK1 + MKK3 +MLK1 + MKK7 +MLK1 + Sek1 +MLK2 + MKK3 +MLK2 + MKK7 +MLK2 + Sek1 +MLK3 + MKK3 +MLK3 + MKK6 +MLK3 + MKK7 +MLK3 + Sek1 +Myc + CyclinD +Myc - p21 +Myc - p27 +Myosin + Actin +Nck + NIK +Nck + Sos +Nck + WASP +Nck + PAK +NF-kappaB + CyclinD +NF-kappaB + MMP +NF-kappaB + A20 +NF-kappaB + IkB +NIK + Mekk1 +p115RhoGEF + Rho +p115RhoGEF - Ga_12_13 +p120RasGAP - p190RhoGAP +p120RasGAP +/- Ras +p14arf - mdmx +p14arf - mdm2 +p14arf - e2f1 +p15 - CyclinD +p190RhoGAP - Rac +p190RhoGAP - Rho +p190RhoGAP +/- Cdc42 +p21 - CyclinD +p21 - CyclinB +p21 - CyclinA +p21 - CyclinE +p27 - CyclinB +p27 - CyclinD +p27 - CyclinE +p27 - CyclinA +p38 + MKPs +p38 - Tab_1_2 +p53 - CyclinB +p53 - beta-catenin +p53 - cycg +p53 - bcl2 +p53 + wip1 +p53 + PTEN +p53 - p14arf +p53 + bax +p53 + p21 +p53 - IKK +p53 + mdm2 +p53 - Slug +p53 - Snail +p53 + CytochromeC +p90RSK + PDK1 +PA + DGK +PA - PLC_g +PA + PI5K +PAK + MKK3 +PAK + MKK6 +PAK - Stathmin +PAK +/- Rac +PAK + Cdc42 +PAK + Mek +PAK - MLCP +PAK + Raf +PAK + Myosin +PAK - MLCK +Palpha_12_13_R +/- alpha_12_13_R +Palpha_12_13_R + B_Arrestin +Palpha_i_R +/- alpha_i_R +Palpha_i_R +/- alpha_q_R +Palpha_i_R + B_Arrestin +Palpha_q_R + B_Arrestin +Palpha_s_R +/- alpha_s_R +Palpha_s_R + B_Arrestin +PDE4 - cAMP +PDK1 + p90RSK +PDK1 + PKC_primed +PDK1 - RalGDS +PDK1 +/- PAK +PDK1 + PKA +PDK1 + Akt +PI3K + PIP2_34 +PI3K + PIP3_345 +PI3K + Mekk2 +PI3K + VAV2 +PI3K - PIP_4 +PI3K +/- PIP2_45 +PI3K + Fyn +PI3K + PTEN +PI4K + PIP2_45 +PI4K + PIP_4 +PI4K + PIP2_34 +PI5K - PIP_4 +PI5K - PIP2_34 +PI5K + PIP2_45 +PI5K + PIP3_345 +PIP2_34 + Pix_Cool +PIP2_34 + p120RasGAP +PIP2_34 + Tiam +PIP2_34 + PIP_4 +PIP2_34 + PIP3_345 +PIP2_34 + Akt +PIP2_45 +/- Sos +PIP2_45 + GRK +PIP2_45 + p120RasGAP +PIP2_45 + PIP3_345 +PIP2_45 - Vinc +PIP2_45 + Talin +PIP2_45 + Tiam +PIP2_45 + PLD +PIP2_45 + ARF +PIP2_45 + IP3 +PIP2_45 + DAG +PIP2_45 + WASP +PIP2_45 + PLA2 +PIP2_45 - RhoGDI +PIP3_345 + Pix_Cool +PIP3_345 - RalGDS +PIP3_345 + PIP2_45 +PIP3_345 + PLD +PIP3_345 + Akt +PIP3_345 + RGS +PIP3_345 + p120RasGAP +PIP3_345 + Gab1 +PIP3_345 + PLC_g +PIP3_345 + Sos +PIP3_345 + Tiam +PIP3_345 + ILK +PIP3_345 + ARF +PIP3_345 + DOCK180 +PIP3_345 + p115RhoGEF +PIP3_345 + PLA2 +Pix_Cool + Rac +Pix_Cool + Cdc42 +Pix_Cool + PTEN +PKA +/- CaMKK +PKA + Src +PKA - Raf +PKA - MLCK +PKA + Rap1 +PKA + IP3R1 +PKA - PLC_B +PKA +/- MLCP +PKA - PAK +PKA + PDE4 +PKA - PTPPEST +PKA + Csk +PKA - Rho +PKA + Gai +PKA - Gas +PKC + PLD +PKC +/- Talin +PKC +/- IP3R1 +PKC - PTPPEST +PKC + PI4K +PKC - RalGDS +PKC - RhoGDI +PKC + RKIP +PKC + Tiam +PKC - MLCP +PKC +/- GRK +PKC - PKC_primed +PKC + PTPa +PKC +/- EGFR +PKC +/- AC +PKC + DGK +PKC_primed + PKC +PKC_primed +/- PKC_primed +PLA2 + AA +PLC_B + IP3 +PLC_B +/- PIP2_45 +PLC_B + DAG +PLC_B - Gaq +PLC_g + IP3 +PLC_g + Mekk2 +PLC_g +/- PIP2_45 +PLC_g + DAG +PLD + PA +PP2A + Raf_DeP +PP2A - Mek +PP2A - Erk +PP2A +/- Integrins +PP2A - SAPK +PP2A - PKA +PP2A +/- IP3R1 +PP2A - p38 +PP2A - Akt +PP2A +/- CaMK +PP2A - PKC +PTEN - Shc +PTEN - Fak +PTEN - PIP2_34 +PTEN + PIP2_45 +PTEN + PIP_4 +PTEN - PIP3_345 +PTP1b - PAK +PTP1b +/- EGFR +PTP1b + Src +PTPa + Src +PTPPEST - Crk +PTPPEST - Cas +PTPPEST - WASP +Rac + MLK2 +Rac + Mekk4 +Rac + Mekk3 +Rac + MLK1 +Rac + PLD +Rac +/- PI5K +Rac + PAK +Rac + Mekk1 +Rac - Cdc42 +Rac + MLK3 +Raf + Mek +Raf - MLCP +Raf - Raf_Loc +Raf - Raf_Rest +Raf_DeP +/- Raf_DeP +Raf_DeP + Raf_Loc +Raf_DeP - Raf_Rest +Raf_Loc + Raf +Raf_Loc - Raf_DeP +Raf_Loc +/- Raf_Loc +Raf_Rest + Raf_DeP +Raf_Rest +/- Raf_Rest +Ral +/- PLD +Ral + RalBP1 +RalBP1 - Rac +RalBP1 +/- Cdc42 +RalGDS + Ral +Rap1 + Tiam +Ras + PI3K +Ras - RalGDS +Ras + Tiam +Ras + Mekk1 +Ras +/- Sos +Ras + Raf_Loc +Ras + Raf +RasGRF_GRP + Ras +RasGRF_GRP + Rac +rb - mdm2 +rb - CyclinA +rb - CyclinE +rb - e2f1 +RGS - Gaq +RGS - Gai +RGS - Gas +Rho + PI4K +Rho + PLD +Rho - Rac +Rho + Mekk1 +Rho + PTEN +Rho +/- PI5K +Rho + RhoK +RhoGDI - Rac +RhoGDI - Rho +RhoGDI - Cdc42 +RhoK + ARHGAP22 +RhoK + PI5K +RhoK +/- MLCP +RhoK + Myosin +RKIP + Raf +RKIP - GRK +SAPK - bcl2 +SAPK + MKPs +SAPK + MLK2 +Sek1 + p38 +Sek1 + SAPK +Shc + Grb2 +Shc + Mekk1 +SHP2 + Ras +SHP2 - p120RasGAP +SHP2 - Csk +SHP2 - Gab1 +SHP2 - Cbp +Slug - E-cad +Smac - XIAP +Smad2 + smad2_4 +smad2_4 + p15 +smad2_4 + MMP +smad2_4 - E-cad +smad2_4 + p27 +smad2_4 + p21 +Snail - E-cad +Sos + Ras +Src - Cdc42 +Src + Shc +Src + PI3K +Src + DGK +Src - p120RasGAP +Src + Graf +Src + Raf +Src +/- Csk +Src + Mekk2 +Src + Akt +Src + Fak +Src - PP2A +Src + PI5K +Src + Tiam +Src - PTEN +Src + Cbp +Src + Rap1 +Src + PLC_g +Src - Talin +Src + WASP +Src + GRK +Src - RhoGDI +Src + p190RhoGAP +Src + PDK1 +Src + PAK +Src +/- Integrins +Src + Vinc +Src + Crk +Src + Grb2 +Src + Cas +Stathmin + GEFH1 +Stress + TAO_1_2 +Stress - PTP1b +Stress + Trx +Stress + PTEN +Tab_1_2 + TAK1 +TAK1 + IKK +TAK1 + Sek1 +TAK1 + MKK3 +TAK1 + NIK +TAK1 + MKK6 +Talin +/- Integrins +Talin +/- PI5K +Talin + Fak +Talin + Vinc +TAO_1_2 + MKK3 +TAO_1_2 + MKK6 +Tgf-b + TGFR +TGFR + Smad2 +Tiam + Rac +Tpl2 + Mek +Tpl2 + Sek1 +Tpl2 + MKK6 +Tpl2 + MKK3 +Tpl2 +/- NIK +Trafs + GCK +Trafs + Mekk1 +Trafs + Tpl2 +Trafs + Trx +Trafs + Tab_1_2 +Trafs + TAK1 +Trafs + Mekk3 +Trio + Fak +Trx + ASK1 +Trx - PKC +WASP + Arp_2_3 +wip1 - atm +wip1 + mdm2 +wip1 - p14arf +wip1 + mdmx +WNT + Frizzled +XIAP - Casp-3 +XIAP - Casp-9 +Casp-3 + Apoptosis +MMP + Metastasis +Rho + Metastasis +E-cad - Metastasis +CyclinA + Proliferation +CyclinB + Proliferation +CyclinD + Proliferation +CyclinE + Proliferation diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/flobak_2015/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/flobak_2015/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,48 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Flobak, Å., Baudot, A., Remy, E., Thommesen, L., Thieffry, D., Kuiper, M., & Laegreid, A. +Discovery of Drug Synergies in Gastric Cancer Cells Predicted by Logical Modeling. +PLoS Comput Biol, (2015) 11(8). +""" + +import os + +import pandas as pd + +import sfa +import sfa.base + + +def create_data(): + return FlobakData() + + +class FlobakData(sfa.base.Data): + + def __init__(self): + + self._abbr = "flobak_2015" + self._name = "Flobak et al. PLoS Comput Biol, (2015) 11(8)" + inputs = {} + + dpath = os.path.dirname(__file__) + fpath_network = os.path.join(dpath, 'network.sif') + A, n2i, dg = sfa.read_sif(fpath_network, as_nx=True) + self._A = A + self._n2i = n2i + self._i2n = {idx: name for name, idx in n2i.items()} + self._dg = dg + self._inputs = inputs + + # The following members are not defined due to the lack of data. + self._df_conds = None + self._df_exp = None + self._df_ptb = None + self._has_link_perturb = False + self._names_ptb = None + self._iadj_to_idf = None + # end of def __init__ +# end of def class + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/flobak_2015/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/flobak_2015/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,149 @@ +p38alpha - TAB1 +AKT + CFLAR +ITCH - CFLAR +AKT + IKKA +DKK1gene + DKK1 +AKT - pras40 +LRP - Axin +betacatenin + TCF +NLK - TCF +TCF + cMYC +FOXO + RTPKgene +GSK3 + TSC2 +IKKB - TSC2 +AKT - TSC2 +RSK - TSC2 +ERK - TSC2 +cMYC - SFRP1gene +CytochromeC + Caspase9 +p38alpha + p53 +MDM2 - p53 +TCF + DKK1gene +cMYC - DKK1gene +GRB2 + GAB +ERK - GAB +PDK1 + AKT +mTORC2 + AKT +AKT - ASK1 +ERK + RSK +PDK1 + RSK +GAB + SHP2 +SOS + Ras +SHP2 + Ras +Rac + MEKK4 +PDK1 + S6K +mTORC1 + S6K +ASK1 + MKK3 +TAK1 + MKK3 +PI3K + PDK1 +PTEN - PDK1 +Raf + MEK +MAP3K8 + MEK +ERK - MEK +p38alpha + DUSP1 +MSK + DUSP1 +AKT - BAD +RSK - BAD +p53 + BAX +TAB1 + TAK1 +RTPKgene + RTPK +MMP + RTPK +p38alpha - RTPK +MEK - RTPK +LRP - CK1 +TCF - Egr1 +GRB2 + SOS +ERK - SOS +BAD - BCL2 +TAK1 + MKK7 +GRAP2 + MKK7 +Fz + LRP +ERK + LRP +JNK1 + LRP +p38alpha + LRP +DKK1 - LRP +SHC1 + GRB2 +IKKB + MAP3K8 +CFLAR - Caspase8 +AKT - FOXO +NLK - FOXO +LRP - GSK3 +RSK - GSK3 +S6K - GSK3 +ERK - GSK3 +p38alpha - GSK3 +Dvl - GSK3 +AKT - GSK3 +Ras + Raf +Rheb - Raf +AKT - Raf +ERK - Raf +JNK1 + ITCH +Rac + MLK3 +Egr1 + PTENgene +MKK3 + p38alpha +MKK4 + p38alpha +DUSP1 - p38alpha +TAK1 + IKKB +p53 - IKKB +ERK + MSK +p38alpha + MSK +AKT + MDM2 +MDM2gene + MDM2 +S6K - MDM2 +NFkB + MDM2gene +p53 + MDM2gene +ERK + DUSP6 +mTORC1 + DUSP6 +IKKA + NFkB +IKKB + NFkB +MSK + NFkB +MKK7 + JNK1 +MKK4 + JNK1 +DUSP1 - JNK1 +MEK + ERK +DUSP6 - ERK +TSC2 - Rheb +Dvl + Rac +mTORC2 + Rac +BAX + CytochromeC +BCL2 - CytochromeC +IKKA + betacatenin +betaTrCP - betacatenin +MEKK4 + MKK4 +MLK3 + MKK4 +TAK1 + MKK4 +GRAP2 + MKK4 +TSC2 + mTORC2 +S6K - mTORC2 +RTPK + SHC1 +PTEN - SHC1 +S6K - IRS1 +ERK - IRS1 +IKKB - IRS1 +Rheb + mTORC1 +RSK + mTORC1 +pras40 - mTORC1 +TAK1 + NLK +Fz + Dvl +Axin + betaTrCP +GSK3 + betaTrCP +CK1 + betaTrCP +SFRP1gene + SFRP1 +SFRP1 - Fz +LEF + MMP +GAB + PI3K +IRS1 + PI3K +Ras + PI3K +betacatenin + LEF +PTENgene + PTEN +GSK3 - PTEN +p38alpha - GRAP2 +RSK + CCND1 +TCF + CCND1 +Caspase8 + Caspase37 +Caspase9 + Caspase37 +Caspase37 + Antisurvival +FOXO + Antisurvival +CCND1 + Prosurvival +cMYC + Prosurvival \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/fumia_2013/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/fumia_2013/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,55 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Fumiã, H. F., & Martins, M. L. +Boolean Network Model for Cancer Pathways: Predicting +Carcinogenesis and Targeted Therapy Outcomes. +PLoS ONE, (2013) 8(7), e69008 + +""" + +import os + +import pandas as pd + +import sfa +import sfa.base + + +def create_data(): + return FumiaData() + + +class FumiaData(sfa.base.Data): + + def __init__(self): + + self._abbr = "fumia_2013" + self._name = "Fumiã et al. PLoS ONE, (2013) 8(7), e69008" + inputs = {} + inputs['Mutagen'] = 1.0 + inputs['GFs'] = 1.0 + inputs['Nutrients'] = 1.0 + inputs['TNFα'] = 0.0 + inputs['Hypoxia'] = 1.0 + + dpath = os.path.dirname(__file__) + fpath_network = os.path.join(dpath, 'network.sif') + A, n2i, dg = sfa.read_sif(fpath_network, as_nx=True) + self._A = A + self._n2i = n2i + self._i2n = {idx: name for name, idx in n2i.items()} + self._dg = dg + self._inputs = inputs + + # The following members are not defined due to the lack of data. + self._df_conds = None + self._df_exp = None + self._df_ptb = None + self._has_link_perturb = False + self._names_ptb = None + self._iadj_to_idf = None + # end of def __init__ +# end of def class + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/fumia_2013/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/fumia_2013/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,253 @@ +RAF - TSC1/2 +HIF1 + VEGF +AMPK + TSC1/2 +CyclinB - Rb +ATM/ATR + CHK1/2 +Hypoxia - VHL +PI3K + PIP3 +Smad/E2F - Myc/Max +HIF1 - BAX +E2F + E2F +p53 - IKK +Cytoc/APAF1 + Caspase9 +p27 - CyclinA +Mdm2 - p53 +AKT + Glut-1 +TGFβ - Myc/Max +GSK-3 - Snail +NF-κB + Snail +Gli + CyclinD +hTERT + PI3K +p53/PTEN - PTEN +p53 + p53/PTEN +Myc/Max - p27 +ATM/ATR - Mdm2 +AKT - p21 +Myc/Max + Glut-1 +Myc/Max - p21 +Hypoxia - PHDs +NF-κB + Myc +TNFα + TAK1 +cdc20 - CyclinA +TAK1 - TCF +CyclinB + cdc20 +GFs + RTK +Smad/Miz-1 + p27 +UbcH10 + cdh1/UbcH10 +p21 - CyclinA +cdh1 + cdh1/UbcH10 +p53 + p21 +mTOR - GSK-3 +β-catenin + TCF +Myc/Max + hTERT +Myc/Max + PDK1 +GSK-3/APC - β-catenin +p53 - CyclinB +WNT + PKC +NF1 + hTERT +IKK + NF-κB +Mdm2 + p53/Mdm2 +p53 - β-catenin +NF-κB + GSH +E-cadherin - NF-κB +Rb - CyclinA +ROS + DNA_Damage +HIF1 + MXI1 +HIF1 + COX412 +HIF1 + TSC1/2 +Miz-1 + Smad/Miz-1 +mTOR + p70 +p90RSK - BAD +HIF1 + p53 +TAK1 + IKK +PIP3 + PDK1 +TCF + Myc +E2F + E2F/CyclinE +ATM/ATR + DNA_Repair +PKC + IKK +mTOR + HIF1 +PKC + NF1 +Caspase8 + Cytoc/APAF1 +Nutrients + RAGS +mTOR + IKK +NF-κB + Bcl-2 +RHEB + mTOR +PDK1 + p70 +Smad/Miz-1 - hTERT +E2F/CyclinE + CyclinA +p53 - hTERT +JNK + BAX +CyclinA - cdh1 +p53 + BAX +VHL - HIF1 +Smad + Smad/E2F +CyclinB + UbcH10 +Ras + RAF +HIF1 - Myc +Gli + Myc +AKT - TSC1/2 +PDK1 + AKT +PIP3 + NF-κB +TNFα + FADD +PHDs - IKK +FosJun + Myc +RTK + Ras +COX412 - ROS +p53 - Bcl-2 +NF1 - Ras +Smad/Miz-1 + p21 +CyclinB - cdh1 +eEF2 - hTERT +p90RSK + eEF2K +Myc + Myc/Max +FADD + Caspase8 +E2F + Myc +Myc/Max + HIF1 +CyclinA + UbcH10 +TGFβ + Smad +TNFα - Smad +CyclinA - CyclinE +UbcH10 + UbcH10 +PTEN - PIP3 +BAX + Cytoc/APAF1 +WNT + Dsh +p90RSK - GSK-3 +CyclinE - Rb +cdc20 - CyclinB +Bcl-2 - p53 +Hypoxia - RAGS +MXI1 - Myc/Max +HIF1 + Glut-1 +FOXO - HIF1 +CyclinD - Rb +CyclinA - Rb +AMP/ATP + AMPK +p21 - CyclinD +Smad/Miz-1 + p15 +HIF1 + hTERT +HIF1 - BAD +Dsh - GSK-3 +NF-κB + CyclinD +PDK1 + p90RSK +p21 + GSH +TCF + CyclinD +CyclinA + CyclinA +HIF1 + LDHA +HIF1 + TGFβ +E2F + CyclinE +Rb - CyclinE +BAD - Bcl-XL +AKT + hTERT +Bcl-XL - Cytoc/APAF1 +AKT - Cytoc/APAF1 +GSK-3 + GSK-3/APC +AKT + Mdm2 +p53 - HIF1 +Snail + NF-κB +Nutrients - AMP/ATP +HIF1 + AMPK +p53 + Cytoc/APAF1 +GFs - AMPK +Myc/Max + LDHA +Hypoxia + HIF1 +ROS - PHDs +hTERT - p21 +FosJun + CyclinD +Myc/Max + CyclinD +p27 - CyclinE +Myc/Max - Miz-1 +TGFβ + JNK +TSC1/2 - RHEB +cdh1 - cdc20 +BAX - Bcl-2 +RAGS + mTOR +Ras + PI3K +cdc20 + cdh1 +RAF - BAD +Miz-1 + p15 +CyclinD - p27 +BAD - Bcl-2 +CHK1/2 + p53 +Mdm2 - Rb +AKT - p27 +cdc20 + UbcH10 +cdh1 - CyclinB +GSH - ROS +p27 - CyclinB +ERK-1/2 - TSC1/2 +Smad/Miz-1 + Snail +Rb - E2F +Ras + p14ARF +ERK-1/2 + p90RSK +p21 - CyclinE +RTK + PKC +Bcl-2 - Cytoc/APAF1 +CyclinE + E2F/CyclinE +Smad + Smad/Miz-1 +Bcl-2 - BAX +PTEN - APC +ROS - VHL +DNA_Damage + ATM/ATR +Caspase8 + Apoptosis +AKT - GSK-3 +BaK + Cytoc/APAF1 +p90RSK - TSC1/2 +Myc/Max + GSH +E2F + p14ARF +NF-κB - E-cadherin +AMPK - mTOR +CyclinA - E2F +Gli + WNT +Caspase8 + BaK +HIF1 + PDK1 +NF-κB + Slug +p53 + Mdm2 +GSK-3 - CyclinD +HIF1 + p27 +CyclinB - p27 +eEF2K - eEF2 +p14ARF - Mdm2 +APC + GSK-3/APC +p53 - Snail +HIF1 + p21 +PHDs - HIF1 +p53 - WNT +Myc/Max + VEGF +Caspase9 + Apoptosis +p70 + eEF2K +NF-κB + hTERT +PKC + RAF +p53/Mdm2 - Slug +p15 - CyclinD +ERK-1/2 + FosJun +p53 + p53/Mdm2 +Snail - E-cadherin +FOXO - CyclinD +AKT - BAD +PIP3 + AKT +Myc/Max + p14ARF +LDHA + Acid_Lactic +p21 - CyclinB +Max + Myc/Max +p53 - Bcl-XL +cdh1/UbcH10 + CyclinA +AKT + mTOR +ATM/ATR + AMPK +Mutagen + DNA_Damage +TCF + Slug +CyclinB - E2F +Slug - E-cadherin +p53 + TSC1/2 +AKT + IKK +CyclinA - p27 +cdh1 - UbcH10 +p27 - CyclinD +JNK + FosJun +AKT - FOXO +PTEN + p53/PTEN +ERK-1/2 + Myc +RAF + ERK-1/2 +CyclinA + Proliferation +CyclinB + Proliferation +CyclinD + Proliferation +CyclinE + Proliferation \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/korkut_2015a/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/korkut_2015a/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,90 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Korkut and Wang et al. +Perturbation biology nominates upstream-downstream drug combinations +in RAF inhibitor resistant melanoma cells +eLife (2015) 4:e04640 +""" + +import os + +import numpy as np +import pandas as pd + +import sfa +import sfa.base + +def create_data(): + dpath = os.path.dirname(__file__) + fpath_network = os.path.join(dpath, "model_3250.sif") + return KorkutData("KORKUT_2015A", dpath, fpath_network) + + +class KorkutData(sfa.base.Data): + + def __init__(self, abbr, dpath, fpath_network): + + self._abbr = abbr + self._name = "Korkut and Wang et al. eLife 2015;4:e04640" + + fpath_ptb = os.path.join(dpath, "ptb.tsv") + + A, n2i, dg = sfa.read_sif(fpath_network, as_nx=True) + self._A = A + self._n2i = n2i + self._dg = dg + self._df_conds = pd.read_table(os.path.join(dpath, "conds.tsv"), + header=0, index_col=0) + self._df_exp = pd.read_table(os.path.join(dpath, "exp.tsv"), + header=0, index_col=0) + + self._inputs = {} + self._df_ptb = pd.read_table(fpath_ptb, index_col=0) + if any(self._df_ptb.Type == 'link'): + self._has_link_perturb = True + else: + self._has_link_perturb = False + + + # Remove the rows and columns of a node which is not + # included in the given network structure. + not_included = set(self._df_conds.columns) - set(self._n2i.keys()) + for target in not_included: + ind_removed = self._df_conds[self.df_conds[target] != 0].index + self._df_conds.drop(ind_removed, inplace=True) + self._df_conds.drop([target], axis=1, inplace=True) + self._df_exp.drop(ind_removed, inplace=True) + self._df_ptb.drop([target], inplace=True) + + # Re-index according to the new size. + self._df_conds.index = np.arange(1, self._df_exp.shape[0]+1) + self._df_exp.index = self._df_conds.index + + + self._names_ptb = [] + for i, row in enumerate(self._df_conds.iterrows()): + row = row[1] + list_name = [] # Target names + for target in self._df_conds.columns[row.nonzero()]: + list_name.append(target) + # end of for + self._names_ptb.append(list_name) + # end of for + + s1 = set(self._df_exp.columns) # From experimental data + s2 = set(n2i.keys()) # From network + exp_only = s1 - s2 + self._df_exp.drop(exp_only, axis=1, inplace=True) + + + # For mapping from the indices of adj. matrix to those of DataFrame + # (arrange the indices of adj. matrix according to df_exp.columns) + self._iadj_to_idf = [n2i[x] for x in self._df_exp.columns] + self._i2n = {idx: name for name, idx in n2i.items()} + # end of def __init__ + + + + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/korkut_2015a/conds.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/korkut_2015a/conds.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,90 @@ + aMEK aAKT aHDAC aMDM2 aJAK aBRAFm aPKC aSTAT3 amTOR aPI3K aCDK4 aSRC +1 -0.698 0 0 0 0 0 0 0 0 0 0 0 +2 -0.698 0 -0.89 0 0 0 0 0 0 0 0 0 +3 -0.698 0 0 -0.393 0 0 0 0 0 0 0 0 +4 -0.698 0 0 0 -0.474 0 0 0 0 0 0 0 +5 -0.698 0 0 0 0 -0.552 0 0 0 0 0 0 +6 -0.698 0 0 0 0 0 -0.737 0 0 0 0 0 +7 -0.698 0 0 0 0 0 0 0 0 0 0 -0.441 +8 -0.698 0 0 0 0 0 0 -0.355 0 0 0 0 +9 -0.698 0 0 0 0 0 0 0 -0.978 0 0 0 +10 -0.698 0 0 0 0 0 0 0 0 -0.975 0 0 +11 -0.797 0 0 0 0 0 0 0 0 0 0 0 +12 0 -0.993 0 0 0 0 0 0 0 0 0 0 +13 0 -0.989 0 0 0 0 0 0 0 0 0 0 +14 -0.698 -0.989 0 0 0 0 0 0 0 0 0 0 +15 0 -0.989 -0.89 0 0 0 0 0 0 0 0 0 +16 0 -0.989 0 -0.393 0 0 0 0 0 0 0 0 +17 0 -0.989 0 0 -0.474 0 0 0 0 0 0 0 +18 0 -0.989 0 0 0 -0.552 0 0 0 0 0 0 +19 0 -0.989 0 0 0 0 -0.737 0 0 0 0 0 +20 0 -0.989 0 0 0 0 0 0 0 0 0 -0.441 +21 0 -0.989 0 0 0 0 0 -0.355 0 0 0 0 +22 0 -0.989 0 0 0 0 0 0 -0.978 0 0 0 +23 0 -0.989 0 0 0 0 0 0 0 -0.975 0 0 +24 0 0 -0.956 0 0 0 0 0 0 0 0 0 +25 0 0 -0.89 0 0 0 0 0 0 0 0 0 +26 0 0 -0.89 -0.393 0 0 0 0 0 0 0 0 +27 0 0 -0.89 0 0 0 -0.737 0 0 0 0 0 +28 0 0 -0.89 0 0 0 0 0 0 0 0 -0.441 +29 0 0 -0.89 0 0 0 0 0 -0.978 0 0 0 +30 0 0 0 -0.393 0 0 0 0 0 0 0 0 +31 0 0 0 -0.393 0 0 -0.737 0 0 0 0 0 +32 0 0 0 -0.393 0 0 0 0 0 0 0 -0.441 +33 0 0 0 -0.393 0 0 0 0 -0.978 0 0 0 +34 0 0 0 -0.266 0 0 0 0 0 0 0 0 +35 0 0 0 0 -0.474 0 0 0 0 0 0 0 +36 0 0 -0.89 0 -0.474 0 0 0 0 0 0 0 +37 0 0 0 -0.393 -0.474 0 0 0 0 0 0 0 +38 0 0 0 0 -0.474 0 -0.737 0 0 0 0 0 +39 0 0 0 0 -0.474 0 0 0 0 0 0 -0.441 +40 0 0 0 0 -0.474 0 0 -0.355 0 0 0 0 +41 0 0 0 0 -0.474 0 0 0 -0.978 0 0 0 +42 0 0 0 0 -0.474 0 0 0 0 0 0 0 +43 0 0 0 0 0 -0.568 0 0 0 0 0 0 +44 0 0 0 0 0 -0.552 0 0 0 0 0 0 +45 0 0 -0.89 0 0 -0.552 0 0 0 0 0 0 +46 0 0 0 -0.393 0 -0.552 0 0 0 0 0 0 +47 0 0 0 0 -0.474 -0.552 0 0 0 0 0 0 +48 0 0 0 0 0 -0.552 -0.737 0 0 0 0 0 +49 0 0 0 0 0 -0.552 0 0 0 0 0 -0.441 +50 0 0 0 0 0 -0.552 0 -0.355 0 0 0 0 +51 0 0 0 0 0 -0.552 0 0 -0.978 0 0 0 +52 0 0 0 0 0 0 -0.737 0 0 0 0 0 +53 0 0 0 0 0 0 -0.737 0 -0.978 0 0 0 +54 0 0 0 0 0 0 -0.797 0 0 0 0 0 +55 0 0 0 0 0 0 0 0 0 0 -0.521 0 +56 -0.698 0 0 0 0 0 0 0 0 0 -0.521 0 +57 0 -0.989 0 0 0 0 0 0 0 0 -0.521 0 +58 0 0 -0.89 0 0 0 0 0 0 0 -0.521 0 +59 0 0 0 -0.393 0 0 0 0 0 0 -0.521 0 +60 0 0 0 0 -0.474 0 0 0 0 0 -0.521 0 +61 0 0 0 0 0 -0.552 0 0 0 0 -0.521 0 +62 0 0 0 0 0 0 -0.737 0 0 0 -0.521 0 +63 0 0 0 0 0 0 0 0 0 0 -0.521 -0.441 +64 0 0 0 0 0 0 0 -0.355 0 0 -0.521 0 +65 0 0 0 0 0 0 0 0 -0.978 0 -0.521 0 +66 0 0 0 0 0 0 0 0 0 -0.975 -0.521 0 +67 0 0 0 0 0 0 0 0 0 0 0 -0.441 +68 0 0 0 0 0 0 -0.737 0 0 0 0 -0.441 +69 0 0 0 0 0 0 0 0 -0.978 0 0 -0.441 +70 0 0 0 0 0 0 0 0 0 0 0 -0.505 +71 0 0 0 0 0 0 0 -0.355 0 0 0 0 +72 0 0 -0.89 0 0 0 0 -0.355 0 0 0 0 +73 0 0 0 -0.393 0 0 0 -0.355 0 0 0 0 +74 0 0 0 0 0 0 -0.737 -0.355 0 0 0 0 +75 0 0 0 0 0 0 0 -0.355 0 0 0 -0.441 +76 0 0 0 0 0 0 0 -0.355 -0.978 0 0 0 +77 0 0 0 0 0 0 0 -0.49 0 0 0 0 +78 0 0 0 0 0 0 0 0 -0.978 0 0 0 +79 0 0 0 0 0 0 0 0 -0.998 0 0 0 +80 0 0 0 0 0 0 0 0 0 -0.975 0 0 +81 0 0 -0.89 0 0 0 0 0 0 -0.975 0 0 +82 0 0 0 -0.393 0 0 0 0 0 -0.975 0 0 +83 0 0 0 0 -0.474 0 0 0 0 -0.975 0 0 +84 0 0 0 0 0 -0.552 0 0 0 -0.975 0 0 +85 0 0 0 0 0 0 -0.737 0 0 -0.975 0 0 +86 0 0 0 0 0 0 0 0 0 -0.975 0 -0.441 +87 0 0 0 0 0 0 0 -0.355 0 -0.975 0 0 +88 0 0 0 0 0 0 0 0 -0.978 -0.975 0 0 +89 0 0 0 0 0 0 0 0 0 -0.981 0 0 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/korkut_2015a/exp.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/korkut_2015a/exp.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,90 @@ + 4EBP1pS65 RbpS807 MAPKpT202 MEKpS217 S6 PAI-1 AKTpS473 AMPKpT172 b-Catenin BIM Caveolin CyclinB1 CyclinD1 GSK3abpS21 GSKpS9 IGFBP2 p38pT180 p53 p70S6KpT389 SRCpY527 STAT3pY705 TSC2pT1462 YAPpS127 ACC1 AKTpT308 AKT b-CateninpS Fibronectin HSP27 IGF1R-beta IRS1 p27 c-Myc SMAD3 STAT3 STAT5 STAT5pY694 COX2 PAX2 PLK1 YBIpS102 CHK2pT68 S6pS235 S6pS240 4EBP1pT37 Caspase9 a-tubulin ATMpS1981 ATR BAK BCL-XL BCL2 bRAF c-JUNpS73 Casp9cAsp31 CHK1pS345 cRAFV EGFRV ELK1pS383 ERa GATA3 GSK3ab mTORpS2448 p21 STAT6pY641 TAZpS89 XRCC1 PCNA PDK1pS241 PI3Kp85 PKCa RAD51 SRCpY416 4EBP1pT70 ACCpS79 Collagenase CyclinE1 IRS1pS307 p38 SMAD3pS423 TSC2 SRC cellviab +1 -0.435 -0.608 -0.855 -0.712 -0.113 -0.089 0.096 0.291 0.428 0.375 0.238 -0.338 -0.559 -0.614 -0.514 0.048 -0.298 0.277 -0.626 -0.306 0.131 -0.283 -0.089 0.056 0.044 -0.333 -0.006 -0.024 0.049 0.022 -0.045 0.315 -0.111 0.032 -0.024 0.116 -0.066 -0.367 0.297 -0.022 -0.553 -0.134 -0.704 -0.481 -0.543 0.066 -0.118 0.162 -0.283 0.153 0.125 -0.028 0.011 -0.109 0.009 -0.154 0.008 0.124 0.167 0.281 0.135 0.04 -0.159 -0.042 0.141 0.092 0.154 0.177 0.103 0.09 0.277 -0.121 -0.076 0.045 0.305 0.201 0.052 0.047 -0.004 0.132 0.024 0.182 0.242 +2 -0.308 -0.322 -0.999 -0.594 0.022 -0.061 0.093 0.222 0.255 0.645 -0.42 -0.114 -0.564 -0.52 -0.438 0.391 -0.202 -0.172 -0.585 -0.154 0 -0.274 -0.058 -0.083 0.159 -0.273 -0.002 0.173 0.055 0.027 0.166 0.436 -0.312 -0.118 0.405 -0.173 0.001 0.743 0.195 -0.007 -0.621 -0.099 -0.551 -0.316 -0.778 -0.061 -0.002 0.102 -0.093 0.18 -0.021 0.099 0.037 -0.143 0.112 -0.177 -0.072 -0.054 0.02 0.21 -0.042 0.104 -0.116 -0.038 0.09 0.088 0.041 0.056 0.3 0.053 0.147 -0.223 0.121 0.15 0.21 0.081 -0.051 -0.074 -0.015 0.239 -0.024 0.049 0.431 +3 -0.402 -0.549 -0.837 -0.675 -0.011 -0.103 0.089 0.418 0.276 0.439 0.084 -0.265 -0.569 -0.5 -0.505 0.092 -0.176 0.343 -0.653 -0.281 0.102 -0.265 0.123 0.1 0.087 -0.147 -0.025 0.002 0.091 0.134 0.017 0.445 -0.255 -0.023 -0.054 0.065 0.009 -0.854 0.173 -0.071 -0.589 -0.078 -0.727 -0.498 -0.63 0.038 -0.026 0.097 -0.056 0.145 0.005 -0.027 0.023 -0.135 0.066 -0.13 0.104 0.021 0.072 0.195 -0.01 0.09 -0.192 -0.091 0.118 0.046 0.028 0.025 0.124 0.066 0.218 -0.198 0.073 0.112 0.307 0.095 0.006 -0.059 0.023 0.109 0.021 0.23 0.143 +4 -0.475 -0.652 -0.935 -0.751 -0.085 -0.019 0.064 0.207 0.147 0.416 0.17 -0.39 -0.541 -0.74 -0.624 0.174 -0.151 0.237 -0.631 -0.289 -0.023 -0.342 -0.049 0.026 -0.08 -0.266 -0.049 0.065 0.081 0.149 0.028 0.41 -0.267 -0.066 -0.08 -0.004 -0.028 -0.509 0.198 -0.148 -0.602 -0.068 -0.757 -0.584 -0.928 0.071 -0.079 0.086 0.059 0.215 0.056 0.035 -0.018 -0.067 0.076 -0.093 0.031 0.007 0.186 0.175 0.035 -0.013 -0.147 -0.063 0.12 0.063 0.021 0.188 0.098 -0.032 0.183 -0.176 0.115 0.017 0.186 0.12 -0.042 -0.228 -0.068 0.072 -0.024 0.221 -0.07 +5 -0.611 -1.097 -1.234 -0.928 -0.114 -0.113 -0.002 -0.042 0.277 0.732 0.205 -0.799 -0.829 -0.758 -0.66 0.187 -0.214 0.316 -0.825 -0.236 0.154 -0.337 0.021 0.02 0.01 -0.212 -0.027 0.096 0.154 0.2 -0.127 0.714 -0.409 -0.013 -0.064 0.005 0.02 -0.789 0.256 -0.299 -0.747 -0.007 -1.241 -0.826 -1.02 0.061 -0.109 0.108 0.016 0.214 0.059 0.071 0.017 -0.191 0.142 -0.165 -0.013 0.012 0.138 0.238 0.016 0.052 -0.21 -0.093 0.116 0.109 0.114 0.12 0.128 0.032 0.236 -0.301 0.052 -0.083 0.174 0.189 0.025 -0.156 -0.048 0.286 0.037 0.282 0.286 +6 -0.649 -0.49 -0.294 -0.491 -0.251 -0.361 -0.018 -0.144 1.191 0.098 -0.364 -0.133 -0.379 -0.053 -0.797 -0.178 -0.113 0.269 -0.911 -0.238 -0.404 0.146 0.016 0.224 0.028 -0.283 0.055 -0.041 0.412 -0.279 0.922 0.1 -0.377 -0.418 -0.036 0.088 0.479 1.345 0.087 0.05 -0.846 -0.028 -2.788 -1.255 -0.737 0.041 0.098 0.07 -0.199 0.187 0.075 0.043 0.054 -0.124 -0.028 -0.103 0.027 0.333 0.066 0.274 0.086 -0.105 -0.309 -0.177 0.23 0.084 0.101 0.047 0.292 0.323 0.2 -0.088 0.073 0.051 0.192 0.162 0.02 -0.157 0.188 -0.232 0.102 0.484 -0.582 +7 -0.484 -0.947 -1.062 -0.826 -0.18 -0.119 -0.274 -0.038 0.544 0.709 0.048 -0.656 -0.74 -0.801 -0.661 0.129 -0.248 0.356 -0.917 -0.291 0.178 -0.351 0.046 0.177 -0.197 -0.081 0.056 -0.042 -0.014 0.135 -0.154 0.676 -0.508 -0.04 0.059 0.11 0.055 -0.622 0.147 -0.172 -0.734 0.525 -1.474 -0.822 -0.59 0.051 0.034 0.048 0.244 0.185 0.099 0 0.067 -0.386 0.024 -0.146 0.003 0.194 0.158 0.139 0.175 0.029 -0.198 -0.073 0.065 0.127 0.079 0.077 0.148 0.086 0.216 -0.232 -0.293 -0.046 0.165 0.222 -0.083 -0.031 0.032 0.045 0.098 0.332 -0.219 +8 -0.575 -0.539 -0.87 -0.695 -0.215 -0.043 -0.051 0.059 0.434 0.511 0.199 -0.315 -0.59 -0.713 -0.608 0.142 -0.174 0.343 -0.529 -0.26 0.126 -0.378 -0.126 -0.001 0.11 -0.295 -0.055 -0.069 0.152 0.045 -0.091 0.344 -0.115 -0.094 -0.067 0.045 -0.026 -0.602 0.152 0.022 -0.501 -0.146 -0.537 -0.445 -0.697 0.047 -0.09 0.07 -0.246 0.138 0.091 0.094 -0.026 0.019 0.053 -0.115 0.02 0.194 0.184 0.197 0.161 0.027 -0.077 -0.016 0.086 0.114 0.032 0.034 0.06 0.025 0.224 -0.061 -0.004 -0.072 0.157 0.177 0.033 -0.025 -0.013 0.142 -0.024 0.225 -0.129 +9 -0.654 -0.927 -1.079 -0.6 -0.611 0.575 1.507 -0.378 0.312 0.403 0.625 -1.118 -0.382 -0.285 -0.358 0.163 -0.234 0.429 -1.517 -0.188 0.047 -0.093 -0.026 -0.306 0.873 -0.821 0.05 0.35 0.137 0.292 0.285 0.362 0.094 -0.004 -0.079 0.107 0.233 -0.191 0.412 -0.337 -0.861 0.034 -4.649 -4.13 -1.037 0.011 -0.08 0.077 -0.093 0.243 0.061 0.026 -0.008 0.061 0.168 -0.147 -0.139 0.106 0.179 0.187 0.189 -0.096 -0.126 -0.16 0.16 0.185 0.097 0.23 0.237 -0.148 0.25 -0.294 -0.015 -0.226 0.016 0.31 0.066 -0.08 -0.213 0.181 -0.161 0.366 -0.888 +10 -1.088 -1.138 -1.09 -0.7 -0.472 0.278 -1.721 -0.498 0.356 0.447 0.566 -1.457 -0.385 -1.187 -1.024 0.22 -0.24 0.429 -1.079 -0.233 0.153 -0.403 -0.285 -0.367 -0.498 -0.407 -0.027 0.238 0.211 0.3 0.359 0.592 -0.131 0.044 -0.037 0.089 0.337 -0.972 0.466 -0.511 -0.833 0.171 -2.5 -1.76 -1.4 0.194 -0.084 0.167 -0.138 0.307 0.246 0.11 -0.14 0.106 0.184 -0.134 -0.17 0.146 0.172 0.283 0.259 -0.261 -0.138 -0.242 0.204 0.214 0.202 0.374 0.036 -0.136 0.443 -0.259 -0.113 -0.251 -0.091 0.419 -0.022 -0.326 -0.242 0.265 -0.136 0.286 -0.293 +11 -0.072 -0.883 -1.094 -0.728 -0.043 -0.276 0.286 0.385 0.345 0.594 -0.029 -0.813 -0.831 -0.109 -0.127 0.055 -0.026 0.301 -0.661 0.013 0.029 0.119 -0.022 0.181 0.285 -0.014 0.103 -0.004 0.092 0.007 -0.264 0.587 -0.535 0.019 0.112 0.481 0.036 -0.794 0.022 -0.306 -0.754 0.122 -0.813 -0.756 -0.239 0.008 0.032 -0.012 -0.073 0.014 -0.001 -0.087 0.124 -0.285 -0.005 -0.143 0.102 0.05 -0.002 0.149 -0.023 0.072 -0.15 -0.114 0.041 0.007 -0.051 -0.048 0.09 0.106 0.179 -0.247 -0.013 0.007 0.11 0.012 -0.093 -0.068 0.079 0.129 0.05 0.121 0.24 +12 -0.544 -0.237 -0.311 -0.202 -0.255 0.581 -2.841 -0.186 -0.132 0.084 0.467 -0.683 -0.257 -0.861 -0.826 0.314 -0.134 0.316 -0.984 0.108 0.025 -0.407 0.081 0.201 -2.056 0.105 -0.034 0.594 -0.162 0.179 0.428 0.057 -0.187 -0.155 0.092 0.142 0.254 -0.662 0.345 -0.454 0.01 0.284 -1.866 -1.26 -0.254 0.053 -0.053 0.027 -0.076 0.187 0.152 0.241 -0.023 -0.269 0.084 -0.031 -0.206 0.04 0.015 0.205 0.13 -0.135 -0.172 -0.041 0.232 0.094 0.05 0.114 0.089 -0.118 0.147 -0.056 -0.106 0.013 0.155 0.094 -0.058 -0.218 -0.014 -0.288 -0.146 0.127 -1.107 +13 -0.763 -0.463 -0.433 -0.535 -0.305 0.359 -2.53 -0.79 0.247 0.229 0.514 -0.391 -0.147 -1.185 -0.96 0.143 -0.123 0.156 -0.892 -0.32 0.179 -0.651 0.089 0.076 -1.999 -0.374 -0.051 0.322 -0.269 0.221 0.34 0.022 -0.035 -0.123 -0.023 -0.009 0.189 -0.351 0.354 -0.053 -0.025 -0.016 -1.458 -0.952 -0.608 -0.073 -0.21 0.044 -0.206 0.308 0.144 0.304 -0.045 -0.055 0.209 -0.105 -0.195 0.225 0.12 0.195 0.146 -0.048 -0.151 -0.114 0.277 0.077 0.005 0.159 0.113 0.153 0.011 -0.153 -0.033 0.103 0.047 0.294 -0.071 -0.138 -0.274 -0.103 -0.21 0.216 -0.262 +14 -0.786 -1.015 -1.229 -0.693 -0.427 0.103 -2.158 -0.537 0.414 0.56 0.584 -0.846 -0.745 -1.289 -0.975 0.187 -0.04 0.351 -1.043 -0.344 0.204 -0.519 0.154 0.072 -1.949 -0.355 0.129 0.284 -0.062 0.206 0.23 0.44 -0.27 -0.14 0.033 0.093 0.231 -1.036 0.462 -0.387 -0.683 0.128 -2.575 -1.871 -0.654 0.022 -0.143 0.054 -0.165 0.319 0.207 0.21 0.034 -0.207 0.167 -0.147 -0.144 0.156 0.134 0.262 0.19 -0.13 -0.191 -0.211 0.304 0.156 0.054 0.381 0.209 0.133 0.178 -0.227 0.027 -0.032 0.085 0.383 -0.095 -0.154 -0.237 -0.15 -0.14 0.269 0.041 +15 -0.817 -0.308 -0.722 -0.446 -0.416 0.74 -2.701 -0.384 0.089 0.38 -0.14 -0.347 -0.096 -1.145 -0.899 0.417 -0.268 -0.172 -0.948 -0.141 0.15 -0.605 -0.27 0.069 -2.105 -0.205 0.016 0.311 -0.348 0.052 0.27 0.2 -0.299 -0.095 0.387 0.076 0.167 0.974 0.481 -0.082 0.096 0.079 -1.549 -0.988 -0.499 0.012 -0.153 0.047 -0.279 0.28 0.11 0.13 0.01 -0.249 0.139 -0.126 -0.197 0.097 -0.009 0.229 0.21 0.006 -0.144 0.043 0.223 0.143 0.066 0.23 0.338 0.172 0.246 -0.215 -0.077 0.051 0.201 0.285 0.027 -0.151 -0.098 -0.001 -0.258 0.044 -0.232 +16 -0.647 -0.298 -0.545 -0.493 -0.318 0.372 -2.707 -0.19 0.285 0.183 0.471 -0.259 -0.181 -1.076 -0.885 0.108 -0.224 0.32 -0.974 -0.329 0.123 -0.608 0.105 0.268 -2.149 -0.055 0.039 0.274 -0.257 0.09 0.445 0.076 -0.07 -0.071 0.084 0.142 0.139 -0.461 0.403 -0.168 0.029 -0.011 -1.57 -0.967 -0.457 -0.061 -0.176 0.084 -0.391 0.217 0.127 0.15 0.054 -0.183 0.089 -0.14 -0.163 0.186 0.067 0.179 0.166 0.049 -0.172 -0.086 0.176 0.132 0.119 0.32 0.167 0.072 0.234 -0.076 -0.106 0.184 0.366 0.232 -0.037 -0.108 -0.154 -0.201 -0.16 0.188 -0.106 +17 -0.64 -0.27 -0.509 -0.522 -0.405 0.398 -2.628 -0.331 0.21 0.195 0.531 -0.337 -0.131 -1.098 -0.877 0.152 -0.127 0.166 -1.001 -0.24 -0.059 -0.617 -0.081 0.185 -2.09 -0.042 0.064 0.32 -0.34 0.124 0.306 0.084 -0.068 -0.065 0.11 0.121 0.091 -0.485 0.346 -0.153 -0.034 0.042 -1.527 -0.925 -0.156 0.046 -0.068 0.076 -0.201 0.226 0.157 0.178 -0.039 -0.094 0.069 -0.156 -0.183 0.242 0.1 0.171 0.235 -0.114 -0.182 0.043 0.179 0.129 0.046 0.237 0.115 0.066 0.16 -0.094 0.011 0.023 0.272 0.256 -0.112 -0.064 -0.114 -0.193 -0.186 0.22 -0.151 +18 -0.68 -0.589 -0.841 -0.795 -0.265 0.149 -2.227 -0.245 0.575 0.438 0.857 -0.491 -0.472 -1.242 -0.955 0.16 -0.231 0.402 -1.037 -0.277 0.256 -0.596 0.113 0.276 -1.964 -0.227 -0.016 0.263 -0.142 0.136 0.334 0.262 -0.201 -0.068 0.105 0.104 0.272 -0.715 0.411 -0.187 -0.468 0.052 -2.184 -1.241 -0.393 -0.077 -0.215 0.086 -0.272 0.334 0.162 0.27 -0.021 -0.172 0.163 -0.101 -0.152 0.281 0.055 0.293 0.209 0.009 -0.206 -0.065 0.265 0.175 0.143 0.121 0.192 0.174 0.182 -0.126 -0.132 0.066 0.167 0.234 -0.038 0.007 -0.237 -0.078 -0.171 0.331 -0.294 +19 -0.847 -0.561 -0.052 -0.245 -0.357 0.591 -2.308 0.097 1.166 -0.071 0.257 -0.334 -0.285 -0.901 -1.49 -0.026 -0.13 0.179 -0.924 -0.124 -0.495 -0.445 -0.019 0.55 -2.259 0.276 -0.075 0.174 0.322 -0.239 0.904 -0.022 -0.185 -0.58 0.134 0.106 0.486 0.752 0.301 -0.446 -0.705 0.135 -3.914 -3.054 -0.38 -0.016 0.044 0.041 -0.183 0.207 0.14 0.178 0.002 -0.164 0.093 -0.147 -0.118 0.271 -0.093 0.192 0.163 -0.065 -0.375 -0.252 0.328 0.088 0.168 0.202 0.225 0.259 0.218 -0.094 0.131 0.159 0.556 0.231 0.329 -0.289 0.113 -0.424 -0.108 0.322 -2.255 +20 -0.678 -0.59 -0.712 -0.759 -0.449 0.374 -2.648 -0.19 0.377 0.356 0.56 -0.555 -0.351 -1.148 -0.905 0.287 -0.238 0.286 -1.025 -0.384 0.279 -0.599 -0.048 0.16 -2.181 -0.139 0.078 0.274 -0.5 0.279 0.264 0.267 -0.199 -0.044 0.049 0.149 0.262 -0.318 0.468 -0.259 -0.243 0.54 -2.126 -1.179 -0.729 0.091 -0.182 0.102 -0.218 0.27 0.23 0.278 -0.04 -0.207 0.143 -0.139 -0.246 0.255 0.137 0.254 0.261 -0.062 -0.163 -0.023 0.161 0.187 0.092 0.277 0.129 0.024 0.188 -0.187 -0.292 0.057 0.192 0.315 -0.054 -0.167 -0.191 -0.122 -0.195 0.237 -0.247 +21 -0.715 -0.314 -0.454 -0.566 -0.442 0.384 -2.772 -0.316 0.432 0.252 0.607 -0.35 -0.173 -1.159 -0.95 0.21 -0.186 0.272 -0.907 -0.315 0.039 -0.666 -0.145 0.1 -2.119 -0.239 -0.042 0.262 -0.27 0.193 0.176 0.011 -0.021 -0.182 0.139 0.093 0.02 -0.464 0.346 -0.139 -0.059 -0.044 -1.425 -0.877 -0.585 0.098 -0.089 0.104 -0.185 0.179 0.22 0.229 -0.066 0.024 0.052 -0.162 -0.206 0.313 0.127 0.134 0.239 -0.162 -0.165 0.112 0.201 0.113 0.004 0.128 0.054 0.059 0.112 -0.059 -0.049 -0.021 0.164 0.245 -0.002 -0.024 -0.121 -0.182 -0.247 0.282 -1.486 +22 -0.825 -0.441 -0.645 -0.518 -0.637 0.667 -0.829 -0.294 0.305 0.28 0.778 -0.906 0.093 -1.002 -0.919 0.106 -0.269 0.382 -1.679 -0.281 0.013 -0.499 -0.031 -0.054 -1.994 -0.119 0.022 0.408 -0.241 0.235 0.587 -0.088 0.118 -0.061 0.081 0.267 0.192 -0.338 0.463 -0.536 -0.115 0.014 -4.261 -3.759 -0.686 0.084 -0.082 0.08 -0.29 0.305 0.179 0.247 -0.081 0.001 0.192 -0.088 -0.137 0.24 0.062 0.256 0.312 -0.128 -0.081 -0.007 0.192 0.214 0.212 0.395 0.193 -0.004 0.167 -0.1 -0.071 -0.151 0.189 0.363 0.163 -0.275 -0.209 -0.046 -0.262 0.21 -1.448 +23 -1.378 -0.875 -0.747 -0.75 -0.683 0.871 -3.313 -1.095 0.421 0.36 0.872 -1.161 -0.191 -1.504 -1.258 0.274 -0.141 0.367 -1.376 -0.245 0.131 -0.614 -0.272 -0.33 -2.249 -0.531 0.004 0.532 -0.126 0.438 0.414 0.106 0.073 -0.354 0.093 0.11 0.138 -0.572 0.512 -0.791 -0.19 0.109 -3.252 -2.448 -0.645 0.108 -0.223 0.105 -0.182 0.32 0.338 0.346 -0.309 0.187 0.218 -0.139 -0.392 0.293 0.199 0.319 0.328 -0.349 -0.248 -0.172 0.246 0.169 0.091 0.211 0.022 0.015 -0.052 -0.194 -0.132 -0.233 -0.303 0.424 -0.016 -0.273 -0.443 -0.268 -0.512 0.288 -1.361 +24 -0.08 0.109 0 0.145 -0.126 0.396 0.052 -0.273 -0.191 0.426 -0.832 -0.456 0.121 -0.086 0.099 0.572 -0.077 -0.636 -0.219 0.309 0.055 0.056 -0.595 -0.065 0.107 -0.298 -0.006 0.343 0 -0.145 0.152 0.567 -0.447 -0.074 0.967 -0.065 0.128 1.901 0.286 0.046 0.072 0.155 -0.367 0.064 0.049 0.056 -0.055 0.074 -0.129 0.07 -0.071 -0.069 -0.087 -0.177 0.055 -0.124 -0.34 -0.029 -0.062 0.216 0.028 0 -0.074 0.329 0.101 0.027 -0.055 -0.08 0.29 0.061 0.176 -0.392 -0.072 -0.093 -0.101 0.066 0.364 -0.305 0.045 0.102 -0.14 -0.107 -0.197 +25 -0.173 0.079 -0.137 0.095 -0.089 0.173 -0.07 0.217 -0.139 0.155 -0.465 -0.148 0.148 -0.029 -0.007 0.367 0.051 -0.313 -0.038 0.104 -0.14 -0.174 -0.268 -0.166 0.005 -0.057 -0.135 0.199 -0.116 -0.008 0.07 0.115 -0.131 -0.118 0.498 -0.083 -0.011 1.479 0.042 0.065 0.12 -0.024 0.033 0.042 0.347 0.029 -0.002 -0.015 0.019 0 0.026 -0.037 0.004 -0.093 -0.075 -0.242 -0.099 -0.132 0.043 -0.028 -0.021 -0.043 -0.004 0.12 -0.001 -0.04 -0.057 0.028 0.111 -0.1 0.036 -0.095 0.011 -0.051 0.086 0.027 -0.053 -0.126 0.091 0.12 -0.08 -0.232 0.102 +26 -0.513 0.022 -0.128 -0.143 -0.167 0.219 -0.019 0.099 -0.299 0.143 -0.555 -0.043 0.092 -0.268 -0.196 0.201 -0.152 -0.253 -0.156 0.046 -0.123 -0.242 -0.235 -0.125 0.017 -0.361 -0.002 0.147 -0.177 -0.064 -0.013 -0.014 0.006 -0.233 0.383 -0.074 -0.072 1.716 0.205 0.165 0.094 0.047 -0.152 -0.294 -0.424 0.109 -0.037 0.113 -0.026 0.039 -0.019 -0.025 -0.091 -0.038 0.05 -0.046 -0.204 0.081 0.053 0.172 0.022 -0.12 -0.028 0.08 0.057 0.036 -0.01 -0.001 0.178 0.248 0.142 -0.159 -0.125 -0.114 0.063 0.066 -0.074 -0.025 -0.032 0.048 -0.128 0.001 -0.558 +27 -0.531 -0.262 0.258 -0.003 -0.276 0.243 0.453 0.452 0.833 0.009 -0.508 -0.211 0.226 0.388 -0.675 0.219 0.014 -0.261 -0.133 0.115 -0.487 0.207 -0.39 0.236 0.166 -0.108 -0.191 -0.153 0.073 -0.174 0.87 0.064 -0.322 -0.53 0.386 -0.058 0.523 1.43 0.02 -0.149 -0.863 0.1 -1.887 -1.24 -0.3 0.111 0.079 0.016 0.01 0.032 0.052 0.106 -0.131 -0.115 -0.054 -0.155 -0.115 -0.06 -0.037 0.013 0.02 -0.161 -0.337 0.008 0.197 0.016 -0.103 0.143 0.242 0.054 0.115 -0.138 0.096 -0.041 0.008 0.167 0.445 -0.57 0.221 -0.194 -0.112 0.019 -0.673 +28 -0.431 -0.108 -0.346 -0.531 -0.298 0.089 0.027 -0.043 -0.227 0.283 -0.54 -0.251 -0.067 -0.341 -0.274 0.2 -0.103 -0.32 -0.319 0.016 0.057 -0.22 -0.359 -0.145 0.049 -0.428 0.016 0.031 -0.069 -0.012 -0.052 0.064 -0.246 -0.278 0.333 -0.004 0.045 1.389 0.205 0.127 -0.087 0.495 -0.392 -0.435 -0.672 0.129 -0.056 0.088 0.015 0.099 0.015 -0.051 -0.086 -0.049 0.057 -0.142 -0.181 0.029 0.016 0.093 0.039 -0.164 -0.062 0.195 0.006 0.065 -0.108 0.142 0.16 0.284 0.152 -0.201 -0.307 -0.146 0.053 0.222 -0.089 -0.076 0.008 0.054 -0.217 -0.038 -0.461 +29 -0.494 -0.042 -0.435 -0.021 -0.509 0.407 1.349 -0.276 -0.164 0.117 -0.17 -0.625 0.256 0.232 0.153 0.238 -0.015 -0.071 -1.334 0.114 -0.195 0.214 -0.459 -0.371 0.887 -0.658 -0.132 0.477 0.055 0.106 0.326 -0.039 -0.027 -0.182 0.447 -0.007 0.1 0.991 0.203 -0.208 -0.17 0.076 -2.865 -2.328 -0.027 0.166 0.028 0.03 -0.008 0.069 0.047 -0.055 -0.088 0.081 -0.044 -0.08 -0.258 -0.07 0.018 0.043 0.173 -0.175 -0.08 0.264 0.095 0.097 0.068 0.28 0.148 -0.107 0.101 -0.16 0.035 -0.287 -0.084 0.25 0.135 -0.161 0.085 -0.111 -0.32 -0.155 -1.143 +30 -0.423 -0.014 0.005 -0.244 -0.129 0.02 -0.195 0.001 0.065 0.092 0.094 -0.082 0.047 -0.31 -0.278 0.077 0.003 0.199 -0.202 -0.093 -0.018 -0.216 -0.061 -0.046 -0.107 0.157 -0.109 -0.042 0.101 0.039 -0.015 -0.026 -0.025 0.04 0.109 0.033 -0.05 0.016 0.042 0.023 0.115 -0.008 -0.019 0.228 0.347 0.02 -0.017 0.038 0.064 0.006 0.082 -0.028 -0.102 -0.106 -0.118 -0.073 -0.043 0.082 0.102 -0.035 0.096 -0.069 -0.081 0.259 -0.019 0 -0.056 0.176 -0.055 -0.145 0.058 0.036 -0.032 -0.125 0.076 0.209 0.046 -0.044 0.104 -0.028 -0.027 -0.015 -0.121 +31 -0.758 -0.26 0.265 -0.147 -0.32 -0.015 -0.295 -0.044 0.886 -0.038 -0.307 -0.054 -0.116 0.187 -0.75 -0.151 0.065 0.226 -0.707 -0.177 -0.535 0.221 -0.178 0.194 -0.246 0.001 -0.163 -0.176 0.213 -0.296 0.667 -0.178 -0.194 -0.526 0.059 0.008 0.175 1.609 -0.007 0.095 -0.344 0.162 -1.642 -0.965 -0.617 0.157 0.14 0.025 0.161 0.017 0.035 0.059 -0.132 0.118 -0.11 -0.092 -0.075 0.239 0.037 0.104 0.091 -0.23 -0.239 -0.077 0.107 0.019 0.04 0.162 0.016 0.136 0.074 -0.045 -0.051 -0.074 0.158 0.078 0.088 -0.211 0.13 -0.373 0.013 0.255 -2.241 +32 -0.103 -0.251 -0.259 -0.545 -0.24 -0.071 -0.195 -0.157 0.163 0.151 -0.13 -0.228 -0.01 -0.496 -0.436 0.082 -0.091 0.336 -0.464 -0.208 0.135 -0.235 0.003 0.01 -0.142 0.001 0.012 -0.117 0.076 0.115 -0.086 0.097 -0.282 -0.034 0.13 0.134 0.015 0.136 0.047 -0.004 -0.145 0.523 -0.447 -0.08 0.056 0.049 0.032 0.105 0.078 -0.067 0.098 0.045 -0.045 -0.153 -0.059 -0.012 -0.084 0.118 0.128 0.002 0.103 -0.075 -0.076 0.157 -0.04 0.027 -0.032 0.128 -0.014 -0.023 0.101 0.059 -0.326 -0.101 0.132 0.204 0.003 -0.111 0.162 -0.032 0.019 -0.045 0.142 +33 -0.606 -0.065 -0.316 -0.141 -0.393 0.637 1.387 -0.044 0.012 0.066 0.445 -0.704 0.286 0.119 -0.027 -0.034 -0.104 0.602 -1.376 0.022 -0.172 0.18 -0.083 -0.204 0.916 -0.662 -0.08 0.315 0.069 0.24 0.295 -0.117 0.104 0.11 0.189 0.152 0.128 0.021 0.24 -0.311 -0.219 0.125 -3.001 -2.454 -0.032 0.037 0.139 0.123 0.108 -0.022 0.066 0.024 0.019 0.163 -0.068 -0.081 -0.059 0.176 0.068 0.039 0.215 -0.203 -0.099 0.184 0.008 0.044 -0.02 0.226 0.035 -0.012 0.164 0.017 -0.135 -0.291 -0.088 0.35 0.194 -0.169 0.028 -0.068 -0.12 0.121 -1.563 +34 -0.273 0.014 0.064 -0.214 -0.194 0.138 -0.126 -0.191 0.101 0.066 -0.367 -0.006 -0.031 -0.248 -0.245 0.143 -0.033 0.163 -0.066 -0.022 0.016 -0.107 -0.146 0.007 -0.113 -0.286 -0.004 0.012 -0.032 -0.091 -0.113 -0.029 0.043 -0.048 -0.081 0.27 0.009 0.142 0.098 0.07 -0.061 0.155 -0.243 -0.32 -0.484 -0.03 -0.036 0.067 0.18 0.006 0.003 -0.051 -0.126 0.033 -0.019 0.076 -0.102 0.104 0.041 0.12 0.103 -0.065 -0.021 0.054 0.018 0 -0.039 0.142 0.048 -0.013 0.119 0.008 -0.18 -0.143 0.045 0.132 0.035 -0.179 -0.022 -0.025 -0.028 0.123 -0.105 +35 -0.149 -0.205 -0.185 -0.216 0.062 0.118 -0.163 0.066 -0.129 0.143 -0.042 -0.088 -0.096 -0.525 -0.423 0.203 -0.018 0.045 -0.191 -0.152 -0.167 -0.358 -0.054 -0.153 -0.253 -0.161 -0.086 0.198 0.023 0.079 0.113 0.138 -0.036 -0.05 -0.161 -0.136 -0.13 -0.098 -0.015 -0.024 -0.036 -0.067 -0.151 -0.026 -0.729 0.036 -0.055 0.009 0.12 0.02 0.078 0.132 -0.129 0.03 0.043 -0.008 -0.106 -0.025 0.086 0.125 0.079 -0.068 -0.017 -0.075 0.035 0.005 -0.081 0.011 0.009 -0.162 0.02 -0.023 0.083 -0.056 0.158 -0.035 0.052 -0.223 -0.043 -0.072 -0.137 -0.072 0.072 +36 -0.003 -0.023 -0.388 -0.094 0.092 0.242 -0.017 0.028 -0.321 0.24 -0.628 -0.121 0.095 -0.387 -0.468 0.287 -0.01 -0.355 -0.252 0.017 -0.225 -0.28 -0.216 -0.117 -0.19 0.015 -0.41 0.13 -0.121 -0.05 0.008 0.138 -0.078 -0.09 0.359 -0.151 -0.131 1.11 0.105 0.121 0.175 -0.022 0.06 -0.263 -0.328 0.072 -0.078 -0.016 -0.096 0.066 -0.051 0.049 -0.003 0.001 0.016 -0.161 -0.005 -0.13 0.037 0.039 0.054 0.058 -0.05 0.066 0.055 -0.013 -0.076 0.102 0.214 -0.356 0.068 -0.119 0.084 -0.026 0.091 0.091 -0.01 -0.218 -0.041 0.203 -0.05 -0.14 -0.512 +37 -0.311 -0.51 -0.252 -0.239 -0.124 0.12 -0.176 -0.25 -0.273 0.142 -0.159 -0.066 -0.189 -0.524 -0.449 0.155 -0.038 0.146 -0.297 -0.169 -0.122 -0.368 -0.122 -0.201 -0.348 -0.217 -0.026 0.068 -0.016 0.062 0.064 -0.004 -0.078 -0.057 -0.108 -0.087 -0.115 -0.152 0.161 0.056 0.062 0.039 -0.003 -0.034 -0.944 0.108 -0.079 0.031 0.034 0.208 0.102 0.107 -0.293 0.106 0.114 -0.04 -0.157 0.062 0.086 0.213 0.151 -0.089 -0.006 -0.06 0.126 0.122 0.031 0.184 0.011 -0.244 -0.099 -0.104 0.066 -0.168 0.088 0.187 -0.012 -0.285 -0.157 -0.029 -0.142 0.021 0.216 +38 -0.648 -0.261 0.126 -0.111 -0.093 0.017 -0.243 0.029 1.04 -0.055 -0.159 0.13 -0.214 -0.07 -0.879 0.03 0.002 0.069 -0.684 -0.15 -0.593 -0.061 -0.041 0.158 -0.287 -0.093 -0.162 -0.117 0.348 -0.182 0.713 -0.022 -0.143 -0.389 0.069 -0.09 0.225 1.382 -0.005 0.046 -0.374 0.005 -1.536 -0.822 -0.733 0.054 0.027 0.012 -0.034 0.072 0.087 0.172 -0.056 0.15 0.008 -0.099 0.012 0.241 0.023 0.081 0.054 -0.13 -0.248 -0.037 0.159 0.008 0.022 0.069 0.106 -0.03 0.008 -0.091 0.064 0.016 0.152 0.076 0.04 -0.103 0.112 -0.268 -0.01 0.218 -1.875 +39 -0.308 -0.265 -0.38 -0.495 -0.09 0.032 -0.11 -0.085 -0.039 0.183 -0.01 -0.119 -0.238 -0.528 -0.474 0.173 -0.092 0.082 -0.48 -0.244 -0.05 -0.34 -0.041 0.076 -0.272 -0.142 -0.031 -0.013 -0.024 0.098 0.007 0.118 -0.147 -0.091 -0.037 -0.036 0.008 -0.273 0.102 0.004 -0.174 0.433 -0.34 -0.454 -0.761 0.028 -0.073 -0.093 0.02 0.107 0.052 0.062 -0.051 -0.076 0.006 -0.067 -0.039 0.098 0.128 0.144 0.045 -0.007 -0.065 0.042 0.022 0.046 -0.012 0.133 0.039 -0.297 0.072 -0.148 -0.217 -0.039 0.145 0.153 -0.03 -0.037 -0.041 -0.068 -0.039 0.073 0.072 +40 -0.192 -0.052 -0.223 -0.029 -0.009 0.172 -0.086 0.432 -0.157 0.11 0.029 -0.103 -0.098 -0.429 -0.421 0.102 -0.025 0.009 -0.172 -0.187 -0.311 -0.411 -0.077 -0.112 -0.231 -0.124 -0.029 0.01 0.026 0.047 -0.055 0.043 0.108 -0.125 0.015 -0.084 -0.176 -0.148 -0.023 0.019 -0.016 -0.11 -0.061 0.056 -0.811 -0.012 -0.052 0.018 0.134 0.037 0.049 0.125 -0.054 0.177 0.055 0.012 -0.06 0.081 0.124 0.071 0.023 -0.07 -0.026 0.012 -0.043 0.017 -0.146 -0.071 0.006 -0.068 0.007 -0.045 0.029 -0.127 0.074 -0.083 0.113 -0.028 -0.056 -0.068 -0.107 0.008 -0.361 +41 -0.668 -0.482 -0.473 -0.326 -0.653 0.519 1.357 -0.594 0.015 0.151 0.377 -0.788 0.07 -0.196 -0.305 0.211 -0.066 0.3 -1.427 0.017 -0.247 -0.151 -0.195 -0.504 0.682 -0.95 -0.067 0.518 0.049 0.264 0.379 -0.054 0.203 -0.01 -0.044 0.027 0.117 -0.251 0.211 -0.32 -0.276 0.085 -3.211 -2.415 -0.652 0.068 -0.052 -0.05 0.048 0.093 0.038 0.18 -0.168 0.245 0.055 -0.081 -0.208 0.123 0.257 0.157 0.22 -0.311 -0.074 0.186 0.104 0.078 -0.042 0.174 0.044 -0.158 -0.013 -0.159 -0.065 -0.36 -0.087 0.239 0.157 -0.112 -0.181 -0.015 -0.28 0.063 -1.285 +42 0.107 0.122 0.223 -0.084 0.189 -0.076 0.033 0.531 0.233 0.02 -0.164 0.119 0.034 0.005 0.005 0.073 0.001 0.025 -0.2 0.001 -0.293 -0.089 -0.028 0.026 -0.248 0.165 0.131 0.052 0.095 -0.018 -0.005 -0.035 -0.026 -0.001 0.061 0.311 -0.121 -0.029 0.125 -0.044 0.006 0.027 0.212 -0.078 0.425 -0.109 0.027 0.05 0.015 -0.125 0.025 -0.018 0.041 -0.028 -0.09 -0.057 0.068 0.064 0.041 -0.07 0.027 0.037 -0.054 0.197 0.059 -0.088 -0.118 -0.015 0.052 0.081 -0.054 -0.037 -0.065 0.085 0.08 0.016 0.015 0.036 0.055 -0.031 0.186 -0.091 0.276 +43 -0.206 -0.542 -0.653 -0.901 -0.075 -0.239 0.227 0.278 0.372 0.308 0 -0.473 -0.668 -0.167 -0.162 0.057 -0.103 0.271 -0.442 0.046 0.133 0.054 0.014 0.06 0.19 -0.04 0.093 0.024 0.209 0.017 -0.158 0.359 -0.381 -0.014 0.016 0.021 0.027 -0.749 0.092 -0.173 -0.58 0.083 -0.463 -0.249 -0.255 0.001 0.075 0.097 -0.134 0.044 -0.016 -0.016 0.106 -0.207 0.02 -0.087 0.051 0.037 0.08 0.074 0.036 0.037 -0.127 -0.147 0.032 0.023 -0.062 0.042 0.099 0.09 0.148 -0.097 -0.041 -0.062 0.143 0.065 -0.055 -0.068 -0.025 0.105 0.076 0.048 0.254 +44 -0.334 -0.359 -0.626 -0.783 -0.08 -0.07 0.181 0.212 0.393 0.258 0.286 -0.149 -0.339 -0.531 -0.424 0.087 -0.152 0.177 -0.49 -0.225 0.15 -0.309 -0.122 0.079 0.133 -0.362 0.014 0.061 0.066 0.043 0.057 0.324 -0.079 -0.041 -0.134 0.006 -0.048 -0.451 0.168 0.054 -0.43 -0.086 -0.263 0.083 -0.182 0.102 -0.134 0.066 -0.081 0.115 0.096 -0.062 -0.029 -0.055 0.012 -0.115 0.011 0.092 0.178 0.223 0.068 -0.038 -0.074 -0.048 0.055 0.086 0.069 0.178 0.06 -0.021 0.207 -0.114 -0.15 0.037 0.197 0.124 0.001 0.097 -0.029 0.154 -0.021 0.156 0.132 +45 -0.279 -0.22 -0.878 -0.711 -0.126 0.111 0.021 0.3 -0.12 0.41 -0.405 -0.277 -0.324 -0.32 -0.181 0.353 -0.12 -0.245 -0.51 0 0.023 -0.195 -0.324 -0.027 0.082 -0.268 -0.115 0.184 -0.189 -0.062 0.077 0.262 -0.294 -0.208 0.421 -0.101 -0.098 0.894 0.085 0.09 -0.527 -0.069 -0.254 -0.129 -0.34 0.106 -0.009 0.098 0.029 0.09 0.056 -0.046 -0.044 -0.161 0.083 -0.124 -0.104 -0.111 0.083 0.073 0.027 -0.069 -0.031 0.101 0.006 0.015 -0.076 0.009 0.168 -0.017 0.127 -0.178 -0.007 -0.013 0.295 0.056 -0.098 -0.103 0.075 0.092 -0.121 -0.084 0.217 +46 -0.349 -0.344 -0.614 -0.846 -0.098 0.071 0.109 0.337 0.118 0.264 0.131 -0.2 -0.423 -0.501 -0.444 0.114 -0.148 0.341 -0.547 -0.199 0.132 -0.307 -0.088 0.113 0.14 -0.222 -0.041 -0.019 0.108 0.036 -0.017 0.251 -0.264 -0.017 -0.025 0.06 -0.057 -0.471 0.067 0.007 -0.505 -0.045 -0.308 -0.376 -0.839 0.102 -0.031 -0.003 0.057 0.128 0.047 0.068 -0.013 -0.114 -0.019 -0.048 0.118 0.039 0.142 0.133 0.057 -0.051 -0.095 0.089 0.061 0.032 0.037 0.13 0.006 -0.042 0.175 -0.093 -0.065 -0.105 0.25 0.148 -0.027 0.01 0.045 0.074 0.001 0.145 0.048 +47 -0.165 -0.309 -0.677 -0.709 -0.037 -0.141 0.186 0.355 0.303 0.22 0.271 -0.168 -0.29 -0.427 -0.315 0.064 -0.157 0.146 -0.457 -0.18 -0.055 -0.24 -0.018 0.111 -0.063 -0.249 -0.022 0.008 0.059 -0.014 0.085 0.178 -0.136 -0.081 -0.147 0.027 -0.091 -0.412 0.156 0.023 -0.483 -0.061 -0.264 -0.207 -0.157 0.065 -0.045 0.097 0.005 0.074 0.113 -0.003 0.021 -0.083 0.089 -0.095 0.068 0.066 0.111 0.129 0.049 0.005 -0.022 -0.054 0.026 0.101 0.081 0.101 0.065 -0.037 0.136 -0.06 -0.016 0.09 0.334 0.049 0.003 -0.012 0.009 0.09 -0.026 0.112 0.163 +48 -0.489 -0.4 -0.116 -0.705 -0.115 -0.083 0.033 0.158 0.584 0.031 -0.297 0.005 -0.399 -0.048 -0.905 0.046 0.021 0.136 -0.8 -0.173 -0.469 0.034 0.038 0.082 -0.03 -0.032 -0.251 -0.049 0.372 -0.11 0.772 0.135 -0.444 -0.525 -0.02 -0.063 0.329 1.169 -0.08 -0.091 -0.763 0.02 -1.883 -1.16 -0.808 0.027 0.099 -0.06 0.045 0.15 0.034 0.157 -0.051 -0.008 0.038 -0.075 -0.029 0.128 0.016 0.112 -0.034 -0.15 -0.316 -0.273 0.159 0.066 0.01 0.027 0.088 0.092 0.092 -0.128 0.054 0.027 0.123 0.046 0.053 -0.277 0.079 -0.196 -0.035 0.211 -0.734 +49 -0.447 -0.704 -0.786 -0.861 -0.239 -0.029 -0.291 0.273 0.047 0.366 0.257 -0.554 -0.609 -0.654 -0.513 0.162 -0.132 0.183 -0.785 -0.253 0.234 -0.28 -0.117 0.037 -0.169 -0.196 -0.037 -0.123 0.004 0.104 -0.133 0.416 -0.506 -0.063 -0.075 0.104 0.006 -0.417 0.135 -0.12 -0.638 0.423 -1.026 -0.628 -0.783 0.144 0.016 0.079 -0.031 0.158 0.129 0.023 0.005 -0.316 0.028 -0.092 -0.068 0.044 0.085 0.158 0.104 -0.052 -0.117 0.022 0.031 0.063 0.068 0.141 -0.008 -0.096 0.168 -0.161 -0.259 -0.074 0.341 0.209 -0.135 -0.116 0.123 0.022 -0.037 0.07 -0.084 +50 -0.46 -0.299 -0.616 -0.779 -0.061 0.105 0.145 0.474 0.153 0.224 0.353 -0.212 -0.382 -0.456 -0.373 0.076 -0.101 0.178 -0.444 -0.24 0.027 -0.338 -0.208 0.042 0.103 -0.216 -0.098 -0.018 -0.025 -0.018 -0.045 0.179 -0.037 -0.082 0.015 0.03 -0.102 -0.299 0.082 0.04 -0.455 -0.091 -0.148 -0.199 -0.646 0.106 -0.121 0.037 0.076 0.061 0.094 0.066 0.011 0.015 -0.012 -0.078 0.037 0.083 0.157 0.171 0.032 -0.03 0.005 0.017 0.023 0.027 -0.003 -0.01 0 -0.055 0.181 -0.102 -0.024 -0.052 0.276 0.088 0.031 -0.13 0.005 0.006 -0.056 0.156 -0.271 +51 -0.461 -0.551 -0.855 -0.669 -0.508 0.462 1.617 -0.263 0.221 0.206 0.296 -0.992 -0.142 -0.126 -0.262 0.171 -0.133 0.424 -1.429 -0.084 -0.025 -0.002 -0.076 -0.281 1.053 -0.799 -0.09 0.408 0.236 0.366 0.4 0.148 0.038 -0.04 -0.064 0.117 0.157 -0.272 0.233 -0.455 -0.69 0.104 -3.718 -2.914 -0.911 0.017 -0.076 0.061 -0.002 0.152 0.045 0.13 -0.053 0.086 0.07 -0.072 -0.163 0.023 0.13 0.099 0.138 -0.186 -0.122 0.059 0.169 0.165 0.051 0.283 0.136 -0.284 0.208 -0.266 -0.105 -0.25 -0.075 0.228 0.152 -0.177 -0.158 0.121 -0.274 0.208 -1.044 +52 -0.551 -0.289 0.186 -0.202 0.049 -0.066 -0.163 0.061 1.256 -0.104 -0.417 0.268 -0.244 0.25 -0.697 -0.107 0.046 0.088 -0.64 -0.005 -0.468 0.207 0.132 0.012 -0.202 -0.174 0.014 -0.134 0.209 -0.269 0.636 -0.091 -0.216 -0.57 -0.032 -0.133 0.223 1.19 0.063 -0.05 -0.333 0.088 -1.479 -0.947 -0.772 -0.047 0.089 0.107 -0.124 0.072 -0.027 0.077 0.003 0.003 0.064 -0.061 -0.033 0.282 -0.059 0.097 0.043 -0.048 -0.233 -0.246 0.134 0.051 0.087 0.076 0.116 0.203 0.053 -0.096 0.077 0.156 0.2 0.092 0.076 -0.244 0.093 -0.208 0.03 0.099 -0.729 +53 -0.457 -0.423 0.287 -0.14 -0.311 0.087 0.344 0.149 0.65 -0.083 -0.189 -0.231 -0.023 0.393 -0.621 -0.098 -0.003 0.218 -1.327 -0.002 -0.447 0.409 0.085 -0.04 0.27 -0.06 -0.037 -0.108 0.398 -0.102 0.748 -0.1 -0.131 -0.426 0.076 -0.039 0.336 1.595 0.064 -0.243 -0.428 0.117 -3.496 -2.901 -0.255 -0.014 0.216 0.022 0.115 0.021 0.052 0.056 0.063 0.052 0.046 -0.075 -0.105 0.201 -0.014 0.081 0.116 -0.134 -0.244 -0.12 0.178 0.045 0.004 0.174 0.173 0.128 0.152 -0.146 0.081 -0.172 0.083 0.099 0.13 -0.316 0.076 -0.237 0.048 0.057 -1.36 +54 -0.578 -0.188 0.476 0.041 -0.272 -0.156 0.137 0.121 1.378 0.124 -0.432 0.043 -0.217 0.666 -0.46 -0.136 0.484 0.172 -0.407 0.142 -0.638 0.534 -0.247 0.36 -0.043 -0.177 -0.109 -0.242 0.104 -0.397 0.782 -0.14 -0.45 -0.789 -0.01 -0.021 0.366 1.719 -0.074 -0.104 -0.503 0.309 -1.734 -1.097 -0.231 0.1 0.16 0.082 0.109 -0.015 0.03 0.036 -0.079 0.071 -0.02 -0.094 -0.043 0.14 -0.07 0.114 0.049 -0.211 -0.262 -0.231 0.172 0.016 0.008 0.084 0.146 0.119 0.001 -0.054 0.009 0.029 0.105 0.03 0.385 -0.279 0.133 -0.367 0.012 0.271 -3.772 +55 -1.195 -0.559 -0.127 -0.156 -0.522 0.565 0.283 -0.002 -0.294 0.415 -0.078 -0.249 -0.511 -0.316 -0.398 0.007 -0.041 0.235 -0.49 0.473 -0.373 -0.31 -0.495 -0.591 -0.342 -1.06 0.127 -0.088 -0.277 -0.266 -0.069 -0.489 0.422 -0.253 -0.193 0.1 0.306 0.329 0.587 -0.251 1.089 0.256 -0.77 -0.507 -0.889 0.209 -0.313 0.282 -0.442 0.428 0.02 0.322 -0.254 0.51 0.237 0.334 -0.376 0.248 0.016 0.286 0.387 -0.026 0.011 -0.275 0.305 0.349 0.074 0.517 -0.153 -0.068 -0.186 -0.177 0.018 -0.125 0.438 0.593 0.018 -0.365 -0.641 -0.194 -0.549 0.13 -2.155 +56 -1.014 -0.565 -0.639 -0.373 -0.432 0.379 0.58 0.147 -0.154 0.386 -0.052 -0.229 -0.59 -0.186 -0.327 -0.067 -0.134 0.448 -0.389 0.3 -0.115 -0.3 -0.545 -0.413 0.091 -0.945 0.013 -0.168 -0.201 -0.092 -0.062 -0.297 0.277 -0.32 -0.126 0.082 0.216 -0.053 0.476 -0.13 0.207 0.165 -0.836 -0.555 -0.959 0.173 -0.111 0.189 -0.149 0.247 0.063 0.134 -0.274 0.399 0.227 0.152 -0.163 0.172 0.013 0.247 0.254 -0.155 -0.073 -0.147 0.258 0.206 0.124 0.353 0.039 -0.047 -0.019 -0.124 0.043 -0.099 0.372 0.384 0 -0.326 -0.292 -0.239 -0.255 0.267 -1.733 +57 -1.777 -0.869 -0.197 -0.257 -0.858 1.088 -2.069 0.011 -0.162 0.685 0.241 -0.649 -0.83 -0.719 -0.789 0.162 0.054 0.431 -0.986 0.655 -0.259 -0.605 -0.667 -0.591 -2.376 -0.786 0.148 0.101 -0.336 0.147 -0.046 -0.465 0.296 -0.286 -0.063 0.073 0.451 0.36 0.791 -0.49 1.055 0.4 -1.651 -1.107 -1.319 0.398 -0.5 0.391 -0.278 0.424 0.249 0.452 -0.479 0.549 0.339 0.357 -0.587 0.319 0.012 0.457 0.551 -0.251 -0.017 -0.219 0.457 0.287 0.147 0.528 -0.153 -0.135 -0.341 -0.203 -0.037 -0.498 0.374 0.729 -0.213 -0.648 -0.732 -0.46 -0.773 0.27 -3.253 +58 -1.458 -0.478 -0.308 -0.359 -0.827 0.667 -0.089 -0.466 -0.302 0.553 -0.316 -0.331 -0.311 -0.55 -0.562 0.249 -0.102 -0.246 -0.647 0.531 0.064 -0.416 -0.856 -0.716 -0.708 -1.278 0.067 0.195 -0.349 0.095 -0.147 -0.376 0.205 -0.399 0.395 -0.296 0.436 1.007 0.696 0.102 0.655 0.135 -0.962 -0.519 -1.211 0.273 -0.476 0.242 -0.216 0.341 0.153 0.318 -0.542 0.439 0.272 0.189 -0.635 0.165 0.174 0.302 0.353 -0.236 -0.065 0.26 0.301 0.255 0.086 0.44 -0.201 -0.134 -0.274 -0.347 -0.135 -0.325 0.201 0.557 0.145 -0.344 -0.705 -0.279 -0.69 0.022 -3.368 +59 -1.085 -0.544 -0.205 -0.24 -0.576 0.629 0.054 -0.254 -0.386 0.269 -0.077 -0.305 -0.364 -0.49 -0.572 -0.058 -0.181 0.43 -0.638 0.332 -0.223 -0.453 -0.387 -0.531 -0.303 -1.017 0.027 -0.078 -0.247 -0.05 -0.18 -0.281 0.175 -0.3 0.007 0.103 0.134 0.187 0.483 -0.165 0.735 0.128 -0.758 -0.401 -0.898 0.211 -0.195 0.169 -0.078 0.309 0.152 0.171 -0.313 0.353 0.301 0.185 -0.515 0.252 0.087 0.217 0.307 -0.242 -0.005 -0.046 0.211 0.209 0.169 0.283 -0.154 -0.056 -0.23 -0.197 -0.092 -0.146 0.328 0.544 -0.053 -0.277 -0.483 -0.412 -0.61 0.193 -2.291 +60 -0.996 -0.558 -0.074 -0.227 -0.634 0.565 -0.026 -0.016 -0.616 0.228 -0.354 -0.395 -0.458 -0.274 -0.302 -0.038 -0.052 0.253 -0.467 0.324 -0.496 -0.42 -0.603 -0.558 -0.412 -0.594 0.024 -0.18 -0.246 -0.151 -0.193 -0.441 0.265 -0.325 -0.029 0.041 0.155 0.011 0.342 -0.208 0.876 0.226 -0.744 -0.509 -0.809 0.119 -0.096 0.145 -0.012 0.178 0.047 0.089 -0.315 0.377 0.116 0.15 -0.362 0.16 0.034 0.145 0.289 -0.224 -0.098 -0.015 0.185 0.146 0.081 0.274 -0.088 -0.109 -0.261 -0.172 0.019 -0.28 0.359 0.416 -0.1 -0.52 -0.281 -0.555 -0.527 0.14 -2.144 +61 -0.923 -0.519 -0.308 -0.396 -0.442 0.446 0.338 0.15 -0.421 0.313 -0.152 -0.231 -0.544 -0.212 -0.217 -0.04 -0.042 0.347 -0.425 0.386 -0.239 -0.325 -0.519 -0.438 0.039 -0.855 0.034 -0.129 -0.145 -0.144 -0.081 -0.319 0.259 -0.185 -0.075 0.087 0.23 -0.082 0.382 -0.145 0.51 0.143 -0.723 -0.498 -0.741 0.156 -0.085 0.125 -0.163 0.258 0.037 0.124 -0.225 0.33 0.131 0.168 -0.232 0.14 -0.059 0.165 0.289 -0.163 -0.097 -0.116 0.217 0.117 0.069 0.354 -0.032 -0.13 -0.063 -0.151 0.111 -0.222 0.45 0.335 0.003 -0.41 -0.247 -0.366 -0.35 0.204 -1.924 +62 -1.061 -0.629 -0.071 -0.176 -0.238 0.802 0.042 -0.148 0.658 0.029 -0.137 -0.241 -0.459 -0.229 -0.98 -0.085 -0.154 0.264 -0.444 0.347 -0.504 -0.274 -0.326 -0.067 -0.212 -0.76 -0.109 -0.34 0.43 -0.227 0.577 -0.33 0.19 -0.822 0.066 0.048 0.374 0.338 0.296 -0.373 -0.176 0.135 -0.955 -0.502 -0.685 0.011 -0.073 0.091 -0.438 0.187 0.119 0.114 -0.161 0.349 0.17 0.069 -0.26 0.365 -0.007 0.216 0.277 -0.176 -0.125 -0.161 0.183 0.096 0.037 0.179 0.135 0.019 -0.004 -0.176 0.043 -0.078 0.495 0.336 0.413 -0.242 -0.216 -0.585 -0.295 0.336 -3.817 +63 -1.168 -0.64 -0.389 -0.436 -0.597 0.681 0.148 -0.38 -0.235 0.381 0.023 -0.423 -0.536 -0.5 -0.545 0.014 -0.138 0.327 -0.675 0.473 -0.123 -0.355 -0.515 -0.514 -0.189 -1.119 0.083 -0.008 -0.189 -0.01 -0.05 -0.177 0.282 -0.422 -0.07 -0.053 0.215 0.136 0.465 -0.1 0.521 0.635 -0.907 -0.553 -1.041 0.098 -0.377 0.177 -0.293 0.407 0.119 0.234 -0.353 0.283 0.316 0.168 -0.531 0.395 0.11 0.286 0.386 -0.237 0.018 0.052 0.146 0.228 0.235 0.154 -0.047 -0.086 -0.309 -0.16 -0.328 -0.245 0.328 0.469 -0.026 -0.171 -0.509 -0.327 -0.609 0.314 -2.127 +64 -1.353 -0.785 -0.146 -0.234 -0.624 0.543 0.315 -0.129 -0.384 0.357 -0.03 -0.482 -0.664 -0.378 -0.567 -0.074 -0.161 0.308 -0.763 0.452 -0.225 -0.411 -0.407 -0.589 -0.152 -1.108 0.01 -0.206 -0.188 -0.089 -0.177 -0.414 0.343 -0.486 -0.099 -0.017 0.195 0.103 0.428 -0.256 0.866 0.334 -0.989 -0.612 -1.092 0.144 -0.49 0.251 -0.216 0.369 0.087 0.297 -0.291 0.45 0.36 0.342 -0.536 0.285 0.081 0.334 0.33 -0.187 -0.065 0.028 0.203 0.322 0.317 0.329 -0.152 -0.094 -0.17 -0.17 -0.095 -0.338 0.383 0.545 -0.015 -0.292 -0.733 -0.375 -0.644 0.283 -3.771 +65 -1.248 -0.464 -0.196 -0.23 -0.753 0.719 1.009 -0.418 -0.143 0.21 0.09 -0.676 -0.21 -0.105 -0.183 -0.081 -0.175 0.377 -1.69 0.464 -0.35 -0.226 -0.406 -0.492 0.58 -1.016 -0.118 0.205 -0.105 0.039 0.191 -0.428 0.285 -0.209 -0.106 0.183 0.384 -0.056 0.395 -0.361 0.475 0.147 -2.983 -2.557 -0.928 0.149 -0.075 0.098 -0.338 0.244 0.099 0.119 -0.324 0.256 0.225 0.125 -0.321 0.199 0.068 0.217 0.354 -0.351 -0.081 0.053 0.228 0.119 0.018 0.187 0.022 -0.154 -0.152 -0.166 -0.047 -0.465 0.286 0.481 -0.028 -0.24 -0.315 -0.399 -0.657 0.249 -2.846 +66 -1.798 -0.774 -0.037 -0.223 -0.871 0.742 -1.99 -0.291 -0.277 0.346 0.064 -0.82 -0.454 -0.725 -0.729 0.109 -0.061 0.379 -0.953 0.578 -0.124 -0.506 -0.656 -0.685 -1.21 -0.75 0.131 0.142 -0.47 0.099 0.06 -0.423 0.331 -0.317 -0.139 -0.009 0.484 0.219 0.499 -0.354 0.878 0.328 -1.566 -1.154 -1.433 0.304 -0.303 0.253 0.112 0.349 0.146 0.241 -0.367 0.665 0.266 0.196 -0.505 0.174 0.076 0.132 0.476 -0.44 -0.049 -0.109 0.41 0.232 0.101 0.409 -0.345 -0.099 -0.328 -0.267 0.027 -0.701 0.273 0.628 -0.179 -0.486 -0.563 -0.245 -0.636 0.271 -3.231 +67 -0.18 -0.27 -0.254 -0.523 0.101 0.046 -0.103 -0.048 -0.027 0.252 0.077 0.043 -0.251 -0.474 -0.545 0.169 0.049 0.089 -0.466 -0.126 0.175 -0.253 -0.01 -0.035 -0.159 0.046 -0.362 0.074 -0.032 0.086 -0.102 0.141 -0.264 -0.079 0.041 -0.165 -0.039 0.059 -0.024 0.041 -0.176 0.422 -0.22 -0.473 -1.178 0.037 -0.045 0.011 0.199 0.029 0.156 0.16 -0.159 -0.186 0.024 -0.025 -0.066 0.189 0.099 0.126 0.107 -0.006 -0.046 0.005 0.005 0.05 0.013 0.054 0.033 -0.026 0.111 -0.061 -0.295 -0.006 0.125 0.138 0.023 -0.14 -0.028 0.086 -0.036 -0.051 0.154 +68 -0.673 -0.433 0.19 -0.337 -0.192 -0.022 -0.248 -0.291 0.613 0.059 -0.458 -0.051 -0.389 0.11 -0.792 0.114 0.185 0.09 -0.831 -0.13 -0.469 0.184 0.044 0.132 -0.188 0.109 -0.015 -0.095 0.238 -0.125 0.622 0.038 -0.419 -0.554 -0.009 -0.118 0.375 1.015 -0.095 -0.054 -0.558 0.568 -2.032 -1.328 -0.879 0.14 0.061 0.093 0.112 0.001 0.044 0.146 -0.144 -0.25 -0.002 -0.069 -0.194 0.209 0.077 0.113 0.01 -0.192 -0.256 -0.159 0.153 0.033 0.043 0.118 0.055 -0.201 -0.014 -0.158 -0.153 -0.078 0.159 0.059 0.116 -0.311 0.069 -0.239 -0.061 0.206 -2.078 +69 -0.437 -0.469 -0.491 -0.667 -0.417 0.38 1.204 -0.121 0.276 0.148 0.353 -1.153 0.027 -0.213 -0.242 0.24 -0.009 0.365 -1.408 0.012 0.031 0.008 -0.221 -0.496 0.647 -0.446 0.06 0.391 0.083 0.262 0.18 0 -0.027 -0.096 -0.003 0.176 0.154 0.3 0.154 -0.419 -0.406 0.659 -3.392 -2.635 -0.773 -0.02 -0.167 0.085 -0.125 0.03 0.049 0.119 -0.224 0.008 0.045 -0.083 -0.272 0.281 0.334 0.085 0.242 -0.237 -0.078 -0.103 0.094 0.102 0.05 0.247 -0.021 -0.166 0.246 -0.227 -0.258 -0.332 -0.1 0.308 0.146 -0.246 -0.17 0.009 -0.344 -0.044 -1.042 +70 -0.341 -0.388 -0.306 -0.763 -0.174 0.003 -0.211 -0.529 0.163 0.313 -0.157 -0.449 -0.457 -0.556 -0.399 0.223 -0.044 0.219 -0.552 -0.059 0.315 -0.138 -0.129 0.069 -0.154 -0.268 0.038 0 0.073 0.104 -0.081 0.261 -0.377 -0.247 0.02 -0.104 0.162 -0.038 0.033 -0.151 -0.357 0.807 -0.858 -0.403 -0.191 0.027 -0.117 0.084 0.23 0.054 0.08 0.078 -0.166 -0.255 -0.025 -0.007 -0.271 0.155 0.098 0.136 0.157 -0.187 -0.027 -0.035 0.052 0.061 0.098 0.038 -0.027 -0.133 0.106 -0.159 -0.244 -0.226 -0.078 0.119 0.061 0.061 -0.005 -0.031 -0.122 0.167 0.111 +71 -0.371 -0.082 -0.138 0.079 -0.078 0.121 -0.079 0.078 -0.161 0.047 -0.074 -0.114 -0.072 -0.233 -0.238 0.038 -0.009 0.045 -0.147 -0.073 -0.221 -0.315 -0.107 -0.08 -0.016 -0.131 0.038 -0.095 -0.005 -0.044 -0.114 -0.004 0.068 -0.091 0.043 0.039 -0.143 0.004 -0.01 0.07 0.122 -0.117 0.026 0.05 -0.172 0.031 -0.047 -0.004 0.026 0.014 0.021 0.058 -0.004 0.225 -0.042 -0.055 0.044 0.077 0.05 -0.005 0.052 0.05 -0.024 0.019 -0.026 -0.026 -0.06 -0.001 0.048 -0.092 0.082 0.009 0.045 -0.081 0.158 0.058 0.042 -0.169 0.073 -0.037 -0.049 0.021 -0.626 +72 -0.504 0.107 -0.367 0.119 0.007 0.197 0.031 0.111 -0.13 0.212 -0.512 -0.027 0.021 -0.164 -0.192 0.183 -0.094 -0.357 -0.153 0.026 -0.25 -0.224 -0.268 -0.081 -0.068 -0.152 0.03 0.093 -0.207 -0.127 -0.134 0.075 0.04 -0.289 0.488 -0.05 -0.151 1.347 0.085 0.017 0.115 -0.073 0.071 -0.057 -0.418 0.043 -0.054 0.043 -0.061 0.057 -0.106 0.051 0.032 0.022 0.148 -0.136 -0.083 0.067 -0.041 0.163 0.005 -0.014 -0.024 -0.031 0.01 -0.007 -0.056 -0.014 0.235 0.299 0.135 -0.156 -0.116 -0.013 0.172 -0.027 0.032 0.007 -0.038 0.118 -0.072 -0.12 -0.36 +73 -0.389 -0.079 -0.181 -0.091 -0.098 0.128 -0.064 0.038 -0.127 0.047 -0.16 -0.001 -0.075 -0.32 -0.272 -0.14 -0.078 0.171 -0.213 -0.146 -0.148 -0.298 -0.051 -0.047 -0.083 -0.188 0.105 -0.107 -0.04 -0.07 -0.13 -0.019 0.15 -0.159 0.011 0.069 -0.138 -0.132 0.156 0.04 0.026 -0.062 -0.045 -0.352 -0.688 0.07 -0.081 0.061 -0.161 0.153 0.003 0.048 0.005 0.211 0.106 -0.039 0.001 0.121 0.019 0.172 0.092 -0.022 -0.057 -0.012 0.017 0.074 -0.002 0.114 0.115 0.194 0.078 -0.044 -0.236 -0.078 0.25 0.127 0.058 -0.03 -0.026 -0.076 -0.049 0.133 -0.332 +74 -0.617 -0.383 0.328 0.027 -0.325 -0.035 -0.197 0.01 0.774 -0.094 -0.376 -0.08 -0.309 0.045 -0.834 -0.056 -0.002 0.086 -0.565 -0.114 -0.449 -0.028 -0.028 0.008 -0.158 -0.052 -0.204 -0.306 0.265 -0.153 0.674 -0.042 -0.184 -0.443 -0.018 0.049 0.282 1.3 0.015 -0.016 -0.458 0.063 -1.468 -0.774 -0.407 0.058 -0.06 0.017 0.023 0.07 0.099 0.173 -0.077 0.166 0.003 -0.066 -0.136 0.178 0.097 0.103 0.043 -0.144 -0.216 -0.105 0.105 0.038 0.005 0.073 0.025 -0.008 0.141 -0.096 -0.087 0.005 0.075 0.142 0.163 -0.21 0.115 -0.252 -0.12 0.224 -2.164 +75 -0.536 -0.391 -0.28 -0.598 -0.199 0.107 -0.199 -0.2 0.003 0.175 -0.073 -0.42 -0.311 -0.702 -0.615 0.089 -0.077 0.158 -0.426 -0.22 0.053 -0.401 -0.322 -0.072 -0.188 -0.416 -0.053 -0.085 0.04 0.196 -0.125 0.103 -0.066 -0.146 0.035 -0.002 0.041 -0.375 0.165 -0.042 -0.2 0.395 -0.558 -0.236 -0.784 0.044 -0.201 0.068 0.016 0.133 0.148 0.201 -0.162 0.093 0.055 -0.036 -0.195 0.181 0.211 0.139 0.116 -0.153 -0.038 0.166 0.014 0.066 0.047 0.141 0.006 -0.178 0.152 -0.098 -0.279 -0.211 -0.099 0.23 0.02 -0.082 -0.121 -0.042 -0.139 0.193 -0.351 +76 -0.728 -0.382 -0.223 -0.468 -0.555 0.559 1.396 -0.174 -0.165 0.123 0.291 -1.006 0.163 -0.105 -0.196 0.131 -0.085 0.402 -1.363 -0.029 -0.224 -0.033 -0.301 -0.388 0.85 -0.624 -0.133 0.392 0.07 0.273 0.355 -0.033 0.203 -0.102 0.037 0.152 0.11 -0.239 0.139 -0.425 -0.332 0.044 -3.112 -2.64 -0.076 0.059 -0.088 0.024 0.014 0.08 0.086 0.131 -0.165 0.148 0.015 0.024 -0.231 0.154 0.195 0.07 0.185 -0.283 -0.069 0.137 0.004 0.071 0.041 0.226 0.002 -0.29 0.09 -0.052 -0.186 -0.366 -0.174 0.156 0.34 -0.211 -0.05 -0.13 -0.324 0.045 -1.919 +77 -0.536 -0.122 0.072 -0.286 -0.041 0.242 0.064 -0.436 0.196 0.073 -0.169 -0.174 -0.098 -0.464 -0.387 -0.114 -0.094 0.14 -0.048 0.047 -0.069 -0.231 -0.139 -0.165 -0.108 -0.267 0.095 -0.073 0.055 -0.088 -0.238 -0.118 0.295 -0.184 -0.107 -0.007 0.049 -0.422 0.2 0.045 0.06 0.108 -0.099 -0.231 -0.384 0.066 -0.206 0.133 -0.294 0.122 0 0.124 -0.079 0.101 0.069 0.114 -0.131 0.183 0.121 0.275 0.165 -0.091 0.04 -0.001 0.082 0.109 0.165 0.136 0.047 0.181 0.22 -0.055 -0.235 -0.203 -0.091 0.133 0.156 -0.08 -0.133 -0.001 -0.168 0.191 -2.705 +78 -0.487 -0.236 -0.26 -0.077 -0.278 0.403 1.262 0.046 -0.082 0.127 0.32 -0.838 0.117 0.102 -0.053 0.229 -0.064 0.376 -1.386 0.026 -0.17 0.203 -0.059 -0.318 0.868 -0.294 -0.059 0.471 0.07 0.251 0.398 -0.052 0.03 0.062 0.037 0.018 0.155 0.098 0.01 -0.422 -0.259 0.085 -2.957 -2.246 -0.361 0.058 0.049 -0.145 0.163 -0.098 0.034 0.069 -0.133 0.011 -0.017 -0.007 -0.161 0.147 0.157 0.033 0.165 -0.23 -0.059 0.026 0.039 -0.027 -0.033 0.163 0.039 -0.408 0.15 -0.108 -0.025 -0.273 -0.032 0.141 0.281 -0.378 -0.072 -0.021 -0.227 0.027 -1.28 +79 -0.508 -0.141 -0.15 -0.338 -0.46 0.593 1.672 -0.519 0.169 0.08 0.314 -0.938 0.264 0.222 0.113 0.011 -0.092 0.411 -1.597 0.186 -0.123 0.379 -0.197 -0.265 1.129 -0.794 -0.061 0.494 0.072 0.18 0.459 -0.08 0.077 0.052 0.055 0.172 0.219 0.282 0.176 -0.457 -0.255 0.257 -4.12 -4.323 -0.511 0.074 0.033 0.01 0.003 0.048 0.023 -0.008 -0.074 0.122 0.066 -0.027 -0.204 0.103 0.048 0.113 0.227 -0.188 -0.184 0.02 0.052 0.086 0.014 0.202 0.08 -0.163 0.13 -0.148 -0.155 -0.399 -0.207 0.304 0.3 -0.155 -0.033 0.017 -0.236 0.081 -1.351 +80 -0.621 -0.19 -0.326 -0.209 -0.242 0.18 -2.156 -0.132 1.279 0.006 0.423 -0.163 0.246 -0.902 -0.748 -0.181 -0.143 0.228 -0.821 -0.164 -0.212 -0.454 -0.034 0.031 -0.567 -0.094 0.053 0.152 -0.055 -0.074 0.287 0.079 0.237 -0.074 0.141 0.161 0.209 -0.017 0.221 -0.149 -0.257 -0.005 -1.176 -0.566 -0.401 -0.091 -0.04 0.079 -0.337 0.191 0.08 0.047 0.075 0.156 0.005 -0.16 -0.053 0.236 -0.007 0.132 0.217 -0.089 -0.229 -0.123 0.139 0.065 0.084 0.097 0.188 0.306 0.24 -0.014 -0.071 -0.076 0.082 0.278 0.012 -0.046 0.064 -0.023 0.022 0.287 -0.81 +81 -0.776 -0.157 -0.466 -0.378 -0.448 0.443 -2.359 -0.198 0.067 0.269 -0.052 -0.641 0.111 -0.899 -0.749 0.371 -0.144 -0.142 -0.851 0.08 -0.07 -0.478 -0.419 -0.278 -0.714 0.026 -0.013 0.513 -0.093 0.082 0.312 0.094 0.039 -0.226 0.372 -0.046 0.095 1.284 0.273 -0.13 -0.117 0.102 -1.305 -0.852 -0.692 0.119 -0.058 0.047 -0.017 0.099 0.095 -0.002 -0.066 0.248 0 -0.217 -0.236 0.051 0.108 0.142 0.246 -0.223 -0.08 0.176 0.121 0.152 0.01 0.221 0.077 -0.057 0.177 -0.183 -0.075 -0.167 0.002 0.281 -0.05 -0.08 -0.007 0.033 -0.272 0.001 -0.363 +82 -0.707 -0.337 -0.3 -0.353 -0.4 0.386 -2.203 0.085 0.093 0.003 0.254 -0.891 0.085 -0.85 -0.769 0.107 -0.207 0.365 -0.938 -0.101 -0.046 -0.471 0.013 -0.183 -0.664 -0.039 -0.004 0.237 0.125 0.184 0.489 0.145 0.158 -0.067 -0.027 0.102 0.259 -0.308 0.312 -0.296 -0.191 0.139 -1.712 -1.059 -0.887 0.035 -0.077 0.028 -0.044 0.165 0.145 0.017 -0.005 0.249 0.083 -0.141 -0.17 0.142 0.081 0.197 0.172 -0.101 -0.183 -0.103 0.091 0.084 0.105 0.231 0.069 -0.153 0.261 -0.154 -0.13 -0.098 0.041 0.292 -0.04 -0.162 -0.071 -0.096 -0.178 0.182 -1.231 +83 -0.605 -0.293 -0.312 -0.104 -0.246 0.311 -2.116 0.196 0.035 0.026 0.305 -0.706 0.164 -0.857 -0.741 0.123 -0.234 0.216 -0.897 -0.158 -0.214 -0.442 -0.002 -0.116 -0.819 0.076 0.006 0.279 -0.011 0.171 0.492 0.152 0.143 -0.097 0.03 0.089 0.19 -0.019 0.237 -0.258 -0.153 0.074 -1.589 -1.051 -0.876 0.084 -0.05 0.03 -0.194 0.11 0.118 0.192 0.033 0.205 0.071 -0.148 -0.032 0.116 0.112 0.163 0.155 -0.065 -0.217 -0.144 0.112 0.115 0.168 0.121 0.091 -0.249 0.2 -0.069 0.132 0.055 0.109 0.211 0.003 -0.216 -0.01 -0.075 -0.011 0.168 -0.67 +84 -0.738 -0.731 -0.655 -0.697 -0.426 0.286 -1.861 -0.138 0.078 0.22 0.356 -1.087 -0.27 -0.916 -0.811 0.17 -0.195 0.352 -0.927 -0.178 0.069 -0.345 0.014 -0.255 -0.499 -0.059 -0.015 0.245 0.108 0.177 0.456 0.409 -0.032 -0.065 0.052 0.086 0.312 -0.275 0.292 -0.453 -0.57 0.083 -1.919 -0.996 -1.123 0.077 -0.061 0.101 -0.157 0.16 0.152 0.147 0.036 0.142 0.163 -0.162 -0.104 0.099 0.124 0.278 0.157 -0.123 -0.212 -0.198 0.158 0.146 0.054 0.25 0.125 -0.324 0.355 -0.236 -0.082 -0.096 0.062 0.338 0.006 -0.224 -0.077 0.094 -0.064 0.271 -0.443 +85 -1.152 -0.588 0.084 -0.38 -0.492 0.222 -2.349 -0.002 0.757 -0.025 -0.159 -0.607 -0.241 -0.593 -1.239 -0.015 -0.143 0.21 -1.2 -0.167 -0.36 -0.206 0.05 -0.115 -0.705 0.027 -0.194 -0.187 0.442 -0.105 0.954 0.049 -0.015 -0.45 0 0.019 0.567 0.744 0.211 -0.311 -0.488 0.147 -3.472 -2.665 -1.062 0.125 -0.039 0.071 -0.038 0.185 0.133 0.031 -0.027 0.205 0.184 -0.117 -0.158 0.199 0.017 0.23 0.164 -0.149 -0.355 -0.216 0.206 0.133 0.11 0.232 0.073 -0.023 0.107 -0.191 -0.037 -0.119 0.093 0.271 0.003 -0.363 0.043 -0.256 -0.155 0.221 -1.685 +86 -0.803 -0.653 -0.504 -0.604 -0.514 0.258 -2.209 -0.517 0.179 0.14 0.197 -1.1 -0.049 -1.135 -0.935 0.143 -0.254 0.196 -0.934 -0.255 0.105 -0.425 0.014 -0.29 -0.837 -0.237 0.012 0.123 0.016 0.216 0.374 0.314 -0.04 -0.135 0.006 0.127 0.35 -0.158 0.401 -0.405 -0.348 0.699 -2.264 -1.585 -0.843 0.125 -0.14 0.073 -0.058 0.227 0.155 0.05 -0.22 0.155 0.193 -0.093 -0.22 0.173 0.112 0.247 0.233 -0.138 -0.125 -0.135 0.152 0.193 0.144 0.223 0.035 -0.066 0.133 -0.189 -0.256 -0.149 -0.035 0.373 -0.139 -0.217 -0.146 0.09 -0.13 0.214 -0.896 +87 -0.73 -0.322 -0.253 -0.342 -0.388 0.508 -2.1 -0.006 0.234 0.103 0.403 -0.696 0.055 -1.004 -0.885 0.132 -0.123 0.226 -0.791 -0.138 -0.065 -0.477 -0.251 -0.305 -0.708 -0.167 0.075 0.155 0.022 0.19 0.301 0.03 0.245 -0.065 0.019 0.137 0.128 -0.305 0.214 -0.228 -0.258 0.02 -1.391 -0.771 -0.603 0.096 -0.188 0.03 -0.043 0.091 0.184 0.135 -0.08 0.364 0.106 -0.153 -0.104 0.255 0.204 0.163 0.227 -0.177 -0.071 -0.094 0.145 0.098 0.09 0.236 -0.009 -0.038 0.155 -0.115 -0.093 -0.165 -0.079 0.256 0.05 0.007 -0.14 -0.077 -0.106 0.176 -1.83 +88 -1.252 -0.663 -0.436 -0.408 -0.862 0.414 0.023 -0.091 0.002 0.118 0.347 -1.537 0.113 -0.505 -0.538 0.07 -0.18 0.344 -1.779 -0.061 -0.102 -0.179 -0.379 -0.627 0.129 -0.293 0 0.408 0.285 0.315 0.473 0.151 0.102 -0.116 -0.028 0.15 0.251 -0.103 0.353 -0.889 -0.338 0.181 -5.082 -4.828 -0.967 0.125 -0.044 0.085 -0.088 0.242 0.138 -0.007 -0.272 0.308 0.192 -0.065 -0.209 0.14 0.048 0.231 0.297 -0.426 -0.209 -0.136 0.164 0.189 0.119 0.396 0.05 -0.202 0.124 -0.213 -0.114 -0.526 -0.098 0.465 0.133 -0.386 -0.248 0.123 -0.335 0.161 -2.417 +89 -0.615 -0.289 -0.08 -0.332 -0.355 0.429 -2.292 0.108 -0.11 0.023 0.466 -1.194 0.271 -0.69 -0.63 0.122 0.01 0.291 -1.013 0.119 -0.108 -0.207 -0.169 -0.278 -0.456 0.291 -0.011 0.379 0.035 0.201 0.496 0.095 0.16 -0.006 0.083 0.15 0.266 -0.4 0.184 -0.519 -0.168 0.321 -1.872 -1.179 -0.319 0.077 -0.003 -0.043 0.073 0.056 0.169 -0.005 -0.037 0.348 0.04 -0.146 -0.158 -0.011 0.078 0.066 0.219 -0.234 -0.241 -0.06 0.06 0.099 0.051 0.188 0.018 -0.175 0.223 -0.113 0.007 -0.194 -0.038 0.142 -0.01 -0.195 0.073 -0.071 -0.066 0.072 -1.4 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/korkut_2015a/model_3250.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/korkut_2015a/model_3250.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,464 @@ +4EBP1pS65 - G1arrest +RbpS807 - ERa +RbpS807 + G1arrest +MEKpS217 + MAPKpT202 +MEKpS217 - BIM +MEKpS217 - ELK1pS383 +MEKpS217 - G2arrest +S6 - S6pS240 +PAI-1 + GATA3 +AKTpS473 + TSC2pT1462 +AMPKpT172 - RbpS807 +AMPKpT172 + S6 +b-Catenin - b-CateninpS +b-Catenin - IGF1R-beta +b-Catenin - YBIpS102 +b-Catenin - SRCpY416 +BIM - CyclinD1 +BIM + GATA3 +BIM - RAD51 +Caveolin + IGF1R-beta +Caveolin + SMAD3 +Caveolin - G2arrest +CyclinB1 + RbpS807 +CyclinB1 + PLK1 +CyclinD1 + RbpS807 +CyclinD1 - BIM +CyclinD1 - YAPpS127 +CyclinD1 - ACCpS79 +IGFBP2 - AKTpS473 +IGFBP2 + BIM +IGFBP2 + Fibronectin +IGFBP2 - mTORpS2448 +IGFBP2 + cellviab +p38pT180 - MAPKpT202 +p38pT180 + G2M +p38pT180 - G1arrest +p38pT180 - cellviab +p53 + Caveolin +p53 + BCL-XL +p53 + BCL2 +p53 + SRC +p53 + G1arrest +p70S6KpT389 - Fibronectin +p70S6KpT389 + S6pS235 +p70S6KpT389 + S6pS240 +SRCpY527 + Caspase9 +SRCpY527 + CHK1pS345 +SRCpY527 - G2M +STAT3pY705 - STAT3 +STAT3pY705 - STAT5 +STAT3pY705 - STAT5pY694 +STAT3pY705 - a-tubulin +STAT3pY705 + SRC +STAT3pY705 - G2M +STAT3pY705 - Sarrest +TSC2pT1462 - EGFRV +YAPpS127 + IRS1 +YAPpS127 - p21 +YAPpS127 + PDK1pS241 +YAPpS127 - G2arrest +ACC1 + PI3Kp85 +ACC1 + 4EBP1pT70 +ACC1 - Sarrest +AKTpT308 + AKTpS473 +AKTpT308 + GSK3abpS21 +AKTpT308 + GSKpS9 +AKTpT308 - BCL-XL +AKTpT308 + p21 +AKT - MEKpS217 +AKT + GSK3abpS21 +AKT + TSC2pT1462 +AKT + YAPpS127 +AKT - YBIpS102 +AKT - BCL-XL +AKT + mTORpS2448 +AKT - Collagenase +b-CateninpS + PKCa +b-CateninpS + p38 +b-CateninpS + G2M +b-CateninpS - Sarrest +Fibronectin - CyclinB1 +Fibronectin - SRCpY527 +Fibronectin + IGF1R-beta +Fibronectin + IRS1 +Fibronectin - PDK1pS241 +Fibronectin - IRS1pS307 +Fibronectin - Sarrest +HSP27 - 4EBP1pS65 +HSP27 - PAI-1 +HSP27 + SMAD3 +HSP27 + STAT3 +HSP27 - G2arrest +IGF1R-beta + b-Catenin +IGF1R-beta + IGFBP2 +IGF1R-beta + Fibronectin +IGF1R-beta - IRS1 +IGF1R-beta + G2M +IRS1 - p38pT180 +IRS1 + COX2 +IRS1 - mTORpS2448 +IRS1 - IRS1pS307 +p27 - MAPKpT202 +p27 - GSK3abpS21 +p27 + IGFBP2 +p27 - c-Myc +p27 - COX2 +p27 - YBIpS102 +p27 - G2M +p27 + G1arrest +p27 + cellviab +c-Myc - p27 +c-Myc - SMAD3 +c-Myc + STAT5pY694 +c-Myc + c-JUNpS73 +c-Myc - PKCa +c-Myc - SMAD3pS423 +c-Myc - G1arrest +SMAD3 + S6 +SMAD3 + Caveolin +SMAD3 + CyclinD1 +SMAD3 + Fibronectin +SMAD3 + c-Myc +SMAD3 + cellviab +STAT3 + STAT5 +STAT3 + STAT5pY694 +STAT3 + p21 +STAT3 + PDK1pS241 +STAT3 - G1arrest +STAT5 - TSC2pT1462 +STAT5 - STAT3 +STAT5 - CHK1pS345 +STAT5 - p21 +STAT5 - G2M +STAT5 + cellviab +STAT5pY694 + STAT3pY705 +STAT5pY694 + TSC2pT1462 +STAT5pY694 + AKT +STAT5pY694 - GSK3ab +STAT5pY694 + STAT6pY641 +STAT5pY694 - Sarrest +COX2 - STAT3 +COX2 - G1arrest +PAX2 - SMAD3 +PAX2 + CHK2pT68 +PAX2 + ATMpS1981 +PAX2 + BAK +PLK1 + CyclinB1 +PLK1 - CHK2pT68 +PLK1 - G1arrest +PLK1 + cellviab +YBIpS102 - HSP27 +YBIpS102 + CHK1pS345 +YBIpS102 - PDK1pS241 +YBIpS102 - PKCa +CHK2pT68 - PLK1 +CHK2pT68 - cRAFV +CHK2pT68 - SRCpY416 +CHK2pT68 + G1arrest +CHK2pT68 + Sarrest +Caspase9 + AKTpS473 +Caspase9 + b-Catenin +Caspase9 + CyclinB1 +Caspase9 + c-JUNpS73 +Caspase9 - G2arrest +Caspase9 + Sarrest +a-tubulin + COX2 +a-tubulin - BAK +a-tubulin + SRCpY416 +a-tubulin + IRS1pS307 +a-tubulin + p38 +a-tubulin + G1arrest +a-tubulin + cellviab +ATMpS1981 + PLK1 +ATMpS1981 + S6pS240 +ATMpS1981 - bRAF +ATMpS1981 + G1arrest +ATMpS1981 - Sarrest +ATMpS1981 - cellviab +ATR - c-Myc +ATR + CHK2pT68 +ATR - ERa +ATR - SRC +ATR - Sarrest +BAK - PAI-1 +BAK + PAX2 +BAK + ATR +BAK + ERa +BAK + TAZpS89 +BAK - G2arrest +BCL-XL + p53 +BCL-XL - STAT3 +BCL-XL + STAT5pY694 +BCL-XL + BCL2 +BCL-XL - 4EBP1pT70 +BCL-XL + G2arrest +BCL-XL + cellviab +BCL2 - 4EBP1pS65 +BCL2 - MEKpS217 +BCL2 - GSKpS9 +BCL2 + p53 +BCL2 - p27 +BCL2 + BCL-XL +BCL2 + GATA3 +BCL2 - GSK3ab +BCL2 + STAT6pY641 +BCL2 - G2M +BCL2 - cellviab +bRAF + MEKpS217 +bRAF - SRCpY527 +bRAF + AKTpT308 +bRAF + AKT +bRAF + a-tubulin +bRAF + p38 +bRAF + G1arrest +c-JUNpS73 - CyclinB1 +c-JUNpS73 - STAT3pY705 +c-JUNpS73 - ACC1 +c-JUNpS73 + c-Myc +c-JUNpS73 - 4EBP1pT37 +c-JUNpS73 + G2M +c-JUNpS73 - G2arrest +Casp9cAsp31 - ATR +Casp9cAsp31 + G2M +CHK1pS345 - AKTpS473 +CHK1pS345 - p27 +CHK1pS345 + YBIpS102 +CHK1pS345 - p38 +cRAFV - IRS1 +cRAFV - BCL2 +cRAFV + bRAF +cRAFV - ERa +cRAFV - Collagenase +cRAFV + p38 +cRAFV + TSC2 +cRAFV + G1arrest +cRAFV + G2arrest +EGFRV - ATR +EGFRV - bRAF +EGFRV + Sarrest +ELK1pS383 + Caveolin +ELK1pS383 - p70S6KpT389 +ELK1pS383 - GSK3ab +ELK1pS383 - G1arrest +ELK1pS383 + cellviab +ERa - p70S6KpT389 +ERa - 4EBP1pT37 +ERa + Caspase9 +ERa + BAK +ERa + GSK3ab +GATA3 - 4EBP1pS65 +GATA3 + Caveolin +GATA3 - SMAD3 +GATA3 + PAX2 +GATA3 + EGFRV +GATA3 - SMAD3pS423 +GATA3 + G2M +GATA3 - G2arrest +GATA3 - Sarrest +GSK3ab + b-Catenin +GSK3ab + GSK3abpS21 +GSK3ab + GSKpS9 +GSK3ab - SRCpY527 +GSK3ab - AKTpT308 +GSK3ab - Caspase9 +GSK3ab + mTORpS2448 +GSK3ab + G2M +mTORpS2448 - AKTpS473 +mTORpS2448 + GSKpS9 +mTORpS2448 + p70S6KpT389 +mTORpS2448 + AKT +mTORpS2448 + CyclinE1 +mTORpS2448 + p38 +mTORpS2448 - G1arrest +p21 - IRS1 +p21 - SRCpY416 +p21 + G2M +STAT6pY641 - CyclinE1 +STAT6pY641 - SMAD3pS423 +STAT6pY641 - cellviab +TAZpS89 - BCL-XL +TAZpS89 + XRCC1 +TAZpS89 + Collagenase +TAZpS89 + G1arrest +XRCC1 - GSK3abpS21 +XRCC1 + GATA3 +XRCC1 - 4EBP1pT70 +XRCC1 - G2M +XRCC1 + Sarrest +PCNA - 4EBP1pS65 +PCNA - S6 +PCNA + STAT5pY694 +PCNA - p21 +PCNA + TAZpS89 +PCNA - RAD51 +PCNA - TSC2 +PDK1pS241 - RbpS807 +PDK1pS241 - a-tubulin +PDK1pS241 - BAK +PDK1pS241 + G1arrest +PDK1pS241 + G2arrest +PDK1pS241 - cellviab +PI3Kp85 - AMPKpT172 +PI3Kp85 + GSK3abpS21 +PI3Kp85 + TSC2pT1462 +PI3Kp85 - STAT3 +PI3Kp85 + STAT5 +PI3Kp85 + COX2 +PI3Kp85 - ATR +PI3Kp85 - CHK1pS345 +PI3Kp85 - SRCpY416 +PI3Kp85 - CyclinE1 +PI3Kp85 + IRS1pS307 +PI3Kp85 + SRC +PI3Kp85 - G2M +PKCa - AKTpS473 +PKCa - GSKpS9 +PKCa - YAPpS127 +PKCa + c-Myc +PKCa + bRAF +PKCa + PDK1pS241 +PKCa + SRC +PKCa - G1arrest +PKCa - G2arrest +RAD51 - p27 +RAD51 - PCNA +RAD51 - G1arrest +RAD51 - G2arrest +SRCpY416 + MEKpS217 +SRCpY416 + AKTpS473 +SRCpY416 - b-Catenin +SRCpY416 - IGF1R-beta +SRCpY416 - GATA3 +SRCpY416 + SRC +4EBP1pT70 + S6 +4EBP1pT70 + ACC1 +4EBP1pT70 + STAT3 +4EBP1pT70 - EGFRV +4EBP1pT70 + GSK3ab +4EBP1pT70 + cellviab +ACCpS79 + XRCC1 +ACCpS79 + G2M +Collagenase + STAT6pY641 +Collagenase + PCNA +Collagenase + PKCa +CyclinE1 - RbpS807 +CyclinE1 - AMPKpT172 +CyclinE1 + CHK2pT68 +IRS1pS307 + 4EBP1pT37 +IRS1pS307 - p21 +p38 + p38pT180 +p38 - STAT3pY705 +p38 + AKT +p38 - STAT5 +p38 + a-tubulin +p38 + ATR +p38 - Casp9cAsp31 +p38 - ELK1pS383 +SMAD3pS423 + p27 +SMAD3pS423 + c-Myc +SMAD3pS423 - GATA3 +TSC2 - PAI-1 +TSC2 + Caveolin +TSC2 + TSC2pT1462 +TSC2 - Casp9cAsp31 +TSC2 + cRAFV +TSC2 - G2arrest +SRC - MEKpS217 +SRC + AKTpS473 +SRC + b-Catenin +SRC - SRCpY527 +SRC - IGF1R-beta +SRC + STAT5 +SRC + STAT5pY694 +SRC + EGFRV +SRC + PI3Kp85 +SRC - SRCpY416 +SRC + Collagenase +SRC + G1arrest +aMEK + MAPKpT202 +aMEK + MEKpS217 +aMEK - Caveolin +aMEK + STAT3pY705 +aMEK - STAT5 +aMEK + 4EBP1pT37 +aMEK + bRAF +aMEK - G2M +aAKT + AKTpS473 +aAKT - Caveolin +aAKT + AKTpT308 +aAKT + HSP27 +aAKT - p21 +aAKT + G1arrest +aHDAC + AKTpS473 +aHDAC - IGFBP2 +aHDAC + p53 +aHDAC + ACC1 +aHDAC - STAT3 +aHDAC - COX2 +aHDAC - S6pS235 +aHDAC - G2arrest +aMDM2 - p53 +aMDM2 + Fibronectin +aMDM2 + SRC +aMDM2 + cellviab +aJAK + STAT5pY694 +aJAK - c-JUNpS73 +aJAK + cRAFV +aJAK - PDK1pS241 +aJAK - cellviab +aBRAFm + MEKpS217 +aBRAFm + ACC1 +aBRAFm - AKTpT308 +aBRAFm + AKT +aBRAFm + SRCpY416 +aBRAFm - G1arrest +aBRAFm + G2arrest +aBRAFm + cellviab +aPKC - PAI-1 +aPKC + AKTpS473 +aPKC - b-Catenin +aPKC + STAT3pY705 +aPKC - IRS1 +aPKC + SMAD3 +aPKC - COX2 +aPKC + p21 +aPKC - SRCpY416 +aPKC - CyclinE1 +aPKC + SMAD3pS423 +aPKC - SRC +aPKC + G1arrest +aSTAT3 + Caveolin +aSTAT3 - STAT5 +aSTAT3 + STAT5pY694 +aSTAT3 + cRAFV +aSTAT3 - PCNA +aSTAT3 + G1arrest +aSTAT3 + G2arrest +amTOR - p53 +amTOR + p70S6KpT389 +amTOR - CyclinE1 +amTOR - Sarrest +aPI3K + AKTpS473 +aPI3K - CyclinE1 +aCDK4 + RbpS807 +aCDK4 + Caveolin +aCDK4 - SRCpY527 +aCDK4 + IRS1pS307 +aCDK4 - G2arrest +aCDK4 - Sarrest +aCDK4 + cellviab +aSRC + MEKpS217 +aSRC + AKTpS473 +aSRC - b-Catenin +aSRC + SRCpY527 +aSRC + STAT3pY705 +aSRC + AKTpT308 +aSRC - IGF1R-beta +aSRC - c-Myc +aSRC + STAT3 +aSRC + STAT5 +aSRC - CHK2pT68 +aSRC + PI3Kp85 +aSRC + SRCpY416 +aSRC - Sarrest diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/korkut_2015a/ptb.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/korkut_2015a/ptb.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,13 @@ +Target Type Value Comment +aMEK node -1 +aAKT node -1 +aHDAC node -1 +aMDM2 node -1 +aJAK node -1 +aBRAFm node -1 +aPKC node -1 +aSTAT3 node -1 +amTOR node -1 +aPI3K node -1 +aCDK4 node -1 +aSRC node -1 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/molinelli_2013/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/molinelli_2013/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,36 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Molinelli, E. J. et al. +Perturbation biology: inferring signaling networks in cellular systems. +PLoS Computational Biology, (2013) 9(12), e1003290. +http://doi.org/10.1371/journal.pcbi.1003290 + +""" + +import os + +import pandas as pd + +import sfa +import sfa.base + +def create_data(): + return MolinelliData() + + +class MolinelliData(sfa.base.Data): + + def __init__(self): + + self._abbr = "MOLINELLI_2013" + self._name = "Molinell et al. 2013 PLoS Comput Biol 9(12): e1003290" + + self.initialize(__file__) + + # end of def __init__ + + + + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/molinelli_2013/ba.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/molinelli_2013/ba.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,45 @@ + 4EBP1_pS65_V Rb_pS807_V MAPK_pT202 MEK1_2_pS217 AKT_pS473_V BIM_V CyclinB1_V CyclinD1_V p38_pT180_V SRC_pY527_V STAT3_pY705 TSC2_pT1462 p27_mouse c-Myc PLK1 S6_pS240_V cellprol aMEK12 aAKT aHDAC aBRAFm aPKC aSTAT3 amTOR aPI3K +1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.86 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.86 0.0 -0.11 0.0 0.0 0.0 0.0 0.0 +3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.86 0.0 0.0 -0.62 0.0 0.0 0.0 0.0 +4 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.86 0.0 0.0 0.0 -0.94 0.0 0.0 0.0 +5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.86 0.0 0.0 0.0 0.0 -0.23 0.0 0.0 +6 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.86 0.0 0.0 0.0 0.0 0.0 -2.25 0.0 +7 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.86 0.0 0.0 0.0 0.0 0.0 0.0 -2.18 +8 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +9 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.84 0.0 0.0 0.0 0.0 0.0 0.0 +10 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.56 0.0 0.0 0.0 0.0 0.0 0.0 +11 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.86 -2.56 0.0 0.0 0.0 0.0 0.0 0.0 +12 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.56 -0.11 0.0 0.0 0.0 0.0 0.0 +13 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.56 0.0 -0.62 0.0 0.0 0.0 0.0 +14 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.56 0.0 0.0 -0.94 0.0 0.0 0.0 +15 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.56 0.0 0.0 0.0 -0.23 0.0 0.0 +16 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.56 0.0 0.0 0.0 0.0 -2.25 0.0 +17 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.56 0.0 0.0 0.0 0.0 0.0 -2.18 +18 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.57 0.0 0.0 0.0 0.0 0.0 +19 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.11 0.0 0.0 0.0 0.0 0.0 +20 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.11 0.0 -0.94 0.0 0.0 0.0 +21 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.11 0.0 0.0 0.0 -2.25 0.0 +22 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.64 0.0 0.0 0.0 0.0 +23 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.62 0.0 0.0 0.0 0.0 +24 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.11 -0.62 0.0 0.0 0.0 0.0 +25 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.62 -0.94 0.0 0.0 0.0 +26 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.62 0.0 -0.23 0.0 0.0 +27 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.62 0.0 0.0 -2.25 0.0 +28 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.94 0.0 0.0 0.0 +29 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.94 0.0 -2.25 0.0 +30 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.09 0.0 0.0 0.0 +31 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.23 0.0 0.0 +32 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.11 0.0 0.0 -0.23 0.0 0.0 +33 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.94 -0.23 0.0 0.0 +34 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.23 -2.25 0.0 +35 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.09 0.0 0.0 +36 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.25 0.0 +37 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -4.32 0.0 +38 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.18 +39 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.12 0.0 0.0 0.0 0.0 -2.18 +40 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.62 0.0 0.0 0.0 -2.18 +41 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.94 0.0 0.0 -2.18 +42 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.23 0.0 -2.18 +43 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.25 -2.18 +44 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -2.32 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/molinelli_2013/conds.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/molinelli_2013/conds.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,34 @@ + aMEK12 aAKT aHDAC aBRAFm aPKC aSTAT3 amTOR aPI3K +1 -0.86 0 0 0 0 0 0 0 +2 0 -2.56 0 0 0 0 0 0 +3 0 0 -0.11 0 0 0 0 0 +4 0 0 0 -0.62 0 0 0 0 +5 0 0 0 0 0 0 -2.25 0 +6 0 0 0 0 0 0 0 -2.18 +7 -0.86 -2.56 0 0 0 0 0 0 +8 -0.86 0 -0.11 0 0 0 0 0 +9 -0.86 0 0 -0.62 0 0 0 0 +10 -0.86 0 0 0 -0.94 0 0 0 +11 -0.86 0 0 0 0 -0.23 0 0 +12 -0.86 0 0 0 0 0 -2.25 0 +13 -0.86 0 0 0 0 0 0 -2.18 +14 0 -2.56 -0.11 0 0 0 0 0 +15 0 -2.56 0 -0.62 0 0 0 0 +16 0 -2.56 0 0 -0.94 0 0 0 +17 0 -2.56 0 0 0 -0.23 0 0 +18 0 -2.56 0 0 0 0 -2.25 0 +19 0 -2.56 0 0 0 0 0 -2.18 +20 0 0 -0.11 -0.62 0 0 0 0 +21 0 0 -0.11 0 -0.94 0 0 0 +22 0 0 -0.11 0 0 -0.23 0 0 +23 0 0 -0.11 0 0 0 -2.25 0 +24 0 0 -0.12 0 0 0 0 -2.18 +25 0 0 0 -0.62 -0.94 0 0 0 +26 0 0 0 -0.62 0 -0.23 0 0 +27 0 0 0 -0.62 0 0 -2.25 0 +28 0 0 0 -0.62 0 0 0 -2.18 +29 0 0 0 0 -0.94 0 -2.25 0 +30 0 0 0 0 -0.94 0 0 -2.18 +31 0 0 0 0 0 -0.23 -2.25 0 +32 0 0 0 0 0 -0.23 0 -2.18 +33 0 0 0 0 0 0 -2.25 -2.18 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/molinelli_2013/exp.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/molinelli_2013/exp.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,34 @@ + 4EBP1_pS65_V Rb_pS807_V MAPK_pT202 MEK1_2_pS217 AKT_pS473_V BIM_V CyclinB1_V CyclinD1_V p38_pT180_V SRC_pY527_V STAT3_pY705 TSC2_pT1462 p27_mouse c-Myc PLK1 S6_pS240_V cellprol +1 -0.43 -0.61 -0.86 -0.71 0.1 0.37 -0.34 -0.56 -0.3 -0.31 0.13 -0.28 0.32 -0.11 -0.02 -0.48 0.24 +2 -0.76 -0.46 -0.43 -0.54 -2.53 0.23 -0.39 -0.15 -0.12 -0.32 0.18 -0.65 0.02 -0.04 -0.05 -0.95 -0.26 +3 -0.17 0.08 -0.14 0.1 -0.07 0.16 -0.15 0.15 0.05 0.1 -0.14 -0.17 0.12 -0.13 0.07 0.04 0.1 +4 -0.33 -0.36 -0.63 -0.78 0.18 0.26 -0.15 -0.34 -0.15 -0.23 0.15 -0.31 0.32 -0.08 0.05 0.08 0.13 +5 -0.49 -0.24 -0.26 -0.08 1.26 0.13 -0.84 0.12 -0.06 0.03 -0.17 0.2 -0.05 0.03 -0.42 -2.25 -1.28 +6 -0.62 -0.19 -0.33 -0.21 -2.16 0.01 -0.16 0.25 -0.14 -0.16 -0.21 -0.45 0.08 0.24 -0.15 -0.57 -0.81 +7 -0.79 -1.02 -1.23 -0.69 -2.16 0.56 -0.85 -0.75 -0.04 -0.34 0.2 -0.52 0.44 -0.27 -0.39 -1.87 0.04 +8 -0.31 -0.32 -1 -0.59 0.09 0.65 -0.11 -0.56 -0.2 -0.15 0 -0.27 0.44 -0.31 -0.01 -0.32 0.43 +9 -0.61 -1.1 -1.23 -0.93 0 0.73 -0.8 -0.83 -0.21 -0.24 0.15 -0.34 0.71 -0.41 -0.3 -0.83 0.28 +10 -0.65 -0.49 -0.29 -0.49 -0.02 0.1 -0.13 -0.38 -0.11 -0.24 -0.4 0.15 0.1 -0.38 0.05 -1.25 -0.58 +11 -0.57 -0.54 -0.87 -0.69 -0.05 0.51 -0.31 -0.59 -0.17 -0.26 0.13 -0.38 0.34 -0.12 0.02 -0.44 -0.13 +12 -0.65 -0.93 -1.08 -0.6 1.51 0.4 -1.12 -0.38 -0.23 -0.19 0.05 -0.09 0.36 0.09 -0.34 -4.13 -0.89 +13 -1.09 -1.14 -1.09 -0.7 -1.72 0.45 -1.46 -0.38 -0.24 -0.23 0.15 -0.4 0.59 -0.13 -0.51 -1.76 -0.29 +14 -0.82 -0.31 -0.72 -0.45 -2.7 0.38 -0.35 -0.1 -0.27 -0.14 0.15 -0.6 0.2 -0.3 -0.08 -0.99 -0.23 +15 -0.68 -0.59 -0.84 -0.79 -2.23 0.44 -0.49 -0.47 -0.23 -0.28 0.26 -0.6 0.26 -0.2 -0.19 -1.24 -0.29 +16 -0.85 -0.56 -0.05 -0.24 -2.31 -0.07 -0.33 -0.29 -0.13 -0.12 -0.5 -0.44 -0.02 -0.18 -0.45 -3.05 -2.25 +17 -0.71 -0.31 -0.45 -0.57 -2.77 0.25 -0.35 -0.17 -0.19 -0.32 0.04 -0.67 0.01 -0.02 -0.14 -0.88 -1.48 +18 -0.83 -0.44 -0.64 -0.52 -0.83 0.28 -0.91 0.09 -0.27 -0.28 0.01 -0.5 -0.09 0.12 -0.54 -3.76 -1.44 +19 -1.38 -0.88 -0.75 -0.75 -3.31 0.36 -1.16 -0.19 -0.14 -0.25 0.13 -0.61 0.11 0.07 -0.79 -2.45 -1.36 +20 -0.28 -0.22 -0.88 -0.71 0.02 0.41 -0.28 -0.32 -0.12 0 0.02 -0.2 0.26 -0.29 0.09 -0.13 0.22 +21 -0.53 -0.26 0.26 0 0.45 0.01 -0.21 0.23 0.01 0.11 -0.49 0.21 0.06 -0.32 -0.15 -1.24 -0.67 +22 -0.5 0.11 -0.37 0.12 0.03 0.21 -0.03 0.02 -0.09 0.03 -0.25 -0.22 0.07 0.04 0.02 -0.06 -0.36 +23 -0.49 -0.04 -0.43 -0.02 1.35 0.12 -0.62 0.26 -0.02 0.11 -0.2 0.21 -0.04 -0.03 -0.21 -2.33 -1.14 +24 -0.78 -0.16 -0.47 -0.38 -2.36 0.27 -0.64 0.11 -0.14 0.08 -0.07 -0.48 0.09 0.04 -0.13 -0.85 -0.36 +25 -0.49 -0.4 -0.12 -0.7 0.03 0.03 0 -0.4 0.02 -0.17 -0.47 0.03 0.14 -0.44 -0.09 -1.16 -0.73 +26 -0.46 -0.3 -0.62 -0.78 0.14 0.22 -0.21 -0.38 -0.1 -0.24 0.03 -0.34 0.18 -0.04 0.04 -0.2 -0.27 +27 -0.46 -0.55 -0.86 -0.67 1.62 0.21 -0.99 -0.14 -0.13 -0.08 -0.03 0 0.15 0.04 -0.46 -2.91 -1.04 +28 -0.74 -0.73 -0.66 -0.7 -1.86 0.22 -1.09 -0.27 -0.2 -0.18 0.07 -0.34 0.41 -0.03 -0.45 -1 -0.44 +29 -0.46 -0.42 0.29 -0.14 0.34 -0.08 -0.23 -0.02 0 0 -0.45 0.41 -0.1 -0.13 -0.24 -2.9 -1.36 +30 -1.15 -0.59 0.08 -0.38 -2.35 -0.03 -0.61 -0.24 -0.14 -0.17 -0.36 -0.21 0.05 -0.02 -0.31 -2.67 -1.68 +31 -0.73 -0.38 -0.22 -0.47 1.4 0.12 -1.01 0.16 -0.08 -0.03 -0.22 -0.03 -0.03 0.2 -0.43 -2.64 -1.91 +32 -0.73 -0.32 -0.25 -0.34 -2.1 0.1 -0.7 0.05 -0.12 -0.14 -0.07 -0.48 0.03 0.25 -0.23 -0.77 -1.82 +33 -1.25 -0.66 -0.44 -0.41 0.02 0.12 -1.54 0.11 -0.18 -0.06 -0.1 -0.18 0.15 0.1 -0.89 -4.83 -2.41 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/molinelli_2013/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/molinelli_2013/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,40 @@ +4EBP1_pS65_V + cellprol +Rb_pS807_V + 4EBP1_pS65_V +Rb_pS807_V + MEK1_2_pS217 +Rb_pS807_V + MAPK_pT202 +MAPK_pT202 + MEK1_2_pS217 +MAPK_pT202 - BIM_V +MEK1_2_pS217 + MAPK_pT202 +MEK1_2_pS217 + Rb_pS807_V +AKT_pS473_V + TSC2_pT1462 +BIM_V - MAPK_pT202 +BIM_V + p27_mouse +CyclinB1_V + PLK1 +CyclinB1_V + 4EBP1_pS65_V +CyclinD1_V + Rb_pS807_V +CyclinD1_V + SRC_pY527_V +CyclinD1_V + c-Myc +p38_pT180_V + TSC2_pT1462 +p38_pT180_V + CyclinB1_V +SRC_pY527_V + MAPK_pT202 +SRC_pY527_V + TSC2_pT1462 +STAT3_pY705 + cellprol +TSC2_pT1462 + SRC_pY527_V +TSC2_pT1462 + p38_pT180_V +TSC2_pT1462 + 4EBP1_pS65_V +c-Myc + CyclinD1_V +PLK1 + Rb_pS807_V +PLK1 + CyclinB1_V +PLK1 + cellprol +PLK1 + S6_pS240_V +aMEK12 + MAPK_pT202 +aMEK12 + CyclinD1_V +aAKT + AKT_pS473_V +aHDAC - SRC_pY527_V +aBRAFm + CyclinD1_V +aBRAFm + MEK1_2_pS217 +aPKC + STAT3_pY705 +aSTAT3 + cellprol +amTOR - AKT_pS473_V +amTOR + S6_pS240_V +aPI3K + AKT_pS473_V diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/molinelli_2013/ptb.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/molinelli_2013/ptb.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,9 @@ +Target Type Value Comment +aMEK12 node -1 "PD0325901" +aAKT node -1 "AKTi pS473" +aHDAC node -1 "HNHA" +aBRAFm node -1 "PLX4720" +aPKC node -1 "RO-31-7549" +aSTAT3 node -1 "Stattic" +amTOR node -1 "Temsirolimus" +aPI3K node -1 "ZSTK474" \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/nelander_2008/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/nelander_2008/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Nelander, S. et al. +Models from experiments: combinatorial drug perturbations of cancer cells. +Molecular Systems Biology (2008) 4(1), 216. +http://doi.org/10.1038/msb.2008.53 +""" + +import os + +import pandas as pd + +import sfa +import sfa.base + +def create_data(): + return NelenderData() + + +class NelenderData(sfa.base.Data): + + def __init__(self): + + self._abbr = "NELANDER_2008" + self._name = "Nelander et al. 2008 Mol Sys Biol (2008) 4(1), 216" + inputs = {} + inputs['EGF'] = 1.0 + self.initialize(__file__, inputs=inputs) + # end of def __init__ + + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/nelander_2008/ba.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/nelander_2008/ba.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + IGF1R PI3K mTOR PKCdelta p-MEK EGFR p-ERK p-AKT p-P70S6K p-eIF4E p-RAF p-S6 G1-arrest apoptosis +1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 +2 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 +3 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 +4 0 0 0 -1 0 0 0 0 0 0 0 0 0 0 +5 0 0 0 0 -1 0 0 0 0 0 0 0 0 0 +6 0 0 0 0 0 -1 0 0 0 0 0 0 0 0 +7 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 +8 -1 0 -1 0 0 0 0 0 0 0 0 0 0 0 +9 0 -1 -1 0 0 0 0 0 0 0 0 0 0 0 +10 -1 0 0 -1 0 0 0 0 0 0 0 0 0 0 +11 0 -1 0 -1 0 0 0 0 0 0 0 0 0 0 +12 0 0 -1 -1 0 0 0 0 0 0 0 0 0 0 +13 -1 0 0 0 -1 0 0 0 0 0 0 0 0 0 +14 0 -1 0 0 -1 0 0 0 0 0 0 0 0 0 +15 0 0 -1 0 -1 0 0 0 0 0 0 0 0 0 +16 0 0 0 -1 -1 0 0 0 0 0 0 0 0 0 +17 -1 0 0 0 0 -1 0 0 0 0 0 0 0 0 +18 0 -1 0 0 0 -1 0 0 0 0 0 0 0 0 +19 0 0 -1 0 0 -1 0 0 0 0 0 0 0 0 +20 0 0 0 -1 0 -1 0 0 0 0 0 0 0 0 +21 0 0 0 0 -1 -1 0 0 0 0 0 0 0 0 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/nelander_2008/conds.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/nelander_2008/conds.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + IGF1R PI3K mTOR PKCdelta p-MEK EGFR +1 -1 0 0 0 0 0 +2 0 -1 0 0 0 0 +3 0 0 -1 0 0 0 +4 0 0 0 -1 0 0 +5 0 0 0 0 -1 0 +6 0 0 0 0 0 -1 +7 -1 -1 0 0 0 0 +8 -1 0 -1 0 0 0 +9 0 -1 -1 0 0 0 +10 -1 0 0 -1 0 0 +11 0 -1 0 -1 0 0 +12 0 0 -1 -1 0 0 +13 -1 0 0 0 -1 0 +14 0 -1 0 0 -1 0 +15 0 0 -1 0 -1 0 +16 0 0 0 -1 -1 0 +17 -1 0 0 0 0 -1 +18 0 -1 0 0 0 -1 +19 0 0 -1 0 0 -1 +20 0 0 0 -1 0 -1 +21 0 0 0 0 -1 -1 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/nelander_2008/exp.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/nelander_2008/exp.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + p-MEK p-ERK p-AKT p-P70S6K p-eIF4E p-RAF p-S6 G1-arrest apoptosis +1 -0.07 -0.22 0.32 0.07 -0.65 0.01 0.06 0.14 0.07 +2 -0.31 -0.02 -0.7 -0.91 -0.87 -0.01 -1.0 0.93 0.74 +3 -0.25 -0.58 0.16 -0.88 -0.02 -0.21 -1.0 0.83 0.0 +4 -0.05 -0.25 0.37 -0.5 -0.05 -0.36 -0.25 0.82 0.0 +5 0.96 -0.99 0.12 -0.35 -0.77 -0.8 -0.06 0.69 0.2 +6 -0.84 -0.98 -0.58 -0.63 -1.0 -0.84 -0.28 0.55 0.4 +7 0.42 0.55 -0.97 -0.64 -0.69 0.33 -1.0 0.91 0.81 +8 0.35 0.33 0.15 -0.59 -0.06 -0.57 -1.0 0.67 -0.03 +9 0.2 0.61 -0.94 -0.93 -0.89 -0.47 -1.0 0.91 0.88 +10 0.57 0.55 -0.05 -0.12 -0.32 -0.5 0.0 0.79 0.01 +11 0.47 0.58 -0.64 -0.95 -0.65 -0.7 -1.0 0.89 0.85 +12 0.39 0.42 0.05 -0.96 -0.2 -0.86 -0.99 0.88 0.49 +13 0.91 -1.0 0.04 -0.11 -0.76 -0.93 0.23 0.68 0.02 +14 0.97 -1.0 -0.88 -0.8 -0.93 -0.36 -1.0 0.92 0.84 +15 0.95 -1.0 0.39 -0.74 0.16 -0.39 -1.0 0.87 0.35 +16 0.95 -1.0 0.45 -0.05 -0.48 -0.83 -0.22 0.84 0.11 +17 -0.84 -0.96 -0.25 0.07 -0.99 -0.15 -0.08 0.44 0.25 +18 -0.66 -0.82 -0.98 -0.89 -0.99 -0.08 -1.0 0.92 0.81 +19 -0.78 -0.98 0.0 -0.91 -0.99 -0.59 -1.0 0.78 0.24 +20 -0.8 -0.82 0.24 -0.5 -0.99 -0.8 -0.52 0.82 0.29 +21 0.78 -1.0 -0.61 -0.43 -1.0 -0.95 -0.13 0.81 0.0 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/nelander_2008/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/nelander_2008/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,24 @@ +EGF + EGFR +PKCdelta + p-RAF +PKCdelta - G1-arrest +IGF1R - G1-arrest +p-P70S6K + p-S6 +apoptosis - p-P70S6K +apoptosis + G1-arrest +mTOR - apoptosis +mTOR + p-P70S6K +G1-arrest - p-eIF4E +G1-arrest - p-ERK +G1-arrest + EGFR +p-ERK - EGFR +p-ERK + p-eIF4E +p-AKT - apoptosis +PI3K + p-AKT +p-eIF4E - G1-arrest +p-eIF4E + PI3K +EGFR + p-MEK +EGFR - p-RAF +p-MEK + p-RAF +p-MEK + p-ERK +p-MEK - p-MEK +p-ERK + p-ERK \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/nelander_2008/network_noself.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/nelander_2008/network_noself.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ +EGF + EGFR +PKCdelta + p-RAF +PKCdelta - G1-arrest +IGF1R - G1-arrest +p-P70S6K + p-S6 +apoptosis - p-P70S6K +apoptosis + G1-arrest +mTOR - apoptosis +mTOR + p-P70S6K +G1-arrest - p-eIF4E +G1-arrest - p-ERK +G1-arrest + EGFR +p-ERK - EGFR +p-ERK + p-eIF4E +p-AKT - apoptosis +PI3K + p-AKT +p-eIF4E - G1-arrest +p-eIF4E + PI3K +EGFR + p-MEK +EGFR - p-RAF +p-MEK + p-RAF +p-MEK + p-ERK \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/nelander_2008/ptb.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/nelander_2008/ptb.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,7 @@ +Target Type Value Comment +EGFR node -1.0 "ZD1839" +IGF1R node -1.0 "A12 antibody" +PI3K node -1.0 "LY294002" +mTOR node -1.0 "rapamycin" +PKCdelta node -1.0 "rottlerin" +p-MEK link 0.1 "PD0325901" diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,112 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Dalle Pezze, P. et al. +A Dynamic Network Model of mTOR Signaling Reveals +TSC-Independent mTORC2 Regulation. +Science Signaling. 2012 Mar 27;5(217):ra25 +http://doi:10.1126/scisignal.2002469 + +[Information] +- The experimental data was generated using ODE model of Pezze et al. + (It is hypothesized that the ODE model is quite well constructed enough to be + a substitute for real experimental data). +- The directed network was created by Junsoo Kang (reality312@kaist.ac.kr). +- The unit of insulin (I) stimulation is nM. +""" + +import sys +if sys.version_info <= (2, 8): + from builtins import super + +import os +import re +import glob + +import numpy as np +import pandas as pd + +import sfa +import sfa.base + + +def create_data(abbr=None): + if abbr is None: # Create all data objects + data_mult = {} # Multiple data + dpath = os.path.dirname(__file__) + + fstr_file = os.path.join(dpath, 'exp_data', '*.tsv') + for abspath in glob.glob(fstr_file): + fname = os.path.basename(abspath) + data_obj = _create_single_data(abbr, fname=fname) + data_mult[data_obj.abbr] = data_obj + + # end of for + + return data_mult + else: # Create a single data object + return _create_single_data(abbr) + +# end of def + +def _create_single_data(abbr=None, fname=None): + dpath = os.path.dirname(__file__) + + if fname: + items = re.split('[._]', fname) + + sim_duration = items[0] + data_type = items[1] + stim_I = items[2] # The concentration of insulin stimulation + + # Fetch the concentration of I + m = re.search("I=((\d|d)+)", stim_I) + dconc_I = m.group(1) + conc_I = dconc_I.replace('d', '.') # Use '.' instead of 'd' + abbr = "%s_%s_I=%s"%(sim_duration, data_type, conc_I) + + elif abbr: # Use abbr + items = re.split('[_]', abbr) + + sim_duration = items[1] + data_type = items[2] + stim_I = items[3] # The concentration of insulin stimulation + + # Fetch the concentration of I + m = re.search("I=((\w|\.)+)", stim_I) + conc_I = m.group(1) + fname = "%s_%s_I=%s.tsv" % (sim_duration, data_type, conc_I) + else: + raise ValueError("One of abbr or fname should be given" + "in %s._create_single_data()"%(__name__)) + # end of if-else + + fname_exp = os.path.join('exp_data', fname) + fname_conds = "conds.tsv" + + + return PezzeData(abbr, data_type, + conc_I, + fname_conds, fname_exp) +# end of def + + +class PezzeData(sfa.base.Data): + def __init__(self, abbr, data_type, conc_I, fname_conds, fname_exp): + super().__init__() + self._abbr = abbr + fstr_name = "PEZZE_2011_%s[I=%snM]" + str_name = fstr_name % (data_type, conc_I) + self._name = str_name + + inputs = {} + inputs['I/IGF'] = 1 #np.log2(float(conc_I)) + + self.initialize(__file__, + inputs=inputs, + fname_conds=fname_conds, + fname_exp=fname_exp) + + # end of def __init__ +# end of def class \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/conds.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/conds.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 IRS1_PI3K PI3K_variant PDK2 mTORC1_pS2448 mTORC2 +1 -1 0 0 0 0 0 +2 0 -1 0 0 0 0 +3 0 0 -1 0 0 0 +4 0 0 0 -1 0 0 +5 0 0 0 0 -1 0 +6 0 0 0 0 0 -1 +7 -1 -1 0 0 0 0 +8 -1 0 -1 0 0 0 +9 -1 0 0 -1 0 0 +10 -1 0 0 0 -1 0 +11 -1 0 0 0 0 -1 +12 0 -1 -1 0 0 0 +13 0 -1 0 -1 0 0 +14 0 -1 0 0 -1 0 +15 0 -1 0 0 0 -1 +16 0 0 -1 -1 0 0 +17 0 0 -1 0 -1 0 +18 0 0 -1 0 0 -1 +19 0 0 0 -1 -1 0 +20 0 0 0 -1 0 -1 +21 0 0 0 0 -1 -1 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_AUC_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_AUC_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,9 @@ + 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 +TSC1/2 -3.24E+00 3.99E-01 -1.94E-03 -3.82E-03 -1.09E+00 -2.14E-03 -2.84E+00 -3.24E+00 -3.24E+00 -4.24E+00 -3.24E+00 4.00E-01 4.00E-01 -5.41E-02 4.01E-01 -5.63E-03 -1.10E+00 -2.33E-03 -1.11E+00 -5.82E-03 -1.11E+00 +p70S6K 2.20E-01 -1.13E-01 2.97E-03 4.57E-03 -1.64E+00 3.44E-03 2.07E-01 2.20E-01 2.21E-01 -1.33E+00 2.20E-01 -1.12E-01 -1.12E-01 -2.03E+00 -1.13E-01 7.87E-03 -1.62E+00 3.75E-03 -1.62E+00 8.33E-03 -1.62E+00 +AKT -2.80E-01 -2.37E+00 2.28E-01 1.90E-01 1.24E+00 2.94E-01 -2.89E+00 -6.86E-02 -9.16E-02 1.11E+00 -1.23E-02 -2.33E+00 -2.33E+00 -1.01E+00 -2.32E+00 4.77E-01 1.50E+00 3.22E-01 1.45E+00 5.55E-01 1.60E+00 +AKTP -2.79E-01 -2.37E+00 -5.81E-01 -4.54E-01 1.24E+00 -8.58E-01 -2.89E+00 -8.76E-01 -7.43E-01 1.11E+00 -1.15E+00 -3.13E+00 -2.98E+00 -1.01E+00 -3.45E+00 -1.75E+00 6.97E-01 -9.74E-01 8.42E-01 -2.76E+00 3.94E-01 +PRAS40 -2.78E-01 1.14E-01 -6.62E-03 -5.85E-03 2.65E-01 -8.59E-03 -2.24E-01 -2.83E-01 -2.82E-01 2.55E-01 -2.84E-01 1.14E-01 1.14E-01 4.26E-01 1.14E-01 -1.42E-02 2.40E-01 -9.42E-03 2.46E-01 -1.66E-02 2.30E-01 +IRS1_PI3K -4.18E-01 -3.17E+00 -1.30E-02 -2.47E-02 1.44E+00 -1.46E-02 -3.72E+00 -4.19E-01 -4.22E-01 1.27E+00 -4.20E-01 -3.17E+00 -3.17E+00 -1.75E+00 -3.17E+00 -4.00E-02 1.43E+00 -1.60E-02 1.43E+00 -4.17E-02 1.43E+00 +mTORC1_pS2448 7.82E-01 -3.34E-01 8.42E-03 8.87E-03 -2.92E+00 1.05E-02 7.30E-01 7.82E-01 7.83E-01 -2.46E+00 7.82E-01 -3.34E-01 -3.33E-01 -3.38E+00 -3.34E-01 1.80E-02 -2.90E+00 1.14E-02 -2.90E+00 2.02E-02 -2.90E+00 +mTORC2 -1.60E-11 1.61E-11 1.74E+00 -9.95E-09 2.72E-11 -3.32E+00 7.03E-12 1.74E+00 -1.60E-08 2.57E-11 -3.32E+00 1.74E+00 -8.67E-09 4.02E-11 -3.32E+00 1.74E+00 1.74E+00 -1.58E+00 -1.15E-08 -3.32E+00 -3.32E+00 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_SS_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_SS_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,9 @@ + 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 +TSC1/2 -3.31E+00 1.87E-02 7.89E-04 8.07E-04 -5.15E-01 1.03E-03 -3.30E+00 -3.31E+00 -3.31E+00 -3.67E+00 -3.31E+00 1.89E-02 1.88E-02 -1.15E-01 1.89E-02 1.61E-03 -4.98E-01 1.10E-03 -4.99E-01 1.84E-03 -4.92E-01 +p70S6K 3.64E-01 -8.90E-03 -3.59E-04 -3.74E-04 -1.69E+00 -4.65E-04 3.63E-01 3.64E-01 3.64E-01 -1.07E+00 3.64E-01 -8.99E-03 -8.97E-03 -2.00E+00 -9.01E-03 -7.41E-04 -1.70E+00 -5.01E-04 -1.70E+00 -8.45E-04 -1.70E+00 +AKT -9.88E-01 -2.95E+00 -1.00E-02 -1.42E-02 6.56E+00 -1.20E-02 -4.29E+00 -9.90E-01 -9.90E-01 5.65E+00 -9.91E-01 -2.96E+00 -2.96E+00 4.10E+00 -2.96E+00 -2.49E-02 6.53E+00 -1.31E-02 6.53E+00 -2.69E-02 6.52E+00 +AKTP -9.88E-01 -2.95E+00 -8.03E-01 -5.72E-01 6.56E+00 -1.26E+00 -4.29E+00 -1.78E+00 -1.55E+00 5.65E+00 -2.24E+00 -3.75E+00 -3.51E+00 4.10E+00 -4.20E+00 -1.99E+00 5.74E+00 -1.41E+00 5.97E+00 -3.35E+00 5.27E+00 +PRAS40 -3.84E-01 2.72E-03 1.13E-04 1.15E-04 2.85E-01 1.46E-04 -3.84E-01 -3.84E-01 -3.84E-01 2.43E-01 -3.84E-01 2.74E-03 2.74E-03 3.01E-01 2.75E-03 2.30E-04 2.85E-01 1.58E-04 2.85E-01 2.63E-04 2.85E-01 +IRS1_PI3K -9.85E-01 -2.95E+00 -7.37E-03 -1.21E-02 6.58E+00 -8.42E-03 -4.29E+00 -9.85E-01 -9.86E-01 5.65E+00 -9.85E-01 -2.95E+00 -2.96E+00 4.10E+00 -2.95E+00 -2.03E-02 6.54E+00 -9.19E-03 6.54E+00 -2.13E-02 6.53E+00 +mTORC1_pS2448 1.29E+00 -1.23E-02 -5.18E-04 -5.30E-04 -3.01E+00 -6.73E-04 1.29E+00 1.29E+00 1.29E+00 -1.98E+00 1.29E+00 -1.24E-02 -1.24E-02 -3.25E+00 -1.25E-02 -1.06E-03 -3.02E+00 -7.26E-04 -3.01E+00 -1.21E-03 -3.02E+00 +mTORC2 1.33E-15 3.33E-16 1.78E+00 -4.81E-15 1.33E-15 -3.32E+00 4.22E-15 1.78E+00 1.67E-14 9.99E-16 -3.32E+00 1.78E+00 -6.73E-15 5.77E-15 -3.32E+00 1.78E+00 1.78E+00 -1.54E+00 3.33E-16 -3.32E+00 -3.32E+00 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9955697 0.59001043 -1.0450071 -1.0608918999999999 -0.27288092 -1.0908387 0.90823909 1.1396883e-11 +2 0.62444244 -0.21981339 -3.2143043999999996 -3.2105808999999996 0.1298991 -3.2919110000000003 -0.3924066 -1.0939702e-13 +3 -0.002573149 0.0017714913000000001 0.038570127 -1.0664322 -0.0011232766 -0.00044292442000000003 0.0009114989 1.4947709999999998 +4 -0.0014024125 0.0009106095599999999 0.017817752 -0.38767254 -0.0005473919200000001 -0.00026348796000000003 0.00048378807 5.2161719e-11 +5 -1.4209428 -2.2620052999999998 2.4022033 2.4300415 0.1287191 2.846381 -2.6672506 -1.2200891000000001e-11 +6 -0.0029173358000000003 0.0020455229 0.047110278 -1.4945217 -0.0013458673999999999 -0.00049956389 0.0010491652 -3.3219281 +7 -2.6531588 0.57174128 -4.3243669 -4.3389239 -0.23795506 -4.408511 0.85863286 1.4245538000000001e-10 +8 -2.9922400000000002 0.5899742 -1.0246664 -2.1495848 -0.27282174 -1.0908613 0.90779273 1.4947709999999998 +9 -2.9939982999999994 0.5899942 -1.0354040999999998 -1.4633186000000002 -0.27285774 -1.0908527 0.9080281 7.018774499999999e-11 +10 -4.271971400000001 -1.837495 1.7311032 1.7513915 0.2042852 1.9528671000000002 -2.2977102000000005 -1.0923044e-11 +11 -2.9916150000000004 0.58996778 -1.0203309999999999 -2.5653178 -0.27281221 -1.0908638000000002 0.90770928 -3.3219281 +12 0.6261361 -0.22026698 -3.2069902000000003 -4.308920099999999 0.13014554 -3.2918816 -0.3935318 1.4947709999999998 +13 0.6252654 -0.22004909 -3.2110235 -3.6118094 0.13001852 -3.2918967000000006 -0.39295265 9.3161034e-11 +14 0.19895135 -2.9652615 -0.4217959 -0.38462785 0.39068811 -0.44124178 -3.4384875 -1.2571366999999999e-11 +15 0.62643392 -0.22033061 -3.2049621 -4.7464488 0.13018809 -3.2918785 -0.3937302 -3.3219281 +16 -0.0040591062 0.0027412797 0.056848949 -2.1236807 -0.0017002881 -0.00072424207 0.0014241622 1.4947709999999998 +17 -1.5416462 -2.2210517999999997 2.6020363 1.5337142 0.093299584 2.8438944999999998 -2.6302658 1.4947709999999998 +18 -0.0031849997 0.0022308975 0.05103899 -1.7342408999999999 -0.0014625798000000001 -0.00054610487 0.0011439892999999999 -1.8271571 +19 -1.4826802 -2.2409531000000005 2.4889099 2.1212947 0.11370154 2.8444688 -2.6494016 9.155676199999999e-12 +20 -0.0044117697 0.0030232446000000002 0.065455845 -3.2607338 -0.0019275595 -0.00078291172 0.0015648556 -3.3219281 +21 -1.5627893 -2.2148274 2.6532843999999995 1.1213391000000001 0.08364648200000001 2.8436691 -2.6230438 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.8985199 0.26175364 -0.60796021 -0.60857832 -0.085822052 -0.82653587 0.38609029 1.9140134e-11 +2 1.5967478000000002 -0.43908347 -2.7259611 -2.7209493 0.36016912 -3.235872 -0.74781938 -1.1730948e-12 +3 -0.10942131 0.023034753999999998 0.17655796 -0.65954213 -0.029435153 -0.006341241 0.033359374 1.5436515 +4 -0.13877857 0.029830335 0.14821905 -0.50579045 -0.028352877000000002 -0.010164946999999999 0.035129617 7.5903306e-10 +5 -0.66692731 -2.4622919999999997 0.97338657 0.97360221 0.26683691 1.7896758000000001 -3.1438317000000002 1.3724122e-10 +6 -0.1280259 0.026192425 0.21837231 -0.91090498 -0.035973335 -0.0070359548999999995 0.039601827 -3.3219281 +7 -1.511551 0.20858449 -3.5898843 -3.5861693 0.055404262 -4.133632899999999 0.25906804 -9.0474375e-12 +8 -2.9643955 0.26382832 -0.4888356 -1.3208305 -0.094804852 -0.8272497 0.38972011 1.5436515 +9 -2.9784576 0.26475209 -0.50233976 -1.1655613 -0.09441934699999999 -0.82777243 0.39035449 8.828521199999999e-10 +10 -3.8733882000000004 -2.170251 0.81162802 0.81156688 0.29583702 1.3993829 -2.8953376 -4.5459985999999996e-11 +11 -2.9749032000000004 0.26407583 -0.46306832 -1.5758646 -0.09672373699999999 -0.82731742 0.39029696 -3.3219281 +12 1.5983751 -0.43888774 -2.6969152999999997 -3.5267209999999998 0.36006234 -3.2360466 -0.74921249 1.5436515 +13 1.5979758 -0.43888267 -2.7014334 -3.3443980000000004 0.36004186 -3.2361303 -0.74898973 7.4143947e-10 +14 0.90205255 -2.9992382999999996 -1.1460540000000001 -1.1390752 0.6221316 -1.5018233 -3.6725222 -1.2818415e-10 +15 1.5987238000000001 -0.43884671 -2.6902858 -3.8072692000000004 0.36003199 -3.2360706 -0.74948615 -3.3219281 +16 -0.27095442 0.056023063 0.34581116 -1.9862913 -0.06296006 -0.01802859 0.071606375 1.5436515 +17 -0.88638306 -2.4121947 1.3389222 0.49432515 0.16341511 1.7864095000000002 -3.0983362999999997 1.5436515 +18 -0.14018714 0.028672258 0.23800107 -1.0376317 -0.039350779 -0.00773727 0.043165893 -1.7782765999999999 +19 -0.9711876 -2.3963886000000003 1.2596696000000003 0.62603683 0.18647934 1.7820080000000003 -3.0936093 5.7564675e-10 +20 -0.29219575 0.059292377 0.39063821 -2.9302054 -0.070431109 -0.018797763999999998 0.078041812 -3.3219281 +21 -0.92935025 -2.4044508999999996 1.4464777 0.27572087 0.12966924 1.7860868000000003 -3.0888812000000003 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1882127999999996 0.18728325 -0.19444679 -0.19393544 -0.066024628 -0.38518722 0.27112619 -3.1843181e-11 +2 1.6171125 -0.35063781 -2.2396442000000003 -2.2373846 0.38929422 -3.2384022 -0.5805142 -3.957433e-11 +3 -0.19315772 0.028079292000000002 0.30650617 -0.51054808 -0.06506605 -0.0088642526 0.042225582000000005 1.5589173 +4 -0.32137178 0.046771065 0.26822577 -0.4190868 -0.065486956 -0.019268727 0.052657591 -6.396923e-08 +5 -0.2114007 -2.5307154 0.34731049 0.34591579 0.38449491 0.81698883 -3.2745915 2.1140945e-10 +6 -0.22927784 0.031776476 0.38689052 -0.72298089 -0.082479526 -0.009757910600000001 0.050579205999999995 -3.3219281 +7 -1.5095121 0.14046477 -2.6494685000000002 -2.6460051 0.14989523 -3.6917788000000002 0.17364369 1.1390877e-10 +8 -3.3601108 0.1903852 0.076878457 -0.73680923 -0.10614549 -0.38637223 0.27624253 1.5589173 +9 -3.4694502999999997 0.19371944 0.05292901 -0.63870181 -0.10437526 -0.38831151 0.27886124 -9.7495217e-08 +10 -3.5069707 -2.2576851000000002 0.30818906 0.30689193 0.38437557 0.70087671 -3.0417577000000002 2.0232904e-10 +11 -3.3910028 0.19073037 0.14410505 -0.95529868 -0.11700121 -0.38647068 0.27711818 -3.3219281 +12 1.5976556999999998 -0.34358467 -2.1763459 -2.9839091 0.38421753 -3.2398728 -0.5715018 1.5589173 +13 1.5947364 -0.34246394 -2.1827808999999996 -2.859257 0.38411709 -3.2404837000000004 -0.57122979 -5.1916237999999996e-08 +14 1.2745898 -3.0009902999999998 -1.5870676000000001 -1.5868921 0.74321021 -2.4813111 -3.7288101000000005 2.2193181e-10 +15 1.5944511000000001 -0.34250354 -2.1621935000000003 -3.2450486 0.38321472 -3.2400621 -0.56986105 -3.3219281 +16 -0.58116933 0.077757126 0.64418483 -1.7006436999999999 -0.1529579 -0.030334472 0.09790071199999999 1.5589173 +17 -0.45336967 -2.4797332 0.74681377 -0.0759524 0.26387301 0.81394391 -3.2282125 1.5589173 +18 -0.25156027 0.034760913 0.42405115 -0.82836621 -0.090934431 -0.010729753 0.055079674 -1.7630108 +19 -0.62278623 -2.4533207999999997 0.68384282 0.011485831 0.28286572 0.80931642 -3.21664 -7.245408900000001e-08 +20 -0.62900225 0.08133011 0.73808668 -2.5810765 -0.17658585 -0.031241191 0.10642336 -3.3219282 +21 -0.50210375 -2.4718114 0.86666108 -0.26946549 0.22339098 0.81361104 -3.2184835 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0086254 0.22302659 -0.44258228 -0.44229221 -0.067055938 -0.68832024 0.3264356 2.0541457e-10 +2 1.6593918999999997 -0.41615979 -2.5349584 -2.5306957000000003 0.38377762 -3.2329599 -0.70015676 1.2527956e-10 +3 -0.14459612 0.025839805 0.22959846 -0.5945278 -0.042597317 -0.007649112 0.037955162 1.5502227 +4 -0.20950647 0.037904098 0.19775096 -0.47476711 -0.042420837999999995 -0.014311211 0.043535261 6.172055099999999e-10 +5 -0.45163454 -2.4984152 0.6793073 0.67812828 0.318192 1.4011813 -3.2118782 -2.0666906000000003e-12 +6 -0.17013615 0.029307216 0.28623624 -0.82882233 -0.052828847000000005 -0.0084558459 0.045220105999999996 -3.3219281 +7 -1.4164226999999998 0.16882038 -3.252811 -3.2481908 0.10658365 -3.9941303999999995 0.20337027 8.0159324e-11 +8 -3.1143587000000004 0.2256604 -0.27050683 -1.0894615 -0.084507679 -0.6892715 0.33089837 1.5502227 +9 -3.1549951000000003 0.22750463 -0.28621796 -0.96579424 -0.084001965 -0.6903112 0.33232012 8.418521400000001e-10 +10 -3.7049746 -2.2153786 0.58179438 0.58062404 0.33263342 1.1390832 -2.9711805 3.3671842999999996e-11 +11 -3.1318755 0.22596401 -0.23153379 -1.3301789 -0.08858748 -0.68935701 0.33162315 -3.3219281 +12 1.6557564999999999 -0.41401354 -2.4941482999999995 -3.3094587 0.38240888 -3.2334765 -0.69870212 1.5502227 +13 1.6550503 -0.41378536 -2.4991429 -3.1603567999999997 0.38240071 -3.2336979 -0.69855189 7.8391238e-10 +14 1.0703798 -3.0004732000000005 -1.3437315 -1.3404061 0.67585861 -1.8940441000000003 -3.7012501 1.3805712e-10 +15 1.6552231 -0.41367321 -2.4849632 -3.5801773999999997 0.38213496 -3.2335447999999998 -0.69846194 -3.3219281 +16 -0.39216594 0.067154308 0.46446036 -1.8763483 -0.095091805 -0.023960451 0.08481054699999999 1.5502227 +17 -0.68106308 -2.4478842 1.0632661 0.23015749 0.20577812 1.3980683999999999 -3.1659143 1.5502227 +18 -0.18643412 0.03207471 0.31267048 -0.94595354 -0.057951015999999994 -0.0093001402 0.049267867 -1.7717054 +19 -0.80685593 -2.4263721 0.99194036 0.33713487 0.22697391 1.3933921 -3.1575056 5.9423855e-10 +20 -0.42284116 0.070630792 0.52707804 -2.7925645 -0.10752711 -0.024824866 0.092234112 -3.3219281 +21 -0.72670489 -2.4400262 1.1775115 0.025080871 0.16851956 1.39774 -3.1562968 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2210911 0.18225363 -0.14946657 -0.1489953 -0.068725096 -0.31001385 0.26355286 -5.494493099999999e-10 +2 1.5989347 -0.33692019 -2.1847228 -2.1828060000000002 0.38757267 -3.2401859 -0.55628728 2.9082987e-09 +3 -0.20177496 0.028315329 0.319786 -0.49628287 -0.06941767 -0.009013198 0.042769633 1.5609262 +4 -0.34290787 0.048111745 0.28053529 -0.40897527 -0.069918584 -0.020058668999999998 0.054023087000000004 -1.1559153999999999e-07 +5 -0.17545998 -2.5348234 0.29740982 0.29607932 0.39543473 0.70985601 -3.2829172 1.5816515e-09 +6 -0.23989482 0.032036807 0.40458169 -0.7048298 -0.08833922699999999 -0.0099156748 0.051280529000000005 -3.3219281 +7 -1.5570573 0.13775612 -2.5224824 -2.5193571 0.15362629 -3.6170932000000002 0.17258496 -2.7960285e-09 +8 -3.4063125 0.18540639 0.14260953 -0.67067057 -0.11471652 -0.31122698 0.26874476 1.5609262 +9 -3.5328623999999995 0.18901615 0.11660065 -0.57674121 -0.11252252 -0.31333851 0.27157527 -1.0337862e-07 +10 -3.4762958 -2.2635959999999997 0.26550912 0.26425949 0.39344944 0.61419171 -3.0513707 1.5325257e-09 +11 -3.4401931000000006 0.18575618 0.21640991 -0.8842401 -0.12751945 -0.31132651 0.26964379 -3.3219281 +12 1.5755186 -0.32877962 -2.1166367000000004 -2.9232859 0.38156937 -3.2418922 -0.54560202 1.5609262 +13 1.5718027 -0.32739919 -2.1233105 -2.8021731 0.38142422 -3.2426127 -0.54525476 -1.115878e-07 +14 1.3090979 -3.0012087000000003 -1.6256591999999999 -1.6257597 0.75432472 -2.5886874 -3.7327827000000005 3.7523067e-09 +15 1.5716478 -0.32753814 -2.101407 -3.1827962000000003 0.38038149 -3.2421105 -0.54364902 -3.3219281 +16 -0.61747577 0.07916793400000001 0.67656183 -1.6685129 -0.16472523 -0.031256014 0.099704365 1.5609262 +17 -0.41979589 -2.4838264 0.69866354 -0.12246541 0.27376338 0.70681065 -3.2365176 1.5609262 +18 -0.26327565 0.03504247 0.44371165 -0.80816484 -0.097488539 -0.010902401 0.055839203 -1.7610019000000001 +19 -0.59608149 -2.4567237 0.63714933 -0.037734888 0.29237168 0.70213424 -3.2245011000000003 -1.1528303999999999e-07 +20 -0.66899367 0.082746381 0.77670463 -2.5425275000000003 -0.19094951 -0.032163168 0.10839213 -3.3219282 +21 -0.4691131 -2.4759026 0.81915889 -0.31448769 0.23286322 0.70647742 -3.226779 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2374908 0.17972606 -0.1270453 -0.12660584 -0.0703092 -0.26931022 0.25984334 -8.933666199999999e-10 +2 1.5894766000000002 -0.32988757 -2.1566209 -2.1548376 0.38648824 -3.2410916000000003 -0.54390319 2.6915463000000002e-08 +3 -0.20625602 0.028414977999999997 0.32640501 -0.48908241 -0.071654717 -0.0090823454 0.043018966 1.5622922 +4 -0.35428238 0.04877332400000001 0.28673032 -0.40395627 -0.072211151 -0.020499242 0.05469172 -1.5130881e-07 +5 -0.15793243 -2.5367311000000003 0.27312446 0.2718168 0.40090301 0.65535422 -3.2868845999999996 -5.8749192e-10 +6 -0.24543401 0.032147322 0.41345134 -0.69563682 -0.09136647099999999 -0.009988724899999999 0.051605847 -3.3219281 +7 -1.5840836 0.13648951 -2.4561076 -2.4531341 0.15509203 -3.5766632000000005 0.17231374 1.3652625000000001e-08 +8 -3.4297199999999997 0.18290104 0.17578931 -0.63721094 -0.11950815 -0.2705361 0.26506896 1.5622922 +9 -3.5657922999999996 0.18665217 0.14875903 -0.54555661 -0.11709277 -0.27274365 0.26800694 -1.5225919000000001e-07 +10 -3.4611997000000003 -2.2665304 0.2445289 0.24331138 0.3980608 0.56928481 -3.0560461 -6.797164900000001e-10 +11 -3.4652138 0.18325297 0.25309744 -0.84811991 -0.13340579 -0.27063608 0.26597947 -3.3219281 +12 1.5639186999999999 -0.32117903 -2.0860067 -2.8920914 0.37998368 -3.2429252 -0.53234811 1.5622922 +13 1.5597252000000001 -0.31965017 -2.0928277 -2.7729077 0.37980926 -3.2437131 -0.53195154 -1.2115187999999999e-07 +14 1.3270892 -3.0013356 -1.6444883000000001 -1.6447906000000003 0.75992306 -2.643261 -3.7347156000000004 1.3826285e-08 +15 1.5596876 -0.31985442 -2.0702053 -3.1507377999999995 0.37869514 -3.2431591 -0.53023255 -3.3219281 +16 -0.63669646 0.079838084 0.69292122 -1.6522763999999999 -0.1708669 -0.031754916 0.1005635 1.5622921 +17 -0.40363988 -2.4857394 0.6751451 -0.14509434 0.27872647 0.65230722 -3.2404841 1.5622922 +18 -0.26939105 0.035161674 0.45357149 -0.79791452 -0.10087879 -0.010982263999999999 0.056191313 -1.7596359000000001 +19 -0.58349984 -2.4582935 0.61440252 -0.061772706 0.29712742 0.64758229 -3.2282465 -1.5360492e-07 +20 -0.69022497 0.083418485 0.79629363 -2.522999 -0.19848486 -0.032661882999999996 0.10933169 -3.3219282 +21 -0.4533016 -2.477815 0.79594635 -0.33638927 0.23762287 0.6519738 -3.2307412 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1303151000000002 0.19690019 -0.27375608 -0.27321922 -0.063278095 -0.49960344 0.28590387 -1.1193781e-10 +2 1.6434026000000002 -0.37392846 -2.3353352000000003 -2.3323998 0.39057952 -3.2356932 -0.62211311 -1.0935601000000001e-10 +3 -0.17798437 0.027543252999999997 0.28251059 -0.53626793 -0.057577269 -0.0085526475 0.041105371 1.5560232 +4 -0.28479773 0.044254907 0.24621316 -0.4371926 -0.057875905 -0.017852306999999998 0.05007628 -1.3768430000000001e-08 +5 -0.2797054 -2.5223588 0.44217796 0.4407331 0.36449975 1.0046373 -3.2580272999999997 -4.9774361e-11 +6 -0.21067957 0.031186547000000002 0.35515432 -0.75552676 -0.072483773 -0.0094262277 0.049154483 -3.3219281 +7 -1.4488866000000002 0.14667582 -2.858356 -2.8543105 0.14020196 -3.8055885000000003 0.17816069 -1.1371363e-10 +8 -3.2799365 0.19988968 -0.036905306 -0.85141869 -0.09451527400000001 -0.50072868 0.29085959 1.5560232 +9 -3.3630642999999996 0.20274494 -0.057574676 -0.74613931 -0.093347987 -0.50237373 0.2931035 -1.9954608e-08 +10 -3.5643828 -2.2463046 0.38803623 0.38668017 0.3682345 0.84774276 -3.022932 -9.1194025e-11 +11 -3.3060547999999996 0.20022506 0.019944568 -1.0777111000000001 -0.10256759 -0.50082441 0.29169164 -3.3219281 +12 1.6301042 -0.36866855 -2.2799308 -3.0890942000000003 0.38694364 -3.2367957 -0.61587125 1.5560232 +13 1.6282229 -0.36791956 -2.2857985 -2.9581862 0.38689416 -3.2372525000000003 -0.61567954 -1.4245826000000001e-08 +14 1.2132866000000002 -3.0007666 -1.5152496000000002 -1.5143041000000002 0.72297531 -2.2929901000000004 -3.7212402 6.355249700000001e-12 +15 1.6279381000000002 -0.36785525 -2.2675476000000003 -3.3530447999999997 0.38622621 -3.2369388999999997 -0.61474658 -3.3219281 +16 -0.51946403 0.07494779 0.58681937 -1.7573736 -0.13318149 -0.028603273 0.09435088800000001 1.5560232 +17 -0.51774348 -2.4714676 0.83788814 0.012206766 0.24600446 1.001586 -3.2117337000000004 1.5560232 +18 -0.23105567 0.034120945 0.38886286 -0.86454215 -0.079780082 -0.010366198 0.05353567099999999 -1.7659049 +19 -0.67476235 -2.4463531 0.77245363 0.10471108 0.26566034 0.9969628 -3.2009982999999997 -1.2906081000000001e-08 +20 -0.56133103 0.078503997 0.67012958 -2.6490263 -0.15267968 -0.029504713999999998 0.1025588 -3.3219281 +21 -0.56552644 -2.4635552000000005 0.95634201 -0.18427444 0.20636196 1.001254 -3.2020282000000004 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_AUC_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2450607999999996 0.17848359 -0.11669129 -0.11626759 -0.071055824 -0.24977841 0.25806326 5.0462967e-11 +2 1.5851361000000002 -0.32650965 -2.1430567000000003 -2.1413037 0.38593814 -3.2414959 -0.53794611 1.2916623999999998e-08 +3 -0.20849349 0.028458799 0.32952678 -0.48560995 -0.07273856299999999 -0.0091152865 0.043132514000000004 1.5631852 +4 -0.3599024 0.049082228 0.28968834 -0.40158419 -0.073324488 -0.020736014 0.055002842999999996 4.6010856e-09 +5 -0.14970775 -2.5375933999999996 0.26170017 0.26042858 0.40351658 0.62921995 -3.2887297999999996 2.5609515e-11 +6 -0.248204 0.032196307 0.41766906 -0.69120178 -0.092836788 -0.010023536999999999 0.051755337 -3.3219281 +7 -1.5971703000000002 0.13585805 -2.4243472 -2.4214219 0.15574917 -3.5572597000000004 0.17218619 1.2948695e-08 +8 -3.4407282 0.18166855 0.19127427 -0.62152808 -0.12183137 -0.25101021 0.2633039 1.5631852 +9 -3.5815191 0.18548646 0.16378025 -0.53102346 -0.11931509 -0.25326871 0.26629207 4.6724964e-09 +10 -3.4540926 -2.2679517000000002 0.23463501 0.23344518 0.40028238 0.54760274 -3.0582675999999998 3.0681457e-11 +11 -3.4770233999999998 0.1820215 0.2702848 -0.83112795 -0.13627512 -0.2511104 0.26421981 -3.3219281 +12 1.5585145 -0.31752427 -2.0712092 -2.8769462000000003 0.37918489 -3.2433927000000002 -0.52596877 1.5631852 +13 1.5540733999999998 -0.31592021 -2.0780819 -2.7587575 0.37899467 -3.2442173999999997 -0.5255461 1.9405726000000004e-08 +14 1.336054 -3.0013889 -1.6533743000000003 -1.6536745 0.76262189 -2.6694093999999997 -3.7356144999999996 1.2921148999999998e-08 +15 1.5541044 -0.31615923 -2.0551249 -3.1351661 0.37784621 -3.2436342999999996 -0.52377417 -3.3219281 +16 -0.64628661 0.080147893 0.70074602 -1.6444959 -0.17386505 -0.032021534 0.10096077 1.5631852 +17 -0.3961923 -2.4866062 0.66406353 -0.155683 0.28109633 0.62617127 -3.2423306 1.5631852 +18 -0.27245017 0.035214422 0.45825903 -0.79296098 -0.10252633 -0.01102031 0.05635304 -1.7587429 +19 -0.57778853 -2.4590039 0.60368751 -0.073062373 0.29939382 0.62141494 -3.2299916 4.6280521e-09 +20 -0.70084047 0.083729443 0.80568617 -2.5136336 -0.202173 -0.032928518 0.10976727 -3.3219281 +21 -0.44604996 -2.4786808999999996 0.78504033 -0.34663849 0.23989386 0.62583771 -3.2325852999999998 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.842752 0.35835194 -1.3224951999999999 -1.3220425 -0.25749749 -1.3567966999999999 0.79899817 3.5527136999999994e-15 +2 0.86729099 -0.24284702 -3.1619415 -3.1621042999999998 0.14628818 -3.2049675 -0.49302662 5.7731597e-15 +3 0.0070890989 2.5177005e-05 0.011724146000000001 -1.0116551999999999 0.0009472722 -0.0010213595 -0.0035029514 1.7865263999999998 +4 0.0029406358000000003 3.9567906e-05 0.0048079207 -0.33532103 0.00039351625 -0.00055026995 -0.0014520343 3.2196467999999996e-15 +5 -1.9494333 -2.0106394 2.9283498 2.9273302000000005 0.18367859 3.3228805 -2.6639548 1.3322676e-15 +6 0.0091301329 1.1460798e-05 0.016373524 -1.6730754 0.0012090503 -0.0011779072 -0.0045124871 -3.3219281 +7 -2.3851225 0.34086614 -4.610978599999999 -4.6105175 -0.22446381 -4.6631314 0.73583298 6.661338099999999e-16 +8 -2.8336362999999998 0.35813976 -1.3235625 -2.3465057999999996 -0.25698154 -1.3567661 0.79790291 1.7865263999999998 +9 -2.8387854999999997 0.35825461 -1.3228518999999999 -1.6625348000000002 -0.2572751 -1.3567839 0.79852228 1.3322676e-15 +10 -4.6726992 -1.7062921000000002 2.1769013 2.1759872000000002 0.25902567 2.3782349 -2.3929674 3.8857806e-15 +11 -2.8313148 0.3580961 -1.3236903999999998 -3.0127086 -0.2568446 -1.3567606 0.79762325 -3.3219281 +12 0.87066487 -0.24368104 -3.166401 -4.1899706 0.1467943 -3.2047469 -0.49518848 1.7865263999999998 +13 0.86878734 -0.24324384 -3.1636906000000002 -3.5039936000000003 0.14651177 -3.2048553 -0.49398525 1.8873791e-15 +14 0.16516237 -2.7343791 0.07205851 0.070977817 0.41834243 0.08560272199999999 -3.4060552000000004 2.220446e-15 +15 0.87148395 -0.24383708 -3.1677616000000004 -4.8574097 0.14691945 -3.2047159 -0.49571341 -3.3219281 +16 0.010168286 6.5970633e-05 0.01644164 -1.8101779999999998 0.0013622996 -0.0016071177 -0.0050272942999999995 1.7865263999999998 +17 -2.0517572 -1.9792637999999998 3.0803644 2.0563028 0.16049776 3.3169206 -2.6438566000000003 1.7865263999999998 +18 0.0098666204 1.3694884e-05 0.017529549 -1.9301123 0.0013080358 -0.0012848583 -0.0048771826 -1.5354017 +19 -1.9893077000000001 -1.995886 2.9886169999999996 2.6473478999999998 0.17476423 3.3192141000000004 -2.6559862 -4.8051398e-16 +20 0.012249298 5.1311729e-05 0.021067073 -3.3008059999999997 0.0016302613000000001 -0.0017683078 -0.0060577488 -3.3219281 +21 -2.0915956 -1.9725783 3.1404037999999996 1.4500872 0.15083807 3.3161211 -2.6363402999999996 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.790197 0.10963482 -0.8078417 -0.80751739 -0.084167935 -0.94946207 0.33988224 3.5527136999999994e-15 +2 1.8218994 -0.34548804 -2.7748877999999997 -2.7748652999999996 0.31110899 -3.0386596000000003 -0.69857014 -5.766167700000001e-15 +3 -0.049021833 0.0098055402 0.080897623 -0.74783591 -0.009287526800000001 -0.01728243 0.011916553 1.7860933 +4 -0.027819426 0.0090789202 0.047088144000000005 -0.4801132 -0.0052532278 -0.02308883 0.0068053238 7.327472e-15 +5 -1.1577422 -2.1551544 1.5391058000000002 1.5381383 0.26686944 2.4094123 -3.1121724 -4.3246258e-15 +6 -0.068373024 0.011974563999999998 0.11438386 -1.1852891 -0.013118429 -0.019657924 0.016533436000000002 -3.3219281 +7 -1.1705733999999999 0.07132989299999999 -3.9334034 -3.9328802000000005 0.019357348 -4.224862 0.21133716 6.661338099999999e-16 +8 -2.8142565 0.11039046 -0.75978645 -1.5882615 -0.08604376400000001 -0.95130789 0.34095949 1.7860933 +9 -2.807457 0.11040199 -0.77545672 -1.3023815 -0.085438076 -0.95217195 0.34065699 1.0214052e-14 +10 -4.302315 -1.9549238999999998 1.3351836000000001 1.3339925 0.30618728 1.9867332999999998 -2.9393833 -3.8441118e-15 +11 -2.8216742000000004 0.11053819 -0.74164961 -2.0410863 -0.086734664 -0.95152756 0.34128803 -3.3219281 +12 1.8311705000000003 -0.34668337 -2.7677183999999997 -3.5965724999999997 0.31245851 -3.0387795 -0.70353561 1.7860933 +13 1.8287131999999997 -0.34646819 -2.7698215 -3.297101 0.31209992 -3.0388493 -0.70221835 6.772360500000001e-15 +14 0.72322174 -2.6240902000000004 -0.72204677 -0.72270318 0.60738065 -0.83758783 -3.5361162000000004 -6.2466817000000005e-15 +15 1.8336898000000001 -0.34693125 -2.7648888 -4.0647311 0.31282319 -3.0388025 -0.70488674 -3.3219281 +16 -0.076243027 0.01916702 0.12703947 -1.8339322 -0.014483299 -0.043233073 0.018409528999999997 1.7860933 +17 -1.4111999 -2.1170856 1.8508501 1.0207395000000001 0.18423878 2.401395 -3.0822637999999998 1.7860933 +18 -0.073468788 0.012988626999999999 0.12267814 -1.3412208 -0.014090188 -0.0215388 0.017742372 -1.5358348 +19 -1.3241513999999999 -2.1165032000000004 1.7455198 1.2178871999999998 0.21345455 2.3958256 -3.0920182 3.2196467999999996e-15 +20 -0.096130425 0.02133144 0.16113376 -3.1604392999999997 -0.018433853 -0.045750295 0.023086301 -3.3219281 +21 -1.5200518 -2.1083184 1.9822658 0.68135515 0.14543052 2.4002537 -3.070786 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0859278 0.069931554 -0.31312758 -0.31288526 -0.049879757000000004 -0.47114169 0.23024049 1.3322676e-15 +2 1.8095516 -0.22309955 -2.5023459999999997 -2.5018411 0.32886194 -3.0737746 -0.50514646 -4.1644545e-15 +3 -0.13414969 0.011181227 0.17958067 -0.62141977 -0.029324642999999997 -0.022480035 0.021627341 1.7859585 +4 -0.086419303 0.011448669 0.11773057 -0.44031025 -0.018842402 -0.0391008 0.014129343 -6.525379799999999e-13 +5 -0.57793413 -2.1867482999999996 0.74206737 0.74098692 0.37005436 1.471853 -3.2401508999999997 -3.2034265000000003e-15 +6 -0.18972128 0.013935148 0.25363065 -0.99457053 -0.0419468 -0.025459552000000003 0.030098835 -3.3219281 +7 -1.2042773 0.044045775999999995 -3.1406999 -3.1398314 0.11067527 -3.7513699999999996 0.14336376 -3.2034265e-16 +8 -3.1926747000000004 0.070973276 -0.1615314 -0.96232888 -0.064843934 -0.47394052 0.23262463 1.7859585 +9 -3.1623006 0.071151829 -0.20326571 -0.76109976 -0.060569469 -0.47711927 0.23196372 -1.0348669e-12 +10 -3.8505973 -1.9992622 0.68504091 0.68434734 0.37680009 1.3280598999999997 -3.0779353 -3.2034265000000003e-15 +11 -3.2341002999999997 0.071217033 -0.10248928 -1.3505021000000001 -0.071021929 -0.47425131 0.2335041 -3.3219281 +12 1.8065557 -0.21948573 -2.4803531000000003 -3.2810536 0.32812548 -3.0781701 -0.50389512 1.7859585 +13 1.8070273999999997 -0.21955704 -2.4874847 -3.0451732000000002 0.32831454 -3.0790284 -0.50409214 -5.708506000000001e-13 +14 1.1796328999999999 -2.5849184 -1.3552479 -1.3559735000000002 0.71954175 -1.7862203 -3.5991266000000004 4.2188475e-15 +15 1.8058889 -0.21877698 -2.4713632999999997 -3.7193435 0.32788704 -3.0788435 -0.50361577 -3.3219281 +16 -0.23274957 0.022704468999999998 0.30940231 -1.6729942999999998 -0.051529293 -0.06489467900000001 0.036482753 1.7859585 +17 -0.86453494 -2.1480001 1.0874270000000001 0.28528533 0.27143097 1.4638833999999998 -3.2089659 1.7859585 +18 -0.205135 0.015092754 0.27364032 -1.1285451000000002 -0.045424537 -0.027880865 0.032400933 -1.5359696000000003 +19 -0.78187491 -2.1427112999999998 0.99019011 0.43099518 0.30091983 1.4571818 -3.2174009999999997 -7.5248489e-13 +20 -0.29478626 0.02546455 0.39006696 -2.9312261000000004 -0.065968555 -0.06787613299999999 0.04538885 -3.3219281 +21 -0.9898952 -2.1389785 1.235268 -0.013457058999999999 0.22391426 1.4626948 -3.196981 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.8883343999999997 0.08845431599999999 -0.62294374 -0.62262523 -0.060591205999999995 -0.79252263 0.28530153 -4.8051398e-16 +2 1.8551518 -0.29942269 -2.6684392999999997 -2.6682325000000002 0.32286188 -3.0420708 -0.62642038 -2.2423985999999998e-15 +3 -0.078747702 0.010492078 0.11714334 -0.69646401 -0.015726361 -0.02006025 0.016032236000000002 1.7860353999999998 +4 -0.047083427000000004 0.010239373000000001 0.071934888 -0.47196641 -0.0094142965 -0.03059397 0.0096744553 4.4408921e-15 +5 -0.90845559 -2.1722813999999997 1.1829188999999998 1.1815906 0.30758399 2.0392186000000003 -3.1749723999999997 -2.7229125e-15 +6 -0.11067777 0.012933097 0.16526772 -1.1061957 -0.022316849 -0.022763227999999996 0.022333061 -3.3219281 +7 -1.09041 0.053154375999999996 -3.6583586 -3.6577040999999997 0.063074087 -4.0666523 0.16802078 -2.4025699e-15 +8 -2.9347822999999997 0.089356509 -0.54312442 -1.3564777 -0.065238465 -0.79488299 0.28686877 1.7860353999999998 +9 -2.9207047999999998 0.08943445800000001 -0.56709301 -1.1107256 -0.06380627 -0.79662063 0.2863991 2.8865799e-15 +10 -4.1189231 -1.9785453000000002 1.0550686000000002 1.0539753 0.33102797 1.7471713 -3.0081062999999997 -2.7229125e-15 +11 -2.9512734 0.08954668699999999 -0.51283792 -1.7840703000000002 -0.067039776 -0.79515438 0.28741332 -3.3219281 +12 1.8615437 -0.2991258 -2.6559016 -3.4694771 0.32368991 -3.0433182999999997 -0.62952928 1.7860353999999998 +13 1.8597568 -0.29902987 -2.6597133 -3.2035352 0.32346444 -3.0435602000000004 -0.62865923 1.3322676e-15 +14 0.90938227 -2.6037128 -0.99336611 -0.99424805 0.65368673 -1.2137566 -3.5638025 1.5543122e-15 +15 1.8634436999999997 -0.299087 -2.6509294999999997 -3.9224235 0.32392393 -3.0435142 -0.63045424 -3.3219281 +16 -0.12812515 0.020914751000000002 0.19097978 -1.7816666 -0.025728347999999998 -0.054039903 0.025741375 1.7860353999999998 +17 -1.1797131 -2.1338373 1.5123416 0.6976931 0.21648181 2.0312728 -3.1443515 1.7860353999999998 +18 -0.11921826 0.01401618 0.17767022 -1.2523536 -0.024043342000000002 -0.024938077000000003 0.024000487999999997 -1.5358927 +19 -1.094471 -2.1307161 1.4113774 0.86609561 0.24606996 2.0249487 -3.1534297000000002 2.553513e-15 +20 -0.16202215 0.023345308 0.24113424 -3.0803236000000003 -0.032771657 -0.056829815 0.032245604 -3.3219281 +21 -1.2973371999999999 -2.124921 1.6530323 0.38017602 0.17312341 2.0301055 -3.1325925 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1304516 0.06751043799999999 -0.25131967 -0.2511061 -0.051583345 -0.39336723 0.2226137 1.8873791e-15 +2 1.7939642 -0.20990922 -2.4697033 -2.4691449 0.32920513 -3.0814493 -0.48405026 3.230749e-14 +3 -0.14521554 0.011273888999999999 0.19169063 -0.60769496 -0.032308781 -0.022767626000000003 0.022522265 1.7859406999999998 +4 -0.09455033199999999 0.011626339 0.12686395 -0.43299642 -0.020963847 -0.040421822999999996 0.01488522 -1.1785406e-12 +5 -0.52331233 -2.1884593999999997 0.6720677 0.67105594 0.38130643 1.3672971999999999 -3.2494012000000003 2.3758772999999998e-14 +6 -0.20561878 0.014074395 0.27091737 -0.97433127 -0.046305487 -0.02578075 0.031335423 -3.3219281 +7 -1.2564928999999998 0.043705756 -3.0257836 -3.0248785 0.11705267 -3.6755994 0.14213739 -2.0501929999999997e-14 +8 -3.2528455000000003 0.068573237 -0.082373687 -0.88157816 -0.069832219 -0.39621447 0.22514531 1.7859406999999998 +9 -3.2184917 0.06876961599999999 -0.12832123 -0.68799936 -0.064669269 -0.39966199 0.22445583 -1.0681826e-12 +10 -3.8037867 -2.001944 0.6241409 0.62320701 0.38584723 1.2442231000000001 -3.0877167 1.8873790999999998e-14 +11 -3.3009218000000002 0.068826095 -0.01607482 -1.2611541000000002 -0.077478046 -0.39652974 0.22608329 -3.3219281 +12 1.7888761000000002 -0.20566645 -2.4457229 -3.2447574 0.32812924 -3.0865935 -0.48199856 1.7859406999999998 +13 1.7899373 -0.20576032 -2.4535989 -3.0130556 0.32842264 -3.0876363999999996 -0.48242537 -1.1469869e-12 +14 1.2263621999999998 -2.5824901000000002 -1.4163823999999998 -1.4155503999999999 0.73107088 -1.8912468999999998 -3.6047357000000004 4.2632564e-14 +15 1.7875606 -0.20482681 -2.4358675 -3.6808462 0.32777506 -3.0873783 -0.48146833 -3.3219281 +16 -0.25458023 0.022956786 0.33337397 -1.650253 -0.057482727000000004 -0.06641203799999999 0.038263153 1.7859406999999998 +17 -0.81174489 -2.1496988999999997 1.0192828 0.2188442 0.28176987 1.3593161 -3.2181521 1.7859406999999998 +18 -0.22247523 0.015242466999999999 0.29248214 -1.1061748 -0.050194635999999994 -0.028230188 0.033740096000000004 -1.5359874 +19 -0.72950311 -2.1441091 0.92243554 0.36177424 0.31120151 1.3525011 -3.2265023 -1.1796618e-12 +20 -0.322684 0.02576764 0.42047475 -2.9007908 -0.073729615 -0.069414205 0.047553280999999996 -3.3219281 +21 -0.93804738 -2.1406674999999997 1.1674552 -0.077341258 0.23372855 1.3581251 -3.2061409 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1537123 0.06634718099999999 -0.21977137 -0.2195744 -0.052874171 -0.35140599 0.2189603 -2.7229125e-15 +2 1.7853881999999999 -0.20335453 -2.4526811 -2.4520957 0.32930948 -3.0854007 -0.4735471 2.8665958e-13 +3 -0.15091241 0.011315785 0.19789509 -0.60067746 -0.033880372 -0.022899292 0.022960544 1.7859286 +4 -0.09874728099999999 0.01171142 0.13155003 -0.42922482 -0.022082812 -0.04112642 0.015257343 -1.5839341999999999e-12 +5 -0.49626065 -2.1892077999999997 0.63769857 0.63667273 0.38697938 1.3141707 -3.2538456 1.5543122e-15 +6 -0.21382162 0.014138732 0.27979575 -0.96397328 -0.048608785 -0.025928273999999998 0.031940861 -3.3219281 +7 -1.2864126 0.043612343 -2.9649206 -2.9639978 0.12000827 -3.6347244 0.14174125 1.5820678000000001e-13 +8 -3.2846422999999993 0.067420029 -0.041461128 -0.83986561 -0.07301766700000001 -0.35427474 0.22156488 1.7859286 +9 -3.2481407000000004 0.067625517 -0.08966600300000001 -0.65027307 -0.067344345 -0.35786768 0.22086189 -1.5890597e-12 +10 -3.7803364999999998 -2.003215 0.59385391 0.59289413 0.39049482 1.2008197 -3.0924044 3.3306690999999997e-16 +11 -3.3363899 0.067677376 0.028807576 -1.2148037 -0.081524972 -0.35459211 0.22253179 -3.3219281 +12 1.7792188999999998 -0.1987991 -2.4276497000000004 -3.2258451 0.32805841 -3.0909435000000003 -0.47110169 1.7859286 +13 1.7806031999999998 -0.19890231 -2.4359279 -2.996273 0.32840865 -3.0920978999999997 -0.47164878 -1.2587863999999999e-12 +14 1.2496133999999999 -2.5812881 -1.4451185 -1.4452804 0.73685332 -1.9445418 -3.6074621 1.5187851e-13 +15 1.7775563 -0.19789383 -2.4173354 -3.6608095 0.32764248 -3.0917871 -0.47044345 -3.3219281 +16 -0.26591261 0.023074617000000002 0.34575236 -1.6384855 -0.060652097 -0.067198095 0.039138513 1.7859286 +17 -0.78553404 -2.1504486000000003 0.98582208 0.1861112 0.28702342 1.3061829 -3.2225675 1.7859286 +18 -0.23143025 0.015311613 0.30216764 -1.0947209999999998 -0.052718417999999996 -0.02839046 0.034395895 -1.5359995000000002 +19 -0.70352068 -2.1447093999999995 0.88935057 0.32761933 0.31641715 1.2992861999999998 -3.230875 -1.6079598999999999e-12 +20 -0.33720646 0.025910093999999998 0.43622358 -2.8850284 -0.077879073 -0.07021005400000001 0.048617125 -3.3219281 +21 -0.91226715 -2.1414129 1.1350687 -0.10925034 0.23876107 1.3049906 -3.210544 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0143125 0.074758508 -0.41752463 -0.41724473 -0.049792294 -0.59057542 0.24523728 -1.1211993000000001e-14 +2 1.8325346000000002 -0.24712999 -2.5575766 -2.5571674 0.32782526 -3.0612827 -0.54346674 -4.6449684000000005e-15 +3 -0.11530266 0.010992716999999999 0.15874232 -0.64545745 -0.024449895 -0.021871183 0.019954612 1.7859841 +4 -0.072719837 0.011108263 0.10214677 -0.4522908 -0.015403901999999999 -0.036688048 0.012742911 -1.6001115e-13 +5 -0.67817209 -2.183113 0.87235197 0.87130149 0.35010115 1.6548703000000002 -3.222147 -9.4501082e-15 +6 -0.16274217 0.013657088000000001 0.22400548 -1.0300713 -0.034867402 -0.024781109 0.027784735 -3.3219281 +7 -1.1364511999999998 0.045413882 -3.3249161 -3.3241150999999998 0.09766890199999999 -3.8679006 0.14751048 -2.4025699e-15 +8 -3.0973642000000003 0.07576017 -0.29285317 -1.0968232 -0.060254496 -0.59326816 0.24735662 1.7859841 +9 -3.0731326 0.075907328 -0.32800233 -0.88220211 -0.057204989000000005 -0.59598281 0.24675057 -2.2984585e-13 +10 -3.934643 -1.9938761999999999 0.79704709 0.79627019 0.36134641 1.4697204 -3.0587988 -6.7271957e-15 +11 -3.1288896 0.07598737 -0.24482918 -1.4986948999999998 -0.064476756 -0.59356951 0.24813019 -3.3219281 +12 1.8330244999999998 -0.24463819 -2.5388493 -3.3428379 0.32765882 -3.0644831000000003 -0.54366993 1.7859841 +13 1.8325948 -0.24466023 -2.5447926 -3.0989678 0.32768608 -3.0650859 -0.54348427 -1.7282486e-13 +14 1.0952577 -2.5897930000000002 -1.2455702 -1.2461833999999998 0.69888869 -1.6020275 -3.5886516999999998 -3.6839404999999996e-15 +15 1.833376 -0.24415983 -2.5312713 -3.7852113 0.32760382 -3.0649769 -0.54382 -3.3219281 +16 -0.19622278 0.022207564 0.26885339 -1.7110804 -0.042012223 -0.06198506 0.033195148 1.7859841 +17 -0.96091646 -2.1444241 1.2139043999999999 0.4084352 0.25339027 1.6469185000000002 -3.1910993 1.7859841 +18 -0.17575324 0.014793798 0.24140075 -1.1678088 -0.037693766000000004 -0.027141776 0.029895962 -1.535944 +19 -0.87750153 -2.1397061 1.1154315000000001 0.55987094 0.28294453 1.6403381000000001 -3.1997028 -1.4976019e-13 +20 -0.24829736 0.024871222999999998 0.33886287 -2.9824808999999997 -0.05364628 -0.064921594 0.041385158 -3.3219281 +21 -1.0843128999999998 -2.1354256 1.3601659 0.10484913 0.20694485 1.6457349 -3.17917 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/120m_SS_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1646924 0.065798088 -0.20502415 -0.20483539 -0.053547101 -0.33128174 0.21725156 -7.207709599999999e-15 +2 1.7810896 -0.20023858 -2.4443678 -2.4437695 0.32933737 -3.0872718 -0.46854912 1.3322675999999998e-13 +3 -0.15365931 0.011334328999999999 0.2008801 -0.59728351 -0.034646819 -0.022960953 0.02316665 1.7859207 +4 -0.10077302 0.011750008000000001 0.13380598 -0.42742735 -0.022628804 -0.041487777 0.015432747 5.0293102999999996e-14 +5 -0.48346335 -2.1895233 0.62135756 0.6204897 0.38968442 1.2887369 -3.2559181 6.661338099999999e-16 +6 -0.2177822 0.014167781 0.28407318 -0.95895534 -0.049734162 -0.025997593 0.032225647 -3.3219281 +7 -1.3012114 0.043571665 -2.9356772999999996 -2.9347462 0.12137599 -3.6151206 0.14157351 1.3100632e-13 +8 -3.2998059 0.066875529 -0.022146045 -0.82014814 -0.074645346 -0.33416036 0.21989021 1.7859207 +9 -3.2622619 0.067085272 -0.071441207 -0.63251398 -0.06871611700000001 -0.33782761 0.21918114 5.417888400000001e-14 +10 -3.7691977999999997 -2.0038044 0.57951165 0.57856156 0.39272688 1.1799006 -3.0945885 -4.8051398e-16 +11 -3.353365 0.067134976 0.050073310999999995 -1.1928032 -0.083590802 -0.33447873 0.22087061 -3.3219281 +12 1.7743983 -0.19553504 -2.4188215 -3.2165955000000004 0.3280017 -3.0930107999999996 -0.46591834 1.7859207 +13 1.7759441999999999 -0.19564233 -2.4272991000000004 -2.9880901 0.32838027 -3.0942246 -0.46652425 2.0117241e-13 +14 1.260591 -2.5806885 -1.4586468000000001 -1.4592824 0.73960193 -1.9700302 -3.6087242999999996 1.3000712e-13 +15 1.7725650000000002 -0.19459849 -2.4082822 -3.6510036 0.32755541 -3.0938833 -0.46519863 -3.3219281 +16 -0.27139673 0.023127639 0.35172803 -1.6328118 -0.062205472000000005 -0.06759962900000001 0.039550602000000004 1.7859207 +17 -0.77312304 -2.1507667 0.96967479 0.17081108 0.28953104 1.2807448000000001 -3.2246268 1.7859207 +18 -0.23575584 0.015342814 0.30683591 -1.0891676000000001 -0.05395227 -0.028465737 0.034704393 -1.5360074 +19 -0.69123188 -2.1449587 0.87383807 0.31147433 0.31890767 1.2738011 -3.2329127 5.1625371e-14 +20 -0.34424593 0.025974694 0.44383928 -2.8774062999999996 -0.079917602 -0.070616557 0.049118037999999996 -3.3219281 +21 -0.90005391 -2.1417285 1.1197252 -0.12424169 0.24117157 1.2795517 -3.2125976 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9595474999999998 0.46408947 -1.1022849 -1.118773 -0.27221096 -1.1430353000000002 0.88356779 8.286926700000001e-12 +2 0.67524252 -0.22144425 -3.1985148999999997 -3.1947261 0.12971404 -3.2685993 -0.41318598 -7.976532e-14 +3 0.0009013734599999999 0.00065628678 0.032988647999999995 -1.0558083999999999 -0.00032513174 -0.0005250519999999999 -0.0009568757699999999 1.5788166000000001 +4 0.00013845416999999998 0.00037464225 0.015158241999999999 -0.37817769 -0.00018913182000000002 -0.00030621132999999995 -0.00032776881 3.7929215000000004e-11 +5 -1.5501141999999999 -2.0793811 2.5799198 2.6082834 0.14988531 2.9938262000000004 -2.6611168999999997 -8.87221e-12 +6 0.0015315282999999998 0.0007047149900000001 0.040522632999999995 -1.5273056999999999 -0.00033780626000000006 -0.00059323027 -0.0013658143 -3.3219281 +7 -2.5941867999999997 0.44709442 -4.3830542 -4.398507 -0.23937741 -4.4585552 0.83119164 1.035857e-10 +8 -2.9544386 0.46397533 -1.0852969 -2.1968066000000004 -0.27200374 -1.1430425 0.88290289 1.5788166000000001 +9 -2.9572580000000004 0.4640388 -1.0942378000000001 -1.5117087 -0.27212385 -1.1430420000000001 0.88326964 5.1036397e-11 +10 -4.3704133 -1.7273032 1.877421 1.899289 0.22292167 2.0831036 -2.3174081 -7.9427358e-12 +11 -2.95321 0.46394887 -1.0817246 -2.6505665 -0.27194867 -1.1430420000000001 0.88274334 -3.3219281 +12 0.67747968 -0.22210237 -3.193475 -4.277836 0.13004384 -3.2685055 -0.4146566 1.5788166000000001 +13 0.67627575 -0.22176162 -3.1962134 -3.5842291 0.12986584 -3.2685534 -0.41386461 6.7741257e-11 +14 0.16172453 -2.7779535 -0.25626882 -0.22149356 0.3951602 -0.27226798 -3.4108123 -9.1419386e-12 +15 0.67797496 -0.22222701 -3.192144 -4.7605222000000005 0.13011716 -3.2684911 -0.41498266 -3.3219281 +16 0.0010299453 0.0010585888000000001 0.048561445999999994 -2.0590087 -0.0005269466700000001 -0.0008518128599999999 -0.0012885306 1.5788166000000001 +17 -1.6613366999999999 -2.0459681 2.7615557 1.7152401000000002 0.1204882 2.9900472000000002 -2.6309521 1.5788166000000001 +18 0.001624101 0.00077375312 0.043885442999999996 -1.7697939999999999 -0.00037182301 -0.00064835307 -0.0014637494 -1.7431115000000001 +19 -1.6046486999999998 -2.0629961 2.6573377999999996 2.305484 0.13764046 2.9912803 -2.6470915 6.6570082999999995e-12 +20 0.0016687757999999998 0.001109621 0.056155638 -3.2697479 -0.00054060543 -0.00092235484 -0.0017024667000000002 -3.3219281 +21 -1.6853101000000001 -2.0396316999999997 2.813153 1.247061 0.11157269 2.9895786 -2.6238810000000004 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.8723442 0.19243071 -0.652245 -0.65268654 -0.09666296199999999 -0.8475204 0.39265525 1.3771539000000001e-11 +2 1.588819 -0.3705154 -2.7344661 -2.7303506 0.32905396 -3.1932934 -0.71418422 -8.457046000000001e-13 +3 -0.081664394 0.015644113 0.15456335 -0.67943209 -0.020778288 -0.0082159457 0.024539331 1.6143834 +4 -0.097190036 0.019118639 0.12665626 -0.50470818 -0.019198952 -0.012298358 0.024515767999999997 5.4607718e-10 +5 -0.85021635 -2.2382491 1.18547 1.1850100000000001 0.25748835 1.9641436 -3.1105325 9.8736019e-11 +6 -0.097492419 0.018096671 0.19325238 -0.96360653 -0.025756185 -0.0092208893 0.029699833999999998 -3.3219281 +7 -1.4881594999999999 0.14819776 -3.6606137999999997 -3.6573157 0.02583788 -4.1490767 0.26806385 -6.508722e-12 +8 -2.9193689 0.19382663 -0.54659895 -1.3773101 -0.10284361 -0.84840574 0.39522759 1.6143834 +9 -2.9278464 0.19436675 -0.55970997 -1.2014292 -0.10249779 -0.84897415 0.3956019 6.3515715e-10 +10 -4.0384943 -2.0012121 1.0041546000000001 1.0035585 0.29059826 1.5628157 -2.8841071 -3.2705543e-11 +11 -2.927228 0.1940091 -0.52284794 -1.6620924 -0.1042045 -0.84849786 0.39565866 -3.3219281 +12 1.5929758 -0.37113125 -2.709937 -3.5387217000000004 0.32946796 -3.1934072000000002 -0.71695052 1.6143834 +13 1.5918591999999998 -0.37096159 -2.7138519 -3.3356138999999994 0.32931962 -3.1934996 -0.71629108 5.3341798e-10 +14 0.78563541 -2.7227694 -0.99441325 -0.9897218 0.60256352 -1.3098708000000001 -3.6065213 -9.222104300000001e-11 +15 1.5941419 -0.37129379 -2.7042257000000003 -3.8518358999999998 0.32959593 -3.1934185 -0.71769392 -3.3219281 +16 -0.19135467 0.036670751 0.29998572 -1.9646584999999999 -0.043107934 -0.022221274 0.051129306 1.6143834 +17 -1.0706476 -2.1965917 1.5269754 0.68776392 0.16553867 1.9591425999999998 -3.070953 1.6143834 +18 -0.10639365 0.019770782 0.21045208 -1.0951353000000001 -0.02810848 -0.010122012 0.032310467999999995 -1.7075447 +19 -1.1188575 -2.1898517 1.4434051 0.83996646 0.18912608 1.9544755 -3.0710046 4.141435e-10 +20 -0.20867153 0.039191639 0.34147475 -2.9794572999999995 -0.048665984 -0.023307567 0.056432235 -3.3219281 +21 -1.1252364 -2.1882587000000004 1.6381031000000001 0.4311035 0.13210651 1.9584735 -3.0609167999999998 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1501031000000004 0.13501702 -0.22811603 -0.22756569 -0.067955193 -0.39932732 0.27277016 -2.2831460999999997e-11 +2 1.6323583000000002 -0.2772505 -2.3072876 -2.3051602000000004 0.35861575 -3.2063126 -0.55942219 -2.8375791999999997e-11 +3 -0.16026015 0.019339962 0.27110529 -0.54187069 -0.04847477099999999 -0.011107394 0.033703169 1.6253983 +4 -0.23605843 0.02984715 0.23045628 -0.43112569 -0.046154281 -0.022370507999999997 0.038533731 -4.5866828e-08 +5 -0.35917938 -2.2899326 0.51714763 0.51533455 0.36766356 0.99628326 -3.2481204 1.5158418999999998e-10 +6 -0.19635764 0.022395249 0.3467521 -0.7882813 -0.062475178 -0.012380984 0.041553177000000004 -3.3219281 +7 -1.4654722 0.09853973 -2.7644428 -2.7610495999999998 0.11976089 -3.701547 0.17769524 8.167389e-11 +8 -3.2880877999999996 0.13713584 0.0137866 -0.7966406 -0.09696276599999999 -0.40075629 0.27680105 1.6253983 +9 -3.3539871 0.1391232 -0.011506578 -0.6784747 -0.094962251 -0.40286318 0.2783698 -6.990542399999999e-08 +10 -3.6475345 -2.068148 0.46931809 0.46759059 0.37042405 0.87052729 -3.0361952000000003 1.4507195e-10 +11 -3.3173074000000002 0.13741811 0.07693134 -1.0471616 -0.10518982 -0.40089054 0.27762032 -3.3219281 +12 1.6198781999999998 -0.27254115 -2.2526994 -3.0581361 0.35536874 -3.2083437999999997 -0.55400121 1.6253983 +13 1.6176421 -0.27193947 -2.2588929 -2.9143396 0.35529047 -3.2089929 -0.55372562 -3.7224668e-08 +14 1.1921747999999999 -2.7087323 -1.4876235 -1.4880128000000001 0.7195663 -2.2865519 -3.6756396000000002 1.5912993e-10 +15 1.6180696 -0.27179414 -2.2399785 -3.3491675 0.35474661 -3.2086281000000003 -0.55311676 -3.3219281 +16 -0.43582805 0.05102807 0.56346401 -1.7119098999999998 -0.10878263 -0.035807964 0.074499523 1.6253983 +17 -0.60452479 -2.2474031 0.89242302 0.076535295 0.2591403 0.99145855 -3.2074323 1.6253983 +18 -0.21457971 0.024445939 0.37957991 -0.89951938 -0.068625321 -0.013589185 0.04514178 -1.6965298 +19 -0.71794332 -2.2335868 0.82208333 0.18231785 0.28030947 0.98628415 -3.2025535 -5.195059099999999e-08 +20 -0.48025089 0.054029444 0.65159274 -2.6676883 -0.1268313 -0.037088916 0.082552232 -3.3219281 +21 -0.66703593 -2.238828 1.0172033999999999 -0.15134284 0.21845918 0.99076701 -3.1970145 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9697126 0.16260252 -0.48607474 -0.48567091 -0.075269 -0.70579044 0.33196673 1.4756907e-10 +2 1.6512718000000002 -0.34028326 -2.5656249 -2.5620107999999995 0.34971337 -3.193564 -0.66672716 8.9999008e-11 +3 -0.11254127 0.017615278999999998 0.20183702 -0.619503 -0.030725265 -0.0097297933 0.028944377 1.6191302 +4 -0.14916562 0.024185319 0.16927361 -0.47939472 -0.029130713 -0.016923693 0.03101508 4.4339654000000003e-10 +5 -0.62783752 -2.2652210999999998 0.87820478 0.87644436 0.30367319 1.5783943999999999 -3.1797159 -1.4849484e-12 +6 -0.13587675 0.020377665 0.25459684 -0.88677829 -0.03870401 -0.01088314 0.035322556 -3.3219281 +7 -1.3918076000000001 0.11878599 -3.3402007000000005 -3.3359328 0.074011532 -4.0061836 0.21235497 5.7584493000000005e-11 +8 -3.0479833 0.16437938 -0.33306795 -1.1502434 -0.087491237 -0.70695422 0.33526334 1.6191302 +9 -3.0721806000000003 0.16547083 -0.34904721 -1.0060481 -0.086903963 -0.70808824 0.33610684 6.0478067e-10 +10 -3.8683647000000003 -2.0357027 0.76630407 0.76460953 0.3218484 1.3059736000000002 -2.9607716 2.4189428e-11 +11 -3.062415 0.1646122 -0.29684853 -1.4211036 -0.09046755699999999 -0.70707009 0.33586358 -3.3219281 +12 1.6512981 -0.33932837 -2.5307294999999996 -3.3448474000000004 0.34920136 -3.194196 -0.66723541 1.6191302 +13 1.6501213 -0.33910421 -2.5352782000000005 -3.1753014 0.34909032 -3.1944272999999996 -0.66674667 5.631575200000001e-10 +14 0.96122969 -2.715017 -1.2107063 -1.2088936000000001 0.65298645 -1.700395 -3.639364 9.918133e-11 +15 1.6517703999999997 -0.33922468 -2.5226279 -3.6467508 0.34914938 -3.1942821 -0.66755675 -3.3219281 +16 -0.28294318 0.043887290999999995 0.40429522 -1.8687276000000002 -0.06605380200000001 -0.028832527 0.062255381 1.6191302 +17 -0.85994997 -2.2231123999999998 1.237924 0.41095712 0.20304432 1.5735231 -3.1395381 1.6191302 +18 -0.14832621 0.022255574 0.27784787 -1.0090806 -0.042335079000000005 -0.011947995 0.038400018 -1.7027979 +19 -0.94006201 -2.2125772 1.1607243999999999 0.53729681 0.22560468 1.5684308 -3.1369555 4.2689818e-10 +20 -0.30948812 0.046663335 0.46261521 -2.8571554 -0.075434353 -0.030043889 0.068779707 -3.3219281 +21 -0.91834544 -2.2146342999999997 1.3564048 0.16981495 0.16583785 1.572841 -3.1292834 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1868339 0.1311807 -0.17936756 -0.17886843 -0.06967559200000001 -0.32368434 0.26451747 -3.9378489e-10 +2 1.6201492 -0.26521057 -2.2592209 -2.2573533 0.35830715 -3.2095402 -0.53833257 2.0843629e-09 +3 -0.1691895 0.019543198 0.28321849 -0.52859148 -0.052028797 -0.011273318000000001 0.034389223 1.6268445 +4 -0.25316188 0.030712341 0.24123237 -0.42211714 -0.049526017 -0.023230898 0.03970071 -8.2843825e-08 +5 -0.3171138 -2.2931429 0.46119836 0.45946554 0.37867549 0.88938972 -3.2576155 1.1335639e-09 +6 -0.20781516 0.022637314 0.36318151 -0.77132147 -0.067327963 -0.012560008000000001 0.042469256 -3.3219281 +7 -1.5075048 0.096716803 -2.6422647999999995 -2.6391517999999996 0.12479102 -3.6266665000000002 0.17544906 -2.0038956e-09 +8 -3.3381146 0.13334066 0.08124332 -0.72849111 -0.10319149 -0.32514468 0.26865509 1.6268445 +9 -3.4147584 0.135494 0.053607598 -0.61450314 -0.10072174 -0.32743676 0.27035299 -7.409089e-08 +10 -3.6114471 -2.072652 0.42133264 0.41969015 0.37942343 0.78416971 -3.0467465 1.098355e-09 +11 -3.3709633 0.13363006 0.15072688 -0.97456621 -0.11298132 -0.32528079 0.26951203 -3.3219281 +12 1.6046233 -0.25970964 -2.2004398 -3.0048321 0.35439043 -3.2119028999999997 -0.53163014 1.6268445 +13 1.6019594 -0.25898297 -2.2069324 -2.8647273999999996 0.35430646 -3.2126718 -0.53136699 -7.997436500000001e-08 +14 1.2319083999999998 -2.7081348 -1.5327976 -1.533349 0.73088472 -2.3938099 -3.6811711000000003 2.6892615e-09 +15 1.6022486 -0.25882918 -2.1867172000000004 -3.294075 0.35362429 -3.2122327 -0.53047829 -3.3219281 +16 -0.46604468 0.052006939 0.59233472 -1.6828503000000001 -0.11767329 -0.036805001000000004 0.076316135 1.6268444 +17 -0.56473498 -2.2505892999999997 0.83826673 0.024039939 0.26915763 0.88456311 -3.2168853 1.6268445 +18 -0.2271587 0.024707714 0.39777699 -0.8806463 -0.074015887 -0.013784685 0.046132545 -1.6950836 +19 -0.68319439 -2.2363101000000003 0.76910576 0.12706001 0.29006996 0.87932064 -3.2116842999999995 -8.262272099999999e-08 +20 -0.51437102 0.055038036 0.68644935 -2.6328838 -0.13775024 -0.038090061 0.084614396 -3.3219282 +21 -0.62795858 -2.2420067 0.96378377 -0.20213306 0.22803309 0.88387082 -3.206451 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2055979 0.12927482 -0.15475487 -0.15429172 -0.070839937 -0.28275187 0.26049895 -6.4007553e-10 +2 1.6136499 -0.25912464 -2.2345848 -2.2328159 0.35799738 -3.2111822 -0.52759273 1.928432e-08 +3 -0.17381685 0.019633392 0.2892836 -0.52186951 -0.053869312999999995 -0.011349478 0.034716399 1.6278274 +4 -0.26213509 0.03114008 0.24666549 -0.41762623 -0.051278002 -0.023705696000000002 0.040274697000000005 -1.0840933e-07 +5 -0.29650956 -2.2946414 0.43377131 0.43207732 0.38421204 0.83499808 -3.2621729 -4.2092175e-10 +6 -0.21377244 0.022745887000000003 0.3714567 -0.7627037 -0.069853156 -0.012642051999999999 0.042909217 -3.3219281 +7 -1.5316391000000003 0.095884761 -2.5782477000000004 -2.5752602 0.12699253 -3.5861535000000004 0.17458148 9.7817999e-09 +8 -3.3639881000000003 0.13145339 0.11559117 -0.69372751 -0.10684943 -0.28422634 0.26468741 1.6278274 +9 -3.4466099000000003 0.13369197 0.086758585 -0.58199803 -0.1041223 -0.286621 0.26645108 -1.0909025e-07 +10 -3.5935992999999993 -2.0748681 0.39757555 0.3959707 0.38403062 0.73941655 -3.0518650000000003 -4.8700027e-10 +11 -3.3988233 0.13174624 0.18847351 -0.93738625 -0.11752855 -0.28436326 0.26556312 -3.3219281 +12 1.5964918 -0.25321546 -2.1735879000000002 -2.9773683999999996 0.35372055 -3.2137217000000002 -0.52022741 1.6278274 +13 1.5935669 -0.25241541 -2.1802576 -2.8392487999999996 0.35363037 -3.2145642000000003 -0.51996426 -8.680257000000001e-08 +14 1.2523018999999997 -2.7078665 -1.5550343 -1.5557041999999999 0.73658942 -2.4483295 -3.6838727999999996 9.9062226e-09 +15 1.5938125 -0.2522666 -2.1593335 -3.2656691 0.35287634 -3.2140756 -0.51893654 -3.3219281 +16 -0.48192558 0.052475182 0.60695159 -1.6681296 -0.12233171 -0.037338867000000005 0.077195483 1.6278274 +17 -0.54540227 -2.2520847 0.81164518 -0.0017011597 0.27422185 0.83016949 -3.2214287 1.6278274 +18 -0.23370266 0.024824949 0.40694357 -0.87104175 -0.076823795 -0.013874191000000001 0.046608280999999994 -1.6941006999999997 +19 -0.6664301 -2.2375747 0.74311059 0.099898994 0.29499263 0.82486879 -3.2160669 -1.1005444000000001e-07 +20 -0.53235589 0.055520399000000005 0.70416954 -2.6152113 -0.14349934 -0.03862546 0.085614791 -3.3219282 +21 -0.60903016 -2.2434988999999996 0.93750904 -0.2270406 0.23288546 0.82947683 -3.2109867999999997 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0883429000000002 0.14241789 -0.31229537 -0.31169885 -0.06720765299999999 -0.51464991 0.28883769 -8.031390699999999e-11 +2 1.6489265 -0.29836157 -2.3909203 -2.3882811 0.35793411 -3.201105 -0.59598949 -7.8459603e-11 +3 -0.14478194 0.018904037 0.24935811 -0.56571958 -0.042448605 -0.010756982 0.032367322000000004 1.6233133999999998 +4 -0.20712559 0.02822911 0.21125552 -0.44708349 -0.040434158 -0.020819083999999998 0.036353515 -9.8784885e-09 +5 -0.43791542 -2.283458 0.62218772 0.62027902 0.3478515 1.1834312 -3.2295278 -3.5712278999999996e-11 +6 -0.17660481 0.021881385 0.31748839 -0.81859327 -0.054316767 -0.012001742 0.039785557 -3.3219281 +7 -1.4131505 0.10285166 -2.9645252999999996 -2.9606562999999997 0.10840961 -3.8158358 0.18416766 -8.1585347e-11 +8 -3.2050132999999996 0.14445 -0.10134112 -0.91310477 -0.089525017 -0.51601176 0.2926628 1.6233133999999998 +9 -3.2547787999999995 0.14614911 -0.1229592 -0.7876786 -0.088176478 -0.51780155 0.2940038 -1.4316911000000001e-08 +10 -3.7138927 -2.0594247 0.55777562 0.55597362 0.35473769 1.0167153 -3.0156665 -6.5428224e-11 +11 -3.2286555 0.14471861 -0.048137729000000004 -1.1706753 -0.09554512800000001 -0.51614181 0.29341427 -3.3219281 +12 1.6412548999999999 -0.29498779 -2.3432392 -3.1505742999999997 0.35573953 -3.2026074 -0.59271346 1.6233133999999998 +13 1.6395513 -0.29455543 -2.3488015 -3.0001363 0.35565828 -3.2030889 -0.59238679 -1.022101e-08 +14 1.1213955 -2.7101675 -1.4045087 -1.4043826000000001 0.69916202 -2.0984808999999998 -3.6652409 4.5606852e-12 +15 1.6403342 -0.29446823 -2.3321612999999997 -3.4447471 0.35534059 -3.2028178 -0.59227244 -3.3219281 +16 -0.38477957 0.049101687000000005 0.51247782 -1.7629368000000003 -0.093985612 -0.033922243 0.07102651 1.6233133999999998 +17 -0.67931044 -2.2410182 0.99362174 0.17468567 0.24136355 1.1786048 -3.1889551 1.6233133999999998 +18 -0.19291444 0.02388917 0.34722541 -0.93322644 -0.059579725 -0.013174368 0.043229647999999996 -1.6986146 +19 -0.78342578 -2.2280723 0.92126813 0.28574139 0.26296593 1.17347 -3.1846848 -9.2597744e-09 +20 -0.42288494 0.052043447 0.59048045 -2.7288096 -0.10882264 -0.035190556 0.078623372 -3.3219281 +21 -0.74060499 -2.2324627999999995 1.1168194 -0.056589525999999994 0.20158363 1.1779152 -3.1785748 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_AUC_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2143558999999997 0.12834804 -0.14331371 -0.1428682 -0.071412347 -0.26311126 0.25858677 3.6145864e-11 +2 1.6106337 -0.25621667 -2.2226754 -2.2209258999999997 0.35782372 -3.2119406 -0.52243263 9.2526345e-09 +3 -0.17609598 0.019674083999999998 0.29215435 -0.51862249 -0.054763056 -0.01138538 0.034868544 1.6284698 +4 -0.26652898 0.031340288 0.24926247 -0.41550325 -0.052129540999999995 -0.023958251 0.040543063 3.2959193e-09 +5 -0.28684242 -2.2953212000000005 0.42084022 0.4191727 0.38686003 0.80891258 -3.2642992000000004 1.8345436e-11 +6 -0.21671092 0.022795261 0.3754031 -0.75853496 -0.07108231400000001 -0.01268074 0.043114768 -3.3219281 +7 -1.5433915 0.09547498199999999 -2.5475972000000002 -2.5446487999999996 0.12800625 -3.5667115 0.17418037 9.2756057e-09 +8 -3.3762351 0.13053506 0.13168732 -0.67737566 -0.10865503 -0.26459226 0.26279859 1.6284698 +9 -3.4618172 0.1328139 0.10229808 -0.56678734 -0.10580474 -0.26704096 0.26459302 3.3470743e-09 +10 -3.5851983 -2.0759317999999998 0.38633353 0.38475512 0.3862514 0.71780511 -3.0542825000000002 2.1977087e-11 +11 -3.4120561 0.13082953 0.20622363 -0.91983829 -0.11978042 -0.26472956 0.26368313 -3.3219281 +12 1.5926694 -0.25010983 -2.1605966 -2.9640169999999997 0.3533688 -3.2145674 -0.51474632 1.6284698 +13 1.5896086 -0.24927221 -2.1673366 -2.8269158 0.3532748 -3.2154498 -0.51448188 1.3901006e-08 +14 1.2622767 -2.7077306 -1.5655366000000002 -1.5662 0.73932928 -2.4744549 -3.6851334000000002 9.2558748e-09 +15 1.5898393999999998 -0.24912794 -2.1460792 -3.2518509 0.35248582 -3.2149330000000003 -0.5133879 -3.3219281 +16 -0.48975692 0.052692685999999996 0.61395111 -1.6610728 -0.12460704 -0.037621297000000005 0.07760595 1.6284698 +17 -0.53643554 -2.2527644000000002 0.79906916 -0.013801532 0.27664523 0.8040822 -3.2235495 1.6284698 +18 -0.23693151 0.024878217999999997 0.4113139 -0.86638855 -0.07819122099999999 -0.013916383999999999 0.046830511 -1.6934582999999999 +19 -0.6586865 -2.2381484 0.73083996 0.08709087 0.29734383 0.79874558 -3.2181131 3.3152376e-09 +20 -0.54124217 0.055744695999999996 0.7126764 -2.6067256000000003 -0.14631443 -0.038908716 0.08608279199999999 -3.3219281 +21 -0.60028629 -2.2441767999999995 0.92511761 -0.23874457 0.23520777 0.8033893 -3.2131039 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9249659 0.26651264 -1.4993885 -1.4990413 -0.28579371 -1.5190525 0.8820233 -3.8441118e-15 +2 0.69184202 -0.20157644 -3.0829883999999996 -3.0831647999999996 0.11131226 -3.1038987999999996 -0.40525527 -5.2856537e-15 +3 0.0096392871 -0.0011061855 0.0016520302 -1.0109514000000002 0.0014473062 -0.0007064191900000001 -0.005086014099999999 1.7789171000000001 +4 0.004005867299999999 -0.00044930933 0.00058018703 -0.33933281 0.00060228064 -0.00042787291 -0.0021116665 -3.6839404999999996e-15 +5 -1.8617482 -1.7936054 3.525927 3.5247025 0.19758403 3.8372821000000004 -2.6279339 -7.207709599999999e-15 +6 0.012909446000000002 -0.0014727144 0.0024732559 -1.6875633999999997 0.0019382448999999999 -0.00075794957 -0.0068149312 -3.3219281 +7 -2.5638047000000004 0.25345205 -4.7886218000000005 -4.7882777 -0.26150823 -4.816309099999999 0.83044632 -9.930622199999998e-15 +8 -2.9167361 0.26628811 -1.5047966 -2.5170618 -0.28532053 -1.5188863000000001 0.88096801 1.7789171000000001 +9 -2.9214606 0.26641534 -1.5016222 -1.8411918 -0.28559281 -1.5189796 0.88157445 -1.0571307e-14 +10 -4.5861652 -1.5215383999999998 2.6931126 2.6921593999999995 0.25805388 2.8514337000000003 -2.3079171 -5.1254824e-15 +11 -2.9142531000000003 0.26622674 -1.5067811000000002 -3.1964829 -0.28517482 -1.5188478 0.88064866 -3.3219281 +12 0.69503525 -0.20248859 -3.0884931 -4.1012865 0.11178239 -3.1033028999999996 -0.40730863 1.7789171000000001 +13 0.69322308 -0.20198677 -3.0852341 -3.4253292 0.11151534 -3.1036139 -0.40614315 -1.0090793e-14 +14 -0.01346555 -2.4619152 0.64722299 0.64601393 0.3885817 0.67370758 -3.3149786 -1.2653535e-14 +15 0.69595524 -0.20270949 -3.0905869999999998 -4.7808185 0.111919 -3.1031897999999996 -0.40790044 -3.3219281 +16 0.013755907 -0.0015720731 0.0021528478 -1.8050949 0.002066632 -0.0011647425 -0.007262999399999999 1.7789171000000001 +17 -1.9254112 -1.7706922999999999 3.6363888999999996 2.6228671 0.18435801 3.8277584000000004 -2.6132405 1.7789171000000001 +18 0.01389605 -0.0015868873 0.0026243494 -1.9436627 0.0020864522 -0.00083225224 -0.0073369677000000005 -1.5430110000000001 +19 -1.8865801 -1.7833537 3.5698542 3.2288243 0.19244164 3.8319928 -2.6221431 -1.0411135999999999e-14 +20 0.01706066 -0.0019441331 0.0029536694 -3.3189472 0.0025628726 -0.0012191256 -0.0090125801 -3.3219281 +21 -1.9516973000000002 -1.7645686999999999 3.6811269 1.9898572 0.17877742 3.8260861000000004 -2.6073185000000003 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.8432992 0.095890835 -0.93194879 -0.93171204 -0.15104031 -1.0072938 0.47982691 -1.9220559e-15 +2 1.3578386 -0.24115033 -2.7619466 -2.7620186 0.22924711 -2.8893788 -0.59875723 -3.2034265000000003e-15 +3 -0.004675725 0.0033915658000000003 0.024701162000000002 -0.79627607 -0.001123707 -0.020774088 0.0015552987 1.7789301 +4 0.0027157096999999995 0.0025806643 0.0069401665 -0.52031177 0.00027833929 -0.026081683999999997 -0.0008804575300000001 3.3306690999999997e-16 +5 -1.5433355 -1.8591006 2.2529147999999997 2.2514306 0.21585775 3.0307834 -2.9710381 -4.8051398e-16 +6 -0.0084771038 0.0043902774 0.037828693 -1.261943 -0.0019243726000000001 -0.024033866 0.0028087381 -3.3219281 +7 -1.6755966 0.069569402 -4.1192633 -4.1189407 -0.080854514 -4.263603099999999 0.36914465 9.992007199999998e-16 +8 -2.8424127999999995 0.09607245699999999 -0.91573967 -1.7365218 -0.1511146 -1.0093949 0.47977277 1.7789301 +9 -2.8422728999999998 0.09605724 -0.92189488 -1.4489406 -0.15105645 -1.01025 0.47976313 0.0 +10 -4.6488458 -1.6852308999999996 1.9961483 1.9948511999999998 0.25805434 2.5795566 -2.7747848 0.0 +11 -2.8419334 0.09611294699999999 -0.90929527 -2.2088867999999997 -0.15114623 -1.0096689 0.47974298 -3.3219281 +12 1.3676293 -0.24291231 -2.7615885 -3.5827174 0.23072128 -2.8887667 -0.60421771 1.7789301 +13 1.3648561000000001 -0.24246106 -2.7617285 -3.2891099 0.23030339 -2.8890057999999996 -0.60266943 -2.2423985999999998e-15 +14 0.29687547 -2.2766157000000002 -0.1581636 -0.15915795 0.52430244 -0.16080177 -3.4267207 0.0 +15 1.370818 -0.24341521 -2.7615001 -4.0614523 0.23120368 -2.8886021 -0.60599939 -3.3219281 +16 0.00026419269 0.0059281024 0.027972504 -1.9160251 -0.00045587735 -0.049778487999999996 -5.4269159e-05 1.7789301 +17 -1.7397238999999998 -1.8285974999999999 2.5043749 1.6831021000000002 0.15768264 3.0177755 -2.9443501 1.7789301 +18 -0.008823761999999999 0.0047324417 0.040099148 -1.4226886 -0.0020159571 -0.026273946 0.0029242694 -1.5429979999999999 +19 -1.6726325 -1.8319613000000001 2.4206484 1.8920845000000002 0.17806334 3.0124811 -2.9531153999999997 5.4400928e-15 +20 -0.0032668529999999997 0.0069147691 0.040699551 -3.2810392 -0.0012104316 -0.053179118 0.0011133969 -3.3219281 +21 -1.8250586 -1.8197419999999997 2.6121431 1.3108096000000002 0.13072094 3.015302 -2.9337016 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0488638999999997 0.061223850999999996 -0.41380506 -0.41360222 -0.09639867099999999 -0.5087131 0.33029469 -1.2813706e-15 +2 1.5415044 -0.16041725 -2.6758565 -2.6755964 0.27118952 -2.9711093999999996 -0.5312839 -2.8830839e-15 +3 -0.047867104 0.0050348287 0.081224083 -0.7125013 -0.0093862826 -0.026991802000000002 0.01103912 1.7789202000000002 +4 -0.022557467 0.003979756 0.042234655 -0.51586576 -0.0045002946 -0.04323401599999999 0.0052474392000000005 -3.2034265000000003e-15 +5 -0.99251305 -1.8861381999999998 1.342771 1.3414909 0.30357879 2.1167778 -3.1445594 6.661338099999999e-16 +6 -0.069685627 0.0067193978000000005 0.11693721 -1.1313818000000002 -0.013672598999999999 -0.031272979 0.015975535 -3.3219281 +7 -1.5142586999999998 0.042086914 -3.45709 -3.4565446000000004 0.012664814 -3.7757187999999995 0.2365453 -1.2813706e-15 +8 -3.0866203 0.061668022999999995 -0.34161034 -1.1351735 -0.10027074 -0.51193699 0.3316179 1.7789202000000002 +9 -3.0749226000000003 0.061619892999999995 -0.3628053 -0.92073772 -0.09908145900000001 -0.51513 0.33121179 1.1546319e-14 +10 -4.2449056 -1.723743 1.2609682 1.2596281 0.3133571 1.9460205000000002 -2.9626252999999996 -1.2813706e-15 +11 -3.101509 0.061811570999999996 -0.31356653 -1.5617388 -0.10182111 -0.51236561 0.33213052 -3.3219281 +12 1.5490986999999998 -0.15976762 -2.6723462000000002 -3.4659571000000002 0.27231089 -2.9765053 -0.53484806 1.7789202000000002 +13 1.5476828 -0.15971078 -2.6752518 -3.2332056000000002 0.27212519 -2.9773542999999996 -0.53418283 -8.6492516e-15 +14 0.787594 -2.2431785 -0.93185782 -0.93254122 0.62960947 -1.0925747 -3.5475807999999995 6.439293499999999e-15 +15 1.5517628 -0.15971331 -2.6699773999999996 -3.9182392999999998 0.27269169 -2.9773606 -0.53610083 -3.3219281 +16 -0.069268475 0.008985878499999999 0.12113866 -1.8448006000000001 -0.013677018 -0.07357796 0.015897593 1.7789202000000002 +17 -1.2224671999999999 -1.8547208999999998 1.6298876 0.83484786 0.23091105 2.1036366 -3.1161244999999997 1.7789202000000002 +18 -0.074675737 0.0072362265 0.12521919 -1.2759785 -0.014654239 -0.034162448 0.017097223 -1.5430078999999999 +19 -1.1567752 -1.8552226000000003 1.5487419 0.99036201 0.25234772 2.0966645 -3.1238457000000004 -2.2423985999999998e-15 +20 -0.091606391 0.010685905 0.15729893 -3.1642322999999997 -0.018069636 -0.07787817400000001 0.020893751000000002 -3.3219281 +21 -1.3239319999999999 -1.8455128 1.7534071 0.50357561 0.19636919 2.1010526 -3.1047938999999998 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.8917314 0.078342201 -0.74684784 -0.74661102 -0.12263296 -0.83989406 0.4094414 6.1062266000000004e-15 +2 1.443997 -0.20813959 -2.7252688 -2.7252193 0.24757011 -2.909943 -0.5771757 1.3322676e-15 +3 -0.018011531 0.0040807447 0.043527878 -0.76257796 -0.003574049 -0.024012613 0.0051486463 1.7789267 +4 -0.0038411581 0.0031461644 0.017214124 -0.52674672 -0.00092434341 -0.034100093 0.0011151467 3.2196467999999996e-15 +5 -1.3266604 -1.8721900000000002 1.8633038 1.8619466 0.24776774 2.6726789 -3.0502568 5.1070259e-15 +6 -0.027518112 0.005374325500000001 0.06427759200000001 -1.2073003 -0.0054281484999999996 -0.027785608 0.0078437222 -3.3219281 +7 -1.557855 0.053849158 -3.8911557 -3.8907580999999998 -0.039707332000000005 -4.096404799999999 0.30133262 1.5543122e-15 +8 -2.8997336 0.078624921 -0.71484512 -1.5207616000000002 -0.12341536 -0.84258375 0.40985275 1.7789267 +9 -2.8963605 0.07859468 -0.72566538 -1.2694261999999998 -0.12311267 -0.84432044 0.40968013 0.0 +10 -4.5062975 -1.7044188000000002 1.6960598000000002 1.6946240000000001 0.2747568 2.3529054 -2.8619934 3.5527136999999994e-15 +11 -2.9028431 0.078704708 -0.70236691 -1.973773 -0.12372853 -0.84293532 0.41001193 -3.3219281 +12 1.4534358 -0.20909059 -2.7234434 -3.5296056000000005 0.24898625 -2.910977 -0.58210237 1.7789267 +13 1.4509705 -0.20878169 -2.724514 -3.2685049 0.24862104 -2.9113265999999998 -0.58081404 3.8857806e-15 +14 0.4843771 -2.2574520000000002 -0.47767065 -0.47846726 0.56615455 -0.52838881 -3.477924 6.772360500000001e-15 +15 1.456676 -0.20942434 -2.7225032000000002 -3.9941769999999996 0.24947162 -2.9110882 -0.58379704 -3.3219281 +16 -0.019322651 0.0071674501 0.056699059 -1.8992243999999998 -0.004041289 -0.061539949000000004 0.0055394371999999996 1.7789267 +17 -1.5408409 -1.8411808 2.1341958 1.3266262 0.18205691 2.6596446 -3.022602 1.7789267 +18 -0.029247151000000002 0.0057882498999999995 0.068485253 -1.3604987 -0.0057729868 -0.030367657000000003 0.0083335112 -1.5430013999999999 +19 -1.4740169 -1.8430178 2.0514848999999997 1.5059802 0.2031596 2.6533047 -3.0308486 6.1062266000000004e-15 +20 -0.028656003 0.008455598299999999 0.07715074200000001 -3.2445119 -0.0058645271 -0.065402404 0.0081843466 -3.3219281 +21 -1.6346456 -1.8321255 2.2498001 0.97665621 0.15118736 2.6571097999999997 -3.0115778 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0919004 0.058868227 -0.34186866 -0.34168257 -0.094565298 -0.42961534 0.31857773 6.439293499999999e-15 +2 1.5566084 -0.15267447 -2.6649668999999996 -2.664666 0.27529118 -2.9839542999999997 -0.52229224 3.3306690999999997e-16 +3 -0.054561189 0.0051928135999999995 0.08926369099999999 -0.70288056 -0.01076791 -0.027365287999999998 0.012109373 1.7789183999999998 +4 -0.027088657000000002 0.0041243996 0.047929890999999995 -0.51198819 -0.0054110854000000005 -0.044654745999999995 0.0060664027 6.772360500000001e-15 +5 -0.93226074 -1.8881023000000001 1.2548493 1.2543011 0.31436471 2.0137718000000002 -3.1590605 9.3258734e-15 +6 -0.079140554 0.006941178 0.12818794 -1.117176 -0.015636643999999998 -0.031716366 0.017446664 -3.3219281 +7 -1.524797 0.040894275 -3.3576241000000002 -3.3570491000000002 0.021039052000000003 -3.6995834000000003 0.2283997 4.4408921e-15 +8 -3.1383776 0.059342345 -0.25898264 -1.0509771 -0.099557815 -0.43290404 0.32008516 1.7789183999999998 +9 -3.1244345 0.059291408 -0.28277736 -0.84254154 -0.098064895 -0.43636875 0.31963812 -3.2034265000000003e-15 +10 -4.1939888 -1.7264511000000002 1.184336 1.1831878 0.32178711 1.8638463 -2.9778540000000002 5.4400928e-15 +11 -3.1567702 0.059497758 -0.22670854 -1.4719365 -0.10156866 -0.43334382 0.32066879 -3.3219281 +12 1.5638556000000001 -0.15175385 -2.6611154 -3.4531115 0.2763558 -2.9903307 -0.52562652 1.7789183999999998 +13 1.5627064 -0.15174221 -2.6644546 -3.2241912999999998 0.2762159 -2.9913432 -0.52509739 -4.8051398e-16 +14 0.84356973 -2.241654 -1.0104834 -1.0112646 0.64123288 -1.1964483 -3.5590294 1.0214052e-14 +15 1.5663603000000001 -0.15162749 -2.6584391 -3.9037154999999997 0.27670793 -2.9913512000000004 -0.52678105 -3.3219281 +16 -0.081076642 0.0092980736 0.13555178 -1.8316656999999998 -0.016089377 -0.075281831 0.017879581999999998 1.7789183999999998 +17 -1.1641346000000001 -1.8566491000000003 1.5439985 0.75127033 0.24083105 2.000611 -3.1305352 1.7789183999999998 +18 -0.08488828699999999 0.007475373299999999 0.13736919 -1.2603046999999998 -0.016776177 -0.034643552 0.018685266000000002 -1.5430097 +19 -1.0986531000000002 -1.8569664000000001 1.4634306000000001 0.90368657 0.26228607 1.9934898999999997 -3.1381867000000003 7.6605389e-15 +20 -0.10641965 0.01106652 0.17518109 -3.1463245 -0.021118504 -0.079642224 0.023303538999999998 -3.3219281 +21 -1.2665402 -1.8474247 1.6690183 0.42215834 0.20583549 1.9980214 -3.1191687999999997 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1153485 0.057737236 -0.30428379 -0.30410798 -0.094049175 -0.38701822 0.31289176 6.772360500000001e-15 +2 1.5639258999999999 -0.1488652 -2.6589869999999998 -2.6586652 0.27734695 -2.9904831 -0.51766623 8.6597396e-15 +3 -0.058104203 0.0052704915 0.09347788 -0.69787286 -0.01151172 -0.027538211 0.012648355 1.7789171000000001 +4 -0.029493134 0.0041956840999999995 0.050913962 -0.50991742 -0.005902278 -0.045407830999999996 0.0064796172 3.5527136999999994e-15 +5 -0.90186704 -1.8890178 1.2118436000000001 1.2107522 0.31989279 1.9613828000000002 -3.1661361 1.4099832000000001e-14 +6 -0.084148092 0.007050303199999999 0.13409091 -1.1097918 -0.016695348999999998 -0.031922869 0.018187118000000002 -3.3219281 +7 -1.5322897 0.040360837999999996 -3.3044812999999995 -3.3038912000000003 0.025147577 -3.6585642999999997 0.22460424 1.3766766000000001e-14 +8 -3.1667625 0.058226372 -0.21545606 -1.0066647 -0.09971772300000001 -0.39033649 0.31449351 1.7789171000000001 +9 -3.1515664 0.058174119 -0.24067898 -0.80136514 -0.09804356199999999 -0.39394819 0.31402609 1.3433698999999999e-14 +10 -4.1679182 -1.7277471999999998 1.1458492 1.1447465000000001 0.32620841 1.8212398999999997 -2.9852642000000005 8.992806500000001e-15 +11 -3.1871533 0.058387759000000004 -0.18081245 -1.4245658 -0.10200933 -0.39078169 0.31511356 -3.3219281 +12 1.5710027 -0.14781338 -2.6549475 -3.4461326 0.27838329 -2.9973734 -0.52088915 1.7789171000000001 +13 1.5700016 -0.14782438 -2.6585281000000003 -3.2191603 0.27826885 -2.998487 -0.52043301 8.3266727e-15 +14 0.87187742 -2.2409258999999997 -1.0498827 -1.0505997999999999 0.64712855 -1.2491913000000001 -3.5646652000000003 1.1879386e-14 +15 1.5734214 -0.14765123 -2.6521063999999996 -3.8958858 0.2787199 -2.9984799 -0.52199271 -3.3219281 +16 -0.087363324 0.0094520558 0.14313849 -1.8247201000000002 -0.017396596 -0.07615812599999999 0.018880811 1.7789171000000001 +17 -1.1346281 -1.8575518 1.5019228999999998 0.70936293 0.24596182 1.9482121 -3.1375694 1.7789171000000001 +18 -0.090300508 0.0075930773 0.1437477 -1.2521603000000001 -0.017920873 -0.03486744 0.019484831 -1.5430110000000001 +19 -1.0692681 -1.8577772000000001 1.421323 0.86036526 0.26741201 1.9409916 -3.1451862999999998 1.4432899e-14 +20 -0.11431239 0.011254341999999999 0.18460525 -3.1368871 -0.022773029 -0.08054766 0.024520456 -3.3219281 +21 -1.2374724 -1.84832 1.6269106000000002 0.38154108 0.21074512 1.9456197 -3.1261867000000003 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9850380000000003 0.065855492 -0.53062308 -0.53040091 -0.10215236 -0.63076181 0.35276686 -3.8441118e-15 +2 1.5130412 -0.17483863 -2.6929541 -2.6927640999999998 0.26385316 -2.9492537999999997 -0.54676703 -1.7618845999999997e-15 +3 -0.037026441 0.0047435533 0.067947769 -0.72891647 -0.007212575600000001 -0.026219303 0.0091403925 1.7789226000000002 +4 -0.015391058999999999 0.0037177090999999996 0.033003465 -0.52149559 -0.0030972311 -0.040635233 0.0038317616999999997 -9.6102795e-16 +5 -1.0993046 -1.8822683 1.5015331 1.5005244 0.28499037 2.2967258 -3.1171718999999998 1.3322676e-15 +6 -0.054384807 0.006310192900000001 0.09838293199999999 -1.1558136 -0.010587981000000002 -0.030362642999999998 0.013362166000000002 -3.3219281 +7 -1.5102052 0.044775351 -3.6138019999999997 -3.6133072999999998 -0.0029767771999999995 -3.8932634 0.25336175 3.8857806e-15 +8 -3.0103736 0.066246971 -0.47424448 -1.2709322 -0.10459521 -0.63384987 0.35377736 1.7789226000000002 +9 -3.0019742999999997 0.06620418900000001 -0.49150259 -1.045817 -0.10380235 -0.63657381 0.35344457 -1.2813706e-15 +10 -4.332491200000001 -1.7184479 1.3975863000000002 1.3962337 0.29951941 2.0844031000000003 -2.9336912 4.4408921e-15 +11 -3.0203234 0.066369716 -0.45238415 -1.7064215 -0.10556746 -0.6342571 0.3541695 -3.3219281 +12 1.5212701000000002 -0.17469709 -2.689982 -3.4867894 0.26507655 -2.9530417 -0.55076518 1.7789226000000002 +13 1.5194448999999999 -0.17455854 -2.6922181 -3.24663 0.26482075 -2.9536738999999996 -0.54987725 -1.2813706e-15 +14 0.68923355 -2.2464963 -0.78993703 -0.79102571 0.60920077 -0.91063223 -3.5264808 4.773959e-15 +15 1.5241805 -0.17477233 -2.6881091 -3.9423003 0.26550148 -2.9536237 -0.55218207 -3.3219281 +16 -0.050510705999999995 0.0084178672 0.09772937699999999 -1.8656692 -0.009955160400000001 -0.070317666 0.012439863999999998 1.7789226000000002 +17 -1.3252514 -1.8509435 1.7848449 0.98654233 0.2141157 2.2836220000000003 -3.0889287 1.7789226000000002 +18 -0.058167832999999995 0.0067952528 0.1052029 -1.3030078 -0.011326144 -0.03317338 0.014277983999999999 -1.5430055 +19 -1.2591896 -1.8517973 1.7038039 1.1478654 0.23550364 2.2768384999999998 -3.0967887000000003 5.7731597e-15 +20 -0.068061894 0.0099923098 0.12826377 -3.1933115 -0.013368646000000001 -0.074499366 0.016678841 -3.3219281 +21 -1.4247558999999999 -1.8417714 1.9062852 0.65055201 0.18052578 2.2810497000000005 -3.0776737 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/180m_SS_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1266304 0.057206886 -0.28651218 -0.28634159 -0.093869265 -0.36659477 0.31021448 -1.0571307e-14 +2 1.5673282 -0.14706234 -2.655971 -2.6556391 0.2783228 -2.9935813 -0.51542453 2.553513e-15 +3 -0.05983648 0.005307011800000001 0.095528741 -0.69542448 -0.011878613 -0.027618987 0.012905379 1.7789162 +4 -0.030665226 0.0042289955 0.052359657999999996 -0.5089296 -0.006143809399999999 -0.045791608 0.0066758128 -4.3246258e-15 +5 -0.8873588 -1.8894278999999998 1.1914479 1.1900891000000002 0.32254976 1.9362909 -3.1694607000000006 6.439293499999999e-15 +6 -0.08659759 0.0071016740000000005 0.13696539 -1.1061758999999998 -0.017217982 -0.032019647000000005 0.018540175 -3.3219281 +7 -1.5361608999999998 0.040114677 -3.2789156999999998 -3.2783184000000003 0.027095991 -3.6388949 0.22283997 -2.7229125e-15 +8 -3.1805116 0.057703078 -0.19474075 -0.98555586 -0.099886788 -0.36992666 0.31186102 1.7789162 +9 -3.1646942000000005 0.057650226 -0.2206655 -0.78181394 -0.098119637 -0.3736134 0.31138407 5.1070259e-15 +10 -4.155405600000001 -1.7283491000000002 1.1276612 1.1264154 0.32835295 1.8006935000000002 -2.988743 -1.2813706e-15 +11 -3.2019048999999997 0.05786728 -0.15891809 -1.4019335 -0.10232417 -0.37037442 0.31249836 -3.3219281 +12 1.5743249 -0.14594919 -2.6518376 -3.4426167000000003 0.27934573 -3.0007224999999997 -0.51859536 1.7789162 +13 1.5733989 -0.14597108 -2.6555404 -3.2166217999999995 0.2792442 -3.0018906000000003 -0.5181756 9.992007199999998e-16 +14 0.88537827 -2.2405636 -1.0687916000000002 -1.0692127 0.64994951 -1.2744242000000001 -3.5673117 4.4408921e-15 +15 1.5767011 -0.14577007 -2.6489152999999996 -3.8919457000000004 0.27967465 -3.0018708999999997 -0.51967422 -3.3219281 +16 -0.090438128 0.009524305 0.14682825 -1.8213513 -0.018041983 -0.076601481 0.019357366 1.7789162 +17 -1.1205306000000002 -1.8579569 1.4815066000000001 0.68963336 0.24842903 1.9231146000000001 -3.1408751 1.7789162 +18 -0.092948776 0.0076484916000000005 0.14685463 -1.2481695 -0.018486172 -0.034972333 0.019866127 -1.5430118999999998 +19 -1.0552362 -1.8581391999999999 1.4019576999999999 0.83961523 0.26988601 1.9158388 -3.1484742999999997 7.327472e-15 +20 -0.11817629 0.011342594 0.18919389 -3.1322921000000004 -0.023590907999999997 -0.081005121 0.025099916 -3.3219281 +21 -1.223576 -1.8487215 1.6069148000000002 0.36229122 0.2131161 1.9205206000000001 -3.1294847999999997 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9639837000000004 0.39921706 -1.1350652 -1.1520701999999998 -0.27947381 -1.1726438 0.89592281 6.510347799999999e-12 +2 0.65381945 -0.20718512 -3.1856655 -3.1816343 0.12067965 -3.2516483 -0.39845349 -6.2787159e-14 +3 0.0030968122999999997 9.0949665e-06 0.030257642999999997 -1.0520436000000002 0.00011610677 -0.00051693355 -0.0019599856 1.623961 +4 0.0011132726 7.4469347e-05 0.013888932 -0.37489199 8.3866564e-06 -0.00030655889 -0.00076236803 2.9798275e-11 +5 -1.6157441000000001 -1.9498258000000002 2.7287795 2.7586515 0.16353324 3.1133067000000003 -2.6474392000000004 -6.9717773000000005e-12 +6 0.0044083569 -0.00010477502 0.037183352999999995 -1.5406328 0.00023118236 -0.00057638144 -0.0026987568 -3.3219281 +7 -2.6136182 0.38392502 -4.4162943 -4.4323585 -0.24974576 -4.486904 0.84547575 8.1380458e-11 +8 -2.9583317000000005 0.39907441 -1.1194851000000001 -2.2261697999999996 -0.27921284 -1.1726375 0.89518454 1.623961 +9 -2.9614952000000003 0.39915466 -1.1276651000000002 -1.5417052 -0.27936379 -1.1726444 0.89559763 4.0094039e-11 +10 -4.4134557 -1.6285913 1.9985723999999998 2.022305 0.23107854 2.1884354 -2.3021206000000003 -6.2405952e-12 +11 -2.9568387 0.39903764 -1.116267 -2.6940619999999997 -0.2791381 -1.1726338 0.89498992 -3.3219281 +12 0.65621785 -0.20791387 -3.1815912 -4.2584469 0.12103247 -3.2514943 -0.40002169 1.623961 +13 0.65490437 -0.20752543 -3.1837812000000003 -3.5666272000000006 0.12083884 -3.2515742000000003 -0.39916256 5.3218874e-11 +14 0.10168343 -2.6272866 -0.1147198 -0.079725272 0.38962683 -0.13060217 -3.3773451 -7.184965299999999e-12 +15 0.656805 -0.20807212 -3.1805771000000003 -4.759361599999999 0.12111923 -3.2514672000000004 -0.4004056 -3.3219281 +16 0.0042298911 9.6685501e-05 0.044550438 -2.035581 0.00011859663999999999 -0.0008445131599999999 -0.0027375197999999997 1.623961 +17 -1.7123218 -1.9215908 2.8956153 1.8611767 0.13932133 3.1084322 -2.621787 1.623961 +18 0.0047253396000000005 -0.00010274436 0.040271696 -1.784175 0.00024239516 -0.0006307096 -0.0028989817 -1.6979671000000003 +19 -1.6620341 -1.9363635 2.7993406000000003 2.4558396 0.15351315 3.1102455 -2.6357396 5.2289284e-12 +20 0.0055563597 -1.725612e-05 0.051536728 -3.2742583 0.00023404475 -0.00090625826 -0.0034839520000000002 -3.3219281 +21 -1.7353446 -1.9155121 2.9449568 1.3644895000000001 0.13168378 3.1077182 -2.6152428 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.8761568 0.16640138 -0.67704144 -0.6774232 -0.11989875 -0.85867896 0.43221333 1.0753952999999999e-11 +2 1.4659986999999999 -0.31998781 -2.7352594 -2.7314974999999997 0.29402928 -3.1677693 -0.67506085 -6.6054655e-13 +3 -0.053537518 0.011436165 0.14287752 -0.69005841 -0.014958385 -0.0090505777 0.018621061 1.6519346999999998 +4 -0.062666606 0.013665021999999999 0.11607448 -0.50689622 -0.013597205 -0.013199036 0.018273758 4.26435e-10 +5 -1.0691061000000002 -2.07269 1.3743954 1.3736068000000001 0.24183289 2.0979495999999997 -3.0584102000000004 7.710387900000001e-11 +6 -0.064097628 0.01332711 0.17920578 -0.98798617 -0.018606201 -0.010209741999999999 0.02264029 -3.3219281 +7 -1.6083401000000002 0.12837613 -3.6978108 -3.6946747 -0.013654975 -4.1572653 0.31352624 -5.0815955e-12 +8 -2.9065477000000004 0.1674055 -0.57786926 -1.4078833 -0.12442783 -0.85963438 0.43405636 1.6519346999999998 +9 -2.9126583999999998 0.16778746 -0.59038606 -1.2243515 -0.12417854 -0.86021884 0.43435935 4.9599902e-10 +10 -4.2356379 -1.8607656000000004 1.1731971 1.1723457 0.2773206 1.6873761000000003 -2.835615 -2.5539158e-11 +11 -2.9112286 0.16753682 -0.55540978 -1.7043496999999999 -0.12541788 -0.85973705 0.43434509 -3.3219281 +12 1.4713975000000001 -0.3209908 -2.7128813999999997 -3.5409828 0.2946823 -3.1677932 -0.67841748 1.6519346999999998 +13 1.4699073999999999 -0.32071933 -2.7164445 -3.3301326 0.29447319 -3.1679057999999998 -0.67755688 4.1655024e-10 +14 0.60814272 -2.5280069 -0.85890603 -0.85529084 0.57231348 -1.1592278999999999 -3.5504681000000002 -7.2016071e-11 +15 1.473042 -0.32127918 -2.7076865000000003 -3.8672692000000004 0.294894 -3.1677811 -0.67940596 -3.3219281 +16 -0.12223956 0.026442043999999998 0.27706658 -1.9625354 -0.030662275 -0.024023715 0.038435887 1.6519346999999998 +17 -1.2786088 -2.0362611 1.6934797 0.85737924 0.16176876 2.0914403999999998 -3.0225584 1.6519346999999998 +18 -0.06981304599999999 0.014548232 0.19516949 -1.1216076000000001 -0.020290213999999997 -0.011199033 0.024619967000000003 -1.6699933999999999 +19 -1.3039063999999998 -2.0336273 1.6113706 1.0219525999999999 0.18349027 2.086728 -3.02467 3.2340897000000004e-10 +20 -0.13337151 0.028381324 0.31619513 -3.004781 -0.034700404 -0.025266186 0.042563454 -3.3219281 +21 -1.3368739 -2.0278201 1.8014805 0.57762168 0.13154521 2.0904053 -3.012547 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1176895 0.11537919 -0.2497148 -0.24914723 -0.083901622 -0.40668377 0.30278748 -1.7796316e-11 +2 1.5604813999999998 -0.23791279 -2.3443322999999996 -2.3422758999999997 0.32759048 -3.1882214 -0.55288759 -2.2117738e-11 +3 -0.1153595 0.014564387 0.24993248 -0.56120947 -0.03623832 -0.012125755 0.027301877000000002 1.6605552 +4 -0.15935606 0.02161695 0.21001904 -0.44186828 -0.033603489 -0.023669425 0.029904551 -3.5750051e-08 +5 -0.57291026 -2.117896 0.68683981 0.68473727 0.34310178 1.1327375 -3.2072548 1.1814905e-10 +6 -0.14307079 0.017082676 0.32104643 -0.8234349 -0.046934961 -0.013601192 0.034063228 -3.3219281 +7 -1.533576 0.084170074 -2.8283845000000003 -2.8250265 0.078536592 -3.7066324 0.20769751 6.3658856e-11 +8 -3.2153575 0.11696742 -0.024008476 -0.83296446 -0.10562688 -0.40821793 0.30601547 1.6605552 +9 -3.2558796 0.1183608 -0.048550257 -0.70643186 -0.10399441 -0.41038442 0.30712645 -5.4486485e-08 +10 -3.8514193 -1.9198715 0.62918472 0.62715444 0.34800203 0.9986281 -2.9995092999999997 1.13073e-10 +11 -3.2369187000000004 0.11719732 0.035724172 -1.0974727 -0.11182928 -0.40837033 0.30670914 -3.3219281 +12 1.5539557 -0.2347411 -2.2941073 -3.0985004000000003 0.3255382 -3.1904977999999997 -0.54978578 1.6605552 +13 1.5518678999999997 -0.23429037 -2.2999676 -2.9475644 0.32541715 -3.1911631000000003 -0.54937672 -2.9014078999999996e-08 +14 1.0304009 -2.5112745 -1.3820443999999998 -1.38279 0.68400547 -2.135308 -3.6358836 1.240319e-10 +15 1.5535255 -0.23427736 -2.2823062000000003 -3.4015667 0.32519855 -3.1908220000000003 -0.54947221 -3.3219281 +16 -0.2934538 0.037518171 0.51943134 -1.7299822 -0.07950742 -0.038170405 0.058931102 1.6605552 +17 -0.80910814 -2.0805237 1.0391252 0.2269587 0.24734023 1.1263584999999998 -3.1700734 1.6605552 +18 -0.15582053 0.018624891 0.35147872 -0.93758912 -0.051468894 -0.014916064 0.036964127 -1.6613729 +19 -0.8855615 -2.0725823 0.96829772 0.34372266 0.26764133 1.1209413000000001 -3.1682722 -4.0491926e-08 +20 -0.3251527 0.040007153 0.60284284 -2.7164942 -0.09296877199999999 -0.039651101 0.06586394599999999 -3.3219281 +21 -0.87672916 -2.0717809 1.161095 -0.022709062000000002 0.21002134 1.1252861 -3.1595801 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9525045 0.14022147 -0.51131098 -0.51086445 -0.097016819 -0.71499855 0.36845963 1.1514489e-10 +2 1.5366918 -0.29183061 -2.5796283 -2.5762791000000003 0.31411743 -3.1706836 -0.63854063 7.022327199999999e-11 +3 -0.07640635 0.013037672 0.1864756 -0.63354414 -0.022491321 -0.010660562 0.022598312000000002 1.6556521 +4 -0.097563716 0.017378811 0.15483019 -0.48495868 -0.020855411 -0.018018159 0.023521012999999997 3.459697e-10 +5 -0.85536782 -2.0956357 1.0628058 1.0606906 0.28280581 1.7136832999999998 -3.1305222 -1.1578785e-12 +6 -0.092972641 0.015231476 0.23606788 -0.9151547 -0.028463922000000003 -0.011991078999999998 0.027805266000000002 -3.3219281 +7 -1.5057116000000001 0.10277376 -3.3868051 -3.3826718999999996 0.031708236 -4.0125381 0.25320432 4.4931947e-11 +8 -3.004608 0.14152108 -0.36786102 -1.1841457 -0.10607554 -0.71625078 0.37093743 1.6556521 +9 -3.0202598999999997 0.14228761 -0.38326687 -1.0320773 -0.10561093 -0.71741815 0.3715589 4.718923e-10 +10 -4.079769799999999 -1.890766 0.93563793 0.93362494 0.30351674 1.4324765 -2.9156638 1.8874901999999998e-11 +11 -3.0141271 0.14169807 -0.33356488 -1.4672108999999998 -0.10828855 -0.71638069 0.37138973 -3.3219281 +12 1.5391312 -0.29158177 -2.5476287999999996 -3.3610285 0.31409216 -3.1713267999999997 -0.64013747 1.6556521 +13 1.5376367 -0.29131554 -2.5518447 -3.1838754000000002 0.31391813 -3.1715731 -0.63945359 4.3941595e-10 +14 0.78158148 -2.518123 -1.0852799 -1.0842496000000001 0.61939469 -1.5493375 -3.5889653 7.738865100000001e-11 +15 1.5403288 -0.29165001 -2.5401777 -3.6754957000000004 0.31417804 -3.1714078999999997 -0.64080516 -3.3219281 +16 -0.18388881 0.031897917000000005 0.37332969 -1.8744942999999998 -0.04754338 -0.030921491000000002 0.04783325 1.6556521 +17 -1.0778383999999999 -2.0587065 1.3997064 0.57613511 0.19454843 1.7072787 -3.0939487999999997 1.6556521 +18 -0.10121696 0.016618616 0.25765497 -1.0398263 -0.031099724 -0.013153818999999999 0.03020436 -1.6662759999999999 +19 -1.1282418 -2.0532348000000002 1.3229809 0.71412486 0.21573818 1.7020358 -3.0939818999999997 3.3309711e-10 +20 -0.20180111 0.034104621 0.42845659 -2.8913723 -0.054468993 -0.032309633 0.053156555999999994 -3.3219281 +21 -1.1407073 -2.0500903000000004 1.5151793 0.31259095 0.16064925 1.7062218999999996 -3.0836662999999995 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1554677000000004 0.11190309 -0.19908871 -0.19857613 -0.08434568199999999 -0.33078247 0.29334762 -3.0685062e-10 +2 1.5584487 -0.227907 -2.3007471 -2.2989196 0.32862437 -3.1923182 -0.53583841 1.6242138e-09 +3 -0.1230908 0.014761815 0.26098641 -0.54891349 -0.039037674 -0.012302509 0.028034265 1.6616855 +4 -0.17194943 0.022273313 0.21968387 -0.43377935 -0.036171871 -0.024559954 0.030933817000000002 -6.4555014e-08 +5 -0.52614944 -2.1209201 0.62734173 0.62530847 0.35385002 1.0259708 -3.218455 8.833173099999999e-10 +6 -0.15312694 0.017327601 0.33615545 -0.80778257 -0.050763733 -0.013794612 0.035053513 -3.3219281 +7 -1.5628399 0.082359625 -2.7095581 -2.7064601 0.08441884 -3.6316370000000004 0.20331059 -1.5615093e-09 +8 -3.2641251000000002 0.11352969 0.043783790999999996 -0.76436221 -0.10950547 -0.33235017 0.2966994 1.6616855 +9 -3.3111053 0.11503933 0.016949739 -0.64182315 -0.10748499 -0.33470648 0.29789667 -5.7734402e-08 +10 -3.8114703000000003 -1.9239689999999998 0.57838716 0.57645645 0.35664423 0.91245543 -3.0117138999999997 8.558809199999999e-10 +11 -3.2888648999999996 0.1137682 0.10948437 -1.0249158999999999 -0.11690329 -0.33250509 0.29743819 -3.3219281 +12 1.5498041 -0.22413233 -2.2466399 -3.049944 0.32608034 -3.1949732 -0.53172349 1.6616855 +13 1.5474608 -0.22360881 -2.2528059 -2.9027469 0.32596279 -3.1957605 -0.53134827 -6.2319024e-08 +14 1.0748095 -2.5107169 -1.431363 -1.4322346000000001 0.69525197 -2.2425624 -3.6433945 2.0955753e-09 +15 1.5489731000000002 -0.2235598 -2.2338949 -3.3511675000000003 0.32563285 -3.195352 -0.53119005 -3.3219281 +16 -0.31592655 0.038314312 0.5458225 -1.7031987000000002 -0.08623096 -0.039204166 0.06067605400000001 1.6616855 +17 -0.76452867 -2.0835141 0.98140923 0.17091457 0.25714499 1.0195884 -3.1812151 1.6616855 +18 -0.16680134 0.01888956 0.3682127 -0.92014042 -0.055706509 -0.015127048 0.03803347 -1.6602426 +19 -0.84482536 -2.0752248 0.91159019 0.28486175 0.27726861 1.0140898 -3.1791568 -6.4382722e-08 +20 -0.35070362 0.040845455 0.63490658 -2.6844767000000003 -0.10122046 -0.040692432 0.06788167 -3.3219282 +21 -0.83291343 -2.0747595000000003 1.1041491 -0.076970552 0.21939062 1.0185146 -3.1706990000000004 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1753197999999996 0.11018736 -0.17332289 -0.17284759 -0.08487425 -0.28972462 0.28874394 -4.986846099999999e-10 +2 1.557153 -0.2228696 -2.2784107999999996 -2.2766691000000003 0.32903465 -3.1943972 -0.52712476 1.5024525e-08 +3 -0.12711945 0.014852603 0.26651937 -0.5426909 -0.040493243 -0.012383493 0.028391237000000003 1.6624536 +4 -0.17855771 0.022598367999999997 0.22454903 -0.42975158 -0.037509857 -0.025049431 0.031442936 -8.4462317e-08 +5 -0.503042 -2.1223492999999998 0.59801233 0.5960259 0.35928682 0.97163265 -3.2238835 -3.2793894e-10 +6 -0.15838342 0.017441391 0.34376485 -0.79983148 -0.052763363 -0.013883178999999999 0.035538667 -3.3219281 +7 -1.580142 0.081529342 -2.6472402 -2.6442585 0.08711848300000001 -3.5910741 0.20137155 7.621059e-09 +8 -3.2899651 0.11183186 0.078464916 -0.72920813 -0.11194147 -0.29130744 0.29215674 1.6624536 +9 -3.3405515 0.11340123 0.050454378 -0.60881841 -0.10970591 -0.29376871 0.29339791 -8.499282199999998e-08 +10 -3.7915037000000003 -1.9259786 0.55308691 0.55119912 0.3611041 0.86778497 -3.0176608 -3.794228e-10 +11 -3.3164747 0.11207462 0.14736337 -0.98761577 -0.1200217 -0.29146351 0.29291844 -3.3219281 +12 1.5473835 -0.21878541 -2.2222508999999997 -3.0249278 0.32622691 -3.197253 -0.5224859 1.6624536 +13 1.5448837 -0.21821801 -2.2285969 -2.8797307 0.32610915 -3.1981154 -0.5221238 -6.7628368e-08 +14 1.0975133 -2.5104759 -1.4557788 -1.4567398 0.70093591 -2.2970864 -3.6470925000000003 7.7179969e-09 +15 1.5463381 -0.21815732 -2.2090044 -3.3251843 0.32572099 -3.1976603999999997 -0.52183791 -3.3219281 +16 -0.32773999 0.038697882999999995 0.55917164 -1.6896375 -0.089760229 -0.039755307000000004 0.061531471 1.6624535 +17 -0.74259743 -2.0849335 0.95289743 0.14327936 0.26213627 0.96524775 -3.1866205 1.6624536 +18 -0.17254385 0.019012403 0.37664084 -0.91126383 -0.057921525 -0.015223562 0.038557297000000004 -1.6594745 +19 -0.82482315 -2.0764703 0.88361344 0.25578685 0.28215961 0.95968426 -3.1844338 -8.574403e-08 +20 -0.36417084 0.041249583 0.65119611 -2.6682304 -0.10557112 -0.041246773 0.068873194 -3.3219282 +21 -0.81139988 -2.0761735 1.0759993 -0.10373263 0.22417526 0.96417336 -3.176094 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0574125 0.12209419 -0.33604869 -0.33542777 -0.08531878300000001 -0.52250819 0.32098969 -6.2621382e-11 +2 1.5604243999999998 -0.2556294 -2.420265 -2.417758 0.32487367 -3.1814629 -0.58228521 -6.1175676e-11 +3 -0.102253 0.014159771000000002 0.23006113 -0.58333647 -0.031528019 -0.011752583999999998 0.025923922999999998 1.6589251 +4 -0.13830604 0.020395035 0.19275685 -0.45618082 -0.029276841 -0.022060702 0.028009382000000003 -7.7023648e-09 +5 -0.65862406 -2.1119081000000004 0.79757033 0.79533912 0.32402807 1.3196058000000002 -3.1857422000000004 -2.7844343e-11 +6 -0.12610902 0.016586651 0.29411249 -0.85148885 -0.040542853999999996 -0.013192256999999999 0.032213262 -3.3219281 +7 -1.5005296000000001 0.088306475 -3.0226375 -3.0188408 0.066174879 -3.8211946000000006 0.21789945 -6.3611401e-11 +8 -3.1381152 0.12360528 -0.13884798 -0.94934441 -0.10197637 -0.52397084 0.32399188 1.6589251 +9 -3.1690055 0.12479687 -0.15979729 -0.81578664 -0.10087973 -0.52581202 0.32495016 -1.1163052e-08 +10 -3.9230476000000003 -1.9119568999999998 0.72179479 0.71968864 0.33321329 1.1444223 -2.9760928 -5.1013765999999996e-11 +11 -3.154957 0.12381946 -0.088488991 -1.2201761 -0.10649787 -0.5241178 0.3246072 -3.3219281 +12 1.5572968 -0.25348464 -2.3764317000000004 -3.1828274 0.32359798 -3.1831292 -0.5808812 1.6589251 +13 1.5555203000000002 -0.25312636 -2.3816638 -3.0251178 0.32346327 -3.1836249 -0.58039328 -7.9694337e-09 +14 0.95201619 -2.512709 -1.2920018 -1.2923561000000001 0.66390877 -1.9472638 -3.6219862999999997 3.5573766000000004e-12 +15 1.5575002 -0.25320752 -2.3661777 -3.4891599 0.32342556 -3.1833638 -0.58093097 -3.3219281 +16 -0.25597301 0.035972009 0.47274292 -1.7770223000000003 -0.068368539 -0.036211557000000005 0.055674590999999995 1.6589251 +17 -0.89088044 -2.0746348 1.1460196000000002 0.3307433 0.23020253 1.3132298 -3.1487035 1.6589251 +18 -0.13731451 0.01808815 0.32169789 -0.96884452 -0.044405108 -0.014469272 0.034966231 -1.6630029999999998 +19 -0.96013128 -2.067349 1.073461 0.45293014 0.25079383 1.3078769 -3.1473891 -7.2199463e-09 +20 -0.28272291 0.038380661 0.54655354 -2.7727977999999998 -0.079409614 -0.037672995 0.062112413 -3.3219281 +21 -0.95714272 -2.0659201 1.266348 0.07752182099999999 0.19377196 1.3121606000000001 -3.1382602000000004 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_AUC_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1847092 0.1093594 -0.16129674 -0.16083969 -0.085153109 -0.27002459 0.28655768 2.8155256e-11 +2 1.5565813 -0.22046587 -2.2676091 -2.2658828 0.32921142 -3.1953647000000003 -0.52292887 7.2079825e-09 +3 -0.12909547 0.014894289 0.2691385 -0.53968376 -0.04120112 -0.012421533 0.028559088 1.6629554 +4 -0.18177956 0.022750769 0.22687246 -0.42785141 -0.038160437 -0.02530877 0.031681667999999996 2.5675838e-09 +5 -0.49216962 -2.1230036 0.58415121 0.58219106 0.3618919 0.94556849 -3.2264279 1.4292123000000001e-11 +6 -0.16096542 0.017493977 0.34739433 -0.79598207 -0.053737982000000004 -0.013924798 0.035767533 -3.3219281 +7 -1.5886231000000002 0.081127401 -2.617404 -2.6144582 0.088378254 -3.5716089 0.20046694 7.2258769e-09 +8 -3.3023097999999997 0.11101212 0.09475049699999999 -0.71264198 -0.11316572 -0.27161439 0.289999 1.6629554 +9 -3.3546812000000004 0.11260972 0.066190532 -0.5933393 -0.11082624 -0.2741308 0.29126067 2.6074374e-09 +10 -3.7820744 -1.926938 0.54108081 0.53921984 0.3632587 0.84620959 -3.0204686 1.7121082e-11 +11 -3.3297019999999997 0.1112569 0.1652048 -0.96998554 -0.12158897 -0.27177099 0.29077156 -3.3219281 +12 1.5462591 -0.21623219 -2.2104467 -3.0127598 0.32627345 -3.1983192000000003 -0.51803631 1.6629554 +13 1.5436781000000002 -0.21564212 -2.216866 -2.8685866 0.32615513 -3.1992222000000003 -0.5176798 1.0829153999999998e-08 +14 1.1085188999999998 -2.5103546000000003 -1.4673386 -1.4682853 0.7036645 -2.3232174999999997 -3.648828 7.2105069e-09 +15 1.545108 -0.21557731 -2.1969521 -3.3125370000000003 0.32573852 -3.1987405 -0.51733262 -3.3219281 +16 -0.33353329 0.038876772999999996 0.56556131 -1.6831401999999998 -0.091484359 -0.040045622 0.061933197999999995 1.6629554 +17 -0.7323549 -2.0855843000000003 0.9393999 0.13024724 0.26453093 0.93918164 -3.189155 1.6629554 +18 -0.1753653 0.019069143 0.38065959 -0.90695981 -0.059001552 -0.015268901999999999 0.038804384 -1.6589726999999999 +19 -0.81548632 -2.0770407 0.87037785 0.24203733 0.28450209 0.93357908 -3.1869083 2.5826364e-09 +20 -0.37078695 0.041438306 0.6590139 -2.6604316000000003 -0.10770147 -0.041538697 0.06933987 -3.3219281 +21 -0.80138115 -2.0768216 1.0626881000000001 -0.11634611 0.2264721 0.93810688 -3.1786235 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0249751 0.25168082 -1.6461051 -1.6457935000000001 -0.31521875 -1.6575386000000003 0.98569989 -2.2423985999999998e-15 +2 0.49817091 -0.15587084 -3.0085678 -3.0087185 0.077718034 -3.0182819 -0.30204771 -3.8441118e-15 +3 0.0086941084 -0.0014646644 -0.0029836646000000002 -1.014255 0.0013163851999999998 -2.4087424999999997e-05 -0.0049148785999999995 1.7779833999999999 +4 0.0036256538000000002 -0.00060527795 -0.0013728962 -0.34128533 0.00054950288 -0.00014726079 -0.002048051 -4.6449684000000005e-15 +5 -1.7745346000000002 -1.6475419999999998 4.1135150000000005 4.1129282 0.20824026 4.3489226 -2.5862856 -8.0085663e-15 +6 0.011759696000000002 -0.0019687061 -0.0039048559000000004 -1.6939647 0.0017805351999999998 0.00015482642 -0.006650908299999999 -3.3219281 +7 -2.7697464 0.24211724 -4.9330539 -4.9327486 -0.29838356 -4.9480481 0.94782404 -3.2034265000000003e-15 +8 -3.0187862 0.25148728 -1.6533843000000001 -2.6643479 -0.31485103 -1.6572441000000002 0.98484778 1.7779833999999999 +9 -3.0223562999999998 0.25159842 -1.6491334999999998 -1.988736 -0.3150634 -1.6574108 0.9853397 -1.2173021000000002e-14 +10 -4.4983225 -1.3752138 3.1991033 3.1982404 0.25150225 3.3168479 -2.2035364 -3.2034265000000003e-15 +11 -3.0168004 0.2514281 -1.6560970000000002 -3.3458504999999996 -0.31473184 -1.6571679 0.98457373 -3.3219281 +12 0.50071766 -0.15668372 -3.0144712000000005 -4.0258992 0.078088527 -3.0172923 -0.30369562 1.7779833999999999 +13 0.4992616 -0.15622768 -3.0109822 -3.3510478999999997 0.077876608 -3.0178222999999997 -0.30275334 -7.528052300000001e-15 +14 -0.14085067 -2.2707136 1.2382575 1.2370135 0.35915118 1.2673363000000002 -3.2442042 -1.1852678e-14 +15 0.50150493 -0.15690642 -3.0167906 -4.7070093 0.078203564 -3.0170772 -0.30420521 -3.3219281 +16 0.012386666000000001 -0.0020876289 -0.0043954191 -1.8093186 0.0018757815 -0.00019290543000000001 -0.0070062305 1.7779833999999999 +17 -1.8084478 -1.6302934 4.1895215 3.1770465 0.20158926 4.3362530999999995 -2.5770348 1.7779833999999999 +18 0.012642811 -0.0021188757 -0.0042086371 -1.9502656999999999 0.0019141898 0.00015062263 -0.0071513287 -1.5439447 +19 -1.7874908 -1.6400511000000002 4.1437791 3.8027488 0.20566987 4.3422531 -2.5827322999999995 -6.5670243e-15 +20 0.015473226000000001 -0.0025974175 -0.0053225233 -3.3272392999999996 0.0023430035 -1.3919640999999998e-05 -0.008756089 -3.3219281 +21 -1.8229781000000003 -1.6251162000000001 4.220239 2.5290004 0.19876236 4.333677400000001 -2.5731201 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9239255 0.11826272 -1.0306273000000001 -1.0304174000000001 -0.21598226 -1.0694281 0.64495291 -4.8051398e-16 +2 0.98695914 -0.18632479 -2.7171416 -2.7172604 0.16393374 -2.7763103 -0.49376794 -2.4025699e-15 +3 0.011620098999999998 0.00053561157 -0.0042805606 -0.82434972 0.0017721501000000001 -0.021805262000000002 -0.0048309148 1.7780513999999998 +4 0.013158774 7.4287707e-05 -0.013868719 -0.54115433 0.0021099167999999997 -0.026740237000000004 -0.0054758763 -4.8051398e-16 +5 -1.8233582 -1.6650153000000003 2.9830147 2.9819423 0.18564389 3.6164322999999996 -2.8117687 2.553513e-15 +6 0.014116208 0.0007873684299999999 -0.0017289783999999999 -1.3015643 0.0021121024 -0.025409174 -0.005870370600000001 -3.3219281 +7 -2.1123874 0.097852977 -4.2418558 -4.241618099999999 -0.16748291 -4.311577099999999 0.55453377 7.6605389e-15 +8 -2.9162882000000003 0.11822392 -1.0295787 -1.8494592 -0.21562472 -1.0715613000000002 0.64429867 1.7780513999999998 +9 -2.9181246 0.11823736 -1.0313193999999999 -1.5584103999999999 -0.21570304 -1.0724147 0.64445622 2.220446e-15 +10 -4.8885121 -1.496191 2.665913 2.6653123 0.22703802 3.134197 -2.58215 3.2196467999999996e-15 +11 -2.9134919 0.11820445 -1.0287308000000002 -2.3283851 -0.21549707 -1.0718397 0.64405832 -3.3219281 +12 0.99508203 -0.18809442 -2.7198275 -3.5400547999999996 0.16515344 -2.7748057 -0.49852481 1.7780513999999998 +13 0.99274557 -0.18760749 -2.7190703999999997 -3.2465029 0.16480254 -2.7752833999999997 -0.49715543 1.8873791e-15 +14 -0.010782858999999999 -2.0699178 0.44618129 0.44492488 0.4536493 0.48647247 -3.3176591 2.220446e-15 +15 0.99788296 -0.18865861 -2.7209377999999997 -4.0209455 0.16557514 -2.7743699 -0.50016757 -3.3219281 +16 0.026525586 0.00046864498 -0.021752165 -1.9637538 0.0041823227 -0.051408403 -0.011066063999999999 1.7780513999999998 +17 -1.9644985000000001 -1.6394387 3.1771889 2.3556146 0.14850385 3.5985714 -2.7890996 1.7780513999999998 +18 0.015397323999999999 0.00083355841 -0.002384615 -1.465092 0.0023095918 -0.027750621 -0.0064050065 -1.5438766000000002 +19 -1.9148424 -1.6440897 3.1107207999999997 2.5820182999999997 0.1617408 3.5940051 -2.7968624 6.9944051e-15 +20 0.029246361000000002 0.00070064297 -0.019587602 -3.3414268 0.0045603061 -0.055143853 -0.012206303 -3.3219281 +21 -2.0248597 -1.6311165 3.2577435 1.9564431 0.13187427 3.5945786 -2.7799617000000003 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0534682999999996 0.079209268 -0.49838705 -0.49820967 -0.15805434 -0.55040581 0.47343881 -1.9220559e-15 +2 1.2446046999999998 -0.14416823 -2.7440327 -2.7439746 0.21375697 -2.8861745 -0.52209695 -1.4415419e-15 +3 -0.0025993527 0.0020324601000000003 0.021306267 -0.77159951 -0.0007856561800000001 -0.029020429 0.0008465344300000001 1.7780569 +4 0.010268554000000001 0.0009812919900000002 -0.0044963449 -0.5626573 0.0015782429000000002 -0.044609532 -0.0032609259000000003 -3.6839404999999996e-15 +5 -1.3811646999999998 -1.6964218 2.0329026000000003 2.0320418 0.25230425 2.7265174 -3.0073805 6.661338099999999e-16 +6 -0.006544975 0.0028885932 0.034259655 -1.2141691000000001 -0.0016096579 -0.0340505 0.002106996 -3.3219281 +7 -1.8662887 0.061080284000000006 -3.6499655 -3.6496317000000005 -0.08354046 -3.8059760000000002 0.37852941 -4.8051398e-16 +8 -3.0584507000000003 0.079383252 -0.47065684 -1.2634123 -0.15861439 -0.55381441 0.47370655 1.7780569 +9 -3.0552553 0.079336697 -0.48109729 -1.0391032 -0.15833352 -0.55697307 0.47353615 1.2545520000000001e-14 +10 -4.6088393 -1.5398061 1.9189751 1.9175455000000001 0.26407169 2.5266184 -2.7969841 6.661338099999999e-16 +11 -3.060652 0.079447018 -0.4596615 -1.7079497 -0.15885023 -0.55430682 0.47382437 -3.3219281 +12 1.2540956 -0.14483966 -2.7493372000000003 -3.5422684 0.21521978 -2.8915147 -0.52708962 1.7780569 +13 1.2522806999999998 -0.14465017 -2.7502206 -3.3083887 0.2149499 -2.8924322 -0.52613374 -6.7271957e-15 +14 0.41842359 -2.0489083 -0.39934976 -0.40055222 0.54370313 -0.42807911 -3.4689145 5.4400928e-15 +15 1.2573867 -0.14513264 -2.7501484 -3.9986337999999995 0.21572155 -2.8922944 -0.52882455 -3.3219281 +16 0.010657177 0.0028747496999999996 0.011929436000000002 -1.9521397 0.0013210020000000002 -0.076933154 -0.0033652596000000004 1.7780569 +17 -1.553783 -1.6696971 2.2604594 1.4660268 0.20340795 2.7082839 -2.9824275 1.7780569 +18 -0.0066433368999999996 0.0030893676 0.036123212 -1.365057 -0.0016599173999999998 -0.037146111 0.0021402489000000003 -1.5438711999999999 +19 -1.5030233999999998 -1.6724279 2.1952484 1.6357579 0.21809052 2.7016331 -2.9895005 -9.6102795e-16 +20 0.0070977585 0.0037225162 0.024318008999999998 -3.2974026 0.0005646787999999999 -0.081985591 -0.002220135 -3.3219281 +21 -1.6284346 -1.6609273999999998 2.3559314 1.1059982 0.18103864 2.7040903999999997 -2.9724065 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9430548 0.099603123 -0.84376822 -0.84356663 -0.18951951 -0.8921056 0.56846615 1.1213253e-14 +2 1.0909594 -0.16882464 -2.7210936 -2.72115 0.18397972 -2.8078657000000002 -0.50943302 9.992007199999998e-16 +3 0.0083138472 0.0010921294 0.0031936713 -0.80204744 0.0011699436 -0.025435525 -0.0031075199 1.7780546999999998 +4 0.014042768 0.00035122899 -0.013045653 -0.55705188 0.0022460237 -0.035015851 -0.0052672532 3.5527136999999994e-15 +5 -1.6651612 -1.6786343000000001 2.5892487 2.5877993 0.20760956 3.2697988 -2.8947775 8.3266727e-15 +6 0.009054718199999999 0.0015817457 0.009029770999999999 -1.2626313999999998 0.0011915633 -0.029717632999999997 -0.00338151 -3.3219281 +7 -1.9861413 0.079415185 -4.0358813 -4.0356166 -0.13227673 -4.1350102 0.47352777 6.1062266000000004e-15 +8 -2.9374301 0.099632897 -0.83566138 -1.6407272000000002 -0.1893106 -0.89488137 0.56806093 1.7780546999999998 +9 -2.937957 0.09962271 -0.84017623 -1.3840008999999998 -0.18930449 -0.89660262 0.56809864 6.661338099999999e-16 +10 -4.8105794 -1.5164429 2.3743097 2.3728685 0.23575014 2.9200185000000003 -2.6758377999999996 7.327472e-15 +11 -2.9355064 0.099640978 -0.83208731 -2.1035827 -0.18924561 -0.89525848 0.56792205 -3.3219281 +12 1.0996662 -0.17020819 -2.7242618999999997 -3.5296144999999997 0.18530041 -2.8082757000000003 -0.51432119 1.7780546999999998 +13 1.0974322 -0.16982757 -2.7240486 -3.2681525000000002 0.18496386 -2.8088069 -0.51306572 5.7731597e-15 +14 0.1434081 -2.05566 0.1050724 0.10391582 0.48834775 0.12675615 -3.3775388999999993 6.9944051e-15 +15 1.1027513 -0.17069438 -2.7251836 -3.9969763 0.185768 -2.8081686 -0.51605628 -3.3219281 +16 0.024778237999999998 0.0012801001 -0.014334713 -1.9683172999999998 0.0038363022 -0.063809249 -0.0093103708 1.7780546999999998 +17 -1.8227657 -1.6524241000000002 2.8005482999999995 1.9937738 0.16446128 3.2517807 -2.8708566 1.7780546999999998 +18 0.010036485999999999 0.0016843471 0.0090846604 -1.4198468000000002 0.0013343983 -0.032441485 -0.0037495501 -1.5438733999999998 +19 -1.7721226000000003 -1.6560647000000002 2.7343674 2.1889062000000004 0.17856435 3.2459546 -2.8783014 8.3266727e-15 +20 0.025819486000000003 0.0017518624 -0.0089727342 -3.3307711 0.003909300399999999 -0.068174298 -0.0097001601 -3.3219281 +21 -1.8905303 -1.6438528000000001 2.8888484 1.6156898000000002 0.14493099 3.2476765 -2.8612368999999997 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0890836 0.076208162 -0.42069022 -0.42052259 -0.15404089 -0.46978809 0.4584017 3.5527136999999994e-15 +2 1.2725472 -0.14016734 -2.7475317 -2.7474501 0.21921395 -2.9019154 -0.523234 -2.7229125e-15 +3 -0.0054485287 0.0022084934 0.025526957000000003 -0.76580453 -0.0012999997 -0.029501566 0.0017006679999999998 1.778057 +4 0.0088532449 0.0011125752 -0.0020353407 -0.5620161 0.0013291339000000002 -0.046117785 -0.0027219810999999997 4.4408921e-15 +5 -1.3257103000000001 -1.6992754 1.9360085 1.9351191000000003 0.2615144 2.6253778999999997 -3.0262113999999998 7.6605389e-15 +6 -0.010559073 0.0031309738 0.040096086 -1.2053817 -0.0023362638 -0.034643185 0.0032799556 -3.3219281 +7 -1.8549311000000002 0.058612912 -3.5607008999999996 -3.5603512999999998 -0.075203856 -3.7288262000000003 0.36427093 -4.8051398e-16 +8 -3.0976969 0.076413279 -0.38741441 -1.1786035 -0.15489754 -0.4732812 0.45883293 1.778057 +9 -3.0934303 0.076359916 -0.39933139 -0.95916584 -0.15452469 -0.47670826 0.45862048 -8.1687376e-15 +10 -4.5641924000000005 -1.5433735 1.8347865 1.8336655 0.27093844 2.4464262999999997 -2.8168037 3.2196467999999996e-15 +11 -3.1013027 0.07648898700000001 -0.37431515 -1.6196595 -0.15524922 -0.4737924 0.45901261 -3.3219281 +12 1.2822531000000001 -0.14073017 -2.7532995 -3.5446388 0.22071384 -2.9083329 -0.5282785 1.778057 +13 1.2805506000000002 -0.14057638 -2.7544616000000004 -3.314431 0.22046251 -2.9093921000000003 -0.5273925 3.5527136999999994e-15 +14 0.47229075 -2.0487184 -0.48965463 -0.49066592 0.55415561 -0.53049537 -3.4850589999999997 4.4408921e-15 +15 1.2855732 -0.14098794 -2.754086 -3.9996050000000003 0.22122021 -2.9093055 -0.53000779 -3.3219281 +16 0.0064144873 0.0031917982 0.018656368 -1.9467036 0.00056426243 -0.078839006 -0.0019449844 1.778057 +17 -1.5001876 -1.6724974 2.1654567000000005 1.372637 0.21188818 2.6071133 -3.0011371 1.778057 +18 -0.010948514 0.0033504114000000003 0.042391088 -1.3552707 -0.0024388993 -0.037788161 0.0034017423 -1.5438711 +19 -1.4494573999999998 -1.6751031000000003 2.100377 1.5391683999999999 0.22662841 2.6002867999999997 -3.0081604 6.439293499999999e-15 +20 0.0016930704999999998 0.0041083981 0.032658336 -3.2890458 -0.0004032663200000001 -0.08399561300000001 -0.00047676764 -3.3219281 +21 -1.5757008 -1.6637054 2.261848 1.0148694 0.18915485 2.6029095 -2.9910687 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1091829 0.074751742 -0.37954122 -0.3793796 -0.15227187 -0.42645503 0.45100392 8.3266727e-15 +2 1.2866518999999998 -0.13818821 -2.7489956 -2.7489017000000002 0.22197944 -2.9098827999999997 -0.52364683 7.9936058e-15 +3 -0.007005037800000001 0.0022977671 0.027783008999999997 -0.76275863 -0.0015821904000000002 -0.029728401 0.0021467607 1.778057 +4 0.0080694425 0.0011790226 -0.00072231106 -0.56161737 0.001190804 -0.046914677 -0.0024396531 3.2196467999999996e-15 +5 -1.2972718 -1.7006636000000002 1.8875089 1.8864098999999999 0.26628753 2.5738912999999997 -3.0355630000000002 1.4765966e-14 +6 -0.012747721000000002 0.0032537467 0.043213275999999995 -1.2007851 -0.0027341953999999997 -0.034924429 0.0038915962 -3.3219281 +7 -1.8505127000000001 0.057441571 -3.5128506 -3.5124926 -0.07104117900000001 -3.687335 0.35736344 1.5654145e-14 +8 -3.1199309 0.07497309099999999 -0.34312601 -1.13353 -0.15331149 -0.42998779 0.45152274 1.778057 +9 -3.1150512000000004 0.074916266 -0.35586286 -0.91661686 -0.15288324 -0.43356023 0.4512884 1.4432899e-14 +10 -4.5407781 -1.5451121 1.7922636000000003 1.7909884999999999 0.2746088 2.4047804 -2.8266116 7.327472e-15 +11 -3.1243644 0.075055031 -0.32883206 -1.5727013 -0.15373484 -0.43050836 0.45173558 -3.3219281 +12 1.2964777 -0.13869989 -2.7549976000000003 -3.5455377999999995 0.22349976 -2.9168611 -0.52872218 1.778057 +13 1.2948401000000003 -0.13856455 -2.7563207000000003 -3.3171947999999998 0.22325923 -2.9180104 -0.52787523 1.2545520000000001e-14 +14 0.4999091 -2.048671 -0.5349531 -0.53611107 0.55949548 -0.58252829 -3.4931388999999995 1.4765966e-14 +15 1.2998120000000002 -0.13894022 -2.7557682999999997 -3.9998 0.22400834 -2.9179337000000003 -0.53044829 -3.3219281 +16 0.0040762266 0.0033527652000000002 0.022258465 -1.9437494999999998 0.00014574103 -0.079816581 -0.0012004547 1.778057 +17 -1.4726139999999999 -1.6738631000000002 2.1176872 1.3256555 0.21631966 2.5556118 -3.0104328 1.778057 +18 -0.013297304 0.0034826810999999997 0.045740172 -1.3501583000000001 -0.0028657703000000002 -0.03809263 0.0040598239000000005 -1.5438711 +19 -1.4219085 -1.6764066000000002 2.0527063 1.4905833 0.23108329 2.5486726 -3.0174317000000004 1.4099832000000001e-14 +20 -0.0012778761 0.004304182 0.037122401 -3.2845731 -0.0009373062199999999 -0.085024415 0.00043589864000000004 -3.3219281 +21 -1.5485285 -1.6650609 2.2144909999999998 0.96899402 0.19341593 2.5514031000000004 -3.0003425999999997 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0041931 0.08496969300000001 -0.62185799 -0.62166895 -0.16666636 -0.67539127 0.50153856 6.1062266000000004e-15 +2 1.1952953000000002 -0.15158653 -2.7366881000000003 -2.7366693 0.20417356 -2.8590142000000003 -0.51918905 3.5527136999999994e-15 +3 0.0017384078 0.001724332 0.014588106000000002 -0.7814439 -6.9901707e-06 -0.028055351 -0.0005664857099999999 1.7780563999999999 +4 0.012219148999999999 0.0007584915899999999 -0.008198005 -0.56275329 0.001920764 -0.041857446 -0.0041001109 5.7731597e-15 +5 -1.4763645 -1.6911009999999997 2.2067628 2.2056177000000003 0.23682214 2.902889 -2.972983 7.9936058e-15 +6 -0.00040488387 0.0024630413 0.024949762 -1.2293488000000001 -0.0005047469400000001 -0.032872572999999995 0.00015963683000000002 -3.3219281 +7 -1.8948918000000001 0.066008219 -3.7896256 -3.7893174 -0.09864563 -3.9256358000000002 0.4058387 9.6589403e-15 +8 -3.0043523999999997 0.085092465 -0.6020877 -1.397959 -0.16686047 -0.67863045 0.50155058 1.7780563999999999 +9 -3.002679 0.085057744 -0.61029941 -1.1646883999999997 -0.16669989 -0.68132598 0.5014508 5.4400928e-15 +10 -4.6819917 -1.5330582 2.0658793 2.0645448 0.25323353 2.6611988999999996 -2.7604912999999995 6.439293499999999e-15 +11 -3.0046904 0.085136581 -0.5941014 -1.8482496 -0.16695376 -0.67908853 0.50157157 -3.3219281 +12 1.2044743 -0.15247173 -2.7411972999999996 -3.5372842 0.20558122 -2.8625646000000002 -0.5241203 1.7780563999999999 +13 1.2024932 -0.15221972 -2.7416688999999996 -3.2962623 0.20528433 -2.8633034 -0.52305474 6.661338099999999e-16 +14 0.32608694 -2.0498512 -0.23940556 -0.24052214 0.52557872 -0.24887174 -3.4400108 1.0880186e-14 +15 1.2077115 -0.15282859 -2.7420399 -3.9964206 0.20607415 -2.8630221000000002 -0.52586286 -3.3219281 +16 0.016840417 0.0023300092 0.0015171331 -1.9599897000000002 0.0024197394 -0.073316929 -0.005644435 1.7780563999999999 +17 -1.6451292000000002 -1.6644987 2.4300515 1.6324842 0.1894249 2.884719 -2.9482857000000005 1.7780563999999999 +18 -6.601326e-05 0.0026313528000000003 0.02613353 -1.3820495000000002 -0.00047675744000000005 -0.035868767 4.7671353e-05 -1.5438717 +19 -1.5943413999999998 -1.6674698000000001 2.3644084999999997 1.8086411 0.20397508 2.8783078 -2.955459 7.327472e-15 +20 0.015065466000000001 0.0030565188 0.011332024 -3.3104157999999995 0.001985839 -0.078172095 -0.005037747899999999 -3.3219281 +21 -1.7180002 -1.6557771000000001 2.5236714 1.2678657 0.16780214 2.880547 -2.9383645 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/240m_SS_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.119004 0.074066034 -0.35995016 -0.35979161 -0.15146838 -0.40568504 0.44749575 -1.0411135999999999e-14 +2 1.2933805 -0.13724782 -2.7495863 -2.7494864 0.22330214 -2.9136656000000003 -0.52379798 3.8857806e-15 +3 -0.007777454699999999 0.0023404601 0.028890959 -0.76125516 -0.0017225752 -0.029834777000000003 0.0023632198 1.778057 +4 0.007684698100000001 0.0012104415 -8.7999367e-05 -0.56144139 0.0011227869999999999 -0.047319075999999995 -0.0023044296 -1.4415419e-15 +5 -1.2835905 -1.7013082 1.8645058 1.8631756999999998 0.26859442 2.5492207000000002 -3.0399952 7.327472e-15 +6 -0.013833119 0.0033124448999999998 0.044743915 -1.1985139 -0.0029320439 -0.035056705 0.0041882219 -3.3219281 +7 -1.8485667000000001 0.056894223 -3.4898531000000004 -3.4894911 -0.069052795 -3.6674455000000004 0.35411125 4.4408921e-15 +8 -3.1308390999999998 0.074295164 -0.32196437 -1.1119753 -0.15260361 -0.40923621 0.44805712 1.778057 +9 -3.1256501 0.074236697 -0.33510858 -0.89632358 -0.15214667 -0.41288291 0.44781225 8.3266727e-15 +10 -4.529421599999999 -1.5459276000000002 1.7719789000000001 1.7705511999999999 0.27640223 2.3846841 -2.8312546000000003 3.5527136999999994e-15 +11 -3.1356947 0.07438009400000001 -0.30707156 -1.5502023999999999 -0.15306451 -0.40976116 0.44828607 -3.3219281 +12 1.3032665 -0.13773592 -2.7557006 -3.5458407 0.22483267 -2.9209166 -0.52888925 1.778057 +13 1.3016628000000001 -0.13760963 -2.7571071 -3.3184348 0.22459779 -2.9221150000000002 -0.52806233 6.439293499999999e-15 +14 0.51317735 -2.0486401 -0.55718906 -0.55763437 0.56205999 -0.60742995 -3.4969711 6.439293499999999e-15 +15 1.3066076000000002 -0.13796799 -2.756463 -3.9997502999999996 0.22534228 -2.9220377999999996 -0.53061377 -3.3219281 +16 0.002920205 0.0034293439 0.024015149 -1.9423177 -6.1626002e-05 -0.08030789 -0.00084124951 1.778057 +17 -1.4593337 -1.6744978 2.0948235 1.3033015 0.21846637 2.5309333 -3.0148392999999998 1.778057 +18 -0.014462438000000001 0.0035459281 0.04738499 -1.3476309 -0.0030780640999999997 -0.038235808999999996 0.0043790289 -1.5438711 +19 -1.4086473 -1.6770116999999998 2.0299198 1.4674228999999999 0.23323881 2.5239325 -3.0218258 9.3258734e-15 +20 -0.0027474281 0.0043973992 0.039302342000000004 -3.282389 -0.0012020697 -0.085540319 0.00087654375 -3.3219281 +21 -1.5354339 -1.6656909 2.1919049 0.94714968 0.19548447 2.526722 -3.004739 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9876862 0.36558127 -1.1536382 -1.1710199 -0.28923018 -1.1894566 0.92191019 5.360933900000001e-12 +2 0.60237926 -0.18926571 -3.1770755 -3.1728443 0.10920352 -3.2409932999999995 -0.37138879 -5.2215852000000006e-14 +3 0.0041673262 -0.00035835242999999995 0.028936912000000002 -1.0505145 0.00033363527 -0.00048624004 -0.002426439 1.6523574 +4 0.0016012017999999999 -9.5269613e-05 0.013280186999999999 -0.37351925 0.00010753943 -0.00029549556 -0.00096713964 2.4538593e-11 +5 -1.6367614 -1.8552182000000002 2.8436511 2.874989 0.17419018 3.203757 -2.6344423 -5.7423022e-12 +6 0.0058111796 -0.00057138024 0.035550278 -1.5466398000000001 0.00051075861 -0.00053256493 -0.0033234912 -3.3219281 +7 -2.6665468999999997 0.3519273 -4.434987400000001 -4.4514621 -0.26267308 -4.503046400000001 0.87516482 6.7015393e-11 +8 -2.9821317 0.36543173 -1.1386718 -2.2435315 -0.28895844 -1.1894417 0.92117187 1.6523574 +9 -2.9852608 0.36551638 -1.1465188999999998 -1.5593218999999998 -0.2891156 -1.1894533999999999 0.92158767 3.3014813e-11 +10 -4.4194019 -1.5459148 2.0899811 2.1152752 0.23477416 2.2668814 -2.2747406000000003 -5.139417299999999e-12 +11 -2.9805943999999998 0.36539096 -1.1356124 -2.7172529 -0.28887796 -1.1894358 0.92096807 -3.3219281 +12 0.60473727 -0.18999657 -3.1734481 -4.2468128 0.1095495 -3.2407956 -0.37292919 1.6523574 +13 0.60343466 -0.18960115 -3.1753839 -3.5558167000000003 0.10935807 -3.2408992999999997 -0.37207818 4.3823166999999996e-11 +14 0.041535355 -2.51078 -0.0023656564 0.033450983999999996 0.3810252 -0.019592599 -3.3473722 -5.9183305e-12 +15 0.60534584 -0.19016792 -3.1725833999999997 -4.7559868 0.10963906 -3.2407582 -0.37332622 -3.3219281 +16 0.0057967394 -0.00044756052000000004 0.042618468 -2.0256556 0.00043808691 -0.0008026338700000001 -0.0034119038000000003 1.6523574 +17 -1.7166493999999999 -1.8309015 2.9990085 1.9716124 0.15418368 3.198022 -2.6124072 1.6523574 +18 0.006236160300000001 -0.00060717455 0.038506442 -1.7906531000000003 0.00054412838 -0.00058376231 -0.0035708115000000003 -1.6695706999999997 +19 -1.6746013 -1.8438328000000002 2.9090552000000005 2.5706933999999997 0.16593545 3.2003008 -2.6245017999999996 4.3047788e-12 +20 0.007456121800000001 -0.0006618914 0.049293431 -3.2764526000000003 0.00061599526 -0.0008511200099999999 -0.0043170968 -3.3219281 +21 -1.7366476999999998 -1.8252476999999998 3.0458383999999996 1.4582516 0.14776943 3.1970947999999995 -2.6065477 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9042062 0.15943113 -0.69072414 -0.69108089 -0.14660049 -0.86513722 0.48469443 8.8206109e-12 +2 1.2996404 -0.28355222 -2.7335486 -2.7299447 0.26054352 -3.1533377999999996 -0.63364298 -5.418595900000001e-13 +3 -0.032557531 0.0087498305 0.13711547 -0.69535642 -0.011123376 -0.009415644300000001 0.014563771000000001 1.6754143 +4 -0.038720067999999996 0.010401052 0.11099841 -0.5084152 -0.010044006 -0.01358391 0.014251247 3.4979619e-10 +5 -1.277482 -1.9484839 1.5260642 1.5251011 0.22815642 2.1945546 -3.0010828 6.324940600000001e-11 +6 -0.038645553 0.01020921 0.1721713 -0.99941774 -0.01383159 -0.010645067 0.017676221000000002 -3.3219281 +7 -1.7870595 0.12591653 -3.7169925999999998 -3.7139236000000007 -0.053796395999999996 -4.162191399999999 0.37362852 -4.1670172e-12 +8 -2.9232443 0.16018762 -0.5945192 -1.4242358 -0.15010135 -0.86612085 0.4860297 1.6754143 +9 -2.9281331 0.1604889 -0.60670232 -1.2375078000000002 -0.14992397 -0.86671198 0.48631156 4.0685888e-10 +10 -4.4192800000000005 -1.7482601000000002 1.3059386 1.3049549999999999 0.264433 1.7761919999999998 -2.7726695 -2.0947046e-11 +11 -2.925651 0.1602811 -0.57270031 -1.7256133000000002 -0.15085449 -0.8662276 0.4862076 -3.3219281 +12 1.3054101999999999 -0.28472319 -2.7122007999999997 -3.5399857000000003 0.26127959 -3.1532883 -0.63716554 1.6754143 +13 1.3037979 -0.2844026 -2.7155847 -3.3257282999999997 0.26105072 -3.153419 -0.63623662 3.4168967999999996e-10 +14 0.42090291 -2.3892713 -0.74996429 -0.74694174 0.54077463 -1.0473698 -3.5003317000000003 -5.907198599999999e-11 +15 1.307238 -0.28507688 -2.7072656000000004 -3.8721629999999996 0.26152382 -3.1532551 -0.63824686 -3.3219281 +16 -0.074095261 0.020173282 0.26603097 -1.9630256999999998 -0.022708621000000002 -0.024800026 0.030059955 1.6754143 +17 -1.4676868 -1.9158439999999999 1.8255195 0.99116928 0.15932713 2.186815 -2.9682873 1.6754143 +18 -0.042065392 0.011143133999999999 0.18753896 -1.1339987 -0.01508317 -0.01167275 0.019228264 -1.6465138 +19 -1.4787993000000001 -1.9153858 1.7463578000000002 1.1646021 0.17854573 2.1821544999999998 -2.9713814 2.6528978999999997e-10 +20 -0.080332709 0.021669077000000002 0.30391605 -3.0170814999999997 -0.025702905 -0.026113287000000002 0.033264366000000004 -3.3219281 +21 -1.5239444 -1.9075591 1.9287767 0.69574959 0.13301963 2.1854463 -2.9586286 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1019661 0.11059172 -0.2624159 -0.26183794 -0.10736133 -0.41091816 0.34864296 -1.4580556e-11 +2 1.4254674999999999 -0.21510334 -2.3616982999999996 -2.3596828999999997 0.2964377 -3.178076 -0.5430504 -1.8120983e-11 +3 -0.07483281 0.011472008999999998 0.23886187 -0.57149062 -0.027654359 -0.012585658000000001 0.022256042 1.6824960999999998 +4 -0.10068278 0.0167158 0.19968631 -0.44810217 -0.025237276 -0.024229696000000002 0.023867624 -2.9289672e-08 +5 -0.8164278 -1.9909949 0.83396751 0.83166085 0.31913174 1.2307151 -3.1567417 9.6798569e-11 +6 -0.09300480400000001 0.013535818 0.30736361 -0.84110318 -0.035876032999999995 -0.014159585 0.027884747 -3.3219281 +7 -1.6795433000000002 0.082422968 -2.861105 -2.8577625 0.034153657999999996 -3.7096674 0.25428375 5.2154946999999995e-11 +8 -3.166249 0.11183956 -0.044645847999999995 -0.85298198 -0.12439272 -0.41249795 0.35121355 1.6824960999999998 +9 -3.1923949 0.11291199 -0.06859309200000001 -0.72274446 -0.12308751 -0.41468793 0.35209341 -4.4640251e-08 +10 -4.082171499999999 -1.8044276999999997 0.76592887 0.76369856 0.3255449 1.0894903999999999 -2.9447569 9.2639563e-11 +11 -3.1802046 0.11202449 0.013249595 -1.1236781999999998 -0.12925018 -0.41265877 0.35176514 -3.3219281 +12 1.4228641000000002 -0.21292737 -2.3135914 -3.1175286 0.2951114 -3.1804484 -0.54135036 1.6824960999999998 +13 1.4208664 -0.21253028 -2.3192552 -2.9634761000000003 0.29496096 -3.1811238 -0.54084662 -2.3770955000000004e-08 +14 0.82478766 -2.3737897 -1.2880556 -1.2890494 0.64517866 -2.023911 -3.5972232 1.0161849e-10 +15 1.4233345 -0.21266532 -2.3022694 -3.4259190999999998 0.29494423 -3.1807851 -0.54138943 -3.3219281 +16 -0.18301975 0.029222289 0.49731721 -1.7412523999999998 -0.059984577000000004 -0.039207256 0.047513600999999996 1.6824960999999998 +17 -1.0343136 -1.957313 1.16551 0.35539769 0.23583314 1.2230609 -3.1223954 1.6824960999999998 +18 -0.10104469 0.014749361 0.33660138 -0.95666683 -0.039317351 -0.015522413999999998 0.030249707 -1.639432 +19 -1.0855346000000001 -1.9526229 1.0963331 0.4800819 0.25425832 1.2175578 -3.1222519 -3.3174643999999997e-08 +20 -0.20268134 0.03126534 0.57815662 -2.7412085999999998 -0.070232467 -0.040785352000000004 0.05329128599999999 -3.3219281 +21 -1.1007073 -1.9486697 1.2824943000000002 0.09031005800000001 0.20296003 1.2216391000000002 -3.1121601 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9611334 0.13482203 -0.52534158 -0.52487397 -0.12385106 -0.72033225 0.41919169 9.4405261e-11 +2 1.3718057 -0.25973527 -2.5847933 -2.5815672000000003 0.27999914 -3.1578714 -0.6083782 5.7573946e-11 +3 -0.047551405 0.010099666 0.17876204 -0.64068496 -0.016928455 -0.0110726 0.01800294 1.6784695 +4 -0.060558367 0.01331973 0.14779121 -0.4882446 -0.01550958 -0.018486729 0.018531528000000002 2.8364644e-10 +5 -1.088418 -1.9693003 1.2151275 1.2127896999999999 0.26379287 1.8110359 -3.074045 -9.467727000000002e-13 +6 -0.05771894 0.011839157 0.22661039 -0.92878133 -0.021446772000000003 -0.01248635 0.022179604 -3.3219281 +7 -1.6864921999999998 0.10165915 -3.4105477999999994 -3.4064685 -0.011767141000000002 -4.0163955 0.30959758 3.6839087e-11 +8 -2.9943841 0.13581888 -0.38635613 -1.202261 -0.13092125 -0.7216212 0.42106552 1.6784695 +9 -3.0053994 0.13641337 -0.40138749 -1.0468537 -0.13056367 -0.72280194 0.421586 3.8688364e-10 +10 -4.2934593 -1.7761573 1.0728118 1.0706014 0.28592286 1.5223913 -2.8544107000000003 1.5477064000000003e-11 +11 -2.9999865000000003 0.13595234 -0.35303895 -1.4905271999999998 -0.13263988 -0.72175704 0.4213868 -3.3219281 +12 1.3754882 -0.25989804 -2.5541935000000002 -3.3672703999999998 0.28022313 -3.1584943 -0.61050669 1.6784695 +13 1.3738781 -0.25960319 -2.5582297 -3.1867856 0.28002306 -3.1587542 -0.60973699 3.6025927e-10 +14 0.57927084 -2.3793469 -0.98121345 -0.98064682 0.58402855 -1.4376898 -3.5422631 6.344957900000001e-11 +15 1.3770536 -0.2600734 -2.5470759999999997 -3.687324 0.2803782 -3.1585644 -0.61134624 -3.3219281 +16 -0.11232611 0.024554432999999997 0.35823498 -1.8790232 -0.035512779 -0.031826513 0.037915896 1.6784695 +17 -1.2923592 -1.9361016 1.5317408000000001 0.71005026 0.18744666 1.8033762 -3.040408 1.6784695 +18 -0.062740441 0.0129129 0.2473875 -1.0545592 -0.023426582 -0.013692216 0.024093401 -1.6434586 +19 -1.3231271999999998 -1.9333881000000002 1.4573145 0.85642058 0.20643262 1.7981121 -3.0417925 2.7309344e-10 +20 -0.12290908 0.026304072999999997 0.41166171 -2.9081949000000002 -0.040731552000000004 -0.033297433 0.042193808 -3.3219281 +21 -1.353677 -1.9276127 1.6423107 0.43097167 0.15775629 1.8019768 -3.0304290000000003 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1374687999999997 0.10714152 -0.21093936 -0.21041801 -0.10681553 -0.33486166 0.33820904 -2.5135958e-10 +2 1.4314008 -0.20687625 -2.3205464 -2.3187471 0.29837422 -3.1826387 -0.52973811 1.3304909e-09 +3 -0.080497975 0.011661757 0.24925385 -0.55982406 -0.029857462 -0.01276904 0.022946957 1.6834238000000001 +4 -0.10908844 0.01724937 0.20869852 -0.44058195 -0.027215302 -0.025134155 0.024748363 -5.2880895999999995e-08 +5 -0.76894043 -1.9941057 0.77286941 0.77063218 0.32929776 1.1240157 -3.1693726000000004 7.2357875e-10 +6 -0.10040239 0.013776067 0.32163107 -0.82628669 -0.038889669 -0.014361994 0.028825219 -3.3219281 +7 -1.6974908 0.080323142 -2.7441129 -2.7410229999999998 0.04037552 -3.6345848 0.24784397 -1.2791263e-09 +8 -3.2095892000000004 0.10842545 0.023126022000000003 -0.78435089 -0.12654591 -0.33647631 0.34090429 1.6834238000000001 +9 -3.2395862999999996 0.10958642 -0.0030479328999999996 -0.65797991 -0.12492743 -0.3388579 0.34184593 -4.7293722000000004e-08 +10 -4.0424128 -1.8085137999999998 0.71421019 0.71209295 0.33357402 1.0034281999999999 -2.9584194999999998 7.0110351e-10 +11 -3.2258433999999996 0.10861947 0.08675906800000001 -1.0513773000000002 -0.13234181 -0.33664009 0.34150176 -3.3219281 +12 1.4273627 -0.20422224 -2.2687087000000004 -3.0715391 0.29667396 -3.1854123 -0.52720907 1.6834238000000001 +13 1.4251958 -0.20377658 -2.2746775 -2.9212463 0.29652867 -3.18621 -0.5267426 -5.1049261e-08 +14 0.87039305 -2.3735383 -1.3395713 -1.3406671000000001 0.6560233 -2.131209 -3.606404 1.7166119e-09 +15 1.4275671 -0.20387104 -2.2564737 -3.3780608 0.29642471 -3.1858081 -0.52706627 -3.3219281 +16 -0.19793049 0.029903547000000003 0.52230083 -1.7157946 -0.065160446 -0.040259888 0.049072954 1.6834238000000001 +17 -0.9889063 -1.9603811000000002 1.1061531 0.29771931 0.24512297 1.1163563 -3.1349527000000004 1.6834238000000001 +18 -0.10908558 0.01500875 0.35241523 -0.94012113 -0.042646906 -0.015743061000000003 0.031264111000000004 -1.6385043000000001 +19 -1.0430968 -1.9554128 1.0378694 0.41954167 0.26342431 1.1107626 -3.1345952 -5.2739760000000004e-08 +20 -0.21964741 0.031993328 0.6086266 -2.7107829 -0.076581893 -0.041847894 0.055112718 -3.3219282 +21 -1.0560682 -1.9517220000000002 1.223904 0.034429925 0.2118436 1.1149325 -3.1246886000000003 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1565984 0.10544277 -0.18463243 -0.18414891 -0.10681568 -0.29372841 0.33310168 -4.0845754e-10 +2 1.4342756 -0.20273571 -2.2994695 -2.2977507999999998 0.29927193 -3.1849509 -0.52290269 1.2306163000000002e-08 +3 -0.083470584 0.011751033000000001 0.25444636 -0.55392779 -0.031005302000000002 -0.012853103000000001 0.023287866 1.6840541 +4 -0.11350554 0.017514092 0.21322435 -0.43684731 -0.028246797999999997 -0.025630443 0.025185346 -6.918069099999999e-08 +5 -0.74524021 -1.9955968000000002 0.7426548 0.74046528 0.33446821 1.0697038 -3.1755536 -2.6860442999999997e-10 +6 -0.10429468 0.01389016 0.32880614 -0.8187705 -0.040466283 -0.014454789 0.029291282999999998 -3.3219281 +7 -1.7085853 0.07934411 -2.6827407 -2.6797636000000002 0.04329987 -3.5939822999999995 0.24485921 6.242195e-09 +8 -3.2330464 0.10674394 0.057872335 -0.74910735 -0.12804527 -0.29535882 0.3358598 1.6840541 +9 -3.2651874 0.1079504 0.030556126 -0.62481105 -0.12625288 -0.29784628 0.33683268 -6.961521199999999e-08 +10 -4.0222802 -1.8105198 0.68835479 0.68627737 0.3377492 0.95880583 -2.9651209 -3.1077386000000003e-10 +11 -3.2505954 0.10694255 0.12457501 -1.0141476999999999 -0.13437666 -0.29552398 0.33648095 -3.3219281 +12 1.4294838 -0.1998368 -2.2456586 -3.0478558999999996 0.29737148 -3.1879364 -0.51994463 1.6840541 +13 1.4272141 -0.19936124 -2.2518067000000004 -2.8995695 0.29722749 -3.1888095 -0.51949424 -5.5392480000000005e-08 +14 0.8937668 -2.3734571 -1.365164 -1.3663221 0.66151973 -2.1857592 -3.6109637 6.3215945e-09 +15 1.429547 -0.19944009 -2.2329383999999997 -3.3533989 0.29707777 -3.1883632 -0.51970687 -3.3219281 +16 -0.20578221 0.030233878999999998 0.53491934 -1.7029197 -0.06787905400000001 -0.040820037999999996 0.04984287 1.6840541 +17 -0.96629175 -1.9618569 1.076742 0.26918271 0.24988059 1.0620413999999998 -3.1411029 1.6840541 +18 -0.11331775 0.015131836999999999 0.36036842 -0.93171503 -0.044390069000000004 -0.015844118 0.031766752999999995 -1.637874 +19 -1.0219564 -1.9567496 1.0089334 0.38954529 0.26811008 1.0563781 -3.1406384 -7.0230505e-08 +20 -0.22860233 0.032346768 0.62408758 -2.6953635 -0.079930789 -0.042412389 0.05601443 -3.3219282 +21 -1.0338601 -1.9531906000000003 1.1948530000000002 0.006775689499999999 0.21640895 1.0606167 -3.1308256 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0478421 0.11723018 -0.34964927 -0.34901476 -0.11026761 -0.52704322 0.36855803 -5.131649e-11 +2 1.4129306000000001 -0.22969708 -2.4335044999999997 -2.4310644 0.29236675 -3.1704751 -0.56581188 -5.0132023e-11 +3 -0.065406996 0.011095358999999999 0.22011965 -0.59255381 -0.023961592 -0.012199295 0.020981259 1.6811578 +4 -0.086782359 0.015727752 0.18352888 -0.46143674 -0.021917472 -0.022594779 0.022261483999999998 -6.3119184e-09 +5 -0.90166616 -1.9849705000000002 0.94705313 0.94460365 0.30130276 1.4174308999999998 -3.1329182 -2.2817526000000002e-11 +6 -0.080749557 0.01306452 0.28185919 -0.86776027 -0.03086164 -0.013733002 0.026160332999999997 -3.3219281 +7 -1.6627034 0.086980034 -3.0522522999999997 -3.0484852000000005 0.021571682999999998 -3.8244219 0.26797077 -5.2127597999999995e-11 +8 -3.10031 0.11840813 -0.15906069 -0.96902204 -0.12331628 -0.52854897 0.37090952 1.6811578 +9 -3.1206756 0.11932682 -0.17951133 -0.83192568 -0.12244403 -0.53041048 0.37167881 -9.1478752e-09 +10 -4.151477900000001 -1.7966019 0.85952629 0.85721635 0.31203147 1.2350471 -2.9189282000000003 -4.1804234999999996e-11 +11 -3.1109242000000004 0.11857704 -0.11020014 -1.2456325000000001 -0.12685293 -0.52870357 0.3713837 -3.3219281 +12 1.4126698999999998 -0.22833847 -2.391538 -3.1975205 0.29163293 -3.172198 -0.56549935 1.6811578 +13 1.4108783999999999 -0.22799952 -2.3965807 -3.0366352 0.29146841 -3.1727042 -0.56491598 -6.5307753e-09 +14 0.74537934 -2.3747195 -1.1944218 -1.1950848 0.62593966 -1.8357927 -3.5805059999999997 2.9157787e-12 +15 1.4135656 -0.22822962 -2.3817116 -3.5092383000000003 0.29159298 -3.1724371 -0.56583758 -3.3219281 +16 -0.15842005 0.027915592000000003 0.45300628 -1.786036 -0.051428334000000006 -0.037211818 0.044644948 1.6811578 +17 -1.1156633999999999 -1.9514 1.2748516 0.46159534 0.21980249 1.4097841999999998 -3.0987419 1.6811578 +18 -0.08773164800000001 0.01423994 0.3083815 -0.98641609 -0.033784736 -0.015056637 0.028389442 -1.6407703000000002 +19 -1.1612597 -1.9472348999999998 1.2041341 0.59181154 0.23842262 1.4043628000000001 -3.0990045 -5.9165867e-09 +20 -0.17479263 0.029871977 0.52455126 -2.7948299 -0.059815619 -0.038766297000000005 0.049953494 -3.3219281 +21 -1.1806423000000001 -1.9427923999999999 1.3902096000000002 0.19292403 0.18775859 1.4083673 -3.0885685 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_AUC_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1657523999999997 0.10462693 -0.17232789 -0.17186282 -0.10684188 -0.27399268 0.33067472 2.3058222e-11 +2 1.4356917 -0.2007596 -2.2892776 -2.2875726000000003 0.29968721 -3.1860296000000004 -0.51960252 5.9034381e-09 +3 -0.084928336 0.011792481 0.25690207 -0.55107896 -0.031563937 -0.012892546000000001 0.023449172 1.6844659 +4 -0.11565286 0.017638327 0.21538282 -0.43508959 -0.028748241 -0.025892934 0.025390295 2.1028861e-09 +5 -0.73404538 -1.9962862000000001 0.72835076 0.72618967 0.33695048 1.0436489 -3.1784644 1.170597e-11 +6 -0.10620597 0.013943418 0.33222611 -0.81513182 -0.041235189 -0.014498348000000001 0.02951241 -3.3219281 +7 -1.7140578000000002 0.078875115 -2.6533616 -2.6504193 0.044674156 -3.5744986000000005 0.24345718 5.9180937e-09 +8 -3.2443472 0.10593611 0.074202991 -0.73248548 -0.12881462 -0.27563036 0.33346255 1.6844659 +9 -3.2775457 0.10716406 0.046353288 -0.60923894 -0.12693803 -0.2781734 0.33444993 2.1355284e-09 +10 -4.0127256000000004 -1.8114752 0.67606115 0.67400954 0.3397714 0.93725065 -2.9682912999999997 1.4022339000000002e-11 +11 -3.2625446 0.1061369 0.14239792 -0.99654103 -0.13541513 -0.27579615 0.33409505 -3.3219281 +12 1.4305318 -0.1977425 -2.2345026000000003 -3.036335 0.29768797 -3.1891192000000004 -0.51643665 1.6844659 +13 1.4282091000000001 -0.19725139 -2.2407245 -2.8890749 0.29754432 -3.1900331000000004 -0.51599359 8.869228e-09 +14 0.90506549 -2.3734139 -1.3772889 -1.3784352 0.66415955 -2.2119058 -3.6131152 5.9055059e-09 +15 1.4305256000000002 -0.19732386 -2.2215423999999997 -3.341393 0.29737219 -3.1895611 -0.51615265 -3.3219281 +16 -0.20962129 0.030388406 0.54095465 -1.6967560000000002 -0.069206926 -0.041114498 0.050205430999999995 1.6844659 +17 -0.95566269 -1.9625400000000002 1.0627995000000001 0.25570076 0.25216853 1.0359843 -3.1439999 1.6844659 +18 -0.11539631 0.015189273 0.3641581 -0.92763914 -0.045240490999999994 -0.015891541000000002 0.032005212000000005 -1.6374621999999999 +19 -1.0120122999999999 -1.9573681 0.99522383 0.37533573 0.27035988 1.0302797 -3.1434854 2.1152161e-09 +20 -0.23298824 0.032512365 0.63150321 -2.6879661 -0.08157017400000001 -0.042708999000000004 0.056440093 -3.3219281 +21 -1.023443 -1.9538702000000001 1.181094 -0.006281368000000001 0.2186062 1.0345591 -3.1337164 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1098017999999996 0.26549028 -1.7841057 -1.7838043000000001 -0.33817498 -1.7912831000000002 1.0763764999999998 -2.4025699e-15 +2 0.34325002 -0.11690552 -2.9483827999999996 -2.9484988 0.052279852 -2.9527902999999998 -0.21391023 1.5543122e-15 +3 0.006778988499999999 -0.0014653665 -0.0047448568 -1.0158561 0.0010159289999999998 0.00073977537 -0.0040369583 1.7778691999999998 +4 0.0028320740000000004 -0.00060885374 -0.0021153857000000002 -0.34202956 0.00042473932 0.00017001630000000001 -0.0016855935999999998 5.4400928e-15 +5 -1.6401776999999997 -1.5589539 4.6659169 4.6653173 0.2207885 4.8388374 -2.5754301 -6.0865104e-15 +6 0.0092028378 -0.0019808275 -0.0063259127 -1.6963918999999998 0.0013790407 0.0011836956 -0.0054822306000000005 -3.3219281 +7 -2.9382368999999997 0.25868152 -5.068366999999999 -5.068071 -0.32689999 -5.0771269 1.0501208 3.5527136999999994e-15 +8 -3.1054903 0.26533862 -1.7920852999999999 -2.8028963 -0.33791084 -1.7908848000000002 1.0757487 1.7778691999999998 +9 -3.1079828999999997 0.26542614 -1.7874293 -2.1270426 -0.33806365 -1.7911113 1.0761119 -1.3294220000000002e-14 +10 -4.3789288 -1.2685973 3.6700359 3.6692985 0.24670311 3.7548311 -2.1173681 0.0 +11 -3.1040664000000002 0.26528978 -1.795062 -3.4848282 -0.33782311 -1.7907761999999998 1.0755411 -3.3219281 +12 0.34511678 -0.11756393 -2.9543185000000003 -3.9655480000000005 0.052549099 -2.9514598 -0.21512536 1.7778691999999998 +13 0.34404532 -0.11719072 -2.9508064999999997 -3.2908377 0.052394519 -2.9521832999999997 -0.21442785 -7.6882236e-15 +14 -0.20849605 -2.1457071 1.8140692999999999 1.8131199 0.3372481 1.8414624 -3.2016283 -1.2653535e-14 +15 0.34571526 -0.11775751 -2.956682 -4.646866999999999 0.052635645 -2.9511477000000004 -0.21551503 -3.3219281 +16 0.0096490147 -0.0020885328 -0.006870544100000001 -1.8115147 0.0014460583 0.0008961984199999999 -0.0057484055000000004 1.7778691999999998 +17 -1.6523008000000001 -1.5463248 4.7138148 3.7015751000000003 0.21800214 4.8236322 -2.5715489 1.7778691999999998 +18 0.0098884692 -0.0021303438 -0.006799719399999999 -1.952832 0.0014817241 0.0012575076 -0.0058912374 -1.5440589 +19 -1.6443255 -1.5535895 4.684056299999999 4.3438597 0.21974737 4.8310824 -2.5740990000000004 -1.2813706e-15 +20 0.012084628 -0.0026086271 -0.008447549 -3.3303721 0.0018108164000000002 0.0013428126999999999 -0.0072018635999999995 -3.3219281 +21 -1.6582748999999999 -1.5422626 4.733738099999999 3.0425636000000003 0.21676108 4.8202617 -2.5696458 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0114 0.15476199 -1.127082 -1.1268599 -0.26896854 -1.1477178 0.8063127 0.0 +2 0.69818195 -0.15071234 -2.6605187999999997 -2.660646 0.11325101 -2.6876314 -0.38348568 -1.9220559e-15 +3 0.014787521999999999 -0.00096988267 -0.017646616 -0.83762356 0.0023445264 -0.02160891 -0.0072482295 1.777944 +4 0.014232567 -0.0011315452000000001 -0.023329434 -0.55063287 0.0022965468 -0.026365813 -0.0069764001 -1.2813706e-15 +5 -1.9556518 -1.5366808 3.6749736000000004 3.6735417 0.17636291 4.1597079 -2.6718014 3.3306690999999997e-16 +6 0.01882543 -0.0011827667 -0.019952853 -1.3198215 0.002968562 -0.025207583 -0.00923374 -3.3219281 +7 -2.4619944 0.13871819 -4.3445098 -4.344284099999999 -0.23551356 -4.378871599999999 0.73703529 8.6597396e-15 +8 -3.0034363999999996 0.15463159 -1.1328608999999998 -1.9526248 -0.26855358 -1.1497883999999998 0.80546624 1.777944 +9 -3.0054557 0.15466499 -1.1326176000000001 -1.6597051 -0.26865585 -1.1506546999999998 0.80568125 2.8865799e-15 +10 -4.984495 -1.3605489 3.2926207 3.2925834000000003 0.21259711 3.6434032 -2.3968991 6.661338099999999e-16 +11 -3.0005516 0.15458304 -1.1345087 -2.4341677 -0.26840436 -1.1500435 0.80515856 -3.3219281 +12 0.70426253 -0.1522783 -2.6642642999999997 -3.4843862999999997 0.11415356 -2.6852857999999995 -0.38718805 1.777944 +13 0.70250262 -0.15183542 -2.6631891 -3.1906322 0.11389233 -2.6859982000000002 -0.38611585 2.8865799e-15 +14 -0.21191897 -1.9462582999999998 1.0458905 1.0451622 0.39955111 1.0964334999999998 -3.2223333 -8.0085663e-16 +15 0.70641078 -0.15280507 -2.6657975 -3.9658177 0.11447288 -2.6845741000000003 -0.38849752 -3.3219281 +16 0.030135286 -0.0022636148 -0.044153269 -1.9859432000000001 0.0048282053 -0.050745378 -0.014812438999999998 1.777944 +17 -2.0468947 -1.5152111000000001 3.8143596 2.9930061 0.15519276 4.137406299999999 -2.6541887 1.777944 +18 0.020379422 -0.0012900015 -0.021911981 -1.484637 0.0032155502000000002 -0.027523959 -0.0099987614 -1.5439841 +19 -2.0126206 -1.5201367000000001 3.7642097000000003 3.2356138999999997 0.16309073 4.133765 -2.6606977 3.2196467999999996e-15 +20 0.034280653 -0.0024965279 -0.046717497000000004 -3.3686078 0.005469949399999999 -0.054463774000000006 -0.016861936 -3.3219281 +21 -2.0855231 -1.5077583 3.8715285 2.5703237999999997 0.14599239 4.1319009 -2.6470001 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.085326 0.11110211 -0.57865822 -0.5784747 -0.21993419 -0.60686237 0.64017121 -3.6839404999999996e-15 +2 0.94536092 -0.13668534 -2.7420824 -2.7421346 0.15887691 -2.8082666 -0.46087356 -2.4025699e-15 +3 0.014454152 -6.469348599999999e-06 -0.009740995300000001 -0.80258666 0.0022517672 -0.029561157999999997 -0.0058841336999999995 1.7779512999999998 +4 0.020973844 -0.00085319891 -0.028583265 -0.58678342 0.0034412796999999996 -0.044583257 -0.008555974499999999 -4.6449684000000005e-15 +5 -1.655909 -1.5707096999999999 2.7354194 2.7340467 0.2210361 3.2966493999999997 -2.8534199 -4.1644545e-15 +6 0.017400055 0.00018550923 -0.0081860881 -1.2566833 0.0026677656 -0.034886178999999996 -0.0070861972999999995 -3.3219281 +7 -2.2172035 0.093842095 -3.776347 -3.7761032 -0.16775243 -3.8514782999999997 0.55389498 -9.6102795e-16 +8 -3.0786906000000003 0.11109616 -0.57292575 -1.3656018 -0.21966147 -0.61031678 0.63967655 1.7779512999999998 +9 -3.078747 0.11107969 -0.57814877 -1.1361762 -0.21963068 -0.61345295 0.63968038 1.2212453000000001e-14 +10 -4.8563669 -1.4086633999999998 2.5812782000000003 2.5802455 0.23270834 3.0649425 -2.6036271 -4.3246258e-15 +11 -3.0764696 0.11109647 -0.57011918 -1.8184516 -0.21957615 -0.61082765 0.63951056 -3.3219281 +12 0.95363067 -0.13787854 -2.7510842 -3.5440237 0.16014239 -2.813086 -0.46558341 1.7779512999999998 +13 0.9520257 -0.13762526 -2.7510956 -3.3093801 0.1599014 -2.8141232000000005 -0.46466844 -9.129765500000001e-15 +14 0.11527072 -1.9350387999999998 0.17807571 0.1771755 0.46994856 0.2024277 -3.3700866 6.661338099999999e-16 +15 0.9564955 -0.13831571 -2.7532269 -4.0018331 0.16057808 -2.8136653999999997 -0.46721772 -3.3219281 +16 0.037566848 -0.0010591717 -0.042748985999999996 -2.006662 0.0060620647 -0.077343172 -0.015373858999999998 1.7779512999999998 +17 -1.7740508999999998 -1.5478409 2.9041182 2.1098214 0.19150008 3.2736723999999997 -2.8330167 1.7779512999999998 +18 0.018991208 0.00017414557 -0.0094411931 -1.4106783999999999 0.0029179004 -0.038031577000000004 -0.007736971 -1.5439768 +19 -1.7370762999999998 -1.5514569999999999 2.8531667 2.2938092 0.20077044 3.2676515999999998 -2.8392526 -5.1254824e-15 +20 0.04075964 -0.00088859806 -0.041623529 -3.3634546999999997 0.0065202885 -0.08268099400000001 -0.016689503999999997 -3.3219281 +21 -1.8242322 -1.5398444 2.9736616000000002 1.72375 0.17847991 3.2678494 -2.8247617999999997 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0145242999999997 0.13486315 -0.93496225 -0.93475419 -0.24805733 -0.96043654 0.73537671 1.4765966e-14 +2 0.79321521 -0.14489387 -2.6833796000000003 -2.6834817 0.13078746 -2.7233572 -0.41609412 2.220446e-15 +3 0.015765291 -0.00066800928 -0.016257808000000002 -0.82141962 0.0025012520000000002 -0.025490532000000003 -0.0072059487 1.7779481 +4 0.017796117 -0.0011396694 -0.027474751000000002 -0.57150668 0.002900104 -0.03471478 -0.0081393766 7.327472e-15 +5 -1.8625566999999998 -1.5500364 3.2936381 3.2921712 0.18894132 3.8250439 -2.7432818 6.9944051e-15 +6 0.019725223 -0.00073754041 -0.017504317 -1.2892116000000002 0.0031054084999999998 -0.029878183 -0.009022084100000001 -3.3219281 +7 -2.3505317000000003 0.11793255 -4.1438969 -4.1436708 -0.20811483 -4.192014 0.6582144 8.3266727e-15 +8 -3.0059763 0.1347636 -0.93793802 -1.7429039000000002 -0.24763581 -0.96318121 0.73457219 1.7779481 +9 -3.0075251 0.13477907 -0.93955064 -1.4833833 -0.24770451 -0.96490148 0.73471821 3.2196467999999996e-15 +10 -4.9742239 -1.3816303 3.0248462000000003 3.0237351 0.21480335 3.4424272000000005 -2.4822613 5.4400928e-15 +11 -3.0029546000000003 0.13472803 -0.93843303 -2.2099488 -0.24748884 -0.96354759 0.73428676 -3.3219281 +12 0.80006992 -0.14632278 -2.6885047 -3.4937943999999996 0.13181687 -2.7230327 -0.42015854 1.7779481 +13 0.79832224 -0.14594663 -2.6877831000000003 -3.231936 0.13155555 -2.7237602 -0.41912152 6.772360500000001e-15 +14 -0.10173058 -1.9357113999999997 0.70071143 0.69949904 0.42581574 0.74540303 -3.2766002999999997 4.4408921e-15 +15 0.8025255 -0.14683057 -2.690152 -3.9619966 0.13218532 -2.7226664 -0.42161645 -3.3219281 +16 0.035147184 -0.0020042284 -0.047670105 -2.0014618000000004 0.0056713213 -0.063453391 -0.016126476 1.7779481 +17 -1.9676798999999998 -1.5277996 3.4481733 2.6415929 0.16357551 3.8024197999999996 -2.7241568 1.7779481 +18 0.021404943 -0.0008156028599999999 -0.019364248 -1.4483278999999998 0.003372985 -0.032601803 -0.0097935647 -1.54398 +19 -1.9316592000000001 -1.5320502 3.3973273 2.8519574 0.17225188 3.7973662000000004 -2.7305803 5.7731597e-15 +20 0.03925445 -0.0020952298 -0.049223145999999995 -3.3710937999999993 0.0063002788 -0.067911993 -0.018024097 -3.3219281 +21 -2.0122157 -1.520048 3.5116949999999996 2.2386096 0.15247891 3.796739 -2.7163936 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1118027 0.1074028 -0.49732941 -0.49715269 -0.21562908 -0.52440363 0.62428419 3.5527136999999994e-15 +2 0.9743992 -0.13535204 -2.7530777000000004 -2.7531192000000004 0.16423219 -2.8251345000000003 -0.46841472 -5.1254824e-15 +3 0.013788953999999999 0.00013439221000000002 -0.0079722032 -0.79924715 0.0021317207 -0.030140046 -0.0054867221999999995 1.7779517 +4 0.021226582 -0.0007712209700000001 -0.028186017 -0.58820859 0.0034843463000000002 -0.046156915 -0.0084670566 5.1070259e-15 +5 -1.6120177 -1.5743569 2.6356933999999996 2.6342362 0.2281839 3.1978926 -2.8733517999999996 3.5527136999999994e-15 +6 0.016407466000000002 0.00037886171 -0.005731126800000001 -1.2512816 0.00248829 -0.035613238 -0.0065304573 -3.3219281 +7 -2.1984967999999996 0.09018767800000001 -3.6916672999999993 -3.691418 -0.16052387 -3.772643 0.53664524 3.3306690999999997e-16 +8 -3.1061902000000003 0.10742094 -0.48901384 -1.2801253000000001 -0.21542481 -0.52796045 0.62388759 1.7779517 +9 -3.1057945 0.10739782 -0.49508711 -1.0549434 -0.21536323 -0.5313608 0.623859 -7.0475383e-15 +10 -4.8244277 -1.4130895 2.4967827000000002 2.4954686 0.23773194 2.9872623 -2.6248675 -2.2423985999999998e-15 +11 -3.1043656000000004 0.10743035 -0.48524409 -1.7306356999999999 -0.21536632 -0.52849682 0.62375843 -3.3219281 +12 0.98300764 -0.13651965 -2.7629072 -3.5542687000000006 0.16555384 -2.8310621 -0.47328093 1.7779517 +13 0.9814475 -0.13629027 -2.7631206 -3.3232196000000003 0.1653198 -2.8322255000000003 -0.4723981 2.553513e-15 +14 0.16000442 -1.9360172999999998 0.082378313 0.082350664 0.47854846 0.10201137 -3.3878524 1.5543122e-15 +15 0.98595318 -0.13694447 -2.765155 -4.0108084999999996 0.1660028 -2.8318452 -0.47494889 -3.3219281 +16 0.037234895 -0.00083203193 -0.040613171 -2.005824 0.0059996513000000005 -0.07941623099999999 -0.014898383000000001 1.7779517 +17 -1.7317986 -1.5514178 2.806084 2.0133556 0.19810698 3.1748691000000004 -2.8527962000000002 1.7779517 +18 0.017939488 0.00038192642 -0.0068163568 -1.4045398999999998 0.0027277287 -0.038818165 -0.0071428027 -1.5439764 +19 -1.6947217 -1.5549471000000001 2.7551732 2.1939740000000003 0.20744799 3.1686528999999997 -2.8590069 1.5543122e-15 +20 0.040124201 -0.00060865802 -0.038831415 -3.3606538 0.0064026119 -0.084895609 -0.016061897 -3.3219281 +21 -1.7826973999999998 -1.5433928999999997 2.8763897999999997 1.6294214 0.18483484 3.1690297999999997 -2.8444824 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1271755 0.10558794 -0.45399536 -0.4538226 -0.21358066 -0.48016739 0.61637987 6.772360500000001e-15 +2 0.98924634 -0.13468421 -2.7584791 -2.7585148 0.16697095 -2.8336679 -0.47213379 7.6605389e-15 +3 0.013393745 0.00020785432000000001 -0.0070016084 -0.79748858 0.002060716 -0.030417276 -0.0052669023 1.7779519 +4 0.021335346 -0.00072859765 -0.027961858 -0.58890007 0.0035029384000000003 -0.046987334000000006 -0.008412469399999999 2.553513e-15 +5 -1.5891534999999999 -1.5761757 2.5852296000000003 2.5838392999999997 0.23193684 3.1475784 -2.8834206 9.3258734e-15 +6 0.015826609 0.00047944742 -0.0043894191999999995 -1.2484628 0.0023836894 -0.035963591 -0.0062248482999999995 -3.3219281 +7 -2.1897835 0.08840865099999999 -3.6462786 -3.6460264 -0.15687485 -3.7303374 0.52809862 1.6320278e-14 +8 -3.1222078 0.10561918 -0.44419932 -1.2345263000000002 -0.21341955 -0.48377343 0.61603888 1.7779519 +9 -3.121547 0.10559255 -0.45074455 -1.0115201999999999 -0.21333964 -0.48731699 0.61599271 1.4099832000000001e-14 +10 -4.8071433 -1.4152806 2.4534119999999997 2.4520647999999996 0.24047777 2.9468513 -2.6355416000000003 2.553513e-15 +11 -3.1206313999999997 0.10563354 -0.43987812 -1.6837958 -0.21337787 -0.48432275 0.61593055 -3.3219281 +12 0.99803735 -0.13584143 -2.768734 -3.5593037000000005 0.16832283 -2.8401701 -0.47708419 1.7779519 +13 0.99650515 -0.13562477 -2.7690683 -3.3300788 0.16809319 -2.8414155 -0.47622046 9.8809849e-15 +14 0.18319464 -1.9365748999999999 0.035322954 0.034079332000000004 0.48297361 0.050970075 -3.3968898000000003 1.0214052e-14 +15 1.001025 -0.13626026 -2.7710347 -4.0152078 0.16877871 -2.8410588 -0.4787696 -3.3219281 +16 0.036988705 -0.0007134896899999999 -0.039432296 -2.0052948 0.0059545347999999994 -0.080480077 -0.01462838 1.7779519 +17 -1.7097 -1.5532053 2.7564982999999996 1.9645571 0.20160652 3.1245332 -2.8627943 1.7779519 +18 0.017322756 0.0004900597 -0.0053809315 -1.4013436000000001 0.0026166755 -0.039197037000000004 -0.0068157692 -1.5439762 +19 -1.6725763999999999 -1.5566916000000002 2.7056526 2.1434752 0.21098021 3.1181944 -2.8689932000000002 1.0214052e-14 +20 0.039705354 -0.00046282135000000004 -0.03729581 -3.3591135999999997 0.0063261661 -0.0860298 -0.015709325 -3.3219281 +21 -1.7609343999999998 -1.5451674 2.8271604 1.5816676 0.18821598 3.118686 -2.8544533 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0508165000000003 0.11805106 -0.70678727 -0.70659431 -0.22828589 -0.73531301 0.66923548 6.439293499999999e-15 +2 0.89517977 -0.13913845 -2.7223214 -2.7223912999999995 0.14962035 -2.7790618 -0.44706299 6.661338099999999e-16 +3 0.015281742 -0.00024045345 -0.012404358999999998 -0.80837005 0.0024030171 -0.028429918 -0.0064669454 1.7779505000000002 +4 0.020292428 -0.00097925858 -0.028889842000000002 -0.58347984 0.0033251965999999997 -0.041725122999999996 -0.008600419599999999 5.4400928e-15 +5 -1.7288778000000002 -1.5641676000000002 2.9122489 2.9109485 0.20935958 3.4685964 -2.8181634 3.5527136999999994e-15 +6 0.018688139 -0.00013745803999999997 -0.011917833999999999 -1.2662773 0.0029032231 -0.033479075 -0.0079127663 -3.3219281 +7 -2.2549367 0.10078924 -3.9088328999999997 -3.9085970000000003 -0.18059194 -3.9743919 0.58558868 8.992806500000001e-15 +8 -3.0430203 0.11800841 -0.70468233 -1.5004691000000001 -0.22793325 -0.73856948 0.66860333 1.7779505000000002 +9 -3.0437027999999997 0.11800294 -0.70859438 -1.2630021 -0.22794424 -0.74124968 0.66865859 5.4400928e-15 +10 -4.9051575 -1.4005239999999999 2.7276578999999996 2.7263789000000003 0.22518301 3.1948374 -2.5656062000000004 3.3306690999999997e-16 +11 -3.0403407000000002 0.11799482 -0.70323438 -1.9574199 -0.2278161 -0.73903532 0.66838537 -3.3219281 +12 0.90292031 -0.1403927 -2.7299235 -3.5259951000000003 0.15079779 -2.7820285 -0.45152916 1.7779505000000002 +13 0.90125446 -0.14009872 -2.7296502 -3.2843373 0.15054767 -2.7829132000000003 -0.45056714 0.0 +14 0.040177042 -1.9339735 0.34553598 0.34443469 0.45522802 0.37799434 -3.3392171000000004 6.439293499999999e-15 +15 0.90564977 -0.14085299 -2.7318841 -3.9863626000000005 0.15121117 -2.7822657000000004 -0.45310643 -3.3219281 +16 0.037557192 -0.0014236726000000002 -0.045630305 -2.0069694 0.0060691595 -0.07344959200000001 -0.015970176000000003 1.7779505000000002 +17 -1.8436436 -1.5414527 3.0773697 2.2799598 0.18092671 3.4457166 -2.7980798 1.7779505000000002 +18 0.020348593999999998 -0.00017264207 -0.013425703 -1.4216574 0.0031661060999999997 -0.036507854 -0.008618865699999999 -1.5439776 +19 -1.8068769 -1.5452371999999999 3.0263722 2.4706189999999997 0.19005146 3.4399733999999995 -2.8043692000000005 2.553513e-15 +20 0.041172666000000004 -0.0013423915 -0.045526045999999994 -3.3673712999999994 0.006604999300000001 -0.078526027 -0.01751874 -3.3219281 +21 -1.8923508000000002 -1.5335166 3.1453450000000003 1.8895794999999997 0.16841893 3.4399281999999998 -2.7899484 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/300m_SS_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1347767999999996 0.10472907 -0.43329265 -0.43312189 -0.21261784 -0.45896939 0.61260906 -1.0411135999999999e-14 +2 0.99638198 -0.13436336 -2.7609929 -2.7610259 0.16828764 -2.8377223999999996 -0.47388515 1.5543122e-15 +3 0.013190708999999998 0.00024346222999999998 -0.006519912199999999 -0.79661228 0.0020242998 -0.03054796 -0.0051574788 1.7779519 +4 0.021389287000000003 -0.00070844853 -0.027861432999999998 -0.58925863 0.0035121884999999996 -0.047407702 -0.008386651 -3.3635978e-15 +5 -1.5780783 -1.5770345 2.5610832 2.559764 0.23376015 3.1234603 -2.8882322 3.2196467999999996e-15 +6 0.015529851 0.00052815999 -0.0037244291999999997 -1.2470583 0.0023303343 -0.036129205 -0.006073048399999999 -3.3219281 +7 -2.185695 0.087570084 -3.6244949999999996 -3.6242413 -0.15512377 -3.7100642 0.52403702 5.4400928e-15 +8 -3.1301478 0.10476672 -0.42275142 -1.2126854999999999 -0.2124795 -0.46259841 0.61229582 1.7779519 +9 -3.1293507000000003 0.10473839 -0.42953302 -0.99076946 -0.21239007 -0.46621524 0.61224097 9.3258734e-15 +10 -4.7986559 -1.4163171 2.4320236 2.4313317000000003 0.24182849 2.9273377999999997 -2.6406336 -8.0085663e-16 +11 -3.1287017 0.1047835 -0.41815261 -1.6613325 -0.21244666 -0.46315392 0.6121979 -3.3219281 +12 1.0052633 -0.13551622 -2.7714536 -3.5616267 0.16965447 -2.8445033 -0.47887714 1.7779519 +13 1.0037464 -0.13530593 -2.771852 -3.3333193999999997 0.16942726 -2.8457939 -0.47802363 6.1062266000000004e-15 +14 0.19439575 -1.9368394 0.012347097 0.011120062 0.48510665 0.026535931000000002 -3.401213 2.553513e-15 +15 1.0082714 -0.13593225 -2.7737796 -4.0172116 0.17011372 -2.8454433999999997 -0.48057101 -3.3219281 +16 0.036860546 -0.0006566482000000001 -0.038860177999999995 -2.0050494 0.005931154399999999 -0.081012627 -0.014495712 1.7779519 +17 -1.6989804 -1.5540501 2.7327928 1.9412458 0.20331203 3.100404 -2.8675732999999997 1.7779519 +18 0.017007422 0.00054243533 -0.0046693387 -1.3997507 0.0025599863 -0.039376084 -0.0066532708 -1.5439762 +19 -1.6618398 -1.5575157 2.6813644 2.1194933 0.2126954 3.093999 -2.8737661 6.1062266000000004e-15 +20 0.039490028999999996 -0.00039280257000000004 -0.036548784 -3.3583643 0.0062869922 -0.08659617900000001 -0.015535893 -3.3219281 +21 -1.7503707 -1.5460061999999999 2.8036203 1.5588663999999999 0.18986633 3.0945529 -2.8592196 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.105682 0.83889423 -0.95348074 -0.96943832 -0.29054259 -1.0040888000000001 1.024002 1.8227531e-11 +2 0.42593804 -0.16539024 -3.227223 -3.2221013 0.10713333 -3.3143580000000004 -0.27995664 -1.7746983e-13 +3 -0.006420290899999999 0.0032939443 0.050114424000000005 -1.0912507 -0.0023320094 -0.00018829595000000002 0.0037204173 1.2688108 +4 -0.0032796659 0.0017950324 0.02394302 -0.42793722 -0.0011380574 -0.00013575653 0.0018158772 8.3463347e-11 +5 -1.1019557 -2.5728438999999996 2.2220356 2.2560644 0.092584291 2.6831806 -2.6976575 -1.9525204999999997e-11 +6 -0.0073693941 0.0036809955 0.0590846 -1.3881715000000001 -0.0027325313 -0.00020478781000000002 0.0043290882 -3.3219281 +7 -2.8692442000000002 0.82261642 -4.230061 -4.2435186 -0.25729047 -4.324636099999999 0.98838235 2.2789881e-10 +8 -3.10602 0.83905194 -0.9238345 -2.0818379 -0.29085545 -1.0041108 1.0240432 1.2688108 +9 -3.1057322999999997 0.83897905 -0.93939135 -1.4113712999999999 -0.29068879 -1.0041030999999998 1.0240048000000002 1.1229128999999999e-10 +10 -4.0240328000000005 -1.9407398999999999 1.5853753000000002 1.6078652 0.16289502 1.8153366000000002 -2.1977917999999996 -1.7481739000000003e-11 +11 -3.1061757 0.83907146 -0.91827221 -2.3756149 -0.29092322 -1.0041127 1.0240649 -3.3219281 +12 0.42645691 -0.16541989 -3.2125174 -4.351659 0.1071815 -3.3143633 -0.2803082 1.2688108 +13 0.4262573 -0.16542461 -3.2207824 -3.6673115 0.10716854 -3.3143629999999997 -0.28017245 1.4905865e-10 +14 0.1711209 -3.1712352999999998 -0.59473847 -0.54207273 0.36006379 -0.62103121 -3.4318120000000003 -2.0117198000000002e-11 +15 0.42648614 -0.16541328 -3.2089838 -4.6549949 0.10717718 -3.314364 -0.28032826 -3.3219281 +16 -0.0099226109 0.0052182222 0.074698573 -2.3534147 -0.0035414974 -0.00033354510999999997 0.0056505834 1.2688108 +17 -1.2170721000000002 -2.5230441000000003 2.4410220000000002 1.3383187 0.051681605 2.6819957000000003 -2.6462814 1.2688108 +18 -0.0080430329 0.0040273919 0.064199453 -1.6153913999999998 -0.0029765874 -0.00022465682999999996 0.004718476 -2.0531173 +19 -1.1664903 -2.5445449 2.3239346000000003 1.9128561000000002 0.073875312 2.6819641 -2.6704842999999996 1.4652501000000002e-11 +20 -0.010903525 0.005620401800000001 0.083767805 -3.2434167 -0.0039537826000000005 -0.00035084898999999996 0.0062774848 -3.3219281 +21 -1.2297846000000001 -2.518158 2.4805679 1.0625749 0.043983666 2.6819467 -2.6398597 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.96696 0.47089928 -0.53635578 -0.53773959 -0.11255774 -0.78278584 0.48964589 3.1353808e-11 +2 1.3112799 -0.47571278 -2.7034213 -2.6951817000000005 0.35998603 -3.2931440999999997 -0.72708849 -1.9153287e-12 +3 -0.11637225 0.035839175 0.20873997 -0.61626114 -0.040475329 -0.0025808935999999997 0.048989234000000006 1.3476332 +4 -0.17513329 0.05560107 0.19417856 -0.54743946 -0.044989707999999996 -0.005302767700000001 0.060842927000000005 1.2438069e-09 +5 -0.54109789 -2.7637181 0.77784518 0.77990768 0.239399 1.5937406 -3.1268535 2.2506052999999998e-10 +6 -0.12980709 0.039366697 0.24674761 -0.78018465 -0.047113485 -0.0027866168 0.055330237000000004 -3.3219281 +7 -1.8756841 0.41043124 -3.4708851000000003 -3.4657126000000003 0.042795982 -4.0988644999999995 0.37337282 -1.4846921e-11 +8 -3.0384751 0.47406458 -0.39325996 -1.2130299 -0.12598441 -0.78311513 0.49482873 1.3476332 +9 -3.0668876 0.47627245 -0.39933794 -1.147765 -0.12665741 -0.78347972 0.49662744 1.4466168e-09 +10 -3.7632114999999997 -2.3098326 0.63471184 0.63607274 0.26038586 1.2180825000000002 -2.7865887000000003 -7.4518588e-11 +11 -3.0469416000000002 0.47434434 -0.36861197 -1.3824934 -0.12827082 -0.78313837 0.49543978 -3.3219281 +12 1.3089816 -0.47406348 -2.6639751 -3.4787044999999996 0.35891673 -3.2932550000000003 -0.7258706 1.3476332 +13 1.3093591999999998 -0.47395583 -2.6688985 -3.3932152 0.35905365 -3.2933538 -0.72627661 1.214944e-09 +14 0.84653923 -3.3534327000000004 -1.2854421 -1.2713430000000001 0.5963142 -1.7135349999999998 -3.7488852999999995 -2.1015695e-10 +15 1.3085374 -0.47384049 -2.6564723 -3.6653615 0.35870366 -3.2932653 -0.72559455 -3.3219281 +16 -0.32539303 0.098961435 0.43109763 -2.1290629 -0.09526231800000001 -0.008830877800000001 0.11630011 1.3476332 +17 -0.73905506 -2.6975436 1.1621959 0.32519221 0.12923607 1.5922664 -3.0658444 1.3476332 +18 -0.14291914 0.043316047 0.27016534 -0.89213802 -0.051852815999999996 -0.0030783306 0.06065106 -1.9742949 +19 -0.88677576 -2.6529844 1.1199454 0.38904406 0.13947433 1.5886153 -3.0436113 9.432569199999998e-10 +20 -0.34145588 0.10282012 0.47263602 -2.8479943 -0.10328014 -0.0090835286 0.12293691 -3.3219281 +21 -0.76124755 -2.6913525000000003 1.2428076000000001 0.18616297 0.10447801 1.5921889 -3.0582283 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2184592999999997 0.35155433 -0.15078064 -0.15037845 -0.094214022 -0.35455028 0.34881283 -5.2507204e-11 +2 1.4297712 -0.46400288 -2.1484728 -2.1457121 0.41285517 -3.2893989 -0.64793683 -6.555588100000001e-11 +3 -0.1930346 0.047373593 0.34901801 -0.46370138 -0.083656029 -0.0041310521 0.059563307 1.3726855 +4 -0.40732594 0.095668 0.34171944 -0.44059771 -0.10059779 -0.011578772 0.09101533699999999 -1.0562561000000001e-07 +5 -0.13753408 -2.8732634999999997 0.21327395 0.21243015 0.36643382 0.61480417 -3.2811218999999996 3.4912861e-10 +6 -0.21485268 0.051618885 0.41845378 -0.59900742 -0.099732865 -0.0044382971 0.066968108 -3.3219281 +7 -1.7646531000000003 0.28644549 -2.4808713 -2.4771104 0.14611963 -3.6693257000000004 0.24207754 1.8815549e-10 +8 -3.3955076 0.35680955 0.16024001 -0.64739912 -0.14795988 -0.3551685 0.35615765 1.3726855 +9 -3.5789166 0.36456646 0.16123982 -0.62327027 -0.15275211 -0.356562 0.36229044 -1.6097675e-07 +10 -3.4382317000000002 -2.4499008 0.18157756 0.18081354 0.36098353 0.50999686 -2.9642365 3.3413372000000004e-10 +11 -3.4154335 0.35721315 0.21975675 -0.78804188 -0.15901378 -0.35520686 0.35694913 -3.3219281 +12 1.4073197 -0.45462976 -2.0691289 -2.8671743 0.40569692 -3.2899071 -0.63502824 1.3726855 +13 1.4013695 -0.45117149 -2.0723857 -2.8303991 0.40495136 -3.2903714999999996 -0.63336726 -8.571919900000001e-08 +14 1.2052428 -3.4172097999999997 -1.6556653000000001 -1.6544201 0.72618027 -2.6978042 -3.833889 3.6638714e-10 +15 1.4043282 -0.45355618 -2.0549817999999997 -3.0423572 0.40454315 -3.2899542 -0.63313996 -3.3219281 +16 -0.68756711 0.15043691 0.77854814 -1.7939306000000002 -0.22153544 -0.017442559 0.15479865 1.3726855 +17 -0.35465567 -2.8053861 0.6323318 -0.18935507 0.23828791 0.61359511 -3.2195452999999996 1.3726855 +18 -0.23683847 0.056736502 0.46126452 -0.69057836 -0.11073129 -0.0049041314 0.073288699 -1.9492426 +19 -0.61795879 -2.7395027 0.61296834 -0.16289003 0.2402121 0.61012506 -3.1847618 -1.1963382e-07 +20 -0.71687223 0.15443813 0.86217823 -2.4565354999999998 -0.24542613 -0.017778878999999997 0.16195818 -3.3219282 +21 -0.37955832 -2.7990346 0.72185018 -0.31355885 0.2086858 0.61351542 -3.2118119 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0592012000000004 0.41083085 -0.37736665 -0.37751855 -0.09441860099999999 -0.65103853 0.41626383 3.3792946e-10 +2 1.4121226999999998 -0.49183066 -2.4854897 -2.4788973999999997 0.39633404 -3.2900080000000003 -0.72535314 2.0611546e-10 +3 -0.15081078 0.04216699 0.26725321 -0.54834246 -0.057348932000000005 -0.0033342441999999997 0.055336776 1.3583907 +4 -0.26657499 0.074588427 0.2563764 -0.5068609 -0.06704294599999999 -0.0080583504 0.076100748 1.0148911e-09 +5 -0.34785869 -2.8199213 0.50607964 0.50601444 0.29686448 1.2015963 -3.207871 -3.3903464e-12 +6 -0.16796951 0.04616151 0.31770418 -0.69985376 -0.0673696 -0.003593554 0.06234862 -3.3219281 +7 -1.7507952000000002 0.34403002 -3.1129685 -3.1070425 0.10032894 -3.966161 0.2949661 1.318915e-10 +8 -3.1734534 0.41506526 -0.1746548 -0.98308145 -0.1195786 -0.65150069 0.4227847 1.3583907 +9 -3.2465479999999998 0.41936423 -0.17675514 -0.9443267 -0.12169322 -0.65222816 0.42634176 1.3843989e-09 +10 -3.6114571000000004 -2.3795902 0.4216111 0.42141005 0.30446759 0.95240982 -2.8785705000000004 5.5403904e-11 +11 -3.1866355 0.41542053 -0.13855113 -1.1414896 -0.12416353 -0.65153188 0.42352261 -3.3219281 +12 1.4046766000000002 -0.48808048 -2.4324167 -3.2340777000000003 0.39370202 -3.2902244 -0.72105009 1.3583907 +13 1.4038861 -0.48719434 -2.4364576000000002 -3.1794052 0.39367947 -3.290431 -0.72106832 1.2891207e-09 +14 1.011624 -3.3860163 -1.4557511 -1.4481865 0.65547021 -2.1086438999999997 -3.7943646 2.2713986e-10 +15 1.4035581 -0.48762018 -2.4226693 -3.4147870000000005 0.39324273 -3.2902446000000003 -0.72033773 -3.3219281 +16 -0.47171829 0.12528564 0.57199941 -1.9955042 -0.14249734 -0.012790478000000001 0.13756091 1.3583907 +17 -0.55355888 -2.7529835 0.90933369 0.080343882 0.17748697 1.2002958000000001 -3.146572 1.3583907 +18 -0.18504004 0.050777750999999996 0.34878973 -0.80264791 -0.074384637 -0.0039713097999999995 0.068295745 -1.9635373999999999 +19 -0.75611002 -2.6969272 0.87847763 0.12307093 0.18367811 1.196588 -3.1174988 9.771489199999998e-10 +20 -0.49293427 0.12940213 0.62909063 -2.6901292000000003 -0.15552002 -0.013098737 0.1445906 -3.3219281 +21 -0.57695024 -2.7466812999999997 0.99487254 -0.05075369 0.15023673 1.2002176000000002 -3.1388702 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2468377999999998 0.34273576 -0.11179405 -0.11138845 -0.09651957 -0.28037469 0.33942956 -9.081566800000001e-10 +2 1.4222392 -0.45446149 -2.0862832 -2.0841613999999997 0.41213923 -3.2896282 -0.62786445 4.8072299e-09 +3 -0.2002059 0.047918804 0.36265742 -0.4496015 -0.088493044 -0.0042399779 0.059926297 1.3759983 +4 -0.43456694 0.09882787900000001 0.35630614 -0.4292003 -0.10680303 -0.012162703 0.093119669 -1.9105753e-07 +5 -0.10652282 -2.8802755 0.17064203 0.16977424 0.37751356 0.50731643 -3.290662 2.6142344e-09 +6 -0.22286234 0.052175607 0.43547466 -0.58203698 -0.10578361 -0.0045524938 0.067367315 -3.3219281 +7 -1.7934471 0.27938624 -2.3498352000000002 -2.3466245999999997 0.14945144 -3.5952453 0.2379178 -4.6218077e-09 +8 -3.4351589 0.34810728 0.221117 -0.58688255 -0.15717084 -0.2810144 0.34682434 1.3759983 +9 -3.6456115 0.35650967 0.22264438 -0.56490537 -0.1625973 -0.28253905 0.35340388 -1.7087016000000002e-07 +10 -3.4118717000000003 -2.4602855 0.1454394 0.14465383 0.37042184 0.42276843 -2.9760421000000004 2.5330368e-09 +11 -3.4563528 0.34851345 0.28585809 -0.72364306 -0.16994402 -0.28105343 0.34761763 -3.3219281 +12 1.3959110000000001 -0.44371113 -2.0013489 -2.7990815 0.40380177 -3.2902129999999996 -0.61286991 1.3759983 +13 1.3883292999999999 -0.43953887 -2.0043165000000003 -2.7648789000000003 0.40282795 -3.2907472 -0.61072165 -1.8443989999999998e-07 +14 1.2382812 -3.4218051 -1.6865084 -1.6859285 0.7376434 -2.8054533 -3.8391975 6.2021931e-09 +15 1.3924462 -0.44249041 -1.9862445 -2.9732675 0.40246746 -3.2902669999999996 -0.61070035 -3.3219281 +16 -0.72875977 0.15372245 0.81490419 -1.7582643 -0.23703742 -0.018154163 0.15685902 1.3759982 +17 -0.3260323 -2.8123452 0.59135887 -0.22887353 0.24817968 0.50610865 -3.2291195 1.3759983 +18 -0.2457008 0.05733955 0.48038179 -0.67163838 -0.11757116 -0.0050298559000000005 0.07371599 -1.9459297999999998 +19 -0.59951473 -2.745094 0.5740486 -0.20491302 0.24939175 0.50261847 -3.193545 -1.9054758e-07 +20 -0.75981664 0.15767839 0.90370227 -2.4151341 -0.26339733 -0.018490604 0.16402992 -3.3219282999999997 +21 -0.35124734 -2.8059974 0.68131526 -0.35216686 0.21824996 0.50602878 -3.2213892000000004 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2608737000000003 0.33819572 -0.09263273400000001 -0.09224329699999999 -0.097774489 -0.24016119 0.33474073 -1.4776353e-09 +2 1.4183811000000002 -0.4493121 -2.0545748 -2.0527089 0.41151657 -3.28971 -0.61721628 4.4518335e-08 +3 -0.20398993 0.048149818 0.36938337 -0.4425081 -0.090964886 -0.0042931022 0.060065600999999996 1.3782530000000002 +4 -0.44918461 0.10038226 0.36361527 -0.4236014 -0.11001294 -0.012503066 0.094138296 -2.5026379e-07 +5 -0.09135535300000001 -2.8835683 0.14999843 0.14913513 0.38305725 0.45262067 -3.2952013 -9.7171843e-10 +6 -0.22710312 0.052409958 0.4439187 -0.57348899 -0.10888886 -0.0046080287 0.06752296 -3.3219281 +7 -1.8103968999999998 0.2758831 -2.2816271 -2.2786633 0.15068347 -3.5550882000000006 0.23612791 2.2581595e-08 +8 -3.4550544999999997 0.3436187 0.25149188 -0.55658076 -0.16213361 -0.24081108 0.34215168 1.3782530000000002 +9 -3.6804892999999996 0.3523529 0.25341896 -0.53587195 -0.16794448 -0.24241091 0.3489565 -2.518357e-07 +10 -3.3988602999999995 -2.4655607999999996 0.12777514 0.12699932 0.37521989 0.37757944 -2.9818769 -1.1242622e-09 +11 -3.4769292000000003 0.34402575 0.31898061 -0.69127028 -0.17585424 -0.24085039 0.34294561 -3.3219281 +12 1.3899245 -0.43781825 -1.9666907 -2.7641028999999997 0.40253082 -3.2903373999999994 -0.60110629 1.3782530000000002 +13 1.3813915 -0.43324314 -1.9695388999999999 -2.7313906 0.4014225 -3.2909161 -0.59868103 -2.0038532999999998e-07 +14 1.2559373999999999 -3.4241431 -1.7015093000000001 -1.7012450000000001 0.74348878 -2.8601853 -3.8417896000000002 2.2868828999999996e-08 +15 1.3862008 -0.43651838 -1.9510773000000001 -2.9377582 0.40109697 -3.2903952000000003 -0.59878653 -3.3219281 +16 -0.75095062 0.15527565 0.8331717 -1.7403324 -0.24511824 -0.018556072 0.15780613 1.3782530000000002 +17 -0.31229834 -2.8156332 0.57143212 -0.24794761 0.25312849 0.4514117 -3.233695 1.3782530000000002 +18 -0.25039565 0.057592499000000005 0.48986727 -0.66207337 -0.12108616 -0.0050909405 0.073881634 -1.9436751 +19 -0.59124112 -2.7477075 0.55520062 -0.22533875 0.25396544 0.44788782 -3.1977314999999997 -2.5406157e-07 +20 -0.78300017 0.15920767 0.92463321 -2.3943058999999995 -0.27280383 -0.018892321 0.16498287 -3.3219282999999997 +21 -0.33770805 -2.8092876 0.66161354 -0.37080689 0.2230304 0.45133171 -3.2259662999999996 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1676551 0.36796589 -0.22121957 -0.22087833 -0.09158939599999999 -0.46708762 0.36686702 -1.8465383e-10 +2 1.4372539 -0.4780248 -2.2573128 -2.2532918 0.41170152 -3.2891516000000003 -0.67963136 -1.8043428e-10 +3 -0.18031841 0.046130804000000004 0.32397583 -0.48931394 -0.075165791 -0.0039149987 0.058655125 1.3679195 +4 -0.36151578 0.08970867699999999 0.31543357 -0.46147439 -0.089814515 -0.010557857 0.08696027 -2.2698552000000003e-08 +5 -0.19663797 -2.8591903999999997 0.29533697 0.29457866 0.34596774 0.80309219 -3.2620193 -8.2152353e-11 +6 -0.20070051 0.050334997 0.38735144 -0.6296857 -0.08918876 -0.0042106351 0.065976777 -3.3219281 +7 -1.7337613 0.30083926 -2.6980521 -2.693319 0.13655068 -3.7818136 0.25278562 -1.8758849e-10 +8 -3.3249795 0.37296717 0.052793424000000005 -0.7542099 -0.13453391 -0.46766275 0.37406197 1.3679195 +9 -3.4668843999999996 0.37960553 0.053020794 -0.72651593 -0.13838715 -0.468835 0.37939755 -3.28977e-08 +10 -3.4877593 -2.430421 0.25011363 0.24939231 0.34393977 0.65790662 -2.9413556 -1.5049473e-10 +11 -3.3427629 0.3733624 0.10389533 -0.90109384 -0.14301579 -0.46769948 0.3748467 -3.3219281 +12 1.4207119 -0.47080735 -2.1872049 -2.9855498 0.40633257 -3.2895445 -0.67002006 1.3679195 +13 1.4170107 -0.46839392 -2.1906407000000003 -2.9445675 0.40590127 -3.2899108 -0.66906167 -2.3485279999999998e-08 +14 1.1474141000000002 -3.4086542 -1.597724 -1.5948556999999999 0.70529926 -2.5090220000000003 -3.8235506 1.0466517e-11 +15 1.4184484 -0.46996626 -2.1746373 -3.1623859 0.4054524 -3.2895809999999996 -0.6685788 -3.3219281 +16 -0.61803095 0.14383747 0.71349258 -1.8577211999999999 -0.19516347 -0.016145963 0.15051826 1.3679195 +17 -0.40996634 -2.7915238999999996 0.71064099 -0.11336849 0.22014988 0.80187124 -3.2004682 1.3679195 +18 -0.22119083 0.05534010599999999 0.42645099 -0.72474203 -0.098843565 -0.0046531132000000005 0.072222218 -1.9540085999999999 +19 -0.65550103 -2.7282273999999997 0.68784934 -0.08251936900000001 0.22332501 0.79835374 -3.1671822999999995 -2.1277581000000002e-08 +20 -0.64456333 0.14790648 0.7882568 -2.5304064 -0.21509439 -0.016478833000000002 0.15765352 -3.3219281 +21 -0.43438535 -2.785174 0.79916292 -0.23935692 0.19117561 0.80179195 -3.1927347000000004 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_AUC_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2673281000000003 0.3359202 -0.083851532 -0.083470877 -0.098322088 -0.22086289 0.33244644 8.35092e-11 +2 1.41688 -0.44681162 -2.0393141 -2.0375151999999996 0.41120299 -3.2897122000000003 -0.61201787 2.1374659e-08 +3 -0.20592799 0.04825236 0.37252251 -0.43908869 -0.092165795 -0.0043193391 0.060122272000000004 1.379728 +4 -0.4565124 0.10110658 0.36709195 -0.4209561 -0.1115767 -0.012693508999999999 0.094605568 7.6137219e-09 +5 -0.084210231 -2.8850706 0.14029773 0.13947852 0.38572287 0.42638842 -3.2973128 4.2377435e-11 +6 -0.22928085 0.052514167 0.44790706 -0.5693812 -0.11040096 -0.0046354468 0.067587766 -3.3219281 +7 -1.8184985 0.27412082 -2.2490438999999998 -2.2461602000000003 0.15125412 -3.5358117999999994 0.23525602 2.1427728999999998e-08 +8 -3.4644074000000002 0.34136658 0.26557805 -0.54244346 -0.16449202 -0.22151766 0.33986327 1.379728 +9 -3.6973114999999996 0.35025777 0.26773953 -0.52239982 -0.17050981 -0.22315866 0.34677284 7.7318895e-09 +10 -3.3927078 -2.4681642999999998 0.11945792 0.11871121 0.3775481 0.35575667 -2.984695 5.0770832e-11 +11 -3.4866271 0.34177405 0.33439088 -0.67612772 -0.17868207 -0.22155709 0.34065757 -3.3219281 +12 1.387356 -0.43494826 -1.9499944 -2.747145 0.40189241 -3.2903611000000006 -0.5953579 1.379728 +13 1.3783345 -0.43016995 -1.9527511999999998 -2.7152157000000003 0.40071459 -3.2909648999999996 -0.59279307 3.2112697e-08 +14 1.2649567 -3.4252879999999997 -1.7085765 -1.7083544999999998 0.7463544 -2.8864165 -3.8430144999999998 2.1382149e-08 +15 1.3835022 -0.43360899 -1.9341273 -2.9205473 0.40040852 -3.2904209000000004 -0.59296395 -3.3219281 +16 -0.76222913 0.15599182 0.8418793 -1.7317357 -0.24907781 -0.018778724 0.15823232 1.379728 +17 -0.3059893 -2.8171347 0.56203835 -0.2568276 0.25549528 0.42517796 -3.2358277 1.379728 +18 -0.25280762 0.057704741 0.49434498 -0.65746688 -0.12279863 -0.0051210869 0.073950291 -1.9422001 +19 -0.5876604 -2.7489061 0.54629788 -0.23488438 0.25615074 0.42162961 -3.1996906000000003 7.6583433e-09 +20 -0.79480645 0.15991301 0.9346353 -2.3843502999999995 -0.27742355 -0.019114961 0.16541294 -3.3219281 +21 -0.33151514 -2.8107892000000003 0.65238843 -0.37950435 0.22531101 0.42509789 -3.2280990000000003 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=1.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=1.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.9046185 0.64063009 -1.0828308 -1.0822328 -0.26208753 -1.1362564 0.84807066 2.1238566000000002e-13 +2 0.78614166 -0.223132 -3.2146521 -3.2147002999999996 0.14991788 -3.2944534 -0.45549044 4.4408921e-15 +3 -0.0025761423999999997 0.0026760061 0.02993864 -1.0712111 -0.0009587306 -0.0005725138700000001 0.0013313464 1.8420134 +4 -0.00088513815 0.0012779514 0.011899123999999999 -0.33968823 -0.00035884904 -0.00033691962999999995 0.00045815928 6.215028500000001e-13 +5 -2.1434162 -2.3426606 2.403702 2.4028241 0.13764202 2.8764220000000003 -2.5925572999999997 -1.340634e-13 +6 -0.0036764771 0.0031390878000000003 0.040506146 -1.6201185 -0.0013423579999999999 -0.00063872754 0.0018972379999999999 -3.3219281 +7 -2.4852282000000003 0.62036473 -4.3620549 -4.3614203 -0.22311797 -4.4532155 0.78935679 2.1719292999999996e-12 +8 -2.8997394 0.64062266 -1.0747345 -2.1753089 -0.26180708 -1.1363047 0.84747137 1.8420134 +9 -2.9020981 0.64061461 -1.0796451999999999 -1.4306442 -0.26194552 -1.1362833 0.84776083 1.0174084e-12 +10 -4.7134073 -1.8924055 1.7289523999999998 1.7282110000000002 0.22239913 1.9679491000000002 -2.3408477999999997 -1.1035804000000001e-13 +11 -2.89926 0.64063231 -1.0703844 -2.7304307999999997 -0.26179709 -1.1363107 0.84741296 -3.3219281 +12 0.78824339 -0.22345389 -3.2177981 -4.319045200000001 0.15025518 -3.29445 -0.45684409 1.8420134 +13 0.78720578 -0.2233261 -3.2160368999999998 -3.5676932 0.15008516 -3.2944513 -0.45617599 1.1954882e-12 +14 0.27467828 -3.0683380000000002 -0.40009463 -0.40071507 0.41490857 -0.41481644 -3.4692858999999996 -1.3374306e-13 +15 0.78850481 -0.22347399 -3.2165482999999995 -4.8772706 0.15029614 -3.294451 -0.45701221 -3.3219281 +16 -0.0034613870000000002 0.0040306397 0.041921105 -1.9589337 -0.0013226827 -0.00093325788 0.0017894156 1.8420134 +17 -2.3379805 -2.2936669 2.6089006 1.5069853000000002 0.099415087 2.8740195 -2.5569936 1.8420134 +18 -0.0039383395000000005 0.0034186989000000003 0.043523569000000005 -1.8838156000000004 -0.0014401545 -0.0006989938900000001 0.0020324889 -1.4799147 +19 -2.2248519 -2.3170161 2.4823912999999997 2.1303451 0.12333707 2.8744933999999995 -2.5771838 9.992007199999999e-14 +20 -0.0045735279 0.0045067181 0.052539069 -3.2693072999999995 -0.0017105110999999999 -0.0010021505 0.0023612554 -3.3219281 +21 -2.3857605 -2.2873577000000003 2.6737001 1.0125875 0.086642579 2.8738487999999998 -2.5488702 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=10.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=10.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.6895071 0.25291548 -0.63537951 -0.63494753 -0.040931802999999996 -0.8644533 0.26503134 3.5560443e-13 +2 2.3229853 -0.51068296 -2.7368236 -2.7366737000000003 0.41135742 -3.2261107000000004 -0.84424852 -6.8072813e-14 +3 -0.17061631 0.029421986 0.17588192 -0.71766315 -0.030854943 -0.0083915106 0.032426518 1.8390794999999998 +4 -0.12256234 0.034878427000000004 0.10895265 -0.41855751 -0.020194015 -0.013732211999999999 0.023631647999999998 8.9093177e-12 +5 -0.90076279 -2.5883937 0.95610814 0.95528334 0.31760282 1.8146395 -3.1822662999999998 -2.5627412e-13 +6 -0.2124547 0.033368193 0.23264149 -1.0663878 -0.040132354 -0.0092185232 0.039893176 -3.3219281 +7 -0.73497022 0.19077649 -3.6382634 -3.6374945 0.11159017 -4.167391599999999 0.11915086 1.4188650000000001e-13 +8 -2.7929247000000004 0.25548264 -0.52522321 -1.4184128999999999 -0.049589303 -0.86546057 0.26874288 1.8390794999999998 +9 -2.774306 0.2561856 -0.56333079 -1.0904533 -0.046810615 -0.86620436 0.26809625 1.1389445e-11 +10 -4.0675716 -2.2875231 0.79390776 0.79306087 0.3520254 1.4180392 -3.0236449 -2.2712294000000002e-13 +11 -2.8151681 0.25580396 -0.49059309 -1.7892616000000001 -0.052260073 -0.86554919 0.26950635 -3.3219281 +12 2.3259309 -0.50988918 -2.7173824 -3.6110067999999997 0.41155539 -3.226394 -0.84587119 1.8390794999999998 +13 2.3261805 -0.51025347 -2.7231593 -3.2506463 0.41165167 -3.2264789 -0.84601347 9.061529300000001e-12 +14 1.3622347 -3.1859043999999996 -1.1514611000000001 -1.1520413 0.68480469 -1.4781131 -3.7141724999999997 -2.910313e-13 +15 2.3259644 -0.50968364 -2.7098395 -4.0089536 0.41145532 -3.2264310000000003 -0.84588754 -3.3219281 +16 -0.30124182 0.06687868 0.29670607 -1.8114404999999998 -0.053434511 -0.024360005 0.055244336 1.8390794999999998 +17 -1.2387749 -2.5317548999999997 1.3391636 0.44567165 0.20422885 1.8113172 -3.14647 1.8390794999999998 +18 -0.2312832 0.036508969 0.25205049 -1.2210085 -0.043637996 -0.010157692 0.043204646 -1.4828486 +19 -1.1122545 -2.5141717 1.196367 0.66811729 0.24910921 1.806385 -3.1589953 7.1872508e-12 +20 -0.34632476 0.070872405 0.35822479 -2.9632145 -0.063779344 -0.025305904 0.062700778 -3.3219281 +21 -1.3465261999999998 -2.5243897 1.4719822 0.17217481 0.1605329 1.8110582999999998 -3.1365826 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=100.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=100.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1448082000000004 0.16781141 -0.20128084 -0.20103942 -0.030464937 -0.4141183 0.17649608 -1.2597475000000001e-12 +2 2.2816482999999996 -0.416366 -2.2479366 -2.2473737999999996 0.41152479 -3.2189945 -0.58702713 1.8474111e-12 +3 -0.27901746 0.03226773 0.31634613 -0.54545855 -0.067686211 -0.012293106000000002 0.033397669 1.8382207999999998 +4 -0.18667219 0.045829797 0.20941418 -0.34900785 -0.04401097 -0.026618712000000003 0.022976504 -8.7128876e-10 +5 -0.27067755 -2.6665639 0.32097725 0.32048111 0.43247975 0.84302427 -3.2895763999999996 2.359668e-12 +6 -0.36394802 0.036489052 0.42365394 -0.82393238 -0.09207400800000001 -0.01340661 0.042454452000000004 -3.3219281 +7 -0.7699673 0.1142606 -2.6902086 -2.6891447 0.19346138 -3.7151747000000004 0.07947206400000001 7.6916251e-13 +8 -3.3891892 0.1712046 0.073487163 -0.7880967 -0.073042092 -0.41582715 0.18024135 1.8382207999999998 +9 -3.3176233 0.17352997 -0.0120992 -0.57029727 -0.059122830999999994 -0.41852082 0.17920984 -1.4030645e-09 +10 -3.5570062999999994 -2.3868216 0.28231529 0.28173014 0.43612441 0.72390194 -3.1394794999999998 2.2283286e-12 +11 -3.4589577000000005 0.1716019 0.16403848 -1.0833128 -0.088485316 -0.415958 0.18119778 -3.3219281 +12 2.2542947 -0.40718821 -2.1930492000000004 -3.0545597 0.40594286 -3.2207383 -0.57556705 1.8382207999999998 +13 2.2578051 -0.4063323 -2.2091993999999997 -2.7671957000000003 0.4070022 -3.2215386 -0.57702889 -7.579111700000001e-10 +14 1.7923288 -3.1934506000000003 -1.6043385000000001 -1.6036946 0.79874003 -2.4558592 -3.7230766 3.7432279e-12 +15 2.2482424 -0.40579939 -2.1749755 -3.4222523000000002 0.4044644 -3.2209373 -0.57305102 -3.3219281 +16 -0.50769182 0.078312232 0.57902792 -1.5463672 -0.12992658 -0.041978429000000005 0.056785264 1.8382207999999998 +17 -0.63686076 -2.6096486 0.73777341 -0.12468119 0.30208656 0.8398809 -3.2534827999999996 1.8382207999999998 +18 -0.39785994 0.039832524 0.46211754 -0.94843834 -0.10120182 -0.01476263 0.045947586 -1.4837073 +19 -0.51627107 -2.5816743 0.60344256 0.04438085 0.34701276 0.834553 -3.2644708 -1.0083868e-09 +20 -0.61312758 0.082252691 0.70855177 -2.6126568 -0.16284529 -0.04310694 0.066469112 -3.3219281 +21 -0.75818534 -2.602188 0.88409769 -0.3639562 0.2503895 0.83960961 -3.2432695 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -2.8806651000000003 0.20738074 -0.46161412 -0.46123198 -0.024816589 -0.72237439 0.21639725 7.9158902e-14 +2 2.4095294 -0.49136931 -2.5460534 -2.5457394 0.42579599 -3.2183737999999997 -0.76189487 -1.0715462e-13 +3 -0.21489523 0.031570072000000005 0.23290279 -0.64340866 -0.043860971 -0.01040243 0.032649002 1.8387071 +4 -0.14806026 0.040934164 0.14915835 -0.39509381 -0.028349257000000003 -0.019613218 0.022954764 5.6162852e-12 +5 -0.59014108 -2.6313381000000002 0.65644197 0.65569803 0.36901526 1.4263341 -3.2416853 -8.585183e-14 +6 -0.27301554 0.035736264 0.30940029 -0.96139244 -0.058242819 -0.011393012 0.040766127 -3.3219281 +7 -0.5951031 0.14405134 -3.3004643 -3.2995678 0.15951375 -4.0231249 0.0807069 -1.8259531e-13 +8 -3.041979 0.21051335 -0.29503122 -1.1710219 -0.042318862 -0.72373633 0.22029981 1.8387071 +9 -3.0061093999999997 0.21189935 -0.3494078 -0.893315 -0.036613427000000004 -0.72520286 0.2194718 6.4058758e-12 +10 -3.820444 -2.3404929 0.5583891 0.55848185 0.38800054 1.1596808 -3.0878549 -8.0566177e-14 +11 -3.0803066 0.2108922 -0.24224437 -1.5127065 -0.048075642 -0.72385009 0.22116347 -3.3219281 +12 2.4056861 -0.48827375 -2.5144166 -3.3906755 0.42458652 -3.2190309 -0.75994365 1.8387071 +13 2.4067822 -0.48841469 -2.5237515999999998 -3.0678339 0.4249356 -3.2192938 -0.76050045 5.913158900000001e-12 +14 1.5744524 -3.1926251 -1.3555973999999997 -1.356101 0.73676312 -1.8698451 -3.7218763 -1.7378589e-13 +15 2.4043412999999996 -0.48773494 -2.5033181 -3.7740592000000004 0.4241454 -3.2191102000000003 -0.75926316 -3.3219281 +16 -0.37614432 0.074193071 0.4065023 -1.7113286 -0.078463376 -0.032915799 0.054560954 1.8387071 +17 -0.94348417 -2.5745382 1.0578454 0.18114371 0.24648739 1.4231518 -3.2057185 1.8387071 +18 -0.29732676 0.039056968 0.33611848 -1.1025957 -0.063564315 -0.012552977 0.044087586 -1.483221 +19 -0.81954014 -2.5512563999999998 0.91906682 0.37392428 0.29166965 1.4178608999999998 -3.2174433 5.1511018e-12 +20 -0.44164285 0.078212136 0.49278346 -2.8285400000000003 -0.095699744 -0.03399832 0.062842063 -3.3219281 +21 -1.0584417 -2.5671003 1.1980867 -0.07369817599999999 0.19856581 1.4228866000000002 -3.1956581 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.1877807999999996 0.16252528 -0.15464681 -0.15444151 -0.03452346 -0.33809264 0.17149046 -7.7442836e-12 +2 2.2350361 -0.39947845 -2.1922933 -2.1916884 0.40573221 -3.220183 -0.55331988 3.8073321999999996e-11 +3 -0.2909069 0.032231575 0.33085467 -0.52903769 -0.072399847 -0.012529406000000002 0.033627822 1.8381095 +4 -0.19439173 0.046443067000000005 0.22003136 -0.34021496 -0.047183572 -0.027732951000000002 0.023135982000000003 -1.5990232e-09 +5 -0.22499703 -2.6706566 0.27114736 0.27069121 0.4426626 0.73638129 -3.2955134 2.216094e-11 +6 -0.38099455 0.036451687999999996 0.44379331 -0.80085489 -0.098859763 -0.013655211 0.04285151 -3.3219281 +7 -0.85473643 0.1120337 -2.5612699 -2.5601847999999996 0.19503403 -3.6396809 0.083421944 -3.4883071999999996e-11 +8 -3.450154 0.1659227 0.1430482 -0.7166525 -0.083711144 -0.33984207 0.17523796 1.8381095 +9 -3.3714047 0.16840584 0.050806290999999996 -0.5092498 -0.0676307 -0.34276785 0.17418378 -1.4412874e-09 +10 -3.5181312999999994 -2.3928992 0.23969008 0.23913077 0.44433717 0.63785441 -3.1458445 2.1464275e-11 +11 -3.5274853999999998 0.16632021 0.24215218 -1.0022909 -0.1018963 -0.339974 0.17621721 -3.3219281 +12 2.2014134 -0.3888981 -2.1324521 -2.9920044 0.39906039 -3.2222111 -0.53980184 1.8381095 +13 2.2056174 -0.38776291 -2.1500793999999996 -2.7098526 0.40031014 -3.2231656 -0.54147879 -1.5431275e-09 +14 1.8238302 -3.1931616000000003 -1.6423991999999998 -1.6424945 0.8085689 -2.5626755 -3.7229913 5.0506821e-11 +15 2.1940748 -0.38731587 -2.1128596 -3.3571484 0.39731576 -3.2224407999999998 -0.53687958 -3.3219281 +16 -0.53442667 0.07864862 0.61055078 -1.5156497 -0.14077816 -0.043280062 0.057463617 1.8381095 +17 -0.59262581 -2.613795 0.68948515 -0.17075719 0.31133846 0.73323143 -3.2594127 1.8381095 +18 -0.41684839 0.039785783 0.48443665 -0.92255022 -0.10880117 -0.015034303 0.046388737 -1.4838186000000002 +19 -0.47259619 -2.5851764999999998 0.55613065 -0.004754518 0.35617285 0.72783793 -3.2703017000000005 -1.5950402e-09 +20 -0.6481461 0.082579351 0.74865982 -2.5725357000000004 -0.17727649 -0.044407000999999995 0.06738245799999999 -3.3219281 +21 -0.71474144 -2.6063379 0.8370986 -0.40836243 0.25918732 0.73295941 -3.2491787999999997 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=400.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=400.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2087833999999997 0.15991571 -0.13152094 -0.13133497 -0.036826675 -0.29698489 0.16912957 -1.2545578999999999e-11 +2 2.2090365000000003 -0.39067041 -2.1638189999999997 -2.1631932999999997 0.40247695 -3.2207985 -0.53619396 3.7703085e-10 +3 -0.29691672 0.032192267999999996 0.33809609 -0.52081043 -0.074812133 -0.012640806000000001 0.033747895 1.838034 +4 -0.19835255 0.046727661 0.22535469 -0.33580807 -0.048815409000000004 -0.028338983999999998 0.023226524 -2.1406108e-09 +5 -0.20295741 -2.6724821 0.2466154 0.24662744 0.44767827 0.68225035 -3.2983055 -8.214546600000001e-12 +6 -0.38964313 0.036411109 0.45388872 -0.78928807 -0.10234754 -0.013772275 0.043055261 -3.3219281 +7 -0.90439086 0.11109447 -2.4938689 -2.4927747000000005 0.19528501 -3.5988822 0.08570771599999999 1.9038793e-10 +8 -3.4807428999999996 0.1633116 0.17809281 -0.68063824 -0.089618506 -0.29875267 0.17288259 1.838034 +9 -3.3983286 0.16587374 0.082412894 -0.47857815 -0.072362934 -0.30180541 0.17181873 -2.1541661e-09 +10 -3.4992099999999997 -2.3958517999999995 0.21870584 0.21831907 0.44844505 0.59337759 -3.1488335 -9.507769900000002e-12 +11 -3.5621617999999997 0.16370916 0.281733 -0.96125554 -0.10933121 -0.29888502 0.17387398 -3.3219281 +12 2.1719939999999998 -0.379352 -2.1013692 -2.9599123 0.39522144 -3.2229832000000003 -0.52162199 1.838034 +13 2.1765891 -0.37806009 -2.1197778 -2.6804437 0.39657645 -3.224031 -0.52341364 -1.7039146e-09 +14 1.8388708999999999 -3.1929421000000002 -1.6612387 -1.6613478 0.81339222 -2.6168381000000003 -3.7228709 1.9284241e-10 +15 2.1639456000000004 -0.37766812 -2.0809712 -3.3237631000000003 0.39333222 -3.2232298 -0.51848938 -3.3219281 +16 -0.54815486 0.078775042 0.62647375 -1.5000649 -0.14641382 -0.043968767 0.057815606 1.838034 +17 -0.57121628 -2.6156657 0.66613002 -0.19313798 0.31593854 0.6790954 -3.2622047000000003 1.838034 +18 -0.42649467 0.039738685 0.49563648 -0.90955951 -0.11271282 -0.015162087 0.04661503 -1.4838941 +19 -0.45150456 -2.5867318999999998 0.53298263 -0.028565695 0.36070244 0.673644 -3.273043 -2.1729507e-09 +20 -0.6661781 0.082701474 0.76901965 -2.5521702 -0.18481489 -0.045094623 0.06785006 -3.3219281 +21 -0.69371078 -2.6082104 0.81411243 -0.42985595 0.26356814 0.67882296 -3.2519601000000002 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=50.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=50.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.0658022999999996 0.1781551 -0.28408893 -0.28379213 -0.025417749 -0.53010858 0.18666746 -4.4527628000000006e-13 +2 2.3482705000000004 -0.44424775 -2.3448142000000005 -2.3443287 0.41963411 -3.2175177 -0.64590255 -1.9060388e-14 +3 -0.25818768 0.032223928 0.29019666 -0.57532859 -0.059604495 -0.011805464 0.033043912 1.8383819 +4 -0.17354102 0.044592168 0.19037772 -0.36443186 -0.038616917 -0.024609272 0.022786322 -2.137536e-10 +5 -0.35906539 -2.6578698 0.41626139 0.41570696 0.41360722 1.0301945 -3.277483 3.1008528999999997e-13 +6 -0.33420666 0.03644188 0.38757922 -0.86586028 -0.08051377400000001 -0.012891214 0.041800302000000004 -3.3219281 +7 -0.66281104 0.12011969 -2.9020534 -2.9010355 0.18717264 -3.8305814 0.075021003 -4.0010797e-13 +8 -3.2815746 0.18151577 -0.047209707999999996 -0.91247227 -0.058032310999999996 -0.53173015 0.19044029 1.8383819 +9 -3.2222092 0.18355633 -0.12181758 -0.67635368 -0.047368919 -0.53402534 0.1894591 -3.0250212999999997e-10 +10 -3.6311269 -2.3747849 0.36237277 0.3619625 0.42130765 0.86992808 -3.1264767000000004 3.126388e-13 +11 -3.3396581 0.18191159 0.029648445 -1.2235145 -0.06948684200000001 -0.53185784 0.19136165 -3.3219281 +12 2.3304306 -0.43734372 -2.2980786 -3.1633899 0.41576032 -3.218831 -0.63790723 1.8383819 +13 2.332939 -0.43689821 -2.3118202 -2.8662876 0.41653491 -3.2194142999999995 -0.63902792 -2.2451263e-10 +14 1.7315947 -3.193738 -1.5309875 -1.5312725 0.78045075 -2.2681322 -3.723097 2.2493118e-13 +15 2.3263002999999998 -0.43627011 -2.2824787 -3.5356953 0.41469116 -3.218983 -0.63606566 -3.3219281 +16 -0.46229455 0.07747491299999999 0.52338421 -1.6002129999999999 -0.11180746 -0.039518527000000005 0.055712605 1.8383819 +17 -0.72209383 -2.6009366000000003 0.82921822 -0.03684998 0.28518148 1.0270546999999999 -3.2414152 1.8383819 +18 -0.36482057 0.039793268 0.42222048 -0.99543701 -0.08829152400000001 -0.014198335 0.045220975999999996 -1.4835462 +19 -0.60051985 -2.5741869 0.69367475 0.13813094 0.33023439 1.0217578 -3.2525963 -1.9262956000000002e-10 +20 -0.55382749 0.081436311 0.63831033 -2.6829271 -0.13897243 -0.040644409 0.064959273 -3.3219281 +21 -0.84179408 -2.5934743 0.97345868 -0.27977257 0.23443468 1.0267849 -3.231242 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=800.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/exp_data/60m_SS_I=800.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,22 @@ + TSC1/2 p70S6K AKT AKTP PRAS40 IRS1_PI3K mTORC1_pS2448 mTORC2 +1 -3.2183989 0.15865006 -0.12086793 -0.12069122 -0.037934857999999995 -0.27726972 0.16803329 7.0055073e-13 +2 2.1959512 -0.38638991 -2.1500656000000005 -2.1494299999999997 0.40083152 -3.2210589 -0.52795747 1.7297286000000002e-10 +3 -0.29977949 0.032167412 0.34153072 -0.51686642 -0.07597024200000001 -0.012694335 0.033804881 1.8379848 +4 -0.20025792 0.04685152099999999 0.22789462 -0.33372727 -0.049602644 -0.028655892999999998 0.023271662999999998 6.4184547e-11 +5 -0.19265929 -2.6732769 0.23463486 0.23545908 0.45004056 0.65634275 -3.2995946000000003 3.5627057e-13 +6 -0.39377848 0.03638576 0.45869337 -0.78374735 -0.10402723 -0.013828638 0.043152447999999996 -3.3219281 +7 -0.92941007 0.11064409 -2.4616176 -2.4605195 0.1953033 -3.5793136 0.086831362 1.7341972e-10 +8 -3.4949928999999997 0.16204444 0.1944437 -0.66378585 -0.092489845 -0.27904607 0.17178973 1.8379848 +9 -3.4108542 0.16464305 0.097141407 -0.46431774 -0.074662928 -0.28216454 0.17072186 6.5175976e-11 +10 -3.4903419 -2.3972586 0.2090355 0.20850963 0.45039557 0.57194774 -3.1502133 4.2921221999999997e-13 +11 -3.5784084000000003 0.16244206 0.30028012 -0.94198063 -0.11295919 -0.27917861 0.17278702 -3.3219281 +12 2.1572102 -0.37471086 -2.086341 -2.9443634999999997 0.3932889 -3.2233223 -0.51287944 1.8379848 +13 2.1620039 -0.37334049 -2.105131 -2.6662446 0.39469663 -3.2244202 -0.51472774 2.6250158e-10 +14 1.8457569999999999 -3.1927916 -1.6699635 -1.6701561000000003 0.81565815 -2.6427378 -3.7227592000000005 1.7303536000000001e-10 +15 2.1488065 -0.37297721 -2.0655471999999997 -3.3075907 0.39132791 -3.2235775 -0.50964501 -3.3219281 +16 -0.55475556 0.078819795 0.63408149 -1.4925879 -0.14914194 -0.044327570999999996 0.05798437099999999 1.8379848 +17 -0.5611886 -2.6164865 0.65536187 -0.2036486 0.31812234 0.6531842 -3.2634952999999998 1.8379848 +18 -0.43110962 0.039709686 0.50096903 -0.90332886 -0.11459788 -0.015223589 0.04672293 -1.4839433000000002 +19 -0.44165307 -2.5874129 0.52244363 -0.039811223 0.36284294 0.64769662 -3.2743076 6.4569572e-11 +20 -0.6748693 0.082744681 0.77877712 -2.5424101 -0.18847667 -0.045453187 0.068073783 -3.3219281 +21 -0.68386658 -2.6090313 0.80330615 -0.43987135 0.2656439 0.65291147 -3.2532452000000003 -3.3219281 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/exp_data/__init__.py diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,30 @@ +I/IGF + IR_b +IR_b + PDK2 +IR_b + IRS1_PI3K +IR_b + PI3K_variant +IRS1_PI3K + PI3K +PI3K + PIP3 +PIP3 + PDK1 +PDK1 + AKT +AKT + AKTP +PDK2 + AKTP +PIP3 + AKT +AKT - TSC1/2 +AKTP - TSC1/2 +TSC1/2 - Rheb +mTORC1_pS2448 + p70S6K +p70S6K + S6 +p70S6K - IRS1_PI3K +p70S6K + Protein_Synthesis +mTORC1_pS2448 + eIF4E +eIF4E + Protein_Synthesis +mTORC2 + AKTP +PI3K_variant + mTORC2 +Rheb + mTORC1_Rags +mTORC1_Rags + mTORC1_pS2448 +Amino_Acids + mTORC1_Rags +S6 + Protein_Synthesis +AKT - PRAS40 +AKTP - PRAS40 +PRAS40 - mTORC1 +mTORC1 + mTORC1_Rags \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/pezze_2012/ptb.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/pezze_2012/ptb.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,7 @@ +Target Type Value Comment +TSC1/2 node -1 +IRS1_PI3K node -1 +PI3K_variant node -1 +PDK2 node -1 +mTORC1_pS2448 node -1 +mTORC2 node -1 \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,118 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Schliemann, M. et al. +Heterogeneity reduces sensitivity of cell death for TNF-Stimuli. +BMC Systems Biology 2011, 5:204 +http://www.biomedcentral.com/1752-0509/5/204 + +[Information] +- The experimental data was generated using ODE model of Schliemann et al. + (It is hypothesized that the ODE model is quite well constructed enough to be + a substitute for real experimental data). +- The directed network was created by Junsoo Kang (reality312@kaist.ac.kr). +- The unit of TNF stimulation is nM. +""" + +import sys +if sys.version_info <= (2, 8): + from builtins import super + +import os +import re +import glob + +import pandas as pd + +import sfa +import sfa.base + + +def create_data(abbr=None): + if abbr is None: # Create all data objects + data_mult = {} # Multiple data + dpath = os.path.dirname(__file__) + + fstr_file = os.path.join(dpath, 'exp_data', 'exp_*') + for abspath in glob.glob(fstr_file): + fname = os.path.basename(abspath) + data_obj = _create_single_data(abbr, fname=fname) + data_mult[data_obj.abbr] = data_obj + + # end of for + + return data_mult + else: # Create a single data object + return _create_single_data(abbr) + +# end of def + +def _create_single_data(abbr=None, fname=None): + dpath = os.path.dirname(__file__) + + if fname: + items = re.split('[._]', fname) + + sim_duration = items[1] + data_type = items[2] + stim_I = items[3] # The concentration of insulin stimulation + + # Fetch the concentration of I + m = re.search("TNF=((\d|d)+)", stim_I) + dconc_I = m.group(1) + conc_I = dconc_I.replace('d', '.') # Use '.' instead of 'd' + abbr = "%s_%s_TNF=%s"%(sim_duration, data_type, conc_I) + + elif abbr: # Use abbr + items = re.split('[_]', abbr) + + sim_duration = items[1] + data_type = items[2] + stim_I = items[3] # The concentration of insulin stimulation + + # Fetch the concentration of I + m = re.search("TNF=((\w|\.)+)", stim_I) + dconc_I = m.group(1) + conc_I = dconc_I.replace('d', '.') # Use '.' instead of 'd' + fname = "exp_%s_%s_I=%s.tsv" % (sim_duration, data_type, conc_I) + else: + raise ValueError("One of abbr or fname should be given" + "in %s._create_single_data()"%(__name__)) + # end of if-else + + fname_exp = os.path.join('exp_data', fname) + fname_conds = "conds.tsv" + + return SchliemannData(abbr, data_type, + conc_I, + fname_conds, fname_exp) + + +# end of def + + +class SchliemannData(sfa.base.Data): + def __init__(self, + abbr, + data_type, + conc_I, + fname_conds, fname_exp): + + super().__init__() + self._abbr = abbr + + fstr_name = "SCHLIEMANN_2011_%s[I=%snM]" + str_name = fstr_name % (data_type, conc_I) + self._name = str_name + + inputs = {} + inputs['TNF'] = 1 #float(conc_I) + self._inputs = inputs + + self.initialize(__file__, + inputs=inputs, + fname_conds=fname_conds, + fname_exp=fname_exp) + # end of def __init__ +# end of def class \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/conds.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/conds.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP Casp3 Casp6 pCasp8 +1 -1 0 0 0 0 0 0 0 +2 0 -1 0 0 0 0 0 0 +3 0 0 -1 0 0 0 0 0 +4 0 0 0 -1 0 0 0 0 +5 0 0 0 0 -1 0 0 0 +6 0 0 0 0 0 -1 0 0 +7 0 0 0 0 0 0 -1 0 +8 0 0 0 0 0 0 0 -1 +9 -1 -1 0 0 0 0 0 0 +10 -1 0 -1 0 0 0 0 0 +11 -1 0 0 -1 0 0 0 0 +12 -1 0 0 0 -1 0 0 0 +13 -1 0 0 0 0 -1 0 0 +14 -1 0 0 0 0 0 -1 0 +15 -1 0 0 0 0 0 0 -1 +16 0 -1 -1 0 0 0 0 0 +17 0 -1 0 -1 0 0 0 0 +18 0 -1 0 0 -1 0 0 0 +19 0 -1 0 0 0 -1 0 0 +20 0 -1 0 0 0 0 -1 0 +21 0 -1 0 0 0 0 0 -1 +22 0 0 -1 -1 0 0 0 0 +23 0 0 -1 0 -1 0 0 0 +24 0 0 -1 0 0 -1 0 0 +25 0 0 -1 0 0 0 -1 0 +26 0 0 -1 0 0 0 0 -1 +27 0 0 0 -1 -1 0 0 0 +28 0 0 0 -1 0 -1 0 0 +29 0 0 0 -1 0 0 -1 0 +30 0 0 0 -1 0 0 0 -1 +31 0 0 0 0 -1 -1 0 0 +32 0 0 0 0 -1 0 -1 0 +33 0 0 0 0 -1 0 0 -1 +34 0 0 0 0 0 -1 -1 0 +35 0 0 0 0 0 -1 0 -1 +36 0 0 0 0 0 0 -1 -1 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/__init__.py diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_AUC_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_AUC_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.089996826 -6.341488e-08 -2.3894728e-09 -7.1044622e-09 -2.8512183e-10 -1.0491827e-08 -9.0163438e-09 3.6934772e-11 2.8589962e-11 +2 7.522384e-05 -0.006395205 -0.00063873504 -0.0022831813 -0.00010547777 -0.0011749648 0.0019657685 0.0014456399 0.0018461195000000002 +3 0.023341327999999998 1.6734422e-08 -0.19132835 1.6013715e-09 9.618302099999999e-11 0.032141682000000005 4.5257758e-07 -4.656917e-08 8.683371300000001e-06 +4 -1.3960404e-06 -1.0736556999999998e-12 -1.9545814e-14 -0.191235 -3.1549052e-07 -0.056068691 0.00046633628 0.00051497222 0.0006581454300000001 +5 6.6934273 4.7173223e-06 1.7747034e-07 -0.0023312558 -0.19165369 230003.7 0.27866066 0.30804103 139.27351000000002 +6 2.4415878e-07 6.111501500000001e-13 5.3508397e-14 2.0209023e-08 2.5813665e-07 0.0079398912 0.00020716807 -0.00033537252 -0.00029948035 +7 4.5903869000000007e-08 4.0676386000000004e-14 9.7035954e-16 3.2336563999999994e-08 4.1552503000000004e-07 1.0305287e-07 -0.0006573652 -0.33486367 -0.36874021 +8 -3.1395116e-07 1.0480447e-12 1.2836469999999998e-13 6.742053999999999e-08 8.404395300000001e-07 -0.018561138 -0.00035866343 -0.0012605226 -0.24154953 +9 -0.089996826 -6.341488e-08 -2.3894728e-09 -7.1044622e-09 -2.8512183e-10 -1.0491827e-08 -9.0163438e-09 3.6934772e-11 2.8589962e-11 +10 -0.089996826 -6.341488e-08 -2.3894728e-09 -7.1044622e-09 -2.8512183e-10 -1.0491827e-08 -9.0163438e-09 3.6934772e-11 2.8589962e-11 +11 -0.089996826 -6.341488e-08 -2.3894728e-09 -7.1044622e-09 -2.8512183e-10 -1.0491827e-08 -9.0163438e-09 3.6934772e-11 2.8589962e-11 +12 -0.089996826 -6.341488e-08 -2.3894728e-09 -7.1044622e-09 -2.8512183e-10 -1.0491827e-08 -9.0163438e-09 3.6934772e-11 2.8589962e-11 +13 -0.089996826 -6.341488e-08 -2.3894728e-09 -7.1044622e-09 -2.8512183e-10 -1.0491827e-08 -9.0163438e-09 3.6934772e-11 2.8589962e-11 +14 -0.089996826 -6.341488e-08 -2.3894728e-09 -7.1044622e-09 -2.8512183e-10 -1.0491827e-08 -9.0163438e-09 3.6934772e-11 2.8589962e-11 +15 -0.089996826 -6.341488e-08 -2.3894728e-09 -7.1044622e-09 -2.8512183e-10 -1.0491827e-08 -9.0163438e-09 3.6934772e-11 2.8589962e-11 +16 7.522384e-05 -0.006395205 -0.00063873504 -0.0022831813 -0.00010547777 -0.0011749648 0.0019657685 0.0014456399 0.0018461195000000002 +17 7.522384e-05 -0.006395205 -0.00063873504 -0.0022831813 -0.00010547777 -0.0011749648 0.0019657685 0.0014456399 0.0018461195000000002 +18 7.522384e-05 -0.006395205 -0.00063873504 -0.0022831813 -0.00010547777 -0.0011749648 0.0019657685 0.0014456399 0.0018461195000000002 +19 7.522384e-05 -0.006395205 -0.00063873504 -0.0022831813 -0.00010547777 -0.0011749648 0.0019657685 0.0014456399 0.0018461195000000002 +20 7.522384e-05 -0.006395205 -0.00063873504 -0.0022831813 -0.00010547777 -0.0011749648 0.0019657685 0.0014456399 0.0018461195000000002 +21 7.522384e-05 -0.006395205 -0.00063873504 -0.0022831813 -0.00010547777 -0.0011749648 0.0019657685 0.0014456399 0.0018461195000000002 +22 0.023341327999999998 1.6734422e-08 -0.19132835 1.6013715e-09 9.618302099999999e-11 0.032141682000000005 4.5257758e-07 -4.656917e-08 8.683371300000001e-06 +23 0.023341327999999998 1.6734422e-08 -0.19132835 1.6013715e-09 9.618302099999999e-11 0.032141682000000005 4.5257758e-07 -4.656917e-08 8.683371300000001e-06 +24 0.023341327999999998 1.6734422e-08 -0.19132835 1.6013715e-09 9.618302099999999e-11 0.032141682000000005 4.5257758e-07 -4.656917e-08 8.683371300000001e-06 +25 0.023341327999999998 1.6734422e-08 -0.19132835 1.6013715e-09 9.618302099999999e-11 0.032141682000000005 4.5257758e-07 -4.656917e-08 8.683371300000001e-06 +26 0.023341327999999998 1.6734422e-08 -0.19132835 1.6013715e-09 9.618302099999999e-11 0.032141682000000005 4.5257758e-07 -4.656917e-08 8.683371300000001e-06 +27 -1.3960404e-06 -1.0736556999999998e-12 -1.9545814e-14 -0.191235 -3.1549052e-07 -0.056068691 0.00046633628 0.00051497222 0.0006581454300000001 +28 -1.3960404e-06 -1.0736556999999998e-12 -1.9545814e-14 -0.191235 -3.1549052e-07 -0.056068691 0.00046633628 0.00051497222 0.0006581454300000001 +29 -1.3960404e-06 -1.0736556999999998e-12 -1.9545814e-14 -0.191235 -3.1549052e-07 -0.056068691 0.00046633628 0.00051497222 0.0006581454300000001 +30 -1.3960404e-06 -1.0736556999999998e-12 -1.9545814e-14 -0.191235 -3.1549052e-07 -0.056068691 0.00046633628 0.00051497222 0.0006581454300000001 +31 6.6934273 4.7173223e-06 1.7747034e-07 -0.0023312558 -0.19165369 230003.7 0.27866066 0.30804103 139.27351000000002 +32 6.6934273 4.7173223e-06 1.7747034e-07 -0.0023312558 -0.19165369 230003.7 0.27866066 0.30804103 139.27351000000002 +33 6.6934273 4.7173223e-06 1.7747034e-07 -0.0023312558 -0.19165369 230003.7 0.27866066 0.30804103 139.27351000000002 +34 2.4415878e-07 6.111501500000001e-13 5.3508397e-14 2.0209023e-08 2.5813665e-07 0.0079398912 0.00020716807 -0.00033537252 -0.00029948035 +35 2.4415878e-07 6.111501500000001e-13 5.3508397e-14 2.0209023e-08 2.5813665e-07 0.0079398912 0.00020716807 -0.00033537252 -0.00029948035 +36 4.5903869000000007e-08 4.0676386000000004e-14 9.7035954e-16 3.2336563999999994e-08 4.1552503000000004e-07 1.0305287e-07 -0.0006573652 -0.33486367 -0.36874021 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_AUC_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_AUC_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.089997017 -6.3412838e-07 -2.3894335e-08 -7.104325799999999e-08 -2.8511689e-09 -1.0491614e-07 6.8798155e-08 3.7791697999999996e-10 3.175685e-10 +2 7.5124592e-05 -0.0063951906000000005 -0.00063873603 -0.0022832672 -0.00010651358 -0.0019914588 0.0029890188000000002 0.0031390158 0.0039892437 +3 0.023341382 1.6733879000000002e-07 -0.19132831 1.5991554e-08 6.9390071e-10 0.032141792 -3.0343583000000004e-07 -2.852531e-08 8.7223237e-05 +4 -1.3789618000000002e-06 -1.0998786e-11 -2.3732217e-13 -0.19123489 6.7491224e-08 -0.056093002 -0.00040323572 -0.00011019803999999998 -0.00012373345 +5 0.67247574 4.7385084000000004e-06 1.7831649e-07 -0.002345711 -0.19165649 23146.702999999998 0.28313079 0.31281826 139.92136000000002 +6 1.6377271e-08 1.4228268e-13 -8.3173659e-16 3.7462463e-09 5.450159999999999e-08 5.6615692e-07 -0.00010237515999999999 -3.3768902000000003e-06 0.00011921153 +7 4.587345e-08 3.7361758e-13 5.4062878e-15 3.2312972000000004e-08 4.1522406e-07 1.0298435000000002e-07 -0.0006534581299999999 -0.33477458 -0.36782115 +8 -3.5895082000000003e-07 -2.8863297999999998e-12 -4.9072459000000005e-14 -9.3649005e-09 -1.1280894e-07 -0.018560819 0.00043248581 0.0002946621 -0.24008478 +9 -0.089997017 -6.3412838e-07 -2.3894335e-08 -7.104325799999999e-08 -2.8511689e-09 -1.0491614e-07 6.8798155e-08 3.7791697999999996e-10 3.175685e-10 +10 -0.089997017 -6.3412838e-07 -2.3894335e-08 -7.104325799999999e-08 -2.8511689e-09 -1.0491614e-07 6.8798155e-08 3.7791697999999996e-10 3.175685e-10 +11 -0.089997017 -6.3412838e-07 -2.3894335e-08 -7.104325799999999e-08 -2.8511689e-09 -1.0491614e-07 6.8798155e-08 3.7791697999999996e-10 3.175685e-10 +12 -0.089997017 -6.3412838e-07 -2.3894335e-08 -7.104325799999999e-08 -2.8511689e-09 -1.0491614e-07 6.8798155e-08 3.7791697999999996e-10 3.175685e-10 +13 -0.089997017 -6.3412838e-07 -2.3894335e-08 -7.104325799999999e-08 -2.8511689e-09 -1.0491614e-07 6.8798155e-08 3.7791697999999996e-10 3.175685e-10 +14 -0.089997017 -6.3412838e-07 -2.3894335e-08 -7.104325799999999e-08 -2.8511689e-09 -1.0491614e-07 6.8798155e-08 3.7791697999999996e-10 3.175685e-10 +15 -0.089997017 -6.3412838e-07 -2.3894335e-08 -7.104325799999999e-08 -2.8511689e-09 -1.0491614e-07 6.8798155e-08 3.7791697999999996e-10 3.175685e-10 +16 7.5124592e-05 -0.0063951906000000005 -0.00063873603 -0.0022832672 -0.00010651358 -0.0019914588 0.0029890188000000002 0.0031390158 0.0039892437 +17 7.5124592e-05 -0.0063951906000000005 -0.00063873603 -0.0022832672 -0.00010651358 -0.0019914588 0.0029890188000000002 0.0031390158 0.0039892437 +18 7.5124592e-05 -0.0063951906000000005 -0.00063873603 -0.0022832672 -0.00010651358 -0.0019914588 0.0029890188000000002 0.0031390158 0.0039892437 +19 7.5124592e-05 -0.0063951906000000005 -0.00063873603 -0.0022832672 -0.00010651358 -0.0019914588 0.0029890188000000002 0.0031390158 0.0039892437 +20 7.5124592e-05 -0.0063951906000000005 -0.00063873603 -0.0022832672 -0.00010651358 -0.0019914588 0.0029890188000000002 0.0031390158 0.0039892437 +21 7.5124592e-05 -0.0063951906000000005 -0.00063873603 -0.0022832672 -0.00010651358 -0.0019914588 0.0029890188000000002 0.0031390158 0.0039892437 +22 0.023341382 1.6733879000000002e-07 -0.19132831 1.5991554e-08 6.9390071e-10 0.032141792 -3.0343583000000004e-07 -2.852531e-08 8.7223237e-05 +23 0.023341382 1.6733879000000002e-07 -0.19132831 1.5991554e-08 6.9390071e-10 0.032141792 -3.0343583000000004e-07 -2.852531e-08 8.7223237e-05 +24 0.023341382 1.6733879000000002e-07 -0.19132831 1.5991554e-08 6.9390071e-10 0.032141792 -3.0343583000000004e-07 -2.852531e-08 8.7223237e-05 +25 0.023341382 1.6733879000000002e-07 -0.19132831 1.5991554e-08 6.9390071e-10 0.032141792 -3.0343583000000004e-07 -2.852531e-08 8.7223237e-05 +26 0.023341382 1.6733879000000002e-07 -0.19132831 1.5991554e-08 6.9390071e-10 0.032141792 -3.0343583000000004e-07 -2.852531e-08 8.7223237e-05 +27 -1.3789618000000002e-06 -1.0998786e-11 -2.3732217e-13 -0.19123489 6.7491224e-08 -0.056093002 -0.00040323572 -0.00011019803999999998 -0.00012373345 +28 -1.3789618000000002e-06 -1.0998786e-11 -2.3732217e-13 -0.19123489 6.7491224e-08 -0.056093002 -0.00040323572 -0.00011019803999999998 -0.00012373345 +29 -1.3789618000000002e-06 -1.0998786e-11 -2.3732217e-13 -0.19123489 6.7491224e-08 -0.056093002 -0.00040323572 -0.00011019803999999998 -0.00012373345 +30 -1.3789618000000002e-06 -1.0998786e-11 -2.3732217e-13 -0.19123489 6.7491224e-08 -0.056093002 -0.00040323572 -0.00011019803999999998 -0.00012373345 +31 0.67247574 4.7385084000000004e-06 1.7831649e-07 -0.002345711 -0.19165649 23146.702999999998 0.28313079 0.31281826 139.92136000000002 +32 0.67247574 4.7385084000000004e-06 1.7831649e-07 -0.002345711 -0.19165649 23146.702999999998 0.28313079 0.31281826 139.92136000000002 +33 0.67247574 4.7385084000000004e-06 1.7831649e-07 -0.002345711 -0.19165649 23146.702999999998 0.28313079 0.31281826 139.92136000000002 +34 1.6377271e-08 1.4228268e-13 -8.3173659e-16 3.7462463e-09 5.450159999999999e-08 5.6615692e-07 -0.00010237515999999999 -3.3768902000000003e-06 0.00011921153 +35 1.6377271e-08 1.4228268e-13 -8.3173659e-16 3.7462463e-09 5.450159999999999e-08 5.6615692e-07 -0.00010237515999999999 -3.3768902000000003e-06 0.00011921153 +36 4.587345e-08 3.7361758e-13 5.4062878e-15 3.2312972000000004e-08 4.1522406e-07 1.0298435000000002e-07 -0.0006534581299999999 -0.33477458 -0.36782115 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_AUC_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_AUC_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.08999892300000001 -6.3392355e-06 -2.38895e-07 -7.102927099999999e-07 -2.8506381000000003e-08 -1.0489073e-06 1.0968266e-07 3.6326121e-09 4.9148728e-09 +2 7.5094574e-05 -0.0063950461 -0.00063874586 -0.0022832304 -0.00010581739 -0.0020713745 0.00054967876 0.0019978174 0.0024090026999999997 +3 0.023341922 1.6728466e-06 -0.19132789 1.5983686e-07 6.3669684e-09 0.032142805 2.0373282e-07 6.4525468e-07 0.0008529272900000001 +4 -1.378586e-06 -1.101114e-10 -2.3748807e-12 -0.19123388 7.6400152e-08 -0.05608999 -4.5575555999999995e-08 -0.000124809 5.3810239000000005e-06 +5 0.067429965 4.7479616e-06 1.7877046e-07 -0.0023531919 -0.19165721 2324.2591 0.28259224 0.31347264 137.12115 +6 6.2343007e-08 4.6786044e-12 1.4153357e-13 8.354241400000001e-08 1.0372401e-06 2.6936204e-06 -0.0027397281 -0.0016040069 -0.0018729575 +7 4.605022900000001e-08 3.769061799999999e-12 7.083609799999999e-14 3.2449421e-08 4.1695315000000003e-07 1.0338219e-07 -0.00030980313999999997 -0.33529576 -0.36048546 +8 -3.0753929e-07 -2.5668385000000002e-11 -4.1863995000000004e-13 8.6395511e-08 9.8842475e-07 -0.018559516 -0.0030171465000000002 -0.0014999867999999999 -0.2401178 +9 -0.08999892300000001 -6.3392355e-06 -2.38895e-07 -7.102927099999999e-07 -2.8506381000000003e-08 -1.0489073e-06 1.0968266e-07 3.6326121e-09 4.9148728e-09 +10 -0.08999892300000001 -6.3392355e-06 -2.38895e-07 -7.102927099999999e-07 -2.8506381000000003e-08 -1.0489073e-06 1.0968266e-07 3.6326121e-09 4.9148728e-09 +11 -0.08999892300000001 -6.3392355e-06 -2.38895e-07 -7.102927099999999e-07 -2.8506381000000003e-08 -1.0489073e-06 1.0968266e-07 3.6326121e-09 4.9148728e-09 +12 -0.08999892300000001 -6.3392355e-06 -2.38895e-07 -7.102927099999999e-07 -2.8506381000000003e-08 -1.0489073e-06 1.0968266e-07 3.6326121e-09 4.9148728e-09 +13 -0.08999892300000001 -6.3392355e-06 -2.38895e-07 -7.102927099999999e-07 -2.8506381000000003e-08 -1.0489073e-06 1.0968266e-07 3.6326121e-09 4.9148728e-09 +14 -0.08999892300000001 -6.3392355e-06 -2.38895e-07 -7.102927099999999e-07 -2.8506381000000003e-08 -1.0489073e-06 1.0968266e-07 3.6326121e-09 4.9148728e-09 +15 -0.08999892300000001 -6.3392355e-06 -2.38895e-07 -7.102927099999999e-07 -2.8506381000000003e-08 -1.0489073e-06 1.0968266e-07 3.6326121e-09 4.9148728e-09 +16 7.5094574e-05 -0.0063950461 -0.00063874586 -0.0022832304 -0.00010581739 -0.0020713745 0.00054967876 0.0019978174 0.0024090026999999997 +17 7.5094574e-05 -0.0063950461 -0.00063874586 -0.0022832304 -0.00010581739 -0.0020713745 0.00054967876 0.0019978174 0.0024090026999999997 +18 7.5094574e-05 -0.0063950461 -0.00063874586 -0.0022832304 -0.00010581739 -0.0020713745 0.00054967876 0.0019978174 0.0024090026999999997 +19 7.5094574e-05 -0.0063950461 -0.00063874586 -0.0022832304 -0.00010581739 -0.0020713745 0.00054967876 0.0019978174 0.0024090026999999997 +20 7.5094574e-05 -0.0063950461 -0.00063874586 -0.0022832304 -0.00010581739 -0.0020713745 0.00054967876 0.0019978174 0.0024090026999999997 +21 7.5094574e-05 -0.0063950461 -0.00063874586 -0.0022832304 -0.00010581739 -0.0020713745 0.00054967876 0.0019978174 0.0024090026999999997 +22 0.023341922 1.6728466e-06 -0.19132789 1.5983686e-07 6.3669684e-09 0.032142805 2.0373282e-07 6.4525468e-07 0.0008529272900000001 +23 0.023341922 1.6728466e-06 -0.19132789 1.5983686e-07 6.3669684e-09 0.032142805 2.0373282e-07 6.4525468e-07 0.0008529272900000001 +24 0.023341922 1.6728466e-06 -0.19132789 1.5983686e-07 6.3669684e-09 0.032142805 2.0373282e-07 6.4525468e-07 0.0008529272900000001 +25 0.023341922 1.6728466e-06 -0.19132789 1.5983686e-07 6.3669684e-09 0.032142805 2.0373282e-07 6.4525468e-07 0.0008529272900000001 +26 0.023341922 1.6728466e-06 -0.19132789 1.5983686e-07 6.3669684e-09 0.032142805 2.0373282e-07 6.4525468e-07 0.0008529272900000001 +27 -1.378586e-06 -1.101114e-10 -2.3748807e-12 -0.19123388 7.6400152e-08 -0.05608999 -4.5575555999999995e-08 -0.000124809 5.3810239000000005e-06 +28 -1.378586e-06 -1.101114e-10 -2.3748807e-12 -0.19123388 7.6400152e-08 -0.05608999 -4.5575555999999995e-08 -0.000124809 5.3810239000000005e-06 +29 -1.378586e-06 -1.101114e-10 -2.3748807e-12 -0.19123388 7.6400152e-08 -0.05608999 -4.5575555999999995e-08 -0.000124809 5.3810239000000005e-06 +30 -1.378586e-06 -1.101114e-10 -2.3748807e-12 -0.19123388 7.6400152e-08 -0.05608999 -4.5575555999999995e-08 -0.000124809 5.3810239000000005e-06 +31 0.067429965 4.7479616e-06 1.7877046e-07 -0.0023531919 -0.19165721 2324.2591 0.28259224 0.31347264 137.12115 +32 0.067429965 4.7479616e-06 1.7877046e-07 -0.0023531919 -0.19165721 2324.2591 0.28259224 0.31347264 137.12115 +33 0.067429965 4.7479616e-06 1.7877046e-07 -0.0023531919 -0.19165721 2324.2591 0.28259224 0.31347264 137.12115 +34 6.2343007e-08 4.6786044e-12 1.4153357e-13 8.354241400000001e-08 1.0372401e-06 2.6936204e-06 -0.0027397281 -0.0016040069 -0.0018729575 +35 6.2343007e-08 4.6786044e-12 1.4153357e-13 8.354241400000001e-08 1.0372401e-06 2.6936204e-06 -0.0027397281 -0.0016040069 -0.0018729575 +36 4.605022900000001e-08 3.769061799999999e-12 7.083609799999999e-14 3.2449421e-08 4.1695315000000003e-07 1.0338219e-07 -0.00030980313999999997 -0.33529576 -0.36048546 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_AUC_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_AUC_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.09020897900000001 -0.00061214726 -2.3367855e-05 -6.9522693e-05 -2.7932499e-06 -0.00010214347 5.3102819e-05 3.6861609999999996e-07 6.561612200000001e-06 +2 7.5434241e-05 -0.0063797496999999995 -0.00063980559 -0.0022855185 -0.00010595233 -0.00065112881 0.0011704684 0.0019853617 0.0009192231 +3 0.023400995 0.00016152993000000002 -0.19128294 1.5634226e-05 6.1646488e-07 0.032288196 -7.6200477e-05 7.4824932e-05 0.025243836000000002 +4 -1.3531704e-06 -1.0416211e-08 -2.207071e-10 -0.19112854 6.404729e-08 -0.05482154 -0.00031467473 -0.00011060763000000001 0.0069206889 +5 0.00069457394 4.574307e-06 1.8045388e-07 -0.0023847064 -0.19166006 24.35503 0.29716301 0.32223852 41.814495 +6 1.7417243999999998e-08 1.2955832e-09 8.0129015e-11 6.909730099999999e-08 1.0068335e-06 0.00010604773 -0.0011717099 -0.00141912 -0.00024494752999999997 +7 4.6270150999999995e-08 3.6578054e-10 6.730822800000001e-12 3.2725925e-08 4.2024797999999995e-07 1.0431919000000001e-07 -0.0008294863900000001 -0.33611181 -0.10918746 +8 -3.7964090999999994e-07 2.6719556e-10 1.9658978e-10 6.520010600000001e-07 1.2880624e-06 -0.017258498 -0.0008738560400000001 -0.0018457441 -0.18648312 +9 -0.09020897900000001 -0.00061214726 -2.3367855e-05 -6.9522693e-05 -2.7932499e-06 -0.00010214347 5.3102819e-05 3.6861609999999996e-07 6.561612200000001e-06 +10 -0.09020897900000001 -0.00061214726 -2.3367855e-05 -6.9522693e-05 -2.7932499e-06 -0.00010214347 5.3102819e-05 3.6861609999999996e-07 6.561612200000001e-06 +11 -0.09020897900000001 -0.00061214726 -2.3367855e-05 -6.9522693e-05 -2.7932499e-06 -0.00010214347 5.3102819e-05 3.6861609999999996e-07 6.561612200000001e-06 +12 -0.09020897900000001 -0.00061214726 -2.3367855e-05 -6.9522693e-05 -2.7932499e-06 -0.00010214347 5.3102819e-05 3.6861609999999996e-07 6.561612200000001e-06 +13 -0.09020897900000001 -0.00061214726 -2.3367855e-05 -6.9522693e-05 -2.7932499e-06 -0.00010214347 5.3102819e-05 3.6861609999999996e-07 6.561612200000001e-06 +14 -0.09020897900000001 -0.00061214726 -2.3367855e-05 -6.9522693e-05 -2.7932499e-06 -0.00010214347 5.3102819e-05 3.6861609999999996e-07 6.561612200000001e-06 +15 -0.09020897900000001 -0.00061214726 -2.3367855e-05 -6.9522693e-05 -2.7932499e-06 -0.00010214347 5.3102819e-05 3.6861609999999996e-07 6.561612200000001e-06 +16 7.5434241e-05 -0.0063797496999999995 -0.00063980559 -0.0022855185 -0.00010595233 -0.00065112881 0.0011704684 0.0019853617 0.0009192231 +17 7.5434241e-05 -0.0063797496999999995 -0.00063980559 -0.0022855185 -0.00010595233 -0.00065112881 0.0011704684 0.0019853617 0.0009192231 +18 7.5434241e-05 -0.0063797496999999995 -0.00063980559 -0.0022855185 -0.00010595233 -0.00065112881 0.0011704684 0.0019853617 0.0009192231 +19 7.5434241e-05 -0.0063797496999999995 -0.00063980559 -0.0022855185 -0.00010595233 -0.00065112881 0.0011704684 0.0019853617 0.0009192231 +20 7.5434241e-05 -0.0063797496999999995 -0.00063980559 -0.0022855185 -0.00010595233 -0.00065112881 0.0011704684 0.0019853617 0.0009192231 +21 7.5434241e-05 -0.0063797496999999995 -0.00063980559 -0.0022855185 -0.00010595233 -0.00065112881 0.0011704684 0.0019853617 0.0009192231 +22 0.023400995 0.00016152993000000002 -0.19128294 1.5634226e-05 6.1646488e-07 0.032288196 -7.6200477e-05 7.4824932e-05 0.025243836000000002 +23 0.023400995 0.00016152993000000002 -0.19128294 1.5634226e-05 6.1646488e-07 0.032288196 -7.6200477e-05 7.4824932e-05 0.025243836000000002 +24 0.023400995 0.00016152993000000002 -0.19128294 1.5634226e-05 6.1646488e-07 0.032288196 -7.6200477e-05 7.4824932e-05 0.025243836000000002 +25 0.023400995 0.00016152993000000002 -0.19128294 1.5634226e-05 6.1646488e-07 0.032288196 -7.6200477e-05 7.4824932e-05 0.025243836000000002 +26 0.023400995 0.00016152993000000002 -0.19128294 1.5634226e-05 6.1646488e-07 0.032288196 -7.6200477e-05 7.4824932e-05 0.025243836000000002 +27 -1.3531704e-06 -1.0416211e-08 -2.207071e-10 -0.19112854 6.404729e-08 -0.05482154 -0.00031467473 -0.00011060763000000001 0.0069206889 +28 -1.3531704e-06 -1.0416211e-08 -2.207071e-10 -0.19112854 6.404729e-08 -0.05482154 -0.00031467473 -0.00011060763000000001 0.0069206889 +29 -1.3531704e-06 -1.0416211e-08 -2.207071e-10 -0.19112854 6.404729e-08 -0.05482154 -0.00031467473 -0.00011060763000000001 0.0069206889 +30 -1.3531704e-06 -1.0416211e-08 -2.207071e-10 -0.19112854 6.404729e-08 -0.05482154 -0.00031467473 -0.00011060763000000001 0.0069206889 +31 0.00069457394 4.574307e-06 1.8045388e-07 -0.0023847064 -0.19166006 24.35503 0.29716301 0.32223852 41.814495 +32 0.00069457394 4.574307e-06 1.8045388e-07 -0.0023847064 -0.19166006 24.35503 0.29716301 0.32223852 41.814495 +33 0.00069457394 4.574307e-06 1.8045388e-07 -0.0023847064 -0.19166006 24.35503 0.29716301 0.32223852 41.814495 +34 1.7417243999999998e-08 1.2955832e-09 8.0129015e-11 6.909730099999999e-08 1.0068335e-06 0.00010604773 -0.0011717099 -0.00141912 -0.00024494752999999997 +35 1.7417243999999998e-08 1.2955832e-09 8.0129015e-11 6.909730099999999e-08 1.0068335e-06 0.00010604773 -0.0011717099 -0.00141912 -0.00024494752999999997 +36 4.6270150999999995e-08 3.6578054e-10 6.730822800000001e-12 3.2725925e-08 4.2024797999999995e-07 1.0431919000000001e-07 -0.0008294863900000001 -0.33611181 -0.10918746 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_SS_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_SS_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.052510108 -1.4590887e-07 -6.2812934e-09 -2.0092962999999998e-08 -8.411881699999999e-10 -1.4143796999999997e-08 -2.6131597999999997e-06 1.6950147e-10 4.8097046999999996e-11 +2 4.8635780000000005e-05 -2.1556461e-07 -0.00017314052 -0.00074175332 -4.090904e-05 -0.00040505751000000003 -0.52158347 0.00044843519 0.00092886183 +3 0.014982708999999999 4.1868490999999996e-08 -0.052439892 4.7503427e-09 1.8834837e-10 0.025014024 -0.00016201618 1.2171753e-08 1.3218518e-05 +4 -1.8564274e-06 -5.5740067e-12 -1.2234911999999999e-13 -0.052422157999999996 -1.1476336999999999e-07 -0.03143269 -0.063223725 0.00015980692 0.00033795036 +5 3.9378752 1.0958982e-05 4.671208e-07 -0.0022522145 -0.05290089 22066.313 0.81523754 0.45263389 54.31455699999999 +6 1.6615932e-07 4.7264274e-13 2.6231052e-14 4.543711e-08 5.6575316e-07 0.00070770391 -0.58451632 -0.00044987269 -0.00037072056000000004 +7 7.7769898e-08 2.4203823e-13 5.995669100000001e-15 9.656116499999999e-08 1.2239438e-06 1.600044e-07 0.019133657 -0.23059039 -0.29428567 +8 -5.936261999999999e-07 -1.8668126e-12 9.5555977e-15 7.7213707e-08 9.531255e-07 -0.017512637 -0.43477419 -0.00086048186 -0.17374106 +9 -0.052510108 -1.4590887e-07 -6.2812934e-09 -2.0092962999999998e-08 -8.411881699999999e-10 -1.4143796999999997e-08 -2.6131597999999997e-06 1.6950147e-10 4.8097046999999996e-11 +10 -0.052510108 -1.4590887e-07 -6.2812934e-09 -2.0092962999999998e-08 -8.411881699999999e-10 -1.4143796999999997e-08 -2.6131597999999997e-06 1.6950147e-10 4.8097046999999996e-11 +11 -0.052510108 -1.4590887e-07 -6.2812934e-09 -2.0092962999999998e-08 -8.411881699999999e-10 -1.4143796999999997e-08 -2.6131597999999997e-06 1.6950147e-10 4.8097046999999996e-11 +12 -0.052510108 -1.4590887e-07 -6.2812934e-09 -2.0092962999999998e-08 -8.411881699999999e-10 -1.4143796999999997e-08 -2.6131597999999997e-06 1.6950147e-10 4.8097046999999996e-11 +13 -0.052510108 -1.4590887e-07 -6.2812934e-09 -2.0092962999999998e-08 -8.411881699999999e-10 -1.4143796999999997e-08 -2.6131597999999997e-06 1.6950147e-10 4.8097046999999996e-11 +14 -0.052510108 -1.4590887e-07 -6.2812934e-09 -2.0092962999999998e-08 -8.411881699999999e-10 -1.4143796999999997e-08 -2.6131597999999997e-06 1.6950147e-10 4.8097046999999996e-11 +15 -0.052510108 -1.4590887e-07 -6.2812934e-09 -2.0092962999999998e-08 -8.411881699999999e-10 -1.4143796999999997e-08 -2.6131597999999997e-06 1.6950147e-10 4.8097046999999996e-11 +16 4.8635780000000005e-05 -2.1556461e-07 -0.00017314052 -0.00074175332 -4.090904e-05 -0.00040505751000000003 -0.52158347 0.00044843519 0.00092886183 +17 4.8635780000000005e-05 -2.1556461e-07 -0.00017314052 -0.00074175332 -4.090904e-05 -0.00040505751000000003 -0.52158347 0.00044843519 0.00092886183 +18 4.8635780000000005e-05 -2.1556461e-07 -0.00017314052 -0.00074175332 -4.090904e-05 -0.00040505751000000003 -0.52158347 0.00044843519 0.00092886183 +19 4.8635780000000005e-05 -2.1556461e-07 -0.00017314052 -0.00074175332 -4.090904e-05 -0.00040505751000000003 -0.52158347 0.00044843519 0.00092886183 +20 4.8635780000000005e-05 -2.1556461e-07 -0.00017314052 -0.00074175332 -4.090904e-05 -0.00040505751000000003 -0.52158347 0.00044843519 0.00092886183 +21 4.8635780000000005e-05 -2.1556461e-07 -0.00017314052 -0.00074175332 -4.090904e-05 -0.00040505751000000003 -0.52158347 0.00044843519 0.00092886183 +22 0.014982708999999999 4.1868490999999996e-08 -0.052439892 4.7503427e-09 1.8834837e-10 0.025014024 -0.00016201618 1.2171753e-08 1.3218518e-05 +23 0.014982708999999999 4.1868490999999996e-08 -0.052439892 4.7503427e-09 1.8834837e-10 0.025014024 -0.00016201618 1.2171753e-08 1.3218518e-05 +24 0.014982708999999999 4.1868490999999996e-08 -0.052439892 4.7503427e-09 1.8834837e-10 0.025014024 -0.00016201618 1.2171753e-08 1.3218518e-05 +25 0.014982708999999999 4.1868490999999996e-08 -0.052439892 4.7503427e-09 1.8834837e-10 0.025014024 -0.00016201618 1.2171753e-08 1.3218518e-05 +26 0.014982708999999999 4.1868490999999996e-08 -0.052439892 4.7503427e-09 1.8834837e-10 0.025014024 -0.00016201618 1.2171753e-08 1.3218518e-05 +27 -1.8564274e-06 -5.5740067e-12 -1.2234911999999999e-13 -0.052422157999999996 -1.1476336999999999e-07 -0.03143269 -0.063223725 0.00015980692 0.00033795036 +28 -1.8564274e-06 -5.5740067e-12 -1.2234911999999999e-13 -0.052422157999999996 -1.1476336999999999e-07 -0.03143269 -0.063223725 0.00015980692 0.00033795036 +29 -1.8564274e-06 -5.5740067e-12 -1.2234911999999999e-13 -0.052422157999999996 -1.1476336999999999e-07 -0.03143269 -0.063223725 0.00015980692 0.00033795036 +30 -1.8564274e-06 -5.5740067e-12 -1.2234911999999999e-13 -0.052422157999999996 -1.1476336999999999e-07 -0.03143269 -0.063223725 0.00015980692 0.00033795036 +31 3.9378752 1.0958982e-05 4.671208e-07 -0.0022522145 -0.05290089 22066.313 0.81523754 0.45263389 54.31455699999999 +32 3.9378752 1.0958982e-05 4.671208e-07 -0.0022522145 -0.05290089 22066.313 0.81523754 0.45263389 54.31455699999999 +33 3.9378752 1.0958982e-05 4.671208e-07 -0.0022522145 -0.05290089 22066.313 0.81523754 0.45263389 54.31455699999999 +34 1.6615932e-07 4.7264274e-13 2.6231052e-14 4.543711e-08 5.6575316e-07 0.00070770391 -0.58451632 -0.00044987269 -0.00037072056000000004 +35 1.6615932e-07 4.7264274e-13 2.6231052e-14 4.543711e-08 5.6575316e-07 0.00070770391 -0.58451632 -0.00044987269 -0.00037072056000000004 +36 7.7769898e-08 2.4203823e-13 5.995669100000001e-15 9.656116499999999e-08 1.2239438e-06 1.600044e-07 0.019133657 -0.23059039 -0.29428567 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_SS_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_SS_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.05251009400000001 -1.4589944e-06 -6.2811258e-08 -2.0092423e-07 -8.4119013e-09 -1.4143441e-07 -3.3163798000000004e-05 1.8242343e-09 5.5702717e-10 +2 4.8595741e-05 -2.8273218e-07 -0.00017314328999999999 -0.00074178966 -4.1242759e-05 -0.00047398542999999997 0.036855928999999996 0.00095055201 0.002011382 +3 0.014982715 4.1865803999999995e-07 -0.052439839 4.7501975999999996e-08 1.9159306e-09 0.025014106 0.00014018708 1.8950066e-07 0.00013195756000000002 +4 -1.8463825e-06 -5.5448006000000005e-11 -1.1865795e-12 -0.052422044 2.6332838e-08 -0.031435637999999995 -0.076061197 -3.5110988000000004e-05 -1.8158594e-05 +5 0.3954458 1.1004213999999999e-05 4.6917693e-07 -0.0022631167 -0.0529076 2215.5867 0.57884981 0.45858709 54.384271 +6 3.3381369e-08 1.0391034999999999e-12 6.9324875000000004e-15 4.1178085e-08 5.214710499999999e-07 4.4063275e-08 -0.28103917 -0.00036248425 -0.00015732841999999998 +7 7.772759700000001e-08 2.4118545e-12 3.147724e-14 9.6568321e-08 1.2242364e-06 1.5991379e-07 0.043323245999999996 -0.23055797 -0.29305162 +8 -6.197509799999999e-07 -1.9380216e-11 -3.0746518999999997e-13 4.7763001999999996e-08 5.5735216e-07 -0.017512846000000002 -1.0 -0.00035245294 -0.17283388 +9 -0.05251009400000001 -1.4589944e-06 -6.2811258e-08 -2.0092423e-07 -8.4119013e-09 -1.4143441e-07 -3.3163798000000004e-05 1.8242343e-09 5.5702717e-10 +10 -0.05251009400000001 -1.4589944e-06 -6.2811258e-08 -2.0092423e-07 -8.4119013e-09 -1.4143441e-07 -3.3163798000000004e-05 1.8242343e-09 5.5702717e-10 +11 -0.05251009400000001 -1.4589944e-06 -6.2811258e-08 -2.0092423e-07 -8.4119013e-09 -1.4143441e-07 -3.3163798000000004e-05 1.8242343e-09 5.5702717e-10 +12 -0.05251009400000001 -1.4589944e-06 -6.2811258e-08 -2.0092423e-07 -8.4119013e-09 -1.4143441e-07 -3.3163798000000004e-05 1.8242343e-09 5.5702717e-10 +13 -0.05251009400000001 -1.4589944e-06 -6.2811258e-08 -2.0092423e-07 -8.4119013e-09 -1.4143441e-07 -3.3163798000000004e-05 1.8242343e-09 5.5702717e-10 +14 -0.05251009400000001 -1.4589944e-06 -6.2811258e-08 -2.0092423e-07 -8.4119013e-09 -1.4143441e-07 -3.3163798000000004e-05 1.8242343e-09 5.5702717e-10 +15 -0.05251009400000001 -1.4589944e-06 -6.2811258e-08 -2.0092423e-07 -8.4119013e-09 -1.4143441e-07 -3.3163798000000004e-05 1.8242343e-09 5.5702717e-10 +16 4.8595741e-05 -2.8273218e-07 -0.00017314328999999999 -0.00074178966 -4.1242759e-05 -0.00047398542999999997 0.036855928999999996 0.00095055201 0.002011382 +17 4.8595741e-05 -2.8273218e-07 -0.00017314328999999999 -0.00074178966 -4.1242759e-05 -0.00047398542999999997 0.036855928999999996 0.00095055201 0.002011382 +18 4.8595741e-05 -2.8273218e-07 -0.00017314328999999999 -0.00074178966 -4.1242759e-05 -0.00047398542999999997 0.036855928999999996 0.00095055201 0.002011382 +19 4.8595741e-05 -2.8273218e-07 -0.00017314328999999999 -0.00074178966 -4.1242759e-05 -0.00047398542999999997 0.036855928999999996 0.00095055201 0.002011382 +20 4.8595741e-05 -2.8273218e-07 -0.00017314328999999999 -0.00074178966 -4.1242759e-05 -0.00047398542999999997 0.036855928999999996 0.00095055201 0.002011382 +21 4.8595741e-05 -2.8273218e-07 -0.00017314328999999999 -0.00074178966 -4.1242759e-05 -0.00047398542999999997 0.036855928999999996 0.00095055201 0.002011382 +22 0.014982715 4.1865803999999995e-07 -0.052439839 4.7501975999999996e-08 1.9159306e-09 0.025014106 0.00014018708 1.8950066e-07 0.00013195756000000002 +23 0.014982715 4.1865803999999995e-07 -0.052439839 4.7501975999999996e-08 1.9159306e-09 0.025014106 0.00014018708 1.8950066e-07 0.00013195756000000002 +24 0.014982715 4.1865803999999995e-07 -0.052439839 4.7501975999999996e-08 1.9159306e-09 0.025014106 0.00014018708 1.8950066e-07 0.00013195756000000002 +25 0.014982715 4.1865803999999995e-07 -0.052439839 4.7501975999999996e-08 1.9159306e-09 0.025014106 0.00014018708 1.8950066e-07 0.00013195756000000002 +26 0.014982715 4.1865803999999995e-07 -0.052439839 4.7501975999999996e-08 1.9159306e-09 0.025014106 0.00014018708 1.8950066e-07 0.00013195756000000002 +27 -1.8463825e-06 -5.5448006000000005e-11 -1.1865795e-12 -0.052422044 2.6332838e-08 -0.031435637999999995 -0.076061197 -3.5110988000000004e-05 -1.8158594e-05 +28 -1.8463825e-06 -5.5448006000000005e-11 -1.1865795e-12 -0.052422044 2.6332838e-08 -0.031435637999999995 -0.076061197 -3.5110988000000004e-05 -1.8158594e-05 +29 -1.8463825e-06 -5.5448006000000005e-11 -1.1865795e-12 -0.052422044 2.6332838e-08 -0.031435637999999995 -0.076061197 -3.5110988000000004e-05 -1.8158594e-05 +30 -1.8463825e-06 -5.5448006000000005e-11 -1.1865795e-12 -0.052422044 2.6332838e-08 -0.031435637999999995 -0.076061197 -3.5110988000000004e-05 -1.8158594e-05 +31 0.3954458 1.1004213999999999e-05 4.6917693e-07 -0.0022631167 -0.0529076 2215.5867 0.57884981 0.45858709 54.384271 +32 0.3954458 1.1004213999999999e-05 4.6917693e-07 -0.0022631167 -0.0529076 2215.5867 0.57884981 0.45858709 54.384271 +33 0.3954458 1.1004213999999999e-05 4.6917693e-07 -0.0022631167 -0.0529076 2215.5867 0.57884981 0.45858709 54.384271 +34 3.3381369e-08 1.0391034999999999e-12 6.9324875000000004e-15 4.1178085e-08 5.214710499999999e-07 4.4063275e-08 -0.28103917 -0.00036248425 -0.00015732841999999998 +35 3.3381369e-08 1.0391034999999999e-12 6.9324875000000004e-15 4.1178085e-08 5.214710499999999e-07 4.4063275e-08 -0.28103917 -0.00036248425 -0.00015732841999999998 +36 7.772759700000001e-08 2.4118545e-12 3.147724e-14 9.6568321e-08 1.2242364e-06 1.5991379e-07 0.043323245999999996 -0.23055797 -0.29305162 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_SS_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_SS_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.052509960999999994 -1.4580526e-05 -6.279399300000001e-07 -2.0086969e-06 -8.409623300000001e-08 -1.4139188999999999e-06 -0.00026200242999999997 1.6943836e-08 1.2234464000000001e-08 +2 4.8621202e-05 -9.539326199999998e-07 -0.00017317099999999999 -0.00074184609 -4.1019273e-05 -0.00048118235999999995 -0.61438077 0.0006106930200000001 0.0012099852 +3 0.014982772 4.1838948e-06 -0.052439312 4.7488371999999997e-07 1.9187842000000002e-08 0.02501493 0.0043874578 2.0567701e-06 0.0012682401 +4 -1.8462763e-06 -5.5409745e-10 -1.1839667e-11 -0.05242093 2.8894156000000004e-08 -0.031433468 -0.035407133 -3.9199664e-05 0.00042942375999999996 +5 0.039609505 1.1014194e-05 4.7007342e-07 -0.0022687549 -0.05291094 222.06838 -0.78417001 0.46115348 52.392178 +6 6.1111724e-08 1.8119829e-11 4.803992100000001e-13 6.9973737e-08 8.579684899999999e-07 2.9151774e-07 -0.44614509 -0.0008503033599999999 -0.0011446221000000001 +7 7.7973644e-08 2.4172142e-11 4.0507921e-13 9.6798162e-08 1.2268775e-06 1.6043991000000002e-07 0.022076085 -0.23074237 -0.28217288 +8 -5.888454599999999e-07 -1.8508669e-10 -2.7113327000000003e-12 1.1208382999999999e-07 1.0263888e-06 -0.017514066000000002 -0.28328166 -0.00094705981 -0.17236455 +9 -0.052509960999999994 -1.4580526e-05 -6.279399300000001e-07 -2.0086969e-06 -8.409623300000001e-08 -1.4139188999999999e-06 -0.00026200242999999997 1.6943836e-08 1.2234464000000001e-08 +10 -0.052509960999999994 -1.4580526e-05 -6.279399300000001e-07 -2.0086969e-06 -8.409623300000001e-08 -1.4139188999999999e-06 -0.00026200242999999997 1.6943836e-08 1.2234464000000001e-08 +11 -0.052509960999999994 -1.4580526e-05 -6.279399300000001e-07 -2.0086969e-06 -8.409623300000001e-08 -1.4139188999999999e-06 -0.00026200242999999997 1.6943836e-08 1.2234464000000001e-08 +12 -0.052509960999999994 -1.4580526e-05 -6.279399300000001e-07 -2.0086969e-06 -8.409623300000001e-08 -1.4139188999999999e-06 -0.00026200242999999997 1.6943836e-08 1.2234464000000001e-08 +13 -0.052509960999999994 -1.4580526e-05 -6.279399300000001e-07 -2.0086969e-06 -8.409623300000001e-08 -1.4139188999999999e-06 -0.00026200242999999997 1.6943836e-08 1.2234464000000001e-08 +14 -0.052509960999999994 -1.4580526e-05 -6.279399300000001e-07 -2.0086969e-06 -8.409623300000001e-08 -1.4139188999999999e-06 -0.00026200242999999997 1.6943836e-08 1.2234464000000001e-08 +15 -0.052509960999999994 -1.4580526e-05 -6.279399300000001e-07 -2.0086969e-06 -8.409623300000001e-08 -1.4139188999999999e-06 -0.00026200242999999997 1.6943836e-08 1.2234464000000001e-08 +16 4.8621202e-05 -9.539326199999998e-07 -0.00017317099999999999 -0.00074184609 -4.1019273e-05 -0.00048118235999999995 -0.61438077 0.0006106930200000001 0.0012099852 +17 4.8621202e-05 -9.539326199999998e-07 -0.00017317099999999999 -0.00074184609 -4.1019273e-05 -0.00048118235999999995 -0.61438077 0.0006106930200000001 0.0012099852 +18 4.8621202e-05 -9.539326199999998e-07 -0.00017317099999999999 -0.00074184609 -4.1019273e-05 -0.00048118235999999995 -0.61438077 0.0006106930200000001 0.0012099852 +19 4.8621202e-05 -9.539326199999998e-07 -0.00017317099999999999 -0.00074184609 -4.1019273e-05 -0.00048118235999999995 -0.61438077 0.0006106930200000001 0.0012099852 +20 4.8621202e-05 -9.539326199999998e-07 -0.00017317099999999999 -0.00074184609 -4.1019273e-05 -0.00048118235999999995 -0.61438077 0.0006106930200000001 0.0012099852 +21 4.8621202e-05 -9.539326199999998e-07 -0.00017317099999999999 -0.00074184609 -4.1019273e-05 -0.00048118235999999995 -0.61438077 0.0006106930200000001 0.0012099852 +22 0.014982772 4.1838948e-06 -0.052439312 4.7488371999999997e-07 1.9187842000000002e-08 0.02501493 0.0043874578 2.0567701e-06 0.0012682401 +23 0.014982772 4.1838948e-06 -0.052439312 4.7488371999999997e-07 1.9187842000000002e-08 0.02501493 0.0043874578 2.0567701e-06 0.0012682401 +24 0.014982772 4.1838948e-06 -0.052439312 4.7488371999999997e-07 1.9187842000000002e-08 0.02501493 0.0043874578 2.0567701e-06 0.0012682401 +25 0.014982772 4.1838948e-06 -0.052439312 4.7488371999999997e-07 1.9187842000000002e-08 0.02501493 0.0043874578 2.0567701e-06 0.0012682401 +26 0.014982772 4.1838948e-06 -0.052439312 4.7488371999999997e-07 1.9187842000000002e-08 0.02501493 0.0043874578 2.0567701e-06 0.0012682401 +27 -1.8462763e-06 -5.5409745e-10 -1.1839667e-11 -0.05242093 2.8894156000000004e-08 -0.031433468 -0.035407133 -3.9199664e-05 0.00042942375999999996 +28 -1.8462763e-06 -5.5409745e-10 -1.1839667e-11 -0.05242093 2.8894156000000004e-08 -0.031433468 -0.035407133 -3.9199664e-05 0.00042942375999999996 +29 -1.8462763e-06 -5.5409745e-10 -1.1839667e-11 -0.05242093 2.8894156000000004e-08 -0.031433468 -0.035407133 -3.9199664e-05 0.00042942375999999996 +30 -1.8462763e-06 -5.5409745e-10 -1.1839667e-11 -0.05242093 2.8894156000000004e-08 -0.031433468 -0.035407133 -3.9199664e-05 0.00042942375999999996 +31 0.039609505 1.1014194e-05 4.7007342e-07 -0.0022687549 -0.05291094 222.06838 -0.78417001 0.46115348 52.392178 +32 0.039609505 1.1014194e-05 4.7007342e-07 -0.0022687549 -0.05291094 222.06838 -0.78417001 0.46115348 52.392178 +33 0.039609505 1.1014194e-05 4.7007342e-07 -0.0022687549 -0.05291094 222.06838 -0.78417001 0.46115348 52.392178 +34 6.1111724e-08 1.8119829e-11 4.803992100000001e-13 6.9973737e-08 8.579684899999999e-07 2.9151774e-07 -0.44614509 -0.0008503033599999999 -0.0011446221000000001 +35 6.1111724e-08 1.8119829e-11 4.803992100000001e-13 6.9973737e-08 8.579684899999999e-07 2.9151774e-07 -0.44614509 -0.0008503033599999999 -0.0011446221000000001 +36 7.7973644e-08 2.4172142e-11 4.0507921e-13 9.6798162e-08 1.2268775e-06 1.6043991000000002e-07 0.022076085 -0.23074237 -0.28217288 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_SS_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_16h_SS_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.052495664000000004 -0.0013610056 -6.0946981e-05 -0.00019503349 -8.1908604e-06 -0.00013684316 -0.032384491 1.836531e-06 1.4671135e-05 +2 4.945257e-05 -6.9904981e-05 -0.00017613083 -0.0007501052 -4.1410923e-05 -0.00034840883 0.020634413 0.00059484309 0.00046578747 +3 0.014989062 0.00039072053 -0.052383078 4.6055690000000006e-05 1.8238468999999997e-06 0.025106748999999998 -0.15922539 0.00022513122000000004 0.02429855 +4 -1.8442025e-06 -5.1789663e-08 -1.1308963e-09 -0.052303399 -6.4118483e-08 -0.031107382000000003 -0.099938369 2.2255724e-05 0.010255275999999999 +5 0.00037125288 9.5365858e-06 4.5063784999999995e-07 -0.0022889971 -0.052934305999999993 2.290068 0.92621436 0.48025424 10.339315 +6 1.3167064e-07 3.8428283e-09 8.4431992e-11 1.5419843000000001e-07 2.0947111e-06 1.0370215e-05 -0.14863397 -0.0016274673000000002 -0.00020835685 +7 7.8330495e-08 2.270381e-09 3.9232923e-11 9.720737300000002e-08 1.2318906000000002e-06 1.6175801999999998e-07 0.026751337000000004 -0.23062469 -0.055406475999999996 +8 -4.9252724e-07 -1.4512336e-08 -1.5013672e-10 2.9421916e-06 2.4698903e-06 -0.017534674 -0.033336388 -0.0019444065 -0.1436992 +9 -0.052495664000000004 -0.0013610056 -6.0946981e-05 -0.00019503349 -8.1908604e-06 -0.00013684316 -0.032384491 1.836531e-06 1.4671135e-05 +10 -0.052495664000000004 -0.0013610056 -6.0946981e-05 -0.00019503349 -8.1908604e-06 -0.00013684316 -0.032384491 1.836531e-06 1.4671135e-05 +11 -0.052495664000000004 -0.0013610056 -6.0946981e-05 -0.00019503349 -8.1908604e-06 -0.00013684316 -0.032384491 1.836531e-06 1.4671135e-05 +12 -0.052495664000000004 -0.0013610056 -6.0946981e-05 -0.00019503349 -8.1908604e-06 -0.00013684316 -0.032384491 1.836531e-06 1.4671135e-05 +13 -0.052495664000000004 -0.0013610056 -6.0946981e-05 -0.00019503349 -8.1908604e-06 -0.00013684316 -0.032384491 1.836531e-06 1.4671135e-05 +14 -0.052495664000000004 -0.0013610056 -6.0946981e-05 -0.00019503349 -8.1908604e-06 -0.00013684316 -0.032384491 1.836531e-06 1.4671135e-05 +15 -0.052495664000000004 -0.0013610056 -6.0946981e-05 -0.00019503349 -8.1908604e-06 -0.00013684316 -0.032384491 1.836531e-06 1.4671135e-05 +16 4.945257e-05 -6.9904981e-05 -0.00017613083 -0.0007501052 -4.1410923e-05 -0.00034840883 0.020634413 0.00059484309 0.00046578747 +17 4.945257e-05 -6.9904981e-05 -0.00017613083 -0.0007501052 -4.1410923e-05 -0.00034840883 0.020634413 0.00059484309 0.00046578747 +18 4.945257e-05 -6.9904981e-05 -0.00017613083 -0.0007501052 -4.1410923e-05 -0.00034840883 0.020634413 0.00059484309 0.00046578747 +19 4.945257e-05 -6.9904981e-05 -0.00017613083 -0.0007501052 -4.1410923e-05 -0.00034840883 0.020634413 0.00059484309 0.00046578747 +20 4.945257e-05 -6.9904981e-05 -0.00017613083 -0.0007501052 -4.1410923e-05 -0.00034840883 0.020634413 0.00059484309 0.00046578747 +21 4.945257e-05 -6.9904981e-05 -0.00017613083 -0.0007501052 -4.1410923e-05 -0.00034840883 0.020634413 0.00059484309 0.00046578747 +22 0.014989062 0.00039072053 -0.052383078 4.6055690000000006e-05 1.8238468999999997e-06 0.025106748999999998 -0.15922539 0.00022513122000000004 0.02429855 +23 0.014989062 0.00039072053 -0.052383078 4.6055690000000006e-05 1.8238468999999997e-06 0.025106748999999998 -0.15922539 0.00022513122000000004 0.02429855 +24 0.014989062 0.00039072053 -0.052383078 4.6055690000000006e-05 1.8238468999999997e-06 0.025106748999999998 -0.15922539 0.00022513122000000004 0.02429855 +25 0.014989062 0.00039072053 -0.052383078 4.6055690000000006e-05 1.8238468999999997e-06 0.025106748999999998 -0.15922539 0.00022513122000000004 0.02429855 +26 0.014989062 0.00039072053 -0.052383078 4.6055690000000006e-05 1.8238468999999997e-06 0.025106748999999998 -0.15922539 0.00022513122000000004 0.02429855 +27 -1.8442025e-06 -5.1789663e-08 -1.1308963e-09 -0.052303399 -6.4118483e-08 -0.031107382000000003 -0.099938369 2.2255724e-05 0.010255275999999999 +28 -1.8442025e-06 -5.1789663e-08 -1.1308963e-09 -0.052303399 -6.4118483e-08 -0.031107382000000003 -0.099938369 2.2255724e-05 0.010255275999999999 +29 -1.8442025e-06 -5.1789663e-08 -1.1308963e-09 -0.052303399 -6.4118483e-08 -0.031107382000000003 -0.099938369 2.2255724e-05 0.010255275999999999 +30 -1.8442025e-06 -5.1789663e-08 -1.1308963e-09 -0.052303399 -6.4118483e-08 -0.031107382000000003 -0.099938369 2.2255724e-05 0.010255275999999999 +31 0.00037125288 9.5365858e-06 4.5063784999999995e-07 -0.0022889971 -0.052934305999999993 2.290068 0.92621436 0.48025424 10.339315 +32 0.00037125288 9.5365858e-06 4.5063784999999995e-07 -0.0022889971 -0.052934305999999993 2.290068 0.92621436 0.48025424 10.339315 +33 0.00037125288 9.5365858e-06 4.5063784999999995e-07 -0.0022889971 -0.052934305999999993 2.290068 0.92621436 0.48025424 10.339315 +34 1.3167064e-07 3.8428283e-09 8.4431992e-11 1.5419843000000001e-07 2.0947111e-06 1.0370215e-05 -0.14863397 -0.0016274673000000002 -0.00020835685 +35 1.3167064e-07 3.8428283e-09 8.4431992e-11 1.5419843000000001e-07 2.0947111e-06 1.0370215e-05 -0.14863397 -0.0016274673000000002 -0.00020835685 +36 7.8330495e-08 2.270381e-09 3.9232923e-11 9.720737300000002e-08 1.2318906000000002e-06 1.6175801999999998e-07 0.026751337000000004 -0.23062469 -0.055406475999999996 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.66900615 -9.9116317e-11 -1.1962377e-13 -1.7049134e-13 -6.914183199999999e-15 1.1727621e-10 -3.7160263e-11 3.2817013e-11 3.6397136e-11 +2 0.0078135474 -0.15660499 -0.0018682198 -0.0031345001 -0.00010109125 0.77257542 0.065897129 0.059069903 0.065182215 +3 0.034915128 4.3157832e-12 -0.76034587 3.4560841e-12 5.1115174e-11 0.0027648465000000002 2.7543799e-06 -2.1663613e-06 -2.1252032e-06 +4 -5.4693488e-07 9.3660255e-13 1.1611337e-14 -0.76131826 -4.8364445e-07 -0.93872657 0.020218523000000002 0.020561417 0.022533594 +5 42.205669 2.0775971999999995e-08 1.198776e-10 -0.00012121608999999999 -0.7605893 158122750.0 -0.51397594 -0.60117805 8234.2743 +6 4.1997401e-06 1.2304558999999999e-11 1.5175747e-13 3.5337466e-09 5.2360179e-08 11.347857000000001 0.01989689 -0.0021484704 -0.0019935109 +7 7.776833e-12 4.179395599999999e-16 -1.3501555e-16 7.9840168e-12 1.2204824e-10 1.2409834e-08 1.1339462000000002e-05 -0.80230187 -0.80517278 +8 1.6761576e-05 3.8266128e-11 4.4123081e-13 5.6820185e-08 8.4100942e-07 -0.99962566 0.0085518362 -0.035521079 -0.77938656 +9 -0.66900615 -9.9116317e-11 -1.1962377e-13 -1.7049134e-13 -6.914183199999999e-15 1.1727621e-10 -3.7160263e-11 3.2817013e-11 3.6397136e-11 +10 -0.66900615 -9.9116317e-11 -1.1962377e-13 -1.7049134e-13 -6.914183199999999e-15 1.1727621e-10 -3.7160263e-11 3.2817013e-11 3.6397136e-11 +11 -0.66900615 -9.9116317e-11 -1.1962377e-13 -1.7049134e-13 -6.914183199999999e-15 1.1727621e-10 -3.7160263e-11 3.2817013e-11 3.6397136e-11 +12 -0.66900615 -9.9116317e-11 -1.1962377e-13 -1.7049134e-13 -6.914183199999999e-15 1.1727621e-10 -3.7160263e-11 3.2817013e-11 3.6397136e-11 +13 -0.66900615 -9.9116317e-11 -1.1962377e-13 -1.7049134e-13 -6.914183199999999e-15 1.1727621e-10 -3.7160263e-11 3.2817013e-11 3.6397136e-11 +14 -0.66900615 -9.9116317e-11 -1.1962377e-13 -1.7049134e-13 -6.914183199999999e-15 1.1727621e-10 -3.7160263e-11 3.2817013e-11 3.6397136e-11 +15 -0.66900615 -9.9116317e-11 -1.1962377e-13 -1.7049134e-13 -6.914183199999999e-15 1.1727621e-10 -3.7160263e-11 3.2817013e-11 3.6397136e-11 +16 0.0078135474 -0.15660499 -0.0018682198 -0.0031345001 -0.00010109125 0.77257542 0.065897129 0.059069903 0.065182215 +17 0.0078135474 -0.15660499 -0.0018682198 -0.0031345001 -0.00010109125 0.77257542 0.065897129 0.059069903 0.065182215 +18 0.0078135474 -0.15660499 -0.0018682198 -0.0031345001 -0.00010109125 0.77257542 0.065897129 0.059069903 0.065182215 +19 0.0078135474 -0.15660499 -0.0018682198 -0.0031345001 -0.00010109125 0.77257542 0.065897129 0.059069903 0.065182215 +20 0.0078135474 -0.15660499 -0.0018682198 -0.0031345001 -0.00010109125 0.77257542 0.065897129 0.059069903 0.065182215 +21 0.0078135474 -0.15660499 -0.0018682198 -0.0031345001 -0.00010109125 0.77257542 0.065897129 0.059069903 0.065182215 +22 0.034915128 4.3157832e-12 -0.76034587 3.4560841e-12 5.1115174e-11 0.0027648465000000002 2.7543799e-06 -2.1663613e-06 -2.1252032e-06 +23 0.034915128 4.3157832e-12 -0.76034587 3.4560841e-12 5.1115174e-11 0.0027648465000000002 2.7543799e-06 -2.1663613e-06 -2.1252032e-06 +24 0.034915128 4.3157832e-12 -0.76034587 3.4560841e-12 5.1115174e-11 0.0027648465000000002 2.7543799e-06 -2.1663613e-06 -2.1252032e-06 +25 0.034915128 4.3157832e-12 -0.76034587 3.4560841e-12 5.1115174e-11 0.0027648465000000002 2.7543799e-06 -2.1663613e-06 -2.1252032e-06 +26 0.034915128 4.3157832e-12 -0.76034587 3.4560841e-12 5.1115174e-11 0.0027648465000000002 2.7543799e-06 -2.1663613e-06 -2.1252032e-06 +27 -5.4693488e-07 9.3660255e-13 1.1611337e-14 -0.76131826 -4.8364445e-07 -0.93872657 0.020218523000000002 0.020561417 0.022533594 +28 -5.4693488e-07 9.3660255e-13 1.1611337e-14 -0.76131826 -4.8364445e-07 -0.93872657 0.020218523000000002 0.020561417 0.022533594 +29 -5.4693488e-07 9.3660255e-13 1.1611337e-14 -0.76131826 -4.8364445e-07 -0.93872657 0.020218523000000002 0.020561417 0.022533594 +30 -5.4693488e-07 9.3660255e-13 1.1611337e-14 -0.76131826 -4.8364445e-07 -0.93872657 0.020218523000000002 0.020561417 0.022533594 +31 42.205669 2.0775971999999995e-08 1.198776e-10 -0.00012121608999999999 -0.7605893 158122750.0 -0.51397594 -0.60117805 8234.2743 +32 42.205669 2.0775971999999995e-08 1.198776e-10 -0.00012121608999999999 -0.7605893 158122750.0 -0.51397594 -0.60117805 8234.2743 +33 42.205669 2.0775971999999995e-08 1.198776e-10 -0.00012121608999999999 -0.7605893 158122750.0 -0.51397594 -0.60117805 8234.2743 +34 4.1997401e-06 1.2304558999999999e-11 1.5175747e-13 3.5337466e-09 5.2360179e-08 11.347857000000001 0.01989689 -0.0021484704 -0.0019935109 +35 4.1997401e-06 1.2304558999999999e-11 1.5175747e-13 3.5337466e-09 5.2360179e-08 11.347857000000001 0.01989689 -0.0021484704 -0.0019935109 +36 7.776833e-12 4.179395599999999e-16 -1.3501555e-16 7.9840168e-12 1.2204824e-10 1.2409834e-08 1.1339462000000002e-05 -0.80230187 -0.80517278 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.66900613 -9.911382300000001e-10 -1.1585683999999999e-12 -1.706235e-12 -6.7758981e-14 1.7927764e-09 4.6864889e-11 7.0982079e-10 7.8554547e-10 +2 0.007021883299999999 -0.15660499 -0.0018682198 -0.0031346103999999996 -0.00010272247999999999 -0.86794578 0.07780645 0.12959235 0.1425623 +3 0.034915136 4.3167722999999995e-11 -0.76034587 6.7178872000000006e-12 9.9204103e-11 0.0027641738000000003 3.3817365e-07 -4.254752e-06 -1.9860809e-06 +4 -5.093272299999999e-07 -1.8110714000000002e-15 4.0504663999999996e-16 -0.76131826 1.0376096e-07 -0.96077931 -0.0041254421000000005 -0.0044485059 -0.0057493983999999995 +5 5.0879050999999995 1.9165532999999998e-08 1.0821402e-10 -0.00013169571000000001 -0.76058946 16596975.0 -0.49942805 -0.57839825 8742.8576 +6 -2.0150098e-08 6.547719700000001e-15 5.4006219e-16 -1.6942305e-08 -2.5112168e-07 0.0061751605000000005 0.0012842646 0.010692023 0.01170015 +7 7.8230893e-12 0.0 5.4006219e-16 8.0252077e-12 1.2267326000000002e-10 -5.3540913e-10 3.8812548e-06 -0.80202385 -0.80417612 +8 -5.8493672e-07 1.6242524e-12 2.7138125e-14 -4.0413783e-08 -5.9858788e-07 -0.99964687 0.02284623 0.025615132999999998 -0.7651928 +9 -0.66900613 -9.911382300000001e-10 -1.1585683999999999e-12 -1.706235e-12 -6.7758981e-14 1.7927764e-09 4.6864889e-11 7.0982079e-10 7.8554547e-10 +10 -0.66900613 -9.911382300000001e-10 -1.1585683999999999e-12 -1.706235e-12 -6.7758981e-14 1.7927764e-09 4.6864889e-11 7.0982079e-10 7.8554547e-10 +11 -0.66900613 -9.911382300000001e-10 -1.1585683999999999e-12 -1.706235e-12 -6.7758981e-14 1.7927764e-09 4.6864889e-11 7.0982079e-10 7.8554547e-10 +12 -0.66900613 -9.911382300000001e-10 -1.1585683999999999e-12 -1.706235e-12 -6.7758981e-14 1.7927764e-09 4.6864889e-11 7.0982079e-10 7.8554547e-10 +13 -0.66900613 -9.911382300000001e-10 -1.1585683999999999e-12 -1.706235e-12 -6.7758981e-14 1.7927764e-09 4.6864889e-11 7.0982079e-10 7.8554547e-10 +14 -0.66900613 -9.911382300000001e-10 -1.1585683999999999e-12 -1.706235e-12 -6.7758981e-14 1.7927764e-09 4.6864889e-11 7.0982079e-10 7.8554547e-10 +15 -0.66900613 -9.911382300000001e-10 -1.1585683999999999e-12 -1.706235e-12 -6.7758981e-14 1.7927764e-09 4.6864889e-11 7.0982079e-10 7.8554547e-10 +16 0.007021883299999999 -0.15660499 -0.0018682198 -0.0031346103999999996 -0.00010272247999999999 -0.86794578 0.07780645 0.12959235 0.1425623 +17 0.007021883299999999 -0.15660499 -0.0018682198 -0.0031346103999999996 -0.00010272247999999999 -0.86794578 0.07780645 0.12959235 0.1425623 +18 0.007021883299999999 -0.15660499 -0.0018682198 -0.0031346103999999996 -0.00010272247999999999 -0.86794578 0.07780645 0.12959235 0.1425623 +19 0.007021883299999999 -0.15660499 -0.0018682198 -0.0031346103999999996 -0.00010272247999999999 -0.86794578 0.07780645 0.12959235 0.1425623 +20 0.007021883299999999 -0.15660499 -0.0018682198 -0.0031346103999999996 -0.00010272247999999999 -0.86794578 0.07780645 0.12959235 0.1425623 +21 0.007021883299999999 -0.15660499 -0.0018682198 -0.0031346103999999996 -0.00010272247999999999 -0.86794578 0.07780645 0.12959235 0.1425623 +22 0.034915136 4.3167722999999995e-11 -0.76034587 6.7178872000000006e-12 9.9204103e-11 0.0027641738000000003 3.3817365e-07 -4.254752e-06 -1.9860809e-06 +23 0.034915136 4.3167722999999995e-11 -0.76034587 6.7178872000000006e-12 9.9204103e-11 0.0027641738000000003 3.3817365e-07 -4.254752e-06 -1.9860809e-06 +24 0.034915136 4.3167722999999995e-11 -0.76034587 6.7178872000000006e-12 9.9204103e-11 0.0027641738000000003 3.3817365e-07 -4.254752e-06 -1.9860809e-06 +25 0.034915136 4.3167722999999995e-11 -0.76034587 6.7178872000000006e-12 9.9204103e-11 0.0027641738000000003 3.3817365e-07 -4.254752e-06 -1.9860809e-06 +26 0.034915136 4.3167722999999995e-11 -0.76034587 6.7178872000000006e-12 9.9204103e-11 0.0027641738000000003 3.3817365e-07 -4.254752e-06 -1.9860809e-06 +27 -5.093272299999999e-07 -1.8110714000000002e-15 4.0504663999999996e-16 -0.76131826 1.0376096e-07 -0.96077931 -0.0041254421000000005 -0.0044485059 -0.0057493983999999995 +28 -5.093272299999999e-07 -1.8110714000000002e-15 4.0504663999999996e-16 -0.76131826 1.0376096e-07 -0.96077931 -0.0041254421000000005 -0.0044485059 -0.0057493983999999995 +29 -5.093272299999999e-07 -1.8110714000000002e-15 4.0504663999999996e-16 -0.76131826 1.0376096e-07 -0.96077931 -0.0041254421000000005 -0.0044485059 -0.0057493983999999995 +30 -5.093272299999999e-07 -1.8110714000000002e-15 4.0504663999999996e-16 -0.76131826 1.0376096e-07 -0.96077931 -0.0041254421000000005 -0.0044485059 -0.0057493983999999995 +31 5.0879050999999995 1.9165532999999998e-08 1.0821402e-10 -0.00013169571000000001 -0.76058946 16596975.0 -0.49942805 -0.57839825 8742.8576 +32 5.0879050999999995 1.9165532999999998e-08 1.0821402e-10 -0.00013169571000000001 -0.76058946 16596975.0 -0.49942805 -0.57839825 8742.8576 +33 5.0879050999999995 1.9165532999999998e-08 1.0821402e-10 -0.00013169571000000001 -0.76058946 16596975.0 -0.49942805 -0.57839825 8742.8576 +34 -2.0150098e-08 6.547719700000001e-15 5.4006219e-16 -1.6942305e-08 -2.5112168e-07 0.0061751605000000005 0.0012842646 0.010692023 0.01170015 +35 -2.0150098e-08 6.547719700000001e-15 5.4006219e-16 -1.6942305e-08 -2.5112168e-07 0.0061751605000000005 0.0012842646 0.010692023 0.01170015 +36 7.8230893e-12 0.0 5.4006219e-16 8.0252077e-12 1.2267326000000002e-10 -5.3540913e-10 3.8812548e-06 -0.80202385 -0.80417612 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.66900593 -9.9112851e-09 -1.1595135e-11 -1.7043408e-11 -5.4414682e-13 6.2937395e-09 -6.2809698e-10 7.8910217e-10 9.227149e-10 +2 0.0053034098 -0.15660499 -0.0018682198 -0.0031345390000000004 -0.00010166524 -0.9859888 -0.0092041807 0.079683875 0.0786067 +3 0.034915218 4.3167082e-10 -0.76034587 7.9835768e-12 1.1647277e-10 0.0027642683 -1.6019276999999998e-05 -4.774672900000001e-06 2.0035025000000002e-05 +4 -5.0725853e-07 -7.1049723999999995e-15 0.0 -0.76131825 1.2132189e-07 -0.96062909 -0.012415607 -0.0049725026 -0.01326752 +5 1.0802163999999999 2.6549539e-08 1.3599238000000002e-10 -0.00013727508 -0.76058923 1729036.4 -0.5324783 -0.5854995 8370.4193 +6 9.9352449e-08 1.0309175999999999e-14 1.3501555e-16 8.4081167e-08 1.2434768000000002e-06 0.0091272015 -0.067897723 -0.050523695 -0.054772612000000005 +7 8.3921157e-12 -6.9656592e-16 1.3501555e-16 8.5582692e-12 1.307379e-10 -1.3100805e-10 1.1949045000000002e-05 -0.80394071 -0.79959712 +8 -4.5024428e-07 5.293900999999999e-15 -1.3501555e-16 7.365348e-08 1.0860041000000001e-06 -0.99964614 -0.067444189 -0.044195244 -0.78416161 +9 -0.66900593 -9.9112851e-09 -1.1595135e-11 -1.7043408e-11 -5.4414682e-13 6.2937395e-09 -6.2809698e-10 7.8910217e-10 9.227149e-10 +10 -0.66900593 -9.9112851e-09 -1.1595135e-11 -1.7043408e-11 -5.4414682e-13 6.2937395e-09 -6.2809698e-10 7.8910217e-10 9.227149e-10 +11 -0.66900593 -9.9112851e-09 -1.1595135e-11 -1.7043408e-11 -5.4414682e-13 6.2937395e-09 -6.2809698e-10 7.8910217e-10 9.227149e-10 +12 -0.66900593 -9.9112851e-09 -1.1595135e-11 -1.7043408e-11 -5.4414682e-13 6.2937395e-09 -6.2809698e-10 7.8910217e-10 9.227149e-10 +13 -0.66900593 -9.9112851e-09 -1.1595135e-11 -1.7043408e-11 -5.4414682e-13 6.2937395e-09 -6.2809698e-10 7.8910217e-10 9.227149e-10 +14 -0.66900593 -9.9112851e-09 -1.1595135e-11 -1.7043408e-11 -5.4414682e-13 6.2937395e-09 -6.2809698e-10 7.8910217e-10 9.227149e-10 +15 -0.66900593 -9.9112851e-09 -1.1595135e-11 -1.7043408e-11 -5.4414682e-13 6.2937395e-09 -6.2809698e-10 7.8910217e-10 9.227149e-10 +16 0.0053034098 -0.15660499 -0.0018682198 -0.0031345390000000004 -0.00010166524 -0.9859888 -0.0092041807 0.079683875 0.0786067 +17 0.0053034098 -0.15660499 -0.0018682198 -0.0031345390000000004 -0.00010166524 -0.9859888 -0.0092041807 0.079683875 0.0786067 +18 0.0053034098 -0.15660499 -0.0018682198 -0.0031345390000000004 -0.00010166524 -0.9859888 -0.0092041807 0.079683875 0.0786067 +19 0.0053034098 -0.15660499 -0.0018682198 -0.0031345390000000004 -0.00010166524 -0.9859888 -0.0092041807 0.079683875 0.0786067 +20 0.0053034098 -0.15660499 -0.0018682198 -0.0031345390000000004 -0.00010166524 -0.9859888 -0.0092041807 0.079683875 0.0786067 +21 0.0053034098 -0.15660499 -0.0018682198 -0.0031345390000000004 -0.00010166524 -0.9859888 -0.0092041807 0.079683875 0.0786067 +22 0.034915218 4.3167082e-10 -0.76034587 7.9835768e-12 1.1647277e-10 0.0027642683 -1.6019276999999998e-05 -4.774672900000001e-06 2.0035025000000002e-05 +23 0.034915218 4.3167082e-10 -0.76034587 7.9835768e-12 1.1647277e-10 0.0027642683 -1.6019276999999998e-05 -4.774672900000001e-06 2.0035025000000002e-05 +24 0.034915218 4.3167082e-10 -0.76034587 7.9835768e-12 1.1647277e-10 0.0027642683 -1.6019276999999998e-05 -4.774672900000001e-06 2.0035025000000002e-05 +25 0.034915218 4.3167082e-10 -0.76034587 7.9835768e-12 1.1647277e-10 0.0027642683 -1.6019276999999998e-05 -4.774672900000001e-06 2.0035025000000002e-05 +26 0.034915218 4.3167082e-10 -0.76034587 7.9835768e-12 1.1647277e-10 0.0027642683 -1.6019276999999998e-05 -4.774672900000001e-06 2.0035025000000002e-05 +27 -5.0725853e-07 -7.1049723999999995e-15 0.0 -0.76131825 1.2132189e-07 -0.96062909 -0.012415607 -0.0049725026 -0.01326752 +28 -5.0725853e-07 -7.1049723999999995e-15 0.0 -0.76131825 1.2132189e-07 -0.96062909 -0.012415607 -0.0049725026 -0.01326752 +29 -5.0725853e-07 -7.1049723999999995e-15 0.0 -0.76131825 1.2132189e-07 -0.96062909 -0.012415607 -0.0049725026 -0.01326752 +30 -5.0725853e-07 -7.1049723999999995e-15 0.0 -0.76131825 1.2132189e-07 -0.96062909 -0.012415607 -0.0049725026 -0.01326752 +31 1.0802163999999999 2.6549539e-08 1.3599238000000002e-10 -0.00013727508 -0.76058923 1729036.4 -0.5324783 -0.5854995 8370.4193 +32 1.0802163999999999 2.6549539e-08 1.3599238000000002e-10 -0.00013727508 -0.76058923 1729036.4 -0.5324783 -0.5854995 8370.4193 +33 1.0802163999999999 2.6549539e-08 1.3599238000000002e-10 -0.00013727508 -0.76058923 1729036.4 -0.5324783 -0.5854995 8370.4193 +34 9.9352449e-08 1.0309175999999999e-14 1.3501555e-16 8.4081167e-08 1.2434768000000002e-06 0.0091272015 -0.067897723 -0.050523695 -0.054772612000000005 +35 9.9352449e-08 1.0309175999999999e-14 1.3501555e-16 8.4081167e-08 1.2434768000000002e-06 0.0091272015 -0.067897723 -0.050523695 -0.054772612000000005 +36 8.3921157e-12 -6.9656592e-16 1.3501555e-16 8.5582692e-12 1.307379e-10 -1.3100805e-10 1.1949045000000002e-05 -0.80394071 -0.79959712 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.7004875 -1.0305114999999999e-07 -1.3459496999999998e-10 -1.9923922e-10 -6.158136599999999e-12 -9.9704115e-10 3.9558895e-12 -5.1189623999999996e-11 -6.2522516e-11 +2 -0.0008857904400000001 -0.15660461 -0.0018682158 -0.0031344483000000003 -0.00010041277 -0.85043733 -0.022062249 0.026609042000000003 0.022446353 +3 0.034781214 4.3279451e-09 -0.76034587 8.6827248e-12 4.5349579e-11 0.0031091889 1.0190114e-05 -1.6929092e-06 2.2891725999999997e-05 +4 -0.00056951965 1.2535693999999999e-08 1.2186584e-10 -0.76131825 3.4406519e-08 -0.94815509 0.0024887268 -0.0013100185 -0.0081279277 +5 0.64150935 5.266595400000001e-07 4.3870918e-09 -0.00012835667 -0.76058853 1767162.7 -0.56909502 -0.65091283 7371.2886 +6 -0.006157059499999999 4.279282e-07 3.9626096e-09 1.3784856e-07 1.9645325e-06 9.677653300000001 -0.0227177 -0.073805306 -0.0048159485 +7 1.0531039e-09 -2.0200418e-14 -5.4006219e-16 9.6246125e-12 1.469068e-10 -6.3515165e-07 5.419557599999999e-06 -0.80688303 -0.80355897 +8 -0.0061575255 4.2792813000000004e-07 3.9626107e-09 1.9728524e-07 2.8160186e-06 -0.99622211 -0.070282705 -0.10577932 -0.79947719 +9 -0.7004875 -1.0305114999999999e-07 -1.3459496999999998e-10 -1.9923922e-10 -6.158136599999999e-12 -9.9704115e-10 3.9558895e-12 -5.1189623999999996e-11 -6.2522516e-11 +10 -0.7004875 -1.0305114999999999e-07 -1.3459496999999998e-10 -1.9923922e-10 -6.158136599999999e-12 -9.9704115e-10 3.9558895e-12 -5.1189623999999996e-11 -6.2522516e-11 +11 -0.7004875 -1.0305114999999999e-07 -1.3459496999999998e-10 -1.9923922e-10 -6.158136599999999e-12 -9.9704115e-10 3.9558895e-12 -5.1189623999999996e-11 -6.2522516e-11 +12 -0.7004875 -1.0305114999999999e-07 -1.3459496999999998e-10 -1.9923922e-10 -6.158136599999999e-12 -9.9704115e-10 3.9558895e-12 -5.1189623999999996e-11 -6.2522516e-11 +13 -0.7004875 -1.0305114999999999e-07 -1.3459496999999998e-10 -1.9923922e-10 -6.158136599999999e-12 -9.9704115e-10 3.9558895e-12 -5.1189623999999996e-11 -6.2522516e-11 +14 -0.7004875 -1.0305114999999999e-07 -1.3459496999999998e-10 -1.9923922e-10 -6.158136599999999e-12 -9.9704115e-10 3.9558895e-12 -5.1189623999999996e-11 -6.2522516e-11 +15 -0.7004875 -1.0305114999999999e-07 -1.3459496999999998e-10 -1.9923922e-10 -6.158136599999999e-12 -9.9704115e-10 3.9558895e-12 -5.1189623999999996e-11 -6.2522516e-11 +16 -0.0008857904400000001 -0.15660461 -0.0018682158 -0.0031344483000000003 -0.00010041277 -0.85043733 -0.022062249 0.026609042000000003 0.022446353 +17 -0.0008857904400000001 -0.15660461 -0.0018682158 -0.0031344483000000003 -0.00010041277 -0.85043733 -0.022062249 0.026609042000000003 0.022446353 +18 -0.0008857904400000001 -0.15660461 -0.0018682158 -0.0031344483000000003 -0.00010041277 -0.85043733 -0.022062249 0.026609042000000003 0.022446353 +19 -0.0008857904400000001 -0.15660461 -0.0018682158 -0.0031344483000000003 -0.00010041277 -0.85043733 -0.022062249 0.026609042000000003 0.022446353 +20 -0.0008857904400000001 -0.15660461 -0.0018682158 -0.0031344483000000003 -0.00010041277 -0.85043733 -0.022062249 0.026609042000000003 0.022446353 +21 -0.0008857904400000001 -0.15660461 -0.0018682158 -0.0031344483000000003 -0.00010041277 -0.85043733 -0.022062249 0.026609042000000003 0.022446353 +22 0.034781214 4.3279451e-09 -0.76034587 8.6827248e-12 4.5349579e-11 0.0031091889 1.0190114e-05 -1.6929092e-06 2.2891725999999997e-05 +23 0.034781214 4.3279451e-09 -0.76034587 8.6827248e-12 4.5349579e-11 0.0031091889 1.0190114e-05 -1.6929092e-06 2.2891725999999997e-05 +24 0.034781214 4.3279451e-09 -0.76034587 8.6827248e-12 4.5349579e-11 0.0031091889 1.0190114e-05 -1.6929092e-06 2.2891725999999997e-05 +25 0.034781214 4.3279451e-09 -0.76034587 8.6827248e-12 4.5349579e-11 0.0031091889 1.0190114e-05 -1.6929092e-06 2.2891725999999997e-05 +26 0.034781214 4.3279451e-09 -0.76034587 8.6827248e-12 4.5349579e-11 0.0031091889 1.0190114e-05 -1.6929092e-06 2.2891725999999997e-05 +27 -0.00056951965 1.2535693999999999e-08 1.2186584e-10 -0.76131825 3.4406519e-08 -0.94815509 0.0024887268 -0.0013100185 -0.0081279277 +28 -0.00056951965 1.2535693999999999e-08 1.2186584e-10 -0.76131825 3.4406519e-08 -0.94815509 0.0024887268 -0.0013100185 -0.0081279277 +29 -0.00056951965 1.2535693999999999e-08 1.2186584e-10 -0.76131825 3.4406519e-08 -0.94815509 0.0024887268 -0.0013100185 -0.0081279277 +30 -0.00056951965 1.2535693999999999e-08 1.2186584e-10 -0.76131825 3.4406519e-08 -0.94815509 0.0024887268 -0.0013100185 -0.0081279277 +31 0.64150935 5.266595400000001e-07 4.3870918e-09 -0.00012835667 -0.76058853 1767162.7 -0.56909502 -0.65091283 7371.2886 +32 0.64150935 5.266595400000001e-07 4.3870918e-09 -0.00012835667 -0.76058853 1767162.7 -0.56909502 -0.65091283 7371.2886 +33 0.64150935 5.266595400000001e-07 4.3870918e-09 -0.00012835667 -0.76058853 1767162.7 -0.56909502 -0.65091283 7371.2886 +34 -0.006157059499999999 4.279282e-07 3.9626096e-09 1.3784856e-07 1.9645325e-06 9.677653300000001 -0.0227177 -0.073805306 -0.0048159485 +35 -0.006157059499999999 4.279282e-07 3.9626096e-09 1.3784856e-07 1.9645325e-06 9.677653300000001 -0.0227177 -0.073805306 -0.0048159485 +36 1.0531039e-09 -2.0200418e-14 -5.4006219e-16 9.6246125e-12 1.469068e-10 -6.3515165e-07 5.419557599999999e-06 -0.80688303 -0.80355897 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_AUC_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.70290152 -1.0327026e-06 -1.3608586e-09 -2.015595e-09 -6.2328962e-11 -7.9900647e-09 -1.7574848000000001e-10 -2.3523483e-10 -3.0375663999999997e-10 +2 -0.0041484353 -0.15660552 -0.0018682278 -0.0031345604 -0.0001017764 -0.90998038 0.021568267999999998 0.07583240200000001 0.078494033 +3 0.034733645 4.3153789000000006e-08 -0.76034587 6.741106e-11 1.1250826999999999e-10 0.0040579696 -1.3702857e-06 -4.03898e-06 1.6327980999999998e-05 +4 -4.2134734e-05 4.4250033e-10 4.7046167e-12 -0.76131825 1.2564081e-07 -0.94407615 -0.0011009317 -0.004584846500000001 -0.0098247919 +5 0.60353009 1.286525e-06 7.5576741e-09 -0.0001660738 -0.76058881 3112953.4 -0.49762044 -0.58499877 8403.6485 +6 -0.0016626282 2.0295306000000002e-08 2.0500302e-10 5.4060834e-08 8.1199375e-07 9.7807993 0.002654741 -0.029589016 0.026649801 +7 6.9762088e-11 -4.1793916e-16 -4.0504663999999996e-16 1.0087186999999999e-11 1.538231e-10 -5.6858274e-07 -2.1054609e-06 -0.80811758 -0.80684642 +8 -0.0036227915999999995 6.897077900000001e-08 6.7639832e-10 8.0016315e-08 1.1607491e-06 -0.95116573 0.0067184848 -0.042304239 -0.78511275 +9 -0.70290152 -1.0327026e-06 -1.3608586e-09 -2.015595e-09 -6.2328962e-11 -7.9900647e-09 -1.7574848000000001e-10 -2.3523483e-10 -3.0375663999999997e-10 +10 -0.70290152 -1.0327026e-06 -1.3608586e-09 -2.015595e-09 -6.2328962e-11 -7.9900647e-09 -1.7574848000000001e-10 -2.3523483e-10 -3.0375663999999997e-10 +11 -0.70290152 -1.0327026e-06 -1.3608586e-09 -2.015595e-09 -6.2328962e-11 -7.9900647e-09 -1.7574848000000001e-10 -2.3523483e-10 -3.0375663999999997e-10 +12 -0.70290152 -1.0327026e-06 -1.3608586e-09 -2.015595e-09 -6.2328962e-11 -7.9900647e-09 -1.7574848000000001e-10 -2.3523483e-10 -3.0375663999999997e-10 +13 -0.70290152 -1.0327026e-06 -1.3608586e-09 -2.015595e-09 -6.2328962e-11 -7.9900647e-09 -1.7574848000000001e-10 -2.3523483e-10 -3.0375663999999997e-10 +14 -0.70290152 -1.0327026e-06 -1.3608586e-09 -2.015595e-09 -6.2328962e-11 -7.9900647e-09 -1.7574848000000001e-10 -2.3523483e-10 -3.0375663999999997e-10 +15 -0.70290152 -1.0327026e-06 -1.3608586e-09 -2.015595e-09 -6.2328962e-11 -7.9900647e-09 -1.7574848000000001e-10 -2.3523483e-10 -3.0375663999999997e-10 +16 -0.0041484353 -0.15660552 -0.0018682278 -0.0031345604 -0.0001017764 -0.90998038 0.021568267999999998 0.07583240200000001 0.078494033 +17 -0.0041484353 -0.15660552 -0.0018682278 -0.0031345604 -0.0001017764 -0.90998038 0.021568267999999998 0.07583240200000001 0.078494033 +18 -0.0041484353 -0.15660552 -0.0018682278 -0.0031345604 -0.0001017764 -0.90998038 0.021568267999999998 0.07583240200000001 0.078494033 +19 -0.0041484353 -0.15660552 -0.0018682278 -0.0031345604 -0.0001017764 -0.90998038 0.021568267999999998 0.07583240200000001 0.078494033 +20 -0.0041484353 -0.15660552 -0.0018682278 -0.0031345604 -0.0001017764 -0.90998038 0.021568267999999998 0.07583240200000001 0.078494033 +21 -0.0041484353 -0.15660552 -0.0018682278 -0.0031345604 -0.0001017764 -0.90998038 0.021568267999999998 0.07583240200000001 0.078494033 +22 0.034733645 4.3153789000000006e-08 -0.76034587 6.741106e-11 1.1250826999999999e-10 0.0040579696 -1.3702857e-06 -4.03898e-06 1.6327980999999998e-05 +23 0.034733645 4.3153789000000006e-08 -0.76034587 6.741106e-11 1.1250826999999999e-10 0.0040579696 -1.3702857e-06 -4.03898e-06 1.6327980999999998e-05 +24 0.034733645 4.3153789000000006e-08 -0.76034587 6.741106e-11 1.1250826999999999e-10 0.0040579696 -1.3702857e-06 -4.03898e-06 1.6327980999999998e-05 +25 0.034733645 4.3153789000000006e-08 -0.76034587 6.741106e-11 1.1250826999999999e-10 0.0040579696 -1.3702857e-06 -4.03898e-06 1.6327980999999998e-05 +26 0.034733645 4.3153789000000006e-08 -0.76034587 6.741106e-11 1.1250826999999999e-10 0.0040579696 -1.3702857e-06 -4.03898e-06 1.6327980999999998e-05 +27 -4.2134734e-05 4.4250033e-10 4.7046167e-12 -0.76131825 1.2564081e-07 -0.94407615 -0.0011009317 -0.004584846500000001 -0.0098247919 +28 -4.2134734e-05 4.4250033e-10 4.7046167e-12 -0.76131825 1.2564081e-07 -0.94407615 -0.0011009317 -0.004584846500000001 -0.0098247919 +29 -4.2134734e-05 4.4250033e-10 4.7046167e-12 -0.76131825 1.2564081e-07 -0.94407615 -0.0011009317 -0.004584846500000001 -0.0098247919 +30 -4.2134734e-05 4.4250033e-10 4.7046167e-12 -0.76131825 1.2564081e-07 -0.94407615 -0.0011009317 -0.004584846500000001 -0.0098247919 +31 0.60353009 1.286525e-06 7.5576741e-09 -0.0001660738 -0.76058881 3112953.4 -0.49762044 -0.58499877 8403.6485 +32 0.60353009 1.286525e-06 7.5576741e-09 -0.0001660738 -0.76058881 3112953.4 -0.49762044 -0.58499877 8403.6485 +33 0.60353009 1.286525e-06 7.5576741e-09 -0.0001660738 -0.76058881 3112953.4 -0.49762044 -0.58499877 8403.6485 +34 -0.0016626282 2.0295306000000002e-08 2.0500302e-10 5.4060834e-08 8.1199375e-07 9.7807993 0.002654741 -0.029589016 0.026649801 +35 -0.0016626282 2.0295306000000002e-08 2.0500302e-10 5.4060834e-08 8.1199375e-07 9.7807993 0.002654741 -0.029589016 0.026649801 +36 6.9762088e-11 -4.1793916e-16 -4.0504663999999996e-16 1.0087186999999999e-11 1.538231e-10 -5.6858274e-07 -2.1054609e-06 -0.80811758 -0.80684642 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.65334692 -4.2038563e-10 -6.6867639e-13 -1.0036366e-12 -3.2159564e-14 1.1883295e-10 0.0 2.210643e-11 2.1875017000000002e-11 +2 0.00017100142 0.11242132 -0.0032788969 -0.006201963100000001 -0.00020483363 -0.44390157 205249430.0 0.032028368 0.039597113999999996 +3 0.042127949000000005 2.2476558e-11 -0.65062636 6.9602075e-12 1.0104296e-10 0.0027992949 0.0 -1.5696413999999998e-06 -1.3178583e-06 +4 -4.9377726e-07 -1.8069071e-12 1.9565772e-14 -0.65149444 -6.929126700000001e-07 -0.93913776 0.0 0.011317701999999999 0.013859546 +5 51.501449 9.2610418e-09 2.6784489e-10 -0.00044565136 -0.6517158 157872980.0 0.0 -0.37816325 6043.4534 +6 3.0552287e-06 -2.0244273e-11 2.4016448e-13 3.7172305e-09 4.965961900000001e-08 5.0666332999999995 243645170.0 -0.0008842609300000001 -0.0012743423 +7 1.587315e-11 1.8329614000000002e-15 -2.1500849e-16 3.9194272e-11 5.9988686e-10 -1.1853548e-11 0.0 -0.78136266 -0.78807702 +8 -3.9764179e-07 -5.8430095e-11 7.2565364e-13 8.6116492e-08 1.2137261999999999e-06 -0.99821695 206040340.0 -0.019804811999999998 -0.74869609 +9 -0.65334692 -4.2038563e-10 -6.6867639e-13 -1.0036366e-12 -3.2159564e-14 1.1883295e-10 0.0 2.210643e-11 2.1875017000000002e-11 +10 -0.65334692 -4.2038563e-10 -6.6867639e-13 -1.0036366e-12 -3.2159564e-14 1.1883295e-10 0.0 2.210643e-11 2.1875017000000002e-11 +11 -0.65334692 -4.2038563e-10 -6.6867639e-13 -1.0036366e-12 -3.2159564e-14 1.1883295e-10 0.0 2.210643e-11 2.1875017000000002e-11 +12 -0.65334692 -4.2038563e-10 -6.6867639e-13 -1.0036366e-12 -3.2159564e-14 1.1883295e-10 0.0 2.210643e-11 2.1875017000000002e-11 +13 -0.65334692 -4.2038563e-10 -6.6867639e-13 -1.0036366e-12 -3.2159564e-14 1.1883295e-10 0.0 2.210643e-11 2.1875017000000002e-11 +14 -0.65334692 -4.2038563e-10 -6.6867639e-13 -1.0036366e-12 -3.2159564e-14 1.1883295e-10 0.0 2.210643e-11 2.1875017000000002e-11 +15 -0.65334692 -4.2038563e-10 -6.6867639e-13 -1.0036366e-12 -3.2159564e-14 1.1883295e-10 0.0 2.210643e-11 2.1875017000000002e-11 +16 0.00017100142 0.11242132 -0.0032788969 -0.006201963100000001 -0.00020483363 -0.44390157 205249430.0 0.032028368 0.039597113999999996 +17 0.00017100142 0.11242132 -0.0032788969 -0.006201963100000001 -0.00020483363 -0.44390157 205249430.0 0.032028368 0.039597113999999996 +18 0.00017100142 0.11242132 -0.0032788969 -0.006201963100000001 -0.00020483363 -0.44390157 205249430.0 0.032028368 0.039597113999999996 +19 0.00017100142 0.11242132 -0.0032788969 -0.006201963100000001 -0.00020483363 -0.44390157 205249430.0 0.032028368 0.039597113999999996 +20 0.00017100142 0.11242132 -0.0032788969 -0.006201963100000001 -0.00020483363 -0.44390157 205249430.0 0.032028368 0.039597113999999996 +21 0.00017100142 0.11242132 -0.0032788969 -0.006201963100000001 -0.00020483363 -0.44390157 205249430.0 0.032028368 0.039597113999999996 +22 0.042127949000000005 2.2476558e-11 -0.65062636 6.9602075e-12 1.0104296e-10 0.0027992949 0.0 -1.5696413999999998e-06 -1.3178583e-06 +23 0.042127949000000005 2.2476558e-11 -0.65062636 6.9602075e-12 1.0104296e-10 0.0027992949 0.0 -1.5696413999999998e-06 -1.3178583e-06 +24 0.042127949000000005 2.2476558e-11 -0.65062636 6.9602075e-12 1.0104296e-10 0.0027992949 0.0 -1.5696413999999998e-06 -1.3178583e-06 +25 0.042127949000000005 2.2476558e-11 -0.65062636 6.9602075e-12 1.0104296e-10 0.0027992949 0.0 -1.5696413999999998e-06 -1.3178583e-06 +26 0.042127949000000005 2.2476558e-11 -0.65062636 6.9602075e-12 1.0104296e-10 0.0027992949 0.0 -1.5696413999999998e-06 -1.3178583e-06 +27 -4.9377726e-07 -1.8069071e-12 1.9565772e-14 -0.65149444 -6.929126700000001e-07 -0.93913776 0.0 0.011317701999999999 0.013859546 +28 -4.9377726e-07 -1.8069071e-12 1.9565772e-14 -0.65149444 -6.929126700000001e-07 -0.93913776 0.0 0.011317701999999999 0.013859546 +29 -4.9377726e-07 -1.8069071e-12 1.9565772e-14 -0.65149444 -6.929126700000001e-07 -0.93913776 0.0 0.011317701999999999 0.013859546 +30 -4.9377726e-07 -1.8069071e-12 1.9565772e-14 -0.65149444 -6.929126700000001e-07 -0.93913776 0.0 0.011317701999999999 0.013859546 +31 51.501449 9.2610418e-09 2.6784489e-10 -0.00044565136 -0.6517158 157872980.0 0.0 -0.37816325 6043.4534 +32 51.501449 9.2610418e-09 2.6784489e-10 -0.00044565136 -0.6517158 157872980.0 0.0 -0.37816325 6043.4534 +33 51.501449 9.2610418e-09 2.6784489e-10 -0.00044565136 -0.6517158 157872980.0 0.0 -0.37816325 6043.4534 +34 3.0552287e-06 -2.0244273e-11 2.4016448e-13 3.7172305e-09 4.965961900000001e-08 5.0666332999999995 243645170.0 -0.0008842609300000001 -0.0012743423 +35 3.0552287e-06 -2.0244273e-11 2.4016448e-13 3.7172305e-09 4.965961900000001e-08 5.0666332999999995 243645170.0 -0.0008842609300000001 -0.0012743423 +36 1.587315e-11 1.8329614000000002e-15 -2.1500849e-16 3.9194272e-11 5.9988686e-10 -1.1853548e-11 0.0 -0.78136266 -0.78807702 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.65334692 -4.2038606e-09 -6.6917091e-12 -1.0040926e-11 -3.2067672e-13 1.1880964e-09 3.3499091999999996e-07 1.9576848999999998e-10 4.835832099999999e-10 +2 0.00017055539 0.11242132 -0.0032788970000000002 -0.006202120500000001 -0.00020704265 -0.93265813 0.91824895 0.068744912 0.08610586199999999 +3 0.042127964000000004 2.2474725e-10 -0.65062636 3.2910229e-12 2.9162469e-11 0.0027992975 -0.0027019484999999998 -8.063303100000001e-07 -1.6497318000000002e-06 +4 -4.4579746e-07 -5.2370325e-15 -6.450254599999999e-16 -0.65149442 2.2882023999999998e-07 -0.94591804 0.46753969 -0.0035197082 -0.0033578046 +5 5.3635869000000005 1.5413382e-08 2.5324366e-10 -0.0004654025 -0.65171632 15854323.0 -1.0 -0.35357975 6187.5503 +6 -2.332653e-08 -2.0555352e-14 -4.3001697e-16 -2.5465809e-08 -3.5817811999999995e-07 5.4385342e-06 -1.0 0.005883554 0.007373736 +7 1.5871666e-11 -3.927774299999999e-16 2.1500849e-16 1.4825477e-11 2.0982382999999998e-10 2.4444988e-11 -0.0065090762 -0.78110004 -0.78751348 +8 -5.2938727e-07 -3.0438942000000003e-12 3.2896297999999995e-14 -6.1051151e-08 -8.606862800000001e-07 -0.99824268 0.16536135 0.014111713 -0.73841069 +9 -0.65334692 -4.2038606e-09 -6.6917091e-12 -1.0040926e-11 -3.2067672e-13 1.1880964e-09 3.3499091999999996e-07 1.9576848999999998e-10 4.835832099999999e-10 +10 -0.65334692 -4.2038606e-09 -6.6917091e-12 -1.0040926e-11 -3.2067672e-13 1.1880964e-09 3.3499091999999996e-07 1.9576848999999998e-10 4.835832099999999e-10 +11 -0.65334692 -4.2038606e-09 -6.6917091e-12 -1.0040926e-11 -3.2067672e-13 1.1880964e-09 3.3499091999999996e-07 1.9576848999999998e-10 4.835832099999999e-10 +12 -0.65334692 -4.2038606e-09 -6.6917091e-12 -1.0040926e-11 -3.2067672e-13 1.1880964e-09 3.3499091999999996e-07 1.9576848999999998e-10 4.835832099999999e-10 +13 -0.65334692 -4.2038606e-09 -6.6917091e-12 -1.0040926e-11 -3.2067672e-13 1.1880964e-09 3.3499091999999996e-07 1.9576848999999998e-10 4.835832099999999e-10 +14 -0.65334692 -4.2038606e-09 -6.6917091e-12 -1.0040926e-11 -3.2067672e-13 1.1880964e-09 3.3499091999999996e-07 1.9576848999999998e-10 4.835832099999999e-10 +15 -0.65334692 -4.2038606e-09 -6.6917091e-12 -1.0040926e-11 -3.2067672e-13 1.1880964e-09 3.3499091999999996e-07 1.9576848999999998e-10 4.835832099999999e-10 +16 0.00017055539 0.11242132 -0.0032788970000000002 -0.006202120500000001 -0.00020704265 -0.93265813 0.91824895 0.068744912 0.08610586199999999 +17 0.00017055539 0.11242132 -0.0032788970000000002 -0.006202120500000001 -0.00020704265 -0.93265813 0.91824895 0.068744912 0.08610586199999999 +18 0.00017055539 0.11242132 -0.0032788970000000002 -0.006202120500000001 -0.00020704265 -0.93265813 0.91824895 0.068744912 0.08610586199999999 +19 0.00017055539 0.11242132 -0.0032788970000000002 -0.006202120500000001 -0.00020704265 -0.93265813 0.91824895 0.068744912 0.08610586199999999 +20 0.00017055539 0.11242132 -0.0032788970000000002 -0.006202120500000001 -0.00020704265 -0.93265813 0.91824895 0.068744912 0.08610586199999999 +21 0.00017055539 0.11242132 -0.0032788970000000002 -0.006202120500000001 -0.00020704265 -0.93265813 0.91824895 0.068744912 0.08610586199999999 +22 0.042127964000000004 2.2474725e-10 -0.65062636 3.2910229e-12 2.9162469e-11 0.0027992975 -0.0027019484999999998 -8.063303100000001e-07 -1.6497318000000002e-06 +23 0.042127964000000004 2.2474725e-10 -0.65062636 3.2910229e-12 2.9162469e-11 0.0027992975 -0.0027019484999999998 -8.063303100000001e-07 -1.6497318000000002e-06 +24 0.042127964000000004 2.2474725e-10 -0.65062636 3.2910229e-12 2.9162469e-11 0.0027992975 -0.0027019484999999998 -8.063303100000001e-07 -1.6497318000000002e-06 +25 0.042127964000000004 2.2474725e-10 -0.65062636 3.2910229e-12 2.9162469e-11 0.0027992975 -0.0027019484999999998 -8.063303100000001e-07 -1.6497318000000002e-06 +26 0.042127964000000004 2.2474725e-10 -0.65062636 3.2910229e-12 2.9162469e-11 0.0027992975 -0.0027019484999999998 -8.063303100000001e-07 -1.6497318000000002e-06 +27 -4.4579746e-07 -5.2370325e-15 -6.450254599999999e-16 -0.65149442 2.2882023999999998e-07 -0.94591804 0.46753969 -0.0035197082 -0.0033578046 +28 -4.4579746e-07 -5.2370325e-15 -6.450254599999999e-16 -0.65149442 2.2882023999999998e-07 -0.94591804 0.46753969 -0.0035197082 -0.0033578046 +29 -4.4579746e-07 -5.2370325e-15 -6.450254599999999e-16 -0.65149442 2.2882023999999998e-07 -0.94591804 0.46753969 -0.0035197082 -0.0033578046 +30 -4.4579746e-07 -5.2370325e-15 -6.450254599999999e-16 -0.65149442 2.2882023999999998e-07 -0.94591804 0.46753969 -0.0035197082 -0.0033578046 +31 5.3635869000000005 1.5413382e-08 2.5324366e-10 -0.0004654025 -0.65171632 15854323.0 -1.0 -0.35357975 6187.5503 +32 5.3635869000000005 1.5413382e-08 2.5324366e-10 -0.0004654025 -0.65171632 15854323.0 -1.0 -0.35357975 6187.5503 +33 5.3635869000000005 1.5413382e-08 2.5324366e-10 -0.0004654025 -0.65171632 15854323.0 -1.0 -0.35357975 6187.5503 +34 -2.332653e-08 -2.0555352e-14 -4.3001697e-16 -2.5465809e-08 -3.5817811999999995e-07 5.4385342e-06 -1.0 0.005883554 0.007373736 +35 -2.332653e-08 -2.0555352e-14 -4.3001697e-16 -2.5465809e-08 -3.5817811999999995e-07 5.4385342e-06 -1.0 0.005883554 0.007373736 +36 1.5871666e-11 -3.927774299999999e-16 2.1500849e-16 1.4825477e-11 2.0982382999999998e-10 2.4444988e-11 -0.0065090762 -0.78110004 -0.78751348 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.65334692 -4.2038035999999994e-08 -6.692289599999999e-11 -1.0039121e-10 -3.1463129000000002e-12 5.3204394e-09 3.3140495e-08 4.831616299999999e-10 5.347759e-10 +2 0.00017062044999999998 0.11242132 -0.0032788970000000002 -0.0062020204 -0.00020564169999999997 -0.98489871 -0.27491255 0.044112016 0.049172262 +3 0.042128117 2.247459e-09 -0.65062636 9.4284319e-12 8.597055e-11 0.0027993571999999998 0.00042414804000000006 -1.5939456000000001e-06 9.041068300000001e-06 +4 -4.4379073e-07 -3.089849e-14 0.0 -0.65149441 1.2031097000000002e-07 -0.94585651 -1.0 -0.0020650995 -0.007137935 +5 0.55069951 1.8526716e-08 3.5003467e-10 -0.0004756017 -0.6517157 1589840.5 -1.0 -0.36759771 5990.7218 +6 1.1320159e-07 -1.6627577e-14 6.450254599999999e-16 1.2569275e-07 1.7695004e-06 0.001307171 -0.0049054268 -0.028213729 -0.034478922 +7 1.687369e-11 -1.309258e-16 2.1500849e-16 2.2470447e-11 3.3040677000000003e-10 -7.8925065e-12 0.00092909921 -0.78245285 -0.78595084 +8 -3.7617679e-07 -5.3941431e-14 -8.6003394e-16 1.0944392000000001e-07 1.5335236e-06 -0.99824307 -1.0 -0.024480663 -0.75152674 +9 -0.65334692 -4.2038035999999994e-08 -6.692289599999999e-11 -1.0039121e-10 -3.1463129000000002e-12 5.3204394e-09 3.3140495e-08 4.831616299999999e-10 5.347759e-10 +10 -0.65334692 -4.2038035999999994e-08 -6.692289599999999e-11 -1.0039121e-10 -3.1463129000000002e-12 5.3204394e-09 3.3140495e-08 4.831616299999999e-10 5.347759e-10 +11 -0.65334692 -4.2038035999999994e-08 -6.692289599999999e-11 -1.0039121e-10 -3.1463129000000002e-12 5.3204394e-09 3.3140495e-08 4.831616299999999e-10 5.347759e-10 +12 -0.65334692 -4.2038035999999994e-08 -6.692289599999999e-11 -1.0039121e-10 -3.1463129000000002e-12 5.3204394e-09 3.3140495e-08 4.831616299999999e-10 5.347759e-10 +13 -0.65334692 -4.2038035999999994e-08 -6.692289599999999e-11 -1.0039121e-10 -3.1463129000000002e-12 5.3204394e-09 3.3140495e-08 4.831616299999999e-10 5.347759e-10 +14 -0.65334692 -4.2038035999999994e-08 -6.692289599999999e-11 -1.0039121e-10 -3.1463129000000002e-12 5.3204394e-09 3.3140495e-08 4.831616299999999e-10 5.347759e-10 +15 -0.65334692 -4.2038035999999994e-08 -6.692289599999999e-11 -1.0039121e-10 -3.1463129000000002e-12 5.3204394e-09 3.3140495e-08 4.831616299999999e-10 5.347759e-10 +16 0.00017062044999999998 0.11242132 -0.0032788970000000002 -0.0062020204 -0.00020564169999999997 -0.98489871 -0.27491255 0.044112016 0.049172262 +17 0.00017062044999999998 0.11242132 -0.0032788970000000002 -0.0062020204 -0.00020564169999999997 -0.98489871 -0.27491255 0.044112016 0.049172262 +18 0.00017062044999999998 0.11242132 -0.0032788970000000002 -0.0062020204 -0.00020564169999999997 -0.98489871 -0.27491255 0.044112016 0.049172262 +19 0.00017062044999999998 0.11242132 -0.0032788970000000002 -0.0062020204 -0.00020564169999999997 -0.98489871 -0.27491255 0.044112016 0.049172262 +20 0.00017062044999999998 0.11242132 -0.0032788970000000002 -0.0062020204 -0.00020564169999999997 -0.98489871 -0.27491255 0.044112016 0.049172262 +21 0.00017062044999999998 0.11242132 -0.0032788970000000002 -0.0062020204 -0.00020564169999999997 -0.98489871 -0.27491255 0.044112016 0.049172262 +22 0.042128117 2.247459e-09 -0.65062636 9.4284319e-12 8.597055e-11 0.0027993571999999998 0.00042414804000000006 -1.5939456000000001e-06 9.041068300000001e-06 +23 0.042128117 2.247459e-09 -0.65062636 9.4284319e-12 8.597055e-11 0.0027993571999999998 0.00042414804000000006 -1.5939456000000001e-06 9.041068300000001e-06 +24 0.042128117 2.247459e-09 -0.65062636 9.4284319e-12 8.597055e-11 0.0027993571999999998 0.00042414804000000006 -1.5939456000000001e-06 9.041068300000001e-06 +25 0.042128117 2.247459e-09 -0.65062636 9.4284319e-12 8.597055e-11 0.0027993571999999998 0.00042414804000000006 -1.5939456000000001e-06 9.041068300000001e-06 +26 0.042128117 2.247459e-09 -0.65062636 9.4284319e-12 8.597055e-11 0.0027993571999999998 0.00042414804000000006 -1.5939456000000001e-06 9.041068300000001e-06 +27 -4.4379073e-07 -3.089849e-14 0.0 -0.65149441 1.2031097000000002e-07 -0.94585651 -1.0 -0.0020650995 -0.007137935 +28 -4.4379073e-07 -3.089849e-14 0.0 -0.65149441 1.2031097000000002e-07 -0.94585651 -1.0 -0.0020650995 -0.007137935 +29 -4.4379073e-07 -3.089849e-14 0.0 -0.65149441 1.2031097000000002e-07 -0.94585651 -1.0 -0.0020650995 -0.007137935 +30 -4.4379073e-07 -3.089849e-14 0.0 -0.65149441 1.2031097000000002e-07 -0.94585651 -1.0 -0.0020650995 -0.007137935 +31 0.55069951 1.8526716e-08 3.5003467e-10 -0.0004756017 -0.6517157 1589840.5 -1.0 -0.36759771 5990.7218 +32 0.55069951 1.8526716e-08 3.5003467e-10 -0.0004756017 -0.6517157 1589840.5 -1.0 -0.36759771 5990.7218 +33 0.55069951 1.8526716e-08 3.5003467e-10 -0.0004756017 -0.6517157 1589840.5 -1.0 -0.36759771 5990.7218 +34 1.1320159e-07 -1.6627577e-14 6.450254599999999e-16 1.2569275e-07 1.7695004e-06 0.001307171 -0.0049054268 -0.028213729 -0.034478922 +35 1.1320159e-07 -1.6627577e-14 6.450254599999999e-16 1.2569275e-07 1.7695004e-06 0.001307171 -0.0049054268 -0.028213729 -0.034478922 +36 1.687369e-11 -1.309258e-16 2.1500849e-16 2.2470447e-11 3.3040677000000003e-10 -7.8925065e-12 0.00092909921 -0.78245285 -0.78595084 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.65334693 -4.2046240999999995e-07 -7.256364400000001e-10 -1.0977962e-09 -3.4155814e-11 -1.8055641e-09 -5.1278259000000004e-08 -6.874435400000001e-12 -3.7890006e-11 +2 0.00017116653999999998 0.11242077 -0.0032788883000000003 -0.0062018725 -0.00020374488000000001 -0.84178992 0.70500328 0.013580064 0.014790089 +3 0.042129655999999994 2.2463606000000002e-08 -0.65062636 3.3688313e-11 -7.3451301e-11 0.0034789011 -0.0044561603 7.6195976e-07 1.1835871e-05 +4 -4.0237372999999995e-08 -1.3847611000000003e-08 2.5921488e-10 -0.65149439 9.5627426e-08 -0.9274727 1.1895824 -0.0013277202 -0.0040832735999999994 +5 0.051914904000000005 -4.2514727e-07 9.9758301e-09 -0.00045856182999999995 -0.65171423 1661592.3 1.5943306000000002 -0.42177706 5593.0855 +6 6.0273547e-07 -4.5493849e-07 8.6627227e-09 2.0757010999999997e-07 2.7590915e-06 9.484461900000001 -1.0 -0.042111192 -0.01297636 +7 1.8655366e-11 2.330477e-14 -4.3001697e-16 1.6785398e-11 2.3600171000000003e-10 -6.3290846e-07 -0.010219612 -0.78438777 -0.78864593 +8 2.0547847000000002e-07 -4.5493877000000006e-07 8.6627238e-09 2.9919645e-07 3.9895477e-06 -0.98158117 1.1031563999999998 -0.060812125999999994 -0.76256012 +9 -0.65334693 -4.2046240999999995e-07 -7.256364400000001e-10 -1.0977962e-09 -3.4155814e-11 -1.8055641e-09 -5.1278259000000004e-08 -6.874435400000001e-12 -3.7890006e-11 +10 -0.65334693 -4.2046240999999995e-07 -7.256364400000001e-10 -1.0977962e-09 -3.4155814e-11 -1.8055641e-09 -5.1278259000000004e-08 -6.874435400000001e-12 -3.7890006e-11 +11 -0.65334693 -4.2046240999999995e-07 -7.256364400000001e-10 -1.0977962e-09 -3.4155814e-11 -1.8055641e-09 -5.1278259000000004e-08 -6.874435400000001e-12 -3.7890006e-11 +12 -0.65334693 -4.2046240999999995e-07 -7.256364400000001e-10 -1.0977962e-09 -3.4155814e-11 -1.8055641e-09 -5.1278259000000004e-08 -6.874435400000001e-12 -3.7890006e-11 +13 -0.65334693 -4.2046240999999995e-07 -7.256364400000001e-10 -1.0977962e-09 -3.4155814e-11 -1.8055641e-09 -5.1278259000000004e-08 -6.874435400000001e-12 -3.7890006e-11 +14 -0.65334693 -4.2046240999999995e-07 -7.256364400000001e-10 -1.0977962e-09 -3.4155814e-11 -1.8055641e-09 -5.1278259000000004e-08 -6.874435400000001e-12 -3.7890006e-11 +15 -0.65334693 -4.2046240999999995e-07 -7.256364400000001e-10 -1.0977962e-09 -3.4155814e-11 -1.8055641e-09 -5.1278259000000004e-08 -6.874435400000001e-12 -3.7890006e-11 +16 0.00017116653999999998 0.11242077 -0.0032788883000000003 -0.0062018725 -0.00020374488000000001 -0.84178992 0.70500328 0.013580064 0.014790089 +17 0.00017116653999999998 0.11242077 -0.0032788883000000003 -0.0062018725 -0.00020374488000000001 -0.84178992 0.70500328 0.013580064 0.014790089 +18 0.00017116653999999998 0.11242077 -0.0032788883000000003 -0.0062018725 -0.00020374488000000001 -0.84178992 0.70500328 0.013580064 0.014790089 +19 0.00017116653999999998 0.11242077 -0.0032788883000000003 -0.0062018725 -0.00020374488000000001 -0.84178992 0.70500328 0.013580064 0.014790089 +20 0.00017116653999999998 0.11242077 -0.0032788883000000003 -0.0062018725 -0.00020374488000000001 -0.84178992 0.70500328 0.013580064 0.014790089 +21 0.00017116653999999998 0.11242077 -0.0032788883000000003 -0.0062018725 -0.00020374488000000001 -0.84178992 0.70500328 0.013580064 0.014790089 +22 0.042129655999999994 2.2463606000000002e-08 -0.65062636 3.3688313e-11 -7.3451301e-11 0.0034789011 -0.0044561603 7.6195976e-07 1.1835871e-05 +23 0.042129655999999994 2.2463606000000002e-08 -0.65062636 3.3688313e-11 -7.3451301e-11 0.0034789011 -0.0044561603 7.6195976e-07 1.1835871e-05 +24 0.042129655999999994 2.2463606000000002e-08 -0.65062636 3.3688313e-11 -7.3451301e-11 0.0034789011 -0.0044561603 7.6195976e-07 1.1835871e-05 +25 0.042129655999999994 2.2463606000000002e-08 -0.65062636 3.3688313e-11 -7.3451301e-11 0.0034789011 -0.0044561603 7.6195976e-07 1.1835871e-05 +26 0.042129655999999994 2.2463606000000002e-08 -0.65062636 3.3688313e-11 -7.3451301e-11 0.0034789011 -0.0044561603 7.6195976e-07 1.1835871e-05 +27 -4.0237372999999995e-08 -1.3847611000000003e-08 2.5921488e-10 -0.65149439 9.5627426e-08 -0.9274727 1.1895824 -0.0013277202 -0.0040832735999999994 +28 -4.0237372999999995e-08 -1.3847611000000003e-08 2.5921488e-10 -0.65149439 9.5627426e-08 -0.9274727 1.1895824 -0.0013277202 -0.0040832735999999994 +29 -4.0237372999999995e-08 -1.3847611000000003e-08 2.5921488e-10 -0.65149439 9.5627426e-08 -0.9274727 1.1895824 -0.0013277202 -0.0040832735999999994 +30 -4.0237372999999995e-08 -1.3847611000000003e-08 2.5921488e-10 -0.65149439 9.5627426e-08 -0.9274727 1.1895824 -0.0013277202 -0.0040832735999999994 +31 0.051914904000000005 -4.2514727e-07 9.9758301e-09 -0.00045856182999999995 -0.65171423 1661592.3 1.5943306000000002 -0.42177706 5593.0855 +32 0.051914904000000005 -4.2514727e-07 9.9758301e-09 -0.00045856182999999995 -0.65171423 1661592.3 1.5943306000000002 -0.42177706 5593.0855 +33 0.051914904000000005 -4.2514727e-07 9.9758301e-09 -0.00045856182999999995 -0.65171423 1661592.3 1.5943306000000002 -0.42177706 5593.0855 +34 6.0273547e-07 -4.5493849e-07 8.6627227e-09 2.0757010999999997e-07 2.7590915e-06 9.484461900000001 -1.0 -0.042111192 -0.01297636 +35 6.0273547e-07 -4.5493849e-07 8.6627227e-09 2.0757010999999997e-07 2.7590915e-06 9.484461900000001 -1.0 -0.042111192 -0.01297636 +36 1.8655366e-11 2.330477e-14 -4.3001697e-16 1.6785398e-11 2.3600171000000003e-10 -6.3290846e-07 -0.010219612 -0.78438777 -0.78864593 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_1h_SS_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.65334695 -4.1990056e-06 -7.2972429e-09 -1.1047525e-08 -3.4377552e-10 -1.6579201e-08 5.7466481e-08 -2.0146552e-11 -1.7458647e-10 +2 0.00017113769 0.11242185 -0.0032789127000000004 -0.0062020616 -0.00020580447 -0.74820463 -1.0 0.0438118 0.048582719 +3 0.042144867 2.2449746999999999e-07 -0.65062636 3.9161978e-10 7.435479499999999e-11 0.0082181511 0.00063990873 -1.1845101e-06 1.5849518e-05 +4 7.6607426e-09 -5.2525624e-10 9.5210058e-12 -0.65149437 1.7414421e-07 -0.8866714 -1.0 -0.0026180502 -0.0055377116 +5 0.006053339699999999 -3.0499834000000006e-07 2.0250181999999998e-08 -0.0005258548 -0.65171499 1949821.0 -1.0 -0.36854739 5795.1072 +6 1.0500230999999999e-07 -2.3153227000000002e-08 4.2696320999999997e-10 7.634583599999999e-08 1.1055666e-06 8.6795321 -0.44994073 -0.016677011999999998 0.009220214499999999 +7 1.9495396e-11 2.2257242000000002e-15 -8.6003394e-16 2.6300832e-11 3.8681205e-10 -4.9950505e-07 0.0012965369 -0.78527393 -0.79036755 +8 9.7511265e-08 -7.685616499999999e-08 1.4321195e-09 1.148043e-07 1.5691754e-06 -0.78642546 -1.0 -0.023699487999999998 -0.75158671 +9 -0.65334695 -4.1990056e-06 -7.2972429e-09 -1.1047525e-08 -3.4377552e-10 -1.6579201e-08 5.7466481e-08 -2.0146552e-11 -1.7458647e-10 +10 -0.65334695 -4.1990056e-06 -7.2972429e-09 -1.1047525e-08 -3.4377552e-10 -1.6579201e-08 5.7466481e-08 -2.0146552e-11 -1.7458647e-10 +11 -0.65334695 -4.1990056e-06 -7.2972429e-09 -1.1047525e-08 -3.4377552e-10 -1.6579201e-08 5.7466481e-08 -2.0146552e-11 -1.7458647e-10 +12 -0.65334695 -4.1990056e-06 -7.2972429e-09 -1.1047525e-08 -3.4377552e-10 -1.6579201e-08 5.7466481e-08 -2.0146552e-11 -1.7458647e-10 +13 -0.65334695 -4.1990056e-06 -7.2972429e-09 -1.1047525e-08 -3.4377552e-10 -1.6579201e-08 5.7466481e-08 -2.0146552e-11 -1.7458647e-10 +14 -0.65334695 -4.1990056e-06 -7.2972429e-09 -1.1047525e-08 -3.4377552e-10 -1.6579201e-08 5.7466481e-08 -2.0146552e-11 -1.7458647e-10 +15 -0.65334695 -4.1990056e-06 -7.2972429e-09 -1.1047525e-08 -3.4377552e-10 -1.6579201e-08 5.7466481e-08 -2.0146552e-11 -1.7458647e-10 +16 0.00017113769 0.11242185 -0.0032789127000000004 -0.0062020616 -0.00020580447 -0.74820463 -1.0 0.0438118 0.048582719 +17 0.00017113769 0.11242185 -0.0032789127000000004 -0.0062020616 -0.00020580447 -0.74820463 -1.0 0.0438118 0.048582719 +18 0.00017113769 0.11242185 -0.0032789127000000004 -0.0062020616 -0.00020580447 -0.74820463 -1.0 0.0438118 0.048582719 +19 0.00017113769 0.11242185 -0.0032789127000000004 -0.0062020616 -0.00020580447 -0.74820463 -1.0 0.0438118 0.048582719 +20 0.00017113769 0.11242185 -0.0032789127000000004 -0.0062020616 -0.00020580447 -0.74820463 -1.0 0.0438118 0.048582719 +21 0.00017113769 0.11242185 -0.0032789127000000004 -0.0062020616 -0.00020580447 -0.74820463 -1.0 0.0438118 0.048582719 +22 0.042144867 2.2449746999999999e-07 -0.65062636 3.9161978e-10 7.435479499999999e-11 0.0082181511 0.00063990873 -1.1845101e-06 1.5849518e-05 +23 0.042144867 2.2449746999999999e-07 -0.65062636 3.9161978e-10 7.435479499999999e-11 0.0082181511 0.00063990873 -1.1845101e-06 1.5849518e-05 +24 0.042144867 2.2449746999999999e-07 -0.65062636 3.9161978e-10 7.435479499999999e-11 0.0082181511 0.00063990873 -1.1845101e-06 1.5849518e-05 +25 0.042144867 2.2449746999999999e-07 -0.65062636 3.9161978e-10 7.435479499999999e-11 0.0082181511 0.00063990873 -1.1845101e-06 1.5849518e-05 +26 0.042144867 2.2449746999999999e-07 -0.65062636 3.9161978e-10 7.435479499999999e-11 0.0082181511 0.00063990873 -1.1845101e-06 1.5849518e-05 +27 7.6607426e-09 -5.2525624e-10 9.5210058e-12 -0.65149437 1.7414421e-07 -0.8866714 -1.0 -0.0026180502 -0.0055377116 +28 7.6607426e-09 -5.2525624e-10 9.5210058e-12 -0.65149437 1.7414421e-07 -0.8866714 -1.0 -0.0026180502 -0.0055377116 +29 7.6607426e-09 -5.2525624e-10 9.5210058e-12 -0.65149437 1.7414421e-07 -0.8866714 -1.0 -0.0026180502 -0.0055377116 +30 7.6607426e-09 -5.2525624e-10 9.5210058e-12 -0.65149437 1.7414421e-07 -0.8866714 -1.0 -0.0026180502 -0.0055377116 +31 0.006053339699999999 -3.0499834000000006e-07 2.0250181999999998e-08 -0.0005258548 -0.65171499 1949821.0 -1.0 -0.36854739 5795.1072 +32 0.006053339699999999 -3.0499834000000006e-07 2.0250181999999998e-08 -0.0005258548 -0.65171499 1949821.0 -1.0 -0.36854739 5795.1072 +33 0.006053339699999999 -3.0499834000000006e-07 2.0250181999999998e-08 -0.0005258548 -0.65171499 1949821.0 -1.0 -0.36854739 5795.1072 +34 1.0500230999999999e-07 -2.3153227000000002e-08 4.2696320999999997e-10 7.634583599999999e-08 1.1055666e-06 8.6795321 -0.44994073 -0.016677011999999998 0.009220214499999999 +35 1.0500230999999999e-07 -2.3153227000000002e-08 4.2696320999999997e-10 7.634583599999999e-08 1.1055666e-06 8.6795321 -0.44994073 -0.016677011999999998 0.009220214499999999 +36 1.9495396e-11 2.2257242000000002e-15 -8.6003394e-16 2.6300832e-11 3.8681205e-10 -4.9950505e-07 0.0012965369 -0.78527393 -0.79036755 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.56210868 -6.7149726e-10 -2.789431e-12 -4.650805e-12 -1.4662286e-13 1.1258365e-10 6.7523813e-11 1.3562012e-11 1.5520682e-11 +2 0.00096177046 -0.037879372 -0.0023598629 -0.0050343957 -0.00017258563000000003 0.071495948 0.02669468 0.024311593 0.027771643 +3 0.051095895999999995 5.6831442000000004e-11 -0.65424598 4.8078728e-12 6.3186903e-11 0.0032694389000000003 -5.817512500000001e-06 -8.9900486e-07 -9.3339423e-07 +4 -3.9074386e-07 1.6912046e-13 1.3131065e-14 -0.65466331 -5.9976248e-07 -0.92471333 0.0080111553 0.0085398064 0.009713675699999999 +5 45.63539 5.7182156e-08 3.754633e-10 -0.0005136111400000001 -0.65528508 155835970.0 -0.1622554 -0.19015891 3720.851 +6 2.2062329e-06 2.2945867000000003e-12 1.7610354e-13 4.6630841e-09 6.5332675e-08 7.633788000000001 0.006672907099999999 -0.00091829041 -0.0009081062800000001 +7 7.7697947e-11 1.0841055e-15 2.4544047000000006e-16 6.9314683e-11 1.019899e-09 5.1904291e-09 -0.0001137566 -0.74174843 -0.74983125 +8 1.3527092999999998e-06 7.1821988e-12 5.2953782e-13 7.551408999999999e-08 1.0531337e-06 -0.98617854 0.0018421351 -0.014950243 -0.68936929 +9 -0.56210868 -6.7149726e-10 -2.789431e-12 -4.650805e-12 -1.4662286e-13 1.1258365e-10 6.7523813e-11 1.3562012e-11 1.5520682e-11 +10 -0.56210868 -6.7149726e-10 -2.789431e-12 -4.650805e-12 -1.4662286e-13 1.1258365e-10 6.7523813e-11 1.3562012e-11 1.5520682e-11 +11 -0.56210868 -6.7149726e-10 -2.789431e-12 -4.650805e-12 -1.4662286e-13 1.1258365e-10 6.7523813e-11 1.3562012e-11 1.5520682e-11 +12 -0.56210868 -6.7149726e-10 -2.789431e-12 -4.650805e-12 -1.4662286e-13 1.1258365e-10 6.7523813e-11 1.3562012e-11 1.5520682e-11 +13 -0.56210868 -6.7149726e-10 -2.789431e-12 -4.650805e-12 -1.4662286e-13 1.1258365e-10 6.7523813e-11 1.3562012e-11 1.5520682e-11 +14 -0.56210868 -6.7149726e-10 -2.789431e-12 -4.650805e-12 -1.4662286e-13 1.1258365e-10 6.7523813e-11 1.3562012e-11 1.5520682e-11 +15 -0.56210868 -6.7149726e-10 -2.789431e-12 -4.650805e-12 -1.4662286e-13 1.1258365e-10 6.7523813e-11 1.3562012e-11 1.5520682e-11 +16 0.00096177046 -0.037879372 -0.0023598629 -0.0050343957 -0.00017258563000000003 0.071495948 0.02669468 0.024311593 0.027771643 +17 0.00096177046 -0.037879372 -0.0023598629 -0.0050343957 -0.00017258563000000003 0.071495948 0.02669468 0.024311593 0.027771643 +18 0.00096177046 -0.037879372 -0.0023598629 -0.0050343957 -0.00017258563000000003 0.071495948 0.02669468 0.024311593 0.027771643 +19 0.00096177046 -0.037879372 -0.0023598629 -0.0050343957 -0.00017258563000000003 0.071495948 0.02669468 0.024311593 0.027771643 +20 0.00096177046 -0.037879372 -0.0023598629 -0.0050343957 -0.00017258563000000003 0.071495948 0.02669468 0.024311593 0.027771643 +21 0.00096177046 -0.037879372 -0.0023598629 -0.0050343957 -0.00017258563000000003 0.071495948 0.02669468 0.024311593 0.027771643 +22 0.051095895999999995 5.6831442000000004e-11 -0.65424598 4.8078728e-12 6.3186903e-11 0.0032694389000000003 -5.817512500000001e-06 -8.9900486e-07 -9.3339423e-07 +23 0.051095895999999995 5.6831442000000004e-11 -0.65424598 4.8078728e-12 6.3186903e-11 0.0032694389000000003 -5.817512500000001e-06 -8.9900486e-07 -9.3339423e-07 +24 0.051095895999999995 5.6831442000000004e-11 -0.65424598 4.8078728e-12 6.3186903e-11 0.0032694389000000003 -5.817512500000001e-06 -8.9900486e-07 -9.3339423e-07 +25 0.051095895999999995 5.6831442000000004e-11 -0.65424598 4.8078728e-12 6.3186903e-11 0.0032694389000000003 -5.817512500000001e-06 -8.9900486e-07 -9.3339423e-07 +26 0.051095895999999995 5.6831442000000004e-11 -0.65424598 4.8078728e-12 6.3186903e-11 0.0032694389000000003 -5.817512500000001e-06 -8.9900486e-07 -9.3339423e-07 +27 -3.9074386e-07 1.6912046e-13 1.3131065e-14 -0.65466331 -5.9976248e-07 -0.92471333 0.0080111553 0.0085398064 0.009713675699999999 +28 -3.9074386e-07 1.6912046e-13 1.3131065e-14 -0.65466331 -5.9976248e-07 -0.92471333 0.0080111553 0.0085398064 0.009713675699999999 +29 -3.9074386e-07 1.6912046e-13 1.3131065e-14 -0.65466331 -5.9976248e-07 -0.92471333 0.0080111553 0.0085398064 0.009713675699999999 +30 -3.9074386e-07 1.6912046e-13 1.3131065e-14 -0.65466331 -5.9976248e-07 -0.92471333 0.0080111553 0.0085398064 0.009713675699999999 +31 45.63539 5.7182156e-08 3.754633e-10 -0.0005136111400000001 -0.65528508 155835970.0 -0.1622554 -0.19015891 3720.851 +32 45.63539 5.7182156e-08 3.754633e-10 -0.0005136111400000001 -0.65528508 155835970.0 -0.1622554 -0.19015891 3720.851 +33 45.63539 5.7182156e-08 3.754633e-10 -0.0005136111400000001 -0.65528508 155835970.0 -0.1622554 -0.19015891 3720.851 +34 2.2062329e-06 2.2945867000000003e-12 1.7610354e-13 4.6630841e-09 6.5332675e-08 7.633788000000001 0.006672907099999999 -0.00091829041 -0.0009081062800000001 +35 2.2062329e-06 2.2945867000000003e-12 1.7610354e-13 4.6630841e-09 6.5332675e-08 7.633788000000001 0.006672907099999999 -0.00091829041 -0.0009081062800000001 +36 7.7697947e-11 1.0841055e-15 2.4544047000000006e-16 6.9314683e-11 1.019899e-09 5.1904291e-09 -0.0001137566 -0.74174843 -0.74983125 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.56210871 -6.7149352e-09 -2.7875288e-11 -4.6504848e-11 -1.5020973e-12 1.3844649e-09 8.3564527e-11 2.9069543e-10 3.3291378999999997e-10 +2 0.0008864278300000001 -0.037879371 -0.0023598629 -0.0050345383 -0.00017457683 -0.89367007 0.03465794 0.05290658 0.060275651 +3 0.051095919000000004 5.683675400000001e-10 -0.65424598 1.1536172999999999e-11 1.2259283e-10 0.0032705564 1.4805129999999998e-07 -1.7515646e-06 -1.0539266999999998e-06 +4 -3.3684118e-07 -5.885144e-15 3.6816071e-16 -0.6546633 1.2843810000000002e-07 -0.93873213 -0.0015457710999999999 -0.0018357732 -0.0023614336 +5 4.7266276 5.8290657e-08 3.6629524e-10 -0.00052872769 -0.65528541 15946640.0 -0.15527538 -0.17566682 3820.742 +6 -2.5403105e-08 7.7436105e-16 -2.4544047000000006e-16 -2.2768660999999998e-08 -3.1771902e-07 0.0025812112 0.0007637648 0.0045235824 0.0051442736 +7 7.7403969e-11 1.5487221e-16 6.1360119e-16 6.9137405e-11 1.0173438e-09 -2.1580296e-10 -3.2879314e-05 -0.74148034 -0.7493329 +8 -4.2367955e-07 2.9689002999999997e-13 2.6630291e-14 -5.3669532e-08 -7.4914625e-07 -0.98616447 0.0094935045 0.010692176999999999 -0.681135 +9 -0.56210871 -6.7149352e-09 -2.7875288e-11 -4.6504848e-11 -1.5020973e-12 1.3844649e-09 8.3564527e-11 2.9069543e-10 3.3291378999999997e-10 +10 -0.56210871 -6.7149352e-09 -2.7875288e-11 -4.6504848e-11 -1.5020973e-12 1.3844649e-09 8.3564527e-11 2.9069543e-10 3.3291378999999997e-10 +11 -0.56210871 -6.7149352e-09 -2.7875288e-11 -4.6504848e-11 -1.5020973e-12 1.3844649e-09 8.3564527e-11 2.9069543e-10 3.3291378999999997e-10 +12 -0.56210871 -6.7149352e-09 -2.7875288e-11 -4.6504848e-11 -1.5020973e-12 1.3844649e-09 8.3564527e-11 2.9069543e-10 3.3291378999999997e-10 +13 -0.56210871 -6.7149352e-09 -2.7875288e-11 -4.6504848e-11 -1.5020973e-12 1.3844649e-09 8.3564527e-11 2.9069543e-10 3.3291378999999997e-10 +14 -0.56210871 -6.7149352e-09 -2.7875288e-11 -4.6504848e-11 -1.5020973e-12 1.3844649e-09 8.3564527e-11 2.9069543e-10 3.3291378999999997e-10 +15 -0.56210871 -6.7149352e-09 -2.7875288e-11 -4.6504848e-11 -1.5020973e-12 1.3844649e-09 8.3564527e-11 2.9069543e-10 3.3291378999999997e-10 +16 0.0008864278300000001 -0.037879371 -0.0023598629 -0.0050345383 -0.00017457683 -0.89367007 0.03465794 0.05290658 0.060275651 +17 0.0008864278300000001 -0.037879371 -0.0023598629 -0.0050345383 -0.00017457683 -0.89367007 0.03465794 0.05290658 0.060275651 +18 0.0008864278300000001 -0.037879371 -0.0023598629 -0.0050345383 -0.00017457683 -0.89367007 0.03465794 0.05290658 0.060275651 +19 0.0008864278300000001 -0.037879371 -0.0023598629 -0.0050345383 -0.00017457683 -0.89367007 0.03465794 0.05290658 0.060275651 +20 0.0008864278300000001 -0.037879371 -0.0023598629 -0.0050345383 -0.00017457683 -0.89367007 0.03465794 0.05290658 0.060275651 +21 0.0008864278300000001 -0.037879371 -0.0023598629 -0.0050345383 -0.00017457683 -0.89367007 0.03465794 0.05290658 0.060275651 +22 0.051095919000000004 5.683675400000001e-10 -0.65424598 1.1536172999999999e-11 1.2259283e-10 0.0032705564 1.4805129999999998e-07 -1.7515646e-06 -1.0539266999999998e-06 +23 0.051095919000000004 5.683675400000001e-10 -0.65424598 1.1536172999999999e-11 1.2259283e-10 0.0032705564 1.4805129999999998e-07 -1.7515646e-06 -1.0539266999999998e-06 +24 0.051095919000000004 5.683675400000001e-10 -0.65424598 1.1536172999999999e-11 1.2259283e-10 0.0032705564 1.4805129999999998e-07 -1.7515646e-06 -1.0539266999999998e-06 +25 0.051095919000000004 5.683675400000001e-10 -0.65424598 1.1536172999999999e-11 1.2259283e-10 0.0032705564 1.4805129999999998e-07 -1.7515646e-06 -1.0539266999999998e-06 +26 0.051095919000000004 5.683675400000001e-10 -0.65424598 1.1536172999999999e-11 1.2259283e-10 0.0032705564 1.4805129999999998e-07 -1.7515646e-06 -1.0539266999999998e-06 +27 -3.3684118e-07 -5.885144e-15 3.6816071e-16 -0.6546633 1.2843810000000002e-07 -0.93873213 -0.0015457710999999999 -0.0018357732 -0.0023614336 +28 -3.3684118e-07 -5.885144e-15 3.6816071e-16 -0.6546633 1.2843810000000002e-07 -0.93873213 -0.0015457710999999999 -0.0018357732 -0.0023614336 +29 -3.3684118e-07 -5.885144e-15 3.6816071e-16 -0.6546633 1.2843810000000002e-07 -0.93873213 -0.0015457710999999999 -0.0018357732 -0.0023614336 +30 -3.3684118e-07 -5.885144e-15 3.6816071e-16 -0.6546633 1.2843810000000002e-07 -0.93873213 -0.0015457710999999999 -0.0018357732 -0.0023614336 +31 4.7266276 5.8290657e-08 3.6629524e-10 -0.00052872769 -0.65528541 15946640.0 -0.15527538 -0.17566682 3820.742 +32 4.7266276 5.8290657e-08 3.6629524e-10 -0.00052872769 -0.65528541 15946640.0 -0.15527538 -0.17566682 3820.742 +33 4.7266276 5.8290657e-08 3.6629524e-10 -0.00052872769 -0.65528541 15946640.0 -0.15527538 -0.17566682 3820.742 +34 -2.5403105e-08 7.7436105e-16 -2.4544047000000006e-16 -2.2768660999999998e-08 -3.1771902e-07 0.0025812112 0.0007637648 0.0045235824 0.0051442736 +35 -2.5403105e-08 7.7436105e-16 -2.4544047000000006e-16 -2.2768660999999998e-08 -3.1771902e-07 0.0025812112 0.0007637648 0.0045235824 0.0051442736 +36 7.7403969e-11 1.5487221e-16 6.1360119e-16 6.9137405e-11 1.0173438e-09 -2.1580296e-10 -3.2879314e-05 -0.74148034 -0.7493329 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.56210905 -6.7147746e-08 -2.7882259e-10 -4.6502713e-10 -1.4854448e-11 5.2472532e-09 -3.6151179e-10 3.1957653e-10 3.8216272999999996e-10 +2 0.0007236616900000001 -0.037879365 -0.0023598629 -0.0050344437 -0.00017325736 -0.97264099 -0.0017462626000000001 0.03327001 0.035035559 +3 0.051096148 5.6835734e-09 -0.65424598 3.7624624e-11 1.4232988e-10 0.0032728946000000004 -7.1771955e-06 -1.9854677e-06 6.9404759e-06 +4 -3.349375e-07 -3.8718048999999996e-14 9.817619e-16 -0.65466329 1.4735919000000002e-07 -0.93854704 -0.0049393124 -0.0020684142000000003 -0.0049228293 +5 0.53211457 6.16639e-08 4.5066565e-10 -0.0005366201599999999 -0.65528502 1626310.9 -0.1777512 -0.18607362 3754.0642 +6 1.2270303e-07 1.7500558000000002e-14 7.3632142e-16 1.1058322000000001e-07 1.5415606e-06 0.0045402175 -0.029086732999999997 -0.021537699 -0.024417582 +7 8.0251252e-11 -1.5487219e-16 8.5904165999999995e-16 7.159027099999999e-11 1.0530414e-09 -6.3421879e-11 3.8813209999999995e-06 -0.74315625 -0.7491209 +8 -2.5754137e-07 -2.6638017e-14 0.0 9.6566144e-08 1.3395575e-06 -0.98610442 -0.028484931 -0.018732875 -0.6922497 +9 -0.56210905 -6.7147746e-08 -2.7882259e-10 -4.6502713e-10 -1.4854448e-11 5.2472532e-09 -3.6151179e-10 3.1957653e-10 3.8216272999999996e-10 +10 -0.56210905 -6.7147746e-08 -2.7882259e-10 -4.6502713e-10 -1.4854448e-11 5.2472532e-09 -3.6151179e-10 3.1957653e-10 3.8216272999999996e-10 +11 -0.56210905 -6.7147746e-08 -2.7882259e-10 -4.6502713e-10 -1.4854448e-11 5.2472532e-09 -3.6151179e-10 3.1957653e-10 3.8216272999999996e-10 +12 -0.56210905 -6.7147746e-08 -2.7882259e-10 -4.6502713e-10 -1.4854448e-11 5.2472532e-09 -3.6151179e-10 3.1957653e-10 3.8216272999999996e-10 +13 -0.56210905 -6.7147746e-08 -2.7882259e-10 -4.6502713e-10 -1.4854448e-11 5.2472532e-09 -3.6151179e-10 3.1957653e-10 3.8216272999999996e-10 +14 -0.56210905 -6.7147746e-08 -2.7882259e-10 -4.6502713e-10 -1.4854448e-11 5.2472532e-09 -3.6151179e-10 3.1957653e-10 3.8216272999999996e-10 +15 -0.56210905 -6.7147746e-08 -2.7882259e-10 -4.6502713e-10 -1.4854448e-11 5.2472532e-09 -3.6151179e-10 3.1957653e-10 3.8216272999999996e-10 +16 0.0007236616900000001 -0.037879365 -0.0023598629 -0.0050344437 -0.00017325736 -0.97264099 -0.0017462626000000001 0.03327001 0.035035559 +17 0.0007236616900000001 -0.037879365 -0.0023598629 -0.0050344437 -0.00017325736 -0.97264099 -0.0017462626000000001 0.03327001 0.035035559 +18 0.0007236616900000001 -0.037879365 -0.0023598629 -0.0050344437 -0.00017325736 -0.97264099 -0.0017462626000000001 0.03327001 0.035035559 +19 0.0007236616900000001 -0.037879365 -0.0023598629 -0.0050344437 -0.00017325736 -0.97264099 -0.0017462626000000001 0.03327001 0.035035559 +20 0.0007236616900000001 -0.037879365 -0.0023598629 -0.0050344437 -0.00017325736 -0.97264099 -0.0017462626000000001 0.03327001 0.035035559 +21 0.0007236616900000001 -0.037879365 -0.0023598629 -0.0050344437 -0.00017325736 -0.97264099 -0.0017462626000000001 0.03327001 0.035035559 +22 0.051096148 5.6835734e-09 -0.65424598 3.7624624e-11 1.4232988e-10 0.0032728946000000004 -7.1771955e-06 -1.9854677e-06 6.9404759e-06 +23 0.051096148 5.6835734e-09 -0.65424598 3.7624624e-11 1.4232988e-10 0.0032728946000000004 -7.1771955e-06 -1.9854677e-06 6.9404759e-06 +24 0.051096148 5.6835734e-09 -0.65424598 3.7624624e-11 1.4232988e-10 0.0032728946000000004 -7.1771955e-06 -1.9854677e-06 6.9404759e-06 +25 0.051096148 5.6835734e-09 -0.65424598 3.7624624e-11 1.4232988e-10 0.0032728946000000004 -7.1771955e-06 -1.9854677e-06 6.9404759e-06 +26 0.051096148 5.6835734e-09 -0.65424598 3.7624624e-11 1.4232988e-10 0.0032728946000000004 -7.1771955e-06 -1.9854677e-06 6.9404759e-06 +27 -3.349375e-07 -3.8718048999999996e-14 9.817619e-16 -0.65466329 1.4735919000000002e-07 -0.93854704 -0.0049393124 -0.0020684142000000003 -0.0049228293 +28 -3.349375e-07 -3.8718048999999996e-14 9.817619e-16 -0.65466329 1.4735919000000002e-07 -0.93854704 -0.0049393124 -0.0020684142000000003 -0.0049228293 +29 -3.349375e-07 -3.8718048999999996e-14 9.817619e-16 -0.65466329 1.4735919000000002e-07 -0.93854704 -0.0049393124 -0.0020684142000000003 -0.0049228293 +30 -3.349375e-07 -3.8718048999999996e-14 9.817619e-16 -0.65466329 1.4735919000000002e-07 -0.93854704 -0.0049393124 -0.0020684142000000003 -0.0049228293 +31 0.53211457 6.16639e-08 4.5066565e-10 -0.0005366201599999999 -0.65528502 1626310.9 -0.1777512 -0.18607362 3754.0642 +32 0.53211457 6.16639e-08 4.5066565e-10 -0.0005366201599999999 -0.65528502 1626310.9 -0.1777512 -0.18607362 3754.0642 +33 0.53211457 6.16639e-08 4.5066565e-10 -0.0005366201599999999 -0.65528502 1626310.9 -0.1777512 -0.18607362 3754.0642 +34 1.2270303e-07 1.7500558000000002e-14 7.3632142e-16 1.1058322000000001e-07 1.5415606e-06 0.0045402175 -0.029086732999999997 -0.021537699 -0.024417582 +35 1.2270303e-07 1.7500558000000002e-14 7.3632142e-16 1.1058322000000001e-07 1.5415606e-06 0.0045402175 -0.029086732999999997 -0.021537699 -0.024417582 +36 8.0251252e-11 -1.5487219e-16 8.5904165999999995e-16 7.159027099999999e-11 1.0530414e-09 -6.3421879e-11 3.8813209999999995e-06 -0.74315625 -0.7491209 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.5651759 -6.7256196e-07 -2.8325906e-09 -4.7379383e-09 -1.5116203999999999e-10 -6.440585e-09 -1.4441602e-09 2.9125937e-13 -1.1158575999999999e-11 +2 0.00013691633999999997 -0.037879237999999996 -0.0023598571 -0.005034322700000001 -0.00017172718999999996 -0.74298409 -0.0075833048 0.011473442 0.010755186000000002 +3 0.051076102000000005 5.6826258000000005e-08 -0.65424598 2.8989406e-10 6.302646700000001e-11 0.007847354300000001 -1.7104684000000001e-06 -7.2995638e-07 1.6697849000000002e-05 +4 -5.4308599e-05 1.8948918e-09 1.6828123e-10 -0.65466327 3.7956705e-08 -0.87582815 0.0013247664000000001 -0.00052041986 -0.0028760796000000003 +5 0.10296773 1.4945417000000002e-07 6.8715247e-09 -0.00052360873 -0.65528379 1496533.5 -0.20105587 -0.23175566 3545.5648 +6 -0.00058639058 6.548672e-08 5.6336999e-09 1.7845076000000002e-07 2.3762206e-06 8.3976734 -0.011107809 -0.032164658 -0.010532726000000001 +7 1.8433226e-10 -3.2523128999999997e-15 -1.2272024e-15 7.5573602e-11 1.11056e-09 -5.5649816e-07 -5.032531e-05 -0.74570264 -0.75191687 +8 -0.00058667086 6.5486373e-08 5.6336985e-09 2.5834577e-07 3.4272438e-06 -0.86943312 -0.0318975 -0.04636794 -0.70224391 +9 -0.5651759 -6.7256196e-07 -2.8325906e-09 -4.7379383e-09 -1.5116203999999999e-10 -6.440585e-09 -1.4441602e-09 2.9125937e-13 -1.1158575999999999e-11 +10 -0.5651759 -6.7256196e-07 -2.8325906e-09 -4.7379383e-09 -1.5116203999999999e-10 -6.440585e-09 -1.4441602e-09 2.9125937e-13 -1.1158575999999999e-11 +11 -0.5651759 -6.7256196e-07 -2.8325906e-09 -4.7379383e-09 -1.5116203999999999e-10 -6.440585e-09 -1.4441602e-09 2.9125937e-13 -1.1158575999999999e-11 +12 -0.5651759 -6.7256196e-07 -2.8325906e-09 -4.7379383e-09 -1.5116203999999999e-10 -6.440585e-09 -1.4441602e-09 2.9125937e-13 -1.1158575999999999e-11 +13 -0.5651759 -6.7256196e-07 -2.8325906e-09 -4.7379383e-09 -1.5116203999999999e-10 -6.440585e-09 -1.4441602e-09 2.9125937e-13 -1.1158575999999999e-11 +14 -0.5651759 -6.7256196e-07 -2.8325906e-09 -4.7379383e-09 -1.5116203999999999e-10 -6.440585e-09 -1.4441602e-09 2.9125937e-13 -1.1158575999999999e-11 +15 -0.5651759 -6.7256196e-07 -2.8325906e-09 -4.7379383e-09 -1.5116203999999999e-10 -6.440585e-09 -1.4441602e-09 2.9125937e-13 -1.1158575999999999e-11 +16 0.00013691633999999997 -0.037879237999999996 -0.0023598571 -0.005034322700000001 -0.00017172718999999996 -0.74298409 -0.0075833048 0.011473442 0.010755186000000002 +17 0.00013691633999999997 -0.037879237999999996 -0.0023598571 -0.005034322700000001 -0.00017172718999999996 -0.74298409 -0.0075833048 0.011473442 0.010755186000000002 +18 0.00013691633999999997 -0.037879237999999996 -0.0023598571 -0.005034322700000001 -0.00017172718999999996 -0.74298409 -0.0075833048 0.011473442 0.010755186000000002 +19 0.00013691633999999997 -0.037879237999999996 -0.0023598571 -0.005034322700000001 -0.00017172718999999996 -0.74298409 -0.0075833048 0.011473442 0.010755186000000002 +20 0.00013691633999999997 -0.037879237999999996 -0.0023598571 -0.005034322700000001 -0.00017172718999999996 -0.74298409 -0.0075833048 0.011473442 0.010755186000000002 +21 0.00013691633999999997 -0.037879237999999996 -0.0023598571 -0.005034322700000001 -0.00017172718999999996 -0.74298409 -0.0075833048 0.011473442 0.010755186000000002 +22 0.051076102000000005 5.6826258000000005e-08 -0.65424598 2.8989406e-10 6.302646700000001e-11 0.007847354300000001 -1.7104684000000001e-06 -7.2995638e-07 1.6697849000000002e-05 +23 0.051076102000000005 5.6826258000000005e-08 -0.65424598 2.8989406e-10 6.302646700000001e-11 0.007847354300000001 -1.7104684000000001e-06 -7.2995638e-07 1.6697849000000002e-05 +24 0.051076102000000005 5.6826258000000005e-08 -0.65424598 2.8989406e-10 6.302646700000001e-11 0.007847354300000001 -1.7104684000000001e-06 -7.2995638e-07 1.6697849000000002e-05 +25 0.051076102000000005 5.6826258000000005e-08 -0.65424598 2.8989406e-10 6.302646700000001e-11 0.007847354300000001 -1.7104684000000001e-06 -7.2995638e-07 1.6697849000000002e-05 +26 0.051076102000000005 5.6826258000000005e-08 -0.65424598 2.8989406e-10 6.302646700000001e-11 0.007847354300000001 -1.7104684000000001e-06 -7.2995638e-07 1.6697849000000002e-05 +27 -5.4308599e-05 1.8948918e-09 1.6828123e-10 -0.65466327 3.7956705e-08 -0.87582815 0.0013247664000000001 -0.00052041986 -0.0028760796000000003 +28 -5.4308599e-05 1.8948918e-09 1.6828123e-10 -0.65466327 3.7956705e-08 -0.87582815 0.0013247664000000001 -0.00052041986 -0.0028760796000000003 +29 -5.4308599e-05 1.8948918e-09 1.6828123e-10 -0.65466327 3.7956705e-08 -0.87582815 0.0013247664000000001 -0.00052041986 -0.0028760796000000003 +30 -5.4308599e-05 1.8948918e-09 1.6828123e-10 -0.65466327 3.7956705e-08 -0.87582815 0.0013247664000000001 -0.00052041986 -0.0028760796000000003 +31 0.10296773 1.4945417000000002e-07 6.8715247e-09 -0.00052360873 -0.65528379 1496533.5 -0.20105587 -0.23175566 3545.5648 +32 0.10296773 1.4945417000000002e-07 6.8715247e-09 -0.00052360873 -0.65528379 1496533.5 -0.20105587 -0.23175566 3545.5648 +33 0.10296773 1.4945417000000002e-07 6.8715247e-09 -0.00052360873 -0.65528379 1496533.5 -0.20105587 -0.23175566 3545.5648 +34 -0.00058639058 6.548672e-08 5.6336999e-09 1.7845076000000002e-07 2.3762206e-06 8.3976734 -0.011107809 -0.032164658 -0.010532726000000001 +35 -0.00058639058 6.548672e-08 5.6336999e-09 1.7845076000000002e-07 2.3762206e-06 8.3976734 -0.011107809 -0.032164658 -0.010532726000000001 +36 1.8433226e-10 -3.2523128999999997e-15 -1.2272024e-15 7.5573602e-11 1.11056e-09 -5.5649816e-07 -5.032531e-05 -0.74570264 -0.75191687 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_AUC_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.56547174 -6.7103725e-06 -2.8316276e-08 -4.7377083999999995e-08 -1.511748e-09 -1.0386171000000001e-07 -9.2505241e-09 1.1591848e-10 2.5337701e-13 +2 -0.00017539331000000001 -0.037878696 -0.0023598709 -0.0050344666 -0.00017330836 -0.30627667 0.0092788319 0.032559064 0.035366914 +3 0.051090539000000004 5.6707863e-07 -0.65424595 2.8751342e-09 2.220848e-10 0.027793647 -1.3275255e-05 -1.7540446e-06 9.4499071e-05 +4 -4.021472e-06 6.537282800000001e-11 6.1666917000000004e-12 -0.65466322 1.4894132e-07 -0.65859197 -0.00081090094 -0.0019939202 -0.0040677361 +5 0.062217550999999996 4.0455872e-07 1.5311865000000002e-08 -0.00057555498 -0.65528442 895902.65 -0.16710959 -0.19636626 3751.0547 +6 -0.00015889161 3.0299909e-09 2.7673646e-10 6.6880475e-08 9.6776293e-07 3.3957597 -0.00015535271999999998 -0.012942647 0.005744743 +7 9.2557271e-11 1.393834e-15 -8.5904163e-16 7.7449412e-11 1.1378711e-09 -1.9627545999999998e-07 -8.7550801e-05 -0.74677255 -0.75212628 +8 -0.00034632132000000004 1.0375809999999999e-08 9.290781900000001e-10 1.0156145000000001e-07 1.3813305e-06 -0.32888303 0.0012314622 -0.018476668 -0.69352497 +9 -0.56547174 -6.7103725e-06 -2.8316276e-08 -4.7377083999999995e-08 -1.511748e-09 -1.0386171000000001e-07 -9.2505241e-09 1.1591848e-10 2.5337701e-13 +10 -0.56547174 -6.7103725e-06 -2.8316276e-08 -4.7377083999999995e-08 -1.511748e-09 -1.0386171000000001e-07 -9.2505241e-09 1.1591848e-10 2.5337701e-13 +11 -0.56547174 -6.7103725e-06 -2.8316276e-08 -4.7377083999999995e-08 -1.511748e-09 -1.0386171000000001e-07 -9.2505241e-09 1.1591848e-10 2.5337701e-13 +12 -0.56547174 -6.7103725e-06 -2.8316276e-08 -4.7377083999999995e-08 -1.511748e-09 -1.0386171000000001e-07 -9.2505241e-09 1.1591848e-10 2.5337701e-13 +13 -0.56547174 -6.7103725e-06 -2.8316276e-08 -4.7377083999999995e-08 -1.511748e-09 -1.0386171000000001e-07 -9.2505241e-09 1.1591848e-10 2.5337701e-13 +14 -0.56547174 -6.7103725e-06 -2.8316276e-08 -4.7377083999999995e-08 -1.511748e-09 -1.0386171000000001e-07 -9.2505241e-09 1.1591848e-10 2.5337701e-13 +15 -0.56547174 -6.7103725e-06 -2.8316276e-08 -4.7377083999999995e-08 -1.511748e-09 -1.0386171000000001e-07 -9.2505241e-09 1.1591848e-10 2.5337701e-13 +16 -0.00017539331000000001 -0.037878696 -0.0023598709 -0.0050344666 -0.00017330836 -0.30627667 0.0092788319 0.032559064 0.035366914 +17 -0.00017539331000000001 -0.037878696 -0.0023598709 -0.0050344666 -0.00017330836 -0.30627667 0.0092788319 0.032559064 0.035366914 +18 -0.00017539331000000001 -0.037878696 -0.0023598709 -0.0050344666 -0.00017330836 -0.30627667 0.0092788319 0.032559064 0.035366914 +19 -0.00017539331000000001 -0.037878696 -0.0023598709 -0.0050344666 -0.00017330836 -0.30627667 0.0092788319 0.032559064 0.035366914 +20 -0.00017539331000000001 -0.037878696 -0.0023598709 -0.0050344666 -0.00017330836 -0.30627667 0.0092788319 0.032559064 0.035366914 +21 -0.00017539331000000001 -0.037878696 -0.0023598709 -0.0050344666 -0.00017330836 -0.30627667 0.0092788319 0.032559064 0.035366914 +22 0.051090539000000004 5.6707863e-07 -0.65424595 2.8751342e-09 2.220848e-10 0.027793647 -1.3275255e-05 -1.7540446e-06 9.4499071e-05 +23 0.051090539000000004 5.6707863e-07 -0.65424595 2.8751342e-09 2.220848e-10 0.027793647 -1.3275255e-05 -1.7540446e-06 9.4499071e-05 +24 0.051090539000000004 5.6707863e-07 -0.65424595 2.8751342e-09 2.220848e-10 0.027793647 -1.3275255e-05 -1.7540446e-06 9.4499071e-05 +25 0.051090539000000004 5.6707863e-07 -0.65424595 2.8751342e-09 2.220848e-10 0.027793647 -1.3275255e-05 -1.7540446e-06 9.4499071e-05 +26 0.051090539000000004 5.6707863e-07 -0.65424595 2.8751342e-09 2.220848e-10 0.027793647 -1.3275255e-05 -1.7540446e-06 9.4499071e-05 +27 -4.021472e-06 6.537282800000001e-11 6.1666917000000004e-12 -0.65466322 1.4894132e-07 -0.65859197 -0.00081090094 -0.0019939202 -0.0040677361 +28 -4.021472e-06 6.537282800000001e-11 6.1666917000000004e-12 -0.65466322 1.4894132e-07 -0.65859197 -0.00081090094 -0.0019939202 -0.0040677361 +29 -4.021472e-06 6.537282800000001e-11 6.1666917000000004e-12 -0.65466322 1.4894132e-07 -0.65859197 -0.00081090094 -0.0019939202 -0.0040677361 +30 -4.021472e-06 6.537282800000001e-11 6.1666917000000004e-12 -0.65466322 1.4894132e-07 -0.65859197 -0.00081090094 -0.0019939202 -0.0040677361 +31 0.062217550999999996 4.0455872e-07 1.5311865000000002e-08 -0.00057555498 -0.65528442 895902.65 -0.16710959 -0.19636626 3751.0547 +32 0.062217550999999996 4.0455872e-07 1.5311865000000002e-08 -0.00057555498 -0.65528442 895902.65 -0.16710959 -0.19636626 3751.0547 +33 0.062217550999999996 4.0455872e-07 1.5311865000000002e-08 -0.00057555498 -0.65528442 895902.65 -0.16710959 -0.19636626 3751.0547 +34 -0.00015889161 3.0299909e-09 2.7673646e-10 6.6880475e-08 9.6776293e-07 3.3957597 -0.00015535271999999998 -0.012942647 0.005744743 +35 -0.00015889161 3.0299909e-09 2.7673646e-10 6.6880475e-08 9.6776293e-07 3.3957597 -0.00015535271999999998 -0.012942647 0.005744743 +36 9.2557271e-11 1.393834e-15 -8.5904163e-16 7.7449412e-11 1.1378711e-09 -1.9627545999999998e-07 -8.7550801e-05 -0.74677255 -0.75212628 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.499038 -2.8109928e-09 -1.2394278e-11 -2.1531207e-11 -6.9956706e-13 9.0837739e-11 0.0 2.9531660999999996e-11 9.586977900000001e-12 +2 0.00024473467999999997 0.039710837 -0.0019480339000000001 -0.0060711604 -0.00022741761000000002 -0.41238676 0.0 0.012755454 0.017721963 +3 0.056687287999999995 3.024794e-10 -0.49654053 3.2405469e-11 4.7799066e-10 0.0056928241000000004 0.0 -2.4570981e-06 -5.6146673e-07 +4 -3.2430496999999994e-07 -1.1471222e-13 1.138488e-14 -0.49607883 -5.203240600000001e-07 -0.87995498 473692150.0 0.0038349589 0.0062429181000000005 +5 41.391346 2.3180801000000002e-07 1.1291104e-09 -0.0011733346 -0.49791141 146389270.0 594648840.0 -0.025970358 2238.8001 +6 1.6147758e-06 -2.5002012999999997e-12 1.2725358e-13 1.6756141e-08 2.5208245e-07 4.7051059 357440110.0 -0.0013661548000000001 -0.00059157129 +7 1.4997412e-10 8.2054523e-16 2.0198981e-15 7.9015155e-10 1.2277532e-08 -2.8781056e-11 0.0 -0.69876075 -0.71763156 +8 -2.0380873000000002e-07 -9.130863300000001e-12 4.0159247e-13 9.961818199999998e-08 1.3242954e-06 -0.92815215 232383820.0 -0.0087293904 -0.64060892 +9 -0.499038 -2.8109928e-09 -1.2394278e-11 -2.1531207e-11 -6.9956706e-13 9.0837739e-11 0.0 2.9531660999999996e-11 9.586977900000001e-12 +10 -0.499038 -2.8109928e-09 -1.2394278e-11 -2.1531207e-11 -6.9956706e-13 9.0837739e-11 0.0 2.9531660999999996e-11 9.586977900000001e-12 +11 -0.499038 -2.8109928e-09 -1.2394278e-11 -2.1531207e-11 -6.9956706e-13 9.0837739e-11 0.0 2.9531660999999996e-11 9.586977900000001e-12 +12 -0.499038 -2.8109928e-09 -1.2394278e-11 -2.1531207e-11 -6.9956706e-13 9.0837739e-11 0.0 2.9531660999999996e-11 9.586977900000001e-12 +13 -0.499038 -2.8109928e-09 -1.2394278e-11 -2.1531207e-11 -6.9956706e-13 9.0837739e-11 0.0 2.9531660999999996e-11 9.586977900000001e-12 +14 -0.499038 -2.8109928e-09 -1.2394278e-11 -2.1531207e-11 -6.9956706e-13 9.0837739e-11 0.0 2.9531660999999996e-11 9.586977900000001e-12 +15 -0.499038 -2.8109928e-09 -1.2394278e-11 -2.1531207e-11 -6.9956706e-13 9.0837739e-11 0.0 2.9531660999999996e-11 9.586977900000001e-12 +16 0.00024473467999999997 0.039710837 -0.0019480339000000001 -0.0060711604 -0.00022741761000000002 -0.41238676 0.0 0.012755454 0.017721963 +17 0.00024473467999999997 0.039710837 -0.0019480339000000001 -0.0060711604 -0.00022741761000000002 -0.41238676 0.0 0.012755454 0.017721963 +18 0.00024473467999999997 0.039710837 -0.0019480339000000001 -0.0060711604 -0.00022741761000000002 -0.41238676 0.0 0.012755454 0.017721963 +19 0.00024473467999999997 0.039710837 -0.0019480339000000001 -0.0060711604 -0.00022741761000000002 -0.41238676 0.0 0.012755454 0.017721963 +20 0.00024473467999999997 0.039710837 -0.0019480339000000001 -0.0060711604 -0.00022741761000000002 -0.41238676 0.0 0.012755454 0.017721963 +21 0.00024473467999999997 0.039710837 -0.0019480339000000001 -0.0060711604 -0.00022741761000000002 -0.41238676 0.0 0.012755454 0.017721963 +22 0.056687287999999995 3.024794e-10 -0.49654053 3.2405469e-11 4.7799066e-10 0.0056928241000000004 0.0 -2.4570981e-06 -5.6146673e-07 +23 0.056687287999999995 3.024794e-10 -0.49654053 3.2405469e-11 4.7799066e-10 0.0056928241000000004 0.0 -2.4570981e-06 -5.6146673e-07 +24 0.056687287999999995 3.024794e-10 -0.49654053 3.2405469e-11 4.7799066e-10 0.0056928241000000004 0.0 -2.4570981e-06 -5.6146673e-07 +25 0.056687287999999995 3.024794e-10 -0.49654053 3.2405469e-11 4.7799066e-10 0.0056928241000000004 0.0 -2.4570981e-06 -5.6146673e-07 +26 0.056687287999999995 3.024794e-10 -0.49654053 3.2405469e-11 4.7799066e-10 0.0056928241000000004 0.0 -2.4570981e-06 -5.6146673e-07 +27 -3.2430496999999994e-07 -1.1471222e-13 1.138488e-14 -0.49607883 -5.203240600000001e-07 -0.87995498 473692150.0 0.0038349589 0.0062429181000000005 +28 -3.2430496999999994e-07 -1.1471222e-13 1.138488e-14 -0.49607883 -5.203240600000001e-07 -0.87995498 473692150.0 0.0038349589 0.0062429181000000005 +29 -3.2430496999999994e-07 -1.1471222e-13 1.138488e-14 -0.49607883 -5.203240600000001e-07 -0.87995498 473692150.0 0.0038349589 0.0062429181000000005 +30 -3.2430496999999994e-07 -1.1471222e-13 1.138488e-14 -0.49607883 -5.203240600000001e-07 -0.87995498 473692150.0 0.0038349589 0.0062429181000000005 +31 41.391346 2.3180801000000002e-07 1.1291104e-09 -0.0011733346 -0.49791141 146389270.0 594648840.0 -0.025970358 2238.8001 +32 41.391346 2.3180801000000002e-07 1.1291104e-09 -0.0011733346 -0.49791141 146389270.0 594648840.0 -0.025970358 2238.8001 +33 41.391346 2.3180801000000002e-07 1.1291104e-09 -0.0011733346 -0.49791141 146389270.0 594648840.0 -0.025970358 2238.8001 +34 1.6147758e-06 -2.5002012999999997e-12 1.2725358e-13 1.6756141e-08 2.5208245e-07 4.7051059 357440110.0 -0.0013661548000000001 -0.00059157129 +35 1.6147758e-06 -2.5002012999999997e-12 1.2725358e-13 1.6756141e-08 2.5208245e-07 4.7051059 357440110.0 -0.0013661548000000001 -0.00059157129 +36 1.4997412e-10 8.2054523e-16 2.0198981e-15 7.9015155e-10 1.2277532e-08 -2.8781056e-11 0.0 -0.69876075 -0.71763156 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.499038 -2.810985e-08 -1.239347e-10 -2.1533672000000002e-10 -6.966440299999999e-12 9.081384e-10 1.7523818e-07 9.709562900000001e-11 2.1352154e-10 +2 0.00024441414 0.039710835 -0.0019480339000000001 -0.0060713438 -0.00022985903999999999 -0.86648187 -1.0 0.0290262 0.038336854 +3 0.056687324000000004 3.0247728e-09 -0.49654053 1.9931214000000002e-11 4.3394823e-11 0.0056928369 -0.0013711912 -4.772225e-07 -6.2863779e-07 +4 -2.6652256e-07 -1.9364866999999997e-14 5.508813e-16 -0.49607883 1.9126424e-07 -0.88925207 0.21052617 -0.0012119392 -0.0014715160999999998 +5 4.1942445 2.3596257e-07 1.143004e-09 -0.0011917716 -0.49791224 14697726.0 -1.0 -0.01366166 2271.0078 +6 -2.6666793999999997e-08 -1.9693085e-15 -7.345084e-16 -2.759674e-08 -3.5999790999999993e-07 5.046653e-06 0.095567094 0.0024492871 0.0033238232 +7 1.4936292e-10 1.6410904e-16 1.1017626e-15 1.7453238e-10 2.4275604e-09 4.4288903e-11 -0.016704336 -0.69862202 -0.71729687 +8 -3.5438851e-07 -2.4517890000000004e-13 1.5241048999999997e-14 -6.3644104e-08 -8.2808882e-07 -0.9281747 -0.84435077 0.0056721776 -0.63423801 +9 -0.499038 -2.810985e-08 -1.239347e-10 -2.1533672000000002e-10 -6.966440299999999e-12 9.081384e-10 1.7523818e-07 9.709562900000001e-11 2.1352154e-10 +10 -0.499038 -2.810985e-08 -1.239347e-10 -2.1533672000000002e-10 -6.966440299999999e-12 9.081384e-10 1.7523818e-07 9.709562900000001e-11 2.1352154e-10 +11 -0.499038 -2.810985e-08 -1.239347e-10 -2.1533672000000002e-10 -6.966440299999999e-12 9.081384e-10 1.7523818e-07 9.709562900000001e-11 2.1352154e-10 +12 -0.499038 -2.810985e-08 -1.239347e-10 -2.1533672000000002e-10 -6.966440299999999e-12 9.081384e-10 1.7523818e-07 9.709562900000001e-11 2.1352154e-10 +13 -0.499038 -2.810985e-08 -1.239347e-10 -2.1533672000000002e-10 -6.966440299999999e-12 9.081384e-10 1.7523818e-07 9.709562900000001e-11 2.1352154e-10 +14 -0.499038 -2.810985e-08 -1.239347e-10 -2.1533672000000002e-10 -6.966440299999999e-12 9.081384e-10 1.7523818e-07 9.709562900000001e-11 2.1352154e-10 +15 -0.499038 -2.810985e-08 -1.239347e-10 -2.1533672000000002e-10 -6.966440299999999e-12 9.081384e-10 1.7523818e-07 9.709562900000001e-11 2.1352154e-10 +16 0.00024441414 0.039710835 -0.0019480339000000001 -0.0060713438 -0.00022985903999999999 -0.86648187 -1.0 0.0290262 0.038336854 +17 0.00024441414 0.039710835 -0.0019480339000000001 -0.0060713438 -0.00022985903999999999 -0.86648187 -1.0 0.0290262 0.038336854 +18 0.00024441414 0.039710835 -0.0019480339000000001 -0.0060713438 -0.00022985903999999999 -0.86648187 -1.0 0.0290262 0.038336854 +19 0.00024441414 0.039710835 -0.0019480339000000001 -0.0060713438 -0.00022985903999999999 -0.86648187 -1.0 0.0290262 0.038336854 +20 0.00024441414 0.039710835 -0.0019480339000000001 -0.0060713438 -0.00022985903999999999 -0.86648187 -1.0 0.0290262 0.038336854 +21 0.00024441414 0.039710835 -0.0019480339000000001 -0.0060713438 -0.00022985903999999999 -0.86648187 -1.0 0.0290262 0.038336854 +22 0.056687324000000004 3.0247728e-09 -0.49654053 1.9931214000000002e-11 4.3394823e-11 0.0056928369 -0.0013711912 -4.772225e-07 -6.2863779e-07 +23 0.056687324000000004 3.0247728e-09 -0.49654053 1.9931214000000002e-11 4.3394823e-11 0.0056928369 -0.0013711912 -4.772225e-07 -6.2863779e-07 +24 0.056687324000000004 3.0247728e-09 -0.49654053 1.9931214000000002e-11 4.3394823e-11 0.0056928369 -0.0013711912 -4.772225e-07 -6.2863779e-07 +25 0.056687324000000004 3.0247728e-09 -0.49654053 1.9931214000000002e-11 4.3394823e-11 0.0056928369 -0.0013711912 -4.772225e-07 -6.2863779e-07 +26 0.056687324000000004 3.0247728e-09 -0.49654053 1.9931214000000002e-11 4.3394823e-11 0.0056928369 -0.0013711912 -4.772225e-07 -6.2863779e-07 +27 -2.6652256e-07 -1.9364866999999997e-14 5.508813e-16 -0.49607883 1.9126424e-07 -0.88925207 0.21052617 -0.0012119392 -0.0014715160999999998 +28 -2.6652256e-07 -1.9364866999999997e-14 5.508813e-16 -0.49607883 1.9126424e-07 -0.88925207 0.21052617 -0.0012119392 -0.0014715160999999998 +29 -2.6652256e-07 -1.9364866999999997e-14 5.508813e-16 -0.49607883 1.9126424e-07 -0.88925207 0.21052617 -0.0012119392 -0.0014715160999999998 +30 -2.6652256e-07 -1.9364866999999997e-14 5.508813e-16 -0.49607883 1.9126424e-07 -0.88925207 0.21052617 -0.0012119392 -0.0014715160999999998 +31 4.1942445 2.3596257e-07 1.143004e-09 -0.0011917716 -0.49791224 14697726.0 -1.0 -0.01366166 2271.0078 +32 4.1942445 2.3596257e-07 1.143004e-09 -0.0011917716 -0.49791224 14697726.0 -1.0 -0.01366166 2271.0078 +33 4.1942445 2.3596257e-07 1.143004e-09 -0.0011917716 -0.49791224 14697726.0 -1.0 -0.01366166 2271.0078 +34 -2.6666793999999997e-08 -1.9693085e-15 -7.345084e-16 -2.759674e-08 -3.5999790999999993e-07 5.046653e-06 0.095567094 0.0024492871 0.0033238232 +35 -2.6666793999999997e-08 -1.9693085e-15 -7.345084e-16 -2.759674e-08 -3.5999790999999993e-07 5.046653e-06 0.095567094 0.0024492871 0.0033238232 +36 1.4936292e-10 1.6410904e-16 1.1017626e-15 1.7453238e-10 2.4275604e-09 4.4288903e-11 -0.016704336 -0.69862202 -0.71729687 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.499038 -2.8108904e-07 -1.2393492e-09 -2.1533243e-09 -6.9595076e-11 2.9885409e-09 7.1106276e-07 1.4793623000000002e-10 2.4148949e-10 +2 0.00024450938999999997 0.03971081 -0.0019480338000000001 -0.0060712255 -0.00022830618999999998 -0.91493403 -1.0 0.018346635 0.022732401 +3 0.056687684 3.0246892999999995e-08 -0.49654053 1.7062293e-10 2.5156133e-10 0.0056963644999999995 0.011437072 -1.4902015e-06 5.0415729000000005e-06 +4 -2.646975e-07 -1.501597e-13 2.5707794e-15 -0.49607879 1.0060367e-07 -0.88913073 0.17845886 -0.0008015235 -0.0028339239000000002 +5 0.42295359 2.3386822e-07 1.2761582e-09 -0.0012012689 -0.49791148 1474623.0 1.0913688999999998 -0.021504508 2243.2631 +6 1.2853633e-07 7.2043833e-14 2.2035252e-15 1.3540382000000002e-07 1.7734521999999999e-06 0.0012138048 1.4617162000000001 -0.011858694 -0.015795286000000002 +7 1.5403844e-10 1.9693075e-15 1.6526439e-15 3.1296314e-10 4.6309723e-09 6.8484065e-12 0.12508732 -0.69971222 -0.71767237 +8 -1.8039982e-07 -1.0699904e-13 1.2853897e-15 1.1447032e-07 1.4768153e-06 -0.92809106 0.63266825 -0.009994181500000001 -0.64243645 +9 -0.499038 -2.8108904e-07 -1.2393492e-09 -2.1533243e-09 -6.9595076e-11 2.9885409e-09 7.1106276e-07 1.4793623000000002e-10 2.4148949e-10 +10 -0.499038 -2.8108904e-07 -1.2393492e-09 -2.1533243e-09 -6.9595076e-11 2.9885409e-09 7.1106276e-07 1.4793623000000002e-10 2.4148949e-10 +11 -0.499038 -2.8108904e-07 -1.2393492e-09 -2.1533243e-09 -6.9595076e-11 2.9885409e-09 7.1106276e-07 1.4793623000000002e-10 2.4148949e-10 +12 -0.499038 -2.8108904e-07 -1.2393492e-09 -2.1533243e-09 -6.9595076e-11 2.9885409e-09 7.1106276e-07 1.4793623000000002e-10 2.4148949e-10 +13 -0.499038 -2.8108904e-07 -1.2393492e-09 -2.1533243e-09 -6.9595076e-11 2.9885409e-09 7.1106276e-07 1.4793623000000002e-10 2.4148949e-10 +14 -0.499038 -2.8108904e-07 -1.2393492e-09 -2.1533243e-09 -6.9595076e-11 2.9885409e-09 7.1106276e-07 1.4793623000000002e-10 2.4148949e-10 +15 -0.499038 -2.8108904e-07 -1.2393492e-09 -2.1533243e-09 -6.9595076e-11 2.9885409e-09 7.1106276e-07 1.4793623000000002e-10 2.4148949e-10 +16 0.00024450938999999997 0.03971081 -0.0019480338000000001 -0.0060712255 -0.00022830618999999998 -0.91493403 -1.0 0.018346635 0.022732401 +17 0.00024450938999999997 0.03971081 -0.0019480338000000001 -0.0060712255 -0.00022830618999999998 -0.91493403 -1.0 0.018346635 0.022732401 +18 0.00024450938999999997 0.03971081 -0.0019480338000000001 -0.0060712255 -0.00022830618999999998 -0.91493403 -1.0 0.018346635 0.022732401 +19 0.00024450938999999997 0.03971081 -0.0019480338000000001 -0.0060712255 -0.00022830618999999998 -0.91493403 -1.0 0.018346635 0.022732401 +20 0.00024450938999999997 0.03971081 -0.0019480338000000001 -0.0060712255 -0.00022830618999999998 -0.91493403 -1.0 0.018346635 0.022732401 +21 0.00024450938999999997 0.03971081 -0.0019480338000000001 -0.0060712255 -0.00022830618999999998 -0.91493403 -1.0 0.018346635 0.022732401 +22 0.056687684 3.0246892999999995e-08 -0.49654053 1.7062293e-10 2.5156133e-10 0.0056963644999999995 0.011437072 -1.4902015e-06 5.0415729000000005e-06 +23 0.056687684 3.0246892999999995e-08 -0.49654053 1.7062293e-10 2.5156133e-10 0.0056963644999999995 0.011437072 -1.4902015e-06 5.0415729000000005e-06 +24 0.056687684 3.0246892999999995e-08 -0.49654053 1.7062293e-10 2.5156133e-10 0.0056963644999999995 0.011437072 -1.4902015e-06 5.0415729000000005e-06 +25 0.056687684 3.0246892999999995e-08 -0.49654053 1.7062293e-10 2.5156133e-10 0.0056963644999999995 0.011437072 -1.4902015e-06 5.0415729000000005e-06 +26 0.056687684 3.0246892999999995e-08 -0.49654053 1.7062293e-10 2.5156133e-10 0.0056963644999999995 0.011437072 -1.4902015e-06 5.0415729000000005e-06 +27 -2.646975e-07 -1.501597e-13 2.5707794e-15 -0.49607879 1.0060367e-07 -0.88913073 0.17845886 -0.0008015235 -0.0028339239000000002 +28 -2.646975e-07 -1.501597e-13 2.5707794e-15 -0.49607879 1.0060367e-07 -0.88913073 0.17845886 -0.0008015235 -0.0028339239000000002 +29 -2.646975e-07 -1.501597e-13 2.5707794e-15 -0.49607879 1.0060367e-07 -0.88913073 0.17845886 -0.0008015235 -0.0028339239000000002 +30 -2.646975e-07 -1.501597e-13 2.5707794e-15 -0.49607879 1.0060367e-07 -0.88913073 0.17845886 -0.0008015235 -0.0028339239000000002 +31 0.42295359 2.3386822e-07 1.2761582e-09 -0.0012012689 -0.49791148 1474623.0 1.0913688999999998 -0.021504508 2243.2631 +32 0.42295359 2.3386822e-07 1.2761582e-09 -0.0012012689 -0.49791148 1474623.0 1.0913688999999998 -0.021504508 2243.2631 +33 0.42295359 2.3386822e-07 1.2761582e-09 -0.0012012689 -0.49791148 1474623.0 1.0913688999999998 -0.021504508 2243.2631 +34 1.2853633e-07 7.2043833e-14 2.2035252e-15 1.3540382000000002e-07 1.7734521999999999e-06 0.0012138048 1.4617162000000001 -0.011858694 -0.015795286000000002 +35 1.2853633e-07 7.2043833e-14 2.2035252e-15 1.3540382000000002e-07 1.7734521999999999e-06 0.0012138048 1.4617162000000001 -0.011858694 -0.015795286000000002 +36 1.5403844e-10 1.9693075e-15 1.6526439e-15 3.1296314e-10 4.6309723e-09 6.8484065e-12 0.12508732 -0.69971222 -0.71767237 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.499038 -2.8078087999999998e-06 -1.2449874999999999e-08 -2.1679654e-08 -7.0079558e-10 -2.1011208999999996e-08 0.0 -7.533510400000001e-10 3.5095444e-11 +2 0.00024491471000000003 0.039710424 -0.0019480288000000001 -0.0060710721 -0.00022646691000000003 -0.46845962 0.0 0.006084199300000001 0.007194769100000001 +3 0.056691292000000004 3.0238239e-07 -0.49654052 1.6012945e-09 8.382724200000001e-10 0.021279907999999997 0.0 -3.8303500000000005e-06 2.5559831e-05 +4 -2.5205347999999995e-08 -3.5541813e-09 1.2738616000000002e-10 -0.49607873 1.6805184e-07 -0.71178702 410517480.0 -0.0008714600099999999 -0.0015583704 +5 0.041571716 5.820715e-08 6.7391448e-09 -0.0011853091 -0.49790938 918535.84 528232170.0 -0.052173399 2165.9762 +6 4.5840314e-07 -1.2886438e-07 4.3834605e-09 2.1852516e-07 2.7924611e-06 5.2502141 338303510.0 -0.018188431 -0.010023846 +7 1.6150516000000002e-10 6.892541800000001e-15 -2.0198981e-15 8.051421e-10 1.2487527e-08 -3.5038951e-07 0.0 -0.70127581 -0.71955338 +8 2.5398635e-07 -1.2886558e-07 4.383452e-09 3.1757240000000003e-07 3.9718538e-06 -0.5506292 209516710.0 -0.025977673 -0.6498531 +9 -0.499038 -2.8078087999999998e-06 -1.2449874999999999e-08 -2.1679654e-08 -7.0079558e-10 -2.1011208999999996e-08 0.0 -7.533510400000001e-10 3.5095444e-11 +10 -0.499038 -2.8078087999999998e-06 -1.2449874999999999e-08 -2.1679654e-08 -7.0079558e-10 -2.1011208999999996e-08 0.0 -7.533510400000001e-10 3.5095444e-11 +11 -0.499038 -2.8078087999999998e-06 -1.2449874999999999e-08 -2.1679654e-08 -7.0079558e-10 -2.1011208999999996e-08 0.0 -7.533510400000001e-10 3.5095444e-11 +12 -0.499038 -2.8078087999999998e-06 -1.2449874999999999e-08 -2.1679654e-08 -7.0079558e-10 -2.1011208999999996e-08 0.0 -7.533510400000001e-10 3.5095444e-11 +13 -0.499038 -2.8078087999999998e-06 -1.2449874999999999e-08 -2.1679654e-08 -7.0079558e-10 -2.1011208999999996e-08 0.0 -7.533510400000001e-10 3.5095444e-11 +14 -0.499038 -2.8078087999999998e-06 -1.2449874999999999e-08 -2.1679654e-08 -7.0079558e-10 -2.1011208999999996e-08 0.0 -7.533510400000001e-10 3.5095444e-11 +15 -0.499038 -2.8078087999999998e-06 -1.2449874999999999e-08 -2.1679654e-08 -7.0079558e-10 -2.1011208999999996e-08 0.0 -7.533510400000001e-10 3.5095444e-11 +16 0.00024491471000000003 0.039710424 -0.0019480288000000001 -0.0060710721 -0.00022646691000000003 -0.46845962 0.0 0.006084199300000001 0.007194769100000001 +17 0.00024491471000000003 0.039710424 -0.0019480288000000001 -0.0060710721 -0.00022646691000000003 -0.46845962 0.0 0.006084199300000001 0.007194769100000001 +18 0.00024491471000000003 0.039710424 -0.0019480288000000001 -0.0060710721 -0.00022646691000000003 -0.46845962 0.0 0.006084199300000001 0.007194769100000001 +19 0.00024491471000000003 0.039710424 -0.0019480288000000001 -0.0060710721 -0.00022646691000000003 -0.46845962 0.0 0.006084199300000001 0.007194769100000001 +20 0.00024491471000000003 0.039710424 -0.0019480288000000001 -0.0060710721 -0.00022646691000000003 -0.46845962 0.0 0.006084199300000001 0.007194769100000001 +21 0.00024491471000000003 0.039710424 -0.0019480288000000001 -0.0060710721 -0.00022646691000000003 -0.46845962 0.0 0.006084199300000001 0.007194769100000001 +22 0.056691292000000004 3.0238239e-07 -0.49654052 1.6012945e-09 8.382724200000001e-10 0.021279907999999997 0.0 -3.8303500000000005e-06 2.5559831e-05 +23 0.056691292000000004 3.0238239e-07 -0.49654052 1.6012945e-09 8.382724200000001e-10 0.021279907999999997 0.0 -3.8303500000000005e-06 2.5559831e-05 +24 0.056691292000000004 3.0238239e-07 -0.49654052 1.6012945e-09 8.382724200000001e-10 0.021279907999999997 0.0 -3.8303500000000005e-06 2.5559831e-05 +25 0.056691292000000004 3.0238239e-07 -0.49654052 1.6012945e-09 8.382724200000001e-10 0.021279907999999997 0.0 -3.8303500000000005e-06 2.5559831e-05 +26 0.056691292000000004 3.0238239e-07 -0.49654052 1.6012945e-09 8.382724200000001e-10 0.021279907999999997 0.0 -3.8303500000000005e-06 2.5559831e-05 +27 -2.5205347999999995e-08 -3.5541813e-09 1.2738616000000002e-10 -0.49607873 1.6805184e-07 -0.71178702 410517480.0 -0.0008714600099999999 -0.0015583704 +28 -2.5205347999999995e-08 -3.5541813e-09 1.2738616000000002e-10 -0.49607873 1.6805184e-07 -0.71178702 410517480.0 -0.0008714600099999999 -0.0015583704 +29 -2.5205347999999995e-08 -3.5541813e-09 1.2738616000000002e-10 -0.49607873 1.6805184e-07 -0.71178702 410517480.0 -0.0008714600099999999 -0.0015583704 +30 -2.5205347999999995e-08 -3.5541813e-09 1.2738616000000002e-10 -0.49607873 1.6805184e-07 -0.71178702 410517480.0 -0.0008714600099999999 -0.0015583704 +31 0.041571716 5.820715e-08 6.7391448e-09 -0.0011853091 -0.49790938 918535.84 528232170.0 -0.052173399 2165.9762 +32 0.041571716 5.820715e-08 6.7391448e-09 -0.0011853091 -0.49790938 918535.84 528232170.0 -0.052173399 2165.9762 +33 0.041571716 5.820715e-08 6.7391448e-09 -0.0011853091 -0.49790938 918535.84 528232170.0 -0.052173399 2165.9762 +34 4.5840314e-07 -1.2886438e-07 4.3834605e-09 2.1852516e-07 2.7924611e-06 5.2502141 338303510.0 -0.018188431 -0.010023846 +35 4.5840314e-07 -1.2886438e-07 4.3834605e-09 2.1852516e-07 2.7924611e-06 5.2502141 338303510.0 -0.018188431 -0.010023846 +36 1.6150516000000002e-10 6.892541800000001e-15 -2.0198981e-15 8.051421e-10 1.2487527e-08 -3.5038951e-07 0.0 -0.70127581 -0.71955338 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_2h_SS_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.49903801 -2.7982432e-05 -1.2429099e-07 -2.1649466e-07 -7.0007605e-09 -2.0681542e-07 -5.3758434e-06 1.8011602e-09 1.8805312e-10 +2 0.0002449682 0.039708106 -0.0019480315 -0.006071229 -0.00022823322 -0.077434568 -0.034402071 0.017604948999999998 0.02272763 +3 0.056727199000000006 3.0156565e-06 -0.49654042 1.5507746e-08 5.0629631e-10 0.039965952 -0.0027791636 -3.1115679e-07 0.00021562117 +4 7.5708378e-09 -1.0969898999999999e-10 4.4255959e-12 -0.49607856 1.9255593e-07 -0.52061001 0.45577189 -0.0012133367 -0.0026182253 +5 0.0043802158 -3.6320840000000005e-07 1.847622e-08 -0.0012463886 -0.49791054 188378.0 0.73245232 -0.027373776000000002 2215.513 +6 9.973588699999999e-08 -5.4511431e-09 2.0469129e-10 8.0804989e-08 1.1382007e-06 0.83925849 0.30629663 -0.0073564602000000005 0.0011950943 +7 1.6467832e-10 7.5486075e-15 -1.8362706e-15 1.8124788e-10 2.4953527e-09 -4.8323535e-08 -0.029032277000000002 -0.70198248 -0.71745189 +8 1.1019151e-07 -1.9307166e-08 6.991440700000001e-10 1.2365945e-07 1.5858043999999998e-06 -0.090745459 0.61205269 -0.01031767 -0.64255244 +9 -0.49903801 -2.7982432e-05 -1.2429099e-07 -2.1649466e-07 -7.0007605e-09 -2.0681542e-07 -5.3758434e-06 1.8011602e-09 1.8805312e-10 +10 -0.49903801 -2.7982432e-05 -1.2429099e-07 -2.1649466e-07 -7.0007605e-09 -2.0681542e-07 -5.3758434e-06 1.8011602e-09 1.8805312e-10 +11 -0.49903801 -2.7982432e-05 -1.2429099e-07 -2.1649466e-07 -7.0007605e-09 -2.0681542e-07 -5.3758434e-06 1.8011602e-09 1.8805312e-10 +12 -0.49903801 -2.7982432e-05 -1.2429099e-07 -2.1649466e-07 -7.0007605e-09 -2.0681542e-07 -5.3758434e-06 1.8011602e-09 1.8805312e-10 +13 -0.49903801 -2.7982432e-05 -1.2429099e-07 -2.1649466e-07 -7.0007605e-09 -2.0681542e-07 -5.3758434e-06 1.8011602e-09 1.8805312e-10 +14 -0.49903801 -2.7982432e-05 -1.2429099e-07 -2.1649466e-07 -7.0007605e-09 -2.0681542e-07 -5.3758434e-06 1.8011602e-09 1.8805312e-10 +15 -0.49903801 -2.7982432e-05 -1.2429099e-07 -2.1649466e-07 -7.0007605e-09 -2.0681542e-07 -5.3758434e-06 1.8011602e-09 1.8805312e-10 +16 0.0002449682 0.039708106 -0.0019480315 -0.006071229 -0.00022823322 -0.077434568 -0.034402071 0.017604948999999998 0.02272763 +17 0.0002449682 0.039708106 -0.0019480315 -0.006071229 -0.00022823322 -0.077434568 -0.034402071 0.017604948999999998 0.02272763 +18 0.0002449682 0.039708106 -0.0019480315 -0.006071229 -0.00022823322 -0.077434568 -0.034402071 0.017604948999999998 0.02272763 +19 0.0002449682 0.039708106 -0.0019480315 -0.006071229 -0.00022823322 -0.077434568 -0.034402071 0.017604948999999998 0.02272763 +20 0.0002449682 0.039708106 -0.0019480315 -0.006071229 -0.00022823322 -0.077434568 -0.034402071 0.017604948999999998 0.02272763 +21 0.0002449682 0.039708106 -0.0019480315 -0.006071229 -0.00022823322 -0.077434568 -0.034402071 0.017604948999999998 0.02272763 +22 0.056727199000000006 3.0156565e-06 -0.49654042 1.5507746e-08 5.0629631e-10 0.039965952 -0.0027791636 -3.1115679e-07 0.00021562117 +23 0.056727199000000006 3.0156565e-06 -0.49654042 1.5507746e-08 5.0629631e-10 0.039965952 -0.0027791636 -3.1115679e-07 0.00021562117 +24 0.056727199000000006 3.0156565e-06 -0.49654042 1.5507746e-08 5.0629631e-10 0.039965952 -0.0027791636 -3.1115679e-07 0.00021562117 +25 0.056727199000000006 3.0156565e-06 -0.49654042 1.5507746e-08 5.0629631e-10 0.039965952 -0.0027791636 -3.1115679e-07 0.00021562117 +26 0.056727199000000006 3.0156565e-06 -0.49654042 1.5507746e-08 5.0629631e-10 0.039965952 -0.0027791636 -3.1115679e-07 0.00021562117 +27 7.5708378e-09 -1.0969898999999999e-10 4.4255959e-12 -0.49607856 1.9255593e-07 -0.52061001 0.45577189 -0.0012133367 -0.0026182253 +28 7.5708378e-09 -1.0969898999999999e-10 4.4255959e-12 -0.49607856 1.9255593e-07 -0.52061001 0.45577189 -0.0012133367 -0.0026182253 +29 7.5708378e-09 -1.0969898999999999e-10 4.4255959e-12 -0.49607856 1.9255593e-07 -0.52061001 0.45577189 -0.0012133367 -0.0026182253 +30 7.5708378e-09 -1.0969898999999999e-10 4.4255959e-12 -0.49607856 1.9255593e-07 -0.52061001 0.45577189 -0.0012133367 -0.0026182253 +31 0.0043802158 -3.6320840000000005e-07 1.847622e-08 -0.0012463886 -0.49791054 188378.0 0.73245232 -0.027373776000000002 2215.513 +32 0.0043802158 -3.6320840000000005e-07 1.847622e-08 -0.0012463886 -0.49791054 188378.0 0.73245232 -0.027373776000000002 2215.513 +33 0.0043802158 -3.6320840000000005e-07 1.847622e-08 -0.0012463886 -0.49791054 188378.0 0.73245232 -0.027373776000000002 2215.513 +34 9.973588699999999e-08 -5.4511431e-09 2.0469129e-10 8.0804989e-08 1.1382007e-06 0.83925849 0.30629663 -0.0073564602000000005 0.0011950943 +35 9.973588699999999e-08 -5.4511431e-09 2.0469129e-10 8.0804989e-08 1.1382007e-06 0.83925849 0.30629663 -0.0073564602000000005 0.0011950943 +36 1.6467832e-10 7.5486075e-15 -1.8362706e-15 1.8124788e-10 2.4953527e-09 -4.8323535e-08 -0.029032277000000002 -0.70198248 -0.71745189 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.39006399 -4.0399979e-09 -3.9771868e-11 -7.8685563e-11 -2.6377595e-12 -3.8428714000000004e-11 2.1878864e-11 6.206903599999999e-12 7.210992e-12 +2 0.00023558078999999998 -0.026515502000000003 -0.0017013926000000001 -0.0048139366 -0.0001840256 -0.1324192 0.01155463 0.01032914 0.012329166 +3 0.057345582 6.0542094e-10 -0.50654678 1.3995926e-11 6.4991273e-11 0.021762174 -1.5734383e-06 -3.8373748e-07 -2.6982412e-07 +4 -2.6234890000000005e-07 1.3868077e-13 1.1412058e-14 -0.50634295 -6.1381095e-07 -0.69889506 0.0039669740999999994 0.0036424689 0.0043356414000000005 +5 30.824238 3.2084122999999997e-07 3.3290221e-09 -0.0011841646000000001 -0.50738724 99136579.0 -0.0063083583 0.026782788 1435.9833 +6 1.1406954e-06 1.837561e-12 1.2024928e-13 5.436049e-09 7.241196799999999e-08 3.9471762999999997 0.0032013165000000002 -0.00042167005999999994 -0.00044328967000000006 +7 7.270250099999999e-10 6.5184852e-16 3.1700162e-15 5.6868565e-10 7.9930292e-09 1.8894101e-09 0.0001033251 -0.6404189 -0.6583915 +8 6.7450735e-09 5.5803122e-12 3.6264985000000004e-13 8.2740215e-08 1.0879793e-06 -0.63197291 0.00055771778 -0.0064392163 -0.56089909 +9 -0.39006399 -4.0399979e-09 -3.9771868e-11 -7.8685563e-11 -2.6377595e-12 -3.8428714000000004e-11 2.1878864e-11 6.206903599999999e-12 7.210992e-12 +10 -0.39006399 -4.0399979e-09 -3.9771868e-11 -7.8685563e-11 -2.6377595e-12 -3.8428714000000004e-11 2.1878864e-11 6.206903599999999e-12 7.210992e-12 +11 -0.39006399 -4.0399979e-09 -3.9771868e-11 -7.8685563e-11 -2.6377595e-12 -3.8428714000000004e-11 2.1878864e-11 6.206903599999999e-12 7.210992e-12 +12 -0.39006399 -4.0399979e-09 -3.9771868e-11 -7.8685563e-11 -2.6377595e-12 -3.8428714000000004e-11 2.1878864e-11 6.206903599999999e-12 7.210992e-12 +13 -0.39006399 -4.0399979e-09 -3.9771868e-11 -7.8685563e-11 -2.6377595e-12 -3.8428714000000004e-11 2.1878864e-11 6.206903599999999e-12 7.210992e-12 +14 -0.39006399 -4.0399979e-09 -3.9771868e-11 -7.8685563e-11 -2.6377595e-12 -3.8428714000000004e-11 2.1878864e-11 6.206903599999999e-12 7.210992e-12 +15 -0.39006399 -4.0399979e-09 -3.9771868e-11 -7.8685563e-11 -2.6377595e-12 -3.8428714000000004e-11 2.1878864e-11 6.206903599999999e-12 7.210992e-12 +16 0.00023558078999999998 -0.026515502000000003 -0.0017013926000000001 -0.0048139366 -0.0001840256 -0.1324192 0.01155463 0.01032914 0.012329166 +17 0.00023558078999999998 -0.026515502000000003 -0.0017013926000000001 -0.0048139366 -0.0001840256 -0.1324192 0.01155463 0.01032914 0.012329166 +18 0.00023558078999999998 -0.026515502000000003 -0.0017013926000000001 -0.0048139366 -0.0001840256 -0.1324192 0.01155463 0.01032914 0.012329166 +19 0.00023558078999999998 -0.026515502000000003 -0.0017013926000000001 -0.0048139366 -0.0001840256 -0.1324192 0.01155463 0.01032914 0.012329166 +20 0.00023558078999999998 -0.026515502000000003 -0.0017013926000000001 -0.0048139366 -0.0001840256 -0.1324192 0.01155463 0.01032914 0.012329166 +21 0.00023558078999999998 -0.026515502000000003 -0.0017013926000000001 -0.0048139366 -0.0001840256 -0.1324192 0.01155463 0.01032914 0.012329166 +22 0.057345582 6.0542094e-10 -0.50654678 1.3995926e-11 6.4991273e-11 0.021762174 -1.5734383e-06 -3.8373748e-07 -2.6982412e-07 +23 0.057345582 6.0542094e-10 -0.50654678 1.3995926e-11 6.4991273e-11 0.021762174 -1.5734383e-06 -3.8373748e-07 -2.6982412e-07 +24 0.057345582 6.0542094e-10 -0.50654678 1.3995926e-11 6.4991273e-11 0.021762174 -1.5734383e-06 -3.8373748e-07 -2.6982412e-07 +25 0.057345582 6.0542094e-10 -0.50654678 1.3995926e-11 6.4991273e-11 0.021762174 -1.5734383e-06 -3.8373748e-07 -2.6982412e-07 +26 0.057345582 6.0542094e-10 -0.50654678 1.3995926e-11 6.4991273e-11 0.021762174 -1.5734383e-06 -3.8373748e-07 -2.6982412e-07 +27 -2.6234890000000005e-07 1.3868077e-13 1.1412058e-14 -0.50634295 -6.1381095e-07 -0.69889506 0.0039669740999999994 0.0036424689 0.0043356414000000005 +28 -2.6234890000000005e-07 1.3868077e-13 1.1412058e-14 -0.50634295 -6.1381095e-07 -0.69889506 0.0039669740999999994 0.0036424689 0.0043356414000000005 +29 -2.6234890000000005e-07 1.3868077e-13 1.1412058e-14 -0.50634295 -6.1381095e-07 -0.69889506 0.0039669740999999994 0.0036424689 0.0043356414000000005 +30 -2.6234890000000005e-07 1.3868077e-13 1.1412058e-14 -0.50634295 -6.1381095e-07 -0.69889506 0.0039669740999999994 0.0036424689 0.0043356414000000005 +31 30.824238 3.2084122999999997e-07 3.3290221e-09 -0.0011841646000000001 -0.50738724 99136579.0 -0.0063083583 0.026782788 1435.9833 +32 30.824238 3.2084122999999997e-07 3.3290221e-09 -0.0011841646000000001 -0.50738724 99136579.0 -0.0063083583 0.026782788 1435.9833 +33 30.824238 3.2084122999999997e-07 3.3290221e-09 -0.0011841646000000001 -0.50738724 99136579.0 -0.0063083583 0.026782788 1435.9833 +34 1.1406954e-06 1.837561e-12 1.2024928e-13 5.436049e-09 7.241196799999999e-08 3.9471762999999997 0.0032013165000000002 -0.00042167005999999994 -0.00044328967000000006 +35 1.1406954e-06 1.837561e-12 1.2024928e-13 5.436049e-09 7.241196799999999e-08 3.9471762999999997 0.0032013165000000002 -0.00042167005999999994 -0.00044328967000000006 +36 7.270250099999999e-10 6.5184852e-16 3.1700162e-15 5.6868565e-10 7.9930292e-09 1.8894101e-09 0.0001033251 -0.6404189 -0.6583915 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.39006408 -4.0399708e-08 -3.9777595e-10 -7.8677283e-10 -2.6396916999999998e-11 -3.1088453e-10 -1.5786138e-11 1.275345e-10 1.5058124e-10 +2 0.00022917711 -0.026515503 -0.0017013926000000001 -0.0048140901000000005 -0.00018604973000000002 -0.57954434 0.016081364 0.022395672000000002 0.026668634 +3 0.057345625 6.0541876e-09 -0.50654678 1.0031640999999999e-10 1.2824038e-10 0.021777302000000002 -2.20882e-06 -7.445283399999999e-07 9.948310500000002e-07 +4 -2.0719570999999998e-07 -2.1022113e-14 -1.0566721e-15 -0.50634294 1.3135262e-07 -0.70696262 -0.00019589273 -0.00078082931 -0.0010215411 +5 3.1182576 3.23591e-07 3.3640415e-09 -0.0012007571 -0.50738782 10035765.0 -0.0025661112 0.035076328999999996 1457.2497 +6 -2.487022e-08 -1.4666589999999998e-15 -2.3246785e-15 -2.4559071e-08 -3.2251948999999996e-07 0.00074783117 0.00090737216 0.0019180791 0.0022938002 +7 7.2503327e-10 -3.2592423e-16 -2.1133441000000004e-16 5.6701794e-10 7.9695288e-09 3.3359537999999996e-10 -5.8692494e-05 -0.64019632 -0.65806397 +8 -2.6988661999999996e-07 2.1999886000000003e-13 1.6906753e-14 -5.8061669e-08 -7.6395647e-07 -0.63169366 0.0043833838 0.0045425708 -0.55584431 +9 -0.39006408 -4.0399708e-08 -3.9777595e-10 -7.8677283e-10 -2.6396916999999998e-11 -3.1088453e-10 -1.5786138e-11 1.275345e-10 1.5058124e-10 +10 -0.39006408 -4.0399708e-08 -3.9777595e-10 -7.8677283e-10 -2.6396916999999998e-11 -3.1088453e-10 -1.5786138e-11 1.275345e-10 1.5058124e-10 +11 -0.39006408 -4.0399708e-08 -3.9777595e-10 -7.8677283e-10 -2.6396916999999998e-11 -3.1088453e-10 -1.5786138e-11 1.275345e-10 1.5058124e-10 +12 -0.39006408 -4.0399708e-08 -3.9777595e-10 -7.8677283e-10 -2.6396916999999998e-11 -3.1088453e-10 -1.5786138e-11 1.275345e-10 1.5058124e-10 +13 -0.39006408 -4.0399708e-08 -3.9777595e-10 -7.8677283e-10 -2.6396916999999998e-11 -3.1088453e-10 -1.5786138e-11 1.275345e-10 1.5058124e-10 +14 -0.39006408 -4.0399708e-08 -3.9777595e-10 -7.8677283e-10 -2.6396916999999998e-11 -3.1088453e-10 -1.5786138e-11 1.275345e-10 1.5058124e-10 +15 -0.39006408 -4.0399708e-08 -3.9777595e-10 -7.8677283e-10 -2.6396916999999998e-11 -3.1088453e-10 -1.5786138e-11 1.275345e-10 1.5058124e-10 +16 0.00022917711 -0.026515503 -0.0017013926000000001 -0.0048140901000000005 -0.00018604973000000002 -0.57954434 0.016081364 0.022395672000000002 0.026668634 +17 0.00022917711 -0.026515503 -0.0017013926000000001 -0.0048140901000000005 -0.00018604973000000002 -0.57954434 0.016081364 0.022395672000000002 0.026668634 +18 0.00022917711 -0.026515503 -0.0017013926000000001 -0.0048140901000000005 -0.00018604973000000002 -0.57954434 0.016081364 0.022395672000000002 0.026668634 +19 0.00022917711 -0.026515503 -0.0017013926000000001 -0.0048140901000000005 -0.00018604973000000002 -0.57954434 0.016081364 0.022395672000000002 0.026668634 +20 0.00022917711 -0.026515503 -0.0017013926000000001 -0.0048140901000000005 -0.00018604973000000002 -0.57954434 0.016081364 0.022395672000000002 0.026668634 +21 0.00022917711 -0.026515503 -0.0017013926000000001 -0.0048140901000000005 -0.00018604973000000002 -0.57954434 0.016081364 0.022395672000000002 0.026668634 +22 0.057345625 6.0541876e-09 -0.50654678 1.0031640999999999e-10 1.2824038e-10 0.021777302000000002 -2.20882e-06 -7.445283399999999e-07 9.948310500000002e-07 +23 0.057345625 6.0541876e-09 -0.50654678 1.0031640999999999e-10 1.2824038e-10 0.021777302000000002 -2.20882e-06 -7.445283399999999e-07 9.948310500000002e-07 +24 0.057345625 6.0541876e-09 -0.50654678 1.0031640999999999e-10 1.2824038e-10 0.021777302000000002 -2.20882e-06 -7.445283399999999e-07 9.948310500000002e-07 +25 0.057345625 6.0541876e-09 -0.50654678 1.0031640999999999e-10 1.2824038e-10 0.021777302000000002 -2.20882e-06 -7.445283399999999e-07 9.948310500000002e-07 +26 0.057345625 6.0541876e-09 -0.50654678 1.0031640999999999e-10 1.2824038e-10 0.021777302000000002 -2.20882e-06 -7.445283399999999e-07 9.948310500000002e-07 +27 -2.0719570999999998e-07 -2.1022113e-14 -1.0566721e-15 -0.50634294 1.3135262e-07 -0.70696262 -0.00019589273 -0.00078082931 -0.0010215411 +28 -2.0719570999999998e-07 -2.1022113e-14 -1.0566721e-15 -0.50634294 1.3135262e-07 -0.70696262 -0.00019589273 -0.00078082931 -0.0010215411 +29 -2.0719570999999998e-07 -2.1022113e-14 -1.0566721e-15 -0.50634294 1.3135262e-07 -0.70696262 -0.00019589273 -0.00078082931 -0.0010215411 +30 -2.0719570999999998e-07 -2.1022113e-14 -1.0566721e-15 -0.50634294 1.3135262e-07 -0.70696262 -0.00019589273 -0.00078082931 -0.0010215411 +31 3.1182576 3.23591e-07 3.3640415e-09 -0.0012007571 -0.50738782 10035765.0 -0.0025661112 0.035076328999999996 1457.2497 +32 3.1182576 3.23591e-07 3.3640415e-09 -0.0012007571 -0.50738782 10035765.0 -0.0025661112 0.035076328999999996 1457.2497 +33 3.1182576 3.23591e-07 3.3640415e-09 -0.0012007571 -0.50738782 10035765.0 -0.0025661112 0.035076328999999996 1457.2497 +34 -2.487022e-08 -1.4666589999999998e-15 -2.3246785e-15 -2.4559071e-08 -3.2251948999999996e-07 0.00074783117 0.00090737216 0.0019180791 0.0022938002 +35 -2.487022e-08 -1.4666589999999998e-15 -2.3246785e-15 -2.4559071e-08 -3.2251948999999996e-07 0.00074783117 0.00090737216 0.0019180791 0.0022938002 +36 7.2503327e-10 -3.2592423e-16 -2.1133441000000004e-16 5.6701794e-10 7.9695288e-09 3.3359537999999996e-10 -5.8692494e-05 -0.64019632 -0.65806397 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.390065 -4.0397355e-07 -3.9775934e-09 -7.867359e-09 -2.6379583e-10 -7.8612122e-09 6.9063879e-10 1.7686077e-10 1.9687133e-10 +2 0.00021593903 -0.026515503 -0.0017013928 -0.0048139871 -0.00018469554 -0.61971045 0.00024461589 0.014206937 0.015949955 +3 0.057346055 6.0538767e-08 -0.50654678 9.187336099999999e-10 1.7376649e-10 0.02181038 -1.6743237e-06 -8.4626808e-07 1.7586295e-05 +4 -2.0558317000000003e-07 -2.0484319e-13 -8.453376400000002e-16 -0.5063429 1.4952193e-07 -0.7064853 -0.00166922 -0.0008826738400000001 -0.0019352810999999999 +5 0.31807383 3.2654389999999997e-07 3.4650717e-09 -0.00120936 -0.50738728 1013520.8 -0.013512686999999999 0.029350348 1448.0316 +6 1.2223637e-07 1.3558435e-13 3.5926850000000005e-15 1.2040207e-07 1.5828540000000001e-06 0.0017572234 -0.012966277 -0.0093113705 -0.011062444 +7 7.380135400000001e-10 1.1407337e-15 -2.1133441000000004e-16 5.773530799999999e-10 8.1127387e-09 3.7943705e-10 0.00013008502 -0.64153991 -0.65878885 +8 -1.0502212e-07 -9.859198699999999e-14 -1.2680065e-15 1.0534732e-07 1.3736248e-06 -0.63105662 -0.012666402 -0.0080843674 -0.56264852 +9 -0.390065 -4.0397355e-07 -3.9775934e-09 -7.867359e-09 -2.6379583e-10 -7.8612122e-09 6.9063879e-10 1.7686077e-10 1.9687133e-10 +10 -0.390065 -4.0397355e-07 -3.9775934e-09 -7.867359e-09 -2.6379583e-10 -7.8612122e-09 6.9063879e-10 1.7686077e-10 1.9687133e-10 +11 -0.390065 -4.0397355e-07 -3.9775934e-09 -7.867359e-09 -2.6379583e-10 -7.8612122e-09 6.9063879e-10 1.7686077e-10 1.9687133e-10 +12 -0.390065 -4.0397355e-07 -3.9775934e-09 -7.867359e-09 -2.6379583e-10 -7.8612122e-09 6.9063879e-10 1.7686077e-10 1.9687133e-10 +13 -0.390065 -4.0397355e-07 -3.9775934e-09 -7.867359e-09 -2.6379583e-10 -7.8612122e-09 6.9063879e-10 1.7686077e-10 1.9687133e-10 +14 -0.390065 -4.0397355e-07 -3.9775934e-09 -7.867359e-09 -2.6379583e-10 -7.8612122e-09 6.9063879e-10 1.7686077e-10 1.9687133e-10 +15 -0.390065 -4.0397355e-07 -3.9775934e-09 -7.867359e-09 -2.6379583e-10 -7.8612122e-09 6.9063879e-10 1.7686077e-10 1.9687133e-10 +16 0.00021593903 -0.026515503 -0.0017013928 -0.0048139871 -0.00018469554 -0.61971045 0.00024461589 0.014206937 0.015949955 +17 0.00021593903 -0.026515503 -0.0017013928 -0.0048139871 -0.00018469554 -0.61971045 0.00024461589 0.014206937 0.015949955 +18 0.00021593903 -0.026515503 -0.0017013928 -0.0048139871 -0.00018469554 -0.61971045 0.00024461589 0.014206937 0.015949955 +19 0.00021593903 -0.026515503 -0.0017013928 -0.0048139871 -0.00018469554 -0.61971045 0.00024461589 0.014206937 0.015949955 +20 0.00021593903 -0.026515503 -0.0017013928 -0.0048139871 -0.00018469554 -0.61971045 0.00024461589 0.014206937 0.015949955 +21 0.00021593903 -0.026515503 -0.0017013928 -0.0048139871 -0.00018469554 -0.61971045 0.00024461589 0.014206937 0.015949955 +22 0.057346055 6.0538767e-08 -0.50654678 9.187336099999999e-10 1.7376649e-10 0.02181038 -1.6743237e-06 -8.4626808e-07 1.7586295e-05 +23 0.057346055 6.0538767e-08 -0.50654678 9.187336099999999e-10 1.7376649e-10 0.02181038 -1.6743237e-06 -8.4626808e-07 1.7586295e-05 +24 0.057346055 6.0538767e-08 -0.50654678 9.187336099999999e-10 1.7376649e-10 0.02181038 -1.6743237e-06 -8.4626808e-07 1.7586295e-05 +25 0.057346055 6.0538767e-08 -0.50654678 9.187336099999999e-10 1.7376649e-10 0.02181038 -1.6743237e-06 -8.4626808e-07 1.7586295e-05 +26 0.057346055 6.0538767e-08 -0.50654678 9.187336099999999e-10 1.7376649e-10 0.02181038 -1.6743237e-06 -8.4626808e-07 1.7586295e-05 +27 -2.0558317000000003e-07 -2.0484319e-13 -8.453376400000002e-16 -0.5063429 1.4952193e-07 -0.7064853 -0.00166922 -0.0008826738400000001 -0.0019352810999999999 +28 -2.0558317000000003e-07 -2.0484319e-13 -8.453376400000002e-16 -0.5063429 1.4952193e-07 -0.7064853 -0.00166922 -0.0008826738400000001 -0.0019352810999999999 +29 -2.0558317000000003e-07 -2.0484319e-13 -8.453376400000002e-16 -0.5063429 1.4952193e-07 -0.7064853 -0.00166922 -0.0008826738400000001 -0.0019352810999999999 +30 -2.0558317000000003e-07 -2.0484319e-13 -8.453376400000002e-16 -0.5063429 1.4952193e-07 -0.7064853 -0.00166922 -0.0008826738400000001 -0.0019352810999999999 +31 0.31807383 3.2654389999999997e-07 3.4650717e-09 -0.00120936 -0.50738728 1013520.8 -0.013512686999999999 0.029350348 1448.0316 +32 0.31807383 3.2654389999999997e-07 3.4650717e-09 -0.00120936 -0.50738728 1013520.8 -0.013512686999999999 0.029350348 1448.0316 +33 0.31807383 3.2654389999999997e-07 3.4650717e-09 -0.00120936 -0.50738728 1013520.8 -0.013512686999999999 0.029350348 1448.0316 +34 1.2223637e-07 1.3558435e-13 3.5926850000000005e-15 1.2040207e-07 1.5828540000000001e-06 0.0017572234 -0.012966277 -0.0093113705 -0.011062444 +35 1.2223637e-07 1.3558435e-13 3.5926850000000005e-15 1.2040207e-07 1.5828540000000001e-06 0.0017572234 -0.012966277 -0.0093113705 -0.011062444 +36 7.380135400000001e-10 1.1407337e-15 -2.1133441000000004e-16 5.773530799999999e-10 8.1127387e-09 3.7943705e-10 0.00013008502 -0.64153991 -0.65878885 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.39033352 -4.0380124e-06 -3.9798096e-08 -7.874856699999999e-08 -2.640668e-09 -1.7461921e-07 -3.0584115e-09 4.2272999000000006e-10 2.5467272999999997e-10 +2 0.00016818021 -0.026515447 -0.0017013909 -0.0048138614 -0.00018313957 -0.11975235 -0.0024489716 0.0049635854 0.0050969208 +3 0.057348227 6.050758100000001e-07 -0.50654673 9.1004764e-09 3.5819673999999997e-10 0.046900305 2.6357686000000003e-06 -3.1275694e-07 0.00015718729 +4 -4.485640099999999e-06 1.7437323e-09 1.1136815e-10 -0.50634279 3.6902373000000005e-08 -0.42047205 0.0009616455000000001 -0.00021675457000000002 -0.0011495713 +5 0.035629139 3.9331542e-07 7.8640533e-09 -0.0011950187 -0.50738548 231992.19 -0.02630622 0.0050115807 1404.1621 +6 -4.7722933e-05 5.8908397000000005e-08 3.7520247e-09 1.8651709e-07 2.4112953e-06 1.3152145 -0.0050763175 -0.014011643 -0.007584289399999999 +7 7.661260900000001e-10 4.8888131e-15 -2.3246782999999997e-15 5.9335079e-10 8.333582e-09 -8.710930699999999e-08 1.4236249e-05 -0.64357223 -0.65937734 +8 -4.7851193e-05 5.8907115999999997e-08 3.7520078e-09 2.7677929e-07 3.4851740000000002e-06 -0.14600887 -0.014355438 -0.02024371 -0.56880502 +9 -0.39033352 -4.0380124e-06 -3.9798096e-08 -7.874856699999999e-08 -2.640668e-09 -1.7461921e-07 -3.0584115e-09 4.2272999000000006e-10 2.5467272999999997e-10 +10 -0.39033352 -4.0380124e-06 -3.9798096e-08 -7.874856699999999e-08 -2.640668e-09 -1.7461921e-07 -3.0584115e-09 4.2272999000000006e-10 2.5467272999999997e-10 +11 -0.39033352 -4.0380124e-06 -3.9798096e-08 -7.874856699999999e-08 -2.640668e-09 -1.7461921e-07 -3.0584115e-09 4.2272999000000006e-10 2.5467272999999997e-10 +12 -0.39033352 -4.0380124e-06 -3.9798096e-08 -7.874856699999999e-08 -2.640668e-09 -1.7461921e-07 -3.0584115e-09 4.2272999000000006e-10 2.5467272999999997e-10 +13 -0.39033352 -4.0380124e-06 -3.9798096e-08 -7.874856699999999e-08 -2.640668e-09 -1.7461921e-07 -3.0584115e-09 4.2272999000000006e-10 2.5467272999999997e-10 +14 -0.39033352 -4.0380124e-06 -3.9798096e-08 -7.874856699999999e-08 -2.640668e-09 -1.7461921e-07 -3.0584115e-09 4.2272999000000006e-10 2.5467272999999997e-10 +15 -0.39033352 -4.0380124e-06 -3.9798096e-08 -7.874856699999999e-08 -2.640668e-09 -1.7461921e-07 -3.0584115e-09 4.2272999000000006e-10 2.5467272999999997e-10 +16 0.00016818021 -0.026515447 -0.0017013909 -0.0048138614 -0.00018313957 -0.11975235 -0.0024489716 0.0049635854 0.0050969208 +17 0.00016818021 -0.026515447 -0.0017013909 -0.0048138614 -0.00018313957 -0.11975235 -0.0024489716 0.0049635854 0.0050969208 +18 0.00016818021 -0.026515447 -0.0017013909 -0.0048138614 -0.00018313957 -0.11975235 -0.0024489716 0.0049635854 0.0050969208 +19 0.00016818021 -0.026515447 -0.0017013909 -0.0048138614 -0.00018313957 -0.11975235 -0.0024489716 0.0049635854 0.0050969208 +20 0.00016818021 -0.026515447 -0.0017013909 -0.0048138614 -0.00018313957 -0.11975235 -0.0024489716 0.0049635854 0.0050969208 +21 0.00016818021 -0.026515447 -0.0017013909 -0.0048138614 -0.00018313957 -0.11975235 -0.0024489716 0.0049635854 0.0050969208 +22 0.057348227 6.050758100000001e-07 -0.50654673 9.1004764e-09 3.5819673999999997e-10 0.046900305 2.6357686000000003e-06 -3.1275694e-07 0.00015718729 +23 0.057348227 6.050758100000001e-07 -0.50654673 9.1004764e-09 3.5819673999999997e-10 0.046900305 2.6357686000000003e-06 -3.1275694e-07 0.00015718729 +24 0.057348227 6.050758100000001e-07 -0.50654673 9.1004764e-09 3.5819673999999997e-10 0.046900305 2.6357686000000003e-06 -3.1275694e-07 0.00015718729 +25 0.057348227 6.050758100000001e-07 -0.50654673 9.1004764e-09 3.5819673999999997e-10 0.046900305 2.6357686000000003e-06 -3.1275694e-07 0.00015718729 +26 0.057348227 6.050758100000001e-07 -0.50654673 9.1004764e-09 3.5819673999999997e-10 0.046900305 2.6357686000000003e-06 -3.1275694e-07 0.00015718729 +27 -4.485640099999999e-06 1.7437323e-09 1.1136815e-10 -0.50634279 3.6902373000000005e-08 -0.42047205 0.0009616455000000001 -0.00021675457000000002 -0.0011495713 +28 -4.485640099999999e-06 1.7437323e-09 1.1136815e-10 -0.50634279 3.6902373000000005e-08 -0.42047205 0.0009616455000000001 -0.00021675457000000002 -0.0011495713 +29 -4.485640099999999e-06 1.7437323e-09 1.1136815e-10 -0.50634279 3.6902373000000005e-08 -0.42047205 0.0009616455000000001 -0.00021675457000000002 -0.0011495713 +30 -4.485640099999999e-06 1.7437323e-09 1.1136815e-10 -0.50634279 3.6902373000000005e-08 -0.42047205 0.0009616455000000001 -0.00021675457000000002 -0.0011495713 +31 0.035629139 3.9331542e-07 7.8640533e-09 -0.0011950187 -0.50738548 231992.19 -0.02630622 0.0050115807 1404.1621 +32 0.035629139 3.9331542e-07 7.8640533e-09 -0.0011950187 -0.50738548 231992.19 -0.02630622 0.0050115807 1404.1621 +33 0.035629139 3.9331542e-07 7.8640533e-09 -0.0011950187 -0.50738548 231992.19 -0.02630622 0.0050115807 1404.1621 +34 -4.7722933e-05 5.8908397000000005e-08 3.7520247e-09 1.8651709e-07 2.4112953e-06 1.3152145 -0.0050763175 -0.014011643 -0.007584289399999999 +35 -4.7722933e-05 5.8908397000000005e-08 3.7520247e-09 1.8651709e-07 2.4112953e-06 1.3152145 -0.0050763175 -0.014011643 -0.007584289399999999 +36 7.661260900000001e-10 4.8888131e-15 -2.3246782999999997e-15 5.9335079e-10 8.333582e-09 -8.710930699999999e-08 1.4236249e-05 -0.64357223 -0.65937734 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_AUC_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.3904504 -4.0147224999999996e-05 -3.9638252e-07 -7.845050999999999e-07 -2.6308683999999996e-08 -1.8913286000000002e-06 -1.3629813e-08 4.2463726e-09 -1.9929726e-09 +2 0.00014254472 -0.026515606 -0.0017014178 -0.0048140331 -0.00018471106 -0.014143035 0.0052568111 0.014052198 0.0157029 +3 0.05739029599999999 6.019536099999999e-06 -0.5065463 9.066871699999998e-08 3.1578505e-09 0.053274852000000004 -2.844149e-06 -7.201558900000001e-07 0.0014938373000000001 +4 -3.4352443e-07 6.1720222e-11 4.0335252e-12 -0.50634203 1.4949094e-07 -0.35113073 6.958133300000001e-05 -0.00086583034 -0.0026682503999999998 +5 0.0079292287 5.237514799999999e-07 1.5447855e-08 -0.001250128 -0.50738662 28810.827 -0.0085325027 0.024582088999999998 1416.85 +6 -1.2982448e-05 2.8555127e-09 1.8223688999999998e-10 6.8872927e-08 9.790006499999999e-07 0.11894284 -0.00053883236 -0.0056602677 0.00041091496 +7 7.6629052e-10 7.3488287e-14 -2.3246766e-15 6.0019183e-10 8.4282934e-09 -6.4801425e-09 -5.3623077e-05 -0.64442634 -0.64376911 +8 -2.8378732e-05 9.6189567e-09 6.1399738e-10 1.0842028e-07 1.3945246e-06 -0.022422143 0.0007685045599999999 -0.0080658615 -0.56023028 +9 -0.3904504 -4.0147224999999996e-05 -3.9638252e-07 -7.845050999999999e-07 -2.6308683999999996e-08 -1.8913286000000002e-06 -1.3629813e-08 4.2463726e-09 -1.9929726e-09 +10 -0.3904504 -4.0147224999999996e-05 -3.9638252e-07 -7.845050999999999e-07 -2.6308683999999996e-08 -1.8913286000000002e-06 -1.3629813e-08 4.2463726e-09 -1.9929726e-09 +11 -0.3904504 -4.0147224999999996e-05 -3.9638252e-07 -7.845050999999999e-07 -2.6308683999999996e-08 -1.8913286000000002e-06 -1.3629813e-08 4.2463726e-09 -1.9929726e-09 +12 -0.3904504 -4.0147224999999996e-05 -3.9638252e-07 -7.845050999999999e-07 -2.6308683999999996e-08 -1.8913286000000002e-06 -1.3629813e-08 4.2463726e-09 -1.9929726e-09 +13 -0.3904504 -4.0147224999999996e-05 -3.9638252e-07 -7.845050999999999e-07 -2.6308683999999996e-08 -1.8913286000000002e-06 -1.3629813e-08 4.2463726e-09 -1.9929726e-09 +14 -0.3904504 -4.0147224999999996e-05 -3.9638252e-07 -7.845050999999999e-07 -2.6308683999999996e-08 -1.8913286000000002e-06 -1.3629813e-08 4.2463726e-09 -1.9929726e-09 +15 -0.3904504 -4.0147224999999996e-05 -3.9638252e-07 -7.845050999999999e-07 -2.6308683999999996e-08 -1.8913286000000002e-06 -1.3629813e-08 4.2463726e-09 -1.9929726e-09 +16 0.00014254472 -0.026515606 -0.0017014178 -0.0048140331 -0.00018471106 -0.014143035 0.0052568111 0.014052198 0.0157029 +17 0.00014254472 -0.026515606 -0.0017014178 -0.0048140331 -0.00018471106 -0.014143035 0.0052568111 0.014052198 0.0157029 +18 0.00014254472 -0.026515606 -0.0017014178 -0.0048140331 -0.00018471106 -0.014143035 0.0052568111 0.014052198 0.0157029 +19 0.00014254472 -0.026515606 -0.0017014178 -0.0048140331 -0.00018471106 -0.014143035 0.0052568111 0.014052198 0.0157029 +20 0.00014254472 -0.026515606 -0.0017014178 -0.0048140331 -0.00018471106 -0.014143035 0.0052568111 0.014052198 0.0157029 +21 0.00014254472 -0.026515606 -0.0017014178 -0.0048140331 -0.00018471106 -0.014143035 0.0052568111 0.014052198 0.0157029 +22 0.05739029599999999 6.019536099999999e-06 -0.5065463 9.066871699999998e-08 3.1578505e-09 0.053274852000000004 -2.844149e-06 -7.201558900000001e-07 0.0014938373000000001 +23 0.05739029599999999 6.019536099999999e-06 -0.5065463 9.066871699999998e-08 3.1578505e-09 0.053274852000000004 -2.844149e-06 -7.201558900000001e-07 0.0014938373000000001 +24 0.05739029599999999 6.019536099999999e-06 -0.5065463 9.066871699999998e-08 3.1578505e-09 0.053274852000000004 -2.844149e-06 -7.201558900000001e-07 0.0014938373000000001 +25 0.05739029599999999 6.019536099999999e-06 -0.5065463 9.066871699999998e-08 3.1578505e-09 0.053274852000000004 -2.844149e-06 -7.201558900000001e-07 0.0014938373000000001 +26 0.05739029599999999 6.019536099999999e-06 -0.5065463 9.066871699999998e-08 3.1578505e-09 0.053274852000000004 -2.844149e-06 -7.201558900000001e-07 0.0014938373000000001 +27 -3.4352443e-07 6.1720222e-11 4.0335252e-12 -0.50634203 1.4949094e-07 -0.35113073 6.958133300000001e-05 -0.00086583034 -0.0026682503999999998 +28 -3.4352443e-07 6.1720222e-11 4.0335252e-12 -0.50634203 1.4949094e-07 -0.35113073 6.958133300000001e-05 -0.00086583034 -0.0026682503999999998 +29 -3.4352443e-07 6.1720222e-11 4.0335252e-12 -0.50634203 1.4949094e-07 -0.35113073 6.958133300000001e-05 -0.00086583034 -0.0026682503999999998 +30 -3.4352443e-07 6.1720222e-11 4.0335252e-12 -0.50634203 1.4949094e-07 -0.35113073 6.958133300000001e-05 -0.00086583034 -0.0026682503999999998 +31 0.0079292287 5.237514799999999e-07 1.5447855e-08 -0.001250128 -0.50738662 28810.827 -0.0085325027 0.024582088999999998 1416.85 +32 0.0079292287 5.237514799999999e-07 1.5447855e-08 -0.001250128 -0.50738662 28810.827 -0.0085325027 0.024582088999999998 1416.85 +33 0.0079292287 5.237514799999999e-07 1.5447855e-08 -0.001250128 -0.50738662 28810.827 -0.0085325027 0.024582088999999998 1416.85 +34 -1.2982448e-05 2.8555127e-09 1.8223688999999998e-10 6.8872927e-08 9.790006499999999e-07 0.11894284 -0.00053883236 -0.0056602677 0.00041091496 +35 -1.2982448e-05 2.8555127e-09 1.8223688999999998e-10 6.8872927e-08 9.790006499999999e-07 0.11894284 -0.00053883236 -0.0056602677 0.00041091496 +36 7.6629052e-10 7.3488287e-14 -2.3246766e-15 6.0019183e-10 8.4282934e-09 -6.4801425e-09 -5.3623077e-05 -0.64442634 -0.64376911 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.31987341 -1.3769073000000001e-08 -1.5507281999999999e-10 -3.2391621000000003e-10 -1.1043462e-11 -2.7387986e-10 0.0 2.6033876e-12 5.0825477e-12 +2 0.00016396705000000001 -0.0006233634300000001 -0.001054438 -0.0040040640999999995 -0.00017611693 -0.10023225 674699920.0 0.0051028859000000005 0.007786991700000001 +3 0.056309334 2.4723628e-09 -0.31893991 5.6446567000000005e-11 1.9388718999999998e-10 0.044185104 0.0 -4.6212371999999995e-07 7.2898689e-08 +4 -2.3517861e-07 -3.4935955e-14 7.8285814e-15 -0.31862638 -5.194237600000001e-07 -0.42942945 650035050.0 0.0017473184 0.0027469034000000003 +5 24.524482 1.0492893e-06 1.244081e-08 -0.0020782006 -0.31929371 34737755.0 744032580.0 0.11349521 791.58974 +6 8.4096707e-07 -8.2681759e-14 7.562705e-14 8.1715797e-09 1.1056992999999999e-07 1.117242 695684160.0 -0.00030812795 -0.00030901063999999996 +7 1.3500359e-09 -1.8923642000000003e-15 4.283563400000001e-15 2.9401645e-09 4.283924e-08 9.9730464e-10 124335530.0 -0.57016731 -0.60899186 +8 -8.223757499999999e-08 -9.5637176e-14 2.1595068e-13 8.3059561e-08 1.0301754e-06 -0.22884609 651540610.0 -0.0033215420000000002 -0.49599744 +9 -0.31987341 -1.3769073000000001e-08 -1.5507281999999999e-10 -3.2391621000000003e-10 -1.1043462e-11 -2.7387986e-10 0.0 2.6033876e-12 5.0825477e-12 +10 -0.31987341 -1.3769073000000001e-08 -1.5507281999999999e-10 -3.2391621000000003e-10 -1.1043462e-11 -2.7387986e-10 0.0 2.6033876e-12 5.0825477e-12 +11 -0.31987341 -1.3769073000000001e-08 -1.5507281999999999e-10 -3.2391621000000003e-10 -1.1043462e-11 -2.7387986e-10 0.0 2.6033876e-12 5.0825477e-12 +12 -0.31987341 -1.3769073000000001e-08 -1.5507281999999999e-10 -3.2391621000000003e-10 -1.1043462e-11 -2.7387986e-10 0.0 2.6033876e-12 5.0825477e-12 +13 -0.31987341 -1.3769073000000001e-08 -1.5507281999999999e-10 -3.2391621000000003e-10 -1.1043462e-11 -2.7387986e-10 0.0 2.6033876e-12 5.0825477e-12 +14 -0.31987341 -1.3769073000000001e-08 -1.5507281999999999e-10 -3.2391621000000003e-10 -1.1043462e-11 -2.7387986e-10 0.0 2.6033876e-12 5.0825477e-12 +15 -0.31987341 -1.3769073000000001e-08 -1.5507281999999999e-10 -3.2391621000000003e-10 -1.1043462e-11 -2.7387986e-10 0.0 2.6033876e-12 5.0825477e-12 +16 0.00016396705000000001 -0.0006233634300000001 -0.001054438 -0.0040040640999999995 -0.00017611693 -0.10023225 674699920.0 0.0051028859000000005 0.007786991700000001 +17 0.00016396705000000001 -0.0006233634300000001 -0.001054438 -0.0040040640999999995 -0.00017611693 -0.10023225 674699920.0 0.0051028859000000005 0.007786991700000001 +18 0.00016396705000000001 -0.0006233634300000001 -0.001054438 -0.0040040640999999995 -0.00017611693 -0.10023225 674699920.0 0.0051028859000000005 0.007786991700000001 +19 0.00016396705000000001 -0.0006233634300000001 -0.001054438 -0.0040040640999999995 -0.00017611693 -0.10023225 674699920.0 0.0051028859000000005 0.007786991700000001 +20 0.00016396705000000001 -0.0006233634300000001 -0.001054438 -0.0040040640999999995 -0.00017611693 -0.10023225 674699920.0 0.0051028859000000005 0.007786991700000001 +21 0.00016396705000000001 -0.0006233634300000001 -0.001054438 -0.0040040640999999995 -0.00017611693 -0.10023225 674699920.0 0.0051028859000000005 0.007786991700000001 +22 0.056309334 2.4723628e-09 -0.31893991 5.6446567000000005e-11 1.9388718999999998e-10 0.044185104 0.0 -4.6212371999999995e-07 7.2898689e-08 +23 0.056309334 2.4723628e-09 -0.31893991 5.6446567000000005e-11 1.9388718999999998e-10 0.044185104 0.0 -4.6212371999999995e-07 7.2898689e-08 +24 0.056309334 2.4723628e-09 -0.31893991 5.6446567000000005e-11 1.9388718999999998e-10 0.044185104 0.0 -4.6212371999999995e-07 7.2898689e-08 +25 0.056309334 2.4723628e-09 -0.31893991 5.6446567000000005e-11 1.9388718999999998e-10 0.044185104 0.0 -4.6212371999999995e-07 7.2898689e-08 +26 0.056309334 2.4723628e-09 -0.31893991 5.6446567000000005e-11 1.9388718999999998e-10 0.044185104 0.0 -4.6212371999999995e-07 7.2898689e-08 +27 -2.3517861e-07 -3.4935955e-14 7.8285814e-15 -0.31862638 -5.194237600000001e-07 -0.42942945 650035050.0 0.0017473184 0.0027469034000000003 +28 -2.3517861e-07 -3.4935955e-14 7.8285814e-15 -0.31862638 -5.194237600000001e-07 -0.42942945 650035050.0 0.0017473184 0.0027469034000000003 +29 -2.3517861e-07 -3.4935955e-14 7.8285814e-15 -0.31862638 -5.194237600000001e-07 -0.42942945 650035050.0 0.0017473184 0.0027469034000000003 +30 -2.3517861e-07 -3.4935955e-14 7.8285814e-15 -0.31862638 -5.194237600000001e-07 -0.42942945 650035050.0 0.0017473184 0.0027469034000000003 +31 24.524482 1.0492893e-06 1.244081e-08 -0.0020782006 -0.31929371 34737755.0 744032580.0 0.11349521 791.58974 +32 24.524482 1.0492893e-06 1.244081e-08 -0.0020782006 -0.31929371 34737755.0 744032580.0 0.11349521 791.58974 +33 24.524482 1.0492893e-06 1.244081e-08 -0.0020782006 -0.31929371 34737755.0 744032580.0 0.11349521 791.58974 +34 8.4096707e-07 -8.2681759e-14 7.562705e-14 8.1715797e-09 1.1056992999999999e-07 1.117242 695684160.0 -0.00030812795 -0.00030901063999999996 +35 8.4096707e-07 -8.2681759e-14 7.562705e-14 8.1715797e-09 1.1056992999999999e-07 1.117242 695684160.0 -0.00030812795 -0.00030901063999999996 +36 1.3500359e-09 -1.8923642000000003e-15 4.283563400000001e-15 2.9401645e-09 4.283924e-08 9.9730464e-10 124335530.0 -0.57016731 -0.60899186 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.31987341 -1.3768961e-07 -1.5507318e-09 -3.2391992e-09 -1.1050111000000001e-10 -2.7389558e-09 0.0 9.61453e-11 9.9994288e-11 +2 0.00016374049999999998 -0.00062336646 -0.0010544381 -0.004004212 -0.0001779425 -0.20834812 614889830.0 0.011100216999999999 0.016825438999999998 +3 0.056309382000000005 2.4723471000000004e-08 -0.31893991 4.6070554000000004e-10 4.2091564000000005e-10 0.044185141 0.0 -9.6354431e-07 3.0487946e-06 +4 -1.8309293e-07 -7.584010500000001e-14 -1.3293817e-15 -0.31862637 1.3751234e-07 -0.43253875 528482420.0 -0.00042748427 -0.00063579775 +5 2.4687412999999996 1.0557056e-06 1.2560427999999999e-08 -0.0020953895 -0.31929461 3487738.5 903412450.0 0.11891725 798.77905 +6 -2.2893347999999997e-08 -1.0480782e-14 -3.2495998e-15 -2.3087172000000002e-08 -2.8270665e-07 1.1646241e-06 316790480.0 0.00093662849 0.0014365553 +7 1.3467814e-09 5.8226568e-16 7.3854541e-16 3.1452089e-09 4.6130842e-08 9.9035761e-10 0.0 -0.57003671 -0.6087408 +8 -2.1667555e-07 -1.2882628e-13 6.942326800000001e-15 -5.3576679e-08 -6.5270122e-07 -0.22885114 125869120.0 0.0021869421 -0.49213588 +9 -0.31987341 -1.3768961e-07 -1.5507318e-09 -3.2391992e-09 -1.1050111000000001e-10 -2.7389558e-09 0.0 9.61453e-11 9.9994288e-11 +10 -0.31987341 -1.3768961e-07 -1.5507318e-09 -3.2391992e-09 -1.1050111000000001e-10 -2.7389558e-09 0.0 9.61453e-11 9.9994288e-11 +11 -0.31987341 -1.3768961e-07 -1.5507318e-09 -3.2391992e-09 -1.1050111000000001e-10 -2.7389558e-09 0.0 9.61453e-11 9.9994288e-11 +12 -0.31987341 -1.3768961e-07 -1.5507318e-09 -3.2391992e-09 -1.1050111000000001e-10 -2.7389558e-09 0.0 9.61453e-11 9.9994288e-11 +13 -0.31987341 -1.3768961e-07 -1.5507318e-09 -3.2391992e-09 -1.1050111000000001e-10 -2.7389558e-09 0.0 9.61453e-11 9.9994288e-11 +14 -0.31987341 -1.3768961e-07 -1.5507318e-09 -3.2391992e-09 -1.1050111000000001e-10 -2.7389558e-09 0.0 9.61453e-11 9.9994288e-11 +15 -0.31987341 -1.3768961e-07 -1.5507318e-09 -3.2391992e-09 -1.1050111000000001e-10 -2.7389558e-09 0.0 9.61453e-11 9.9994288e-11 +16 0.00016374049999999998 -0.00062336646 -0.0010544381 -0.004004212 -0.0001779425 -0.20834812 614889830.0 0.011100216999999999 0.016825438999999998 +17 0.00016374049999999998 -0.00062336646 -0.0010544381 -0.004004212 -0.0001779425 -0.20834812 614889830.0 0.011100216999999999 0.016825438999999998 +18 0.00016374049999999998 -0.00062336646 -0.0010544381 -0.004004212 -0.0001779425 -0.20834812 614889830.0 0.011100216999999999 0.016825438999999998 +19 0.00016374049999999998 -0.00062336646 -0.0010544381 -0.004004212 -0.0001779425 -0.20834812 614889830.0 0.011100216999999999 0.016825438999999998 +20 0.00016374049999999998 -0.00062336646 -0.0010544381 -0.004004212 -0.0001779425 -0.20834812 614889830.0 0.011100216999999999 0.016825438999999998 +21 0.00016374049999999998 -0.00062336646 -0.0010544381 -0.004004212 -0.0001779425 -0.20834812 614889830.0 0.011100216999999999 0.016825438999999998 +22 0.056309382000000005 2.4723471000000004e-08 -0.31893991 4.6070554000000004e-10 4.2091564000000005e-10 0.044185141 0.0 -9.6354431e-07 3.0487946e-06 +23 0.056309382000000005 2.4723471000000004e-08 -0.31893991 4.6070554000000004e-10 4.2091564000000005e-10 0.044185141 0.0 -9.6354431e-07 3.0487946e-06 +24 0.056309382000000005 2.4723471000000004e-08 -0.31893991 4.6070554000000004e-10 4.2091564000000005e-10 0.044185141 0.0 -9.6354431e-07 3.0487946e-06 +25 0.056309382000000005 2.4723471000000004e-08 -0.31893991 4.6070554000000004e-10 4.2091564000000005e-10 0.044185141 0.0 -9.6354431e-07 3.0487946e-06 +26 0.056309382000000005 2.4723471000000004e-08 -0.31893991 4.6070554000000004e-10 4.2091564000000005e-10 0.044185141 0.0 -9.6354431e-07 3.0487946e-06 +27 -1.8309293e-07 -7.584010500000001e-14 -1.3293817e-15 -0.31862637 1.3751234e-07 -0.43253875 528482420.0 -0.00042748427 -0.00063579775 +28 -1.8309293e-07 -7.584010500000001e-14 -1.3293817e-15 -0.31862637 1.3751234e-07 -0.43253875 528482420.0 -0.00042748427 -0.00063579775 +29 -1.8309293e-07 -7.584010500000001e-14 -1.3293817e-15 -0.31862637 1.3751234e-07 -0.43253875 528482420.0 -0.00042748427 -0.00063579775 +30 -1.8309293e-07 -7.584010500000001e-14 -1.3293817e-15 -0.31862637 1.3751234e-07 -0.43253875 528482420.0 -0.00042748427 -0.00063579775 +31 2.4687412999999996 1.0557056e-06 1.2560427999999999e-08 -0.0020953895 -0.31929461 3487738.5 903412450.0 0.11891725 798.77905 +32 2.4687412999999996 1.0557056e-06 1.2560427999999999e-08 -0.0020953895 -0.31929461 3487738.5 903412450.0 0.11891725 798.77905 +33 2.4687412999999996 1.0557056e-06 1.2560427999999999e-08 -0.0020953895 -0.31929461 3487738.5 903412450.0 0.11891725 798.77905 +34 -2.2893347999999997e-08 -1.0480782e-14 -3.2495998e-15 -2.3087172000000002e-08 -2.8270665e-07 1.1646241e-06 316790480.0 0.00093662849 0.0014365553 +35 -2.2893347999999997e-08 -1.0480782e-14 -3.2495998e-15 -2.3087172000000002e-08 -2.8270665e-07 1.1646241e-06 316790480.0 0.00093662849 0.0014365553 +36 1.3467814e-09 5.8226568e-16 7.3854541e-16 3.1452089e-09 4.6130842e-08 9.9035761e-10 0.0 -0.57003671 -0.6087408 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.31987341 -1.3767848e-06 -1.550651e-08 -3.2390434e-08 -1.10478e-09 -2.8836216e-08 -9.8950584e-07 3.2414831000000003e-10 1.713353e-10 +2 0.00016383169 -0.0006233969999999999 -0.0010544391 -0.0040041139 -0.00017672832999999997 -0.2196908 0.11726205 0.007068044200000001 0.010189026 +3 0.05630986 2.4721721e-07 -0.31893989 4.3370884e-09 1.9469471999999999e-10 0.044196938 -0.0011198325 -2.5684033e-07 3.5109762e-05 +4 -1.8164560000000002e-07 -7.6232835e-13 -8.2717083e-15 -0.3186263 1.5603154999999999e-07 -0.43238372 0.18973613 -0.00048304865999999994 -0.001129705 +5 0.24784572 1.060137e-06 1.2685058999999998e-08 -0.0021042662 -0.31929406 349613.05 0.09457927699999999 0.11639198 795.27272 +6 1.1535756e-07 5.0351227e-13 6.2037812000000006e-15 1.1809149e-07 1.457216e-06 0.0002881341 0.057357125 -0.0047268046000000005 -0.0070524788 +7 1.3671692e-09 6.1137657e-15 -1.4770907999999998e-15 1.575628e-09 2.0948145e-08 1.0982276e-09 -0.08979320199999999 -0.5707971 -0.60923703 +8 -6.1769941e-08 -2.502277e-13 -4.1358540999999996e-15 1.0101417999999999e-07 1.2190822e-06 -0.22863671 -1.0 -0.004010514000000001 -0.49705058 +9 -0.31987341 -1.3767848e-06 -1.550651e-08 -3.2390434e-08 -1.10478e-09 -2.8836216e-08 -9.8950584e-07 3.2414831000000003e-10 1.713353e-10 +10 -0.31987341 -1.3767848e-06 -1.550651e-08 -3.2390434e-08 -1.10478e-09 -2.8836216e-08 -9.8950584e-07 3.2414831000000003e-10 1.713353e-10 +11 -0.31987341 -1.3767848e-06 -1.550651e-08 -3.2390434e-08 -1.10478e-09 -2.8836216e-08 -9.8950584e-07 3.2414831000000003e-10 1.713353e-10 +12 -0.31987341 -1.3767848e-06 -1.550651e-08 -3.2390434e-08 -1.10478e-09 -2.8836216e-08 -9.8950584e-07 3.2414831000000003e-10 1.713353e-10 +13 -0.31987341 -1.3767848e-06 -1.550651e-08 -3.2390434e-08 -1.10478e-09 -2.8836216e-08 -9.8950584e-07 3.2414831000000003e-10 1.713353e-10 +14 -0.31987341 -1.3767848e-06 -1.550651e-08 -3.2390434e-08 -1.10478e-09 -2.8836216e-08 -9.8950584e-07 3.2414831000000003e-10 1.713353e-10 +15 -0.31987341 -1.3767848e-06 -1.550651e-08 -3.2390434e-08 -1.10478e-09 -2.8836216e-08 -9.8950584e-07 3.2414831000000003e-10 1.713353e-10 +16 0.00016383169 -0.0006233969999999999 -0.0010544391 -0.0040041139 -0.00017672832999999997 -0.2196908 0.11726205 0.007068044200000001 0.010189026 +17 0.00016383169 -0.0006233969999999999 -0.0010544391 -0.0040041139 -0.00017672832999999997 -0.2196908 0.11726205 0.007068044200000001 0.010189026 +18 0.00016383169 -0.0006233969999999999 -0.0010544391 -0.0040041139 -0.00017672832999999997 -0.2196908 0.11726205 0.007068044200000001 0.010189026 +19 0.00016383169 -0.0006233969999999999 -0.0010544391 -0.0040041139 -0.00017672832999999997 -0.2196908 0.11726205 0.007068044200000001 0.010189026 +20 0.00016383169 -0.0006233969999999999 -0.0010544391 -0.0040041139 -0.00017672832999999997 -0.2196908 0.11726205 0.007068044200000001 0.010189026 +21 0.00016383169 -0.0006233969999999999 -0.0010544391 -0.0040041139 -0.00017672832999999997 -0.2196908 0.11726205 0.007068044200000001 0.010189026 +22 0.05630986 2.4721721e-07 -0.31893989 4.3370884e-09 1.9469471999999999e-10 0.044196938 -0.0011198325 -2.5684033e-07 3.5109762e-05 +23 0.05630986 2.4721721e-07 -0.31893989 4.3370884e-09 1.9469471999999999e-10 0.044196938 -0.0011198325 -2.5684033e-07 3.5109762e-05 +24 0.05630986 2.4721721e-07 -0.31893989 4.3370884e-09 1.9469471999999999e-10 0.044196938 -0.0011198325 -2.5684033e-07 3.5109762e-05 +25 0.05630986 2.4721721e-07 -0.31893989 4.3370884e-09 1.9469471999999999e-10 0.044196938 -0.0011198325 -2.5684033e-07 3.5109762e-05 +26 0.05630986 2.4721721e-07 -0.31893989 4.3370884e-09 1.9469471999999999e-10 0.044196938 -0.0011198325 -2.5684033e-07 3.5109762e-05 +27 -1.8164560000000002e-07 -7.6232835e-13 -8.2717083e-15 -0.3186263 1.5603154999999999e-07 -0.43238372 0.18973613 -0.00048304865999999994 -0.001129705 +28 -1.8164560000000002e-07 -7.6232835e-13 -8.2717083e-15 -0.3186263 1.5603154999999999e-07 -0.43238372 0.18973613 -0.00048304865999999994 -0.001129705 +29 -1.8164560000000002e-07 -7.6232835e-13 -8.2717083e-15 -0.3186263 1.5603154999999999e-07 -0.43238372 0.18973613 -0.00048304865999999994 -0.001129705 +30 -1.8164560000000002e-07 -7.6232835e-13 -8.2717083e-15 -0.3186263 1.5603154999999999e-07 -0.43238372 0.18973613 -0.00048304865999999994 -0.001129705 +31 0.24784572 1.060137e-06 1.2685058999999998e-08 -0.0021042662 -0.31929406 349613.05 0.09457927699999999 0.11639198 795.27272 +32 0.24784572 1.060137e-06 1.2685058999999998e-08 -0.0021042662 -0.31929406 349613.05 0.09457927699999999 0.11639198 795.27272 +33 0.24784572 1.060137e-06 1.2685058999999998e-08 -0.0021042662 -0.31929406 349613.05 0.09457927699999999 0.11639198 795.27272 +34 1.1535756e-07 5.0351227e-13 6.2037812000000006e-15 1.1809149e-07 1.457216e-06 0.0002881341 0.057357125 -0.0047268046000000005 -0.0070524788 +35 1.1535756e-07 5.0351227e-13 6.2037812000000006e-15 1.1809149e-07 1.457216e-06 0.0002881341 0.057357125 -0.0047268046000000005 -0.0070524788 +36 1.3671692e-09 6.1137657e-15 -1.4770907999999998e-15 1.575628e-09 2.0948145e-08 1.0982276e-09 -0.08979320199999999 -0.5707971 -0.60923703 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.3198734 -1.3757049999999999e-05 -1.5500951e-07 -3.238442e-07 -1.1044651999999999e-08 -3.0152911e-07 8.471109700000001e-05 -1.2498235e-09 5.6315488e-10 +2 0.00016410258000000002 -0.00062370262 -0.0010544471 -0.0040040122 -0.00017536098999999998 -0.02550127 -1.0 0.0025366195999999997 0.0033086342 +3 0.056314643 2.4704249999999997e-06 -0.31893977 4.3343985e-08 1.639865e-09 0.054520319000000005 0.0086554249 -3.8721289e-07 0.00033857161 +4 -5.6991207e-08 -7.1816173e-11 6.5626825e-11 -0.31862604 -8.053595100000001e-08 -0.31814327 -1.0 0.00011963466999999999 -0.0007587580499999999 +5 0.024616541000000002 1.0588934e-06 1.5199228e-08 -0.0020893657 -0.31929168 43531.282999999996 2.3791837000000005 0.10249608 776.98875 +6 3.1858396e-07 -5.6136464e-10 2.212882e-09 1.7377812e-07 2.1943732000000003e-06 0.24898161 0.65679756 -0.0070907355000000005 -0.0058962342 +7 1.3985144e-09 5.8224058e-14 -3.2495986e-15 2.5039125e-09 3.5700572999999996e-08 -1.5859934e-08 0.60083299 -0.57199503 -0.60758853 +8 2.3445362e-07 -5.6484207e-10 2.2128255e-09 2.6394931e-07 3.1232145e-06 -0.036673344 0.11642709 -0.010153053 -0.50119732 +9 -0.3198734 -1.3757049999999999e-05 -1.5500951e-07 -3.238442e-07 -1.1044651999999999e-08 -3.0152911e-07 8.471109700000001e-05 -1.2498235e-09 5.6315488e-10 +10 -0.3198734 -1.3757049999999999e-05 -1.5500951e-07 -3.238442e-07 -1.1044651999999999e-08 -3.0152911e-07 8.471109700000001e-05 -1.2498235e-09 5.6315488e-10 +11 -0.3198734 -1.3757049999999999e-05 -1.5500951e-07 -3.238442e-07 -1.1044651999999999e-08 -3.0152911e-07 8.471109700000001e-05 -1.2498235e-09 5.6315488e-10 +12 -0.3198734 -1.3757049999999999e-05 -1.5500951e-07 -3.238442e-07 -1.1044651999999999e-08 -3.0152911e-07 8.471109700000001e-05 -1.2498235e-09 5.6315488e-10 +13 -0.3198734 -1.3757049999999999e-05 -1.5500951e-07 -3.238442e-07 -1.1044651999999999e-08 -3.0152911e-07 8.471109700000001e-05 -1.2498235e-09 5.6315488e-10 +14 -0.3198734 -1.3757049999999999e-05 -1.5500951e-07 -3.238442e-07 -1.1044651999999999e-08 -3.0152911e-07 8.471109700000001e-05 -1.2498235e-09 5.6315488e-10 +15 -0.3198734 -1.3757049999999999e-05 -1.5500951e-07 -3.238442e-07 -1.1044651999999999e-08 -3.0152911e-07 8.471109700000001e-05 -1.2498235e-09 5.6315488e-10 +16 0.00016410258000000002 -0.00062370262 -0.0010544471 -0.0040040122 -0.00017536098999999998 -0.02550127 -1.0 0.0025366195999999997 0.0033086342 +17 0.00016410258000000002 -0.00062370262 -0.0010544471 -0.0040040122 -0.00017536098999999998 -0.02550127 -1.0 0.0025366195999999997 0.0033086342 +18 0.00016410258000000002 -0.00062370262 -0.0010544471 -0.0040040122 -0.00017536098999999998 -0.02550127 -1.0 0.0025366195999999997 0.0033086342 +19 0.00016410258000000002 -0.00062370262 -0.0010544471 -0.0040040122 -0.00017536098999999998 -0.02550127 -1.0 0.0025366195999999997 0.0033086342 +20 0.00016410258000000002 -0.00062370262 -0.0010544471 -0.0040040122 -0.00017536098999999998 -0.02550127 -1.0 0.0025366195999999997 0.0033086342 +21 0.00016410258000000002 -0.00062370262 -0.0010544471 -0.0040040122 -0.00017536098999999998 -0.02550127 -1.0 0.0025366195999999997 0.0033086342 +22 0.056314643 2.4704249999999997e-06 -0.31893977 4.3343985e-08 1.639865e-09 0.054520319000000005 0.0086554249 -3.8721289e-07 0.00033857161 +23 0.056314643 2.4704249999999997e-06 -0.31893977 4.3343985e-08 1.639865e-09 0.054520319000000005 0.0086554249 -3.8721289e-07 0.00033857161 +24 0.056314643 2.4704249999999997e-06 -0.31893977 4.3343985e-08 1.639865e-09 0.054520319000000005 0.0086554249 -3.8721289e-07 0.00033857161 +25 0.056314643 2.4704249999999997e-06 -0.31893977 4.3343985e-08 1.639865e-09 0.054520319000000005 0.0086554249 -3.8721289e-07 0.00033857161 +26 0.056314643 2.4704249999999997e-06 -0.31893977 4.3343985e-08 1.639865e-09 0.054520319000000005 0.0086554249 -3.8721289e-07 0.00033857161 +27 -5.6991207e-08 -7.1816173e-11 6.5626825e-11 -0.31862604 -8.053595100000001e-08 -0.31814327 -1.0 0.00011963466999999999 -0.0007587580499999999 +28 -5.6991207e-08 -7.1816173e-11 6.5626825e-11 -0.31862604 -8.053595100000001e-08 -0.31814327 -1.0 0.00011963466999999999 -0.0007587580499999999 +29 -5.6991207e-08 -7.1816173e-11 6.5626825e-11 -0.31862604 -8.053595100000001e-08 -0.31814327 -1.0 0.00011963466999999999 -0.0007587580499999999 +30 -5.6991207e-08 -7.1816173e-11 6.5626825e-11 -0.31862604 -8.053595100000001e-08 -0.31814327 -1.0 0.00011963466999999999 -0.0007587580499999999 +31 0.024616541000000002 1.0588934e-06 1.5199228e-08 -0.0020893657 -0.31929168 43531.282999999996 2.3791837000000005 0.10249608 776.98875 +32 0.024616541000000002 1.0588934e-06 1.5199228e-08 -0.0020893657 -0.31929168 43531.282999999996 2.3791837000000005 0.10249608 776.98875 +33 0.024616541000000002 1.0588934e-06 1.5199228e-08 -0.0020893657 -0.31929168 43531.282999999996 2.3791837000000005 0.10249608 776.98875 +34 3.1858396e-07 -5.6136464e-10 2.212882e-09 1.7377812e-07 2.1943732000000003e-06 0.24898161 0.65679756 -0.0070907355000000005 -0.0058962342 +35 3.1858396e-07 -5.6136464e-10 2.212882e-09 1.7377812e-07 2.1943732000000003e-06 0.24898161 0.65679756 -0.0070907355000000005 -0.0058962342 +36 1.3985144e-09 5.8224058e-14 -3.2495986e-15 2.5039125e-09 3.5700572999999996e-08 -1.5859934e-08 0.60083299 -0.57199503 -0.60758853 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_4h_SS_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.3198733 -0.000136467 -1.5421046000000002e-06 -3.2228011000000005e-06 -1.0994183e-07 -3.0020164999999995e-06 -3.7582412e-05 2.1241195e-08 -8.6817826e-09 +2 0.00016414417000000002 -0.00062667927 -0.0010545538 -0.0040043210999999995 -0.00017674352999999998 -0.0052398913 -0.14387363 0.0070188535 0.0096683545 +3 0.056362301 2.4530536000000004e-05 -0.31893849 4.3147480000000003e-07 1.4693234e-08 0.055817966 -0.00042579589000000005 -1.2863569e-07 0.0031735603000000003 +4 -3.6597741e-08 -2.0485888e-11 2.3519629e-12 -0.31862383 1.4005653e-07 -0.30489075 0.029594743 -0.00044596992999999997 -0.0027930446000000004 +5 0.0025334548 1.1461805e-06 2.0461398999999995e-08 -0.0021442208 -0.31929366 4531.7799 -0.0081132827 0.1161645 751.79375 +6 8.2095071e-08 -1.4960374e-10 1.0761763e-10 6.272944799999999e-08 8.916542199999999e-07 0.020202996 -0.004004373 -0.0028725337 -0.00056963658 +7 1.4114845e-09 5.827419e-13 -3.6927132e-15 1.7313854e-09 2.3295391e-08 -3.889293e-10 -0.040186525 -0.5724773 -0.57685351 +8 9.7563522e-08 -4.0345252e-10 3.6210583e-10 9.764278900000001e-08 1.1526191000000002e-06 -0.013018753999999999 -1.0 -0.00385677 -0.49192411 +9 -0.3198733 -0.000136467 -1.5421046000000002e-06 -3.2228011000000005e-06 -1.0994183e-07 -3.0020164999999995e-06 -3.7582412e-05 2.1241195e-08 -8.6817826e-09 +10 -0.3198733 -0.000136467 -1.5421046000000002e-06 -3.2228011000000005e-06 -1.0994183e-07 -3.0020164999999995e-06 -3.7582412e-05 2.1241195e-08 -8.6817826e-09 +11 -0.3198733 -0.000136467 -1.5421046000000002e-06 -3.2228011000000005e-06 -1.0994183e-07 -3.0020164999999995e-06 -3.7582412e-05 2.1241195e-08 -8.6817826e-09 +12 -0.3198733 -0.000136467 -1.5421046000000002e-06 -3.2228011000000005e-06 -1.0994183e-07 -3.0020164999999995e-06 -3.7582412e-05 2.1241195e-08 -8.6817826e-09 +13 -0.3198733 -0.000136467 -1.5421046000000002e-06 -3.2228011000000005e-06 -1.0994183e-07 -3.0020164999999995e-06 -3.7582412e-05 2.1241195e-08 -8.6817826e-09 +14 -0.3198733 -0.000136467 -1.5421046000000002e-06 -3.2228011000000005e-06 -1.0994183e-07 -3.0020164999999995e-06 -3.7582412e-05 2.1241195e-08 -8.6817826e-09 +15 -0.3198733 -0.000136467 -1.5421046000000002e-06 -3.2228011000000005e-06 -1.0994183e-07 -3.0020164999999995e-06 -3.7582412e-05 2.1241195e-08 -8.6817826e-09 +16 0.00016414417000000002 -0.00062667927 -0.0010545538 -0.0040043210999999995 -0.00017674352999999998 -0.0052398913 -0.14387363 0.0070188535 0.0096683545 +17 0.00016414417000000002 -0.00062667927 -0.0010545538 -0.0040043210999999995 -0.00017674352999999998 -0.0052398913 -0.14387363 0.0070188535 0.0096683545 +18 0.00016414417000000002 -0.00062667927 -0.0010545538 -0.0040043210999999995 -0.00017674352999999998 -0.0052398913 -0.14387363 0.0070188535 0.0096683545 +19 0.00016414417000000002 -0.00062667927 -0.0010545538 -0.0040043210999999995 -0.00017674352999999998 -0.0052398913 -0.14387363 0.0070188535 0.0096683545 +20 0.00016414417000000002 -0.00062667927 -0.0010545538 -0.0040043210999999995 -0.00017674352999999998 -0.0052398913 -0.14387363 0.0070188535 0.0096683545 +21 0.00016414417000000002 -0.00062667927 -0.0010545538 -0.0040043210999999995 -0.00017674352999999998 -0.0052398913 -0.14387363 0.0070188535 0.0096683545 +22 0.056362301 2.4530536000000004e-05 -0.31893849 4.3147480000000003e-07 1.4693234e-08 0.055817966 -0.00042579589000000005 -1.2863569e-07 0.0031735603000000003 +23 0.056362301 2.4530536000000004e-05 -0.31893849 4.3147480000000003e-07 1.4693234e-08 0.055817966 -0.00042579589000000005 -1.2863569e-07 0.0031735603000000003 +24 0.056362301 2.4530536000000004e-05 -0.31893849 4.3147480000000003e-07 1.4693234e-08 0.055817966 -0.00042579589000000005 -1.2863569e-07 0.0031735603000000003 +25 0.056362301 2.4530536000000004e-05 -0.31893849 4.3147480000000003e-07 1.4693234e-08 0.055817966 -0.00042579589000000005 -1.2863569e-07 0.0031735603000000003 +26 0.056362301 2.4530536000000004e-05 -0.31893849 4.3147480000000003e-07 1.4693234e-08 0.055817966 -0.00042579589000000005 -1.2863569e-07 0.0031735603000000003 +27 -3.6597741e-08 -2.0485888e-11 2.3519629e-12 -0.31862383 1.4005653e-07 -0.30489075 0.029594743 -0.00044596992999999997 -0.0027930446000000004 +28 -3.6597741e-08 -2.0485888e-11 2.3519629e-12 -0.31862383 1.4005653e-07 -0.30489075 0.029594743 -0.00044596992999999997 -0.0027930446000000004 +29 -3.6597741e-08 -2.0485888e-11 2.3519629e-12 -0.31862383 1.4005653e-07 -0.30489075 0.029594743 -0.00044596992999999997 -0.0027930446000000004 +30 -3.6597741e-08 -2.0485888e-11 2.3519629e-12 -0.31862383 1.4005653e-07 -0.30489075 0.029594743 -0.00044596992999999997 -0.0027930446000000004 +31 0.0025334548 1.1461805e-06 2.0461398999999995e-08 -0.0021442208 -0.31929366 4531.7799 -0.0081132827 0.1161645 751.79375 +32 0.0025334548 1.1461805e-06 2.0461398999999995e-08 -0.0021442208 -0.31929366 4531.7799 -0.0081132827 0.1161645 751.79375 +33 0.0025334548 1.1461805e-06 2.0461398999999995e-08 -0.0021442208 -0.31929366 4531.7799 -0.0081132827 0.1161645 751.79375 +34 8.2095071e-08 -1.4960374e-10 1.0761763e-10 6.272944799999999e-08 8.916542199999999e-07 0.020202996 -0.004004373 -0.0028725337 -0.00056963658 +35 8.2095071e-08 -1.4960374e-10 1.0761763e-10 6.272944799999999e-08 8.916542199999999e-07 0.020202996 -0.004004373 -0.0028725337 -0.00056963658 +36 1.4114845e-09 5.827419e-13 -3.6927132e-15 1.7313854e-09 2.3295391e-08 -3.889293e-10 -0.040186525 -0.5724773 -0.57685351 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.21676977 -1.9101786e-08 -3.9334647000000003e-10 -9.595291e-10 -3.4769113e-11 -1.8932917e-09 -3.3100576e-10 7.7220207e-12 6.794360799999999e-12 +2 0.00014697252 -0.012700923000000001 -0.0011359853999999999 -0.0037474392 -0.00015957923 -0.015221482 0.0049863369 0.004083870999999999 0.0050918746 +3 0.04536905 4.1117016e-09 -0.33881534 1.7671712e-10 5.9075787e-11 0.050780067000000005 1.5002253999999999e-06 -1.5195984e-07 1.5585505e-06 +4 -4.0163249e-07 3.0517947e-14 6.3877031999999995e-15 -0.33859722 -5.0133692e-07 -0.20175689 0.0014951204 0.0014451434 0.0017974482000000002 +5 16.239152999999998 1.4256826999999999e-06 2.9932171000000005e-08 -0.0019658402 -0.33926023 6405559.1 0.09963342300000001 0.15291164 484.26241 +6 5.5264522e-07 9.0807478e-13 8.3730704e-14 7.4324899e-09 9.6855858e-08 0.2305941 0.0013007233 -0.00025311951 -0.00025902936 +7 6.441906e-09 1.4927257e-15 6.905625e-16 4.6130878e-09 6.1843837e-08 1.0155148e-08 0.00010573091 -0.49803055 -0.52705529 +8 -5.0670774000000005e-08 2.6245433999999996e-12 2.3634502e-13 7.3920154e-08 9.3318063e-07 -0.053492810999999994 -7.203665200000001e-05 -0.0026576883 -0.40182994 +9 -0.21676977 -1.9101786e-08 -3.9334647000000003e-10 -9.595291e-10 -3.4769113e-11 -1.8932917e-09 -3.3100576e-10 7.7220207e-12 6.794360799999999e-12 +10 -0.21676977 -1.9101786e-08 -3.9334647000000003e-10 -9.595291e-10 -3.4769113e-11 -1.8932917e-09 -3.3100576e-10 7.7220207e-12 6.794360799999999e-12 +11 -0.21676977 -1.9101786e-08 -3.9334647000000003e-10 -9.595291e-10 -3.4769113e-11 -1.8932917e-09 -3.3100576e-10 7.7220207e-12 6.794360799999999e-12 +12 -0.21676977 -1.9101786e-08 -3.9334647000000003e-10 -9.595291e-10 -3.4769113e-11 -1.8932917e-09 -3.3100576e-10 7.7220207e-12 6.794360799999999e-12 +13 -0.21676977 -1.9101786e-08 -3.9334647000000003e-10 -9.595291e-10 -3.4769113e-11 -1.8932917e-09 -3.3100576e-10 7.7220207e-12 6.794360799999999e-12 +14 -0.21676977 -1.9101786e-08 -3.9334647000000003e-10 -9.595291e-10 -3.4769113e-11 -1.8932917e-09 -3.3100576e-10 7.7220207e-12 6.794360799999999e-12 +15 -0.21676977 -1.9101786e-08 -3.9334647000000003e-10 -9.595291e-10 -3.4769113e-11 -1.8932917e-09 -3.3100576e-10 7.7220207e-12 6.794360799999999e-12 +16 0.00014697252 -0.012700923000000001 -0.0011359853999999999 -0.0037474392 -0.00015957923 -0.015221482 0.0049863369 0.004083870999999999 0.0050918746 +17 0.00014697252 -0.012700923000000001 -0.0011359853999999999 -0.0037474392 -0.00015957923 -0.015221482 0.0049863369 0.004083870999999999 0.0050918746 +18 0.00014697252 -0.012700923000000001 -0.0011359853999999999 -0.0037474392 -0.00015957923 -0.015221482 0.0049863369 0.004083870999999999 0.0050918746 +19 0.00014697252 -0.012700923000000001 -0.0011359853999999999 -0.0037474392 -0.00015957923 -0.015221482 0.0049863369 0.004083870999999999 0.0050918746 +20 0.00014697252 -0.012700923000000001 -0.0011359853999999999 -0.0037474392 -0.00015957923 -0.015221482 0.0049863369 0.004083870999999999 0.0050918746 +21 0.00014697252 -0.012700923000000001 -0.0011359853999999999 -0.0037474392 -0.00015957923 -0.015221482 0.0049863369 0.004083870999999999 0.0050918746 +22 0.04536905 4.1117016e-09 -0.33881534 1.7671712e-10 5.9075787e-11 0.050780067000000005 1.5002253999999999e-06 -1.5195984e-07 1.5585505e-06 +23 0.04536905 4.1117016e-09 -0.33881534 1.7671712e-10 5.9075787e-11 0.050780067000000005 1.5002253999999999e-06 -1.5195984e-07 1.5585505e-06 +24 0.04536905 4.1117016e-09 -0.33881534 1.7671712e-10 5.9075787e-11 0.050780067000000005 1.5002253999999999e-06 -1.5195984e-07 1.5585505e-06 +25 0.04536905 4.1117016e-09 -0.33881534 1.7671712e-10 5.9075787e-11 0.050780067000000005 1.5002253999999999e-06 -1.5195984e-07 1.5585505e-06 +26 0.04536905 4.1117016e-09 -0.33881534 1.7671712e-10 5.9075787e-11 0.050780067000000005 1.5002253999999999e-06 -1.5195984e-07 1.5585505e-06 +27 -4.0163249e-07 3.0517947e-14 6.3877031999999995e-15 -0.33859722 -5.0133692e-07 -0.20175689 0.0014951204 0.0014451434 0.0017974482000000002 +28 -4.0163249e-07 3.0517947e-14 6.3877031999999995e-15 -0.33859722 -5.0133692e-07 -0.20175689 0.0014951204 0.0014451434 0.0017974482000000002 +29 -4.0163249e-07 3.0517947e-14 6.3877031999999995e-15 -0.33859722 -5.0133692e-07 -0.20175689 0.0014951204 0.0014451434 0.0017974482000000002 +30 -4.0163249e-07 3.0517947e-14 6.3877031999999995e-15 -0.33859722 -5.0133692e-07 -0.20175689 0.0014951204 0.0014451434 0.0017974482000000002 +31 16.239152999999998 1.4256826999999999e-06 2.9932171000000005e-08 -0.0019658402 -0.33926023 6405559.1 0.09963342300000001 0.15291164 484.26241 +32 16.239152999999998 1.4256826999999999e-06 2.9932171000000005e-08 -0.0019658402 -0.33926023 6405559.1 0.09963342300000001 0.15291164 484.26241 +33 16.239152999999998 1.4256826999999999e-06 2.9932171000000005e-08 -0.0019658402 -0.33926023 6405559.1 0.09963342300000001 0.15291164 484.26241 +34 5.5264522e-07 9.0807478e-13 8.3730704e-14 7.4324899e-09 9.6855858e-08 0.2305941 0.0013007233 -0.00025311951 -0.00025902936 +35 5.5264522e-07 9.0807478e-13 8.3730704e-14 7.4324899e-09 9.6855858e-08 0.2305941 0.0013007233 -0.00025311951 -0.00025902936 +36 6.441906e-09 1.4927257e-15 6.905625e-16 4.6130878e-09 6.1843837e-08 1.0155148e-08 0.00010573091 -0.49803055 -0.52705529 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.21676992 -1.9101546e-07 -3.9334117e-09 -9.5951809e-09 -3.4775847e-10 -1.8930683999999998e-08 3.7185851e-09 1.0322338e-10 1.0018864000000001e-10 +2 0.00014638278 -0.012700921 -0.0011359856 -0.00374757 -0.00016122721 -0.039647489 0.00718469 0.008846652 0.011001203000000001 +3 0.045369103 4.111656e-08 -0.33881533 1.7332854e-09 1.6500199e-10 0.050781355 3.0263261e-06 -2.9269676e-07 1.7123115e-05 +4 -3.6296702e-07 -3.5029267e-13 -4.143375e-15 -0.3385972 1.0726148e-07 -0.20234072 -0.00025862675 -0.00030941488 -0.00041641394 +5 1.6337926 1.4334806e-06 3.0125579e-08 -0.0019822489999999997 -0.33926119 645555.64 0.10235547 0.15767864 488.64894000000004 +6 -1.3361541000000002e-08 -1.2107654e-14 -2.9348906e-15 -1.820846e-08 -2.2675954999999998e-07 2.4288074e-05 0.00059530636 0.00067829863 0.00088449981 +7 6.432846e-09 4.6440315e-15 -1.381125e-15 4.6062745e-09 6.1753697e-08 1.0089825999999999e-08 7.9110863e-05 -0.49787364 -0.52670596 +8 -1.5995842000000002e-07 -2.4547024e-14 5.5245e-15 -4.632143e-08 -5.8194931e-07 -0.053469595999999994 0.0020851301999999998 0.001706663 -0.39898517 +9 -0.21676992 -1.9101546e-07 -3.9334117e-09 -9.5951809e-09 -3.4775847e-10 -1.8930683999999998e-08 3.7185851e-09 1.0322338e-10 1.0018864000000001e-10 +10 -0.21676992 -1.9101546e-07 -3.9334117e-09 -9.5951809e-09 -3.4775847e-10 -1.8930683999999998e-08 3.7185851e-09 1.0322338e-10 1.0018864000000001e-10 +11 -0.21676992 -1.9101546e-07 -3.9334117e-09 -9.5951809e-09 -3.4775847e-10 -1.8930683999999998e-08 3.7185851e-09 1.0322338e-10 1.0018864000000001e-10 +12 -0.21676992 -1.9101546e-07 -3.9334117e-09 -9.5951809e-09 -3.4775847e-10 -1.8930683999999998e-08 3.7185851e-09 1.0322338e-10 1.0018864000000001e-10 +13 -0.21676992 -1.9101546e-07 -3.9334117e-09 -9.5951809e-09 -3.4775847e-10 -1.8930683999999998e-08 3.7185851e-09 1.0322338e-10 1.0018864000000001e-10 +14 -0.21676992 -1.9101546e-07 -3.9334117e-09 -9.5951809e-09 -3.4775847e-10 -1.8930683999999998e-08 3.7185851e-09 1.0322338e-10 1.0018864000000001e-10 +15 -0.21676992 -1.9101546e-07 -3.9334117e-09 -9.5951809e-09 -3.4775847e-10 -1.8930683999999998e-08 3.7185851e-09 1.0322338e-10 1.0018864000000001e-10 +16 0.00014638278 -0.012700921 -0.0011359856 -0.00374757 -0.00016122721 -0.039647489 0.00718469 0.008846652 0.011001203000000001 +17 0.00014638278 -0.012700921 -0.0011359856 -0.00374757 -0.00016122721 -0.039647489 0.00718469 0.008846652 0.011001203000000001 +18 0.00014638278 -0.012700921 -0.0011359856 -0.00374757 -0.00016122721 -0.039647489 0.00718469 0.008846652 0.011001203000000001 +19 0.00014638278 -0.012700921 -0.0011359856 -0.00374757 -0.00016122721 -0.039647489 0.00718469 0.008846652 0.011001203000000001 +20 0.00014638278 -0.012700921 -0.0011359856 -0.00374757 -0.00016122721 -0.039647489 0.00718469 0.008846652 0.011001203000000001 +21 0.00014638278 -0.012700921 -0.0011359856 -0.00374757 -0.00016122721 -0.039647489 0.00718469 0.008846652 0.011001203000000001 +22 0.045369103 4.111656e-08 -0.33881533 1.7332854e-09 1.6500199e-10 0.050781355 3.0263261e-06 -2.9269676e-07 1.7123115e-05 +23 0.045369103 4.111656e-08 -0.33881533 1.7332854e-09 1.6500199e-10 0.050781355 3.0263261e-06 -2.9269676e-07 1.7123115e-05 +24 0.045369103 4.111656e-08 -0.33881533 1.7332854e-09 1.6500199e-10 0.050781355 3.0263261e-06 -2.9269676e-07 1.7123115e-05 +25 0.045369103 4.111656e-08 -0.33881533 1.7332854e-09 1.6500199e-10 0.050781355 3.0263261e-06 -2.9269676e-07 1.7123115e-05 +26 0.045369103 4.111656e-08 -0.33881533 1.7332854e-09 1.6500199e-10 0.050781355 3.0263261e-06 -2.9269676e-07 1.7123115e-05 +27 -3.6296702e-07 -3.5029267e-13 -4.143375e-15 -0.3385972 1.0726148e-07 -0.20234072 -0.00025862675 -0.00030941488 -0.00041641394 +28 -3.6296702e-07 -3.5029267e-13 -4.143375e-15 -0.3385972 1.0726148e-07 -0.20234072 -0.00025862675 -0.00030941488 -0.00041641394 +29 -3.6296702e-07 -3.5029267e-13 -4.143375e-15 -0.3385972 1.0726148e-07 -0.20234072 -0.00025862675 -0.00030941488 -0.00041641394 +30 -3.6296702e-07 -3.5029267e-13 -4.143375e-15 -0.3385972 1.0726148e-07 -0.20234072 -0.00025862675 -0.00030941488 -0.00041641394 +31 1.6337926 1.4334806e-06 3.0125579e-08 -0.0019822489999999997 -0.33926119 645555.64 0.10235547 0.15767864 488.64894000000004 +32 1.6337926 1.4334806e-06 3.0125579e-08 -0.0019822489999999997 -0.33926119 645555.64 0.10235547 0.15767864 488.64894000000004 +33 1.6337926 1.4334806e-06 3.0125579e-08 -0.0019822489999999997 -0.33926119 645555.64 0.10235547 0.15767864 488.64894000000004 +34 -1.3361541000000002e-08 -1.2107654e-14 -2.9348906e-15 -1.820846e-08 -2.2675954999999998e-07 2.4288074e-05 0.00059530636 0.00067829863 0.00088449981 +35 -1.3361541000000002e-08 -1.2107654e-14 -2.9348906e-15 -1.820846e-08 -2.2675954999999998e-07 2.4288074e-05 0.00059530636 0.00067829863 0.00088449981 +36 6.432846e-09 4.6440315e-15 -1.381125e-15 4.6062745e-09 6.1753697e-08 1.0089825999999999e-08 7.9110863e-05 -0.49787364 -0.52670596 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.21677142 -1.9099084e-06 -3.9330536e-08 -9.594323699999999e-08 -3.4770601e-09 -1.8958567000000003e-07 3.592148e-09 5.9579475e-10 4.320667e-10 +2 0.000145521 -0.012700903999999999 -0.0011359872999999999 -0.0037474845000000003 -0.00016011981 -0.041956744000000004 0.0005775502 0.0056306753000000005 0.0066800422 +3 0.045369634000000006 4.1111484000000007e-07 -0.33881528 1.7259363999999996e-08 7.441919200000001e-10 0.050785738 2.1506857000000002e-06 -3.1242976000000003e-07 0.00017307365000000002 +4 -3.6192821000000003e-07 -3.4975900000000002e-12 -4.316015e-14 -0.33859706 1.2167466000000002e-07 -0.2022782 -0.00066898285 -0.00035032748 -0.00074134148 +5 0.16423919 1.4384476000000002e-06 3.0293160000000003e-08 -0.0019907397 -0.33926074 64896.864 0.09757916400000001 0.15561049 486.85677999999996 +6 8.939335e-08 8.0888403e-13 1.8472544e-14 1.0550002e-07 1.3304393000000003e-06 8.3431985e-05 -0.005643709100000001 -0.0037972136 -0.0046700553999999995 +7 6.4870943e-09 6.3191474e-14 -3.4528120000000004e-16 4.6471356e-09 6.229277400000001e-08 1.0186288000000002e-08 0.00032714031 -0.49880611 -0.52609911 +8 -4.4848277999999995e-08 -3.7483656e-13 -9.6678736e-15 9.3616256e-08 1.1639099e-06 -0.053394169000000005 -0.005883523199999999 -0.0033164206 -0.40243614 +9 -0.21677142 -1.9099084e-06 -3.9330536e-08 -9.594323699999999e-08 -3.4770601e-09 -1.8958567000000003e-07 3.592148e-09 5.9579475e-10 4.320667e-10 +10 -0.21677142 -1.9099084e-06 -3.9330536e-08 -9.594323699999999e-08 -3.4770601e-09 -1.8958567000000003e-07 3.592148e-09 5.9579475e-10 4.320667e-10 +11 -0.21677142 -1.9099084e-06 -3.9330536e-08 -9.594323699999999e-08 -3.4770601e-09 -1.8958567000000003e-07 3.592148e-09 5.9579475e-10 4.320667e-10 +12 -0.21677142 -1.9099084e-06 -3.9330536e-08 -9.594323699999999e-08 -3.4770601e-09 -1.8958567000000003e-07 3.592148e-09 5.9579475e-10 4.320667e-10 +13 -0.21677142 -1.9099084e-06 -3.9330536e-08 -9.594323699999999e-08 -3.4770601e-09 -1.8958567000000003e-07 3.592148e-09 5.9579475e-10 4.320667e-10 +14 -0.21677142 -1.9099084e-06 -3.9330536e-08 -9.594323699999999e-08 -3.4770601e-09 -1.8958567000000003e-07 3.592148e-09 5.9579475e-10 4.320667e-10 +15 -0.21677142 -1.9099084e-06 -3.9330536e-08 -9.594323699999999e-08 -3.4770601e-09 -1.8958567000000003e-07 3.592148e-09 5.9579475e-10 4.320667e-10 +16 0.000145521 -0.012700903999999999 -0.0011359872999999999 -0.0037474845000000003 -0.00016011981 -0.041956744000000004 0.0005775502 0.0056306753000000005 0.0066800422 +17 0.000145521 -0.012700903999999999 -0.0011359872999999999 -0.0037474845000000003 -0.00016011981 -0.041956744000000004 0.0005775502 0.0056306753000000005 0.0066800422 +18 0.000145521 -0.012700903999999999 -0.0011359872999999999 -0.0037474845000000003 -0.00016011981 -0.041956744000000004 0.0005775502 0.0056306753000000005 0.0066800422 +19 0.000145521 -0.012700903999999999 -0.0011359872999999999 -0.0037474845000000003 -0.00016011981 -0.041956744000000004 0.0005775502 0.0056306753000000005 0.0066800422 +20 0.000145521 -0.012700903999999999 -0.0011359872999999999 -0.0037474845000000003 -0.00016011981 -0.041956744000000004 0.0005775502 0.0056306753000000005 0.0066800422 +21 0.000145521 -0.012700903999999999 -0.0011359872999999999 -0.0037474845000000003 -0.00016011981 -0.041956744000000004 0.0005775502 0.0056306753000000005 0.0066800422 +22 0.045369634000000006 4.1111484000000007e-07 -0.33881528 1.7259363999999996e-08 7.441919200000001e-10 0.050785738 2.1506857000000002e-06 -3.1242976000000003e-07 0.00017307365000000002 +23 0.045369634000000006 4.1111484000000007e-07 -0.33881528 1.7259363999999996e-08 7.441919200000001e-10 0.050785738 2.1506857000000002e-06 -3.1242976000000003e-07 0.00017307365000000002 +24 0.045369634000000006 4.1111484000000007e-07 -0.33881528 1.7259363999999996e-08 7.441919200000001e-10 0.050785738 2.1506857000000002e-06 -3.1242976000000003e-07 0.00017307365000000002 +25 0.045369634000000006 4.1111484000000007e-07 -0.33881528 1.7259363999999996e-08 7.441919200000001e-10 0.050785738 2.1506857000000002e-06 -3.1242976000000003e-07 0.00017307365000000002 +26 0.045369634000000006 4.1111484000000007e-07 -0.33881528 1.7259363999999996e-08 7.441919200000001e-10 0.050785738 2.1506857000000002e-06 -3.1242976000000003e-07 0.00017307365000000002 +27 -3.6192821000000003e-07 -3.4975900000000002e-12 -4.316015e-14 -0.33859706 1.2167466000000002e-07 -0.2022782 -0.00066898285 -0.00035032748 -0.00074134148 +28 -3.6192821000000003e-07 -3.4975900000000002e-12 -4.316015e-14 -0.33859706 1.2167466000000002e-07 -0.2022782 -0.00066898285 -0.00035032748 -0.00074134148 +29 -3.6192821000000003e-07 -3.4975900000000002e-12 -4.316015e-14 -0.33859706 1.2167466000000002e-07 -0.2022782 -0.00066898285 -0.00035032748 -0.00074134148 +30 -3.6192821000000003e-07 -3.4975900000000002e-12 -4.316015e-14 -0.33859706 1.2167466000000002e-07 -0.2022782 -0.00066898285 -0.00035032748 -0.00074134148 +31 0.16423919 1.4384476000000002e-06 3.0293160000000003e-08 -0.0019907397 -0.33926074 64896.864 0.09757916400000001 0.15561049 486.85677999999996 +32 0.16423919 1.4384476000000002e-06 3.0293160000000003e-08 -0.0019907397 -0.33926074 64896.864 0.09757916400000001 0.15561049 486.85677999999996 +33 0.16423919 1.4384476000000002e-06 3.0293160000000003e-08 -0.0019907397 -0.33926074 64896.864 0.09757916400000001 0.15561049 486.85677999999996 +34 8.939335e-08 8.0888403e-13 1.8472544e-14 1.0550002e-07 1.3304393000000003e-06 8.3431985e-05 -0.005643709100000001 -0.0037972136 -0.0046700553999999995 +35 8.939335e-08 8.0888403e-13 1.8472544e-14 1.0550002e-07 1.3304393000000003e-06 8.3431985e-05 -0.005643709100000001 -0.0037972136 -0.0046700553999999995 +36 6.4870943e-09 6.3191474e-14 -3.4528120000000004e-16 4.6471356e-09 6.229277400000001e-08 1.0186288000000002e-08 0.00032714031 -0.49880611 -0.52609911 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.21680513 -1.9074813999999997e-05 -3.92966e-07 -9.5867079e-07 -3.4744121e-08 -1.9439326e-06 2.2452859e-07 5.4027118e-09 1.0321463e-09 +2 0.00014236063999999998 -0.012700701000000002 -0.0011360018 -0.0037474096000000004 -0.00015885421999999998 -0.005483034499999999 -0.0013426081 0.0019742198 0.0021369233 +3 0.045374832000000004 4.1060775000000005e-06 -0.33881476 1.7238958e-07 6.3159697e-09 0.052620997999999995 3.5534092000000005e-06 1.0415101e-07 0.0016653778 +4 -5.934868800000001e-07 7.7256671e-10 7.260753199999999e-11 -0.33859596 2.9449819e-08 -0.17577934 0.0004632763 -8.4995087e-05 -0.00065045818 +5 0.016627641999999998 1.4622019e-06 3.3015501999999996e-08 -0.0019765439 -0.33925852 6691.8195 0.090033201 0.14404847 466.49728 +6 -3.1356422000000003e-06 2.7093718999999997e-08 2.4595436e-09 1.5474910999999998e-07 1.9979185e-06 0.038105507999999996 -0.0023876578 -0.005691907800000001 -0.0040024012 +7 6.5690486e-09 6.4960734e-13 2.2443248e-15 4.7094562e-09 6.311532e-08 7.9021896e-09 1.1878685000000001e-05 -0.50021199 -0.51301295 +8 -3.2008227e-06 2.7087934e-08 2.4594345e-09 2.385078e-07 2.8796156e-06 -0.017359361 -0.006628569 -0.0082078153 -0.40276107 +9 -0.21680513 -1.9074813999999997e-05 -3.92966e-07 -9.5867079e-07 -3.4744121e-08 -1.9439326e-06 2.2452859e-07 5.4027118e-09 1.0321463e-09 +10 -0.21680513 -1.9074813999999997e-05 -3.92966e-07 -9.5867079e-07 -3.4744121e-08 -1.9439326e-06 2.2452859e-07 5.4027118e-09 1.0321463e-09 +11 -0.21680513 -1.9074813999999997e-05 -3.92966e-07 -9.5867079e-07 -3.4744121e-08 -1.9439326e-06 2.2452859e-07 5.4027118e-09 1.0321463e-09 +12 -0.21680513 -1.9074813999999997e-05 -3.92966e-07 -9.5867079e-07 -3.4744121e-08 -1.9439326e-06 2.2452859e-07 5.4027118e-09 1.0321463e-09 +13 -0.21680513 -1.9074813999999997e-05 -3.92966e-07 -9.5867079e-07 -3.4744121e-08 -1.9439326e-06 2.2452859e-07 5.4027118e-09 1.0321463e-09 +14 -0.21680513 -1.9074813999999997e-05 -3.92966e-07 -9.5867079e-07 -3.4744121e-08 -1.9439326e-06 2.2452859e-07 5.4027118e-09 1.0321463e-09 +15 -0.21680513 -1.9074813999999997e-05 -3.92966e-07 -9.5867079e-07 -3.4744121e-08 -1.9439326e-06 2.2452859e-07 5.4027118e-09 1.0321463e-09 +16 0.00014236063999999998 -0.012700701000000002 -0.0011360018 -0.0037474096000000004 -0.00015885421999999998 -0.005483034499999999 -0.0013426081 0.0019742198 0.0021369233 +17 0.00014236063999999998 -0.012700701000000002 -0.0011360018 -0.0037474096000000004 -0.00015885421999999998 -0.005483034499999999 -0.0013426081 0.0019742198 0.0021369233 +18 0.00014236063999999998 -0.012700701000000002 -0.0011360018 -0.0037474096000000004 -0.00015885421999999998 -0.005483034499999999 -0.0013426081 0.0019742198 0.0021369233 +19 0.00014236063999999998 -0.012700701000000002 -0.0011360018 -0.0037474096000000004 -0.00015885421999999998 -0.005483034499999999 -0.0013426081 0.0019742198 0.0021369233 +20 0.00014236063999999998 -0.012700701000000002 -0.0011360018 -0.0037474096000000004 -0.00015885421999999998 -0.005483034499999999 -0.0013426081 0.0019742198 0.0021369233 +21 0.00014236063999999998 -0.012700701000000002 -0.0011360018 -0.0037474096000000004 -0.00015885421999999998 -0.005483034499999999 -0.0013426081 0.0019742198 0.0021369233 +22 0.045374832000000004 4.1060775000000005e-06 -0.33881476 1.7238958e-07 6.3159697e-09 0.052620997999999995 3.5534092000000005e-06 1.0415101e-07 0.0016653778 +23 0.045374832000000004 4.1060775000000005e-06 -0.33881476 1.7238958e-07 6.3159697e-09 0.052620997999999995 3.5534092000000005e-06 1.0415101e-07 0.0016653778 +24 0.045374832000000004 4.1060775000000005e-06 -0.33881476 1.7238958e-07 6.3159697e-09 0.052620997999999995 3.5534092000000005e-06 1.0415101e-07 0.0016653778 +25 0.045374832000000004 4.1060775000000005e-06 -0.33881476 1.7238958e-07 6.3159697e-09 0.052620997999999995 3.5534092000000005e-06 1.0415101e-07 0.0016653778 +26 0.045374832000000004 4.1060775000000005e-06 -0.33881476 1.7238958e-07 6.3159697e-09 0.052620997999999995 3.5534092000000005e-06 1.0415101e-07 0.0016653778 +27 -5.934868800000001e-07 7.7256671e-10 7.260753199999999e-11 -0.33859596 2.9449819e-08 -0.17577934 0.0004632763 -8.4995087e-05 -0.00065045818 +28 -5.934868800000001e-07 7.7256671e-10 7.260753199999999e-11 -0.33859596 2.9449819e-08 -0.17577934 0.0004632763 -8.4995087e-05 -0.00065045818 +29 -5.934868800000001e-07 7.7256671e-10 7.260753199999999e-11 -0.33859596 2.9449819e-08 -0.17577934 0.0004632763 -8.4995087e-05 -0.00065045818 +30 -5.934868800000001e-07 7.7256671e-10 7.260753199999999e-11 -0.33859596 2.9449819e-08 -0.17577934 0.0004632763 -8.4995087e-05 -0.00065045818 +31 0.016627641999999998 1.4622019e-06 3.3015501999999996e-08 -0.0019765439 -0.33925852 6691.8195 0.090033201 0.14404847 466.49728 +32 0.016627641999999998 1.4622019e-06 3.3015501999999996e-08 -0.0019765439 -0.33925852 6691.8195 0.090033201 0.14404847 466.49728 +33 0.016627641999999998 1.4622019e-06 3.3015501999999996e-08 -0.0019765439 -0.33925852 6691.8195 0.090033201 0.14404847 466.49728 +34 -3.1356422000000003e-06 2.7093718999999997e-08 2.4595436e-09 1.5474910999999998e-07 1.9979185e-06 0.038105507999999996 -0.0023876578 -0.005691907800000001 -0.0040024012 +35 -3.1356422000000003e-06 2.7093718999999997e-08 2.4595436e-09 1.5474910999999998e-07 1.9979185e-06 0.038105507999999996 -0.0023876578 -0.005691907800000001 -0.0040024012 +36 6.5690486e-09 6.4960734e-13 2.2443248e-15 4.7094562e-09 6.311532e-08 7.9021896e-09 1.1878685000000001e-05 -0.50021199 -0.51301295 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_AUC_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.2169567 -0.00018831818 -3.8933562e-06 -9.5024703e-06 -3.4446134e-07 -1.9284607e-05 -7.8617083e-06 5.3512297e-08 -1.824993e-07 +2 0.00014069479 -0.012699033 -0.0011361753 -0.0037478598 -0.00016013479999999998 -0.0023782834 0.0023783216 0.0055940039 0.0051634595 +3 0.045427612 4.0559119e-05 -0.33880958 1.7092494999999999e-06 6.2305713e-08 0.052859922999999996 3.2102538e-05 1.9816872e-06 0.012923249 +4 -2.9288884000000005e-07 -2.3810514e-10 4.2296327000000003e-13 -0.33858554 1.2129269000000001e-07 -0.17325149 -0.00037700362999999997 -0.00034676872 -0.0028601318 +5 0.0020051691 1.539394e-06 3.8818940000000006e-08 -0.0020290517000000003 -0.33926037 708.6694200000001 0.10124594 0.15588835 374.55784 +6 -8.5525182e-07 1.3613099e-09 1.1997845e-10 5.7286884000000005e-08 8.3789642e-07 0.0030381096999999996 -0.00083541708 -0.0023645835999999997 -0.00045140194 +7 6.5944696e-09 6.4817929e-12 5.9560134e-14 4.735564e-09 6.3458143e-08 1.033873e-08 -0.00040679799 -0.50079651 -0.40268399 +8 -1.9434389e-06 4.4575047e-09 4.0246699e-10 1.0143253999999999e-07 1.1792911e-06 -0.013780302 9.045477199999999e-05 -0.0033374686 -0.37495122 +9 -0.2169567 -0.00018831818 -3.8933562e-06 -9.5024703e-06 -3.4446134e-07 -1.9284607e-05 -7.8617083e-06 5.3512297e-08 -1.824993e-07 +10 -0.2169567 -0.00018831818 -3.8933562e-06 -9.5024703e-06 -3.4446134e-07 -1.9284607e-05 -7.8617083e-06 5.3512297e-08 -1.824993e-07 +11 -0.2169567 -0.00018831818 -3.8933562e-06 -9.5024703e-06 -3.4446134e-07 -1.9284607e-05 -7.8617083e-06 5.3512297e-08 -1.824993e-07 +12 -0.2169567 -0.00018831818 -3.8933562e-06 -9.5024703e-06 -3.4446134e-07 -1.9284607e-05 -7.8617083e-06 5.3512297e-08 -1.824993e-07 +13 -0.2169567 -0.00018831818 -3.8933562e-06 -9.5024703e-06 -3.4446134e-07 -1.9284607e-05 -7.8617083e-06 5.3512297e-08 -1.824993e-07 +14 -0.2169567 -0.00018831818 -3.8933562e-06 -9.5024703e-06 -3.4446134e-07 -1.9284607e-05 -7.8617083e-06 5.3512297e-08 -1.824993e-07 +15 -0.2169567 -0.00018831818 -3.8933562e-06 -9.5024703e-06 -3.4446134e-07 -1.9284607e-05 -7.8617083e-06 5.3512297e-08 -1.824993e-07 +16 0.00014069479 -0.012699033 -0.0011361753 -0.0037478598 -0.00016013479999999998 -0.0023782834 0.0023783216 0.0055940039 0.0051634595 +17 0.00014069479 -0.012699033 -0.0011361753 -0.0037478598 -0.00016013479999999998 -0.0023782834 0.0023783216 0.0055940039 0.0051634595 +18 0.00014069479 -0.012699033 -0.0011361753 -0.0037478598 -0.00016013479999999998 -0.0023782834 0.0023783216 0.0055940039 0.0051634595 +19 0.00014069479 -0.012699033 -0.0011361753 -0.0037478598 -0.00016013479999999998 -0.0023782834 0.0023783216 0.0055940039 0.0051634595 +20 0.00014069479 -0.012699033 -0.0011361753 -0.0037478598 -0.00016013479999999998 -0.0023782834 0.0023783216 0.0055940039 0.0051634595 +21 0.00014069479 -0.012699033 -0.0011361753 -0.0037478598 -0.00016013479999999998 -0.0023782834 0.0023783216 0.0055940039 0.0051634595 +22 0.045427612 4.0559119e-05 -0.33880958 1.7092494999999999e-06 6.2305713e-08 0.052859922999999996 3.2102538e-05 1.9816872e-06 0.012923249 +23 0.045427612 4.0559119e-05 -0.33880958 1.7092494999999999e-06 6.2305713e-08 0.052859922999999996 3.2102538e-05 1.9816872e-06 0.012923249 +24 0.045427612 4.0559119e-05 -0.33880958 1.7092494999999999e-06 6.2305713e-08 0.052859922999999996 3.2102538e-05 1.9816872e-06 0.012923249 +25 0.045427612 4.0559119e-05 -0.33880958 1.7092494999999999e-06 6.2305713e-08 0.052859922999999996 3.2102538e-05 1.9816872e-06 0.012923249 +26 0.045427612 4.0559119e-05 -0.33880958 1.7092494999999999e-06 6.2305713e-08 0.052859922999999996 3.2102538e-05 1.9816872e-06 0.012923249 +27 -2.9288884000000005e-07 -2.3810514e-10 4.2296327000000003e-13 -0.33858554 1.2129269000000001e-07 -0.17325149 -0.00037700362999999997 -0.00034676872 -0.0028601318 +28 -2.9288884000000005e-07 -2.3810514e-10 4.2296327000000003e-13 -0.33858554 1.2129269000000001e-07 -0.17325149 -0.00037700362999999997 -0.00034676872 -0.0028601318 +29 -2.9288884000000005e-07 -2.3810514e-10 4.2296327000000003e-13 -0.33858554 1.2129269000000001e-07 -0.17325149 -0.00037700362999999997 -0.00034676872 -0.0028601318 +30 -2.9288884000000005e-07 -2.3810514e-10 4.2296327000000003e-13 -0.33858554 1.2129269000000001e-07 -0.17325149 -0.00037700362999999997 -0.00034676872 -0.0028601318 +31 0.0020051691 1.539394e-06 3.8818940000000006e-08 -0.0020290517000000003 -0.33926037 708.6694200000001 0.10124594 0.15588835 374.55784 +32 0.0020051691 1.539394e-06 3.8818940000000006e-08 -0.0020290517000000003 -0.33926037 708.6694200000001 0.10124594 0.15588835 374.55784 +33 0.0020051691 1.539394e-06 3.8818940000000006e-08 -0.0020290517000000003 -0.33926037 708.6694200000001 0.10124594 0.15588835 374.55784 +34 -8.5525182e-07 1.3613099e-09 1.1997845e-10 5.7286884000000005e-08 8.3789642e-07 0.0030381096999999996 -0.00083541708 -0.0023645835999999997 -0.00045140194 +35 -8.5525182e-07 1.3613099e-09 1.1997845e-10 5.7286884000000005e-08 8.3789642e-07 0.0030381096999999996 -0.00083541708 -0.0023645835999999997 -0.00045140194 +36 6.5944696e-09 6.4817929e-12 5.9560134e-14 4.735564e-09 6.3458143e-08 1.033873e-08 -0.00040679799 -0.50079651 -0.40268399 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=0d02.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=0d02.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.15892948 -5.9431117000000005e-08 -1.2896807e-09 -3.3651315e-09 -1.2536503000000002e-10 -2.912719e-09 8.412119300000001e-07 -5.8465454000000005e-12 9.5804992e-12 +2 0.0001207776 0.00052787533 -0.00052641227 -0.002210437 -0.00011199502 -0.0043698026 -0.49452802 0.0017250993 0.0029907502 +3 0.038046402 1.4462505e-08 -0.15860879 6.7218166e-10 9.4439418e-11 0.049556530999999994 0.0014883447 -9.7074134e-08 3.2036419e-06 +4 -5.870858e-07 -2.4363211000000003e-13 -3.4560447999999997e-16 -0.15850362 -3.1313406e-07 -0.14119586 0.28216217 0.00059630342 0.0010591729 +5 11.714288 4.3757019e-06 9.624828799999999e-08 -0.0027241784999999996 -0.15876138 965565.11 0.19986744 0.21970531 238.30667999999997 +6 3.9338198999999996e-07 9.8432716e-14 4.1587739e-14 6.471047e-09 6.513982299999999e-08 0.031047408 -1.0 -0.00013480702 -0.00022759800999999999 +7 1.1490666999999998e-08 5.3447628e-15 -1.1520149e-15 1.4437113000000002e-08 1.8889087e-07 1.6993091e-08 0.14857108 -0.40384898 -0.46208377 +8 -6.0526137e-08 -1.6553918000000002e-13 1.0471815999999999e-13 5.8927037000000004e-08 7.177346700000001e-07 -0.020554327 0.21635579 -0.0012570319000000001 -0.32929556 +9 -0.15892948 -5.9431117000000005e-08 -1.2896807e-09 -3.3651315e-09 -1.2536503000000002e-10 -2.912719e-09 8.412119300000001e-07 -5.8465454000000005e-12 9.5804992e-12 +10 -0.15892948 -5.9431117000000005e-08 -1.2896807e-09 -3.3651315e-09 -1.2536503000000002e-10 -2.912719e-09 8.412119300000001e-07 -5.8465454000000005e-12 9.5804992e-12 +11 -0.15892948 -5.9431117000000005e-08 -1.2896807e-09 -3.3651315e-09 -1.2536503000000002e-10 -2.912719e-09 8.412119300000001e-07 -5.8465454000000005e-12 9.5804992e-12 +12 -0.15892948 -5.9431117000000005e-08 -1.2896807e-09 -3.3651315e-09 -1.2536503000000002e-10 -2.912719e-09 8.412119300000001e-07 -5.8465454000000005e-12 9.5804992e-12 +13 -0.15892948 -5.9431117000000005e-08 -1.2896807e-09 -3.3651315e-09 -1.2536503000000002e-10 -2.912719e-09 8.412119300000001e-07 -5.8465454000000005e-12 9.5804992e-12 +14 -0.15892948 -5.9431117000000005e-08 -1.2896807e-09 -3.3651315e-09 -1.2536503000000002e-10 -2.912719e-09 8.412119300000001e-07 -5.8465454000000005e-12 9.5804992e-12 +15 -0.15892948 -5.9431117000000005e-08 -1.2896807e-09 -3.3651315e-09 -1.2536503000000002e-10 -2.912719e-09 8.412119300000001e-07 -5.8465454000000005e-12 9.5804992e-12 +16 0.0001207776 0.00052787533 -0.00052641227 -0.002210437 -0.00011199502 -0.0043698026 -0.49452802 0.0017250993 0.0029907502 +17 0.0001207776 0.00052787533 -0.00052641227 -0.002210437 -0.00011199502 -0.0043698026 -0.49452802 0.0017250993 0.0029907502 +18 0.0001207776 0.00052787533 -0.00052641227 -0.002210437 -0.00011199502 -0.0043698026 -0.49452802 0.0017250993 0.0029907502 +19 0.0001207776 0.00052787533 -0.00052641227 -0.002210437 -0.00011199502 -0.0043698026 -0.49452802 0.0017250993 0.0029907502 +20 0.0001207776 0.00052787533 -0.00052641227 -0.002210437 -0.00011199502 -0.0043698026 -0.49452802 0.0017250993 0.0029907502 +21 0.0001207776 0.00052787533 -0.00052641227 -0.002210437 -0.00011199502 -0.0043698026 -0.49452802 0.0017250993 0.0029907502 +22 0.038046402 1.4462505e-08 -0.15860879 6.7218166e-10 9.4439418e-11 0.049556530999999994 0.0014883447 -9.7074134e-08 3.2036419e-06 +23 0.038046402 1.4462505e-08 -0.15860879 6.7218166e-10 9.4439418e-11 0.049556530999999994 0.0014883447 -9.7074134e-08 3.2036419e-06 +24 0.038046402 1.4462505e-08 -0.15860879 6.7218166e-10 9.4439418e-11 0.049556530999999994 0.0014883447 -9.7074134e-08 3.2036419e-06 +25 0.038046402 1.4462505e-08 -0.15860879 6.7218166e-10 9.4439418e-11 0.049556530999999994 0.0014883447 -9.7074134e-08 3.2036419e-06 +26 0.038046402 1.4462505e-08 -0.15860879 6.7218166e-10 9.4439418e-11 0.049556530999999994 0.0014883447 -9.7074134e-08 3.2036419e-06 +27 -5.870858e-07 -2.4363211000000003e-13 -3.4560447999999997e-16 -0.15850362 -3.1313406e-07 -0.14119586 0.28216217 0.00059630342 0.0010591729 +28 -5.870858e-07 -2.4363211000000003e-13 -3.4560447999999997e-16 -0.15850362 -3.1313406e-07 -0.14119586 0.28216217 0.00059630342 0.0010591729 +29 -5.870858e-07 -2.4363211000000003e-13 -3.4560447999999997e-16 -0.15850362 -3.1313406e-07 -0.14119586 0.28216217 0.00059630342 0.0010591729 +30 -5.870858e-07 -2.4363211000000003e-13 -3.4560447999999997e-16 -0.15850362 -3.1313406e-07 -0.14119586 0.28216217 0.00059630342 0.0010591729 +31 11.714288 4.3757019e-06 9.624828799999999e-08 -0.0027241784999999996 -0.15876138 965565.11 0.19986744 0.21970531 238.30667999999997 +32 11.714288 4.3757019e-06 9.624828799999999e-08 -0.0027241784999999996 -0.15876138 965565.11 0.19986744 0.21970531 238.30667999999997 +33 11.714288 4.3757019e-06 9.624828799999999e-08 -0.0027241784999999996 -0.15876138 965565.11 0.19986744 0.21970531 238.30667999999997 +34 3.9338198999999996e-07 9.8432716e-14 4.1587739e-14 6.471047e-09 6.513982299999999e-08 0.031047408 -1.0 -0.00013480702 -0.00022759800999999999 +35 3.9338198999999996e-07 9.8432716e-14 4.1587739e-14 6.471047e-09 6.513982299999999e-08 0.031047408 -1.0 -0.00013480702 -0.00022759800999999999 +36 1.1490666999999998e-08 5.3447628e-15 -1.1520149e-15 1.4437113000000002e-08 1.8889087e-07 1.6993091e-08 0.14857108 -0.40384898 -0.46208377 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=0d2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=0d2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.15892947 -5.9429948e-07 -1.2896656000000002e-08 -3.3651049e-08 -1.2536799e-09 -2.9126712e-08 5.322943299999999e-06 2.3845068e-11 1.1411533999999999e-10 +2 0.00012065578000000002 0.00052784871 -0.00052641285 -0.0022105235 -0.00011300958999999999 -0.007383041999999999 0.095801549 0.0036721857 0.006463224399999999 +3 0.038046435 1.4462233e-07 -0.15860878 6.679213e-09 3.563147e-10 0.04955659 0.0017325122 -1.5525481e-07 3.2931779000000005e-05 +4 -5.567766899999999e-07 -2.2827996e-12 -2.3385902e-14 -0.15850359 -7.2904335e-09 -0.14131001 -1.0 -5.6295876e-05 -0.00024280793 +5 1.1770063999999998 4.396138200000001e-06 9.677544199999999e-08 -0.0027395819 -0.1587629 96945.836 0.019603709 0.22308454 239.70502000000002 +6 -6.3898654e-09 -2.0191255e-14 -5.8752757999999995e-15 -4.664489e-09 -4.3951419999999996e-08 1.2802046000000001e-08 0.0054616575 0.00016086163 0.00044968914000000006 +7 1.1476964000000001e-08 4.8251162e-14 -4.377656500000001e-15 1.4023504e-08 1.8232429999999996e-07 1.6987894000000002e-08 -0.045296011 -0.40376695 -0.46168588 +8 -1.3897120000000002e-07 -5.3877989e-13 -9.4465218e-15 -2.2021000000000002e-08 -2.5110457e-07 -0.020554699 0.19512157 0.0005667871599999999 -0.32729025 +9 -0.15892947 -5.9429948e-07 -1.2896656000000002e-08 -3.3651049e-08 -1.2536799e-09 -2.9126712e-08 5.322943299999999e-06 2.3845068e-11 1.1411533999999999e-10 +10 -0.15892947 -5.9429948e-07 -1.2896656000000002e-08 -3.3651049e-08 -1.2536799e-09 -2.9126712e-08 5.322943299999999e-06 2.3845068e-11 1.1411533999999999e-10 +11 -0.15892947 -5.9429948e-07 -1.2896656000000002e-08 -3.3651049e-08 -1.2536799e-09 -2.9126712e-08 5.322943299999999e-06 2.3845068e-11 1.1411533999999999e-10 +12 -0.15892947 -5.9429948e-07 -1.2896656000000002e-08 -3.3651049e-08 -1.2536799e-09 -2.9126712e-08 5.322943299999999e-06 2.3845068e-11 1.1411533999999999e-10 +13 -0.15892947 -5.9429948e-07 -1.2896656000000002e-08 -3.3651049e-08 -1.2536799e-09 -2.9126712e-08 5.322943299999999e-06 2.3845068e-11 1.1411533999999999e-10 +14 -0.15892947 -5.9429948e-07 -1.2896656000000002e-08 -3.3651049e-08 -1.2536799e-09 -2.9126712e-08 5.322943299999999e-06 2.3845068e-11 1.1411533999999999e-10 +15 -0.15892947 -5.9429948e-07 -1.2896656000000002e-08 -3.3651049e-08 -1.2536799e-09 -2.9126712e-08 5.322943299999999e-06 2.3845068e-11 1.1411533999999999e-10 +16 0.00012065578000000002 0.00052784871 -0.00052641285 -0.0022105235 -0.00011300958999999999 -0.007383041999999999 0.095801549 0.0036721857 0.006463224399999999 +17 0.00012065578000000002 0.00052784871 -0.00052641285 -0.0022105235 -0.00011300958999999999 -0.007383041999999999 0.095801549 0.0036721857 0.006463224399999999 +18 0.00012065578000000002 0.00052784871 -0.00052641285 -0.0022105235 -0.00011300958999999999 -0.007383041999999999 0.095801549 0.0036721857 0.006463224399999999 +19 0.00012065578000000002 0.00052784871 -0.00052641285 -0.0022105235 -0.00011300958999999999 -0.007383041999999999 0.095801549 0.0036721857 0.006463224399999999 +20 0.00012065578000000002 0.00052784871 -0.00052641285 -0.0022105235 -0.00011300958999999999 -0.007383041999999999 0.095801549 0.0036721857 0.006463224399999999 +21 0.00012065578000000002 0.00052784871 -0.00052641285 -0.0022105235 -0.00011300958999999999 -0.007383041999999999 0.095801549 0.0036721857 0.006463224399999999 +22 0.038046435 1.4462233e-07 -0.15860878 6.679213e-09 3.563147e-10 0.04955659 0.0017325122 -1.5525481e-07 3.2931779000000005e-05 +23 0.038046435 1.4462233e-07 -0.15860878 6.679213e-09 3.563147e-10 0.04955659 0.0017325122 -1.5525481e-07 3.2931779000000005e-05 +24 0.038046435 1.4462233e-07 -0.15860878 6.679213e-09 3.563147e-10 0.04955659 0.0017325122 -1.5525481e-07 3.2931779000000005e-05 +25 0.038046435 1.4462233e-07 -0.15860878 6.679213e-09 3.563147e-10 0.04955659 0.0017325122 -1.5525481e-07 3.2931779000000005e-05 +26 0.038046435 1.4462233e-07 -0.15860878 6.679213e-09 3.563147e-10 0.04955659 0.0017325122 -1.5525481e-07 3.2931779000000005e-05 +27 -5.567766899999999e-07 -2.2827996e-12 -2.3385902e-14 -0.15850359 -7.2904335e-09 -0.14131001 -1.0 -5.6295876e-05 -0.00024280793 +28 -5.567766899999999e-07 -2.2827996e-12 -2.3385902e-14 -0.15850359 -7.2904335e-09 -0.14131001 -1.0 -5.6295876e-05 -0.00024280793 +29 -5.567766899999999e-07 -2.2827996e-12 -2.3385902e-14 -0.15850359 -7.2904335e-09 -0.14131001 -1.0 -5.6295876e-05 -0.00024280793 +30 -5.567766899999999e-07 -2.2827996e-12 -2.3385902e-14 -0.15850359 -7.2904335e-09 -0.14131001 -1.0 -5.6295876e-05 -0.00024280793 +31 1.1770063999999998 4.396138200000001e-06 9.677544199999999e-08 -0.0027395819 -0.1587629 96945.836 0.019603709 0.22308454 239.70502000000002 +32 1.1770063999999998 4.396138200000001e-06 9.677544199999999e-08 -0.0027395819 -0.1587629 96945.836 0.019603709 0.22308454 239.70502000000002 +33 1.1770063999999998 4.396138200000001e-06 9.677544199999999e-08 -0.0027395819 -0.1587629 96945.836 0.019603709 0.22308454 239.70502000000002 +34 -6.3898654e-09 -2.0191255e-14 -5.8752757999999995e-15 -4.664489e-09 -4.3951419999999996e-08 1.2802046000000001e-08 0.0054616575 0.00016086163 0.00044968914000000006 +35 -6.3898654e-09 -2.0191255e-14 -5.8752757999999995e-15 -4.664489e-09 -4.3951419999999996e-08 1.2802046000000001e-08 0.0054616575 0.00016086163 0.00044968914000000006 +36 1.1476964000000001e-08 4.8251162e-14 -4.377656500000001e-15 1.4023504e-08 1.8232429999999996e-07 1.6987894000000002e-08 -0.045296011 -0.40376695 -0.46168588 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=2.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=2.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.15892946 -5.9418251e-06 -1.2895136e-07 -3.3647328000000003e-07 -1.2537795e-08 -2.9127457e-07 -9.935150199999999e-06 2.3274192e-09 7.4932736e-10 +2 0.00012071138 0.0005275825599999999 -0.00052641864 -0.0022104753 -0.00011229542 -0.0076977289 0.014801772 0.0023283681 0.0039484957000000005 +3 0.038046764 1.4459513999999999e-06 -0.15860867 6.670859899999999e-08 2.5370782e-09 0.049557541 -0.00028547189 -3.2873277e-08 0.00032831871 +4 -5.559945500000001e-07 -2.2791266e-11 -2.1024259999999998e-13 -0.15850335 8.0314587e-08 -0.14130318 -0.083467704 -0.00014866878999999998 -0.00040940012000000004 +5 0.11801257 4.4066876e-06 9.709688400000002e-08 -0.0027475482 -0.15876289 9715.8462 0.51561538 0.22278884 238.34833999999998 +6 7.4264524e-08 2.8211834e-12 5.4605475e-14 7.658691900000001e-08 9.1778012e-07 8.1635619e-06 -1.0 -0.001678655 -0.0028197522999999997 +7 1.1558287e-08 4.744778199999999e-13 1.3824171e-15 9.7545543e-09 1.1370707000000002e-07 1.7309729999999997e-08 -1.0 -0.40417707 -0.45971215 +8 -4.863576200000001e-08 -1.9320571e-12 -2.9491564e-14 7.3131229e-08 8.609079900000001e-07 -0.020547724 0.01591951 -0.0015285599 -0.32937011 +9 -0.15892946 -5.9418251e-06 -1.2895136e-07 -3.3647328000000003e-07 -1.2537795e-08 -2.9127457e-07 -9.935150199999999e-06 2.3274192e-09 7.4932736e-10 +10 -0.15892946 -5.9418251e-06 -1.2895136e-07 -3.3647328000000003e-07 -1.2537795e-08 -2.9127457e-07 -9.935150199999999e-06 2.3274192e-09 7.4932736e-10 +11 -0.15892946 -5.9418251e-06 -1.2895136e-07 -3.3647328000000003e-07 -1.2537795e-08 -2.9127457e-07 -9.935150199999999e-06 2.3274192e-09 7.4932736e-10 +12 -0.15892946 -5.9418251e-06 -1.2895136e-07 -3.3647328000000003e-07 -1.2537795e-08 -2.9127457e-07 -9.935150199999999e-06 2.3274192e-09 7.4932736e-10 +13 -0.15892946 -5.9418251e-06 -1.2895136e-07 -3.3647328000000003e-07 -1.2537795e-08 -2.9127457e-07 -9.935150199999999e-06 2.3274192e-09 7.4932736e-10 +14 -0.15892946 -5.9418251e-06 -1.2895136e-07 -3.3647328000000003e-07 -1.2537795e-08 -2.9127457e-07 -9.935150199999999e-06 2.3274192e-09 7.4932736e-10 +15 -0.15892946 -5.9418251e-06 -1.2895136e-07 -3.3647328000000003e-07 -1.2537795e-08 -2.9127457e-07 -9.935150199999999e-06 2.3274192e-09 7.4932736e-10 +16 0.00012071138 0.0005275825599999999 -0.00052641864 -0.0022104753 -0.00011229542 -0.0076977289 0.014801772 0.0023283681 0.0039484957000000005 +17 0.00012071138 0.0005275825599999999 -0.00052641864 -0.0022104753 -0.00011229542 -0.0076977289 0.014801772 0.0023283681 0.0039484957000000005 +18 0.00012071138 0.0005275825599999999 -0.00052641864 -0.0022104753 -0.00011229542 -0.0076977289 0.014801772 0.0023283681 0.0039484957000000005 +19 0.00012071138 0.0005275825599999999 -0.00052641864 -0.0022104753 -0.00011229542 -0.0076977289 0.014801772 0.0023283681 0.0039484957000000005 +20 0.00012071138 0.0005275825599999999 -0.00052641864 -0.0022104753 -0.00011229542 -0.0076977289 0.014801772 0.0023283681 0.0039484957000000005 +21 0.00012071138 0.0005275825599999999 -0.00052641864 -0.0022104753 -0.00011229542 -0.0076977289 0.014801772 0.0023283681 0.0039484957000000005 +22 0.038046764 1.4459513999999999e-06 -0.15860867 6.670859899999999e-08 2.5370782e-09 0.049557541 -0.00028547189 -3.2873277e-08 0.00032831871 +23 0.038046764 1.4459513999999999e-06 -0.15860867 6.670859899999999e-08 2.5370782e-09 0.049557541 -0.00028547189 -3.2873277e-08 0.00032831871 +24 0.038046764 1.4459513999999999e-06 -0.15860867 6.670859899999999e-08 2.5370782e-09 0.049557541 -0.00028547189 -3.2873277e-08 0.00032831871 +25 0.038046764 1.4459513999999999e-06 -0.15860867 6.670859899999999e-08 2.5370782e-09 0.049557541 -0.00028547189 -3.2873277e-08 0.00032831871 +26 0.038046764 1.4459513999999999e-06 -0.15860867 6.670859899999999e-08 2.5370782e-09 0.049557541 -0.00028547189 -3.2873277e-08 0.00032831871 +27 -5.559945500000001e-07 -2.2791266e-11 -2.1024259999999998e-13 -0.15850335 8.0314587e-08 -0.14130318 -0.083467704 -0.00014866878999999998 -0.00040940012000000004 +28 -5.559945500000001e-07 -2.2791266e-11 -2.1024259999999998e-13 -0.15850335 8.0314587e-08 -0.14130318 -0.083467704 -0.00014866878999999998 -0.00040940012000000004 +29 -5.559945500000001e-07 -2.2791266e-11 -2.1024259999999998e-13 -0.15850335 8.0314587e-08 -0.14130318 -0.083467704 -0.00014866878999999998 -0.00040940012000000004 +30 -5.559945500000001e-07 -2.2791266e-11 -2.1024259999999998e-13 -0.15850335 8.0314587e-08 -0.14130318 -0.083467704 -0.00014866878999999998 -0.00040940012000000004 +31 0.11801257 4.4066876e-06 9.709688400000002e-08 -0.0027475482 -0.15876289 9715.8462 0.51561538 0.22278884 238.34833999999998 +32 0.11801257 4.4066876e-06 9.709688400000002e-08 -0.0027475482 -0.15876289 9715.8462 0.51561538 0.22278884 238.34833999999998 +33 0.11801257 4.4066876e-06 9.709688400000002e-08 -0.0027475482 -0.15876289 9715.8462 0.51561538 0.22278884 238.34833999999998 +34 7.4264524e-08 2.8211834e-12 5.4605475e-14 7.658691900000001e-08 9.1778012e-07 8.1635619e-06 -1.0 -0.001678655 -0.0028197522999999997 +35 7.4264524e-08 2.8211834e-12 5.4605475e-14 7.658691900000001e-08 9.1778012e-07 8.1635619e-06 -1.0 -0.001678655 -0.0028197522999999997 +36 1.1558287e-08 4.744778199999999e-13 1.3824171e-15 9.7545543e-09 1.1370707000000002e-07 1.7309729999999997e-08 -1.0 -0.40417707 -0.45971215 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=20.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=20.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.15892928 -5.9301513000000004e-05 -1.2880127999999998e-06 -3.3610595e-06 -1.2524208e-07 -2.9111635e-06 1.6835027e-05 1.826329e-08 1.4454536e-09 +2 0.00012086551000000001 0.00052492497 -0.0005264754 -0.002210534 -0.00011151891000000001 -0.0021734809 -0.2254624 0.00083021413 0.0012501868 +3 0.038050056 1.4432379e-05 -0.15860756 6.663786999999999e-07 2.4965319999999998e-08 0.04982431 -4.8957606e-05 6.938337699999999e-07 0.0030892653000000004 +4 -5.0118868e-07 -2.6472528e-10 3.0830959e-11 -0.15850118 1.1826214e-08 -0.13731668 -0.31129103 -2.861927e-05 -0.00040949267999999995 +5 0.011754918 4.3791437e-06 9.7848398e-08 -0.0027342109000000002 -0.15876044 974.59959 0.53906455 0.21668356 223.40523 +6 1.7589126999999997e-07 -1.8591273e-09 1.1014708e-09 1.0228786999999999e-07 1.3664726999999998e-06 0.0055732247 -0.13474139 -0.0024956106 -0.0026737221000000004 +7 1.1681162000000001e-08 4.8125690000000006e-12 3.5136243e-14 1.2851576e-08 1.6279954e-07 1.6919113e-08 -0.55991748 -0.4049006 -0.43599295 +8 1.0714296000000001e-07 -1.8862243e-09 1.1011034e-09 1.7200923e-07 1.9391345e-06 -0.015099608999999998 -0.3117852 -0.0035638476 -0.32761113 +9 -0.15892928 -5.9301513000000004e-05 -1.2880127999999998e-06 -3.3610595e-06 -1.2524208e-07 -2.9111635e-06 1.6835027e-05 1.826329e-08 1.4454536e-09 +10 -0.15892928 -5.9301513000000004e-05 -1.2880127999999998e-06 -3.3610595e-06 -1.2524208e-07 -2.9111635e-06 1.6835027e-05 1.826329e-08 1.4454536e-09 +11 -0.15892928 -5.9301513000000004e-05 -1.2880127999999998e-06 -3.3610595e-06 -1.2524208e-07 -2.9111635e-06 1.6835027e-05 1.826329e-08 1.4454536e-09 +12 -0.15892928 -5.9301513000000004e-05 -1.2880127999999998e-06 -3.3610595e-06 -1.2524208e-07 -2.9111635e-06 1.6835027e-05 1.826329e-08 1.4454536e-09 +13 -0.15892928 -5.9301513000000004e-05 -1.2880127999999998e-06 -3.3610595e-06 -1.2524208e-07 -2.9111635e-06 1.6835027e-05 1.826329e-08 1.4454536e-09 +14 -0.15892928 -5.9301513000000004e-05 -1.2880127999999998e-06 -3.3610595e-06 -1.2524208e-07 -2.9111635e-06 1.6835027e-05 1.826329e-08 1.4454536e-09 +15 -0.15892928 -5.9301513000000004e-05 -1.2880127999999998e-06 -3.3610595e-06 -1.2524208e-07 -2.9111635e-06 1.6835027e-05 1.826329e-08 1.4454536e-09 +16 0.00012086551000000001 0.00052492497 -0.0005264754 -0.002210534 -0.00011151891000000001 -0.0021734809 -0.2254624 0.00083021413 0.0012501868 +17 0.00012086551000000001 0.00052492497 -0.0005264754 -0.002210534 -0.00011151891000000001 -0.0021734809 -0.2254624 0.00083021413 0.0012501868 +18 0.00012086551000000001 0.00052492497 -0.0005264754 -0.002210534 -0.00011151891000000001 -0.0021734809 -0.2254624 0.00083021413 0.0012501868 +19 0.00012086551000000001 0.00052492497 -0.0005264754 -0.002210534 -0.00011151891000000001 -0.0021734809 -0.2254624 0.00083021413 0.0012501868 +20 0.00012086551000000001 0.00052492497 -0.0005264754 -0.002210534 -0.00011151891000000001 -0.0021734809 -0.2254624 0.00083021413 0.0012501868 +21 0.00012086551000000001 0.00052492497 -0.0005264754 -0.002210534 -0.00011151891000000001 -0.0021734809 -0.2254624 0.00083021413 0.0012501868 +22 0.038050056 1.4432379e-05 -0.15860756 6.663786999999999e-07 2.4965319999999998e-08 0.04982431 -4.8957606e-05 6.938337699999999e-07 0.0030892653000000004 +23 0.038050056 1.4432379e-05 -0.15860756 6.663786999999999e-07 2.4965319999999998e-08 0.04982431 -4.8957606e-05 6.938337699999999e-07 0.0030892653000000004 +24 0.038050056 1.4432379e-05 -0.15860756 6.663786999999999e-07 2.4965319999999998e-08 0.04982431 -4.8957606e-05 6.938337699999999e-07 0.0030892653000000004 +25 0.038050056 1.4432379e-05 -0.15860756 6.663786999999999e-07 2.4965319999999998e-08 0.04982431 -4.8957606e-05 6.938337699999999e-07 0.0030892653000000004 +26 0.038050056 1.4432379e-05 -0.15860756 6.663786999999999e-07 2.4965319999999998e-08 0.04982431 -4.8957606e-05 6.938337699999999e-07 0.0030892653000000004 +27 -5.0118868e-07 -2.6472528e-10 3.0830959e-11 -0.15850118 1.1826214e-08 -0.13731668 -0.31129103 -2.861927e-05 -0.00040949267999999995 +28 -5.0118868e-07 -2.6472528e-10 3.0830959e-11 -0.15850118 1.1826214e-08 -0.13731668 -0.31129103 -2.861927e-05 -0.00040949267999999995 +29 -5.0118868e-07 -2.6472528e-10 3.0830959e-11 -0.15850118 1.1826214e-08 -0.13731668 -0.31129103 -2.861927e-05 -0.00040949267999999995 +30 -5.0118868e-07 -2.6472528e-10 3.0830959e-11 -0.15850118 1.1826214e-08 -0.13731668 -0.31129103 -2.861927e-05 -0.00040949267999999995 +31 0.011754918 4.3791437e-06 9.7848398e-08 -0.0027342109000000002 -0.15876044 974.59959 0.53906455 0.21668356 223.40523 +32 0.011754918 4.3791437e-06 9.7848398e-08 -0.0027342109000000002 -0.15876044 974.59959 0.53906455 0.21668356 223.40523 +33 0.011754918 4.3791437e-06 9.7848398e-08 -0.0027342109000000002 -0.15876044 974.59959 0.53906455 0.21668356 223.40523 +34 1.7589126999999997e-07 -1.8591273e-09 1.1014708e-09 1.0228786999999999e-07 1.3664726999999998e-06 0.0055732247 -0.13474139 -0.0024956106 -0.0026737221000000004 +35 1.7589126999999997e-07 -1.8591273e-09 1.1014708e-09 1.0228786999999999e-07 1.3664726999999998e-06 0.0055732247 -0.13474139 -0.0024956106 -0.0026737221000000004 +36 1.1681162000000001e-08 4.8125690000000006e-12 3.5136243e-14 1.2851576e-08 1.6279954e-07 1.6919113e-08 -0.55991748 -0.4049006 -0.43599295 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=200.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/exp_data/exp_8h_SS_TNF=200.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,37 @@ + IKKa NF-kB A20 FLIP XIAP TNFRC2:FLIP:pCasp8 Casp3 Casp6 Casp8 +1 -0.15892752 -0.00058154504 -1.2730221e-05 -3.3241243e-05 -1.2391282e-06 -2.8785761e-05 0.0013750872 1.3201580999999998e-07 -3.2504579e-07 +2 0.00012101841 0.00049894083 -0.00052704907 -0.0022118851000000003 -0.00011235680000000001 -0.001719056 -0.03080778 0.0023156095000000003 0.0025044544 +3 0.038082757 0.00014165633 -0.15859659 6.5932589000000005e-06 2.4673185999999996e-07 0.049909887 -0.0088436673 7.4483384e-06 0.019960141 +4 -4.9383443e-07 -2.0095644e-09 -1.4264779e-11 -0.1584802 7.6710478e-08 -0.1369038 -0.05898383 -0.00014460133999999998 -0.0017676287 +5 0.001200294 4.3818472e-06 1.0172736e-07 -0.0027812155 -0.15876399 99.625946 -1.0 0.22603416 148.17574 +6 5.5244738e-08 1.1149029e-10 5.6635544e-11 3.3935633000000006e-08 5.361187800000001e-07 0.0004441266 -1.0 -0.0010229155999999999 -0.00043254904999999997 +7 1.1731011e-08 4.7431436e-11 3.7242417e-13 1.3373888e-08 1.7096745000000002e-07 1.7331107e-08 -0.39733719 -0.40518254 -0.28476448 +8 2.6967992999999998e-08 -2.315943e-10 1.8237714e-10 1.1753403e-07 8.928748e-07 -0.014617679 0.021752473999999997 -0.0015662781 -0.30075163 +9 -0.15892752 -0.00058154504 -1.2730221e-05 -3.3241243e-05 -1.2391282e-06 -2.8785761e-05 0.0013750872 1.3201580999999998e-07 -3.2504579e-07 +10 -0.15892752 -0.00058154504 -1.2730221e-05 -3.3241243e-05 -1.2391282e-06 -2.8785761e-05 0.0013750872 1.3201580999999998e-07 -3.2504579e-07 +11 -0.15892752 -0.00058154504 -1.2730221e-05 -3.3241243e-05 -1.2391282e-06 -2.8785761e-05 0.0013750872 1.3201580999999998e-07 -3.2504579e-07 +12 -0.15892752 -0.00058154504 -1.2730221e-05 -3.3241243e-05 -1.2391282e-06 -2.8785761e-05 0.0013750872 1.3201580999999998e-07 -3.2504579e-07 +13 -0.15892752 -0.00058154504 -1.2730221e-05 -3.3241243e-05 -1.2391282e-06 -2.8785761e-05 0.0013750872 1.3201580999999998e-07 -3.2504579e-07 +14 -0.15892752 -0.00058154504 -1.2730221e-05 -3.3241243e-05 -1.2391282e-06 -2.8785761e-05 0.0013750872 1.3201580999999998e-07 -3.2504579e-07 +15 -0.15892752 -0.00058154504 -1.2730221e-05 -3.3241243e-05 -1.2391282e-06 -2.8785761e-05 0.0013750872 1.3201580999999998e-07 -3.2504579e-07 +16 0.00012101841 0.00049894083 -0.00052704907 -0.0022118851000000003 -0.00011235680000000001 -0.001719056 -0.03080778 0.0023156095000000003 0.0025044544 +17 0.00012101841 0.00049894083 -0.00052704907 -0.0022118851000000003 -0.00011235680000000001 -0.001719056 -0.03080778 0.0023156095000000003 0.0025044544 +18 0.00012101841 0.00049894083 -0.00052704907 -0.0022118851000000003 -0.00011235680000000001 -0.001719056 -0.03080778 0.0023156095000000003 0.0025044544 +19 0.00012101841 0.00049894083 -0.00052704907 -0.0022118851000000003 -0.00011235680000000001 -0.001719056 -0.03080778 0.0023156095000000003 0.0025044544 +20 0.00012101841 0.00049894083 -0.00052704907 -0.0022118851000000003 -0.00011235680000000001 -0.001719056 -0.03080778 0.0023156095000000003 0.0025044544 +21 0.00012101841 0.00049894083 -0.00052704907 -0.0022118851000000003 -0.00011235680000000001 -0.001719056 -0.03080778 0.0023156095000000003 0.0025044544 +22 0.038082757 0.00014165633 -0.15859659 6.5932589000000005e-06 2.4673185999999996e-07 0.049909887 -0.0088436673 7.4483384e-06 0.019960141 +23 0.038082757 0.00014165633 -0.15859659 6.5932589000000005e-06 2.4673185999999996e-07 0.049909887 -0.0088436673 7.4483384e-06 0.019960141 +24 0.038082757 0.00014165633 -0.15859659 6.5932589000000005e-06 2.4673185999999996e-07 0.049909887 -0.0088436673 7.4483384e-06 0.019960141 +25 0.038082757 0.00014165633 -0.15859659 6.5932589000000005e-06 2.4673185999999996e-07 0.049909887 -0.0088436673 7.4483384e-06 0.019960141 +26 0.038082757 0.00014165633 -0.15859659 6.5932589000000005e-06 2.4673185999999996e-07 0.049909887 -0.0088436673 7.4483384e-06 0.019960141 +27 -4.9383443e-07 -2.0095644e-09 -1.4264779e-11 -0.1584802 7.6710478e-08 -0.1369038 -0.05898383 -0.00014460133999999998 -0.0017676287 +28 -4.9383443e-07 -2.0095644e-09 -1.4264779e-11 -0.1584802 7.6710478e-08 -0.1369038 -0.05898383 -0.00014460133999999998 -0.0017676287 +29 -4.9383443e-07 -2.0095644e-09 -1.4264779e-11 -0.1584802 7.6710478e-08 -0.1369038 -0.05898383 -0.00014460133999999998 -0.0017676287 +30 -4.9383443e-07 -2.0095644e-09 -1.4264779e-11 -0.1584802 7.6710478e-08 -0.1369038 -0.05898383 -0.00014460133999999998 -0.0017676287 +31 0.001200294 4.3818472e-06 1.0172736e-07 -0.0027812155 -0.15876399 99.625946 -1.0 0.22603416 148.17574 +32 0.001200294 4.3818472e-06 1.0172736e-07 -0.0027812155 -0.15876399 99.625946 -1.0 0.22603416 148.17574 +33 0.001200294 4.3818472e-06 1.0172736e-07 -0.0027812155 -0.15876399 99.625946 -1.0 0.22603416 148.17574 +34 5.5244738e-08 1.1149029e-10 5.6635544e-11 3.3935633000000006e-08 5.361187800000001e-07 0.0004441266 -1.0 -0.0010229155999999999 -0.00043254904999999997 +35 5.5244738e-08 1.1149029e-10 5.6635544e-11 3.3935633000000006e-08 5.361187800000001e-07 0.0004441266 -1.0 -0.0010229155999999999 -0.00043254904999999997 +36 1.1731011e-08 4.7431436e-11 3.7242417e-13 1.3373888e-08 1.7096745000000002e-07 1.7331107e-08 -0.39733719 -0.40518254 -0.28476448 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,30 @@ +TNF + TNFR +TNFR + TNFRC1 +TNFRC1 + IKKa +TNFRC1 + TNFRC2 +IKKa + NF-kB +NF-kB + A20 +NF-kB + FLIP +NF-kB + XIAP +NF-kB + IkBa +IkBa - NF-kB +A20 - TNFRC1 +TNFRC2 + TNFRC2:FLIP +TNFRC2 + TNFRC2:pCasp8 +TNFRC2:FLIP + TNFRC2:FLIP:pCasp8 +TNFRC2:pCasp8 + TNFRC2:FLIP:pCasp8 +TNFRC2:FLIP:pCasp8 + IKKa +FLIP + TNFRC2:FLIP +FLIP + TNFRC2:FLIP:pCasp8 +pCasp8 + Casp8 +pCasp8 + TNFRC2:pCasp8 +pCasp8 + TNFRC2:FLIP:pCasp8 +TNFRC2:pCasp8 + Casp8 +Casp8 + Casp3 +Casp3 - TNFRC1 +Casp3 + Casp6 +Casp3 - FLIP +Casp3 - XIAP +XIAP - Casp3 +Casp6 + Casp8 +Casp6 - pCasp8 \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/schliemann_2011/ptb.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/schliemann_2011/ptb.tsv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,9 @@ +Target Type Value Comment +IKKa node -1 +NF-kB node -1 +A20 node -1 +FLIP node -1 +XIAP node -1 +Casp3 node -1 +Casp6 node -1 +pCasp8 node -1 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/steinway_2015/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/steinway_2015/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,61 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +[1] Steinway et al. + Combinatorial interventions inhibit TGFβ-driven epithelial-to-mesenchymal + transition and support hybrid cellular phenotypes. + Npj Systems Biology and Applications (2015) 1(1), 15014. + + +[2] Steinway, S. N. et al. + Network modeling of TGFβ signaling in hepatocellular carcinoma + epithelial-to-mesenchymal transition reveals joint sonic hedgehog + and Wnt pathway activation. + Cancer Research (2014) 74(21), 5963–77. + +[Information] +The topology of network is curated from reference [1]. + +""" + +import os + +import pandas as pd + +import sfa +import sfa.base + + +def create_data(): + return SteinwayData() + + +class SteinwayData(sfa.base.Data): + + def __init__(self): + + self._abbr = "steinway_2015" + self._name = "Steinway et al. Npj Syst Biol Appl (2015) 1(1), 15014" + inputs = {} + inputs['TGFβ'] = 1.0 + + dpath = os.path.dirname(__file__) + fpath_network = os.path.join(dpath, 'network.sif') + A, n2i, dg = sfa.read_sif(fpath_network, as_nx=True) + self._A = A + self._n2i = n2i + self._i2n = {idx: name for name, idx in n2i.items()} + self._dg = dg + self._inputs = inputs + + # The following members are not defined due to the lack of data. + self._df_conds = None + self._df_exp = None + self._df_ptb = None + self._has_link_perturb = False + self._names_ptb = None + self._iadj_to_idf = None + # end of def __init__ +# end of def class + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/steinway_2015/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/steinway_2015/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,134 @@ +Wnt + Frizzled +GLI + SHH +SMAD + SHH +SHH - PTCH +PTCH - SMO +SMO + FUS +FUS - SUFU +SUFU - GLI +SUFU - β-Catenin_nuc +GLI + TGFβ +GLI + Wnt +GLI + SNAI1 +TCF/LEF + GLI +Frizzled + DSH +DSH - GSK3β +GSK3β - RAS +Csn - GSK3β +GSK3β - SNAI1 +AKT - GSK3β +GSK3β + Dest_compl +Dest_compl - GSK3β +ERK - GSK3β +AXIN2 + Dest_compl +Dest_compl - β-Catenin_nuc +β-Catenin_nuc + Dest_compl +β-Catenin_nuc + TCF/LEF +β-Catenin_nuc + SNAI2 +E-Cadherin - β-Catenin_nuc +β-Catenin_nuc - β-Catenin_memb +β-Catenin_memb - β-Catenin_nuc +β-Catenin_memb + E-Cadherin +E-Cadherin + β-Catenin_memb +HGF + cMet +cMet + SOS/GRB2 +cMet + SRC +CD44 + cMet +TCF/LEF + CD44 +TCF/LEF + Jagged +TCF/LEF + RAS +TCF/LEF + AXIN2 +TCF/LEF + TWIST1 +AXIN2 + AXIN2 +SNAI2 + SNAI2 +ERK + SNAI2 +TWIST1 + SNAI2 +SNAI2 - E-Cadherin +PDGF + PDGFR +PDGFR + SOS/GRB2 +PDGFR + SRC +IGF1R + SRC +EGFR + SRC +FGFR + SRC +SRC + RAS +SRC + STAT +STAT + LIV1 +LIV1 + SNAI1 +Csn - βTrCP +NfκB + Csn +βTrCP - SNAI1 +IGF1 + IGF1R +IGF1R + SOS/GRB2 +RAS + DELTA +SOS/GRB2 + RAS +RAS + RAF +RAS + PI3K +PI3K + AKT +RKIP - MEK +ERK - RKIP +ILK + AKT +AKT + IKKα +RAF + MEK +MEK + ERK +ERK - SOS/GRB2 +ERK + SMAD +ERK + c-fos +SNAI1 - RKIP +EGR1 + SNAI1 +SNAI1 + TGFβ +CSL + SNAI1 +LOXL23 + SNAI1 +Goosecoid + SNAI1 +PAK1 + SNAI1 +SMAD + SNAI1 +SNAI1 + TWIST1 +SNAI1 + ZEB1 +SNAI1 - miR200 +SNAI1 + ZEB2 +SNAI1 + FOXC2 +SNAI1 - E-Cadherin +TWIST1 + FOXC2 +Goosecoid + FOXC2 +FOXC2 - E-Cadherin +HEY1 - E-Cadherin +TWIST1 - E-Cadherin +ZEB1 - E-Cadherin +ZEB2 - E-Cadherin +E-Cadherin - EMT +EGF + EGFR +EGFR + SOS/GRB2 +FGF + FGFR +FGFR + SOS/GRB2 +TGFβR + SOS/GRB2 +SMAD + ILK +IKKα + NfκB +NfκB + TWIST1 +c-fos + EGR1 +Jagged + NOTCH +SMAD + Jagged +DELTA + NOTCH +NOTCH + NOTCH_ic +CHD1L + CDC42 +NOTCH_ic + CSL +CSL + HEY1 +SMAD + HEY1 +TGFβR + CDC42 +CDC42 + PAK1 +HIF1α + LOXL23 +Goosecoid + TWIST1 +HIF1α + TWIST1 +TWIST1 + TGFβ +miR200 - ZEB1 +ZEB1 - miR200 +ZEB2 - miR200 +miR200 - ZEB2 +HIF1α + ZEB2 +Goosecoid + ZEB2 +ZEB2 - SMAD +TGFβ + TGFβR +Goosecoid + TGFβ +TGFβR + SMAD +ZEB1 + SMAD +HIF1α + ZEB1 +Goosecoid + ZEB1 +Hypoxia + HIF1α diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/turei_2016/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/turei_2016/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,47 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Türei, D., Korcsmáros, T., & Saez-Rodriguez, J. +OmniPath: Guidelines and gateway for +literature-curated signaling pathway resources. +Nature Methods, (2016) 13(12), 966–967. +""" + +import os + +import sfa +import sfa.base + + +def create_data(): + return TureiData() + + +class TureiData(sfa.base.Data): + + def __init__(self): + + self._abbr = "turei_2016" + self._name = "Türei et al. " \ + "Nature Methods, (2016) 13(12), 966–967" + inputs = {} + + dpath = os.path.dirname(__file__) + fpath_network = os.path.join(dpath, 'network_giant_component.sif') + A, n2i, dg = sfa.read_sif(fpath_network, as_nx=True) + self._A = A + self._n2i = n2i + self._i2n = {idx: name for name, idx in n2i.items()} + self._dg = dg + self._inputs = inputs + + # The following members are not defined due to the lack of data. + self._df_conds = None + self._df_exp = None + self._df_ptb = None + self._has_link_perturb = False + self._names_ptb = None + self._iadj_to_idf = None + # end of def __init__ +# end of def class \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/turei_2016/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/turei_2016/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,15512 @@ +Q13616 - P35222 +O14818 + Q13616 +Q13616 + Q01094 +Q86VP6 - Q13616 +Q13616 - P84022 +P62877 + Q13616 +P61081 + Q13616 +Q13616 - P25963 +Q13616 - P24941 +Q13616 - P38936 +P63208 + Q13616 +P01106 + Q13616 +P25789 + Q13616 +P60900 + Q13616 +P28070 + Q13616 +P25787 + Q13616 +Q04323 + Q13616 +O60500 + Q9Y210 +P17252 + O60500 +O60500 + P06241 +P06241 - O60500 +P17252 + Q14432 +P17612 + Q14432 +Q5W0U4 - Q9NQA5 +Q01970 - Q96QT4 +P17252 - Q01970 +P17612 - Q01970 +Q15599 + Q01970 +Q16555 + P07437 +P07437 + P48995 +P07437 - P84022 +Q14980 + P07437 +P07437 - Q15796 +P43403 + P07437 +P62942 - P42345 +P36897 - P62942 +P62942 - P01137 +P62942 - O15105 +P62942 - Q9HCE7 +P10275 + P37088 +Q96PU5 - P37088 +Q13190 - Q13563 +Q13563 + Q13507 +Q13563 + Q9HCX4 +P98161 + Q13563 +Q13563 + Q9HBA0 +Q9HBA0 + Q13563 +P14314 - Q13563 +P48995 + Q13563 +Q13563 + P48995 +Q9Y496 + Q13563 +P68400 + Q13563 +P63244 - Q13224 +Q13224 + Q05586 +P06241 + Q13224 +P68400 - Q13224 +Q5VU43 + P13861 +P17252 - Q01844 +Q15637 - Q01844 +P09234 - Q01844 +Q16620 + P06241 +Q16620 + P19174 +P20783 + Q16620 +Q13562 + Q16620 +Q16620 + P29353 +Q16620 + Q9Y4H2 +P23560 + Q16620 +Q16620 + P35568 +Q13501 + Q16620 +Q16620 + O14492 +Q16620 + O43639 +Q16620 + Q9NRF2 +Q16620 + Q92529 +P08138 - Q16620 +Q16620 + P98077 +Q16620 - P22001 +Q16620 + O43559 +P34130 + Q16620 +Q16620 + Q9ULH0 +P05771 - P19429 +P05771 - P16949 +P05771 + Q07869 +P05771 - P29474 +P05771 + P04083 +P05771 - P41180 +Q9NQ66 + P05771 +P05771 + Q15139 +P05771 - P29966 +P05771 - Q96D31 +P05771 + P04049 +P05771 - P49840 +P05771 + Q16236 +O60346 - P05771 +P05771 + P06400 +P05771 - P08581 +P05771 + P49768 +P05771 + O14920 +P05771 - P06213 +P05771 - P35568 +P05771 + Q16659 +O15530 + P05771 +P53004 + P05771 +P05771 + P11388 +P05771 + O15111 +P05771 + Q9BXL7 +P05771 + O14641 +Q8WV44 + P05771 +P05771 - Q12906 +P05771 - Q9UBS0 +Q13705 + P05771 +P05771 + P14598 +P05771 + Q8IV61 +P05771 - Q5JVS0 +Q6ZVD8 - P05771 +P05771 - Q14847 +P05771 + P34741 +P05771 - P21730 +P05771 - Q99418 +P05771 + P28329 +P54792 + P05771 +P05771 + P14679 +P05771 - Q03721 +P05771 - Q9P2D0 +P05771 + Q6IE81 +Q7Z7A4 + P05771 +O95295 - P60880 +P17612 + O95295 +Q5S007 - O95295 +Q9BXM7 + P0CG48 +P0CG48 + O60260 +P09936 + P0CG48 +P07947 + P00533 +P07947 + Q14247 +P07947 + Q9HBA0 +P07947 + P06241 +P07947 + P09619 +P07947 + P06748 +P07947 + Q13480 +P07947 - P11802 +P07947 + P10721 +P07947 + P06733 +P07947 + Q13177 +P07947 + P22681 +P07947 + Q05397 +P41240 - P07947 +P07947 + Q04917 +P27635 - P07947 +P23469 + P07947 +P07947 + Q8TDY4 +Q9UEF7 + Q9H1D0 +Q9UEF7 + Q9NQA5 +Q9UEF7 - P08069 +P17252 + P19086 +P14416 + P19086 +P17600 - P19086 +P19086 - O95622 +Q13153 + P19086 +P19086 - Q08828 +P08908 + P19086 +Q13976 + P19429 +Q13976 - Q13507 +Q13976 - Q9Y210 +Q13976 + P41220 +P17252 + Q13976 +Q13976 + P04049 +Q13976 + P38398 +Q13976 + Q15349 +Q13976 + P78347 +Q13976 + O14974 +Q13976 + P16220 +Q13976 - P11831 +Q13976 - P04792 +Q13976 - P21731 +Q13976 + P13569 +Q13976 - Q14847 +Q13976 + O76074 +Q13976 + Q03113 +Q13976 - P35367 +Q13976 + Q03393 +Q13976 + Q05469 +Q13976 + P31645 +Q13976 + Q9Y613 +O96001 + Q13976 +Q13976 + O96001 +Q13976 + Q8WZ42 +Q13976 + Q9Y6F6 +Q8IZK6 + Q9GZU1 +Q9GZU1 + Q8IZK6 +Q8IZK6 + Q8TDD5 +P17252 - P20020 +P62158 + P20020 +Q9HCP0 + P20020 +P61981 + Q8TD43 +P17252 + P61981 +P04049 + P61981 +P08069 + P61981 +P31947 + P61981 +P61981 + P31947 +P27348 + P61981 +P61981 + P27348 +P61981 + P63104 +P63104 + P61981 +P15056 + P61981 +Q9NRM7 + P61981 +P61981 + Q04917 +Q04917 + P61981 +P61981 + P62258 +P62258 + P61981 +P31946 + P61981 +P61981 + P31946 +P61981 - P07196 +Q9BRV3 + Q9Y5S1 +P08631 + P00533 +P08631 + Q9HBA0 +P08631 + O00459 +P08631 + P19174 +P08631 + Q07889 +P08631 + P11274 +P08631 + Q13480 +P08631 + P00519 +P08631 + P10721 +P08631 + P56945 +P08631 + Q13905 +P08631 + P27986 +P08631 + P22681 +P08631 + Q05397 +P08631 + P42684 +P08631 + P51692 +P08631 + P42338 +P08631 + Q92569 +P41240 - P08631 +P08631 + Q13444 +P08631 + P12318 +P08631 + P12314 +P08631 + A9UF07 +P08631 + Q92556 +Q96H20 + Q9Y210 +Q7Z443 + Q9P0L9 +P68400 + P35579 +P53355 + P09493 +P17612 + P41181 +P04637 + Q02363 +Q05516 + Q02363 +P24941 - Q02363 +Q02363 - Q92858 +P49757 + Q96J02 +P49757 - Q9H1D0 +P49757 + P04637 +P49757 + P05067 +P41743 - P49757 +Q8IUQ4 - P49757 +P49757 - P08151 +P49757 - Q00987 +Q00987 - P49757 +Q14012 - P49757 +O43347 - P49757 +Q6PML9 - P49757 +Q8TBB1 - P49757 +Q2M2I8 + P49757 +P0C851 + Q8NER1 +Q9NZU7 + Q14643 +Q14643 + Q13507 +P07948 + Q14643 +P06241 + Q14643 +P31749 - Q14643 +P16157 + Q14643 +Q6GPH6 + Q14643 +Q9Y6F6 - Q14643 +P11229 + Q9Y210 +P11229 + P50148 +P11229 + P29992 +Q14244 + Q9HBA0 +P06239 + P60484 +P12931 - P60484 +P60484 + Q01094 +P68400 - P60484 +P60484 - P42229 +Q9H4B4 - P60484 +P60484 - P29353 +P04637 + P60484 +P60484 - P31749 +P60484 + P35813 +Q04206 - P60484 +P49841 - P60484 +P60484 - P35226 +P37231 - P60484 +P60953 + P60484 +Q13464 + P60484 +P60484 - P08047 +P60484 + P63000 +P60484 - P31751 +P18146 + P60484 +P60484 - P10275 +Q15831 - P60484 +Q8NEB9 + P60484 +P60484 + O15530 +P60484 - Q05397 +P98170 + P60484 +Q70Z35 - P60484 +P60484 - P42338 +P21802 + P60484 +Q86UL8 + P60484 +Q5TCQ9 + P60484 +Q9Y2H9 - P60484 +O95271 + P60484 +O60307 + P60484 +Q6P0Q8 + P60484 +P12814 + Q9P0L9 +P19429 - Q9P0L9 +P98161 + Q9P0L9 +P19237 - Q9P0L9 +Q9NZU7 - Q13936 +P17252 - Q13936 +P12931 + Q13936 +Q15139 + Q13936 +P06241 + Q13936 +P21579 + Q13936 +Q13362 + Q13936 +P63244 - Q96QT4 +P63244 - Q9NZM6 +P12931 + P63244 +P63244 - Q9BX84 +P63244 - P08069 +P63244 - Q9H3D4 +P00519 + P63244 +P63244 + P40763 +P63244 + P20936 +P63244 + Q13308 +P45983 + Q96J02 +P46937 - Q96J02 +Q96J02 - Q9H3D4 +Q96J02 + P21580 +Q96J02 + Q15796 +Q96J02 - Q15303 +Q96J02 - P08151 +Q96J02 + P61073 +Q96J02 - O15519 +P41240 - Q96J02 +Q96J02 + Q99962 +O75113 - Q96J02 +Q96J02 + O14964 +Q96J02 - Q8NFZ5 +Q96J02 - Q86Y01 +Q9Y3C5 + Q96J02 +Q9Y6R0 + Q96J02 +Q8TDD5 + Q9GZU1 +Q9GZU1 + Q8TDD5 +P17612 - Q9GZU1 +P14373 - P06400 +Q9UJ55 + P14373 +P14373 - O00750 +P14373 + A8K0Z3 +Q9GZU5 + Q7Z4N2 +P21579 + Q13277 +Q9UQM7 - Q13277 +P53355 - Q13277 +Q13277 - Q00975 +Q9HCP0 + Q13277 +P43003 + Q13277 +O14795 + Q13277 +Q13277 + Q09470 +O15079 - Q13277 +Q8NFX7 - Q13277 +Q12797 + Q13507 +P17252 - P17302 +P12931 - P17302 +Q02156 + P17302 +P28482 - P17302 +P17302 + Q13164 +P17706 + P17302 +P48730 + P17302 +P27361 - P17302 +P23284 + Q9H1D0 +P23284 + Q9NQA5 +Q00535 + Q05193 +P17252 - Q05193 +Q08209 + Q05193 +Q14247 + Q05193 +P12931 + Q05193 +Q10567 + Q05193 +P62993 + Q05193 +Q9Y5X1 + Q05193 +Q13627 - Q05193 +P16298 + Q05193 +Q71U36 + Q05193 +P48454 + Q05193 +P22392 + Q05193 +P17252 + Q12791 +P11142 - P45983 +P04637 - P11142 +Q99933 - P11142 +P03372 + P11142 +O60884 + P11142 +P00533 - Q9UBN7 +Q9UBN7 + P00533 +Q9UBN7 + Q14247 +Q09472 - Q9UBN7 +Q9UBN7 - Q15717 +O14965 + Q9UBN7 +Q9UBN7 + P07900 +Q9UBN7 - Q9H853 +Q9UBN7 + P62805 +Q9UBN7 + P14625 +P27361 + Q9UBN7 +Q13148 - Q9UBN7 +Q9UBN7 - P68366 +Q9UBN7 + Q01130 +P14416 + P04899 +P04899 + Q9UBN4 +Q99835 + P04899 +P48039 + P04899 +P51681 + P04899 +P04899 - Q08828 +P25025 + P04899 +P25024 + P04899 +P32302 + P04899 +P62158 + P21817 +Q9UQM7 + P21817 +P30626 - P21817 +Q9NSB8 + P21817 +Q9NP85 + Q9Y210 +Q02790 - P48995 +Q02790 - Q9NQA5 +P17706 - Q02790 +Q9UNN5 - Q8NER1 +P04629 + Q8NER1 +O95166 + Q8NER1 +Q07869 + Q8NER1 +P24588 + Q8NER1 +Q00535 + Q8NER1 +P62158 + Q8NER1 +P17612 + Q8NER1 +P12931 + Q8NER1 +Q15139 + Q8NER1 +Q9NQT8 + Q8NER1 +Q02156 + Q8NER1 +Q13303 + Q8NER1 +P21554 - Q8NER1 +P32121 - Q8NER1 +Q15154 + O95613 +P28222 + Q7Z2W7 +P17612 - Q7Z2W7 +P50148 - Q7Z2W7 +P35372 - Q7Z2W7 +P12814 + P12931 +P29350 - P12814 +Q05397 - P12814 +P12814 - O14939 +P12814 + Q93052 +Q12923 - O94759 +Q12923 - P25445 +Q12923 - P06213 +Q12923 - P35568 +Q12923 + Q13158 +Q12923 - P48023 +Q12923 - O00506 +Q12923 + P98172 +Q12923 - Q9BUL8 +Q12923 + P50479 +Q13451 - P04150 +P10275 + Q13451 +O14965 - Q9UNN5 +P25445 + Q9UNN5 +Q00535 + Q16555 +O75116 + Q16555 +Q16555 + Q71U36 +Q00722 - Q96QT4 +P29992 + Q00722 +Q00722 + Q16539 +P63000 + Q00722 +P62873 + Q00722 +Q9BPW8 - Q9H1D0 +P60880 + P00533 +P63027 + P60880 +P21579 + P60880 +Q16623 - P60880 +P30968 + P60880 +Q86UR5 + P60880 +Q8NFX7 - P60880 +Q96QT4 + P04083 +Q9NQ66 - Q96QT4 +Q96QT4 + Q9BX84 +Q9BX84 + Q96QT4 +P19174 - Q96QT4 +Q96QT4 + O00418 +Q9NZU7 - Q9UL62 +Q9NZU7 - Q9UQM7 +P04629 + P19174 +P46934 - P04629 +P04629 + P29353 +P04629 + P46108 +P01138 + P04629 +P04629 + P01138 +P04629 + P35568 +P04629 + P00519 +Q13501 + P04629 +P04629 - P27986 +P04629 + P62993 +P04629 + O14492 +P22681 - P04629 +Q9Y4K3 - P04629 +P04629 + P27361 +Q13191 - P04629 +P04629 + Q8WU20 +Q8WU20 + P04629 +Q96PU5 - P04629 +P04629 + P62834 +P04629 + Q96EY1 +P04629 + Q9NRF2 +Q9NRF2 + P04629 +P04629 + A7KAX9 +P04629 + P20936 +P04629 + Q92529 +P04629 + Q13588 +P08138 - P04629 +P04629 + P98077 +P04629 + P42679 +P04629 + Q13972 +P04629 + O43559 +P34130 + P04629 +P04629 + Q9ULH0 +Q86VW0 + Q9UL62 +P00533 + Q03135 +Q03135 + P48995 +Q03135 + P06241 +P18031 - Q03135 +Q03135 + P09619 +Q03135 + Q07889 +Q03135 + O75581 +P04150 + Q03135 +Q03135 + P17096 +P06213 + Q03135 +P35568 + Q03135 +P37231 + Q03135 +P00519 + Q03135 +Q03135 - P67775 +Q03135 - P35968 +Q03135 - P50281 +Q03135 + P16234 +Q03135 + Q9UQ49 +Q03135 - P35613 +P48729 + Q14247 +P48729 + P25054 +P48729 - P10070 +P48729 + P55957 +P48729 + P04637 +P48729 - P98177 +P48729 - P17181 +P48729 + P27348 +P48729 - O60346 +P48729 - P30304 +P48729 + Q9Y2B4 +P48729 + O75581 +P48729 + P49841 +P48729 - P10071 +P48729 + Q99835 +P48729 + P16220 +P48729 + P37840 +P48729 - O43524 +P48729 + P55316 +P48729 + Q00987 +P48729 + P17931 +P48729 - Q13158 +P48729 - O60260 +O15169 + P48729 +P48729 + O15169 +P29590 + P48729 +P48729 + O15151 +P48729 - Q8TB45 +P48729 - A8MYZ6 +P48729 - Q9NRF8 +P48729 - Q12968 +P17252 - P19429 +P17612 + P19429 +Q13043 + P19429 +P05129 - P19429 +P67775 - P19429 +O75914 - P19429 +P17252 + P17677 +Q00535 - P16949 +P17612 - P16949 +P45983 - P16949 +P45984 - P16949 +Q96GD4 + P16949 +P53779 - P16949 +P06493 + P16949 +Q13153 - P16949 +P16949 - Q8NG68 +Q8TAS1 - P16949 +P78527 + P55072 +P31749 + P55072 +P26045 - P55072 +P55072 + Q92890 +Q9UKV5 + P55072 +P55072 + Q8TAT6 +Q8TD43 - Q13507 +P16885 + Q13507 +Q9Y225 - Q13507 +Q14573 + Q13507 +P41180 + Q13507 +P17252 - Q13507 +P62158 - Q13507 +P19235 + Q13507 +Q96J92 - Q13507 +Q86YM7 + Q13507 +P12931 + Q13507 +P48995 + Q13507 +Q13507 + P48995 +Q96D31 + Q13507 +P19174 + Q13507 +O75385 + O95166 +Q676U5 + O95166 +Q9NT62 + O95166 +O95166 + O95352 +O95352 + O95166 +Q96A56 + O95166 +Q14596 + O95166 +Q9H1Y0 + O95166 +O95166 - O14641 +Q8IXH6 + O95166 +O95166 + Q3MII6 +Q8TC07 + O95166 +P35222 + P11362 +P98161 - P35222 +Q13554 - P35222 +P35222 + P00533 +P17612 + P35222 +P12830 + P35222 +P35222 + P12830 +P35222 + P12931 +P35222 + Q9UBN4 +Q15139 + P35222 +O14745 + P35222 +P18031 + P35222 +O94907 + P35222 +P35222 + O94907 +P35222 + P36402 +P35222 + Q16665 +P68400 + P35222 +P35222 + Q9NZI8 +P35222 + Q12778 +P46937 + P35222 +P08069 - P35222 +P35222 - P08069 +P49840 - P35222 +P35222 + O75030 +P35222 + Q09472 +Q09472 + P35222 +P35222 + P98177 +Q00534 + P35222 +P35222 + P15172 +P45984 + P35222 +Q9HCK8 - P35222 +Q86X55 + P35222 +P31749 + P35222 +P63104 + P35222 +P35222 + P20823 +Q92585 + P35222 +P08581 - P35222 +P35222 - P08581 +O60907 - P35222 +P46531 - P35222 +P35222 + Q9NQB0 +P04628 + P35222 +P35222 + P42336 +Q9NSA3 - P35222 +P31751 + P35222 +P51532 + P35222 +Q8IUQ4 - P35222 +Q6P1J9 + P35222 +P35222 + Q9Y4A5 +P16220 + P35222 +P11473 + P35222 +Q9H6I2 - P35222 +P35222 + O43524 +P19793 - P35222 +P35222 + P27986 +P67775 + P35222 +P51955 + P35222 +Q9UJU2 - P35222 +P30968 + P35222 +Q13526 + P35222 +Q13153 + P35222 +P35222 - Q9UIK4 +P35222 - P24385 +P35222 + P35354 +O60260 + P35222 +Q9UBE8 - P35222 +P35222 - P48431 +P10586 + P35222 +P67870 + P35222 +P35222 + P01106 +O95996 - P35222 +P35222 + P22736 +P35222 + P68431 +Q92793 + P35222 +Q92997 - P35222 +P23467 + P35222 +P35222 + P15884 +O00512 + P35222 +P35222 + O15105 +P35222 + Q99697 +P35222 - P41235 +Q9HAU4 + P35222 +Q9UI14 - P35222 +P46940 - P35222 +P35222 + Q9Y2T1 +P35222 + P16591 +Q9H1A4 - P35222 +P19784 + P35222 +P41225 - P35222 +O96013 + P35222 +Q8N752 - P35222 +Q13308 - P35222 +P24666 + P35222 +P49789 - P35222 +P35222 + Q12913 +Q92729 - P35222 +P28827 + P35222 +P35222 + Q9HCS4 +P17252 + Q07869 +Q07869 + Q9Y618 +Q07869 - Q12778 +P45983 + Q07869 +P28482 + Q07869 +Q07869 + P45984 +Q07869 + P07900 +Q9UBK2 + Q07869 +Q04206 - Q07869 +P19793 + Q07869 +Q07869 + P19793 +O75376 - Q07869 +Q15788 + Q07869 +P27361 + Q07869 +Q13133 + Q07869 +Q15466 + Q07869 +P28702 + Q07869 +Q07869 + P28702 +P55055 + Q07869 +Q07869 + P55055 +Q07869 - P07148 +Q00535 - P29474 +P17252 - P29474 +P60709 + P29474 +P62158 + P29474 +P17612 + P29474 +Q02156 - P29474 +P62140 + P29474 +Q05513 - P29474 +P05129 - P29474 +P04637 - P29474 +P07900 + P29474 +P08238 + P29474 +P31749 + P29474 +Q9Y478 + P29474 +P30411 - P29474 +P22612 + P29474 +Q04759 - P29474 +P08047 + P29474 +P41743 - P29474 +P31751 + P29474 +P62136 + P29474 +Q9Y243 + P29474 +P36873 + P29474 +O43707 - P29474 +Q14289 - P29474 +P24723 - P29474 +P00533 + P29466 +P49662 + P29466 +P29466 + Q14116 +Q5EG05 - P29466 +P29466 - P51878 +P29466 + P58753 +P29466 + P09038 +P04637 + P29466 +P29466 + P04637 +P50453 - P29466 +P29466 + P42574 +Q8NHY2 - P29466 +P42224 + P29466 +P29466 + P55210 +P29466 - Q9C000 +Q9C000 + P29466 +P29466 - P04406 +P10144 + P29466 +P57730 - P29466 +O43353 - P29466 +P29466 + Q12772 +P29466 - Q9ULZ3 +Q9ULZ3 + P29466 +P29466 - Q9Y2G2 +Q9Y2G2 - P29466 +Q6UXS9 - P29466 +P29466 - P06733 +P29466 - P04075 +P29466 - P60174 +Q13153 + P29466 +P29466 + P01583 +P29466 + O95760 +P29466 - O60260 +P29466 + Q9NZH6 +Q9Y239 + P29466 +Q8WXC3 - P29466 +P29466 + O15553 +P29466 - Q9NX02 +Q5XLA6 - P29466 +P29466 - P20810 +P62491 + Q9H1D0 +P62491 + Q9NQA5 +P62491 + P78504 +Q96H15 + Q96D42 +P62158 - P24588 +P24588 + Q9HBA0 +P11362 - Q14247 +Q02156 + P11362 +P11362 + O00459 +P11362 + P19174 +Q01094 + P11362 +P11362 + P28482 +P28482 - P11362 +P09038 + P11362 +P11362 + P09038 +Q16539 - P11362 +P11362 + P14317 +P11362 + P56945 +P11362 + P27986 +P11362 + P62993 +P11362 + Q15118 +P11362 + Q92793 +P27361 - P11362 +P05230 + P11362 +P11362 + Q8WU20 +O60258 + P11362 +O76093 + P11362 +P11362 + Q15464 +P11362 + P00338 +P11362 - O60506 +P11362 + P26196 +P12034 + P11362 +Q9GZV9 + P11362 +P13591 + P11362 +P11362 + Q86X29 +P11362 + Q92625 +P17252 + Q8TD43 +P62158 + Q8TD43 +P62166 + Q9UL62 +P00533 + P04083 +P17252 + P04083 +P04083 + P12931 +P12931 + P04083 +P05129 + P04083 +P24723 + P04083 +P04083 + P21462 +P00533 + P16885 +P16885 + P00533 +P06239 + P16885 +P12931 + P16885 +P06241 + P16885 +P04626 + P16885 +P27986 + P16885 +Q06187 + P16885 +Q13094 + P16885 +P43405 + P16885 +Q8WV28 + P16885 +Q9Y225 - Q9Y210 +Q9Y225 - Q9UBN4 +Q8TDD5 + Q9NQA5 +Q9NQA5 + Q8TDD5 +P12931 + Q00610 +Q676U5 + Q00610 +Q13492 + Q00610 +P17252 + O94759 +P62158 + O94759 +Q5JVL4 + O94759 +P04637 - O94759 +O95835 - Q9GZV5 +Q9GZV5 + P15172 +Q9GZV5 + P23760 +Q9GZV5 + P84022 +Q9GZV5 + Q06710 +Q9GZV5 + Q15796 +Q9GZV5 - P37231 +Q9GZV5 + P43699 +Q9GZV5 - O14640 +Q9GZV5 + Q13950 +P48730 - Q9GZV5 +Q13188 + Q9GZV5 +Q9NRM7 - Q9GZV5 +Q06187 + Q9GZV5 +Q9UDY2 - Q9GZV5 +Q9GZV5 + Q99594 +Q9GZV5 + P28347 +Q4VCS5 - Q9GZV5 +Q9GZV5 + Q15361 +Q9GZV5 + Q15562 +Q9GZV5 + Q15561 +Q9UKS6 + Q9HBA0 +P62158 + Q9Y210 +P48995 - Q9Y210 +P20591 + Q9Y210 +P06241 + Q9Y210 +Q9UL62 - Q9Y210 +Q00535 + Q14247 +Q00535 + P12931 +P06241 + Q00535 +Q00535 + P17600 +Q00535 + Q14653 +Q00535 + Q15642 +Q00535 + P18858 +Q00535 + P26358 +Q00535 + Q13485 +Q00535 + P27694 +Q00535 + P04637 +Q00535 + P05067 +Q00535 + Q16526 +Q00535 + Q15349 +Q00535 + O94916 +Q00535 + P49459 +Q16623 + Q00535 +Q00535 + P14317 +Q00535 + Q9UD71 +Q9UD71 - Q00535 +Q00535 - P06400 +Q00535 + P15311 +Q00535 + Q9GZM8 +Q00535 + Q9UER7 +Q00535 + P17980 +Q00535 + P49768 +Q00535 + Q13315 +Q00535 + Q13330 +Q00535 + Q9Y490 +P00519 + Q00535 +Q00535 + P18887 +Q00535 + O15516 +Q00535 + Q13164 +Q00535 + P11831 +Q00535 + P10275 +Q00535 - P62136 +Q00535 + P20749 +Q00535 - Q13153 +Q00535 - Q8NEB9 +Q00535 - Q13794 +Q00535 + O43464 +P48730 + Q00535 +Q00535 - Q15078 +Q15078 + Q00535 +Q00535 + P22681 +Q00535 + Q8WUF5 +Q00535 + P40763 +Q00535 - Q96RR4 +Q00535 + Q05397 +Q00535 + Q14194 +Q00535 + Q8N5S9 +Q00535 + O00213 +Q00535 + P42858 +Q00535 + P14921 +Q00535 + Q15942 +Q00535 + P31146 +Q00535 + Q14934 +Q00535 + P12036 +Q00535 + P49418 +Q00535 + Q9NYB9 +Q00535 + Q14195 +Q5TCY1 + Q00535 +Q00535 + O43426 +Q00535 - Q15833 +Q00535 - P07814 +Q00535 + Q99490 +Q00535 + P56693 +Q00535 + O75553 +Q00535 - O60331 +Q00535 + O14519 +Q13319 + Q00535 +Q00535 + Q9UKY1 +Q00535 + O75494 +Q00535 + P38919 +Q00535 + O14827 +Q00535 - P61764 +Q00535 + Q9Y3Q8 +P12931 + P98161 +P08047 + P98161 +P51817 + P98161 +P62158 + Q13554 +Q13554 + P17612 +Q13554 + Q9NQC7 +P01148 + Q13554 +Q13554 - P49840 +Q13554 + P42224 +Q13554 + Q13131 +P27797 - P10275 +P27797 + P06858 +P27797 - P07237 +P27797 + Q14162 +P41220 - Q9H1D0 +P62158 - Q9H1D0 +P60903 + Q9H1D0 +P12931 + Q9H1D0 +P48995 - Q9H1D0 +Q9H1D0 + Q9NQA5 +Q9NQA5 + Q9H1D0 +P06241 + Q9H1D0 +P18031 - Q9H1D0 +Q86UT5 + Q9H1D0 +Q14573 + Q9HBA0 +P17612 + Q92736 +Q9UQM7 + Q92736 +P41220 - P08754 +P41220 - P50148 +P41220 - P29992 +P17252 - P41180 +Q99750 - P48995 +Q13043 + Q99750 +O00238 + Q99750 +Q13424 + P29475 +P04626 + Q13424 +P53778 + Q13424 +P42574 + P05198 +P33981 + P05198 +Q16656 + P05198 +P47813 + P05198 +Q13627 - P05198 +Q8TCW9 - P05198 +P14416 + P08754 +P21554 + P08754 +P35372 + P08754 +P08754 + Q9UL62 +P08754 - O95622 +Q99835 + P08754 +P48039 + P08754 +P51681 + P08754 +P08754 - Q08828 +P25025 + P08754 +P25105 + P08754 +P30874 + P08754 +P46663 + P08754 +P41145 + P08754 +P30872 + P08754 +P41143 + P08754 +P08173 + P08754 +P08754 - Q08462 +P08172 + P08754 +P21728 + P08754 +P35462 + P08754 +P41146 + P08754 +Q14831 + P08754 +P08913 + P08754 +P08908 + P08754 +P30542 + P08754 +P34972 + P08754 +P17252 + P00533 +P07948 + P00533 +P00533 + P12830 +P12830 + P00533 +P00533 + P12931 +P12931 + P00533 +Q15139 + P00533 +P00533 + Q8NET8 +P00533 + O00459 +P18031 - P00533 +P00533 + P19174 +P19174 + P00533 +P00533 + Q01094 +P00533 + P42229 +P00533 + P23458 +P00533 - P08069 +P00533 + P28482 +P46934 - P00533 +P00533 + P46109 +P00533 + P29353 +P04637 + P00533 +P00533 + P42574 +P00533 + Q07889 +P00533 + P42224 +P00533 + Q02750 +Q13671 + P00533 +P00533 + P78527 +P00533 + Q16539 +Q16539 - P00533 +P00533 + P16144 +P00533 + P15311 +P17275 + P00533 +P25445 + P00533 +P51451 + P00533 +P00533 + P15941 +P00533 + P01133 +P01133 + P00533 +P00533 + Q13480 +P17936 + P00533 +P00533 + O15492 +P00519 + P00533 +P00533 + P21860 +P18146 + P00533 +P00533 + P04626 +P04626 + P00533 +P00533 + Q06124 +Q06124 - P00533 +P00533 + P12004 +Q15759 - P00533 +P17706 - P00533 +P00533 + Q9ULV8 +Q9ULV8 - P00533 +P10275 + P00533 +P00533 - P56945 +O60716 + P00533 +P00533 - O60716 +P00533 + P27986 +P06493 - P00533 +P01135 + P00533 +P00533 + P67775 +P67775 + P00533 +P62993 + P00533 +P00533 + P24385 +P00533 + P22681 +P00533 + P40763 +P00533 + P35354 +P00533 + Q05397 +P00533 + P03372 +P00533 + P16333 +P08253 + P00533 +P01137 + P00533 +P00533 + P27361 +Q13546 - P00533 +P10276 + P00533 +P00533 + P51692 +P05362 + P00533 +P07585 - P00533 +P00533 + Q92569 +P00533 + Q07912 +Q9Y5X1 + P00533 +P00533 + Q13191 +P35070 + P00533 +P00533 + Q07890 +Q99075 + P00533 +P00533 + P62330 +Q16512 - P00533 +P00533 + P13688 +P15514 + P00533 +P00533 + P52735 +P52735 + P00533 +P09769 + P00533 +P00533 + P15498 +P00533 + O43639 +P51452 - P00533 +P00533 + Q96JA1 +Q96JA1 - P00533 +P00533 + O14964 +P00533 + P20936 +P20936 + P00533 +P00533 + P09211 +P09211 + P00533 +P00533 + Q92529 +Q96CW1 - P00533 +Q9UJM3 - P00533 +P00533 + Q14289 +Q14289 + P00533 +P00533 + Q13588 +P35221 + P00533 +Q9HAU4 - P00533 +P00533 + P98077 +P00533 + O14939 +Q96B97 + P00533 +P00533 + Q99418 +P00533 + Q92558 +P00533 + P61925 +O14944 + P00533 +P00533 + P03971 +P00533 + O00750 +P00533 + P42566 +P42566 + P00533 +Q6UW88 + P00533 +P14923 + P00533 +Q9Y6I3 - P00533 +Q99527 + P00533 +Q12913 + P00533 +Q15262 - P00533 +P00533 + Q12929 +O14828 - P00533 +P00533 + O14828 +Q8WUM4 - P00533 +P40818 + P00533 +P00533 + P18085 +P00533 + Q6S5L8 +P24821 + P00533 +Q8IZV2 + P00533 +Q99623 - Q9BX84 +Q96GD4 + Q99623 +Q08345 + Q99623 +Q99623 - P03372 +O00238 + Q99623 +Q16566 - Q99623 +Q8IU85 + Q99623 +P17252 + Q14247 +P17252 - Q9NQ66 +P17252 + P61586 +P61586 + P17252 +P12931 + P17252 +P17252 + P12931 +P17252 + Q15139 +P17252 + P21333 +P17252 - P29966 +P17252 + Q9NQA5 +P19174 + P17252 +P17252 + P50552 +P17252 - P29475 +P17252 - P05204 +P17252 - P49840 +P17252 + P28482 +P28482 + P17252 +P17252 + Q16236 +P17252 + P11137 +P17252 + Q13393 +Q13393 + P17252 +P17252 + P55273 +Q6R327 + P17252 +O60346 - P17252 +P17252 + P63104 +P17252 + P15311 +P17252 - P08581 +P17252 + P15056 +P17252 - P49841 +P17252 + P49768 +P17252 + O14920 +P17252 + P05107 +P17252 + P06730 +P17252 + P06213 +P17252 + P05556 +P17252 + O95622 +P17252 + P00519 +P17252 - P10721 +P17252 + Q99801 +P17252 + P63000 +P63000 + P17252 +P17252 + P23588 +P17252 - Q86UR1 +P17252 + Q06124 +P17252 - P38936 +P17252 - P23528 +P17252 + O14746 +P17252 - P11831 +P17252 - P05114 +P67775 - P17252 +P17252 + P08670 +Q13526 + P17252 +O15530 + P17252 +P17252 + P78536 +P17252 + P30086 +P17252 + Q13009 +P17252 + O15111 +Q15118 + P17252 +P17252 - Q96KS0 +P17252 - P24844 +P17252 + P15336 +P17252 - Q92793 +P17252 + P27361 +P17252 + P10276 +P17252 - Q05682 +P17252 + O14641 +P17252 - O95644 +P17252 - Q15121 +P17252 + Q13574 +P17252 - P52565 +P17252 + P29972 +P17252 + O43294 +P17252 + Q9Y624 +P17252 + O60479 +Q9BYM8 + P17252 +P17252 + P43405 +P43405 + P17252 +P17252 - P09651 +P17252 - P21731 +P17252 + P08567 +P17252 + P01116 +P17252 - Q9UBS0 +P17252 - P30622 +P17252 + Q14934 +P17252 + Q96RI1 +P17252 + Q13418 +P17252 + P14598 +P17252 + P46940 +P17252 + Q8IV61 +P17252 - Q5JVS0 +P17252 + P47712 +Q6ZVD8 - P17252 +P17252 + P18206 +P17252 + O94806 +P17252 + O14939 +P17252 + P34741 +Q9NPB6 + P17252 +P17252 + Q00975 +P17252 + Q08462 +P17252 - Q99418 +P17252 - Q16854 +P17252 - P23415 +P17252 + P02686 +P17252 - P14867 +P17252 + P39086 +P17252 - O94856 +P17252 + Q14831 +P17252 + Q9Y263 +P17252 + Q13522 +P17252 - Q12879 +P17252 - P42261 +P17252 + P18433 +P17252 + P31431 +P17252 - P52566 +P17252 + P28329 +P17252 + Q07954 +P17252 + Q8NFA2 +P17252 + Q9UJY1 +P17252 - O14986 +P54792 + P17252 +P17252 + P48058 +P17252 - O60928 +P17252 - P21399 +P17252 + Q96PH1 +P17252 - O60869 +P17252 - P35367 +P17252 + Q13769 +P17252 + P06127 +P17252 + P13726 +P17252 - Q9BR76 +P17252 - P35612 +P17252 + P26010 +P17252 + O75534 +P17252 + P38919 +P17252 - P61764 +P17252 + Q9NS61 +P17252 + Q15056 +P17252 + P35368 +O60341 - P60709 +Q05655 + P60709 +Q9Y6W5 + P60709 +O15143 + P60709 +P60709 - Q13393 +P15311 + P60709 +P60709 + P24928 +Q9UPY6 + P60709 +P63000 + P60709 +P23528 - P60709 +P60709 - P23528 +P06396 - P60709 +P46940 + P60709 +Q92558 + P60709 +O14950 + P60709 +Q9UQB8 + P60709 +Q99683 + O75340 +O14810 + P63027 +P21980 + P51178 +P21980 - Q9NQA5 +P42574 + P21980 +P21980 + P06400 +P21980 + P68431 +P17612 - P54646 +P54646 + P17612 +O43318 + P54646 +P54646 - P50552 +Q8IYT8 - P54646 +P54646 + P45983 +P54646 + Q99856 +P54646 + Q13393 +P54646 + Q15349 +P54619 + P54646 +P54646 - P36956 +O75385 - P54646 +P54646 + O75385 +P54646 + O14920 +P54646 + P06213 +P54646 + P49815 +Q15831 + P54646 +P54646 - Q13085 +P54646 + Q00987 +P54646 - Q53ET0 +P54646 + Q92574 +P54646 + Q8WUF5 +P54646 - Q8N122 +Q96RR4 + P54646 +P54646 + Q8N5S9 +Q8N5S9 + P54646 +P54646 + Q15654 +P54646 + O60825 +P41159 + P54646 +P54646 + Q15942 +P54646 + P41235 +P54646 + Q14934 +P54646 + O00418 +P54646 - Q9UQB8 +P54646 - O00763 +P54646 + P29692 +P54646 - Q9BZL4 +P54646 + Q14202 +P54646 + Q86V48 +P54646 + Q9UMY1 +P54646 + O95149 +P62158 + Q08209 +Q08209 - P21333 +P42574 + Q08209 +Q08209 - Q9UD71 +Q08209 + Q53ET0 +Q08209 + Q92934 +Q08209 - P10636 +P53805 - Q08209 +Q08209 + O95644 +Q08209 + Q14934 +Q08209 + Q13469 +Q08209 + P14867 +Q08209 - Q13522 +Q9Y6J0 - Q08209 +Q08209 + Q8WYL5 +Q08209 + O00429 +Q08209 + O43426 +Q08209 + Q12968 +Q9UQM7 + P16615 +P26678 - P16615 +P62158 + Q9NQ66 +Q9NQ66 + P62158 +P62158 + Q9HBA0 +P62158 - P14416 +P62158 - P48995 +P62158 - P29966 +P62158 - Q9NQA5 +P62158 + P29475 +P62158 + Q13671 +P62158 + P31749 +P06213 - P62158 +P62158 - Q15796 +P62158 + P63000 +P62158 + Q9UQM7 +P62158 + P63098 +P62158 - P01111 +P62158 + Q96RR4 +P62158 + Q8N5S9 +P62158 + Q08828 +P62158 + Q15746 +P62158 + P16298 +P62158 - P25098 +P62158 + P46940 +P62158 + O00418 +P62158 + Q01064 +P62158 + P35611 +P62158 - Q9P0L0 +P62158 - O15020 +P62158 + Q16566 +Q16566 + P62158 +P62158 - P20336 +P62158 + P54750 +P62158 + Q99578 +P62158 + O14795 +P62158 + Q14123 +P62158 + Q13972 +P62158 - Q14831 +P62158 - Q12879 +P62158 + P48454 +P62158 + Q13555 +P62158 + Q13557 +P62158 - Q9UQD0 +P62158 + P40145 +P05937 + Q9NQA5 +P05937 + P29218 +P10144 - O00165 +P61586 + O60610 +O60610 + P63000 +O00212 + O60610 +Q15109 + O60610 +P46940 + O60610 +O60610 + P55283 +O60610 + Q9UQB8 +P60903 + Q9NQA5 +P60903 - P47712 +P17612 + Q14247 +P06239 + Q14247 +Q15139 - Q14247 +P06241 + Q14247 +P49023 + Q14247 +P08069 + Q14247 +P28482 + Q14247 +P30291 + Q14247 +Q15349 + Q14247 +P31749 + Q14247 +Q15208 + Q14247 +P08581 + Q14247 +P49841 + Q14247 +P50613 + Q14247 +Q14247 + O00401 +P11802 + Q14247 +P00519 + Q14247 +P23443 + Q14247 +Q13177 + Q14247 +P11309 + Q14247 +P45985 + Q14247 +Q13153 + Q14247 +P68133 + Q14247 +P42684 + Q14247 +P27361 + Q14247 +Q07912 + Q14247 +P41240 + Q14247 +P21802 + Q14247 +P09769 + Q14247 +P51813 + Q14247 +P43403 + Q14247 +Q14247 + P61160 +P43405 + Q14247 +Q14289 + Q14247 +O00238 + Q14247 +P16591 + Q14247 +Q9Y2H1 + Q14247 +O96013 + Q14247 +Q16832 + Q14247 +P24723 + Q14247 +P22455 + Q14247 +Q00526 + Q14247 +Q13557 + Q14247 +Q9NR20 + Q14247 +Q14247 + O15144 +Q8IVW4 + Q14247 +Q14247 + P61158 +Q6J9G0 + Q14247 +Q6P3W7 + Q14247 +P17612 - Q9NQ66 +P50148 + Q9NQ66 +Q9NQ66 + Q02156 +Q9NQ66 + Q05655 +P29992 + Q9NQ66 +Q9NQ66 + P29992 +Q13255 + P50148 +P48995 - Q13255 +Q13255 + P48995 +Q13255 + P29992 +P08047 + Q9Y5K6 +P16220 + Q9Y5K6 +P50148 + P61586 +P61586 + P19174 +P46527 - P61586 +P61586 - P46527 +P61586 + P45983 +P42226 + P61586 +P61586 + Q13393 +P61586 + Q16513 +P61586 + O75116 +P61586 + O14578 +Q14344 + P61586 +P61586 + Q13464 +Q9H8V3 + P61586 +P36897 + P61586 +P61586 + Q14192 +P61586 + P07737 +O75962 + P61586 +P52565 + P61586 +Q9HCE7 + P61586 +P61586 + Q16512 +P61586 + Q86UP2 +P52735 + P61586 +Q8N5V2 + P61586 +P15498 + P61586 +A7KAX9 + P61586 +Q92974 + P61586 +Q9NPG1 + P61586 +Q12802 + P61586 +Q9Y4D1 + P61586 +Q9NZN5 + P61586 +Q13972 + P61586 +Q92888 + P61586 +P61586 + P78357 +Q03113 + P61586 +P52306 + P61586 +Q9H4E7 + P61586 +Q9UKW4 + P61586 +Q6ZSZ5 + P61586 +O15085 + P61586 +P10911 + P61586 +Q9NR81 + P61586 +Q7Z628 + P61586 +O15068 + P61586 +Q86VW2 + P61586 +Q12774 + P61586 +Q7Z6B7 - P61586 +P85298 - P61586 +O60890 - P61586 +P07948 + Q9HBA0 +P17612 + Q9HBA0 +P06239 + Q9HBA0 +P12931 + Q9HBA0 +P48995 + Q9HBA0 +Q9HBA0 + P48995 +P06241 + Q9HBA0 +Q13438 - Q9HBA0 +P07948 + P19235 +P07948 + P19174 +P07948 - P46527 +P07948 + P42229 +P07948 + Q05655 +Q05655 + P07948 +P07948 + P29353 +P07948 + P11137 +P07948 + P11274 +P07948 + P14317 +P07948 + P11912 +P07948 + P15391 +P07948 + Q04759 +P07948 + Q13480 +P07948 + Q9H400 +P07948 + O15492 +P07948 + P00519 +P07948 + P10721 +P10721 + P07948 +P07948 + O75807 +P07948 + P29350 +P29350 - P07948 +P07948 + P37840 +P07948 + P56945 +P07948 + P27986 +P07948 + P61978 +P07948 + P22681 +P07948 + Q05397 +P07948 + Q06187 +P07948 + P27361 +P07948 + Q92569 +P41240 - P07948 +P07948 + Q14511 +P07948 + Q9UQC2 +P07948 + P48736 +P07948 + P15498 +P07948 + P20273 +P07948 + P43405 +P07948 + P32927 +P08575 + P07948 +P07948 + P12318 +P07948 + Q71U36 +P07948 + Q99704 +P07948 + Q9NYA1 +P07948 + Q14289 +Q14289 + P07948 +P07948 + Q01362 +P07948 + Q9GZY6 +P07948 + P11836 +P07948 + Q9UN19 +P07948 + P02730 +P07948 + Q13291 +P07948 + P31994 +P07948 + P31995 +P07948 + P40259 +P07948 + Q8NDB2 +P07948 + P30273 +P30556 + P50148 +P49407 + P30556 +P30556 + P19174 +P30556 + Q14344 +P25098 - P30556 +P01019 + P30556 +P30556 + Q9UBI6 +P19235 + P19174 +P19235 + P42229 +P42229 + P19235 +O60674 + P19235 +P19235 + O60674 +P19235 + P46109 +P19235 + P29353 +P19235 + Q9Y4H2 +P19235 + Q13480 +P19235 + P29350 +P29350 - P19235 +P01588 + P19235 +P19235 - P01588 +P19235 + P27986 +P19235 + P62993 +P19235 + P22681 +P22681 - P19235 +O14543 - P19235 +O14508 - P19235 +P17612 + P12931 +P17612 + P21333 +P17612 + Q9NQA5 +P06241 + P17612 +P17612 + P06241 +P17612 - P17600 +P17612 - P19174 +P19174 + P17612 +P17612 + P50552 +P17612 + Q14653 +P17612 - P29475 +P17612 - P25054 +P17612 + Q06455 +P17612 + Q15642 +P17612 - P55211 +P17612 - P10070 +P17612 - P49840 +P17612 + Q9UNE7 +P17612 + Q00059 +P17612 + Q14103 +P17612 + O14965 +P17612 + Q9Y230 +P17612 + Q14978 +P17612 + P48436 +P17612 - P36956 +P17612 + Q16539 +Q16539 - P17612 +P17612 + P19838 +O75582 + P17612 +P17612 + O75582 +P31749 + P17612 +P17612 + Q9UD71 +Q9UD71 - P17612 +P17612 + Q8TAQ2 +P17612 + Q9Y6Q9 +P17612 + P63104 +Q96GD4 + P17612 +P17612 + Q13263 +P17612 + O75581 +P17612 + P15311 +P17612 + Q04206 +P17612 + Q00613 +P17612 + Q9UER7 +P17612 + P15056 +P17612 - Q9GZQ8 +P17612 + P43243 +P17612 - P27708 +P04628 + P17612 +P17612 - P35568 +O95622 + P17612 +P17612 - Q92837 +P17612 + Q13426 +P17612 + P23443 +P23443 + P17612 +P17612 + Q13185 +P17612 + Q14738 +P17612 - Q86UR1 +Q8IW41 + P17612 +P04626 + P17612 +P17612 + P04626 +P17612 - O14558 +Q6VAB6 + P17612 +P17612 + Q13112 +P17612 + P01100 +P17612 - P13807 +P17612 + P16220 +P17612 - P11831 +P17612 - P05114 +P17612 - O60716 +P17612 + Q15831 +P67775 - P17612 +P17612 + Q9UMX1 +P17612 + Q13526 +Q13153 + P17612 +P17612 + P61978 +O15530 + P17612 +P17612 - Q9BY41 +P17612 + P22681 +P17612 + Q8WUF5 +P17612 - Q96RR4 +Q96RR4 + P17612 +Q9UBE8 + P17612 +P17612 + Q96PM5 +P17612 + Q8N5S9 +P17612 + O15151 +P17612 + P15336 +P17612 + O75081 +P17612 + P68431 +P17612 + Q92793 +P17612 + O14980 +P17612 + P10276 +P17612 + Q07955 +O60285 + P17612 +O00755 + P17612 +P17612 + Q9NRA8 +P17612 - O95644 +P17612 + P41240 +P41240 + P17612 +P17612 + Q04917 +P17612 - P07550 +P17612 + P13796 +P17612 - Q96PU5 +P17612 + P62258 +P17612 + P10644 +P17612 + P62834 +Q9Y463 + P17612 +P17612 + P84243 +P17612 + P16070 +P17612 + Q15942 +P13612 + P17612 +P17612 + P13612 +P43403 + P17612 +P17612 + Q9UQL6 +P17612 + P61224 +P17612 + P32927 +P17612 - Q13131 +Q13131 + P17612 +P17612 - P21731 +P17612 + Q12809 +P17612 + O43566 +P17612 - Q9NZV8 +P17612 - O00555 +P17612 + Q14934 +P17612 + Q13418 +Q13418 + P17612 +P17612 + P14598 +P17612 + P13569 +P17612 - P07196 +P17612 + Q12972 +P17612 - P35236 +P17612 - Q9H0K1 +P09341 - P17612 +P17612 + P32245 +P17612 - P35611 +P17612 + Q08499 +P17612 - P21728 +P17612 + P23415 +P17612 - P54829 +P17612 + Q86UR5 +P17612 + Q13370 +P17612 + O76074 +P17612 - P14867 +P17612 + Q9Y6E0 +P61925 - P17612 +P17612 - P48050 +P17612 + P39086 +P17612 + Q13972 +P17612 + Q14831 +P17612 - P48549 +P17612 + Q9Y2J0 +P17612 + Q12879 +P17612 + P42261 +P17612 + P39905 +P17612 + Q16790 +Q13555 + P17612 +P17612 + P05549 +P17612 + Q8N752 +P17612 + Q13002 +P17612 + Q9UNY4 +P17612 + P31323 +P17612 - P54296 +P17612 + Q9HC16 +Q9UBI6 - P17612 +P17612 + Q9NXR1 +P17612 - P19544 +P17612 + Q8IWU9 +P78362 + P17612 +P17612 - O14813 +P17612 - P33076 +P17612 + P48058 +P17612 + P36382 +Q96S53 + P17612 +P17612 + O60928 +P17612 + Q9NP97 +P17612 - Q9H2S1 +P27448 + P17612 +P17612 + P24390 +P17612 + Q9NRD9 +P17612 + Q05209 +P17612 - P35367 +P17612 + P50549 +P17612 - P15924 +Q13557 + P17612 +P17612 + Q14896 +P17612 - Q00536 +P49760 + P17612 +P17612 + Q6UN15 +P17612 + O14649 +P17612 + O00168 +P17612 + Q9NPC2 +P17612 - Q15054 +P17612 - O43665 +P17612 + P41161 +P17612 + Q12968 +Q9HBY8 + P17612 +P17612 - Q9BZE0 +Q86Z02 + P17612 +O75716 + P17612 +P17612 + Q6IE81 +Q92667 + P17612 +P17612 + Q9UKY1 +P17612 + P52943 +P17612 + O43150 +P17612 + Q6PKG0 +Q8NE63 + P17612 +P17612 + O94763 +P17612 + Q96GN5 +P17612 + Q9H814 +P17612 + O60240 +P17612 + Q14151 +P17612 + P50747 +P17612 + Q7LDG7 +P17612 + Q9Y5B6 +Q7Z7A4 + P17612 +P68400 + P54274 +P54274 - P54132 +Q13315 + P54274 +Q96MF7 + P54274 +P53350 + P54274 +Q15691 - P54274 +O00141 + Q96J92 +Q96J92 - P55017 +Q13586 + P48995 +Q13586 + Q96D31 +P28482 + Q13586 +P06493 - Q13586 +P14416 + P48995 +P14416 + Q01959 +P14416 + P09471 +P14416 + O14775 +Q14571 + P48995 +P06239 + P19174 +P06239 + P04049 +P06239 + P45983 +P06239 + P42229 +P06239 + P49023 +P06239 + P28482 +P06239 + P29353 +P06239 + Q07889 +P06239 + P45984 +P06239 + P42224 +P06239 + Q16539 +P06239 + P52630 +P06239 + P11912 +P06239 + O43561 +P04150 + P06239 +P01730 + P06239 +P06239 + P46531 +P06239 + P15941 +P06239 + P25963 +P06239 + Q04759 +P06239 + Q13480 +P06239 + Q9H400 +P06239 + P10721 +P06239 + P29350 +P06239 + P56945 +P06239 + P61978 +P06239 + P22681 +P22681 - P06239 +P06239 + P40763 +O14543 - P06239 +P06239 + O14543 +P06239 + Q05397 +P06239 + P03372 +P10586 + P06239 +P06239 + P27361 +P06239 - P52333 +P52333 - P06239 +P06239 + P10747 +P10747 - P06239 +P06239 + Q13444 +Q13191 - P06239 +P06239 + P52735 +P06239 + P48736 +P06239 + P09769 +P06239 + P15498 +P06239 + Q13094 +P06239 + Q08881 +P06239 + Q96LC7 +P06239 + P20138 +P43405 - P06239 +P06239 + P20936 +P06239 - Q9BZS1 +Q6ISU1 + P06239 +P08637 + P06239 +P06239 + Q99704 +P06239 + P20963 +Q14289 + P06239 +P06239 + P14784 +P14784 - P06239 +P06239 - Q9NWQ8 +Q9NWQ8 - P06239 +P18433 + P06239 +P06239 + Q9H4E7 +P06239 + P50548 +Q9Y2R2 - P06239 +P06239 + Q9H204 +Q9HD43 - P06239 +P06239 + Q9UQQ2 +P06239 + Q9UN19 +P06239 + P06127 +P06239 + Q13291 +P06239 + P07766 +P06239 + P40259 +P06239 + O60496 +P06239 + Q9Y3P8 +P06239 + Q8IWV1 +P06239 + Q6PIZ9 +P45983 + Q93045 +P53779 - Q93045 +P12830 + P12931 +P12931 + P12830 +Q15139 + P12830 +P06241 + P12830 +P68400 + P12830 +P12830 + O15143 +Q14344 + P12830 +Q92769 - P12830 +Q9UKT4 - P12830 +P12830 + O75581 +P08581 + P12830 +P12830 - P08581 +P49768 + P12830 +P60953 - P12830 +Q15672 - P12830 +O60716 + P12830 +P12830 + Q9NYG5 +Q9UQB3 + P12830 +O00192 + P12830 +P12830 + P35221 +P55060 + P12830 +Q03113 + P12830 +P19784 + P12830 +P12830 + O60331 +P12830 + P26010 +Q75N03 + P12830 +P12830 + P38570 +P12931 + Q15139 +Q15139 + P12931 +P12931 + Q13813 +P12931 - P49407 +P49407 + P12931 +P12931 + Q02156 +Q02156 + P12931 +P18031 + P12931 +P12931 + P19174 +P12931 - P46527 +P12931 + P04049 +P12931 + Q05513 +P07384 + P12931 +P12931 + P42229 +P12931 + Q05655 +Q05655 + P12931 +P12931 + P49023 +P08069 + P12931 +P12931 + P08069 +P12931 + P28482 +P12931 + P29353 +P12931 - P29317 +P09619 + P12931 +P12931 + P09619 +P12931 + Q07889 +P12931 + Q68CZ2 +P12931 + P37173 +P12931 + P42224 +P12931 + Q02750 +P07900 + P12931 +P12931 + P08238 +P12931 + O15162 +P12931 + Q9UKT4 +P12931 + P31749 +P31749 + P12931 +P12931 + P46108 +P12931 + P15311 +P12931 + Q04206 +P12931 + P51812 +P08581 + P12931 +P12931 - P08581 +P08887 + P12931 +P12931 + O14920 +P12931 + P15941 +P12931 + P30411 +P12931 + P25963 +P12931 + Q13480 +P12931 + Q9NRY4 +P12931 + P42336 +P12931 + P37231 +P12931 + P60953 +P12931 + O15492 +P12931 + P00519 +P12931 + P07949 +P12931 + P10721 +P12931 + P41743 +P12931 + P63000 +P63000 + P12931 +P12931 + Q86UR1 +Q99835 + P12931 +P12931 + P29350 +P04626 + P12931 +Q06124 + P12931 +P12931 + P06733 +P12931 - P23528 +P12931 - O14746 +P17706 - P12931 +P12931 + Q9ULV8 +P12931 + P10275 +P12931 + P37840 +P12931 + Q13177 +P12931 + P56945 +O60716 + P12931 +P12931 + O60716 +P12931 + Q13905 +P12931 + P19793 +P12931 + P27986 +P12931 + P01135 +P12931 - P67775 +P67775 - P12931 +P12931 + O15530 +P12931 + P01111 +P12931 + P62993 +P12931 - P53355 +P12931 + P22681 +P12931 + P40763 +P12931 - P19022 +P12931 + Q05397 +Q05397 + P12931 +P12931 + P06396 +P12931 + P35228 +P12931 + P29323 +P29323 + P12931 +P03372 + P12931 +P12931 + P03372 +P12931 + Q13009 +P12931 + O15111 +P12931 + P42684 +P12931 + Q06187 +P12931 + P35968 +P35968 + P12931 +P12931 + P10398 +P12931 - Q14790 +Q14790 + P12931 +P12931 + P51692 +P12931 + Q9Y371 +P12931 + Q92569 +Q01973 + P12931 +P12931 + Q15654 +P12931 - P52565 +P12931 + Q07666 +P12931 - P21802 +Q13191 - P12931 +P30530 + P12931 +P12931 + Q15746 +P12931 - Q8WU20 +P12931 - P50402 +P12931 + P13688 +P12931 + P15514 +P12931 + P52735 +P12931 + Q9UQC2 +P12931 + Q9NZC7 +P55196 + P12931 +P12931 + P51813 +P12931 + O15357 +A7KAX9 + P12931 +P12931 + A7KAX9 +P12931 + P20138 +P12931 + Q9UGK3 +P12931 + P43405 +P12931 + P09327 +P12931 - P41235 +P12931 + P01116 +P12931 + P12318 +P12931 + P35916 +P35916 + P12931 +P12931 + Q14289 +Q14289 + P12931 +P12931 + P07355 +P12931 + P33151 +P16234 + P12931 +P12931 - P18206 +P18206 + P12931 +P12931 - P34741 +P34741 + P12931 +P12931 + Q5VWX1 +P12931 + Q9Y2X7 +P12931 + O15020 +P12931 + P23415 +P12931 + P14867 +P12931 + Q92558 +P12931 + P78352 +P12931 + O15146 +P12931 + Q12879 +P12931 + P18433 +P18433 + P12931 +P12931 + P16662 +P12931 + P98172 +P98172 + P12931 +P12931 + P25092 +P21453 + P12931 +Q9Y2T4 - P12931 +P12931 + Q07954 +Q8TEW6 + P12931 +P12931 - P36544 +P12931 + P23743 +P12931 + P22001 +P12931 + Q16832 +P12931 + P14923 +P24723 + P12931 +P12931 + Q9UKW4 +P12931 - P48048 +P12931 + O43184 +P12931 + O00254 +Q8IZL8 + P12931 +P12931 + Q13017 +P12931 + O95297 +Q9HD43 - P12931 +P12931 + Q9UN19 +P12931 + P11511 +P12931 + P48167 +P12931 - P29320 +P29320 + P12931 +P05106 + P12931 +P12931 + Q14721 +P12931 - P52757 +Q12913 + P12931 +P12931 + Q9Y3Q4 +P12931 - P63010 +P12931 + P42681 +P12931 + Q9NR80 +P12931 + O60331 +P12931 - Q99961 +Q16825 + P12931 +P12931 + P16284 +P16284 + P12931 +P12931 + P26010 +P26010 + P12931 +P12931 + Q12929 +P12931 + Q9ULH1 +P12931 + P31994 +P12931 + P31995 +P12931 - Q8IVP5 +P12931 + Q8N5H7 +P12931 + O94887 +P50148 + Q9P212 +P50148 + P01112 +P50148 - P42336 +P50607 + P50148 +P48039 + P50148 +P16473 + P50148 +P50052 + P50148 +P21731 + P50148 +P25098 - P50148 +P25105 + P50148 +Q9NPG1 + P50148 +P55085 + P50148 +P46663 + P50148 +P30550 + P50148 +P25101 + P50148 +P35348 + P50148 +P49798 - P50148 +P49795 - P50148 +P28223 + P50148 +P28335 + P50148 +Q99500 + P50148 +P34995 + P50148 +Q9UBY5 + P50148 +P28336 + P50148 +Q99527 + P50148 +P32238 + P50148 +O95136 + P50148 +P43657 + P50148 +Q92633 + P50148 +P41595 + P50148 +P20309 + P50148 +P35368 + P50148 +P48995 + Q9UBN4 +Q9UBN4 + P48995 +P29966 - P48995 +P48995 + Q9UL62 +Q9UL62 + P48995 +P19174 + P48995 +Q13873 + P48995 +Q13813 + Q9UBN4 +O14745 + Q9UBN4 +P11171 + Q9UBN4 +Q02156 + Q15139 +Q15139 + P50552 +Q05655 + Q15139 +Q15139 + O60602 +Q15139 + Q96A00 +Q15139 - Q13671 +P27348 + Q15139 +O15264 - Q15139 +Q15139 + P16144 +P00519 + Q15139 +Q15139 - Q96QB1 +Q15139 + P16220 +P67775 - Q15139 +P53355 + Q15139 +Q15139 - Q92934 +Q15139 + P04792 +Q15139 + Q04917 +Q15139 - Q9UQL6 +P43405 + Q15139 +Q15139 + P43405 +Q15139 - O95863 +Q15139 + P02686 +Q15139 - P48426 +Q15139 - Q9Y5P4 +Q15139 - P22059 +Q15139 - Q8WYL5 +P24723 + Q15139 +Q15139 + P53367 +Q15139 + Q9Y3E5 +Q15139 + Q9UBF8 +Q15139 + Q9ULH0 +P49407 - P35372 +P49407 + Q9Y496 +P08069 + P49407 +P28482 - P49407 +P49407 + P28482 +P49407 + Q16539 +P49407 + P25963 +P49407 + Q99683 +P49407 + Q99835 +Q99835 + P49407 +P49407 + O14640 +Q00987 + P49407 +P49407 + Q5JWF2 +P27361 - P49407 +P49407 + P27361 +P49407 + O14641 +P49407 - P07550 +P49407 + Q9UP38 +Q9UP38 + P49407 +P49407 - P55085 +P49407 + Q08499 +P49407 + P62873 +Q15418 + P21333 +Q01974 + P21333 +P21333 - Q12933 +P21333 + O14920 +P21333 - P60953 +P21333 + Q9Y6K9 +P21333 + P45985 +Q13153 + P21333 +P16298 - P21333 +P48454 - P21333 +O14745 + P13569 +O14745 - Q03431 +P43250 - O14745 +O14745 + Q9NSA0 +O14745 + Q8IVM8 +Q9NZJ5 + Q16236 +Q9NZJ5 + P18848 +Q9NZJ5 + Q13489 +Q9NZJ5 + Q13490 +P11021 - Q9NZJ5 +Q9NZJ5 + P30825 +Q9NZJ5 - O14727 +Q13217 - Q9NZJ5 +P06241 + Q02156 +Q02156 + P04049 +Q02156 - P28482 +Q02156 - P08581 +P49841 + Q02156 +Q02156 + O14920 +Q02156 + P05107 +Q02156 + P06213 +Q02156 + P05556 +Q02156 + P51828 +Q02156 + O95622 +Q02156 + Q86XR7 +P37840 - Q02156 +Q02156 - O60716 +O15530 + Q02156 +Q02156 - Q92934 +Q02156 + P40763 +Q02156 + Q13009 +Q02156 + P15336 +Q02156 - P27361 +Q02156 + P21802 +P01589 + Q02156 +Q02156 - Q9UBS0 +Q02156 + P46940 +Q02156 + P34741 +Q02156 + P28329 +Q02156 + Q9BZL6 +Q02156 + Q16625 +Q02156 - P43629 +Q02156 + P48751 +Q02156 + Q05209 +P28482 + P29966 +P29966 + Q16512 +Q16512 + P29966 +P28482 + P14672 +P31749 + P14672 +P01308 + P14672 +Q02078 + P14672 +P06241 + P19174 +P06241 + P10301 +P06241 + Q05655 +P06241 + P49023 +P49023 + P06241 +O60880 + P06241 +P06241 - Q16236 +P06241 + P29353 +P06241 + P11137 +P06241 + P09619 +P06241 + Q07889 +P06241 + P11274 +P06241 + Q16539 +P06241 + P14317 +P06241 + P11912 +P06241 + O43561 +P06241 + P51812 +P06241 + Q04759 +P06241 + P00519 +P06241 + P10721 +Q99835 + P06241 +P06241 + Q06124 +P17706 - P06241 +Q9ULV8 - P06241 +P06241 + P37840 +P06241 + Q13905 +P06241 + P27986 +P06241 + P62993 +P16871 + P06241 +P06241 + P22681 +P22681 - P06241 +P06241 + Q05397 +Q05397 + P06241 +P06241 - P10636 +P06241 + P10586 +P06241 + P16333 +Q02763 + P06241 +P41240 + P06241 +Q13191 - P06241 +P06241 + O43294 +P06241 + P84243 +P06241 + P15498 +P08174 + P06241 +P06241 + P43403 +P06241 + Q96LC7 +P06241 + A7KAX9 +P08575 + P06241 +P06241 + Q71U36 +P06241 + Q99704 +P06241 + P20963 +Q9NWQ8 - P06241 +P06241 + P42768 +P06241 - P54764 +P54764 + P06241 +P06241 + O14939 +P54829 - P06241 +P06241 + P78352 +P06241 + Q12879 +P06241 + P42261 +P18433 + P06241 +P06241 - Q14524 +Q8TEW6 + P06241 +P06241 + Q9H204 +P06241 + P14923 +P06241 - O14559 +P06241 + O15117 +P06241 + P06127 +P06241 - P52757 +P06241 + P78314 +P06241 + P42681 +P06241 + Q86WV1 +P06241 + Q13291 +P06241 + Q8TDY4 +P06241 + P31994 +P06241 + P40259 +P06241 + Q9Y3P8 +P06241 + Q6PIZ9 +P08069 + O00459 +P46109 + O00459 +O00459 + Q07889 +P37173 + O00459 +O00459 + Q8IZP0 +P46108 + O00459 +O43561 + O00459 +P08581 + O00459 +Q9Y4H2 + O00459 +P01133 + O00459 +P35568 + O00459 +P10721 + O00459 +P21860 + O00459 +P04626 + O00459 +Q15303 + O00459 +P22681 - O00459 +P03372 + O00459 +P36897 + O00459 +P10747 + O00459 +O00459 + P42338 +P43405 + O00459 +O14654 + O00459 +P28482 - P17600 +Q9UQM7 - P17600 +Q13153 - P17600 +Q13131 - P17600 +Q14012 - P17600 +Q16566 + P17600 +Q13555 + P17600 +P21554 + P63096 +P21554 + P09471 +Q9UQM7 - P35372 +P35372 + P63096 +O14939 + P35372 +P01210 + P35372 +P35372 + P09471 +P35626 - P35372 +P04843 + P35372 +P11171 + P42261 +P32121 + Q9Y496 +P68400 + P32121 +Q02750 + P32121 +P32121 + P53779 +Q99835 + P32121 +P32121 - P27361 +P19784 + P32121 +P18031 - P42229 +P18031 - Q05655 +P18031 - P09619 +P18031 - P11274 +P18031 - P31749 +P31749 - P18031 +P18031 - P46108 +P18031 - O43561 +P18031 - P08581 +P18031 - P25963 +P06213 - P18031 +P18031 - P00519 +P31751 - P18031 +P10599 + P18031 +P17655 - P18031 +P18031 - P19022 +P18031 - Q05397 +P18031 - P51692 +P49759 + P18031 +P18031 - Q99704 +P18031 - P08922 +Q13588 + P18031 +P18031 - A9UF07 +P18031 - Q8TD08 +P18031 + O75886 +P18031 - P29320 +P05106 + P18031 +P49760 + P18031 +P18031 - P46459 +P21579 + Q16623 +P04150 - P21579 +Q9UQM7 + P21579 +Q7L0J3 + P21579 +P21579 + Q15878 +P21579 + Q86UR5 +Q86UR5 + P21579 +P02452 + P17301 +P08123 + P17301 +P98160 + P17301 +P25391 + P17301 +O43318 + Q9Y6R4 +P51617 + O43318 +O43318 - Q9NYJ8 +Q9NYJ8 + O43318 +O43318 + Q15642 +O43318 + Q15750 +Q15750 + O43318 +O43318 + P45983 +O43318 + Q05655 +O43318 + Q99558 +P37173 + O43318 +O43318 + Q9H2X6 +O43318 + Q9Y230 +O43318 - P84022 +O43318 + Q96AE4 +O43318 - Q15653 +O43318 + Q16539 +Q16539 - O43318 +O43318 + P19838 +O43318 + P46734 +O43318 + Q13263 +Q01974 + O43318 +O43353 + O43318 +Q12933 + O43318 +O43318 + O14920 +O43318 - P25963 +Q04759 + O43318 +O43318 + P23588 +O15455 + O43318 +P67775 - O43318 +O43318 + P45985 +O43318 + P61088 +P61088 - O43318 +P30086 + O43318 +O43318 + Q8WUF5 +Q9Y4K3 + O43318 +P98170 + O43318 +O43318 + Q9UBE8 +O43318 + O15111 +O14733 + O43318 +O43318 + O14733 +P36897 + O43318 +O43318 + P15927 +P19438 + O43318 +Q13546 + O43318 +O43318 + P52564 +Q969U6 - O43318 +Q8N5C8 + O43318 +O43318 - Q8WUI4 +Q96FA3 + O43318 +O15105 + O43318 +O43318 + P62834 +Q92918 + O43318 +O43318 - Q8IVT5 +O75688 - O43318 +O43541 - O43318 +O43318 + O95819 +O95819 + O43318 +O43318 + Q14934 +O00743 - O43318 +Q13555 + O43318 +O43318 + Q96BK5 +O43318 + Q6EEV6 +O43318 + Q08170 +Q9NQC7 - O95786 +Q9NQC7 - Q12933 +Q9NQC7 - Q9Y6K9 +Q9NQC7 - P20749 +Q15554 + P54132 +Q9H816 + Q15554 +Q13315 + Q15554 +Q15554 - Q13315 +Q96MF7 + Q15554 +Q15554 - Q9NYB0 +Q15554 - O96017 +Q15599 - P48764 +O60674 + P19174 +P09619 + P19174 +P68104 + P19174 +P19174 + Q07889 +P11274 + P19174 +O43561 + P19174 +P08581 + P19174 +P19174 - P08581 +Q13480 + P19174 +P00519 - P19174 +P19174 + P00519 +P21860 + P19174 +P04626 + P19174 +P27986 + P19174 +P62993 + P19174 +Q05397 + P19174 +P10586 - P19174 +P10912 + P19174 +Q06187 + P19174 +P35968 + P19174 +P29376 + P19174 +P21802 + P19174 +P42680 + P19174 +P30530 + P19174 +Q16288 + P19174 +P15498 + P19174 +P19174 + P15498 +Q13094 + P19174 +Q08881 + P19174 +P17948 + P19174 +P43405 + P19174 +P20936 - P19174 +Q9UM73 + P19174 +P63211 + P19174 +Q13588 + P19174 +P16234 + P19174 +Q9GZY6 + P19174 +Q9Y2X7 + P19174 +Q12879 + P19174 +P16520 + P19174 +P63215 + P19174 +P19174 + Q9UKW4 +P59768 + P19174 +P22455 + P19174 +Q12913 - P19174 +Q8WV28 + P19174 +Q15418 - P50552 +P67775 - P50552 +P50552 - P06396 +Q15942 + P50552 +Q93052 + P50552 +Q7Z5R6 + P50552 +Q13438 + Q16665 +Q13438 + Q9H6Z9 +Q13438 + Q9GZT9 +P00519 - O14818 +P42684 - O14818 +Q92833 + Q9H9B1 +Q92833 - P52952 +O43557 + P36941 +O43557 + O95407 +O43557 + Q92956 +Q96EB6 + Q9Y618 +Q06330 + Q9Y618 +Q9Y618 - Q06330 +Q9Y618 + Q13363 +Q12778 - Q9Y618 +P19838 + Q9Y618 +P31749 - Q9Y618 +Q9Y618 + O15379 +Q9Y618 + P41182 +Q9Y618 - P37231 +Q9UQM7 - Q9Y618 +Q9Y618 - P03372 +O15111 - Q9Y618 +Q9Y618 + Q96T58 +Q9Y618 - Q92731 +Q13573 - Q9Y618 +Q9Y618 + Q13573 +Q13555 - Q9Y618 +Q9Y618 + Q9C0J9 +Q96NX5 + O43432 +Q6P2M8 + O43432 +Q9NRG4 - P04637 +P07900 + Q9NRG4 +Q9NRG4 + P68431 +P04637 + O94907 +O94907 - O75197 +O94907 + Q8NCW0 +O94907 + Q96MU8 +O43189 + Q15022 +P46527 - P30279 +P21675 + P46527 +P46527 - Q00534 +P24864 + P46527 +P46527 - P24864 +Q03164 + P46527 +P42224 + P46527 +Q9H2X6 + P46527 +P27348 - P46527 +P46527 - P78396 +Q92905 - P46527 +P46527 - P20248 +P78504 + P46527 +P46527 - P11802 +P00519 - P46527 +P46527 - P24941 +P31751 - P46527 +O00141 - P46527 +P11309 - P46527 +P46527 - P06493 +P61024 + P46527 +P24385 - P46527 +P46527 - P24385 +P63208 + P46527 +Q96PM5 - P46527 +P01106 - P46527 +P10914 + P46527 +P27361 - P46527 +P46527 - P30281 +Q04917 - P46527 +P62258 - P46527 +Q8TAS1 + P46527 +O96020 - P46527 +P46527 - O96020 +Q96EB6 + P12956 +Q01094 + Q96EB6 +Q96EB6 - Q01094 +P45983 + Q96EB6 +Q96EB6 - Q16236 +Q96EB6 - P04637 +Q96EB6 - Q09472 +Q96EB6 + P98177 +Q15717 + Q96EB6 +Q86WX3 + Q96EB6 +Q14526 + Q96EB6 +Q13263 - Q96EB6 +Q96EB6 + P06400 +Q96EB6 + Q9UBK2 +Q96EB6 - Q04206 +Q96EB6 - P46531 +Q96EB6 + P27695 +Q96EB6 - O15055 +Q96EB6 + O43463 +Q96EB6 + P10275 +Q96EB6 - O15350 +Q96EB6 - Q14191 +P06493 + Q96EB6 +Q96EB6 + O60934 +Q96EB6 + O75376 +Q96EB6 - Q01201 +Q96EB6 - P29590 +Q96EB6 - P68431 +Q96EB6 - P58012 +Q96EB6 + Q6UUV9 +Q8N163 + Q96EB6 +Q9H2A7 + O00574 +Q16611 + O95831 +P0DMV8 - O95831 +P42575 + O95831 +Q07812 + O95831 +P62937 + O95831 +O95786 - Q13114 +Q13114 - Q99558 +Q8IUC6 + Q13114 +O43353 + Q13114 +Q9BYX4 - Q13114 +Q13114 + Q14164 +Q00653 + Q13114 +Q13114 + Q9UHD2 +Q96G74 - Q13114 +Q13114 - Q96RJ3 +Q96RJ3 - Q13114 +Q96C10 - Q13114 +Q07325 + P49682 +Q07325 + P51677 +P13010 + P78527 +P13010 + Q92466 +P13010 + Q8WXE1 +Q9NR83 + Q02078 +P31749 + P56178 +P04628 + P56178 +Q15475 - P56178 +P56178 + Q13950 +P36402 + P11831 +P36402 + Q9UJU2 +Q92793 - P36402 +O95786 + Q14653 +P45983 + Q14653 +P35754 + Q14653 +Q8IUC6 + Q14653 +P30291 + Q14653 +Q15418 + Q14653 +P78527 + Q14653 +Q14653 + P09914 +Q04206 + Q14653 +O14920 + Q14653 +Q14164 + Q14653 +Q14653 + P02778 +P11802 + Q14653 +Q14653 + P13501 +P49674 + Q14653 +Q14653 + P01574 +P23443 + Q14653 +Q14653 + Q9UHD2 +Q9UHD2 + Q14653 +Q8N2W9 - Q14653 +Q13526 - Q14653 +Q14653 + P05161 +Q96C10 - Q14653 +Q86WV6 + Q14653 +Q9UEE5 + Q14653 +Q8N2I9 + Q14653 +P12004 + Q9UGP5 +Q16186 + Q9Y5K5 +Q96GD4 + P17661 +P25774 + P55957 +O75444 + P02511 +O75444 + Q16236 +O75444 + P02489 +O75444 - P10242 +O75444 + P22301 +P26367 + O75444 +O75444 - P14921 +P40337 - Q16665 +P28482 + Q16665 +Q9H4B4 - Q16665 +P04637 + Q16665 +Q16665 + P04637 +Q09472 + Q16665 +Q16665 + Q12983 +P42224 - Q16665 +P09874 + Q16665 +Q92905 + Q16665 +P06400 + Q16665 +P46531 + Q16665 +Q13315 + Q16665 +Q16665 + Q9H6Z9 +Q9H4L4 - Q16665 +Q9P0U3 + Q16665 +Q15759 + Q16665 +Q16665 + P14618 +Q00987 + Q16665 +P48730 - Q16665 +P40763 - Q16665 +Q16665 + Q9GZT9 +P22736 + Q16665 +P27361 + Q16665 +Q16665 + P00558 +Q16665 + Q9UQL6 +P41227 + Q16665 +Q9Y3V2 + Q16665 +Q16665 + Q99967 +Q9BSU3 + Q16665 +P24522 + Q9Y6R4 +Q9Y6R4 + Q16539 +Q9Y6R4 + P46734 +P49841 - Q9Y6R4 +P60953 + Q9Y6R4 +Q9Y6R4 - P60953 +O75293 + Q9Y6R4 +Q06124 - Q9Y6R4 +Q9BUZ4 + Q9Y6R4 +Q9Y6R4 + P45985 +O15169 + Q9Y6R4 +Q9Y6R4 + P52564 +O95257 + Q9Y6R4 +Q14289 + Q9Y6R4 +Q9Y6R4 + Q8IVH8 +Q9Y6R4 + Q8N4C8 +Q9NTG7 + P12956 +P12544 + P12956 +P12956 + P78527 +P10415 - P12956 +P12956 - Q07812 +P33993 + O75943 +Q9UBU7 + P33993 +P11802 + P33993 +P04198 + P33993 +O00311 + P33993 +P10398 + P33993 +P33993 - Q05086 +P53041 - P04049 +P07900 + P53041 +P53041 - P04150 +P53041 - Q99683 +P53041 - P10636 +P53041 - Q16543 +P53041 - Q9UPZ9 +Q08050 + P49454 +P29475 + Q13363 +P29475 + Q92769 +P29475 - P25963 +Q16566 - P29475 +O14490 + P29475 +Q13237 + P29475 +P29475 + Q9Y272 +P51878 + Q14116 +Q14116 + P24158 +Q14116 + Q13478 +O95998 - Q14116 +Q14116 + O95256 +O00744 + Q14332 +P56704 + Q14332 +Q68DV7 + Q14332 +Q9ULT6 - Q14332 +O75569 + P19525 +P25054 + Q13363 +P25054 - P68400 +P25054 - P06746 +P25054 - P39748 +O60729 + P25054 +P49841 + P25054 +P49674 + P25054 +O14640 - P25054 +P67775 - P25054 +P48730 + P25054 +O15169 + P25054 +P25054 + O15169 +Q9Y2T1 + P25054 +Q5JTC6 + P25054 +P04264 + P25054 +P25054 + Q9NR80 +O15392 - P55211 +P04637 - O15392 +P07900 + O15392 +O15392 - P55210 +O15392 + Q96GD4 +Q96GD4 - O15392 +O15392 - Q9NR28 +P08047 + O15392 +P53350 + O15392 +P06493 + O15392 +O15392 + P98170 +P98170 + O15392 +Q14994 - Q12778 +Q14994 + P19793 +Q15466 - Q14994 +O15111 + O00559 +P02751 + P26006 +P53355 - P26006 +Q15843 - Q13619 +Q15843 + Q13617 +Q15843 + Q8TBC4 +Q09472 + P27540 +P42224 + P27540 +P27540 + Q9H6Z9 +P27695 + P27540 +P10599 + P27540 +P27540 + Q9GZT9 +Q92793 + P27540 +P27540 + P35869 +Q9UBP5 - P27540 +Q9NR97 - Q9NYK1 +Q9NYK1 + Q99836 +Q96GD4 + Q9H0H5 +Q9H0H5 - P60953 +P53350 + Q9H0H5 +O43663 - Q9H0H5 +P67775 - Q9H0H5 +P04637 + O15460 +P42229 + P05814 +Q96PY6 + P05814 +P51617 + Q92985 +Q14164 + Q92985 +Q92985 + P01574 +Q9UHD2 + Q92985 +Q9Y4K3 + Q92985 +O15111 + Q92985 +Q96C10 - Q92985 +P05129 + P98082 +P98082 + P37173 +P98082 + P84022 +P98082 - O75581 +P98082 + Q15796 +P98082 + P36897 +P98082 + Q92997 +P98082 + P41240 +P62140 - P04637 +P62140 - P31749 +P62140 + Q13263 +P62140 + P30307 +P62140 + Q00987 +P62140 - O15169 +P62140 + P35240 +P62140 + Q13422 +P31749 + Q06455 +Q13153 + Q06455 +Q06455 - Q01196 +P04049 - Q13043 +P04049 + P36507 +Q05513 - P04049 +P10301 + P04049 +Q05655 + P04049 +O60674 + P04049 +P04049 + P28482 +P05129 + P04049 +O95816 + P04049 +P04049 + P31947 +P04049 + Q02750 +P07900 + P04049 +P04049 + P27348 +P30304 - P04049 +P04049 + P63104 +P63104 + P04049 +P04049 - P06400 +P01112 + P04049 +P04049 - Q99683 +P04049 + P19525 +Q14738 + P04049 +P31751 - P04049 +P04049 + P23588 +Q6VAB6 + P04049 +Q13177 + P04049 +P62136 + P04049 +P67775 + P04049 +Q13526 - P04049 +Q13153 + P04049 +P01111 + P04049 +Q15382 + P04049 +P04049 - Q13188 +P04049 + P98170 +P04049 + P27361 +P62070 + P04049 +P04049 + Q04917 +Q04917 - P04049 +P29376 + P04049 +Q99576 - P04049 +Q16512 + P04049 +P04049 + P62258 +P62834 + P04049 +P04049 + Q15942 +P04049 + Q92918 +P04049 + Q8IVT5 +Q8IVT5 + P04049 +Q96RT1 - P04049 +P04049 + P31946 +Q9BRX9 + P04049 +Q9C004 - P04049 +P01116 + P04049 +P04049 + Q12972 +O75914 + P04049 +Q8TCT0 + P04049 +Q969H4 + P04049 +Q00005 - P04049 +P63151 + P04049 +Q8WXI2 + P04049 +P04049 + P56693 +O14807 + P04049 +P04049 + Q6GQQ9 +P04049 + Q15056 +P04049 + Q9H814 +P04049 + P50747 +Q9NTG7 + P48735 +Q8IXJ6 - P15172 +Q8IXJ6 - Q92831 +P24941 - Q8IXJ6 +P06493 - Q8IXJ6 +Q8IXJ6 - P68431 +Q8NEV4 + Q13501 +Q9UNS1 + Q13315 +Q9UNS1 + Q13535 +Q9BVW5 + Q9UNS1 +Q9UNS1 + Q9BVW5 +P03372 + Q8WUA8 +B1AK53 + Q9UKN7 +P37173 + Q9Y265 +Q9Y265 + P27708 +Q9Y265 + O14746 +P36894 + Q9Y265 +Q96S53 + Q9Y265 +O75716 + Q9Y265 +Q9Y265 + P00747 +Q9Y265 + O60832 +Q9UQF2 - Q06330 +Q06330 + Q14469 +Q14469 - Q06330 +Q92585 + Q06330 +Q92831 + Q06330 +P46531 + Q06330 +Q13547 - Q06330 +O75376 - Q06330 +Q06330 + Q96JK9 +Q96JK9 + Q06330 +Q96T58 - Q06330 +Q9UM47 + Q06330 +Q06330 + Q8IZL2 +Q8IZL2 + Q06330 +Q99466 + Q06330 +Q04721 + Q06330 +Q13642 - Q06330 +Q06330 - Q9Y5J3 +Q9Y5J3 - Q06330 +Q13573 + Q06330 +Q06330 + P23759 +Q12948 + Q06330 +Q96K30 - Q06330 +Q06330 + P52657 +Q06330 + Q86X95 +Q86X95 - Q06330 +P45983 - Q13363 +Q13363 - Q09472 +Q13363 - P48552 +Q13363 - Q9NQB0 +P11802 + Q13363 +Q13363 - P41970 +Q13547 + Q13363 +P63165 + Q13363 +Q13131 - Q13363 +Q03112 + Q13363 +Q13363 + O60315 +Q13363 + Q9C0J9 +Q13465 + Q13363 +O60341 + P07288 +O60341 - P04637 +Q5FWF5 + O60341 +O60341 - Q9NY46 +O60341 - P02708 +O60341 - Q99250 +P61956 + O60341 +O60341 - P35498 +O60341 + P10275 +Q9UKL0 + O60341 +O60341 - P49918 +Q96BD5 - O60341 +O60566 + O95997 +P53350 + O60566 +O60566 + P06493 +P06493 + O60566 +O60566 - Q9UJX3 +O60566 - Q9H1A4 +Q8NG31 + O60566 +O60566 - Q9UJX5 +P28340 + P49005 +P28340 + Q9HCU8 +P28340 + Q15054 +Q9NR97 + Q99836 +P68400 - O95786 +Q8IUD6 + O95786 +Q9NX47 + O95786 +O95786 - Q9BYX4 +Q9BYX4 - O95786 +Q7Z434 - O95786 +O95786 + O15111 +Q96C10 - O95786 +Q96EQ8 - O95786 +P51617 + Q9NYJ8 +P51617 + Q15750 +P51617 + O00206 +P31749 - P51617 +Q99836 + P51617 +O14920 + P51617 +P51617 + O14920 +Q86XR7 + P51617 +P51617 + Q9Y6K9 +O15524 - P51617 +P51617 + O60603 +Q13501 + P51617 +P51617 + O14757 +P51617 + P40763 +P51617 + Q9Y4K3 +Q9Y4K3 + P51617 +P14778 + P51617 +Q9NWZ3 + P51617 +P51617 + O15111 +P51617 + Q96FA3 +Q96FA3 + P51617 +Q5VVH5 - P51617 +P51617 + Q9Y616 +Q9Y616 - P51617 +P51617 + O43187 +Q9HAT8 + P51617 +P51617 + Q8N2H9 +Q8N2H9 + P51617 +P08138 + P51617 +P51617 + Q6GQQ9 +P61244 + Q9Y6D9 +Q9Y6D9 + Q13257 +P04637 - Q9Y6D9 +P12270 + Q9Y6D9 +P04637 + P20800 +P20800 + P25101 +Q9NYR9 + Q15653 +O75475 + P02511 +P42574 - O75475 +O75475 + P30041 +P01375 + O75475 +O75475 + P07327 +O75475 + O94788 +O75475 + P08319 +O75475 + P48506 +O00311 + O75475 +O75475 + P04792 +Q13043 + Q12778 +P45983 + Q13043 +Q13043 + O95835 +Q13043 - P04637 +P26927 + Q13043 +Q13043 + P98177 +P42574 + Q13043 +P31749 - Q13043 +O60346 + Q13043 +Q13043 + Q15208 +Q13043 - P00519 +Q13043 + O15534 +P31751 - Q13043 +Q13043 + P23588 +Q13043 + O43524 +P67775 - Q13043 +Q13043 + P45985 +Q9Y243 - Q13043 +Q13043 + Q8WUF5 +Q13043 + Q9NRM7 +Q9NS23 + Q13043 +Q13043 + Q8WWW0 +Q13043 + Q15942 +Q9UL54 + Q13043 +Q7L7X3 + Q13043 +Q13043 + Q7L9L4 +Q13043 + Q9H4B6 +Q9H4B6 + Q13043 +Q6ZVD8 + Q13043 +Q13043 + Q9H8S9 +Q13043 + P33778 +Q9H2K8 + Q13043 +O43422 + Q13043 +Q86WH2 + Q13043 +Q99856 + Q01094 +Q01094 + P38398 +Q01094 + Q12888 +Q12888 - Q01094 +P04637 - Q01094 +Q01094 + P04637 +Q09472 + Q01094 +Q01094 + Q75NE6 +Q75NE6 - Q01094 +Q01094 + P42574 +Q01094 + Q99741 +P24864 + Q01094 +Q01094 + P24864 +Q6PL18 + Q01094 +Q01094 + Q14526 +Q14526 - Q01094 +P27348 + Q01094 +Q01094 + P27348 +P09874 + Q01094 +P78396 + Q01094 +Q01094 + P78396 +Q01094 - P19838 +P20248 + Q01094 +Q01094 + P20248 +Q13263 + Q01094 +P06400 - Q01094 +Q01094 + Q04206 +O15379 + Q01094 +Q01094 + Q13309 +Q13309 + Q01094 +Q01094 + Q9UBU7 +O15297 + Q01094 +Q01094 + O15297 +Q01094 + Q13315 +Q13315 + Q01094 +P50613 - Q01094 +Q01094 + Q99683 +O75461 - Q01094 +Q01094 + O75461 +P08047 + Q01094 +Q01094 + Q06609 +Q01094 + Q9BXL8 +Q9BXL8 - Q01094 +Q01094 + P18887 +Q01094 + O95997 +Q01094 + Q01831 +P28749 - Q01094 +Q01094 + P28749 +P42771 - Q01094 +Q01094 + P12004 +P38936 - Q01094 +Q01094 + P38936 +Q01094 + Q92466 +Q92466 + Q01094 +Q01094 - P20226 +Q8NEM0 + Q01094 +Q13535 + Q01094 +Q01094 + O15350 +O96017 + Q01094 +Q01094 + O96017 +P06493 + Q01094 +Q01094 + P06493 +Q01094 + Q9NZJ0 +Q01094 + P14635 +Q01094 + Q96A56 +Q00987 + Q01094 +Q01094 + Q13547 +Q13547 - Q01094 +Q01094 + Q92547 +Q92547 - Q01094 +Q01094 + Q9UIK4 +Q16531 + Q01094 +Q01094 + P09884 +Q01094 + O75530 +Q01094 - P11021 +P01106 + Q01094 +Q01094 + P01106 +Q01094 + Q15910 +Q01094 + O14727 +Q01094 + P15927 +Q92793 + Q01094 +P27361 + Q01094 +Q01094 + Q9H211 +Q01094 + Q14209 +Q14209 + Q01094 +P49336 - Q01094 +Q01094 + Q14186 +P35232 - Q01094 +Q8N726 - Q01094 +Q00526 - Q01094 +Q14188 - Q01094 +Q01094 + Q00577 +Q9NYJ8 + P49116 +Q9UDY8 + Q9NYJ8 +O43353 + Q9NYJ8 +Q9NYJ8 + Q9Y6K9 +Q9NYJ8 + Q9Y4K3 +Q9Y4K3 + Q9NYJ8 +P98170 + Q9NYJ8 +Q9NYJ8 + Q9UBE8 +Q13546 + Q9NYJ8 +Q8N5C8 + Q9NYJ8 +O15105 + Q9NYJ8 +Q96GC9 + Q14457 +P20783 + P23560 +P23560 + P20783 +Q15319 + P20783 +P20783 + Q16288 +P08138 - P20783 +P20783 + P08138 +P01584 - P27930 +P01583 + P27930 +Q05513 + Q15642 +Q15349 + Q15642 +P45984 + Q15642 +P31749 + Q15642 +P49674 + Q15642 +P00519 + Q15642 +O15530 + Q15642 +P43405 + Q15642 +Q9NSY0 + Q15642 +Q59H18 + Q15642 +Q07002 + Q15642 +Q56UN5 + Q15642 +Q7Z7A4 + Q15642 +P49792 + P56524 +P49792 + P52292 +P49792 + P46060 +P49792 + Q00987 +P49792 + P63165 +O60260 - P49792 +P49792 + O14980 +P49792 + P62826 +P49792 + Q14974 +P49792 + Q9UBU9 +P49841 + Q96R06 +P68400 - P61244 +P84022 + P61244 +P61244 - P49715 +P61244 + Q99583 +P61244 + P01106 +P61244 - P02794 +O60271 + P61244 +P61244 + Q9BW11 +P61244 + Q8IWI9 +P61244 + P50539 +P28482 + P36507 +P36507 + P28482 +P36507 + Q15349 +P36507 + Q00613 +P15056 + P36507 +P36507 + P37231 +P36507 + Q16659 +P67775 - P36507 +P41279 + P36507 +O15530 + P36507 +P10398 + P36507 +P27361 + P36507 +P36507 + P27361 +Q8IVT5 + P36507 +P31946 + P36507 +P41134 - Q92858 +P30876 + Q9Y5B0 +P51149 + Q9BQS8 +Q8NHY2 - P51878 +Q9C000 + P51878 +P57730 - P51878 +P51878 + P01584 +Q5XLA6 - P51878 +P68400 + P18858 +P28482 + P68400 +P68400 - Q16236 +P68400 + P46060 +P68400 + P04637 +P68400 - Q14145 +P68400 - Q9Y6W5 +Q14978 - P68400 +P68400 - P08238 +P68400 + Q16623 +P68400 + Q92769 +P68400 + P14317 +P68400 - Q08945 +P68400 + P31749 +P68400 - P05412 +P68400 + Q8TAQ2 +P68400 - Q01105 +P68400 + P25490 +P68400 + Q04206 +P68400 + Q9UER7 +P68400 + O15379 +P68400 - P30307 +P68400 + Q14676 +P68400 + P45973 +P68400 + P17936 +P68400 - P83916 +P68400 - Q13541 +P24941 + P68400 +P68400 - P08047 +P68400 + P18887 +P68400 + O75925 +P68400 - P35638 +P68400 + P23588 +P68400 - P42575 +P68400 + O14640 +P68400 + Q9Y6H5 +P68400 + Q15672 +P68400 + P11473 +P68400 + P11831 +P68400 + P37840 +P68400 - P05114 +P68400 + Q96LA8 +P06493 + P68400 +P68400 + P06493 +P68400 + P20042 +P68400 + Q9UJU2 +P68400 - P07910 +P68400 + Q13323 +P68400 + Q13547 +P68400 + P61978 +P68400 + P11388 +P68400 - O43156 +P68400 - Q9Y4R8 +P68400 - P29590 +P68400 + P49736 +P68400 + O60285 +P68400 + Q15185 +P68400 + O95644 +P68400 + P30260 +P68400 + P52907 +P68400 + P33527 +P68400 + Q13371 +P68400 - P49427 +P68400 - Q9H257 +P68400 + P51636 +P68400 + P43034 +P68400 + O95863 +P68400 + Q16666 +P68400 - Q13133 +P68400 + P08575 +P68400 - P06744 +P68400 + P30622 +P68400 + Q04724 +P68400 + O95218 +P68400 + Q9UBF6 +P68400 + P42768 +P68400 + P48426 +P68400 + P55010 +P68400 - P49418 +P19784 + P68400 +P68400 + O15266 +P68400 - Q01082 +P68400 + P05549 +P68400 - Q2V2M9 +P68400 - Q9NYV6 +P68400 + P35659 +P68400 + P41236 +P68400 + Q16625 +P68400 + O75379 +P68400 - Q9Y365 +P68400 - Q13422 +P68400 - Q01892 +P68400 - Q9H2G2 +P68400 + O15259 +P68400 + P53539 +P68400 + Q9ULV4 +P68400 + O14737 +P68400 - Q15019 +P68400 + Q13144 +P68400 + Q06265 +P68400 + P17480 +P68400 + P06127 +P68400 + P05455 +P68400 + Q92688 +P68400 + O43395 +P68400 + Q712K3 +P68400 - Q9Y5B0 +P68400 + P56270 +P68400 + Q13829 +P68400 + Q96I25 +P68400 + Q9UKY1 +P68400 + O94763 +P68400 + Q9BW71 +P68400 + P37198 +P68400 + Q9H814 +P68400 + Q9H9A7 +P68400 + Q9Y5J1 +P68400 + P05060 +P68400 + Q9Y5B6 +P68400 + Q8TBF4 +P30279 + Q00534 +Q16539 - P30279 +P49841 - P30279 +P30279 + P11802 +P38936 - P30279 +P01106 + P30279 +Q8N726 - P30279 +Q9NZI8 + Q9Y297 +Q9HC29 + P45983 +Q9HC29 + P28482 +Q9HC29 + Q99558 +P07900 + Q9HC29 +P08238 + Q9HC29 +P0DMV9 + Q9HC29 +Q9HC29 + Q16539 +Q9HC29 + Q9C000 +P0DMV8 + Q9HC29 +Q9HC29 + Q676U5 +Q9NPP4 - Q9HC29 +Q9HC29 - Q9Y239 +Q96RT1 - Q9HC29 +Q9HC29 + Q8WTQ1 +Q9HC29 + Q01523 +O43823 + O15379 +Q13257 - Q12834 +Q13257 - Q9UJX3 +Q13257 - P30260 +Q13257 - Q9UJX6 +Q13257 - Q13042 +P12270 + Q13257 +Q13257 - Q9UJX5 +Q05513 - P55211 +Q05513 + Q99856 +P23458 + Q05513 +Q05513 + P23458 +Q05513 + P42226 +Q05513 + P49840 +Q05513 + P28482 +Q05513 + Q9UNE7 +Q05513 - Q7KZI7 +Q05513 + Q15349 +Q05513 - P31749 +P63104 + Q05513 +Q05513 + Q13263 +Q05513 + Q04206 +Q05513 + Q9UER7 +Q05513 + P01112 +Q05513 + P49768 +Q05513 + O14920 +Q05513 - P25963 +Q14449 + Q05513 +P60953 + Q05513 +Q05513 + P23443 +Q05513 + P08047 +Q05513 - Q13164 +Q05513 + P19338 +P27986 + Q05513 +Q05513 + Q15831 +Q05513 + P61978 +O15530 + Q05513 +Q05513 - P35580 +Q05513 + Q16531 +Q05513 + P30086 +Q05513 + Q8WUF5 +Q05513 - Q07812 +Q05513 + P06396 +Q15118 + Q05513 +Q05513 + P27361 +Q05513 + Q07955 +Q05513 + Q04917 +Q05513 + Q8TEW0 +P48736 + Q05513 +P31946 + Q05513 +Q05513 + Q96RI1 +Q05513 + Q13469 +Q05513 + P07355 +Q05513 + P14598 +Q05513 - Q5JVS0 +Q05513 + P35611 +Q05513 + P60900 +Q05513 + P28329 +Q05513 + O43315 +Q05513 - P27448 +Q05513 - P35612 +Q05513 + P08621 +Q05513 + O75534 +Q05513 + Q6PKG0 +Q05513 + P20941 +Q05513 + P49321 +Q05513 + O75391 +P18887 + P06746 +O94761 + P06746 +Q7Z5K2 - O60216 +Q13315 + Q6PJP8 +P51812 - P05204 +P05204 - Q86U86 +Q8IYT8 - Q9Y478 +Q8IYT8 + Q8TDY2 +Q8TDY2 + Q8IYT8 +P42345 - Q8IYT8 +O75143 + Q8IYT8 +Q8IYT8 + O75143 +Q8IYT8 - Q9UGI9 +P55211 - Q9NR09 +Q9NR09 - P55211 +P28482 - P55211 +P42574 + P55211 +P55210 + P55211 +P55211 + P55210 +Q9C000 + P55211 +Q9NR28 + P55211 +P00519 + P55211 +Q9Y2G2 - P55211 +Q6UXS9 + P55211 +P62136 + P55211 +P06493 - P55211 +P55211 + P08670 +Q07817 - P55211 +Q96CA5 - P55211 +Q9Y243 - P55211 +P55211 + P99999 +P99999 + P55211 +Q13489 - P55211 +P06396 - P55211 +Q13490 - P55211 +O14727 + P55211 +Q14790 + P55211 +P27361 - P55211 +Q13075 - P55211 +Q96P09 - P55211 +P03952 + P54619 +P03952 + P01042 +P00748 + P03952 +P03952 + P00748 +Q15750 + Q16539 +Q16539 - Q15750 +Q15750 + P49116 +Q01974 + Q15750 +Q15750 - Q01974 +O43353 + Q15750 +Q15759 - Q15750 +Q9Y4K3 + Q15750 +P98170 + Q15750 +P36897 + Q15750 +P36894 + Q15750 +P23025 + Q92889 +Q8IY92 + Q92889 +P32780 + Q92889 +O14965 + O75410 +P28482 + P15923 +Q00534 + P15923 +P15923 + P15172 +Q16539 + P15923 +P46531 - P15923 +P49674 + P15923 +Q15759 + P15923 +Q02535 - P15923 +P49137 + P15923 +P63208 + P15923 +Q9UBE8 - P15923 +P27361 + P15923 +P21802 + P15923 +Q04721 - P15923 +P17542 - P15923 +Q02779 - P15923 +P01116 + P15923 +O60682 - P15923 +Q9H2T7 + P15923 +P12980 - P15923 +P07384 + P49840 +P07384 + P55957 +P07384 - P11137 +P07384 + P02452 +P07384 - P10415 +P07384 + P15311 +P07384 + P49841 +P07384 - O15527 +P07384 - Q07817 +P07384 + Q15078 +P07384 + P01583 +P07384 - P22681 +P07384 - P10636 +P07384 - O15020 +P07384 - Q12879 +P07384 - Q9Y6J0 +P07384 - P42261 +P20810 - P07384 +P07384 - P05106 +Q12778 + P08833 +Q09472 - Q12778 +P84022 + Q12778 +P09874 - Q12778 +Q12778 + Q92585 +Q12778 - P37231 +P01308 - Q12778 +Q12778 + Q969Q1 +Q12778 + O43474 +P31751 - Q12778 +Q12778 + Q86UR1 +Q12778 + P35575 +Q12778 - P38936 +Q12778 + O95352 +Q12778 + O43521 +P55316 - Q12778 +Q00987 + Q12778 +Q16828 + Q12778 +P06401 + Q12778 +P03372 - Q12778 +P17676 + Q12778 +O75469 + Q12778 +Q12778 + O75469 +Q92793 - Q12778 +P31260 + Q12778 +Q04917 - Q12778 +Q16512 - Q12778 +Q13131 + Q12778 +P41235 + Q12778 +Q9HCP0 + Q12778 +P45983 + P42229 +Q05655 + P45983 +P45983 - P42226 +P45983 + P49023 +Q13233 + P45983 +P45983 + Q9UQF2 +P45983 + Q13485 +P28482 - P45983 +P45983 + P28482 +P45983 + P27694 +P45983 + P38398 +P45983 + P55957 +P45983 + O75030 +P45983 + Q9UNE7 +P46109 + P45983 +P29353 + P45983 +P45983 + P29353 +P45983 + P04637 +P45983 + P05787 +P05067 + P45983 +P45983 + P05067 +P45983 - P31947 +P45983 + Q02962 +P45983 + P98177 +Q16082 - P45983 +P45983 + P45984 +P45983 + P42224 +Q7Z6J0 + P45983 +P45983 + P84022 +P78527 + P45983 +P45983 + P49459 +P45983 + Q05516 +P45983 + P06748 +P45983 + Q16539 +P45983 + P05412 +P45983 - Q5JR12 +P46108 + P45983 +P45983 - P63104 +P45983 + Q13263 +O43561 + P45983 +P45983 - O43561 +P45983 + O75581 +P45983 + P28562 +P04150 - P45983 +P45983 + P15407 +Q01974 + P45983 +O43353 + P45983 +P01112 + P45983 +P45983 - P30307 +P45983 + Q99640 +P45983 - P35568 +Q99683 + P45983 +P45983 - P37231 +P60953 + P45983 +Q13464 + P45983 +P07949 + P45983 +P45983 + P08047 +P63000 + P45983 +P31751 - P45983 +P45983 + P17535 +P45983 + P01100 +Q13164 + P45983 +P45983 + P38936 +P45983 + Q15672 +P45983 + Q13115 +P45983 + P19338 +P45983 + P11831 +P45983 + P10275 +P45983 + P16104 +P27986 + P45983 +P45985 + P45983 +P45983 + P61978 +P45983 - Q07817 +O75460 + P45983 +P45983 + Q8WUF5 +P45983 + P40763 +P45983 + Q07812 +Q9Y4K3 + P45983 +P14778 + P45983 +P45983 + P03372 +P45983 + P48023 +P45983 + P10636 +P45983 + Q96LC9 +P45983 + P01106 +P45983 - P30305 +O14733 + P45983 +P45983 + O00213 +P45983 - P22736 +P15336 + P45983 +P45983 + P15336 +P45983 + P15927 +P45983 + Q92993 +P27361 + P45983 +P45983 - P27361 +P52564 + P45983 +P45983 + O14980 +P45983 + P10276 +Q9Y239 + P45983 +P45983 + Q99956 +Q99956 - P45983 +P45983 + Q9NRA8 +P36896 + P45983 +P45983 + Q15654 +P45983 + P28324 +P45983 + Q8WYK2 +P45983 + P19419 +P45983 + Q9Y463 +Q9Y463 + P45983 +P45983 - Q9NZC7 +P45983 + P84243 +P45983 - Q12904 +Q92918 + P45983 +Q9H257 + P45983 +P45983 + P17544 +P45983 + Q9UPT6 +Q9UPT6 + P45983 +Q13387 + P45983 +P45983 - P31946 +Q9BY84 - P45983 +O95163 + P45983 +P45983 + P41235 +P45983 - Q14934 +Q14934 + P45983 +P45983 - Q13469 +Q9H1R3 + P45983 +P45983 + Q06481 +P45983 + P50548 +Q16829 - P45983 +P22455 + P45983 +P45983 + Q13202 +Q13202 - P45983 +Q92730 + P45983 +P45983 - P54259 +P45983 - Q12968 +P45983 + Q9UKY1 +P45983 + P08621 +P45983 + Q9Y483 +P45983 + P13489 +P36941 + Q99558 +Q06643 + P36941 +P36941 + Q12933 +P01374 + P36941 +P01148 + Q9UQM7 +P01148 + P30968 +Q969H0 - Q8NC51 +O15503 - Q8NC51 +P51955 + Q8NC51 +Q07889 + P10301 +P46531 + P10301 +P10301 + Q12967 +P10301 + P27986 +P10301 + P10398 +P10301 + Q8WWW0 +P10301 + P55196 +Q96MF7 + Q9BSI4 +Q96AP0 + Q9BSI4 +P30291 + P18858 +Q00534 + P18858 +O43683 + P18858 +P11802 + P18858 +P18858 + P24941 +P24941 + P18858 +P18858 + P12004 +O96017 + P18858 +P06493 + P18858 +O43781 + P18858 +O60674 + P42229 +P23458 + P42229 +P28482 + P42229 +Q09472 + P42229 +P09619 + P42229 +P26951 + P42229 +P42229 + O14965 +P04150 + P42229 +P15509 + P42229 +P06213 + P42229 +Q01344 + P42229 +P10721 + P42229 +P24394 + P42229 +Q15303 + P42229 +P16471 + P42229 +P42229 + Q07817 +P16871 + P42229 +P29597 + P42229 +P42229 + O14543 +Q15788 + P42229 +P10912 + P42229 +P42229 + P10912 +P27361 + P42229 +P42229 - P52333 +P52333 + P42229 +Q02763 + P42229 +P10828 + P42229 +Q13261 + P42229 +P40238 + P42229 +Q01113 + P42229 +P43405 + P42229 +P42229 + Q9BZS1 +P31785 + P42229 +Q9HC73 + P42229 +P14784 + P42229 +Q969D9 + P42229 +Q05655 - P49840 +P28482 + Q05655 +Q05655 - P28482 +Q9H3D4 + Q05655 +Q05655 + P29353 +Q05655 + P04637 +Q05655 - Q09472 +Q05655 + Q15717 +Q05655 + P42574 +Q05655 + P42224 +Q02750 + Q05655 +Q05655 + Q02750 +Q05655 - P78527 +Q05655 - Q01543 +Q05655 + O15162 +Q05655 + P06748 +O75582 + Q05655 +P31749 + Q05655 +Q05655 - P63104 +P53671 + Q05655 +Q05655 - P53671 +Q05655 - Q13263 +Q05655 + P16144 +O43353 + Q05655 +Q05655 + P40189 +Q05655 - P17096 +Q05655 + P05107 +Q05655 + P15941 +Q05655 - P30411 +Q05655 + P06213 +P35568 + Q05655 +P19525 + Q05655 +Q05655 + P51828 +P42336 + Q05655 +Q05655 + O95622 +P00519 + Q05655 +P63000 + Q05655 +Q05655 + P51398 +Q05655 + P29350 +Q9UQM7 + Q05655 +Q05655 + P07108 +Q05655 + O15350 +P67775 - Q05655 +Q99570 + Q05655 +O15530 + Q05655 +Q05655 + P50750 +Q05655 + P30086 +Q96RU7 + Q05655 +Q05655 + P40763 +Q05655 + Q13009 +Q05655 + Q8N5S9 +P04792 - Q05655 +Q05655 + P68431 +Q05655 - P27361 +P52564 + Q05655 +Q05655 + Q9NRA8 +Q16288 + Q05655 +Q05655 - Q16658 +Q05655 - P31946 +O00506 + Q05655 +P36894 + Q05655 +Q05655 + O95817 +Q06418 + Q05655 +Q05655 - Q9UBS0 +Q05655 + P25098 +Q05655 + Q14289 +Q05655 + P23396 +Q05655 + P14598 +Q05655 - Q5JVS0 +Q05655 + Q13887 +Q05655 + O14939 +Q05655 - P21730 +Q05655 + P18433 +Q05655 + P23229 +P43250 + Q05655 +Q9Y2H1 + Q05655 +Q05655 + Q9NRY6 +Q05655 + P28329 +Q05655 + P17405 +Q05655 + P50548 +Q05655 + P11413 +Q05655 + Q15080 +Q16832 + Q05655 +Q05655 - Q9Y2R2 +Q05655 + O00429 +P78362 + Q05655 +Q05655 + Q9UQ80 +Q05655 + P48048 +Q05655 - P10588 +Q13557 + Q05655 +Q05655 + Q14896 +Q9H4A3 + Q05655 +Q05655 - P52757 +Q05655 + Q16206 +Q86Z02 + Q05655 +Q05655 + P26010 +P49761 + Q05655 +Q05655 + Q9Y3Q8 +Q05655 + P50747 +Q8WYL5 - Q9Y281 +Q96S53 - Q9Y281 +Q15569 - Q9Y281 +P30968 + P51511 +Q04837 + P04637 +P04637 + P62736 +Q9UK53 + P04637 +Q9UK53 + P38936 +Q15465 + P10070 +P49841 - P10070 +Q9Y297 - P10070 +P08151 + P10070 +P10070 + P08151 +P10070 + Q13635 +Q9UMX1 - P10070 +P10070 + Q96QV1 +Q9UKB1 - P10070 +Q2M1P5 + P10070 +Q9NRP7 + P10070 +P04637 - P26358 +P31749 + P26358 +Q9NRZ9 + P26358 +P24941 + P26358 +P12004 + P26358 +P06493 + P26358 +P40763 + P26358 +Q96T88 + P26358 +P35754 + P23511 +P35754 - P04406 +P35754 + O14920 +P35754 - Q99683 +P35754 + P68133 +P04637 + Q99856 +P49760 + Q99856 +P51956 + Q99856 +Q9H3D4 - P46937 +P31749 - P46937 +P46937 + Q15797 +P49674 - P46937 +P00519 + P46937 +Q9Y297 - P46937 +P46937 - O14640 +P46937 + O15350 +P46937 - Q13950 +P48730 - P46937 +P63165 + P46937 +Q9NRM7 - P46937 +P29590 + P46937 +P46937 + P29590 +P46937 + O15105 +Q9UKB1 - P46937 +P35221 - P46937 +Q9UDY2 - P46937 +P46937 + Q99594 +P26232 - P46937 +P46937 + P28347 +Q4VCS5 - P46937 +P46937 + Q15562 +P46937 + Q15561 +P08047 + P35520 +P10275 + Q9BW04 +O60674 + P23458 +P23458 + O60674 +O60674 + P42226 +O60674 - P08069 +Q13651 + O60674 +O60674 + P29353 +O60674 - O14744 +P09619 + O60674 +P11274 + O60674 +Q99062 + O60674 +P26951 + O60674 +O60674 + P42224 +P48357 + O60674 +O60674 + P52630 +O60674 + P15509 +P15509 + O60674 +P40189 + O60674 +O60674 + Q9Y4H2 +O60674 + P25963 +O60674 + P35568 +P35568 + O60674 +O60674 - Q99683 +Q01344 + O60674 +O60674 + P78347 +P00519 + O60674 +P10721 + O60674 +P21860 + O60674 +O60674 + P29350 +P24394 + O60674 +P04626 + O60674 +O60674 + Q06124 +Q06124 - O60674 +O60674 + P27986 +O60674 + P67775 +P61073 + O60674 +P16471 + O60674 +O60674 + P15260 +P15260 + O60674 +O60674 + P62993 +O60674 + P40763 +O60674 + Q05397 +O60674 + P10912 +P10912 + O60674 +O60674 + P51681 +P51681 + O60674 +O60674 - Q15910 +O60674 + P68431 +P27361 - O60674 +O60674 + P51692 +P78552 + O60674 +O60674 + P38484 +P38484 + O60674 +O60674 + P42680 +Q99665 + O60674 +O60674 + Q5VWK5 +Q5VWK5 + O60674 +O60674 + Q9UQC2 +P40238 + O60674 +Q96EY1 + O60674 +O60674 + P09769 +O60674 + P02647 +P31785 + O60674 +P42701 + O60674 +Q9HC73 + O60674 +O60674 + Q92783 +Q92783 + O60674 +O60674 + P41597 +P41597 + O60674 +Q8WXH5 - O60674 +Q96B97 + O60674 +O60674 + Q92888 +Q8NI17 + O60674 +O60674 + Q9NYB9 +Q99650 + O60674 +Q8N4C6 - O60674 +Q05209 - O60674 +O75886 + O60674 +Q9UMN6 + Q01201 +Q9UMN6 + P68431 +P04637 + P31350 +P10275 + P55075 +P55075 + P21802 +Q12888 + P56524 +P56524 - P84022 +Q96GD4 - P56524 +Q04206 + P56524 +P49841 - P56524 +P08047 + P56524 +P56524 - Q02078 +P56524 - P10275 +P56524 + P62805 +P67775 + P56524 +P56524 - Q13950 +P56524 - Q14814 +Q13131 - P56524 +Q16566 - P56524 +P56524 - Q06413 +Q13557 + P56524 +P04637 + P36952 +Q13547 - P36952 +P04198 + P33992 +O00311 + P33992 +P42574 - Q9NR09 +Q9NR09 - P42574 +Q9NR09 - P55210 +Q9NR09 - Q9NR28 +Q9NR28 - Q9NR09 +O43464 - Q9NR09 +Q9NR09 - O43464 +Q9H4P4 - Q9NR09 +P43246 + P54132 +P54132 + Q12888 +P54132 + P04637 +P54132 + P39748 +Q00597 + P54132 +Q13315 + P54132 +P54132 + P06493 +O14757 + P54132 +Q9BXW9 + P54132 +P15927 - P54132 +P52701 + P54132 +Q9H9A7 + P54132 +Q8IUC6 + Q9Y572 +P07900 + Q9Y572 +Q9Y572 + Q92934 +Q13546 + Q9Y572 +Q9Y572 + Q13546 +Q9Y572 + Q8NB16 +Q9H171 + Q9Y572 +Q9Y572 + P06737 +Q9Y572 + P00367 +Q9Y572 + P07814 +Q9Y572 + P50747 +Q9Y572 + Q9Y5B6 +P08069 + P23458 +Q13651 + P23458 +P23458 + P29353 +Q99062 + P23458 +P26951 + P23458 +P23458 + P42224 +P48357 + P23458 +P17181 + P23458 +P23458 + P52630 +P40189 + P23458 +P23458 + Q9Y4H2 +P08887 + P23458 +P23458 + P35568 +P35568 + P23458 +P23458 + Q99683 +Q01344 + P23458 +P01574 + P23458 +P23458 + P24394 +P24394 + P23458 +P04626 + P23458 +P23458 + Q06124 +Q06124 - P23458 +P23458 + P27986 +P15260 + P23458 +P23458 + P15260 +P23458 + P62993 +P16871 + P23458 +P23458 + P29597 +P23458 + O14543 +P05161 + P23458 +P10912 + P23458 +P23458 + Q06187 +P23458 + P52333 +P23458 + P51692 +P23458 + P38484 +P38484 + P23458 +Q9HBE5 + P23458 +Q9UHF4 + P23458 +Q8N6P7 + P23458 +Q01113 + P23458 +P32927 + P23458 +P23458 - P31785 +P31785 + P23458 +Q6UXL0 + P23458 +P48551 + P23458 +P23458 + Q14289 +P14784 + P23458 +P16234 + P23458 +Q92783 + P23458 +Q8NI17 + P23458 +Q8IU57 + P23458 +Q99650 + P23458 +P23458 + P07332 +O75886 + P23458 +P23458 + O75886 +P22692 - P01344 +P03372 + P22692 +Q13219 + P22692 +P42226 + Q9BZP6 +P42226 + Q9BXN2 +P42226 + P23771 +P42226 - P42224 +P42226 + P04216 +P42226 + P05089 +P42226 + Q16649 +Q9UHD2 + P42226 +P42226 + Q9BQ08 +P24394 + P42226 +P42226 + P24394 +P17706 - P42226 +P52333 - P42226 +P78552 + P42226 +Q9H816 + Q96NY9 +Q92698 + Q96NY9 +P28482 + P49023 +P46109 + P49023 +P42574 - P49023 +P46108 + P49023 +P49023 + P46108 +P49023 + Q9Y490 +P00519 + P49023 +P49023 + P56945 +P27986 + P49023 +P49023 + P27986 +P67775 - P49023 +Q13153 + P49023 +P49023 + Q05397 +Q05397 + P49023 +P41240 + P49023 +Q13882 + P49023 +P43405 + P49023 +P49023 + Q14289 +P49023 + Q13418 +O75914 + P49023 +Q9Y2X7 - P49023 +P31431 + P49023 +Q05209 - P49023 +Q15256 - P49023 +Q16827 - P49023 +Q96L91 + P0DMV9 +P11802 + Q96L91 +Q96L91 - P38936 +Q96RU7 + Q96L91 +Q96L91 + O15360 +Q96L91 - Q92993 +Q16236 + Q9UJX0 +O75663 - P67775 +O14867 - Q16236 +O14867 - P15559 +P31749 + Q8TDD2 +Q9H6W3 - Q8TDD2 +P49841 + Q13562 +P50613 + Q13562 +P11802 + Q13562 +Q8IW41 + Q13562 +Q13562 + P38936 +P50750 + Q13562 +Q15911 + Q13562 +O00238 + Q13562 +Q8N165 + Q13562 +O00273 - O76075 +P42574 + O76075 +P28482 + Q13233 +Q13233 + P28482 +Q13233 + Q99558 +Q99558 + Q13233 +Q13233 + Q02750 +Q15208 - Q13233 +P49841 + Q13233 +Q12933 + Q13233 +Q13233 + O14920 +Q13233 + Q15796 +P60953 + Q13233 +P00519 + Q13233 +Q13233 + P45985 +Q13153 + Q13233 +Q13233 + P40763 +Q13158 + Q13233 +Q13233 - Q13158 +O15169 + Q13233 +Q13233 + O15111 +Q13233 + O14733 +Q13233 + P27361 +Q13546 + Q13233 +Q13233 + P52564 +O15105 - Q13233 +Q92918 + Q13233 +Q12851 + Q13233 +Q9UPT6 + Q13233 +Q86Y01 - Q13233 +Q9BQ95 + Q13233 +O95819 + Q13233 +P01116 + Q13233 +Q13233 + P54764 +Q8IVH8 + Q13233 +Q13233 + Q6UUV9 +P09488 - Q13233 +Q13233 + P09488 +P04637 + O60880 +O60880 + Q13291 +Q9BZW8 + O60880 +Q9Y4C1 + P10275 +Q9Y4C1 + P68431 +Q9HB75 + P78560 +P78560 + P42575 +P78560 + Q14790 +P78560 + Q13546 +P45984 + Q9UQF2 +Q9UQF2 - P45984 +Q7Z6J0 + Q9UQF2 +Q9UQF2 + Q16539 +Q9UQF2 + P31749 +Q9UQF2 - P46531 +Q9UQF2 + P45985 +O14543 - Q9UQF2 +Q9UQF2 + Q13009 +Q9UQF2 + O14733 +Q9UQF2 + P80370 +Q9UQF2 + Q92918 +Q9UQF2 - Q12851 +O15357 + Q9UQF2 +Q13387 + Q9UQF2 +Q9BY84 + Q9UQF2 +Q9UQF2 + Q02779 +Q9UQF2 + Q13972 +Q9UQF2 - Q12852 +P04637 + P43246 +P43246 + Q13535 +P02511 + P42574 +P02511 - Q07817 +P02511 - Q07812 +Q93008 + Q9H992 +Q93009 + Q9H992 +P08069 + P28482 +P08069 + P29353 +P29353 + P08069 +P01344 + P08069 +P05019 + P08069 +P08069 + P63104 +P08069 + Q9Y4H2 +P08069 + P35568 +P01308 + P08069 +Q06124 + P08069 +P08069 + P27986 +P08069 + O15530 +P22681 - P08069 +P08069 + Q13322 +Q13322 - P08069 +P03372 + P08069 +Q14258 + P08069 +P08069 + Q92569 +P08069 + P41240 +P08069 + P62258 +P08069 + P52735 +P08069 + P48736 +P08069 + P20936 +P08069 + P31946 +O14508 + P08069 +P08069 + P78324 +O14654 + P08069 +P08069 + O14654 +P08069 + O00443 +O96017 + P40337 +O75716 + P40337 +P40337 - P62487 +O14965 + P52732 +P06493 + P52732 +Q14469 - P04150 +P46531 + Q14469 +P04628 + Q14469 +Q14469 + Q13950 +Q14469 - Q86Y01 +Q14469 + Q04724 +Q96HZ4 - Q14469 +O94916 + P48065 +O94916 + P53794 +P78527 + P22415 +Q16539 + P22415 +P05129 - P49840 +P49840 + O75030 +P31749 - P49840 +P49840 - P05412 +P20807 + P49840 +P49840 + O75581 +P51812 - P49840 +P49840 - P46531 +P49840 - P49768 +P49840 - P23246 +Q92837 - P49840 +P49840 + P49815 +P31751 - P49840 +Q13362 + P49840 +P49840 - P13807 +P49840 + P16220 +P17655 + P49840 +P49840 - Q07820 +P49840 - Q96RR4 +P49840 - P10636 +O15169 + P49840 +P49840 + O15169 +P49840 - P01106 +P49840 + Q07955 +P49840 - O95644 +Q13418 - P49840 +P49840 + P05120 +P49840 + Q9H1A4 +P24723 - P49840 +Q96BR1 - P49840 +P49840 - Q92908 +P49840 - Q13144 +P49840 + Q6PKG0 +P01344 - P08833 +P05019 - P08833 +P08833 + P05019 +Q13485 + Q15329 +Q13485 + P49711 +Q13485 + Q09472 +Q9Y6X2 + Q13485 +P45984 + Q13485 +P37173 + Q13485 +P84022 + Q13485 +P05412 + Q13485 +Q13485 + P05412 +Q15797 + Q13485 +Q9UER7 - Q13485 +Q13309 - Q13485 +Q13485 + P52952 +Q99717 + Q13485 +Q93008 + Q13485 +P06730 + Q13485 +P50613 + Q13485 +P11802 + Q13485 +Q13485 + Q15796 +Q15796 + Q13485 +O75925 + Q13485 +Q8IW41 + Q13485 +Q13485 + P28749 +Q9Y297 - Q13485 +Q13485 + P01100 +Q13485 + P38936 +Q13485 + Q02078 +Q13485 + P16220 +Q13485 + P10275 +Q13485 + Q16254 +Q13485 + Q9UJU2 +Q13485 + P30968 +Q13485 + P53355 +P63165 + Q13485 +Q13485 + P18846 +Q9UBE8 - Q13485 +P36897 + Q13485 +Q13485 + P15336 +Q13485 + Q92793 +Q92793 - Q13485 +P36896 + Q13485 +O15105 + Q13485 +Q13485 + O15105 +Q13485 + Q14186 +Q9HCE7 - Q13485 +O75928 + Q13485 +Q9NZC7 + Q13485 +P35658 + Q13485 +O15198 + Q13485 +O43541 - Q13485 +Q9UKB1 + Q13485 +Q12891 + Q13485 +Q9UPN9 + Q13485 +P49790 + Q13485 +Q13485 + P50616 +P78362 + Q13485 +Q8TAD8 - Q13485 +Q99966 + Q13485 +Q13485 + P43694 +P28482 + P46695 +P46695 + P28482 +P28482 + P29353 +P29353 + P28482 +P28482 + P04637 +P28482 + Q09472 +Q07889 + P28482 +P28482 + Q15349 +P28482 + P42224 +P42224 + P28482 +Q02750 + P28482 +Q9Y2U5 + P28482 +P28482 - Q14674 +P28482 + P15976 +P28482 + P30041 +P28482 + Q15418 +Q15418 + P28482 +P28482 + P49459 +P28482 + P36956 +P28482 + P09874 +P28482 + Q15025 +P28482 + Q16539 +P28482 + P54727 +P28482 + Q06546 +P28482 + Q8IZP0 +P28482 + P19838 +O75582 + P28482 +P28482 + O75582 +P28482 - P49715 +P28482 + P05412 +P28482 + P46734 +P46734 + P28482 +P28482 + O75581 +P28482 - Q15797 +P28482 + Q04206 +P28482 + P51812 +P28482 + Q9NRA0 +P15056 + P28482 +P28482 - P15056 +P15391 + P28482 +P28482 + P27708 +P28482 - P24928 +P28482 - P35568 +P35568 + P28482 +P28482 + Q99683 +Q99683 + P28482 +P28482 + Q13330 +P28482 - P42702 +P28482 - Q13480 +P28482 + P19525 +P28482 - P37231 +P28482 + Q12772 +P28482 - Q13541 +P28482 + P26651 +P28482 + P78347 +P28482 + P24941 +P28482 - P49815 +P07949 + P28482 +P28482 + P23443 +P28482 + P08047 +P28482 + O95997 +P28482 - Q86UR1 +P28482 + P17535 +P28482 - Q13362 +Q13362 - P28482 +P28482 + Q8IW41 +Q8IW41 + P28482 +O00141 - P28482 +P28482 + P01100 +P50607 + P28482 +P28482 + Q15672 +P28482 + O60504 +P37840 + P28482 +P28482 - P35398 +P28482 - O43524 +P28482 - Q15831 +P62136 - P28482 +P28482 - P06493 +P67775 - P28482 +P41279 + P28482 +P45985 + P28482 +P28482 + P49137 +P28482 + Q13153 +Q13153 - P28482 +P28482 + P62993 +P62993 + P28482 +P28482 + P53355 +P53355 - P28482 +P28482 + P17655 +P28482 - Q92574 +P28482 + Q8WUF5 +P28482 + Q8N122 +P28482 + P40763 +P28482 + Q07820 +Q13158 + P28482 +P06401 + P28482 +P28482 - P06401 +P28482 + Q13322 +P28482 + P03372 +P28482 + Q96LC9 +P48039 + P28482 +P28482 + Q15788 +P28482 + P01106 +P28482 + P17676 +P28482 + P29590 +P28482 + O75676 +P28482 + O00213 +P28482 + P15336 +P10398 + P28482 +P28482 + Q02447 +P28482 + Q92793 +P28482 - Q14790 +P28482 + P27361 +P28482 + P10276 +P23467 - P28482 +P28482 + P19634 +P28482 + P28324 +P28482 + Q07666 +Q9UHA4 + P28482 +P28482 + Q15746 +P28482 + P23769 +P28482 + P19419 +P28482 + Q99576 +P28482 - Q8WU20 +Q8WU20 + P28482 +P28482 + Q9H8Y8 +P10644 - P28482 +P28482 + P10644 +P28482 + Q9UQC2 +Q9Y463 + P28482 +P28482 + P14921 +P28482 + P84243 +P15498 + P28482 +Q92918 + P28482 +P28482 - Q8IVT5 +Q8IVT5 + P28482 +P28482 + Q9BUB5 +P28482 + Q9BY84 +Q9BY84 - P28482 +P28482 + Q92974 +P02741 - P28482 +P28482 + Q9NZV8 +P28482 + Q9NYA1 +P28482 + Q9HBH9 +P28482 + P23396 +P28482 + P14598 +P46940 + P28482 +P08138 + P28482 +P28482 + P47712 +P35236 - P28482 +P28482 + Q05923 +P23469 - P28482 +P28482 + Q14005 +P28482 - Q07866 +P28482 + Q5VWX1 +P28482 + P32004 +P28482 + Q02080 +P28482 - P02686 +P54829 - P28482 +P28482 - P12036 +P28482 + Q9BXL6 +P28482 - P07197 +P28482 - P49418 +P28482 + Q9Y263 +P28482 + P49795 +P28482 - P19484 +P28482 + O00562 +P28482 - Q12800 +P28482 + P07101 +P28482 + Q96SB3 +O43559 - P28482 +P28482 - Q96RK0 +P28482 + Q9NXR1 +P28482 + P12270 +Q16829 - P28482 +P28482 - P50616 +P28482 + O95071 +P28482 + Q8NHW3 +P28482 + Q06413 +P28482 + Q96PH1 +P28482 - P49585 +P28482 + Q15256 +Q15256 - P28482 +P28482 - P17480 +P28482 - Q01860 +P28482 + Q9UPT5 +P28482 + P56693 +Q9H4A3 + P28482 +Q12913 - P28482 +P28482 + Q15648 +P28482 + P43354 +P28482 - Q08493 +P28482 - Q969V6 +P28482 - P12034 +P28482 + P60983 +P60983 - P28482 +P28482 + Q8WUM0 +P28482 + Q6IE81 +P06756 + P28482 +P28482 + P49761 +P00750 + P28482 +P28482 + Q8N5H7 +O15075 + P28482 +P04637 - P46695 +P46695 + P04637 +P08047 + P46695 +P46695 - Q13362 +Q01196 + P46695 +P22301 + Q13651 +Q13651 + P40763 +Q13651 + P29597 +P08047 + P07225 +P07225 + P30530 +P07225 + Q06418 +P07225 - P00451 +P00734 + P07225 +P07225 - P00734 +P07225 - P12259 +P07225 + P04070 +P07288 + P17936 +P07288 - P10275 +P01023 - P07288 +P07288 + P12272 +P07288 + P00747 +P05154 - P07288 +P07288 + P04279 +P08047 + Q96BI1 +P27694 + O60921 +P27694 + P39748 +P23025 + P27694 +Q96GD4 + P27694 +P27694 + Q9BX63 +Q13315 - P27694 +P49674 + P27694 +P27694 + P46063 +Q13535 - P27694 +P19338 + P27694 +P27694 + Q14191 +P27694 + P35251 +P27694 + Q99638 +O15530 + P27694 +P27694 + Q8WXE1 +P27694 + O60671 +Q9BVW5 + P27694 +Q9NSU2 - P27694 +O76039 + P27694 +P49760 + P27694 +P27694 + P40937 +P27694 + P35250 +P27694 + P35249 +P05129 - Q14145 +P05129 - P07900 +P05129 + P49768 +P05129 + Q7Z2E3 +O15530 + P05129 +P05129 + P30086 +P05129 + P11388 +Q15118 + P05129 +P05129 + O14641 +P05129 + Q14155 +P05129 + Q9UBS0 +P05129 + P25098 +P05129 - Q5JVS0 +P05129 - Q99418 +P05129 + P28329 +P05129 + P48058 +P05129 - P43629 +P05129 + P06127 +Q0VDD5 - Q99417 +Q969H0 - Q9H3D4 +P04637 + Q9H3D4 +O14920 + Q9H3D4 +Q13315 - Q9H3D4 +Q9H3D4 + Q13315 +P00519 - Q9H3D4 +P24941 - Q9H3D4 +P23443 - Q9H3D4 +Q9Y297 + Q9H3D4 +O15350 + Q9H3D4 +Q9H3D4 + Q00987 +P29590 + Q9H3D4 +Q9H0M0 - Q9H3D4 +Q9H3D4 - Q8N726 +Q96L73 + Q04206 +Q96L73 + P10275 +Q9Y275 + Q99558 +Q99558 + Q15349 +Q99558 + Q04206 +Q99558 + Q12933 +Q99558 + O14920 +Q99558 + Q9Y6K9 +Q92851 + Q99558 +P41279 + Q99558 +Q99558 + P40763 +Q13489 - Q99558 +Q9Y4K3 + Q99558 +Q13490 - Q99558 +O15111 - Q99558 +Q99558 + O15111 +Q99558 + P16333 +Q99558 + P53805 +Q14790 + Q99558 +Q99558 + P27361 +Q13546 + Q99558 +Q13077 + Q99558 +Q99558 + P34947 +Q96JP5 + Q99558 +P46934 - P62875 +P46934 - P21860 +Q13322 + P46934 +P46934 - P21802 +P46934 - P17948 +Q9H4B4 + P38398 +Q15717 - P38398 +P24864 + P38398 +O14965 + P38398 +P84022 - P38398 +P38398 + P24522 +P38398 + P19838 +P31749 + P38398 +Q08999 - P38398 +Q14676 + P38398 +P38398 + Q13315 +Q99728 + P38398 +Q13330 - P38398 +P11802 - P38398 +O75461 - P38398 +Q6UWZ7 + P38398 +P38398 - P00519 +P24941 + P38398 +P38398 + Q06609 +P28749 - P38398 +P38398 + Q99759 +Q13535 + P38398 +P38398 + P10275 +P38398 + P16104 +Q16254 - P38398 +O96017 + P38398 +P62136 - P38398 +P06493 + P38398 +P61077 + P38398 +Q8WXE1 + P38398 +P38398 + P24385 +P38398 - P06401 +P38398 + P48431 +Q9NWV8 + P38398 +P38398 - P03372 +P38398 + Q9BXW9 +Q96RL1 + P38398 +P38398 + Q86YC2 +Q86YC2 + P38398 +Q15910 + P38398 +P61968 - P38398 +Q00266 - P38398 +P38398 + Q14192 +P53803 - P38398 +Q92878 + P38398 +Q92560 + P38398 +P38398 + P0CG47 +P10275 + O76076 +P84022 + Q15329 +Q08999 + Q15329 +Q96ST3 - P08151 +Q12986 + Q96ST3 +Q92753 + O00327 +P51531 + Q12824 +Q12824 + P04150 +Q12824 + P24928 +P51532 + Q12824 +Q12824 + P01106 +P06493 + O95835 +Q13188 + O95835 +O60285 - O95835 +O95835 + Q15942 +P35240 + O95835 +Q7L9L4 + O95835 +Q9H8S9 + O95835 +Q9H093 - O95835 +O95835 + P30153 +P04637 + P55957 +P55957 + Q16611 +P07711 + P55957 +P42574 + P55957 +P10144 + P55957 +P10415 - P55957 +P25445 + P55957 +Q13315 + P55957 +P55957 + Q14249 +P49674 + P55957 +P43235 + P55957 +Q92851 + P55957 +P42575 + P55957 +P09668 + P55957 +P55957 - Q07817 +Q07817 - P55957 +P55957 + P99999 +P07858 + P55957 +P17655 + P55957 +P55957 + Q07812 +Q13158 + P55957 +P55957 - Q92843 +Q92843 - P55957 +P48023 + P55957 +P67870 + P55957 +Q14790 + P55957 +P55957 + P10606 +P19784 + P55957 +Q9Y6C9 + P55957 +Q09472 + O75030 +Q9Y6X2 - O75030 +Q16539 + O75030 +Q9UJU2 + O75030 +Q92793 + O75030 +P27361 + O75030 +P63279 - O75030 +P08246 + Q99062 +P49715 + P08246 +P07996 - P08246 +P08246 + P07996 +P08246 + P10145 +P08246 + P14780 +Q99684 - P08246 +P05121 - P08246 +P08246 + P05121 +Q01196 + P08246 +P08246 + P01042 +P08246 + P28799 +P08246 + Q7Z3S9 +P03973 - P08246 +P08246 + P03973 +O95816 + Q9UNE7 +Q00534 + Q9UNE7 +Q15418 + Q9UNE7 +P53779 + Q9UNE7 +Q9UNE7 - Q15797 +Q9UNE7 - Q99717 +Q9UHD2 + Q9UNE7 +Q9UQM7 + Q9UNE7 +Q14289 + Q9UNE7 +Q9Y4K4 + Q9UNE7 +P63104 - O60921 +O60921 + P12004 +P15927 + O60921 +Q02548 - Q15116 +Q9NZQ7 + Q15116 +Q9BQ51 + Q15116 +P06493 + P14136 +P23297 - P14136 +P49771 + P36888 +P36888 + P27986 +P36888 + P62993 +P63165 + P49711 +O60216 - P49711 +P16619 + P51681 +P16619 + P51677 +P16619 + P32246 +Q8WTS6 + P04637 +Q8WTS6 + Q12962 +Q8WTS6 + P68431 +O60602 + Q99836 +P04637 + O00220 +P50591 + O00220 +O00220 + Q13158 +O00220 + O14763 +O00220 + Q15628 +O00220 + Q14790 +O00220 + Q13546 +Q9Y397 + P01112 +Q9Y397 + P01111 +P31314 - P06400 +P31314 + P00352 +P31314 - P67775 +P31314 - P62714 +Q16539 + P18850 +P18850 - Q12772 +P11021 - P18850 +Q16549 + P18850 +O43293 + P04637 +O43293 + Q96A00 +O43293 + P04150 +O75385 + O43293 +O43293 + P19105 +Q13464 + O43293 +O43293 - O14974 +O43293 + P38936 +O43293 + P10275 +O43293 + Q00987 +P53355 + O43293 +O43293 + Q02045 +O43293 + P24844 +O43293 + O14950 +Q9NYF0 - O14641 +P04637 + Q9H4B4 +Q9H4B4 + P04637 +Q9H4B4 + P05412 +Q9H4B4 - P30304 +Q9H4B4 + P30307 +Q9H4B4 + Q13330 +Q9H4B4 + P18887 +Q9H4B4 + P37840 +O96017 + Q9H4B4 +Q9H4B4 + O96017 +Q9H4B4 + Q07817 +Q9H4B4 + P11388 +Q9H4B4 + P15336 +Q9H4B4 + Q16143 +Q9H4B4 + Q99986 +O00206 + P58753 +P58753 + Q99836 +O60603 + P58753 +P58753 + Q9Y4K3 +Q06187 - P58753 +Q8WYN0 + P60520 +Q09472 + P52292 +P52292 + O96017 +P52292 + P10914 +Q13131 + P52292 +Q14145 - Q16236 +Q16236 - Q14145 +Q16236 + P42574 +P62877 - Q16236 +P01375 + Q16236 +Q92769 - Q16236 +Q16539 - Q16236 +O15264 - Q16236 +O15379 - Q16236 +P49841 - Q16236 +Q9Y5W3 + Q16236 +O14920 - Q16236 +Q16236 + P48507 +Q16236 - P13500 +Q13164 + Q16236 +Q15759 - Q16236 +Q16236 + P09601 +Q16236 + P15559 +Q13547 - Q16236 +P03372 - Q16236 +Q16236 + Q06830 +Q92793 + Q16236 +P52564 - Q16236 +P53778 - Q16236 +Q8TAE8 - Q16236 +O00221 - Q16236 +Q16236 - P13569 +Q16236 - P23763 +O14682 - Q16236 +Q16236 - P98088 +P25713 + Q16236 +P80075 + P51681 +P80075 + P51677 +P80075 + P32246 +P80075 + P41597 +Q15418 + P67809 +P31749 + P67809 +P67809 + Q969S2 +P51812 + P67809 +O15355 + P67809 +P21583 + P10721 +P18848 - Q09472 +Q15349 + P18848 +Q9NS37 + P18848 +P18848 + P35637 +P51812 + P18848 +Q9BY44 + P18848 +P18848 + P35638 +P18848 - Q92793 +P11274 + P46109 +P46109 + P11274 +P05556 + P46109 +P46109 + P00519 +O15524 - P46109 +P46109 + Q13905 +P46109 + P27986 +Q05397 + P46109 +P46109 + Q92918 +A7KAX9 + P46109 +A9UF07 + P46109 +P46109 + Q92608 +Q16656 + Q00059 +Q9Y6E0 + Q00059 +Q9NRZ9 - P09630 +O00255 + P09630 +P30968 + Q02410 +Q9UBU7 + P25205 +Q13315 + P25205 +P04198 + P25205 +P24941 + P25205 +P06493 + P25205 +P53355 + P25205 +O00311 + P25205 +O60318 + P25205 +P49841 + Q7KZI7 +Q15831 + Q7KZI7 +P53355 + Q7KZI7 +Q7KZI7 - P10636 +Q7KZI7 + Q92997 +Q7KZI7 - Q8WUI4 +Q7KZI7 + Q8TEW0 +Q7KZI7 - Q92974 +Q7KZI7 + P46939 +Q7KZI7 + Q7L804 +Q7KZI7 + Q6P0N0 +P04637 + Q969H0 +Q96RU2 - Q969H0 +Q969H0 - O14965 +Q969H0 - P05412 +Q969H0 - Q9Y6Q9 +Q969H0 - Q9UBK2 +Q969H0 + P10242 +Q9NYY3 - Q969H0 +O00141 + Q969H0 +Q969H0 - Q99466 +Q969H0 - Q16204 +Q8WUJ0 - Q969H0 +Q6PGQ7 + O14965 +P49841 + Q6PGQ7 +Q6PGQ7 + P53350 +P06493 - Q6PGQ7 +P29317 + P29353 +P09619 + P29353 +P29353 + Q07889 +P37173 + P29353 +P29353 + Q16539 +P08581 + P29353 +P40189 + P29353 +Q9Y4H2 + P29353 +P01112 + P29353 +P06213 + P29353 +P35568 + P29353 +P29353 + Q13480 +P29353 + P42336 +P00519 + P29353 +P07949 + P29353 +P21860 + P29353 +P29350 + P29353 +P24394 + P29353 +P04626 + P29353 +Q15303 + P29353 +P17706 - P29353 +P29353 - O43524 +P29353 + P27986 +P29353 + P62993 +P62993 + P29353 +Q08345 + P29353 +P29353 + Q05397 +Q05397 + P29353 +P35968 + P29353 +P36897 + P29353 +P27361 + P29353 +P29353 + P27361 +P52333 + P29353 +P60568 + P29353 +Q02763 + P29353 +P41240 + P29353 +P29376 + P29353 +P21802 + P29353 +Q13191 - P29353 +Q9UQC2 + P29353 +Q16288 + P29353 +P40238 + P29353 +P43403 + P29353 +P17948 + P29353 +P43405 + P29353 +P20936 + P29353 +P32927 + P29353 +Q9UM73 + P29353 +P31785 + P29353 +P29353 + Q99704 +P35916 + P29353 +Q14289 + P29353 +P29353 + Q13588 +P14784 + P29353 +P29353 + Q13418 +P08138 + P29353 +P16234 + P29353 +P29353 + Q92835 +P09455 + P29353 +Q99931 + P29353 +Q16832 + P29353 +Q05209 - P29353 +J7MDF2 + P29353 +P07766 + P29353 +P00519 + P43351 +P43351 + Q06609 +Q06609 + P43351 +Q14191 + P43351 +O14744 - P0C0S5 +O14744 - P62805 +O14744 + P31269 +O14744 + P68431 +P24864 + P10244 +P09874 + P10244 +P24941 + P10244 +O00716 + P10244 +P28749 - P10244 +Q16254 - P10244 +P10244 + P06493 +P10244 + P14635 +O75943 + Q13315 +Q13315 + O75943 +O75943 + Q13535 +Q13535 + O75943 +O75943 + Q99638 +P42574 - O75822 +O75822 + P78344 +P04637 - P21675 +P06400 - P21675 +P16220 + P21675 +P21675 + O43521 +P21675 + Q00987 +P21675 + P35269 +P21675 + P52655 +Q15545 - P21675 +O95816 + P10415 +P49137 + O95816 +Q86VP6 - Q13619 +Q13619 + P49815 +Q9NZJ0 + Q13619 +Q12888 + P04637 +Q16695 + Q12888 +P31749 - Q12888 +Q12888 + Q6ZW49 +Q6ZW49 + Q12888 +Q14676 + Q12888 +Q13315 + Q12888 +P00519 + Q12888 +O75925 + Q12888 +Q8N2W9 + Q12888 +P62805 + Q12888 +P16104 + Q12888 +Q00987 - Q12888 +Q71DI3 + Q12888 +Q04917 + Q12888 +Q99986 + Q12888 +P04637 + P57723 +P06493 + P46060 +P63279 + P46060 +P46060 + P62826 +Q14397 - P35557 +P09038 + P21802 +P09038 + P22607 +P02776 - P09038 +P09038 + P34741 +P34741 + P09038 +P04004 + P09038 +P09038 + P31431 +P09038 + P22455 +P09038 + O14786 +O43927 - P09038 +P04637 + P29317 +P04637 + P05787 +P04637 + P31947 +P04637 + O43715 +P04637 + Q16611 +P29965 + P04637 +Q15717 + P04637 +P04637 + P13611 +P04637 - Q75NE6 +Q9BUP3 + P04637 +Q9BUR4 + P04637 +P04637 + P68104 +P04637 + Q9NY72 +P45984 + P04637 +P04637 + Q8NHY2 +Q8NHY2 - P04637 +P04637 + Q92696 +P04637 + Q7Z419 +P04637 - O14965 +Q96Q15 + P04637 +P07900 - P04637 +Q9H2X6 + P04637 +P04637 + Q9NYZ3 +Q9NYZ3 - P04637 +P04637 + Q14526 +P04637 + Q8IYM9 +P04637 - P08238 +P04637 + O75626 +P04637 + Q15418 +P04637 - P0DMV9 +P78527 + P04637 +P04637 - P23511 +P04637 + P24522 +Q96KQ4 + P04637 +P04637 + P51959 +P51959 + P04637 +P33981 + P04637 +P06748 - P04637 +P04637 + Q9UM07 +Q16539 + P04637 +O60729 - P04637 +Q92630 + P04637 +P04637 + O15547 +P04637 + P54278 +P04637 + Q5JR12 +P04637 - O00767 +O15264 + P04637 +Q96GD4 - P04637 +P20248 + P04637 +Q13263 + P04637 +P04637 + O14798 +P04637 + O60238 +P53779 + P04637 +P04637 + P11926 +P04637 - P10415 +P10415 - P04637 +P25490 + P04637 +P04637 + P42773 +P04637 + P06400 +P06400 + P04637 +P04637 + Q9NQ88 +P04637 + P28562 +P04637 + P22570 +Q92585 + P04637 +P04637 + Q9BRQ8 +P04150 - P04637 +P04637 - P04150 +P04637 + P09429 +P09429 + P04637 +P04637 + P08581 +P04637 + Q99988 +P04637 + Q92831 +Q92831 + P04637 +Q9UER7 + P04637 +Q8TAQ5 - P04637 +P04637 + Q00597 +P04637 + O14514 +P04637 + Q9BZR8 +P04637 + P01112 +P04637 + P25445 +P25445 + P04637 +P04637 + O15297 +P04637 - P30307 +P04637 + Q99445 +Q9H7Z6 + P04637 +P04637 + Q9Y478 +P04637 + Q9UBN6 +P04637 + O60673 +P0DMV8 - P04637 +P04637 + P30411 +P04637 + P29034 +P04637 + Q9UM63 +Q9UM63 + P04637 +P04637 + Q13315 +Q99933 - P04637 +Q8TDY2 + P04637 +P04637 + Q99728 +P04637 + P41182 +P41182 - P04637 +P50613 + P04637 +P04637 + Q00653 +P27695 + P04637 +P04637 + P19525 +P19525 + P04637 +P04198 + P04637 +P04637 - Q9UBT6 +P04637 + P17936 +Q03468 - P04637 +P04637 + O15492 +P04637 + Q9HB75 +P04637 + Q53FA7 +P49674 + P04637 +P24941 + P04637 +P04637 - Q9NYY3 +P04637 + P49815 +Q99801 + P04637 +P04637 - P25208 +P04637 - Q12834 +P04637 + Q71UM5 +P04637 + Q658P3 +O75925 + P04637 +P04637 + Q9ULZ3 +O95997 + P04637 +P04637 + Q01831 +P04637 + O43474 +P04637 + Q86UR1 +P04637 + Q92851 +Q92851 + P04637 +P18146 + P04637 +P51532 - P04637 +P04637 + P05121 +P04637 + P40692 +P04637 + Q13568 +Q8IW41 + P04637 +P04637 + Q8IUQ4 +P53350 - P04637 +P04637 + Q9HCN2 +P42771 + P04637 +Q92794 + P04637 +P04637 + P27701 +P04637 + P12004 +P04637 - O15205 +P04637 - Q08257 +P38936 + P04637 +Q9Y4A5 - P04637 +P04637 + Q92466 +P04637 + Q9NX09 +Q15759 + P04637 +Q9NQR1 + P04637 +P16220 + P04637 +P04637 + P11473 +P04637 + Q16690 +P04637 - P10275 +O15350 - P04637 +P04637 + O15350 +P04637 - Q14191 +Q14191 + P04637 +Q96PG8 + P04637 +Q9H160 + P04637 +P04637 - O43663 +P04637 + O75909 +P04637 + Q9BUZ4 +Q15831 + P04637 +P62136 - P04637 +P04637 + P06493 +P06493 + P04637 +P04637 + P01135 +P04637 + P15018 +O14757 + P04637 +P04637 + P18847 +P18847 - P04637 +P04637 + Q96A56 +P04637 + Q00987 +O94776 - P04637 +Q13547 - P04637 +Q13526 + P04637 +P61978 + P04637 +P04637 - Q07817 +Q07817 - P04637 +P04637 + Q13794 +P04637 + Q96FX8 +P04637 + P78543 +P04637 + P99999 +P04637 + Q96CF2 +P48730 + P04637 +P50750 + P04637 +P04637 + P53355 +P53355 + P04637 +P04637 + Q08345 +P08183 - P04637 +P04637 + P07203 +Q8WUF5 - P04637 +Q92934 + P04637 +P04637 + O15519 +P04637 + P17643 +P04637 - Q13489 +P04637 + P35354 +P04637 + Q07812 +P04637 + Q9NRM7 +Q9NRM7 + P04637 +P04637 - Q05397 +P04637 + P14210 +P04637 + P78423 +P04637 + P03372 +P04637 + Q9Y6P5 +P04637 + P48023 +P04637 - P67870 +P67870 + P04637 +P04637 + O14763 +O15169 + P04637 +P04637 - O94761 +Q96RL1 + P04637 +P04637 + Q96PM5 +Q96PM5 - P04637 +P04637 - Q96QD8 +Q9NRC8 - P04637 +P04637 + P39060 +P04637 - Q9NQW6 +P04637 + P29590 +P04637 + O14727 +P42345 + P04637 +Q06945 + P04637 +O15151 - P04637 +P04637 + O15151 +P04637 + P55212 +P04637 + Q9H4X1 +P04637 + Q7LG56 +Q7LG56 + P04637 +P04637 + Q9NPP4 +Q9NPP4 - P04637 +P04637 + Q03518 +P04637 + P08253 +P04637 + P07339 +Q93009 + P04637 +P22736 - P04637 +P04792 - P04637 +P04637 + Q92597 +Q92993 + P04637 +Q13625 + P04637 +P04637 - P27361 +P27361 + P04637 +O60285 + P04637 +P04637 + P42858 +P28360 + P04637 +Q9NXV6 + P04637 +P04637 + P26447 +P26447 + P04637 +Q9BV47 - P04637 +P35232 + P04637 +P04637 - P14921 +Q13627 + P04637 +P36873 - P04637 +Q99608 - P04637 +P34947 - P04637 +Q13131 + P04637 +Q9BUJ2 - P04637 +Q16666 + P04637 +Q9UM73 - P04637 +P25098 + P04637 +Q96S44 + P04637 +Q9BXH1 + P04637 +Q9HCP0 + P04637 +P04637 + Q99986 +Q99986 + P04637 +P19784 + P04637 +Q9UEE5 + P04637 +P04637 + Q86Y07 +P04637 - P18074 +P19544 - P04637 +Q8N726 + P04637 +P49915 + P04637 +Q66K89 + P04637 +O15164 - P04637 +P78368 + P04637 +Q86XK2 - P04637 +P04637 - Q9UQR1 +Q9UNH5 - P04637 +Q15648 - P04637 +Q8WYH8 + P04637 +Q05086 - P04637 +Q9H422 + P04637 +P54725 - P04637 +Q8NE63 + P04637 +Q6P3S6 - P04637 +Q76N89 + P04637 +P04637 - P04271 +O75528 + P04637 +Q9BTV7 + P04637 +P04637 - P06703 +P62829 + P04637 +P04637 + P0CG47 +P04637 + O14503 +P04637 + Q8N114 +Q9Y6M4 + P04637 +Q96GX9 - O14727 +Q16539 + O60381 +Q15759 + O60381 +O60381 - P01106 +Q96AV8 - P08047 +O00206 + Q8IUC6 +Q8IUC6 + O14920 +P21580 - Q8IUC6 +Q8IUC6 + Q14164 +P42336 + Q8IUC6 +Q86XR7 + Q8IUC6 +Q8IUC6 + Q9UHD2 +O15455 + Q8IUC6 +Q8N2W9 - Q8IUC6 +Q8IUC6 + Q9Y4K3 +Q8IUC6 + Q13546 +Q13077 - Q8IUC6 +Q8IUC6 + Q13077 +Q6SZW1 + Q8IUC6 +Q15629 + Q8IUC6 +P20290 - P22466 +P20290 + P29323 +Q15717 + P07333 +P49715 + P07333 +P07333 + P62993 +Q02548 - P07333 +P22681 - P07333 +O14543 - P07333 +P09603 + P07333 +Q01196 + P07333 +P51946 + P50613 +Q13330 - P51946 +P51946 - P24941 +P51946 + P10276 +P51531 + Q8TAQ2 +P51531 + Q92922 +Q09472 - P39748 +P20248 + P39748 +P39748 + P27695 +P12004 + P39748 +P38936 - P39748 +Q14191 + P39748 +P06493 - P39748 +O94761 + P39748 +Q92797 + P33240 +P33240 + Q9UKF6 +P33240 + Q9P2I0 +P33240 + Q10570 +Q8N6T7 + P01375 +Q8N6T7 - Q04206 +Q8N6T7 - P01106 +Q9BY66 - P68431 +Q9NSV4 + P49450 +P60953 + Q9NSV4 +O14770 + P26367 +P29317 + P62993 +P29317 + P22681 +P29317 - Q05397 +Q05397 + P29317 +P52803 + P29317 +P29317 + P20936 +O43921 + P29317 +P52798 + P29317 +P52797 + P29317 +P20827 + P29317 +P29317 + P20827 +Q13216 + P23025 +P23025 + Q9UPV0 +O95714 - P23025 +P23025 + Q92466 +Q13535 + P23025 +P23025 + P07992 +P23025 + P15927 +O43781 + P23025 +P23025 + P32780 +Q9P0L2 - P11137 +Q9UQM7 + P11137 +P08238 - Q14145 +Q14145 - Q06546 +Q14145 - O14920 +Q14145 - P63000 +Q13501 - Q14145 +P35354 - Q14145 +P06454 - Q14145 +Q14145 - P08263 +P26927 - P06899 +Q9NS23 + P26927 +P26927 + Q04912 +P26927 + P33778 +Q16539 + P05787 +O15264 + P05787 +Q15759 + P05787 +P06493 + P05787 +P03372 + P05787 +P53778 + P05787 +O75365 - P05787 +P60953 + Q9Y6W5 +P00519 + Q9Y6W5 +Q9Y6W5 + P61160 +Q9UQB8 + Q9Y6W5 +Q9Y2A7 + Q9Y6W5 +Q96F07 + Q9Y6W5 +Q9Y6W5 + O15145 +Q9Y6W5 + P61158 +P05067 + P56817 +P56817 + P05067 +P05067 + P45984 +P05067 - P04406 +P05067 + P53779 +P53779 + P05067 +P05067 + P49841 +Q9Y5Z0 + P05067 +P55212 + P05067 +P01137 + P05067 +Q92993 + P05067 +Q14790 + P05067 +O14672 + P05067 +P05067 + Q13564 +Q16143 + P05067 +P02649 + P05067 +P05067 - Q99767 +Q8IW41 + P25685 +P25685 - Q00987 +P45984 - P31947 +P27348 + P31947 +P31947 + P27348 +P31749 + P31947 +P31947 + P63104 +P63104 + P31947 +P53779 - P31947 +P15056 + P31947 +Q14258 + P31947 +P31947 - O95863 +O60239 - Q06187 +P53778 + O60239 +Q6ZW49 + Q02962 +P04628 + Q02962 +Q15475 + Q02962 +O75688 - Q02962 +Q04727 - Q02962 +P10415 - Q16611 +Q16611 + Q9NR28 +Q16611 + Q14249 +Q15303 + Q16611 +O43521 + Q16611 +Q07817 - Q16611 +Q16611 + O43464 +Q16611 + P99999 +Q16611 - Q92934 +Q92934 + Q16611 +Q07820 - Q16611 +Q07812 + Q16611 +Q16611 + Q07812 +Q16611 + P21796 +Q92843 - Q16611 +Q9Y371 + Q16611 +Q9BXH1 + Q16611 +P54829 + Q16611 +P10599 + Q9BYW2 +Q9BYW2 + P68431 +Q09472 + Q15596 +Q09472 + P15172 +P84022 + Q09472 +Q09472 + P15976 +Q09472 + Q05516 +Q09472 + Q01543 +Q09472 + P09874 +Q09472 + P0C0S5 +Q16539 + Q09472 +Q86X55 + Q09472 +P31749 + Q09472 +Q09472 + P25490 +Q09472 + P06400 +Q09472 + Q15797 +Q09472 + P28562 +Q09472 + Q92585 +Q92585 + Q09472 +Q09472 + Q04206 +Q92831 + Q09472 +O15379 + Q09472 +Q13309 - Q09472 +Q13315 + Q09472 +Q09472 + P06899 +Q09472 - P41182 +Q9H4L4 + Q09472 +Q09472 + Q13569 +Q15796 + Q09472 +Q09472 + P10145 +Q09472 + P10242 +P31751 + Q09472 +Q9NWT6 - Q09472 +Q09472 + P38936 +Q09472 + Q02078 +Q09472 + P11473 +Q09472 + P10275 +Q09472 + O15350 +Q09472 + Q14191 +Q09472 + P62805 +Q9H160 + Q09472 +Q09472 - P05114 +Q09472 + P16104 +Q09472 + P17844 +Q09472 - O43524 +Q09472 + P01588 +Q09472 + Q13950 +Q00987 - Q09472 +Q09472 + P24385 +Q09472 + P40763 +Q09472 + P35354 +Q09472 + Q92841 +Q9Y294 + Q09472 +Q09472 - O94761 +Q09472 - P01106 +Q09472 + P29590 +Q09472 + P10914 +O15151 - Q09472 +Q09472 + P22736 +Q09472 + P68431 +Q09472 + O15105 +P12755 - Q09472 +Q09472 + Q14814 +Q09472 + P84243 +Q13131 - Q09472 +Q09472 + Q00978 +Q86Y01 + Q09472 +Q09472 + Q05066 +Q09472 + Q9UPG8 +Q09472 + Q06413 +Q09472 + Q6DJT9 +Q09472 + Q10571 +Q09472 + P43694 +Q8WW38 - Q09472 +P30291 + P14317 +Q99618 - P30291 +P30291 + Q13330 +P24941 - P30291 +P30291 + P18887 +P30291 + P23588 +Q9Y297 - P30291 +P30291 - P06493 +P30291 + P20749 +Q13153 - P30291 +P30291 + P61978 +P30291 + P22681 +P30291 + Q8WUF5 +P30291 + P63208 +P30291 + Q8N5S9 +P30291 + P15927 +P30291 + Q07955 +P30291 + Q9NRA8 +P30291 + P37802 +P30291 + Q07666 +P30291 + Q15942 +P30291 + Q14934 +P30291 + Q12972 +P30291 + Q9Y534 +P30291 + Q8IWQ3 +P30291 + Q8WUM0 +P30291 + Q96I25 +P30291 + P08621 +P30291 + Q8WXF1 +P30291 + P38919 +P30291 + Q9Y3Q8 +P30291 + Q14202 +P30291 + Q9Y3T9 +P30291 + Q86U44 +P45984 + P98177 +P24941 - P98177 +P31751 - P98177 +Q93009 - P98177 +Q92793 - P98177 +Q13627 - P98177 +Q13131 + P98177 +Q9Y6X2 + P84022 +Q9Y6X2 + Q15796 +P52926 + Q9Y6X2 +Q9Y6X2 - P08235 +P29965 + P25942 +P0DMV8 + Q9H816 +P11473 + P08684 +Q13216 + Q9HCS7 +Q03468 + Q9HCS7 +P10144 - O00273 +P01127 + P09619 +P09619 + P42224 +P09619 + P46108 +P09619 + Q13480 +P09619 + P42336 +P09619 + Q06124 +Q06124 - P09619 +P17706 + P09619 +P09619 + P62993 +P09619 + O14492 +P09619 + P40763 +P09619 + Q05397 +P09619 + P16333 +P09619 + Q92569 +Q9NRA1 + P09619 +Q9GZP0 + P09619 +P09619 + O43639 +P09619 + P20936 +P09619 + Q13588 +P09619 + P16234 +P16234 + P09619 +P24666 - P09619 +Q12913 - P09619 +P30968 + P16035 +P16035 - P08253 +P07711 + P04233 +P07711 + P00749 +P07711 + P01034 +Q96FW1 - Q8IYW5 +Q96FW1 - P61088 +Q15717 + P78396 +Q16539 + Q15717 +Q15717 + P20248 +Q15717 + P28562 +Q15717 + P49279 +Q15717 + P35225 +Q15717 + P06730 +Q15717 + P10145 +Q15717 + P04626 +Q15717 + P01100 +Q15717 + P38936 +O96017 + Q15717 +P06493 + Q15717 +Q15717 + P14635 +P49137 + Q15717 +Q15717 + Q00987 +Q15717 + P24385 +Q15717 + Q96RU7 +Q15717 + P35354 +Q15717 + P15692 +Q9UHI8 + P13611 +Q9NRD5 - Q14831 +P50613 + Q16526 +O15516 + Q16526 +Q16526 - O15516 +O00327 + Q16526 +Q16526 - O00327 +Q13131 - Q16526 +Q9UKT7 - Q16526 +Q14103 - P24522 +P49841 - Q14103 +P01127 - P01112 +P18146 + P01127 +P01127 + P04085 +P01127 + P16234 +O00716 + Q75NE6 +P01106 + Q75NE6 +Q01196 - Q75NE6 +Q75NE6 - Q01196 +Q14209 + Q75NE6 +P29375 - P68431 +P50453 - P10144 +P46531 - Q9Y219 +Q9Y219 + P78504 +P01106 + Q9Y219 +Q96AX9 + Q9Y219 +P08047 + Q92819 +Q02447 + Q92819 +Q13315 + Q96RU2 +Q96RU2 - P63208 +O43586 - P50570 +P00519 + O43586 +O43586 + O15553 +Q16082 - P42574 +Q7L5N1 + P42574 +P42574 + P15976 +P42574 - Q9BQQ3 +Q9BQQ3 + P42574 +P42574 + P36956 +P42574 - P09874 +P42574 + Q16539 +Q16539 - P42574 +P42574 + P55210 +P31749 + P42574 +P42574 - P31749 +P10144 + P42574 +P42574 + P10144 +P42574 - P10415 +P42574 - P06400 +P42574 - Q04206 +P42574 + P05783 +P42574 - Q9BY44 +P42574 - O14920 +P42574 + P27708 +P42574 + P25963 +P42574 - P41091 +P42574 - Q13541 +P42574 + Q13464 +Q13464 + P42574 +P42574 + Q06609 +Q06609 + P42574 +P42574 + Q92851 +Q92851 + P42574 +P42574 - Q13362 +P42574 + P40692 +P42574 + P42575 +P42575 + P42574 +P38936 - P42574 +P42574 + P38936 +P11473 + P42574 +P10275 + P42574 +P42574 + P10275 +P42574 + O15350 +P42574 + Q13177 +P42574 - Q13635 +P42574 + P35251 +P42574 - P20042 +P42574 + Q00987 +Q96CA5 - P42574 +P42574 + Q13188 +P42574 + Q86TL0 +P42574 + P11387 +P42574 + Q92934 +Q13489 - P42574 +P42574 - Q07820 +P42574 - Q05397 +P42574 - P98170 +P98170 - P42574 +P42574 - Q13490 +Q13490 - P42574 +O14727 + P42574 +P42574 + P55212 +P55212 + P42574 +P42574 + Q9UKV3 +P42574 + Q14790 +Q14790 + P42574 +P42858 - P42574 +P42574 + Q16512 +P06454 + P42574 +P42574 + P26599 +Q14005 + P42574 +P42574 - Q8TCW9 +P42574 - Q02080 +P42574 - P48426 +Q13075 - P42574 +P42574 + O43903 +P42574 + P52566 +P42574 + Q15276 +Q15173 + P42574 +P42574 + Q9H2G2 +P42574 + Q99755 +P42574 + P54259 +P42574 + P43146 +P42574 + Q02413 +P42574 + O76094 +P42574 + Q86W56 +Q04637 + P06730 +P23588 + Q04637 +Q13177 - Q04637 +P01106 + Q04637 +Q53EL6 - Q04637 +P11940 + Q04637 +Q9BUB5 + Q04637 +Q9HBH9 + Q04637 +Q13315 + Q9NQS1 +Q9NQS1 + Q13315 +Q9NQS1 - O14727 +O00401 + O15143 +Q13153 + O15143 +P42768 + O15143 +Q92558 + O15143 +Q92630 + Q00534 +Q00534 + Q8TAQ2 +Q00534 - Q08999 +Q00534 - P28749 +P12004 - Q00534 +P38936 - Q00534 +Q00534 - P38936 +P24385 + Q00534 +Q00534 + Q8WUF5 +Q00534 - Q06830 +P01106 + Q00534 +Q01196 - Q00534 +Q00534 + Q8N5S9 +Q00534 + P15927 +P30281 + Q00534 +Q00534 - Q14186 +Q00534 + Q15942 +Q00534 + Q14934 +Q8N726 - Q00534 +P42772 - Q00534 +Q00534 + Q9BXS6 +Q00534 + Q9UKY1 +Q00534 + Q9UBS8 +Q00534 + P50747 +Q00534 + Q14671 +P11233 + Q13393 +P60953 + Q13393 +P63000 + Q13393 +P11473 + Q13393 +Q15382 + Q13393 +P62330 + Q13393 +P61764 - Q13393 +P84077 + Q13393 +Q13393 + P84077 +Q15596 + P04150 +Q15596 + P37231 +P10275 + Q15596 +Q15596 + P10275 +Q15596 + P62805 +Q15596 + P19793 +P03372 + Q15596 +Q15596 + P68431 +Q15596 - Q92793 +Q92793 + Q15596 +Q15596 + P10276 +P24941 + P55273 +Q92542 + P56817 +P56817 + Q14242 +Q96A00 - P62136 +Q13625 - Q96A00 +Q16512 + Q96A00 +Q96A00 - O60237 +P61081 + Q13617 +P20248 - Q99741 +P53350 + Q99741 +O75496 - Q99741 +O14836 - Q9Y275 +Q9Y275 + O14836 +Q9Y275 + Q96RJ3 +Q9Y275 + Q02223 +P01344 + P06213 +P18146 + P01344 +P01344 + P11717 +P11717 - P01344 +P51654 + P01344 +P36897 - P68104 +P26641 + P68104 +P24534 + P68104 +Q9HAV4 + P68104 +P11274 + Q07889 +Q07889 + P01112 +Q07889 + Q13480 +Q13480 + Q07889 +P00519 + Q07889 +P21860 + Q07889 +P04626 + Q07889 +Q06124 + Q07889 +P27986 + Q07889 +Q07889 + P27986 +Q07889 + P01111 +P62993 + Q07889 +Q07889 + P27361 +O43609 - Q07889 +Q07889 + P01116 +Q13588 + Q07889 +P37173 + Q15349 +Q02750 + Q15349 +Q15349 + P46108 +Q15349 - P25963 +Q15349 + P26651 +Q15349 - P49815 +P53350 + Q15349 +Q15349 + P16220 +P51955 + Q15349 +Q15349 + Q00987 +O15530 + Q15349 +Q15349 + Q8N5S9 +P42345 + Q15349 +P27361 + Q15349 +Q15349 + O14980 +Q04771 + Q15349 +Q9P1W9 + Q15349 +Q15349 + Q15942 +P43405 + Q15349 +Q15349 + Q14934 +Q15349 + O00418 +O76039 + Q15349 +Q13523 + Q15349 +P78362 + Q15349 +Q96S53 + Q15349 +Q9H4A3 + Q15349 +Q86Z02 + Q15349 +Q8NE63 + Q15349 +Q13263 + Q9BZK7 +Q9BZK7 + P10275 +Q9BZK7 - P20749 +O75914 + Q9UM54 +Q99828 + Q13153 +Q13315 + Q5XUX0 +Q5XUX0 - P24385 +P05231 + P40189 +P05231 + P08887 +P05231 + P01023 +P02741 + P05231 +P05231 + P02741 +P05231 + P12272 +P12272 + P05231 +P13725 + P05231 +Q9Y2U5 + Q16513 +O15530 + Q16513 +Q15118 + Q16513 +Q16513 + P30305 +Q06546 + Q16881 +Q9H9B1 + P24385 +Q9H9B1 - P68431 +Q9NW38 + Q8IYD8 +Q9BTP7 + Q8IYD8 +Q8IYD8 + Q00597 +Q9HB96 + Q8IYD8 +P53350 - Q8IYD8 +Q8IYD8 + Q92547 +Q8IYD8 + O15287 +O15360 + Q8IYD8 +A8MT69 + Q8IYD8 +Q8IYD8 + Q9NPI8 +Q8NB91 + Q8IYD8 +Q8IYD8 + Q0VG06 +P05019 + P06213 +P17936 - P05019 +P03372 + P05019 +P24864 + P30304 +P30304 + P24864 +P06400 + P24864 +P24864 + Q08050 +Q13309 - P24864 +P49841 - P24864 +P24864 + P38432 +P24864 + P24941 +P24941 - P24864 +P28749 + P24864 +P24864 - P38936 +P38936 - P24864 +P30281 + P24864 +P11274 + P27348 +P11274 + P46108 +P11274 + P00519 +P29350 - P11274 +P11274 + P22681 +P11274 + P20936 +P11274 + Q99704 +A9UF07 - P11274 +P42765 - Q12983 +Q12983 - P10415 +Q07817 + Q12983 +Q12983 - Q07817 +Q12983 - Q15382 +Q08722 + Q12983 +P09919 + Q99062 +P49715 + Q99062 +Q99062 + P29597 +P09603 + Q99062 +P04141 + Q99062 +Q10567 + P09496 +Q10567 - P14867 +P07900 + P15172 +P06400 + P15172 +Q92831 + P15172 +P11802 - P15172 +P00519 - P15172 +P24941 - P15172 +P15172 + P51532 +Q02078 + P15172 +P06493 - P15172 +Q13547 - P15172 +P40763 - P15172 +Q92993 + P15172 +Q92793 + P15172 +P24468 - P15172 +P40424 + P15172 +P15172 + Q06413 +Q06413 + P15172 +Q13207 - P15172 +Q969P5 - P15172 +P15172 + Q6STE5 +Q05516 + P26951 +P26951 + P62993 +P08700 + P26951 +Q9NW38 + Q00597 +Q13535 + Q9NW38 +O14757 + Q9NW38 +Q9NW38 + O15287 +Q9BXW9 + Q9NW38 +Q9NW38 + Q9BXW9 +Q9NVI1 + Q9NW38 +Q9NW38 + Q9NVI1 +Q9NPD8 + Q9NW38 +Q9NW38 + Q9NPI8 +Q8NB91 + Q9NW38 +Q9NW38 + Q0VG06 +Q16082 + P31749 +Q16644 + Q16082 +P49137 + Q16082 +Q16082 + Q9Y243 +P18846 + Q9H4A6 +Q03164 + P42773 +Q03164 + Q9H7Z6 +Q03164 + P31273 +Q03164 + P31268 +Q13535 + Q03164 +O00255 + Q03164 +Q03164 + O00255 +Q03164 + P31269 +Q03164 + Q01201 +Q03164 + P68431 +P23759 + Q03164 +Q13315 + Q9BQ15 +O14965 + P41208 +Q15154 + P41208 +P31749 + Q7L5N1 +Q96RU7 + Q7L5N1 +P12004 + Q9UNA4 +P45984 + P42224 +P45984 + Q8TAQ2 +P45984 - Q5JR12 +P45984 - P63104 +P28562 - P45984 +P45984 - P17275 +P45984 + P04150 +Q12933 + P45984 +P45984 - P30307 +P45984 + P49768 +P45984 + Q13330 +P45984 + P19525 +P60953 + P45984 +P63000 + P45984 +P45984 + P17535 +Q13115 - P45984 +P45984 + Q02078 +P45984 + P16104 +P45984 + O43521 +P45984 - P19793 +P45984 + P20749 +P45985 + P45984 +P45984 + Q9UIG0 +P45984 + Q8WUF5 +P45984 + P40763 +P14778 + P45984 +P45984 + P01106 +O14733 + P45984 +P45984 + P15336 +P45984 + P15927 +P52564 + P45984 +P45984 + O14980 +Q99956 - P45984 +P45984 + Q9NRA8 +P45984 - O95140 +P45984 + P19419 +P45984 + P10644 +Q9Y6W6 - P45984 +P45984 + P14921 +P45984 + P84243 +P51452 - P45984 +P45984 + Q9UPT6 +Q9UPT6 + P45984 +Q13387 + P45984 +Q9BY84 - P45984 +P45984 + Q9BUJ2 +P45984 - Q14934 +P45984 - Q13469 +P45984 + O00267 +P45984 - P50616 +P45984 - P54259 +P45984 + P56693 +O95147 - P45984 +P45984 + Q9UKY1 +P45984 + P08621 +P07900 + P37173 +P37173 + Q9Y230 +P37173 + P84022 +P84022 - P37173 +P37173 + Q9UQE7 +P37173 + P30304 +P37173 + P46108 +P37173 + Q9UER7 +Q9UER7 + P37173 +P37173 + Q15796 +Q15796 - P37173 +P37173 + Q03167 +P37173 - Q9Y3F4 +P37173 + P27986 +P37173 + Q9Y243 +P37173 + P22681 +P37173 + Q8WUF5 +P37173 + Q9Y4K3 +P37173 + P36897 +P01137 + P37173 +P37173 - P01137 +P37173 + O14980 +P37173 + Q14192 +O15105 + P37173 +P37173 + O15105 +P37173 + P17813 +P37173 + Q13347 +Q13347 + P37173 +Q9HCE7 - P37173 +P37173 + Q15942 +O95405 - P37173 +P37173 + O95405 +Q9HAU4 - P37173 +P10600 + P37173 +P37173 - P10600 +P37173 - P61812 +P61812 + P37173 +P37173 + Q9NPB6 +P37173 + P62714 +P37173 + Q8WXF1 +P37173 + O75534 +P37173 + Q92625 +P37173 + Q9NR22 +P37173 + P61106 +P37173 + Q14151 +P37173 + P62495 +Q8NHY2 - Q9C000 +Q13315 - Q8NHY2 +Q8NHY2 - Q9ULZ3 +Q8NHY2 - Q9Y2G2 +Q8NHY2 - Q9NPP4 +Q8NHY2 - Q9NX02 +P84022 + P23771 +P23771 - P49715 +P10242 + P23771 +Q15475 + P23771 +P23771 + P22301 +P23771 + O15520 +P03372 + P23771 +P23771 - P17676 +Q9UBL3 + P23771 +P23760 + Q9UJU2 +P23760 + Q96NX9 +Q96NX9 + P23760 +O15054 + P68431 +Q7Z6J0 + P15153 +P15153 + Q13153 +P52306 + P15153 +Q92608 + P15153 +P10275 + P08473 +P01160 - P08473 +P17181 + P42224 +Q16539 + P42224 +P52630 + P42224 +P42224 + Q02556 +P42224 - Q04206 +P40189 - P42224 +P42224 + P25445 +P42224 + Q14676 +Q14164 + P42224 +P00519 + P42224 +P10721 + P42224 +P42224 + P10721 +A1A5B4 + P42224 +Q99873 - P42224 +P42224 + Q6NXR0 +P42224 + P38936 +P61073 + P42224 +P15260 + P42224 +Q13287 + P42224 +P40763 + P42224 +P42224 + Q13158 +P29597 + P42224 +Q05397 + P42224 +P42224 + P48023 +P42224 + P05161 +P42224 + P10914 +P42224 - Q92793 +P42224 + P27361 +P52333 + P42224 +P38484 + P42224 +O75928 - P42224 +Q14626 + P42224 +P22607 + P42224 +P42224 + Q00978 +P31785 + P42224 +P48551 + P42224 +P14784 + P42224 +P16234 + P42224 +Q6UWB1 + P42224 +Q13555 + P42224 +P22455 + P42224 +Q13557 + P42224 +P35610 + P42224 +P00519 + Q70E73 +P42684 + Q70E73 +Q6PL18 + P10275 +Q6PL18 + P03372 +Q6PL18 + P01106 +Q6R327 + P31749 +P49815 + Q6R327 +Q6R327 + O00141 +Q92574 + Q6R327 +P04198 + Q14566 +Q13535 + Q14566 +O00311 + Q14566 +O43255 - Q9H2X6 +Q16539 + O43255 +Q92630 + O43255 +O43255 - Q9Y6H5 +O43255 - P52735 +P01375 - P01579 +P01579 + P01375 +P01579 + P15260 +P01579 + P38484 +P01579 + P40306 +P49593 - Q9UQM7 +P49593 - Q13177 +P49593 - Q13153 +P49593 - Q14012 +P49593 - Q16566 +O14965 + P31749 +O14965 - Q9UD71 +O14965 + Q9ULW0 +Q9ULW0 + O14965 +O14965 + Q49MG5 +O14965 + P49450 +Q14980 + O14965 +O14965 + Q9GZM8 +P49841 - O14965 +O14965 + Q96IF1 +O14965 + Q9BZB8 +O14965 + P53350 +O14965 - P10275 +P62136 - O14965 +O14965 - Q13526 +Q13153 + O14965 +O14965 + O95983 +O14965 + Q13158 +O14965 + Q9NRM7 +O14965 - Q9NS23 +O14965 + P30305 +O14965 + P68431 +O14965 + Q8TEW0 +O14965 - Q9Y448 +O14965 + Q9UPY8 +O14965 + Q15398 +O14965 + Q9Y6A5 +Q9NWT8 + O14965 +P51955 + Q8N137 +Q96Q15 + Q92900 +Q9H0W8 - Q96Q15 +Q9Y2U5 + Q02750 +Q02750 + Q16539 +Q16539 + Q02750 +P15056 + Q02750 +Q02750 + P49841 +P01112 + Q02750 +Q02750 - P35568 +P42336 + Q02750 +Q02750 + P42336 +Q02750 - P37231 +P04626 + Q02750 +Q02750 + P08151 +Q02750 + Q16659 +P06493 - Q02750 +P67775 - Q02750 +P41279 + Q02750 +Q13153 + Q02750 +O15530 + Q02750 +P30086 + Q02750 +Q02750 + O75676 +P10398 + Q02750 +P27361 + Q02750 +Q02750 + P27361 +Q9UHA4 + Q02750 +Q02750 + P19419 +Q8IVT5 + Q02750 +P31946 + Q02750 +Q02750 - P17542 +Q9BRX9 + Q02750 +Q02750 + P51956 +P31749 - Q7Z6J0 +P31751 - Q7Z6J0 +Q7Z6J0 + P45985 +P18846 + Q7Z6J0 +Q7Z6J0 + O14733 +Q7Z6J0 + Q16584 +Q7Z6J0 + Q02779 +Q7Z6J0 + Q12852 +P42081 + P10747 +P42081 + P16410 +Q15208 - Q9Y2U5 +Q9Y2U5 + P25963 +Q9Y2U5 + Q13163 +Q9Y2U5 + Q9Y6K9 +Q9Y2U5 + P45985 +Q9Y2U5 + O14733 +Q9Y2U5 + Q9HC23 +Q9H4A3 + Q9Y2U5 +O75506 - Q00613 +P07900 + P31749 +P31749 + P07900 +P07900 + P10415 +P07900 - P04150 +P07900 + Q00597 +P07900 + P10809 +P07900 + P10275 +P07900 + P53355 +P40763 + P07900 +P01106 + P07900 +P17676 + P07900 +P07900 - O14727 +P07900 + P36897 +P07900 + Q13546 +P43403 + P07900 +P07900 + P43034 +O00170 + P07900 +P07900 + P35869 +O95433 + P07900 +P07900 + P00540 +P07900 - P0CG47 +Q99615 - P07900 +O95997 - Q14674 +P06493 - Q14674 +Q9H2X6 + Q9UER7 +Q9Y6I7 - Q9H2X6 +P17096 + Q9H2X6 +Q9H2X6 - P17096 +Q8IUQ4 - Q9H2X6 +Q9H2X6 + P16220 +Q9H2X6 - Q9UJU2 +Q9H2X6 + Q00987 +P63165 - Q9H2X6 +Q9H2X6 + Q9UBE8 +Q9H2X6 + P29590 +P55212 + Q9H2X6 +P36897 + Q9H2X6 +Q9H2X6 + P12755 +Q9H2X6 + O00257 +Q9Y230 + P27708 +Q9UHD2 + Q9Y230 +Q9Y230 + O14746 +P11309 + Q9Y230 +Q13882 + Q9Y230 +O75716 + Q9Y230 +Q9Y230 + O60832 +Q59H18 + Q9Y230 +P78527 - Q9P2K8 +Q13217 - Q9P2K8 +Q9P2K8 - P56192 +P05412 + O94916 +O94916 + P15121 +Q13315 + O94916 +P29350 - O94916 +P01100 + O94916 +P06493 + O94916 +O94916 + Q8N5D6 +P53350 + Q9NYZ3 +O43683 + Q14683 +Q13315 + Q14683 +Q13535 + Q14683 +P10275 + P16118 +O15360 + Q9BTP7 +Q96MF7 + Q99598 +Q13315 + O43683 +O43683 + P26651 +O43683 + P18887 +O43683 + Q14738 +O43683 + P51532 +O43683 + P53350 +O43683 + P19338 +O43683 + P06493 +P06493 + O43683 +O43683 + Q00987 +O43683 + Q8WUF5 +O43683 + O15151 +O43683 + Q12972 +Q8NG31 + O43683 +O43683 + Q8NFH5 +O43683 + Q9Y4W2 +O43683 + Q9H814 +O43683 + Q8N2Z9 +O43683 + Q9Y3T9 +O43683 + Q9Y5B6 +Q9NS91 + O43502 +P62877 + P84022 +Q16539 + P84022 +P05412 + P84022 +P84022 + P05412 +P84022 - P30304 +Q9Y5K5 + P84022 +P04150 + P84022 +P84022 - P04150 +Q92831 + P84022 +Q92830 + P84022 +P84022 + P46531 +P84022 - Q06710 +P84022 + Q9NQB0 +P06730 + P84022 +P11802 - P84022 +P84022 + Q15796 +Q15796 + P84022 +P24941 - P84022 +P84022 - P43699 +P84022 + P28749 +Q9Y297 - P84022 +O14640 + P84022 +P16220 + P84022 +P84022 + Q8N2W9 +P56945 - P84022 +P84022 - Q9Y3F4 +Q9Y3F4 - P84022 +P84022 + Q16254 +P84022 - Q13950 +P84022 + Q9UJU2 +P84022 + P30968 +Q13547 - P84022 +P84022 + P53355 +P84022 + P40763 +P84022 + P03372 +O15169 + P84022 +P84022 - P26367 +P29590 + P84022 +P84022 - P36897 +P84022 + Q92793 +Q92793 - P84022 +P51587 + P84022 +P36896 + P84022 +P84022 + O15105 +Q9HCE7 + P84022 +Q96PU5 - P84022 +P12757 + P84022 +O95405 + P84022 +Q96RT1 + P84022 +Q9UQL6 - P84022 +P35658 + P84022 +Q14974 + P84022 +P84022 + Q9BZS1 +Q9UKB1 + P84022 +Q6ZNA4 + P84022 +Q9UPN9 + P84022 +P49790 + P84022 +Q03112 - P84022 +P84022 - P55317 +Q8N6I1 - P84022 +Q9NYA4 - P84022 +P78368 - P84022 +Q9GZU7 + P84022 +Q9H6Z4 - P84022 +O14595 + P84022 +O15194 + P84022 +P84022 - P56915 +P31749 + P15976 +P15976 - P17947 +P17947 - P15976 +P15976 - P40763 +P40763 - P15976 +P15976 + Q01196 +Q92793 + P15976 +P27361 + P15976 +Q96K83 - P15976 +P51532 + Q14526 +Q14526 - P40763 +P62877 + P19838 +P62877 + P61081 +P62877 - P25963 +P62877 + Q00653 +P62877 + P23443 +P62877 + Q9Y297 +P04792 + P62877 +P12544 - Q01105 +P12544 + P01584 +P12544 - P26583 +O75116 + P53671 +O75116 + P53667 +O75116 - O14974 +O75116 + P19634 +O75116 + P26038 +O75116 + P47756 +O75116 + Q15306 +O75116 + P35241 +Q07960 + O75116 +P31749 + P48436 +P04628 + P48436 +Q13464 + P48436 +O75925 + P48436 +P48436 - Q13950 +Q12967 + P11233 +P11233 + Q15311 +P11233 + Q96KP1 +O15211 + P11233 +P62714 - P11233 +Q4FZB7 + Q16695 +P51812 + Q16695 +O15111 + Q16695 +O14929 + Q16695 +P30411 + P29992 +P30968 + P29992 +P46663 + P29992 +P25101 + P29992 +P08172 + P29992 +P35348 + P29992 +P28223 + P29992 +P41595 + P29992 +P35368 + P29992 +P48357 + Q14765 +P48357 + P40763 +P48357 + P29597 +P48357 - O14543 +P41159 + P48357 +Q9NSE2 + P48357 +Q07960 + O14578 +Q96FJ2 - Q9C0C7 +Q96FJ2 - Q96LC9 +O00206 + Q99836 +P09429 + O00206 +P08571 + O00206 +O00206 + Q86XR7 +O00206 + O95999 +O00206 + Q9Y4K3 +Q0VDF9 + O00206 +Q15399 - O00206 +O00206 + O15263 +P30154 + P67775 +Q96RU7 + P30154 +Q9H1R3 + P30154 +P08238 + P10275 +P40763 + P08238 +P08238 - O14727 +O95433 + P08238 +P08238 + P00540 +O75925 + O75626 +P40763 + O75626 +O76064 + Q8IYW5 +O95714 + Q8IYW5 +Q8IYW5 + P16104 +P0C0S8 + Q8IYW5 +O75474 - P49841 +P49841 + O75474 +Q15475 + P32243 +Q9Y261 - P32243 +P48742 + P32243 +Q8NFW5 - P32243 +P26367 + Q8TF72 +Q15418 - P30304 +Q15418 + P62753 +Q15418 - P35568 +Q15418 - P49815 +Q15418 + P23588 +Q15418 + P01100 +Q13164 + Q15418 +Q15418 + P16220 +Q15418 + P11831 +Q15418 - Q15831 +O15530 + Q15418 +Q15418 - P53355 +Q15418 + Q8N122 +Q15418 - Q92934 +Q15418 + P03372 +Q15118 + Q15418 +Q15418 + P30305 +Q15418 + P22736 +P27361 + Q15418 +Q15418 + P19634 +Q15418 + P78371 +Q15418 + Q8IX03 +Q15418 + P10644 +Q15418 - Q05195 +Q15418 + P84243 +Q15418 + Q15942 +Q15418 - Q9UBP6 +Q15418 - O00418 +Q15418 - Q8TB45 +Q15418 - Q96RK0 +Q15418 + O15164 +Q15418 + P50549 +Q8IWV8 + O94761 +P35813 - P54619 +Q15831 + P54619 +Q96RR4 + P54619 +Q00613 + P0DMV9 +O60260 - P0DMV9 +P0DMV9 + P22413 +P02489 - Q07817 +P02489 - Q07812 +P02489 + P43320 +Q96T23 + O60264 +P01112 + Q13671 +P00519 + Q13671 +Q13671 + P00519 +Q12967 + Q13671 +P01111 + Q13671 +Q13671 - P01111 +P42684 + Q13671 +Q13671 + P42684 +P62070 + Q13671 +Q04917 - Q13671 +Q13129 + Q13671 +P55196 + Q13671 +P01116 + Q13671 +Q13671 + P01116 +Q13671 + P20339 +P27695 + P22674 +Q9UPT9 + P0C0S5 +Q9UPT9 + P06899 +P78527 + P31749 +P78527 + Q13263 +P78527 + Q00839 +Q00613 + P78527 +Q13315 + P78527 +Q9HB75 + P78527 +P00519 - P78527 +P78527 + P00519 +P78527 + Q96SD1 +P78527 + P42575 +P78527 + O95714 +Q13535 + P78527 +P78527 + Q14191 +Q14191 + P78527 +P78527 + P16104 +P78527 + O96017 +P78527 + Q00987 +Q9BQA5 + P78527 +P78527 - P14859 +P78527 + Q9NUW8 +P78527 - Q02539 +P78527 + Q96T60 +P78527 + P15927 +Q92993 + P78527 +P09629 + P78527 +P78527 - P49917 +O75150 + Q5VTR2 +Q5VTR2 + O75150 +Q13315 + Q5VTR2 +P06493 + Q9BQQ3 +P49841 + P49459 +P24941 + P49459 +P49459 + P12004 +P06493 + P49459 +Q00987 + P49459 +P08047 + P48960 +P08174 + P48960 +Q9UHX1 - Q96AE4 +Q96AE4 + P01106 +P10275 + Q687X5 +Q15303 - Q9Y2D9 +O75081 - Q9Y2D9 +P19838 + Q15653 +Q15653 - P19838 +Q04206 + Q15653 +Q9Y6K9 + Q15653 +Q9Y297 - Q15653 +O15111 + Q15653 +P23511 + Q9ULW8 +P78317 + P23511 +P02751 + P48061 +P48061 + P02751 +P48061 + P61073 +P48061 + P49682 +P03372 + P48061 +P27487 + P48061 +P48061 + P25106 +Q16539 + P24522 +O95453 + P24522 +Q01085 - P24522 +Q13263 - P24522 +Q13151 + P24522 +P51532 + P24522 +P24522 + P12004 +O43524 + P24522 +P24522 - P06493 +P31483 - P24522 +P01574 + P17181 +P29350 - P17181 +P17181 + P15260 +P17181 + P29597 +P29597 + P17181 +P01562 + P17181 +P01563 + P17181 +P05000 + P17181 +P27348 + P63104 +P63104 + P27348 +P15056 + P27348 +P27348 - P30307 +P27348 - Q99683 +P49674 + P27348 +P48730 + P27348 +P27348 - Q8N122 +P27348 - Q07812 +P27348 + Q04917 +Q04917 + P27348 +P27348 + P62258 +P62258 + P27348 +P27348 + Q14814 +P27348 + P31946 +P31946 + P27348 +P27348 - P07196 +Q04912 + P27348 +Q9HCP0 + P27348 +P27348 - Q8WYL5 +P78368 + P27348 +Q9Y6M4 + P27348 +Q05516 - P49715 +Q05516 - P20248 +P24941 - Q05516 +Q05516 - Q99684 +P63165 + Q05516 +Q05516 + Q16828 +Q05516 + P01106 +P11473 + P20813 +P49841 - P36956 +P36956 + P37231 +P23443 + P36956 +P08047 + P36956 +P06493 + P36956 +Q92793 + P36956 +P27361 + P36956 +Q13131 - P36956 +Q01543 + P10415 +Q13547 + Q01543 +Q01543 - Q13351 +Q13351 - Q01543 +P25116 + Q14344 +O15492 - Q14344 +P61073 + Q14344 +Q14344 + P21731 +Q14344 + Q14289 +Q9NPG1 + Q14344 +Q9HBW0 + Q14344 +P25101 + Q14344 +Q14344 + Q9NZN5 +Q14344 + P35241 +Q14344 + Q92888 +Q99500 + Q14344 +Q9UBY5 + Q14344 +P28336 + Q14344 +O95136 + Q14344 +Q96RI0 + Q14344 +Q92633 + Q14344 +O95977 + Q14344 +O15379 - O60675 +Q13547 - O60675 +P51955 + O14777 +P53355 - Q16623 +Q86UR5 + Q16623 +O14810 + Q16623 +O14795 + Q16623 +P61764 + Q16623 +Q16623 - Q01668 +Q9NVP2 + Q13112 +Q9NVP2 + P62805 +Q9NVP2 + P68431 +Q8IZD2 + P68431 +P56279 + P31749 +Q08117 + P56279 +P56279 + P31751 +P56279 + Q9Y243 +Q9H082 + Q676U5 +P09874 + P0C0S5 +P55210 - P09874 +P09874 + P19838 +P09874 + P49959 +P09874 - Q96GD4 +P10415 - P09874 +P09874 + Q13315 +P09874 + P06899 +P09874 + Q7Z2E3 +P55854 - P09874 +P09874 + P18887 +Q8IW19 + P09874 +P09874 + Q8N2W9 +P09874 + P62805 +P09874 + Q86WJ1 +P63165 - P09874 +P09874 - P11387 +P09874 - Q9UGL1 +P09874 + P68431 +P09874 + O95863 +Q9HAN9 + P09874 +P30304 + P78396 +P78396 + P06400 +P38936 - P78396 +P10275 + P20815 +P09919 + P15509 +P17947 + P09919 +P51959 + Q00987 +P01375 + P31749 +O14920 - P01375 +P01375 + O14920 +P01375 + P21580 +P21580 + P01375 +P01375 + P42336 +P01375 + Q9Y6K9 +P01375 + P31751 +P09601 - P01375 +P01375 + P78536 +P78536 + P01375 +P09603 + P01375 +P01375 - Q15628 +Q15628 - P01375 +P01375 + O15111 +P01375 + P20333 +P20333 + P01375 +P01375 + P27361 +P01375 + P19438 +P19438 - P01375 +P01375 + P42338 +P01375 + P48736 +Q9BYM8 - P01375 +P01375 + O75509 +O95359 + P33981 +P33981 + O95359 +P33981 - P00519 +P33981 - O43663 +O96017 + P33981 +P33981 + O96017 +P33981 + Q53HL2 +P33981 + Q15291 +P33981 + P38646 +P38646 + P33981 +Q92905 + P05412 +P37231 - Q92905 +Q92905 + Q00987 +Q92905 + P01106 +Q92905 + O15105 +Q92905 - P55085 +Q92905 + P61296 +Q9UHY1 - Q92905 +Q9UM07 + P06748 +Q96GD4 + P06748 +P06748 + P10144 +P06748 - P19525 +P24941 - P06748 +Q9NYY3 + P06748 +Q8IW41 + P06748 +P53350 + P06748 +P06748 + P42771 +P06748 - P38936 +P06493 - P06748 +P06748 + P06493 +P06748 - P61073 +P50750 + P06748 +P29597 + P06748 +P06748 - P10914 +Q9Y463 + P06748 +P51124 + P06748 +Q8N726 - P06748 +P24723 + P06748 +O75716 + P06748 +Q9NR20 + P06748 +Q59H18 + P06748 +Q9UM07 - P62805 +Q9UM07 - P68431 +Q92769 - P0C0S5 +Q9NRA0 - Q92769 +Q92769 - P06899 +Q92769 - Q15796 +P24385 + Q92769 +Q92769 + P24385 +Q8WY41 + Q92769 +Q92769 + P40763 +Q01196 + Q92769 +Q92769 - P68431 +P19784 + Q92769 +Q92769 - P33076 +Q15025 - P19838 +Q15025 + Q9Y6K9 +Q15465 + Q99835 +Q15465 + Q96QV1 +Q96F81 + Q15465 +A7MBM2 + Q15465 +Q5VTY9 + Q15465 +P12643 - Q15465 +P98164 + Q15465 +Q15465 + Q9BWV1 +Q9BWV1 + Q15465 +Q15465 - P00450 +Q92935 - Q15465 +Q16878 + Q15465 +O75582 - P0C0S5 +P46736 - P0C0S5 +O76064 + P0C0S5 +Q9Y5T5 + P0C0S5 +Q99496 - P0C0S5 +Q86Y13 - P0C0S5 +Q06587 - P0C0S5 +Q92993 + P0C0S5 +O60244 + P52630 +O60244 + P04150 +Q16539 + O75582 +Q16539 + P05412 +Q16539 - P30304 +Q16539 + Q16644 +Q16539 + Q9Y6Q9 +P35813 - Q16539 +Q16539 - Q01085 +P46734 + Q16539 +Q16539 - P10415 +Q16539 + P28562 +Q16539 + Q9UBK2 +Q16539 + Q04206 +Q16539 + P17275 +Q16539 + P04150 +Q16539 + Q92831 +O43353 + Q16539 +P49841 - Q16539 +Q16539 - P49841 +O15297 - Q16539 +Q16539 - P25963 +Q99683 + Q16539 +Q16539 + Q15796 +Q16539 - Q13541 +Q16539 + P26651 +P07949 + Q16539 +Q16539 + O75807 +Q16539 + P35638 +Q16539 + P41970 +Q16539 + Q8IW41 +Q16539 + P01100 +Q16539 + P38936 +Q16539 + Q15672 +Q16539 - Q92466 +Q15759 + Q16539 +Q13115 - Q16539 +Q16539 + Q13115 +Q16539 + P16220 +Q16690 - Q16539 +Q16539 + P10275 +Q16539 + O43524 +Q16539 + P67775 +P45985 + Q16539 +Q16539 + Q14765 +P49137 + Q16539 +Q16539 + P49137 +Q16539 + Q9UIG0 +Q16539 + P24385 +Q16539 + O15519 +Q16539 + P40763 +Q16539 + Q07812 +Q9Y4K3 + Q16539 +Q16539 + P03372 +Q16539 + P10636 +Q16539 - P30305 +Q16539 + Q15910 +P29590 - Q16539 +Q16539 + O75676 +Q16539 + P15336 +Q16539 + P04792 +Q16539 + P68431 +Q16539 + P49918 +Q16539 - Q14790 +Q16539 - P27361 +Q16539 + Q9H211 +P52564 + Q16539 +Q9Y239 + Q16539 +Q16539 + Q99956 +Q99956 - Q16539 +Q16539 + P19634 +Q16539 + P23769 +Q16539 + P19419 +Q9BV47 - Q16539 +Q16512 + Q16539 +O60271 + Q16539 +Q16539 + Q14814 +Q9UEW8 + Q16539 +Q16539 - Q9Y463 +Q9Y6W6 - Q16539 +Q16539 + P84243 +Q16539 - Q16584 +Q16539 + Q12851 +Q9H257 + Q16539 +P43403 + Q16539 +Q16539 + P43403 +Q13387 + Q16539 +Q16539 + Q9BUB5 +Q9BY84 - Q16539 +P25098 - Q16539 +Q16539 + Q14934 +Q16539 + Q9HBH9 +P14598 + Q16539 +P47712 + Q16539 +Q16539 + P47712 +P35236 - Q16539 +Q16539 + Q05923 +Q16539 + Q02080 +Q16539 + Q9BXL6 +Q16539 + Q9Y263 +Q8IVH8 + Q16539 +Q8N4C8 + Q16539 +Q16539 - P78356 +Q16539 + O43257 +Q16539 + P42566 +Q16829 - Q16539 +Q16539 + Q9NQU5 +Q16539 + Q06413 +Q16539 + Q99626 +Q13202 - Q16539 +Q16539 + Q13202 +Q15256 - Q16539 +Q16539 + Q6STE5 +Q16539 + P57059 +Q16539 + Q9H1K0 +Q16539 - P13726 +Q16539 + Q15075 +Q4KMG0 + Q16539 +O95147 - Q16539 +Q16539 + Q9UKY1 +Q16539 + P37198 +Q15208 + P54727 +P54727 + Q13569 +P19447 + P54727 +Q9NR20 + P54727 +P48552 + P04150 +Q99873 - P48552 +P48552 + P10275 +P63165 + P48552 +P03372 + P48552 +P48552 - P03372 +P48552 - Q13285 +P48552 + Q13133 +Q13642 + P48552 +P28702 + P48552 +O94782 - P12004 +P49841 + P14317 +P00519 + P14317 +P29597 + P14317 +Q9Y463 + P14317 +P09769 + P14317 +P43405 + P14317 +P22455 + P14317 +O43781 + P14317 +Q8NE63 + P14317 +Q8N165 + P14317 +Q9NR20 + P14317 +Q59H18 + P14317 +O76064 + Q9NS91 +Q9NS91 + P12004 +P55347 + P26367 +P55347 + P49639 +P46531 + Q5TA89 +Q5TA89 - Q92858 +Q92858 + Q5TA89 +O60729 + Q99618 +O60729 - Q13309 +O60729 - Q9NQR1 +O60729 - Q16659 +Q86Y13 - Q08945 +Q9NYS0 + P25963 +Q06546 + P10599 +P27361 + Q06546 +P61073 + P52630 +P29597 + P52630 +Q92793 + P52630 +P52630 + Q00978 +Q00978 + P52630 +P48551 + P52630 +Q9UKT4 - Q12834 +Q9Y297 - Q9UKT4 +Q9UKT4 - P06493 +Q9UKT4 - Q9UJX3 +Q13526 + Q9UKT4 +Q9UKT4 - Q9NYG5 +P63208 - Q9UKT4 +Q9UKT4 - Q9UM11 +Q9UKB1 - Q9UKT4 +Q92630 - P05412 +Q92630 + Q00613 +Q13315 + Q92630 +Q92630 + P26651 +Q92630 + Q00987 +Q92630 + P22681 +Q92630 + Q8N5S9 +Q02779 + Q92630 +Q92630 + Q12972 +Q92630 + Q9Y534 +Q92630 + Q14195 +Q92630 + O15164 +Q92630 + Q9BW71 +Q92630 + Q9UHY1 +Q92630 + Q86U44 +Q92630 + Q9BRS8 +P00519 + Q8IZP0 +Q8IZP0 + P00519 +P27986 + Q8IZP0 +Q8IZP0 + P22681 +P27361 + Q8IZP0 +Q92569 + Q8IZP0 +Q9UQB8 + Q8IZP0 +Q5FWF5 + Q9UQE7 +Q13315 + Q9UQE7 +Q9HC98 + Q9UQE7 +P10144 + P55210 +P06400 - P55210 +Q92851 + P55210 +P42575 + P55210 +Q6UXS9 + P55210 +P55210 + Q9HAW4 +Q13177 - P55210 +Q96CA5 - P55210 +Q13489 - P55210 +P98170 - P55210 +Q13490 - P55210 +P11021 - P55210 +Q14790 + P55210 +P55210 - Q8TCW9 +P55210 - Q02080 +P55210 + P20810 +P10275 + P07451 +P19838 + P05412 +P19838 + Q04206 +Q04206 + P19838 +P04150 - P19838 +P09429 + P19838 +O15379 - P19838 +P46531 + P19838 +P19838 + O14920 +P19838 + P25963 +Q99933 - P19838 +Q14164 - P19838 +P37231 - P19838 +P19838 + Q9Y6K9 +Q9Y6K9 + P19838 +Q9UHD2 + P19838 +P31751 + P19838 +Q9Y297 - P19838 +P19838 + P01100 +Q9UKL3 + P19838 +O15226 - P19838 +P61077 - P19838 +P19838 - P41279 +P41279 - P19838 +P20749 + P19838 +O14757 - P19838 +P15260 + P19838 +O00255 - P19838 +Q96T23 - P19838 +P22301 - P19838 +O15519 - P19838 +P19838 + Q13489 +P19838 + O15111 +P19838 + Q92793 +Q92793 + P19838 +Q13546 + P19838 +P42858 + P19838 +Q99576 - P19838 +P01589 + P19838 +Q8IV45 - P19838 +O00221 - P19838 +Q8NFZ5 - P19838 +O14788 + P19838 +O75582 + Q04206 +O75582 + Q13541 +O75582 + Q14738 +Q15759 + O75582 +O75582 + P16220 +O75582 + P05114 +O75582 + P40763 +O75582 + P18846 +O75582 + Q8N5S9 +O75582 + O15151 +O75582 + P49736 +O75582 + P15336 +O75582 + P68431 +P27361 + O75582 +O75582 + P19419 +O75582 + P84243 +O75582 + P22694 +O75582 + P47712 +O75582 + P07101 +O75582 - P0C0S8 +O75582 + P50549 +O75582 + Q9H0H3 +O75582 + Q15056 +O75582 + P50747 +Q86X55 + Q92922 +Q86X55 + Q01201 +Q15788 + Q86X55 +Q86X55 + Q92793 +Q86X55 + P23759 +O14640 + P25116 +P10275 + P25116 +P25116 + P63096 +P03956 + P25116 +P08311 + P25116 +P25116 + Q03113 +P00734 + P25116 +P25116 + P30679 +P00747 + P25116 +Q13596 + P25116 +P03372 + P15291 +P57730 - Q9C000 +P10415 - Q9C000 +Q07817 - Q9C000 +Q9C000 + P99999 +Q9C000 + O14727 +Q5XLA6 - Q9C000 +O60346 - P31749 +P31749 + P63104 +P31749 - Q9UBK2 +P31749 + Q9UER7 +P31749 - P15056 +P31749 + Q13309 +P49841 + P31749 +P31749 - P25445 +P31749 + O14920 +Q13315 + P31749 +P31749 + P05556 +P31749 + P35568 +P35568 + P31749 +P31749 - Q99683 +P01308 + P31749 +P31749 - P01308 +P31749 + Q16656 +P31749 + Q92922 +P31749 + Q13541 +P31749 + P24941 +P31749 - P49815 +P07949 + P31749 +P31749 + P23443 +P31749 - Q07352 +Q9UHD2 + P31749 +P63000 + P31749 +P31749 - P31751 +P31749 + P23588 +Q13362 - P31749 +O14558 + P31749 +P31749 - O60343 +P31749 + Q15672 +P31749 + O14746 +P31749 + P16220 +P31749 + P19338 +P31749 + P09601 +P27986 + P31749 +P31749 - P62136 +P62136 - P31749 +P67775 - P31749 +P31749 - P45985 +P31749 + P08670 +P31749 + Q00987 +Q13526 + P31749 +P31749 + Q13153 +P31749 + P61978 +Q8NEB9 + P31749 +P31749 + Q92547 +O15530 + P31749 +P31749 - O43464 +Q53ET0 + P31749 +P31749 + P50750 +P31749 - Q13188 +P31749 + Q8WUF5 +Q96RU7 - P31749 +P31749 - O15519 +P31749 - Q07812 +Q9Y4K3 + P31749 +Q96RR4 + P31749 +P31749 + P98170 +P31749 - O75376 +P31749 - Q96B36 +Q13322 + P31749 +P03372 + P31749 +P31749 + P03372 +P10586 - P31749 +Q13009 + P31749 +P31749 + O15111 +Q15118 + P31749 +P31749 - Q15910 +P42345 + P31749 +P31749 + O15151 +P31749 - P22736 +P04792 + P31749 +P31749 - P04792 +P31749 - Q86TI0 +P31749 - P49918 +P31749 + Q92793 +P10276 + P31749 +P31749 + Q07955 +P31749 + O60285 +P31749 + P19634 +Q969V5 - P31749 +P31749 - Q53EL6 +P31749 + Q15121 +Q13882 + P31749 +P31749 - P07550 +P31749 - P23769 +P31749 - P12755 +P31749 + Q12906 +P31749 + O60825 +P31749 - Q05195 +P31749 - Q9UQC2 +Q9UQC2 + P31749 +P31749 + P84243 +P31749 - Q15942 +Q5T1C6 - P31749 +P31749 + Q9Y383 +P36873 - P31749 +P31749 + P54253 +P31749 - Q92945 +P31749 - Q9UBP6 +P31749 - P09651 +P31749 + Q9UKG1 +P31749 - P17542 +P31749 - Q9Y3C5 +P31749 + Q09666 +Q9BPZ7 + P31749 +P31749 + Q96S44 +P31749 + Q16875 +P31749 + Q13418 +Q13418 + P31749 +P31749 + P14598 +Q8IV61 + P31749 +P31749 + O95218 +Q6ZVD8 - P31749 +P56278 + P31749 +P31749 + Q04912 +P31749 + Q13370 +P31749 + P21453 +P62714 - P31749 +P31749 + Q9Y2I7 +P31749 + P78362 +Q15173 - P31749 +P31749 - Q9BVI0 +Q6A1A2 + P31749 +P31749 + Q13772 +P31749 + P19367 +P31749 + Q06413 +P31749 + Q86V81 +P31749 + P53804 +P31749 + Q99490 +P31749 - Q9BWT1 +P31749 + Q01860 +P31749 + P49760 +P31749 + Q8TAD8 +P31749 + Q9H4A3 +P31749 + Q6UN15 +O95988 + P31749 +Q5S007 + P31749 +P31749 + Q9Y261 +P31749 + Q12968 +P31749 + Q8WUM0 +P31749 + Q9UKY1 +P31749 + P08621 +P31749 + P25686 +P31749 + O75817 +P31749 + Q9BW71 +P31749 + Q8WXA9 +P31749 + Q6GQQ9 +P31749 + Q9Y3T9 +P31749 + P05060 +P31749 + Q8IVT2 +O14558 - Q9UD71 +Q9UD71 - P62136 +Q9UD71 - P36873 +P01112 + Q9P212 +P01111 + Q9P212 +P62834 + Q9P212 +P09341 + Q9P212 +Q9UBI6 + Q9P212 +Q13315 + O75150 +P49715 + P15509 +P49715 + P05164 +P49715 + P49279 +P49715 + P08571 +P49715 + P17947 +P49715 + P61626 +P01106 - P49715 +P49715 - P01106 +Q01196 - P49715 +P27361 - P49715 +P49715 + P02788 +Q16549 - P49715 +P49841 - O60346 +O60346 - P23443 +O60346 - P31751 +O60346 - Q9Y243 +Q9UQ88 - O00303 +O00303 + P46531 +P42345 + O00303 +P21127 - O00303 +Q9BWU1 + O00303 +P46531 - Q6ZQN5 +P04628 - Q6ZQN5 +P04406 + P27695 +P04406 + P10275 +P04406 - Q15382 +P04406 + P14859 +P04406 - P05305 +Q14289 + P04406 +Q14012 + P04406 +P61019 + P04406 +Q6P3W7 + P04406 +P49137 - O95453 +O94762 - Q06609 +P53779 + P05412 +P06400 + P05412 +P05412 + P28562 +Q04206 + P05412 +P05412 + P04150 +P05412 + P15407 +P01112 + P05412 +P05412 + P01215 +P05412 + Q9NQB0 +Q9NQB0 + P05412 +P00519 - P05412 +P05412 + P18146 +O14640 + P05412 +P01100 + P05412 +P05412 + P01100 +O15525 - P05412 +Q15759 + P05412 +P05412 + P16220 +P11473 - P05412 +P10275 + P05412 +Q13177 + P05412 +P05412 + P18847 +P18847 + P05412 +Q13950 + P05412 +Q13526 + P05412 +P53004 + P05412 +P18846 + P05412 +O60260 - P05412 +P05412 - O60260 +P03372 + P05412 +P05412 + P03372 +P29590 + P05412 +P15336 + P05412 +Q92793 + P05412 +P27361 + P05412 +P05412 + P15884 +P05412 + P15408 +Q8WYK2 - P05412 +P05412 + P14921 +P27635 - P05412 +Q99986 + P05412 +Q8TD08 + P05412 +Q00526 + P05412 +Q8WX92 - P05412 +Q08050 + P30304 +P49841 - P30304 +P30304 - Q99683 +P30304 + P11802 +Q13464 + P30304 +P49674 - P30304 +P30304 + P24941 +Q9Y297 + P30304 +Q6R6M4 + P30304 +O96017 - P30304 +P06493 + P30304 +P30304 + P06493 +P30304 + P14635 +P49137 - P30304 +P01106 + P30304 +Q8NG66 - P30304 +P27361 + P30304 +P30304 - P27361 +O15264 + Q16644 +Q16644 + P35226 +Q15759 + Q16644 +Q16644 + P04792 +Q16644 + P50747 +P40692 + P54278 +P54278 + O15350 +P10275 + P15309 +P53350 + Q49MG5 +P32970 + P26842 +P49841 + Q8TAQ2 +P50613 + Q8TAQ2 +P11802 + Q8TAQ2 +P51532 + Q8TAQ2 +Q8NEM0 + Q8TAQ2 +Q13535 + Q8TAQ2 +Q9UEE5 + Q8TAQ2 +Q14164 + Q04864 +Q9UHD2 + Q04864 +O15226 - Q04864 +O14920 + Q9Y6Q9 +P00519 + Q9Y6Q9 +Q9Y6Q9 + P10275 +Q9Y6Q9 + P62805 +Q16659 + Q9Y6Q9 +P06493 - Q9Y6Q9 +P48730 + Q9Y6Q9 +Q9Y6Q9 + P24385 +O15111 + Q9Y6Q9 +P61289 - Q9Y6Q9 +Q9Y6Q9 + P68431 +O43791 - Q9Y6Q9 +P53779 - Q5JR12 +P35813 - O14920 +P35813 - P45985 +P35813 - P50750 +P35813 + Q92934 +P35813 - O15169 +P35813 - P52564 +P53671 + P46108 +O43353 + P46108 +P35568 + P46108 +Q13480 + P46108 +P46108 + P00519 +P07949 + P46108 +P56945 + P46108 +P46108 + Q13905 +P27986 + P46108 +P46108 + P27986 +P46108 + P22681 +P46108 + Q05397 +P46108 + P42684 +P52564 + P46108 +P46108 + Q92569 +P21802 + P46108 +Q13191 - P46108 +Q9P1W9 + P46108 +P46108 + Q92918 +P51813 + P46108 +P46108 + Q14185 +A7KAX9 + P46108 +P46108 + A7KAX9 +Q14289 + P46108 +P16234 + P46108 +P54753 + P46108 +Q8TEW6 + P46108 +P29320 + P46108 +Q00536 + P46108 +Q9BYT3 + P46108 +Q8IY84 + P46108 +P02452 + P05556 +P10242 + P02452 +P08047 + P02452 +P02452 + Q08345 +P02452 + P16070 +P02452 + P08648 +P02452 + Q16832 +P53779 - P63104 +P15056 + P63104 +P63104 + P27986 +P63104 + O14757 +P63104 + Q04917 +Q04917 + P63104 +P62258 + P63104 +P63104 + P62258 +Q8IVT5 + P63104 +P31946 + P63104 +P63104 + P31946 +P63104 - P07196 +P63104 - P35249 +P51956 + P63104 +Q9BXR5 + Q99836 +Q9NR96 + Q99836 +Q86XR7 + Q99836 +O60603 + Q99836 +Q99836 + Q9Y4K3 +Q13158 - Q99836 +Q99836 + Q13158 +P14778 + Q99836 +Q99836 - P14778 +Q99836 + Q9NWZ3 +P21145 + Q99836 +Q6IA17 - Q99836 +Q99836 + P08138 +Q99836 - Q9NPH3 +P06493 - Q5FWF5 +Q5FWF5 + O60216 +O00311 - Q5FWF5 +Q9Y5K5 + Q15796 +Q9Y5K5 + P36897 +Q9Y5K5 + O15105 +Q8IZJ1 + Q9Y5P8 +P06493 - Q99661 +Q13153 - Q99661 +P42345 + P51397 +Q12933 + P49116 +P49116 + O14920 +P49116 - P10275 +Q9Y4K3 + P49116 +P49116 + O15111 +P49116 + Q13131 +Q13131 - P49116 +O43541 - P49116 +Q86VZ6 - P49116 +Q86WQ0 - P49116 +Q96GD4 - O95072 +Q05397 + Q9UNA1 +Q6P5Z2 + Q9UNA1 +P46734 + O15264 +O15264 + Q8IW41 +O15264 + O14757 +O15264 + P10636 +O15264 + P15336 +P52564 + O15264 +Q13387 + O15264 +P00519 + P11230 +Q9H492 + Q13501 +Q9H492 + Q9NT62 +O95352 + Q9H492 +Q96A56 + Q9H492 +Q14596 + Q9H492 +Q8IXH6 + Q9H492 +P29372 + Q9UIS9 +Q9UIS9 + Q15047 +Q13464 + P53671 +Q5VT25 + P53671 +P53671 + Q14289 +P22612 + P56696 +O00141 + P56696 +P56696 + P58743 +P15382 + P56696 +Q9P1Z0 - P38936 +P49450 + Q96GD4 +Q96GD4 + P49450 +P17947 + Q02556 +Q02556 + Q9Y4K3 +P10914 + Q02556 +Q02556 - P10914 +Q09161 + Q02556 +P35637 - P10415 +P35637 + O43521 +P35637 - Q07817 +Q15637 - P35637 +P35637 + Q9UQ80 +P49959 + Q13315 +Q13315 + P49959 +Q99873 + P49959 +Q99708 + P49959 +P49959 + O60934 +P15927 + P49959 +Q92878 + P49959 +P33552 + Q02224 +Q16181 + Q02224 +Q96GD4 + P25490 +Q96GD4 + P06400 +Q96GD4 + Q13315 +Q96GD4 + O15534 +P42771 - Q96GD4 +Q96GD4 + Q9NQS7 +Q9NQS7 + Q96GD4 +O14757 + Q96GD4 +Q96GD4 - P08670 +Q96GD4 + Q02241 +Q96GD4 + Q96CF2 +Q96GD4 + Q9UIK4 +Q96GD4 + P22681 +Q96GD4 + Q8WUF5 +Q96GD4 - Q9NS23 +Q96GD4 + Q8N5S9 +Q96GD4 + O15151 +Q96GD4 + P84243 +Q96GD4 + Q15942 +Q96GD4 - Q9UQL6 +Q96GD4 - Q8NG31 +Q96GD4 - Q08J23 +Q96GD4 + O60879 +Q96GD4 + Q8WWK9 +Q96GD4 + Q9Y2I6 +Q96GD4 + Q9UPY8 +Q96GD4 + Q3KR16 +Q96GD4 + P56693 +Q96GD4 - Q9UKV0 +Q96GD4 - Q9H410 +O95235 + Q96GD4 +Q96GD4 + Q6P0N0 +P10144 + Q92851 +P10144 + P11717 +P10144 + Q9H853 +P10144 + Q92934 +P10144 + Q14790 +P10144 + P20336 +P10144 + P04275 +P10144 + O95155 +Q99683 + P46734 +Q99759 + P46734 +P46734 + Q15759 +Q13177 + P46734 +P41279 + P46734 +Q13153 + P46734 +Q9NYL2 + P46734 +Q16512 + P46734 +P46734 + Q9Y463 +Q16584 + P46734 +P46734 + P53778 +Q9UL54 + P46734 +Q7L7X3 + P46734 +P06400 + P20248 +P20248 - P06400 +P20248 + Q13309 +Q13309 - P20248 +P20248 - P11802 +P20248 + P24941 +P24941 + P20248 +O00716 + P20248 +P20248 + O00716 +Q12834 - P20248 +P38936 - P20248 +P20248 - O15350 +P20248 + P06493 +P49918 - P20248 +P20248 + Q9H211 +O43914 + P43403 +O43914 + P43405 +O43914 + Q13241 +P46736 - P06899 +P46736 - P0C0S8 +Q9UQ88 + P21127 +Q9GZX5 + Q13263 +Q13263 + P04150 +O15379 + Q13263 +Q969S8 - Q13263 +Q9H4L7 + Q13263 +Q9P0U3 - Q13263 +Q13263 + Q15047 +Q13263 + Q12873 +Q13164 + Q13263 +Q13263 - Q96PG8 +P62136 + Q13263 +Q13263 + Q00987 +Q13263 - Q13547 +Q13547 + Q13263 +Q13263 - Q13794 +Q13263 - P40763 +Q13263 - Q07812 +Q13263 - P01106 +P27361 + Q13263 +P63279 + Q13263 +P49759 + Q13263 +Q9Y616 + Q13263 +P43405 + Q13263 +Q9HBH9 + Q13263 +P49760 + Q13263 +O75716 + Q13263 +O14798 - P50591 +Q13216 + Q03468 +Q13216 + Q15560 +Q13216 + P05114 +Q15208 + Q13330 +Q15208 + Q00987 +Q15208 + Q8WUF5 +Q15208 + Q14934 +Q9Y6E0 + Q15208 +Q15208 + Q96FF9 +Q15208 + P50747 +P57730 - Q9ULZ3 +P57730 - Q9Y2G2 +P57730 - Q9NPP4 +P57730 - Q9NX02 +O60238 - P10415 +O60238 + Q9H0R8 +P08047 + O60238 +Q658P3 + O60238 +O60238 - Q07817 +P16144 + P42336 +P16144 + Q05397 +P16144 + P42338 +P16144 + P48736 +P16144 + O00329 +P09237 + P16144 +P09914 - P60228 +Q01105 + P04150 +Q01105 - P67775 +Q01105 - P15531 +P67870 - Q01105 +P22626 - Q01105 +P19784 - Q01105 +Q01105 - P62714 +Q9Y6X0 + Q01105 +P29350 - P11912 +Q02548 + P11912 +P11912 + Q92835 +P20807 + P49841 +P20807 + Q15078 +P20807 - P10636 +P01106 + P20807 +P20807 + Q14315 +P20810 - P20807 +O43561 + P42336 +P08047 + O43561 +O43561 + P27986 +O43561 + P62993 +P27361 - O43561 +O43561 + P15498 +Q08881 + O43561 +P43403 + O43561 +P43405 + O43561 +P12318 - O43561 +Q12913 - O43561 +Q9BZW8 + O43561 +P01732 + O43561 +P28562 - P53779 +P53779 + P04150 +P53779 + Q9UER7 +P53779 - Q9NR28 +P53779 - P30307 +P53779 + Q13330 +P53779 + P17535 +P53779 + P01100 +P53779 + Q02078 +P53779 + O43521 +Q9NRW4 - P53779 +P45985 + P53779 +P53779 + P61978 +P53779 + P22681 +P53779 + Q07820 +P14778 + P53779 +O14733 + P53779 +P53779 + O14733 +Q9UI95 + P53779 +P53779 + P15336 +P52564 + P53779 +P53779 + P19419 +Q9Y6W6 - P53779 +P53779 + P14921 +P53779 + Q15942 +P53779 + Q9UPT6 +Q9UPT6 + P53779 +Q13387 + P53779 +Q9BY84 - P53779 +P53779 - P54259 +P53779 + Q9UKY1 +P53779 + P50747 +O75581 - P49841 +P49841 + O75581 +P04628 + O75581 +P09544 + O75581 +P56705 + O75581 +P49674 + O75581 +O14640 + O75581 +O75581 + O14640 +P41221 + O75581 +P48730 + O75581 +P27361 + O75581 +O00755 + O75581 +Q9H461 + O75581 +O14641 + O75581 +O00744 + O75581 +P34947 + O75581 +P56704 + O75581 +Q9UBV4 + O75581 +O96014 + O75581 +Q13145 + O75581 +Q03431 + O75581 +Q6IMN6 + O75581 +O94921 + O75581 +Q8N752 + O75581 +Q9GZT5 + O75581 +O14904 + O75581 +Q5JTC6 + O75581 +P56703 + O75581 +Q9H1J7 + O75581 +Q9ULT6 - O75581 +Q93098 + O75581 +P29279 + O75581 +O14905 + O75581 +P10275 + P11926 +Q00839 - P32780 +Q9P0L2 - P27816 +Q92831 + P20823 +Q13315 + P20823 +P20823 + P03372 +Q92793 + P20823 +Q9Y463 + P20823 +P17275 - P10415 +Q14318 + P10415 +Q99933 + P10415 +P10415 - Q14457 +O00198 - P10415 +Q8N5K1 + P10415 +P35638 - P10415 +Q86UR1 - P10415 +Q13362 - P10415 +P10415 - Q9HCN2 +P16220 + P10415 +Q96PG8 - P10415 +O43521 - P10415 +P10415 - O43521 +P06493 - P10415 +P67775 + P10415 +P10415 - Q13323 +Q13323 - P10415 +P78344 + P10415 +P10415 - Q07817 +Q07817 + P10415 +Q99638 - P10415 +P10415 - Q13794 +Q13794 - P10415 +P10415 - P99999 +P53355 - P10415 +P17655 - P10415 +P10415 - Q92934 +P40763 + P10415 +P10415 - Q07812 +Q9H2V7 - P10415 +Q96LC9 - P10415 +P01106 - P10415 +P10415 + P01106 +P22736 - P10415 +P10415 - Q14790 +P36873 + P10415 +P00441 - P10415 +Q9BXH1 - P10415 +P51572 + P10415 +P62714 + P10415 +Q15173 - P10415 +P10415 - Q9Y287 +P06400 - P25490 +P25490 + Q9UBK2 +P25490 - P46531 +P25490 - P25445 +P53350 + P25490 +P25490 + P01106 +P25490 - P13569 +P08047 + O95600 +P42773 - P11802 +P06493 - Q14980 +Q14980 + P04350 +Q14980 + Q13885 +Q14980 + P68363 +Q14980 + P68371 +Q14980 + Q71U36 +Q14980 + Q13748 +Q14980 + Q9BQE3 +Q14980 + P68366 +Q14980 + Q9BUF5 +Q14980 + Q9NY65 +Q14980 + Q13509 +Q14980 + P23258 +Q14980 + Q6PEY2 +Q14980 + Q9UJT1 +Q15475 - Q99502 +Q99502 - P16104 +Q99502 + P11487 +Q13309 - P06400 +P17096 - P06400 +P06400 - Q99683 +P06400 - P17947 +P06400 - O00716 +P06400 + P08047 +P06400 + P38936 +P38936 - P06400 +P06400 - P20226 +O96017 + P06400 +P62136 + P06400 +P67775 + P06400 +O14757 + P06400 +P06400 + P14635 +P06400 - Q00987 +O15550 + P06400 +P06400 - P24385 +P50750 + P06400 +P06400 - P01106 +P06400 + P15336 +P15336 + P06400 +P06400 + Q02447 +P30281 + P06400 +P06400 - Q14209 +P06400 + Q14186 +Q14186 + P06400 +Q13131 - P06400 +Q9UBU8 - P06400 +P06400 - P17480 +O15194 + P06400 +P06400 - Q15643 +P29374 - P06400 +Q14188 + P06400 +P55345 - P06400 +P06400 + P25440 +O14625 + P49682 +O14625 + P51677 +P27487 + O14625 +P07996 + P01138 +P01138 + P08138 +P08138 + P01138 +P09237 + P01138 +P00747 + P01138 +P08047 + P98194 +Q6ZUJ8 + P42336 +Q6ZUJ8 + P27986 +Q06187 + Q6ZUJ8 +Q6ZUJ8 + P42338 +Q6ZUJ8 + P48736 +P43405 + Q6ZUJ8 +Q04759 + P15311 +Q13464 + P15311 +P08047 + P15311 +P41743 + P15311 +P31751 + P15311 +P15311 + Q05397 +P15311 - P52565 +P43405 + P15311 +P25098 + P15311 +P34741 + P15311 +P32004 + P15311 +P15311 - P52566 +Q9P289 + P15311 +O75365 - P15311 +P15311 + P07332 +P46531 + Q15797 +Q13315 + Q15797 +Q15797 - P31273 +Q15796 + Q15797 +Q15797 + O14640 +Q15797 + Q13950 +P36897 + Q15797 +O15105 - Q15797 +Q9HCE7 - Q15797 +Q04771 + Q15797 +P12755 - Q15797 +P12757 - Q15797 +P12643 + Q15797 +P36894 + Q15797 +O00238 + Q15797 +Q9P0J1 - Q15797 +Q9GZU7 - Q15797 +O14595 - Q15797 +Q9P2J9 - Q15797 +O15194 - Q15797 +Q15797 + P43694 +Q92797 + Q05048 +P18846 + P78426 +O94875 + P00519 +P00519 + O94875 +P22681 - O94875 +P42684 + O94875 +Q9Y4K3 + Q9UDY8 +Q9BXL7 + Q9UDY8 +Q13309 + P28562 +P18146 + P28562 +P28562 - Q15759 +P28562 - Q9NVI1 +Q12906 + P28562 +P28562 - P53778 +Q13402 + Q96QU1 +Q96QU1 + Q13402 +P49841 - Q92585 +Q92585 - P62805 +Q92585 + P68431 +Q92585 + P49336 +Q92585 + Q9UM47 +Q92585 + Q99466 +Q92585 + Q04721 +Q92585 + P24863 +Q92585 + Q06413 +Q92585 + O60563 +Q9UPP1 + P68431 +P61328 - Q9NY46 +Q92914 - Q9NY46 +Q92913 - Q9NY46 +Q92915 - Q9NY46 +P31751 - Q9UBK2 +Q9UBK2 - O43524 +Q9UBK2 + P03372 +Q99608 + Q9UBK2 +Q13131 + Q9UBK2 +P11474 - Q9UBK2 +Q9UBK2 + P11474 +P04150 - Q04206 +Q04206 - P04150 +O15379 - Q04206 +P49841 + Q04206 +Q04206 + Q12933 +Q12933 + Q04206 +O14920 + Q04206 +Q04206 - P25963 +Q04206 + Q14457 +Q04206 + P10145 +Q04206 + P13501 +Q9Y6K9 + Q04206 +Q08117 - Q04206 +Q04206 + P08047 +Q9UHD2 + Q04206 +Q04206 + P18146 +Q9Y297 + Q04206 +Q04206 + P01100 +Q15672 - Q04206 +O95999 + Q04206 +Q04206 - P10275 +O15226 - Q04206 +P11309 + Q04206 +P67775 - Q04206 +Q00987 + Q04206 +Q13547 - Q04206 +O00255 - Q04206 +Q8WUF5 - Q04206 +P67870 + Q04206 +O15111 + Q04206 +Q04206 - P01106 +O75676 + Q04206 +Q04206 - Q13625 +Q92793 + Q04206 +Q99576 - Q04206 +P60510 + Q04206 +Q8NFZ5 - Q04206 +P19784 + Q04206 +Q9Y2K7 - Q04206 +Q68CZ1 - Q04206 +P47710 + Q04206 +Q04206 + Q99966 +P17275 - Q07817 +P40763 + P17275 +P08047 + P04156 +P49841 - Q00613 +Q04759 + Q00613 +P23443 + Q00613 +P49137 + Q00613 +Q00613 - P63165 +Q00613 + P14625 +P04792 + Q00613 +Q00613 - P34932 +P19784 + Q00613 +Q9HC98 + Q00613 +Q14318 + Q07817 +Q15382 - Q14318 +Q14318 - P42345 +Q14318 + Q12809 +Q9UER7 - P04150 +P49841 + P04150 +P0DMV8 - P04150 +Q13569 + P04150 +P04150 + P37231 +P37231 + P04150 +Q92922 + P04150 +P51532 + P04150 +Q15759 + P04150 +P20226 + P04150 +P04150 - P16220 +P04150 + P10275 +P04150 + P19793 +P19793 + P04150 +P10599 + P04150 +P63165 + P04150 +P04150 + P22736 +P22736 + P04150 +P04150 + P27361 +P27361 - P04150 +P04150 + P08235 +P08235 + P04150 +P04150 + Q96S59 +P04150 + P24468 +P24468 + P04150 +Q969G3 + P04150 +Q8IZL8 - P04150 +Q96GM5 + P04150 +Q6ZW49 + Q13315 +P49841 - P15407 +P27695 + P15407 +P35638 + P15407 +P15408 + P15407 +Q9Y478 + O75385 +O75385 + Q8TDY2 +Q8TDY2 + O75385 +O75385 - P63167 +O75385 + Q14457 +O75385 + Q6ZNE5 +O75385 + Q9C0C7 +P42345 - O75385 +Q92993 + O75385 +O75143 + O75385 +O75385 + O75143 +O75385 - Q13131 +Q13131 + O75385 +Q8TEV9 - O75385 +O75385 - Q9UGI9 +P11021 - Q76MJ5 +P09429 - Q14457 +Q14457 + P09429 +P09429 - Q9NR96 +P09429 + P28356 +P51812 + P62753 +P51812 + P19525 +P51812 - P49815 +P51812 + P01100 +P51812 + P16220 +P51812 + P11831 +P51812 - P05114 +O15530 + P51812 +P51812 + O15530 +P51812 - P53355 +P51812 + Q8N122 +P51812 - Q92934 +P51812 + P03372 +P22736 + P51812 +P51812 + P68431 +P27361 + P51812 +Q15121 - P51812 +P51812 + Q8IX03 +P51812 + O60825 +P51812 + P84243 +P35916 - P51812 +P51812 + Q14934 +P51812 + P07101 +P51812 + P33778 +P51812 - Q96RK0 +P51812 + O14649 +Q15915 + P10071 +Q15915 + P08151 +Q15915 - Q92858 +P08581 - P25445 +P08581 + Q13480 +P00519 + P08581 +P17706 - P08581 +P08581 + P62993 +P08581 + P40763 +P08581 + Q05397 +P08581 - P14210 +P14210 + P08581 +P08581 + P16333 +P23467 - P08581 +P08581 + Q92569 +Q13191 - P08581 +P08581 + O14964 +P08581 + Q96S59 +P08581 + Q13588 +P08581 + P98077 +Q04912 + P08581 +P08581 + Q9NYB9 +Q12913 - P08581 +P08047 + Q99988 +Q99988 + P04626 +P08047 + Q96FL8 +P49841 - Q01974 +P49674 + Q01974 +Q01974 + Q9Y5V3 +P41221 + Q01974 +Q01974 + P25098 +Q01974 + O00238 +Q08050 + P30307 +P11802 + Q08050 +P24941 + Q08050 +P53350 + Q08050 +O96017 + Q08050 +P06493 + Q08050 +Q08050 + P06493 +P14635 + Q08050 +Q08050 + P14635 +Q08050 + P30305 +Q08050 + P08253 +P09603 + P15509 +Q01196 + P15509 +P04141 + P15509 +P06493 + Q9GZM8 +P62258 + Q9GZM8 +P60510 - Q9GZM8 +Q9NRI5 + Q9GZM8 +Q92831 + P46531 +Q92831 + Q15796 +Q92831 - P24941 +Q92831 + P10275 +Q92831 + O15350 +Q92831 + P62805 +P05114 + Q92831 +Q00987 - Q92831 +Q92831 + Q00987 +Q92831 + P10914 +Q92831 + P68431 +Q92793 + Q92831 +Q92831 + Q92793 +Q92831 + P14316 +Q92831 + P33076 +Q92831 + Q9Y2Y9 +Q92831 + Q06413 +P10275 + P05783 +P06493 + P05783 +P05783 - Q15628 +P55212 + P05783 +Q9NRA0 - Q13547 +P27361 + Q9NRA0 +O43353 + O14920 +O43353 + Q9Y6K9 +O43353 + Q13568 +O43353 + O95999 +Q13489 + O43353 +P98170 + O43353 +Q13490 + O43353 +O43353 + O15111 +O43353 + O14733 +Q9NPP4 - O43353 +Q15654 + O43353 +Q9H257 + O43353 +Q96RT1 - O43353 +Q9BX69 + O43353 +O43353 + P50747 +P11234 + Q15311 +P25445 + Q9UER7 +Q9UER7 - P25445 +Q13315 - Q9UER7 +Q99683 + Q9UER7 +Q9UER7 + Q99683 +Q8IW41 + Q9UER7 +Q9UER7 - P10275 +Q9UER7 + Q00987 +O15519 - Q9UER7 +P04792 - Q9UER7 +Q9UER7 - P01137 +P19438 + Q9UER7 +Q9UER7 + P19634 +Q9UER7 - O43918 +Q86Z02 + Q9UER7 +Q99816 + Q9UER7 +Q59H18 + Q9UER7 +Q9NPF5 + Q9UER7 +Q13315 - Q8TAQ5 +Q8TAQ5 + Q13547 +P11215 - P05164 +Q01196 + P05164 +P04264 + P05164 +O15297 - P13051 +P11802 + P17980 +P17980 + P42771 +P17980 - P37840 +P37840 - P17980 +O15379 - P37231 +P20749 + O15379 +O15379 - Q13950 +O15379 + Q13547 +P24385 + O15379 +O75376 + O15379 +O15379 - P01106 +O15379 - P68431 +O15379 + O15105 +P60510 - O15379 +O15379 - Q9NWQ8 +Q6W2J9 + O15379 +P51668 + Q9NYG5 +P51668 + P12757 +Q05086 + P51668 +Q14669 + P51668 +Q15386 + P51668 +P08887 + P40189 +P42702 + P40189 +P29350 - P40189 +P40189 - Q06124 +P15018 + P40189 +P40189 + P62993 +P40189 - P40763 +P40189 + P29597 +O14543 - P40189 +P40189 + Q9UQC2 +P40189 + P15498 +Q16619 + P40189 +P20809 + P40189 +P13725 + P40189 +P26441 + P40189 +Q9UBD9 + P40189 +Q6P1J9 + Q9UKF6 +P51957 + Q9UKF6 +P10275 + O15393 +P22466 + O43603 +P22466 + O60755 +P22466 + P47211 +P01112 + P15056 +P31751 - P15056 +Q13177 + P15056 +Q9Y243 - P15056 +P01111 + P15056 +Q15382 - P15056 +P30086 + P15056 +P15056 + P01137 +P15056 + P27361 +P27361 - P15056 +P15056 + Q04917 +Q04917 + P15056 +P62834 + P15056 +P15056 + Q92918 +P15056 + Q8IVT5 +Q8IVT5 - P15056 +P61224 + P15056 +P15056 + P31946 +P01116 + P15056 +P46940 + P15056 +O14807 + P15056 +O15503 + Q12770 +Q12770 - O15503 +Q00597 - P19525 +Q9HB96 + Q00597 +Q00597 + Q9BXW9 +Q9BXW9 + Q00597 +P08047 + P49279 +Q9BXM7 + Q14457 +Q9BXM7 + Q12931 +Q9BXM7 + P37840 +O43524 + Q9BXM7 +Q9BXM7 + O43464 +Q9BXM7 - P99999 +Q9BXM7 + O60260 +Q9BXM7 - Q8IXI2 +Q13761 + P01730 +P01730 + P27986 +P01730 + P51681 +P51681 + P01730 +Q01196 + P01730 +P01730 + P10747 +P10747 - P01730 +P08575 + P01730 +Q92890 - P01730 +P01920 + P01730 +P20036 + P01730 +P01906 + P01730 +P00519 + P50570 +P50570 + O00159 +P50570 - P29033 +Q9Y5X1 + P50570 +Q13309 - P24941 +Q13309 - P38936 +P61024 + Q13309 +Q13309 - P49918 +Q13309 + Q9UMW8 +P11802 - Q08999 +P24941 - Q08999 +Q08999 + Q16254 +Q08999 - P06493 +P67775 + Q08999 +P24385 - Q08999 +P30281 - Q08999 +Q08999 + Q13574 +Q02297 + P21860 +Q02297 + P04626 +Q02297 + Q15303 +O14920 - Q9Y4H2 +P06213 + Q9Y4H2 +Q9Y4H2 + P42336 +P24394 + Q9Y4H2 +Q9Y4H2 + P27986 +Q9Y4H2 + P62993 +O14543 - Q9Y4H2 +O15111 - Q9Y4H2 +Q9Y4H2 + Q92569 +P48736 + Q9Y4H2 +Q9Y4H2 + P48736 +Q9Y4H2 + O00329 +Q8WY54 - Q13153 +P51955 + Q5FBB7 +P30153 + Q5FBB7 +Q13315 - Q9UBU7 +Q9UBU7 + P33991 +Q13535 - Q9UBU7 +O00255 - Q9UBU7 +Q9UBU7 + P49736 +Q07817 - Q9BZR8 +P08887 + P40763 +O14543 - P08887 +Q9NRZ9 - P31273 +Q9NRZ9 + Q9UJW3 +P10914 + Q9BX63 +Q13029 - P68431 +Q92830 + Q15796 +Q92830 + O15524 +P16104 + Q92830 +Q92830 + P01106 +Q92830 + P68431 +Q92830 + O15105 +Q92830 - Q9HCE7 +P35225 + P24394 +P35225 + P78552 +P35225 + Q14627 +P49841 + P46531 +P46531 + Q06710 +P49768 + P46531 +P04628 + P46531 +P46531 + P04628 +P46531 + P78504 +P46531 + Q8NES3 +Q8IUQ4 + P46531 +Q9NWT6 - P46531 +Q13761 - P46531 +Q13950 - P46531 +P46531 + Q9UJU2 +Q00987 + P46531 +Q13526 + P46531 +P78536 + P46531 +O00548 + P46531 +P46531 - O00548 +P46531 + P12644 +P46531 - Q92858 +Q9UBE8 - P46531 +P46531 + P48431 +P46531 + O15111 +P46531 + P01106 +P46531 + P42345 +Q96JK9 + P46531 +P80370 - P46531 +Q9H488 + P46531 +P41240 + P46531 +Q8IZL2 + P46531 +O00629 + P46531 +Q13627 - P46531 +O00505 + P46531 +P46531 + Q86Y01 +Q86Y01 + P46531 +Q9NR61 + P46531 +Q12860 + P46531 +P49810 + P46531 +P46531 + Q9Y5J3 +P46531 + Q13573 +Q13573 + P46531 +Q9NYJ7 + P46531 +Q9Y6R0 - P46531 +O60684 + P46531 +Q8NFT8 + P46531 +P46531 + Q9UBP5 +Q9UBP5 - P46531 +Q4G148 + P46531 +P24863 - P46531 +Q8NBL1 + P46531 +O00587 + P46531 +Q8NBI6 + P46531 +Q9UQ52 + P46531 +A0PJZ3 + P46531 +Q6UY11 - P46531 +O75553 + P46531 +Q9Y644 + P46531 +P09958 + P46531 +P46531 + P09958 +P46531 + Q86UW9 +P48745 + P46531 +P42575 + Q9NR28 +Q96CA5 - Q9NR28 +Q9NR28 - Q96CA5 +Q13489 - Q9NR28 +Q07812 + Q9NR28 +P98170 - Q9NR28 +P49841 - P49768 +P49841 - P23246 +P49841 + P19525 +P60953 - P49841 +P01308 - P49841 +P49841 - Q13541 +P49841 + P49815 +P31751 - P49841 +O14640 - P49841 +P49841 - Q9Y6H5 +P49841 + O75197 +P49841 - P38936 +P49841 - P13807 +P49841 - P16220 +P49841 - P10275 +P49841 - O00327 +Q15831 + P49841 +P49841 - P06493 +P49841 + P20749 +P49841 - Q9NQX3 +P49841 + Q00987 +P49841 + P99999 +P48730 + P49841 +P17655 + P49841 +P49841 + Q92574 +P49841 + Q8WUF5 +P49841 - Q07820 +P49841 + Q07812 +P49841 - Q96RR4 +P49841 - P21796 +P49841 + Q14194 +P49841 + P03372 +P49841 + O15169 +P49841 + P17676 +P49841 + P20393 +P49841 + Q92993 +P27361 - P49841 +P49841 - P30281 +P49841 + Q15942 +P49841 - O95863 +P51817 + P49841 +P49841 - Q13469 +Q13418 - P49841 +P49841 - Q13887 +Q9Y2T1 + P49841 +P49841 - P12036 +P49841 + Q9NYB9 +P49841 + Q9HB09 +Q9Y4K4 - P49841 +P49841 - P49770 +Q5JTC6 + P49841 +P49841 - P50219 +P24723 - P49841 +P49841 + P33076 +P49841 - Q9H0Z9 +P49841 - Q8IZQ8 +P49841 - Q9UI10 +P49841 - Q14494 +P49841 - P20929 +P49841 + P16401 +Q96BR1 - P49841 +P49841 - Q13144 +P49841 - Q14232 +P49841 + Q9UKT5 +P49841 - E9PAV3 +P49841 + O43602 +P49841 - Q9NR50 +P49841 + Q9UKY1 +P49841 + P08621 +P49841 + Q8WXF1 +P49841 + Q6GQQ9 +P63165 + P52952 +Q12933 + O14920 +P21580 - Q12933 +Q12933 + Q9Y6K9 +P42575 + Q12933 +P25942 + Q12933 +O75460 + Q12933 +P61088 + Q12933 +Q12933 + P61088 +Q12933 + Q13489 +Q13489 - Q12933 +Q12933 + Q13490 +Q13490 - Q12933 +Q12933 + O15111 +P20333 + Q12933 +Q12933 - P20333 +Q12933 + P42345 +Q12933 + Q14790 +P19438 + Q12933 +Q12933 + Q13546 +Q13546 + Q12933 +Q12933 + Q13077 +Q13077 + Q12933 +Q12933 + Q12851 +Q12933 + Q5VWQ8 +Q5VWQ8 + Q12933 +P09211 + Q12933 +Q12933 + Q9HAU4 +Q9Y6Q6 + Q12933 +Q12933 + Q9UKE5 +Q12933 + Q8IVH8 +Q12933 + Q9Y4K4 +Q9Y5W3 - P61073 +P06213 + P01112 +P01112 + P42336 +P42336 + P01112 +P01112 + Q12967 +Q06124 + P01112 +P01112 + P27986 +P62993 + P01112 +P01112 + Q9NS23 +P01112 + Q13009 +P01112 + P10398 +P01112 + Q8WWW0 +P01112 + P42338 +Q07890 + P01112 +P01112 + Q7Z569 +P01112 + P48736 +P01112 + P55196 +O95267 + P01112 +P15498 + P01112 +P01112 + P20936 +P01112 + O00329 +Q9Y4G8 + P01112 +Q92565 + P01112 +P49356 + P01112 +Q8TEU7 + P01112 +P49354 + P01112 +Q0VAM2 + P01112 +Q8N431 + P01112 +Q8N9B8 + P01112 +Q8TDF6 + P01112 +Q13315 + P17096 +P24941 - P17096 +P06493 - P17096 +P17096 + Q03052 +P25445 + Q99683 +O60936 - P25445 +P25445 + P29350 +P25445 + Q9UKL3 +O15350 + P25445 +P25445 + Q13158 +P25445 - P48023 +Q06187 - P25445 +P25445 + Q14790 +P25445 + Q13546 +Q13546 + P25445 +Q9GZQ8 + Q13501 +Q9GZQ8 + Q9NT62 +Q9NT62 + Q9GZQ8 +O95352 + Q9GZQ8 +Q96A56 + Q9GZQ8 +Q9GZQ8 - Q14596 +O15297 - Q13315 +O15297 - P16104 +O15297 - O14757 +O15297 - P53778 +O43524 + P22307 +P24941 + P30307 +P53350 + P30307 +P62136 + P30307 +P30307 + P14635 +P49137 - P30307 +P36873 + P30307 +Q8TDC3 - P30307 +O75376 + Q9UI36 +P04628 + Q06710 +Q12951 + Q06710 +P01137 - Q06710 +O76064 + Q16777 +Q99496 + Q16777 +P08047 + O15438 +Q13315 + Q14676 +Q14676 + Q13315 +Q14676 + O76064 +P08047 + Q14676 +P16104 + Q14676 +Q14676 + O96017 +Q14676 + O60934 +P51451 + Q13480 +P51451 + P10721 +Q02548 + P51451 +P51451 + P22681 +Q01196 + P51451 +P51451 + P31994 +P49768 + Q15303 +O60716 - P49768 +P49768 + O60716 +P49768 - O75460 +P49768 + O00548 +P49768 - Q9Y4K3 +P49768 + Q9UM47 +Q9UMX0 + P49768 +P49768 + Q99466 +P49768 + Q92542 +Q92542 + P49768 +P49768 + Q04721 +Q96BI3 + P49768 +Q8WW43 + P49768 +P49755 + P49768 +Q9H7Z6 + P62805 +Q9Y478 - Q8N122 +Q13131 + Q9Y478 +P01374 + P20333 +P20333 + P01374 +P01374 + P19438 +P01374 + Q92956 +P23246 + Q15233 +P23246 + P11387 +Q9UM73 - P23246 +Q9Y2W1 - P23246 +P21580 - O14920 +O14920 - P35568 +Q04759 + O14920 +O14920 + P19525 +Q7Z434 + O14920 +Q9Y6K9 + O14920 +Q9UHD2 + O14920 +P41743 + O14920 +P53350 - O14920 +Q99759 + O14920 +O14920 - P42771 +O14920 + Q13501 +Q13501 + O14920 +O95999 + O14920 +O14920 - O43524 +P30086 - O14920 +O14920 - Q92574 +O14920 - Q92934 +Q9Y4K3 + O14920 +O14920 + O15111 +O14920 + P42345 +Q14790 + O14920 +P19438 + O14920 +Q13546 + O14920 +Q96EY1 - O14920 +O14920 - P31946 +O14920 + O00221 +O75688 - O14920 +O14920 + Q99704 +P62714 - O14920 +P08571 + O60603 +P08571 + O15455 +P50591 + Q9UBN6 +Q9UBN6 - P50591 +P01215 + P22888 +P01100 + P01215 +P18847 + P01215 +P01215 + P16473 +Q8NHM5 + Q99496 +Q8NHM5 + P15559 +Q8NHM5 + Q13162 +P00519 + P15391 +P15391 + P27986 +Q02548 + P15391 +P15391 + Q92569 +P15391 + P52735 +P52735 + P15391 +P15391 + P15498 +P43405 + P15391 +P35226 + Q99496 +Q15796 + Q9NQB0 +Q9H6I2 - Q9NQB0 +Q9UBE8 - Q9NQB0 +Q9UI95 - Q9NQB0 +Q06945 + Q9NQB0 +Q9UKE5 + Q9NQB0 +Q9HCE7 - Q99717 +Q04771 + Q99717 +P12755 - Q99717 +P12757 - Q99717 +P12643 + Q99717 +P36894 + Q99717 +Q9HAU4 - Q99717 +O00238 + Q99717 +P22004 + Q99717 +P08047 + Q02742 +P53350 - Q99640 +Q99640 - P06493 +P17947 + P05107 +P05107 - P27701 +P27701 + P05107 +P05107 + Q05397 +P05107 + P05362 +P05362 + P05107 +P05107 + P15498 +P05107 + Q14289 +P01024 + P05107 +P05107 + P32942 +P32942 + P05107 +P05107 + Q15762 +P05107 + P13598 +P13598 + P05107 +Q9UMF0 + P05107 +Q14773 + P05107 +P06734 - P05107 +Q9UBZ9 + O60673 +P12004 + O60673 +Q9BZM5 + P26718 +Q6H3X3 + P26718 +Q29983 + P26718 +Q9BZM4 + P26718 +Q29980 + P26718 +Q8TD07 + P26718 +P49760 + P43243 +Q8WXG9 + O75445 +Q15319 + P23560 +P34130 + P23560 +P10914 + Q96AZ6 +P08047 + Q9H3F6 +Q99933 - P0DMV8 +P0DMV8 - O14727 +Q99614 + P0DMV8 +P0DMV8 + P22413 +Q9NZL4 - P0DMV8 +P23443 + P27708 +P27361 + P27708 +O14904 + P02708 +O14905 + P02708 +P04628 + P78504 +P04628 + O75197 +P04628 + P52951 +Q96HF1 - P04628 +P04628 + Q9H461 +P04628 + O60353 +P04628 + Q9NPG1 +P04628 + P34925 +P04628 + O00144 +Q9H237 + P04628 +Q13794 - Q96IK5 +P40763 + Q96IK5 +P21580 - Q14164 +P21580 - Q14457 +P21580 - Q9Y6K9 +P21580 - Q9UHD2 +P21580 - Q9Y4K3 +P19438 + P21580 +P21580 + P19438 +P21580 - Q13546 +Q86VP1 + P21580 +P00519 + P15941 +P15941 + P17931 +P78536 - P15941 +P43403 + P15941 +P34947 - P30411 +P25098 - P30411 +P43250 - P30411 +P32298 - P30411 +P35626 - P30411 +Q9UIF7 + Q13535 +Q9UIF7 + Q92547 +P08151 + P10071 +P10071 + P08151 +P10071 + Q13635 +Q2M1P5 + P10071 +P10071 - Q93074 +O60481 + P10071 +Q13315 + P25963 +P06213 + P25963 +P00519 + P25963 +Q9Y6K9 + P25963 +Q9Y297 - P25963 +Q99759 + P25963 +P61077 - P25963 +Q9Y4K3 + P25963 +P63208 - P25963 +P67870 - P25963 +Q06187 + P25963 +P04792 - P25963 +P19438 - P25963 +Q96EY1 - P25963 +P49427 - P25963 +P62837 - P25963 +Q9UKB1 - P25963 +P19784 - P25963 +Q13315 + Q9UPV0 +Q13315 + P00519 +Q13315 + Q96SD1 +Q13315 + P08047 +O15534 + Q13315 +Q13315 + Q06609 +Q13315 + Q14738 +Q13315 + Q13362 +Q13315 - Q8IUQ4 +Q13315 - P53350 +Q13315 - P16220 +Q13535 + Q13315 +P05114 + Q13315 +Q13315 + P16104 +Q13315 + Q9Y3F4 +O43524 + Q13315 +Q13315 + O96017 +Q13315 + Q15831 +P67775 - Q13315 +Q13315 + O14757 +O60934 + Q13315 +Q13315 + O60934 +Q13315 + Q92547 +Q13315 + Q99638 +Q99638 + Q13315 +O96019 + Q13315 +Q9BQA5 + Q13315 +Q13315 + P52926 +Q13315 + Q9Y4K3 +P18846 + Q13315 +Q13315 + Q9NS23 +Q13315 + Q9NUW8 +Q9Y4R8 + Q13315 +Q13315 + Q9BXW9 +Q13315 + O15360 +Q13315 + Q7LG56 +Q13315 + O43313 +Q13315 + P15336 +Q13315 + Q96T60 +Q13315 + Q8IY92 +Q13315 + P15927 +Q92993 + Q13315 +Q13315 + Q07955 +Q13315 + Q92945 +Q13315 + Q92878 +Q92878 + Q13315 +Q13315 + Q7L7X3 +Q13315 - P41236 +P62714 - Q13315 +Q13315 + Q16204 +Q13315 + Q9H2K8 +Q13315 + Q9UQR1 +Q93008 - P42566 +Q93008 + Q16637 +P01133 + P04626 +P01133 + P62993 +P62993 + P01133 +P01133 + P25098 +O43184 + P01133 +O76064 + P06899 +O95714 + O76064 +O76064 - P12004 +O76064 + P16104 +O76064 + P61088 +P61088 + O76064 +O76064 + P0C0S8 +P22612 + Q14896 +P23443 + P62753 +P53355 - P62753 +Q9UBS0 + P62753 +Q99933 - O75807 +P21359 - P01111 +Q13464 + P53667 +Q5VT25 + P53667 +P23528 - P53667 +Q13177 + P53667 +P49137 + P53667 +Q13153 + P53667 +Q13873 + P53667 +O96013 + P53667 +P09544 + O75197 +Q8N474 - P09544 +P09544 + Q9UP38 +P09544 + O00144 +Q7Z434 - Q9BYX4 +Q14258 + Q9BYX4 +Q3LXA3 - Q9BYX4 +Q96EQ8 - Q9BYX4 +P49137 + Q13151 +P67775 - P06730 +Q13542 - P06730 +P78344 - P06730 +P01106 + P06730 +P06730 - P01106 +Q14240 + P06730 +Q9BUB5 + P06730 +Q9HBH9 + P06730 +Q9BXL6 + P06730 +P07996 - P02751 +Q96LA8 - P07996 +P07996 - P08253 +P01137 + P07996 +P07996 - P01137 +P07996 + Q08722 +Q08722 + P07996 +P07996 + P16671 +P16671 - P07996 +P07996 + P05106 +P07996 + P00747 +Q8TDY2 + Q676U5 +Q8TDY2 - Q92574 +O75143 + Q8TDY2 +Q8TDY2 - Q14289 +P24941 + Q99728 +Q99728 + P0CG47 +P14859 + P06899 +P06213 + P35568 +P06213 + Q13480 +P06213 + Q9BX66 +P01308 + P06213 +O15524 - P06213 +P06213 + P29350 +P29350 - P06213 +P06213 + Q14451 +O14492 - P06213 +P06213 + O14492 +P06213 + P22681 +P22681 - P06213 +O14543 - P06213 +P06213 + Q05397 +P06213 + Q13322 +Q13322 - P06213 +P06213 + P10586 +P23467 - P06213 +P06213 + Q07666 +P06213 + Q8WU20 +P06213 + P15498 +P06213 + Q99704 +O14508 - P06213 +P06213 + Q9UKW4 +P43378 - P06213 +Q9HD43 - P06213 +Q05209 - P06213 +P22413 - P06213 +Q12913 - P06213 +O14512 - P06213 +P43490 + P06213 +P41182 - P17535 +P41182 - Q13535 +P41182 - Q13105 +Q13526 + P41182 +O75376 + P41182 +P27361 - P41182 +Q6W2J9 + P41182 +Q86XK2 - P41182 +P50613 - P24928 +P50613 + P11802 +P24941 + P50613 +P50613 + O15534 +P50613 + P18887 +P50613 + P23588 +P50613 - P10275 +P50613 + P06493 +P50613 + P22681 +P50613 + Q8WUF5 +P50613 + P03372 +P50613 + Q13285 +P50613 + Q8N5S9 +P50613 + P21127 +P50613 + P15927 +P50613 + P10276 +P50613 + Q15942 +P50613 + P13631 +P50613 + Q14934 +P50613 + Q96BK5 +P50613 + P56693 +P50613 + Q8WUM0 +P50613 + Q8WXF1 +P50613 + Q9BW71 +P50613 + Q6NZY4 +P50613 + Q9UMY1 +P50613 + Q9Y3T9 +P41221 + Q13467 +O00755 + Q13467 +O00744 + Q13467 +Q13145 + Q13467 +Q9Y490 + P05556 +P02751 + P05556 +P78536 + P05556 +P05556 + Q05397 +Q05397 + P05556 +P05556 + P19320 +P19320 + P05556 +P05556 + Q14289 +P05556 + Q13418 +P04004 + P05556 +P02671 + P05556 +P78509 - P05556 +O75365 + P05556 +P10451 + P05556 +P05556 - Q08380 +P51532 + P24928 +P50750 + P24928 +P27361 - P24928 +O60885 + P24928 +P35269 + P24928 +Q8IXW5 + P24928 +P24928 + Q9Y5B0 +Q9NYV4 + P24928 +P32780 + P24928 +Q92759 + P24928 +Q04759 + P35568 +P35568 + P42336 +P42336 - P35568 +P35568 + P23443 +O15524 - P35568 +P24394 + P35568 +P53350 - P35568 +P35568 + Q06124 +Q06124 - P35568 +P35568 + P27986 +P35568 + P62993 +Q8N122 + P35568 +O14543 - P35568 +O15111 - P35568 +P35568 + P16333 +P10912 + P35568 +O14733 - P35568 +P42345 - P35568 +P27361 - P35568 +P35568 + P27361 +P52333 + P35568 +P35568 + P42338 +P35568 + Q92569 +Q04917 - P35568 +P29376 + P35568 +P35568 + P48736 +P35568 + Q9UM73 +P35568 + Q13588 +P35568 + O14654 +Q9H0K1 + P35568 +P07332 + P35568 +O14512 - P35568 +Q9H6Z9 + Q99814 +Q8N5K1 + Q14164 +Q14164 + Q9UHD2 +Q9UHD2 + Q14164 +Q14164 - O43524 +Q14164 + P03372 +O00571 + Q14164 +Q9BRV8 - Q14164 +Q96C10 - Q14164 +Q86WV6 + Q14164 +Q92844 + Q14164 +P02778 + P49682 +P02778 + P51677 +O00401 + P60953 +P60953 + O00401 +P00519 + O00401 +P17706 - O00401 +O00401 + P63261 +P62993 + O00401 +P16333 + O00401 +P42684 + O00401 +Q9Y5X1 + O00401 +O00401 + P61160 +P20929 + O00401 +O00401 + O15145 +Q5T0N5 + O00401 +P10275 + Q9Y5K2 +P41240 + Q96MU7 +Q969X0 + Q13153 +P31751 - Q99683 +Q06124 + Q99683 +P38936 - Q99683 +Q99683 + P38936 +P11309 - Q99683 +P06493 - Q99683 +Q99683 + P45985 +P10599 - Q99683 +Q9Y4K3 + Q99683 +Q99683 + O14733 +Q99683 + P52564 +Q99683 + Q9UPT6 +Q5VWQ8 + Q99683 +P15170 + Q99683 +O95382 + Q99683 +Q5SGD2 - Q99683 +Q99683 + Q969S3 +Q9H2G2 + Q99683 +P54652 - Q99683 +Q99683 + P45379 +P11802 + Q13330 +P49674 + Q13330 +Q9UHD2 + Q13330 +P41743 + Q13330 +Q13330 - P03372 +O75676 + Q13330 +Q9Y463 + Q13330 +P53778 + Q13330 +Q13873 + Q13330 +Q96KB5 + Q13330 +Q9UEE5 + Q13330 +O75364 + Q13330 +Q9Y2H9 + Q13330 +P78362 + Q13330 +Q13330 - Q13352 +Q9NRH2 + Q13330 +P49760 + Q13330 +Q86Z02 + Q13330 +Q13330 - P78537 +P51957 + Q13330 +Q8N2I9 + Q13330 +Q7Z7A4 + Q13330 +Q04759 + P19525 +Q04759 + Q9Y6K9 +O15530 + Q04759 +Q04759 + P22681 +Q04759 + O15111 +Q04759 + Q9BXL7 +Q04759 + O60285 +Q04759 + Q07666 +Q04759 + Q9UEW8 +Q04759 + O95267 +P15498 + Q04759 +Q04759 + P26038 +Q04759 + Q8IV61 +Q04759 - Q5JVS0 +Q04759 + P35241 +Q04759 + Q9Y4G8 +Q8IVH8 + Q04759 +Q04759 + P32942 +Q04759 + O43516 +Q04759 + P05060 +P63167 - O43521 +Q13153 - P63167 +P63167 - Q9C0C7 +P29350 - P42702 +P15018 + P42702 +O14543 - P42702 +P27361 - P42702 +Q16619 + P42702 +P13725 + P42702 +P26441 + P42702 +Q13480 - Q99759 +Q06124 - Q13480 +Q13480 + Q06124 +Q13480 + P27986 +P62993 + Q13480 +Q13480 + P62993 +P27361 - Q13480 +Q13480 + Q92569 +Q13480 + P48736 +Q13480 + A7KAX9 +Q92529 + Q13480 +P07332 - Q13480 +Q9Y297 - Q00653 +O15226 - Q00653 +P20749 + Q00653 +Q00653 + Q01201 +Q99576 - Q00653 +Q9UKB1 + Q00653 +Q9H0R8 + Q13501 +Q9H0R8 + O95352 +Q14596 + Q9H0R8 +Q86TL0 + Q9H0R8 +Q9H0R8 + P41145 +Q03468 + P28715 +P28715 + P12004 +P28715 + P18074 +P28715 + P19447 +P28715 + P32780 +P28715 + Q13888 +P28715 + Q92759 +Q8NES3 - P78504 +Q86YT6 + P78504 +Q9H488 + P78504 +O00587 + P78504 +Q13464 - Q9NRY4 +P00519 + Q9NRY4 +Q13882 + Q9NRY4 +Q03468 - P27695 +P27695 + P10599 +P27695 + P40763 +P27695 + Q01201 +O94761 + P27695 +P41273 + Q07011 +P11802 + P18887 +P11802 + P23588 +P42771 - P11802 +P12004 + P11802 +P11802 - Q13761 +P38936 - P11802 +P11802 - Q02078 +P11802 + P19338 +P11802 + P14618 +P11802 + P20749 +P11802 + P61978 +P24385 + P11802 +P11802 + P22681 +P11802 + Q8WUF5 +P11802 - Q9NS23 +P01106 + P11802 +P11802 + Q8N5S9 +P11802 + P15927 +P49918 - P11802 +P11802 + O14980 +P30281 + P11802 +P11802 + Q9NRA8 +P11802 + Q07666 +P11802 + P10644 +P11802 - Q14814 +P11802 + P14921 +P14921 + P11802 +P11802 + Q9UMR2 +P11802 + Q14934 +P11802 + Q9Y534 +P11802 + O75533 +Q8N726 - P11802 +P42772 - P11802 +P11802 - P15173 +P11802 - Q06413 +P11802 + Q8IZL8 +P11802 + Q13415 +P11802 + Q12968 +Q12968 - P11802 +P11802 + Q8WUM0 +P11802 + O14519 +P11802 + O75534 +P11802 + P38919 +P11802 + Q8NFH5 +P11802 + Q9HD15 +P11802 + Q14202 +P11802 + Q9NQT4 +P11802 + Q9UMY1 +P11802 + P50747 +P11802 + Q8NCP5 +P11802 + Q6P0N0 +P11802 + O75391 +P11802 + Q12946 +Q96MF7 + Q9NYB0 +Q96MF7 + Q96SB8 +O75461 - P45973 +P84243 + P45973 +P49674 + P19525 +P19525 + P53350 +P11309 + P19525 +O96017 + P19525 +P19525 + O96017 +P19525 - P06493 +P19525 + Q9Y4K3 +P29597 + P19525 +P19525 + O15111 +P19525 + Q12906 +Q13217 - P19525 +P19525 + Q15172 +Q07812 + Q14249 +O75461 - Q99708 +O75461 - Q9UBK9 +O94953 - P68431 +Q13569 + P10275 +Q13569 + P06401 +Q13569 + P03372 +Q13569 + Q92793 +Q92793 + Q13569 +P23443 + P42336 +P42336 + P23443 +P21860 + P42336 +P04626 + P42336 +Q15303 + P42336 +Q06124 + P42336 +P27986 + P42336 +P01111 + P42336 +P42336 + P01111 +P22681 + P42336 +P08700 + P42336 +Q13322 + P42336 +P42336 + P42345 +Q92569 + P42336 +Q13191 - P42336 +Q9UQC2 + P42336 +P63211 + P42336 +P01116 + P42336 +P42336 + P01116 +O14654 + P42336 +P16520 + P42336 +P63215 + P42336 +P62873 + P42336 +Q9UBI6 + P42336 +P59768 + P42336 +O14807 + P42336 +P53350 + O95251 +O95251 + P10275 +O95251 + P62805 +P06493 + O95251 +O95251 + P68431 +P04198 + P33991 +P04198 + Q9UJA3 +P04198 + P49736 +P05113 + Q01344 +P08047 + P10620 +Q15319 + Q99684 +Q15319 + Q9UBR4 +Q92858 + Q15319 +O00255 + P31273 +Q99759 + Q13163 +Q13163 + Q13164 +Q13164 + Q13163 +P41279 + Q13163 +Q9NYL2 + Q13163 +Q92622 - Q14457 +Q14457 + Q99570 +Q14457 + Q8NEB9 +Q07820 - Q14457 +Q6ZNE5 + Q14457 +Q9Y4K3 + Q14457 +Q14457 + Q9C0C7 +Q9C0C7 + Q14457 +Q9Y371 + Q14457 +Q9HD26 + Q14457 +P08047 + Q9UBT6 +P38936 - Q9UBT6 +P16220 + Q9UBT6 +P10275 + P17936 +P02787 - P17936 +P17936 + P35858 +O75460 + P17861 +P03372 + P17861 +P37231 + Q9BX66 +Q9BX66 + P22681 +Q15796 + P08047 +Q9UQM7 - Q15796 +Q15796 + P28749 +Q15796 + Q02078 +Q15796 + P16220 +Q15796 - Q9Y3F4 +Q9Y3F4 - Q15796 +Q15796 + Q16254 +P61077 + Q15796 +P67775 + Q15796 +Q15796 + Q9UJU2 +Q15796 + P30968 +Q13547 - Q15796 +Q15796 + P53355 +P01106 + Q15796 +P29590 + Q15796 +Q15796 - P36897 +Q15796 + Q92793 +Q92793 + Q15796 +P36896 + Q15796 +Q15796 + O15105 +Q9HCE7 + Q15796 +Q96PU5 - Q15796 +Q15796 + P12757 +O95405 + Q15796 +Q15583 - Q15796 +P35658 + Q15796 +O14964 + Q15796 +P62837 + Q15796 +O15198 - Q15796 +Q6ZNA4 + Q15796 +Q9UPN9 + Q15796 +Q9H0M0 + Q15796 +Q15796 + Q9HAU4 +O75593 + Q15796 +P49790 + Q15796 +Q9NYA4 - Q15796 +Q15796 + Q06413 +Q9H6Z4 - Q15796 +Q8TAD8 - Q15796 +Q15796 + P56915 +Q8WXG9 - O43306 +P63092 + O43306 +Q9H1Y0 + Q676U5 +Q9Y239 + Q676U5 +Q9Y4P8 + Q676U5 +Q676U5 + P53675 +P29372 - P03372 +O60260 - Q99700 +Q99700 + O60260 +P00519 + Q9UPY6 +O95343 + P26367 +P26367 + O95343 +P10145 + P14780 +P10145 + P25025 +P02776 - P10145 +P10145 + P25024 +P35625 - P14780 +P02751 + P14780 +P30968 - P14780 +P01033 - P14780 +P14780 - P01033 +P01137 + P14780 +P14780 + P01137 +Q92793 + P14780 +P15514 + P14780 +P14780 + P42830 +P14780 + P10646 +P00747 + P14780 +P14780 + P00747 +Q9NRE1 + P14780 +O95980 - P14780 +P17947 + P11215 +P40763 + P17947 +P17947 + P09603 +P10276 - P17947 +P04141 + P17947 +P17947 + P04141 +P17947 + P15498 +Q9UPS6 + P68431 +Q13464 + P19105 +P53355 + P19105 +Q15746 + P19105 +P01308 + P37231 +P18146 + P37231 +P37231 + Q9NQR1 +P19793 + P37231 +P37231 + P19793 +P37231 - Q13547 +O75376 - P37231 +P03372 + P37231 +P27361 - P37231 +P63279 - P37231 +P10828 + P37231 +P37231 + Q13133 +Q13133 + P37231 +P28702 + P37231 +P37231 + P28702 +P24468 + P37231 +P37231 + P24468 +P37231 + P55055 +P55055 + P37231 +Q13772 + P37231 +Q9HAZ2 + P37231 +Q9H0E9 + P37231 +P60953 + P23443 +Q9H8V3 + P60953 +P60953 + Q5VT25 +P60953 + Q13177 +Q13177 + P60953 +P60953 + P56945 +P27986 + P60953 +P60953 + P27986 +P60953 + Q13153 +Q13153 + P60953 +P36897 + P60953 +P60953 + Q07912 +P52565 - P60953 +P52735 + P60953 +P60953 + P52735 +P60953 + Q8TEW0 +P62834 + P60953 +P15498 + P60953 +P60953 + Q16584 +P60953 + Q9BYG4 +P60953 + Q14155 +Q14155 + P60953 +Q15811 + P60953 +Q96N67 + P60953 +P60953 + Q9BYG5 +P60953 + Q02779 +P46940 + P60953 +O75914 + P60953 +P60953 + O75914 +P60953 + P42768 +P60953 + Q15052 +Q15052 + P60953 +P60953 + Q9NPB6 +P60953 + Q92558 +Q07960 - P60953 +P52306 + P60953 +Q9H4E7 + P60953 +O96013 + P60953 +P60953 + O96013 +P60953 + Q9NQU5 +Q9NQU5 + P60953 +Q12982 + P60953 +P60953 + P35125 +P60953 - Q9UPT5 +P60953 + Q13576 +P60953 + Q9P286 +Q9P286 + P60953 +P98174 + P60953 +Q9BZ29 + P60953 +O15068 + P60953 +Q9NRR8 - P60953 +Q16270 - P01308 +P53355 - Q9Y490 +Q9Y490 + Q05397 +Q9Y490 + P08514 +Q9UKL0 + Q13127 +P27361 + Q12772 +Q16656 + P20042 +P24941 + P38432 +Q13535 + Q9UPV0 +P08047 + P13501 +P13501 + P49682 +P13501 + P51681 +P13501 + P51677 +P13501 + P32246 +P02776 + P13501 +P13501 + P51679 +P13501 + P32302 +O75164 + P10412 +P63096 - O95622 +P63092 + O95622 +P00519 + Q03468 +Q03468 + Q96FI4 +P00519 + P04040 +P42684 + P04040 +Q12951 + Q15475 +P11487 + Q12951 +Q92997 + Q92837 +Q8N7H5 + O43463 +P42771 - Q7Z6Z7 +Q7Z6Z7 - Q07820 +Q7Z6Z7 + P01106 +Q9HB75 + Q9Y6K9 +Q9HB75 + P42575 +Q9HB75 + Q13546 +P61328 - Q99250 +Q92914 - Q99250 +Q92913 - Q99250 +Q92915 - Q99250 +P51532 + Q92922 +P10275 + Q92922 +Q15788 + Q92922 +Q92922 + Q969G3 +Q8N3Y1 - P24385 +P56705 + O75197 +Q96HF1 - P56705 +P56705 + Q9NPG1 +Q9H237 + P56705 +O14757 + Q9HB96 +Q9HB96 + Q9BXW9 +Q9HB96 + O15360 +Q13905 + P17081 +P17081 + Q13153 +P17081 + Q9UPT5 +P49674 - Q13541 +P51449 - Q13541 +P06493 - Q13541 +P67775 + Q13541 +Q13541 - Q8N122 +Q8N122 - Q13541 +Q13541 + P42345 +Q13541 - O60573 +P19784 - Q13541 +O14640 + Q13464 +Q13464 + P08670 +Q13464 + P35580 +Q13464 + Q05397 +Q13464 + P24844 +Q13464 - P07737 +Q13464 + Q9UPT6 +Q13464 + P26038 +Q13464 + P35611 +Q13464 + P35241 +Q13464 - O60237 +Q13464 - Q6WCQ1 +Q13464 + O14950 +Q13464 + Q8N264 +P08134 + Q13464 +Q13464 + P61587 +Q13464 - O14649 +Q13464 + Q9Y613 +Q13464 + P52179 +P49674 + O15055 +P49674 + Q99835 +P49674 + O14640 +P49674 - O60716 +P49674 - Q9UJU2 +P49674 + Q8WUF5 +P49674 + O15169 +Q92997 + P49674 +P49674 + Q9NRA8 +P49674 + O14641 +P49674 + Q04917 +P49674 + Q12972 +P49674 + Q16625 +P49674 + O75534 +P49674 + Q9BQ89 +P49674 + Q15056 +P23528 - P68032 +O60260 - Q99719 +Q05397 - Q08043 +Q96B97 - Q08043 +P19338 - P10242 +P10242 + P08123 +Q9Y4K3 - P10242 +P10242 + P17676 +Q92793 + P10242 +P27361 - P10242 +P63279 + P10242 +Q9UEE5 + P26651 +P49760 + P26651 +P30968 - P35625 +P35625 - P08253 +P35625 - O75173 +P78347 + P24385 +Q06187 + P78347 +P27361 + P78347 +P78347 + P54821 +P42685 + P78347 +P13500 + P51681 +P13500 + P50281 +P13500 + P46092 +P13500 + P51677 +P13500 + P32246 +P13500 + P51679 +Q99616 + P13500 +P13500 + P41597 +P00519 + P29350 +P00519 - Q92466 +P00519 - O14746 +P00519 + Q13535 +Q13535 + P00519 +P00519 + O60504 +P00519 + Q969W1 +P00519 + O15350 +P00519 - Q13177 +P00519 + P56945 +P00519 + O60716 +P00519 + Q13905 +P00519 + P17844 +P06493 + P00519 +P00519 + Q13153 +Q13153 + P00519 +P00519 + P62993 +P62993 + P00519 +P00519 + Q13188 +Q13188 - P00519 +P00519 + P22681 +P00519 + P07203 +P00519 + P11387 +P00519 - O60260 +Q13322 + P00519 +P00519 - P29323 +P00519 + P03372 +P00519 + P16333 +P00519 + P42684 +P00519 + P17676 +P00519 - O15151 +P00519 + O00213 +P00519 + O15056 +P00519 + Q15746 +P49759 - P00519 +P00519 + P52735 +P00519 + Q14511 +P00519 + P15498 +P00519 + Q92918 +P00519 + Q99704 +P00519 + Q13588 +P00519 + Q14847 +Q9HAZ1 - P00519 +P00519 + Q9NYB9 +P22670 + P00519 +Q05209 - P00519 +Q4KMG0 + P00519 +P00519 - O15269 +P00519 + Q8N8S7 +Q9Y253 + Q9UBZ9 +P24941 + Q99708 +P24941 + Q14207 +P42771 - P24941 +P24941 - P33991 +P12004 + P24941 +P24941 - P38936 +P24941 - O15350 +P24941 - Q02535 +P24941 - P62136 +P06493 - P24941 +P24941 + O14757 +P24941 - Q13153 +P24941 + Q8WXE1 +P06401 + P24941 +P63208 - P24941 +P24941 - P49916 +P24941 + P03372 +P24941 - Q06830 +P01106 + P24941 +P24941 + P01106 +P24941 + P17676 +O00311 + P24941 +P24941 + P49736 +P24941 - O75469 +P24941 - P49918 +P49918 - P24941 +P24941 + Q12959 +P24941 + Q14186 +P24941 + P10644 +Q13131 + P24941 +P24941 - P25098 +P24941 - P12272 +P60900 + P24941 +Q8IZL9 + P24941 +P24941 - Q12800 +P24941 - Q5TZA2 +Q12974 + P24941 +P24941 + Q9NYV6 +P24941 + O75533 +P24941 - P04183 +P24941 + Q8IZL8 +P24941 + Q13416 +P24941 + P16401 +P24941 + Q16204 +P24941 - Q86WB0 +P24941 + P54198 +P24941 + P20700 +P24941 + Q01167 +Q16667 - P24941 +P24941 - P29374 +Q04323 + P24941 +Q5MJ70 + P24941 +P24941 + Q96PU4 +O60603 + Q86XR7 +Q86XR7 + Q9Y4K3 +Q9NYY3 + P37840 +Q9NYY3 + Q16143 +Q9NYY3 + Q9HC77 +Q96KQ7 + Q9UBC3 +P31751 - P49815 +Q9Y243 - P49815 +Q92574 + P49815 +P49815 + Q9BVC4 +O15111 - P49815 +P27361 - P49815 +Q969U6 + P49815 +Q13131 + P49815 +P49815 + Q9BPZ7 +Q05086 + P49815 +Q9UK32 - P49815 +Q96SD1 + Q13426 +Q7Z434 + Q96P20 +Q7Z434 + Q14790 +Q96C10 - Q7Z434 +Q86UT6 - Q7Z434 +Q9H4L7 + Q13547 +P51956 + Q9H4L7 +P41743 + Q9Y6K9 +Q99759 + Q9Y6K9 +Q13501 + Q9Y6K9 +O95999 + Q9Y6K9 +Q8N2W9 + Q9Y6K9 +Q9Y4K3 - Q9Y6K9 +Q13158 + Q9Y6K9 +Q13490 + Q9Y6K9 +Q15628 + Q9Y6K9 +Q93009 - Q9Y6K9 +Q14790 + Q9Y6K9 +P19438 + Q9Y6K9 +Q13546 + Q9Y6K9 +Q8N5C8 + Q9Y6K9 +Q9Y6K9 + O00221 +Q92844 + Q9Y6K9 +P63165 + Q13426 +Q13426 + Q96T60 +Q09666 + Q13426 +Q9H9Q4 + Q13426 +P07949 + Q14451 +Q9ULV8 - P07949 +P07949 + O60716 +P07949 + P61978 +P22681 - P07949 +P07949 + P40763 +P07949 + Q05397 +Q05397 + P07949 +P07949 + Q13322 +P10586 - P07949 +P07949 + P27361 +Q07912 + P07949 +Q13191 - P07949 +P07949 + Q8WU20 +P07949 + P14921 +P07949 + Q99704 +P07949 + Q13588 +P39905 + P07949 +P07949 + Q6PKX4 +P07949 + Q9P104 +P07949 + Q8TEW6 +Q16832 + P07949 +P07949 + P56159 +Q99748 + P07949 +Q12913 - P07949 +P10721 + O15524 +P10721 + Q14451 +Q06124 - P10721 +O96017 + P10721 +P10721 + P27986 +P10721 + P62993 +P10721 + O14492 +P22681 - P10721 +P10721 + Q13322 +P10721 + P51692 +P10721 + Q92569 +P10721 + P42680 +Q13191 - P10721 +P10721 + P48736 +P09769 + P10721 +P10721 + Q92529 +P10721 + Q7Z698 +P10721 + Q99704 +P10721 + P98077 +P42679 + P10721 +O14544 - P10721 +P10721 + Q9UQQ2 +P10721 + Q16827 +P10721 + Q9ULZ2 +P10721 + Q7Z699 +P60763 + Q13153 +P12004 + Q9Y253 +Q13535 + Q9Y253 +Q9Y253 + Q13535 +Q86YC2 + Q9Y253 +P51587 + Q9Y253 +O00716 - P28749 +P42771 - O00716 +O14757 + O00716 +O00716 + P14635 +O00198 - Q07817 +O00198 - Q92843 +P60896 + P51587 +Q13007 + P01574 +Q13007 + Q9UHF4 +Q13007 + Q8N6P7 +Q13007 + Q6UXL0 +P01584 + P14778 +P14778 - P01584 +P01584 - P05187 +P01584 + Q9NPH3 +Q9NPH3 - P01584 +Q9HCU8 + P49005 +P49005 + Q15054 +Q99612 - O95997 +Q99612 + Q9UIK4 +P01574 + P29597 +P01574 + P48551 +P63000 + P23443 +P23443 + P23588 +P23588 + P23443 +Q13362 - P23443 +P23443 + P08151 +P06493 + P23443 +P67775 - P23443 +Q13526 + P23443 +P23443 + P61978 +O15530 + P23443 +Q8N122 + P23443 +P23443 + P03372 +P23443 + Q96PM5 +Q15118 + P23443 +P23443 + Q8N5S9 +P23443 + P42345 +P42345 + P23443 +P23443 - P04792 +P27361 + P23443 +P23443 + Q9NRA8 +P23443 - Q53EL6 +P23443 + Q15654 +P23443 + O60825 +P23443 + P62258 +P23443 - Q05195 +P23443 + Q99704 +P23443 + Q14934 +P23443 + Q12972 +Q6ZVD8 - P23443 +P23443 - O00418 +P23443 + Q03060 +Q03060 + P23443 +Q9HC98 + P23443 +P23443 - Q8TB45 +P23443 + P61020 +P62714 - P23443 +P63151 - P23443 +P23443 + Q12968 +P23443 + O43150 +P23443 + Q96GN5 +P23443 + Q14151 +P23443 + P52298 +P23443 + P50747 +P08047 + P22888 +P22888 + P63092 +P01229 + P22888 +P0DN86 + P22888 +P78543 + Q99873 +Q99873 + Q07666 +Q99873 + Q5VWX1 +P62324 + Q99873 +Q99873 - P62633 +Q99873 + Q92804 +P10275 + Q99801 +Q99801 - Q13547 +P19784 + Q99801 +Q9NS56 - Q99801 +P33076 + P25208 +P78317 + P25208 +Q12834 + Q9UJX3 +Q12834 - P14635 +Q12834 + Q9NYG5 +Q9NS23 - Q12834 +Q12834 + Q9UM11 +P30260 + Q12834 +Q12834 + P30260 +Q12834 + O00762 +Q12834 + Q9H1A4 +Q12834 + Q9UJX2 +Q12834 + Q9UJX6 +Q12834 + Q13042 +Q4G163 - Q12834 +Q12834 + Q9UM13 +Q12834 + Q8NHZ8 +Q12834 + Q9UJX5 +Q12834 + Q9UJX4 +P51449 + O00327 +Q9BZS1 - P51449 +P08047 + P08294 +P08047 + P49961 +P08047 + P53007 +P08047 + P38936 +Q13535 + P08047 +P08047 + Q96PG8 +P08047 + Q969G2 +P06493 + P08047 +P08047 + Q9UL17 +P08047 + Q15573 +P67775 + P08047 +P08047 - P14635 +P10599 + P08047 +P08047 + P28370 +P08047 + P24385 +P08047 + Q12882 +P08047 + O95391 +P08047 + P78536 +P08047 + P22301 +P08047 + Q01959 +P08047 + Q9ULW8 +P01106 + P08047 +P08047 + P01106 +P04792 + P08047 +P08047 + P15692 +P08047 + P07864 +Q02447 + P08047 +P27361 + P08047 +P08047 - P14921 +P08047 + Q9UKX5 +P08047 + O43186 +Q01664 + P08047 +O60285 - O14974 +Q09013 + O14974 +O15516 + O15534 +Q9Y297 - O15534 +O00327 + O15534 +Q99743 + O15534 +Q9UKB1 - O15534 +P78368 - O15534 +Q96QB1 - O43521 +O14757 + Q06609 +Q06609 + O14757 +Q86YC2 + Q06609 +Q06187 + Q06609 +P51587 - Q06609 +Q06609 + P51587 +Q13131 + Q06609 +P49137 - Q07352 +Q9Y297 - Q8N145 +Q9NYB0 + Q8WWW0 +O43781 + Q9NYB0 +Q8WXG9 + Q9HBM0 +Q96KQ7 + Q9Y6K1 +Q9UJW3 + Q9Y6K1 +Q9UEE5 + Q9Y6K1 +O96017 + P18887 +P49916 + P18887 +P18887 + Q96T60 +Q99986 + P18887 +P19784 + P18887 +O75164 + P10275 +O75164 - O43521 +Q9UHD2 + Q13568 +Q9UHD2 + Q13501 +Q9UHD2 + Q00987 +Q9UHD2 + P22681 +Q9UHD2 + Q8WUF5 +Q9UHD2 + Q96PM5 +Q9UHD2 + P04792 +Q9UHD2 + Q04917 +Q9UHD2 + Q9H6S1 +Q9UHD2 + P62258 +Q9UHD2 + Q96CV9 +Q96KP1 + Q9UHD2 +Q9UHD2 + Q13137 +Q9H171 + Q9UHD2 +Q96C10 - Q9UHD2 +Q86WV6 + Q9UHD2 +Q92844 + Q9UHD2 +Q9Y2E6 - Q9UHD2 +Q9UHD2 + P55084 +Q9UHD2 + Q9UHL0 +P41743 + Q9H8V3 +P41743 + P19338 +P67775 - P41743 +P41743 + Q00987 +O15530 + P41743 +P41743 - Q92934 +P41743 + O15111 +P41743 + P15927 +P41743 + Q8TEW0 +P41743 + P55196 +P41743 + Q9NYB9 +P62714 - P41743 +O15055 - O15516 +O15516 + O15055 +O00327 - O15516 +O15516 + O00327 +O15516 + P68431 +O15516 + Q49AN0 +Q49AN0 - O15516 +O15516 - Q9UJ55 +O60603 + P63000 +O14640 + P63000 +P63000 + O14640 +P63000 + Q13177 +Q13177 + P63000 +O60716 + P63000 +P63000 - O60716 +P27986 + P63000 +P63000 + P27986 +P63000 + Q13153 +Q13153 - P63000 +P63000 + P40763 +Q05397 + P63000 +Q13009 + P63000 +P68133 + P63000 +P16333 + P63000 +P63000 + P16333 +P36897 + P63000 +P63000 + P27361 +Q92997 + P63000 +O14641 + P63000 +P63000 + P19878 +O75962 + P63000 +P52565 - P63000 +P63000 + Q86UP2 +P52735 + P63000 +P48736 + P63000 +P63000 + P48736 +P63000 + P13498 +P15498 + P63000 +P63000 + Q16584 +Q14155 + P63000 +P63000 - Q14185 +Q14185 + P63000 +Q92974 + P63000 +P63000 + Q02779 +P63000 + P04839 +P63000 + P14598 +P46940 + P63000 +O75914 + P63000 +P63000 + O75914 +P63000 + P42768 +Q15052 + P63000 +Q9Y4D1 + P63000 +P63000 - Q92558 +Q13972 + P63000 +Q07960 - P63000 +P52306 + P63000 +Q9H4E7 + P63000 +O43312 + P63000 +P63000 + Q9UQB8 +P63000 - Q7L576 +P63000 + Q9NQU5 +Q9NQU5 + P63000 +Q9UKW4 + P63000 +P63000 + P35125 +P63000 + P53365 +P52757 - P63000 +Q9NR80 + P63000 +P63000 - Q9Y613 +P63000 + Q13576 +P63000 + Q9P286 +Q9P286 + P63000 +Q9P035 - P63000 +P63000 + O15068 +Q92608 + P63000 +P49137 + O75925 +O75925 + Q00987 +O75925 + P63165 +O75925 + P03372 +O15169 - O75925 +O75925 + P15927 +O75925 - Q92793 +O75925 - Q13642 +P10809 - Q07812 +P03372 + P10809 +P61604 - P10809 +Q9BZR9 - O15524 +P29350 + O15524 +O15524 + P09603 +O15524 - P10912 +O15524 - P52333 +P30530 + O15524 +O15524 - P40238 +O15524 - P14784 +Q9ULZ3 + Q07812 +Q8WXC3 - Q9ULZ3 +O15553 - Q9ULZ3 +Q9UFF9 - Q9ULZ3 +Q5XLA6 - Q9ULZ3 +Q99575 - Q9ULZ3 +Q56P42 - Q9ULZ3 +O96017 + O95997 +O14757 + O95997 +P27361 + O95997 +P10275 + Q12770 +P10275 + P20142 +Q8TDB6 + P62805 +P43235 + P09486 +P61956 - Q99607 +P61956 + Q9UKL0 +P61956 + P10276 +P04632 + P17655 +O60260 - O15354 +Q86TM6 + O15354 +Q16512 + Q14738 +P49759 + Q14738 +Q16566 + Q14738 +P27448 + Q14738 +Q6P2M8 + Q14738 +P49761 + Q14738 +O15105 + O75807 +O75807 + P36873 +P01137 - O60603 +O60603 + Q9H0E2 +P51532 + Q01831 +Q01831 + P51532 +Q92466 + Q01831 +Q13535 + Q01831 +Q01831 + Q16531 +P19447 + Q01831 +P32780 + Q01831 +O60936 + Q07812 +O60936 - Q13158 +Q149N8 + Q15819 +Q13535 + Q99708 +Q99708 + Q13535 +Q99708 - Q96T58 +O43474 - P11831 +P40763 + O43474 +P10275 + P20711 +P17676 + P18428 +Q15672 + P31751 +P31751 + P16220 +P31751 - O43524 +P67775 - P31751 +P31751 + Q00987 +O15530 + P31751 +P31751 - O43464 +P31751 - Q13188 +Q96RU7 - P31751 +P31751 + P98170 +P31751 - Q96B36 +P31751 + P03372 +P31751 + O15111 +Q15118 + P31751 +P31751 + P42345 +P42345 + P31751 +P31751 - P04792 +Q6ZVD8 - P31751 +P56278 + P31751 +P62714 - P31751 +Q9UBI6 + P31751 +P31751 + Q01860 +O95989 + P31751 +O95988 + P31751 +P35638 + P17535 +P35638 + P11215 +P35638 + O43521 +P51398 + P99999 +Q8IW41 + P23588 +P11309 + P23588 +Q16512 + P23588 +P51813 + P23588 +Q9BUB5 + P23588 +P25098 + P23588 +Q9Y2H1 + P23588 +P78362 + P23588 +Q6P3W7 + P23588 +P04626 + P21860 +P21860 + Q14451 +P10275 + P21860 +P21860 + P27986 +P21860 + P62993 +P21860 + P42338 +P21860 + Q92569 +P21860 + P48736 +O14511 + P21860 +P21860 + O00329 +O14944 + P21860 +Q9H4P4 - P21860 +P27361 - Q86UR1 +Q86UR1 + Q9Y5S8 +Q9Y5S8 + Q86UR1 +Q7Z401 - Q9NPI1 +Q15475 + Q8NES3 +Q15475 + P12644 +Q15475 + O15520 +Q15475 - Q96NX9 +Q15475 + P32242 +Q15475 + P11487 +O15519 - Q92851 +Q13158 + Q92851 +O14763 + Q92851 +Q13546 + Q92851 +Q92851 - Q13546 +P53004 + P17535 +P27361 + P17535 +O15055 + Q9Y297 +O00327 + O15055 +O15055 - O00327 +O15055 - P14859 +Q99743 + O15055 +Q9UQM7 - Q13362 +Q13362 + P23528 +Q13362 - P16220 +Q13362 - P56945 +O96017 + Q13362 +Q13362 + Q92934 +Q13362 + P18846 +P27361 - Q13362 +Q13362 - P27361 +Q13362 - Q14012 +Q13362 - Q16566 +Q13362 - P12036 +Q13362 - Q12879 +P18146 + P04085 +P18146 + P38936 +P18146 + Q13115 +P18146 - P10275 +P18146 + Q02535 +P18146 + Q92547 +Q13506 - P18146 +P40763 + P18146 +P18146 + P48023 +P18146 + P01137 +P18146 + Q15742 +Q15742 - P18146 +O95863 - P18146 +P18146 + O95863 +Q92786 - Q99684 +Q99684 - Q07812 +Q99684 + P49918 +P14921 - Q99684 +Q99684 - P14921 +O95376 - Q99684 +P51532 + P38936 +P51532 + O14746 +P51532 + P03372 +P51532 + P37275 +P15173 + P51532 +P51532 - Q969V6 +O00141 - Q99835 +Q9UMX1 - Q99835 +Q99835 + Q13009 +Q99835 + P63096 +Q9Y6C5 + Q99835 +Q99835 + P63211 +P25098 + Q99835 +Q99835 + Q2M1P5 +Q99835 + P09341 +Q99835 + P16520 +Q99835 + P63215 +Q99835 + P11488 +Q99835 + P19087 +Q99835 + P62873 +Q99835 + Q9NRP7 +P00450 - Q99835 +Q99835 + Q9UBI6 +Q99835 + P59768 +Q99835 + P62879 +Q15831 + Q9P0L2 +P53355 + Q9P0L2 +Q9P0L2 - P10636 +P05121 - P20151 +P20151 - P05121 +P08254 + P05121 +P04004 - P05121 +P05121 - P00749 +P05121 + Q07954 +P05121 - P00747 +P00750 + P05121 +P05121 - P00750 +Q9P0U3 - Q13547 +Q99417 - P01106 +Q9Y2G2 - O14727 +Q5XLA6 - Q9Y2G2 +Q92859 + P53355 +O00634 + Q92859 +Q9Y4K3 + Q13568 +Q13568 + P29460 +Q15306 - Q13568 +Q13568 + P29459 +P53350 + Q9H8V3 +Q9H8V3 + P53350 +Q86UP2 + P33176 +Q9NRI5 + P33176 +P29350 - P24394 +P29350 + O60716 +P29350 - P63261 +P29350 - P22681 +P29350 - P29597 +P29350 - P10912 +P29350 - P35968 +P29350 - P51692 +Q9UQC2 + P29350 +P29350 - P21854 +P29350 - P15498 +P29350 - Q13094 +P20273 + P29350 +P43626 + P29350 +P29350 - P43405 +P29350 - P32927 +P29350 - Q12809 +P20963 + P29350 +P29350 - Q14289 +P29350 - P14784 +P29350 - P78324 +P26715 + P29350 +P43629 + P29350 +P29350 - P78314 +P29350 - Q8WV28 +P29350 - P40259 +P43628 + P29350 +Q8N109 + P29350 +Q8NES3 + O00548 +Q9H488 + Q8NES3 +Q8NES3 + Q9NYJ7 +Q15047 - P68431 +P05112 + P24394 +P24394 + P52333 +P24394 + P78552 +P78552 + P24394 +O75159 - P24394 +P24394 + P31785 +Q15759 + Q8IW41 +Q8IW41 + P22681 +Q8IW41 + Q8WUF5 +Q8IW41 + P04792 +Q8IW41 + Q07955 +Q8IW41 + P63279 +Q8IW41 + Q9NRA8 +Q8IW41 + Q15942 +P53778 + Q8IW41 +Q8IW41 + P53778 +Q8IW41 + Q9Y534 +Q8IW41 + P47712 +Q8IW41 + P07101 +Q8IW41 + P31152 +Q8IW41 + Q7KZF4 +Q8IW41 + Q14151 +Q8IW41 + Q8WUA7 +P04626 + Q15303 +P04626 + Q14451 +P04626 + Q06124 +Q06124 - P04626 +P04626 + P27986 +P04626 - P06493 +P01135 + P04626 +P04626 + Q13153 +P04626 + P62993 +P22681 - P04626 +P04626 + P35354 +P04626 + Q05397 +P04626 + P03372 +P01137 + P04626 +P04626 - P01137 +P04626 + Q92569 +P15514 + P04626 +P51452 - P04626 +P04626 + P20936 +P04626 + Q92529 +P04626 + Q96N67 +P04626 + Q13588 +P04626 + P98077 +P06493 + Q9Y5T5 +O14558 + Q9Y243 +Q9NR48 + P68431 +P62136 - Q9UQM7 +P67775 + Q9UQM7 +Q9UQM7 + Q05397 +Q9UQM7 + Q13009 +Q9UQM7 - Q96PM5 +Q9UQM7 + Q12959 +Q9UQM7 - Q05682 +Q9UQM7 + Q15121 +Q9UQM7 + P10644 +Q9UQM7 - P14921 +Q9UQM7 + P16070 +P36873 - Q9UQM7 +Q9UQM7 - A7KAX9 +P34947 + Q9UQM7 +Q9UQM7 + Q9NZV8 +Q9UQM7 - Q96PV0 +Q9UQM7 + Q86UR5 +Q9UQM7 + Q13972 +Q9UQM7 + Q9Y2J0 +Q9UQM7 - Q9UBS5 +Q9UQM7 + P42261 +Q8NFW9 + Q9UQM7 +Q9UQM7 + P23677 +Q9UQM7 + P28329 +Q9UQM7 + P07101 +Q9UQM7 + Q06210 +Q9UQM7 - P15036 +Q9UQM7 + P48058 +Q9UQM7 - P35367 +Q9UQM7 - Q05469 +Q9UQM7 - Q4G163 +Q9UQM7 - O60266 +Q6VAB6 - P41279 +O95452 + P29033 +P29033 + O95452 +P10275 - P42575 +P42575 - Q08378 +P42575 + P99999 +Q13490 - P42575 +P42575 + Q14790 +P42575 + Q13546 +Q13546 + P42575 +P30281 + P42575 +Q5VT25 + P24844 +Q14207 + Q9BQA5 +O00141 - Q99759 +Q13164 + O00141 +O00141 - P08151 +O00141 + P16220 +O15530 + O00141 +O00141 - P10636 +Q15118 + O00141 +P42345 + O00141 +O00141 - P42858 +O00141 + P48048 +Q6A1A2 + O00141 +O00141 + Q9UN36 +P28749 + Q16254 +Q16254 - P28749 +P67775 + P28749 +P24385 - P28749 +P28749 - P01106 +P28749 + Q14186 +Q14186 - P28749 +Q14188 + P28749 +Q8IUQ4 - Q9Y6H5 +Q8IUQ4 + P37840 +Q8IUQ4 + Q96RU7 +P49137 + Q9UKV8 +Q9Y243 + Q9UKV8 +P61328 - P35498 +Q92914 - P35498 +Q92913 - P35498 +Q92915 - P35498 +P12004 + Q13112 +Q9Y294 + Q13112 +O75716 + Q13112 +P55036 + Q9Y297 +Q9Y297 - P08151 +Q9HAW4 + Q9Y297 +Q9Y297 - Q15910 +Q9Y297 - Q53EL6 +P25788 + Q9Y297 +Q9Y297 - P47736 +Q13535 - P53350 +P53350 + P37840 +O43524 + P53350 +P53350 - O60447 +Q9NQS7 + P53350 +P53350 + Q9UJX3 +P41279 + P53350 +P14635 + P53350 +P53350 + P14635 +P53350 + P08670 +P49137 + P53350 +P53350 + Q00987 +P53350 + Q13526 +Q13153 + P53350 +O15530 + P53350 +P53350 + O60216 +P53350 + P11388 +P53350 - Q13158 +Q96EP1 - P53350 +Q8TD19 + P53350 +P53350 + P01106 +P53350 + P30305 +P53350 - P51587 +P53350 + Q8N3U4 +P53350 + O14641 +P53350 + Q14203 +P53350 + P30260 +P53350 + Q96CV9 +P53350 - Q01538 +P53350 + P62826 +P53350 + P30622 +P53350 - P47736 +P53350 + Q9H1A4 +P53350 + Q9H2D6 +P53350 + Q9UJX2 +P53350 + Q9Y266 +P53350 + Q53EZ4 +P53350 + Q13042 +P53350 + Q9Y2I6 +P53350 + P23258 +P53350 + Q2M2Z5 +P53350 + Q3KR16 +P53350 + Q2NKX8 +P53350 + Q8N4N8 +P53350 - Q9UBB4 +O00139 - P53350 +P53350 + O00139 +Q8TF76 + P53350 +P53350 + Q9UKY1 +O95235 - P53350 +P53350 + Q9UJX5 +O75293 + P12004 +O75293 - P06493 +O75293 - P14635 +P41221 + O14640 +P48730 + O14640 +O14640 - O15169 +O60353 + O14640 +Q9UP38 + O14640 +P56704 + O14640 +Q9NPG1 + O14640 +P34925 + O14640 +O14640 + Q9Y4D1 +Q9HCP0 + O14640 +P31431 + O14640 +Q9UJX6 - O14640 +Q9Y283 - O14640 +Q969F2 - O14640 +Q9H2H0 - O14640 +P01100 + P24385 +P29323 + P01100 +Q15788 + P01100 +O75676 + P01100 +P27361 + P01100 +P28324 + P01100 +P01100 + P19419 +P19419 + P01100 +P01100 + P14921 +Q15853 + P01100 +P10275 + P07108 +Q15303 + P27986 +Q00987 - Q15303 +Q15303 + P62993 +P78536 + Q15303 +P22681 - Q15303 +Q15303 + P22681 +Q15303 + P03372 +Q15303 - O75081 +Q15303 + P51692 +Q15303 + P42338 +P35070 + Q15303 +Q99075 + Q15303 +Q15303 + P48736 +Q15303 + Q92529 +Q15303 + Q9H0M0 +Q9H0M0 - Q15303 +O14511 + Q15303 +Q15303 + O00329 +Q8WWG1 + Q15303 +P78352 + Q15303 +O14944 + Q15303 +Q6UW88 + Q15303 +P56975 + Q15303 +Q9H4P4 - Q15303 +Q9HCN2 + P99999 +P02751 + P62993 +P06396 + P02751 +P14210 + P02751 +P26367 + P02751 +P80370 + P02751 +P02751 + P18564 +P02751 + P16070 +P02751 + P13612 +P02679 - P02751 +P02751 + P08648 +P02751 + P34741 +P02751 + P18084 +P02751 + P05106 +P29279 + P02751 +P02751 + P26010 +P02751 + P06756 +P02751 - O75173 +P02751 + P53708 +P24821 - P02751 +P23142 - P02751 +P02751 + Q16610 +P67775 - Q99759 +Q99759 + P45985 +Q99759 + O15111 +Q99759 + P53805 +O60271 + Q99759 +Q8IVH8 + Q99759 +Q99759 + Q8IVH8 +Q6Q0C0 + Q99759 +Q9H4A3 + Q99759 +P10914 + P58876 +P42771 + Q13535 +P42771 - Q00987 +Q00987 - P42771 +P42771 - Q07817 +P42771 - P24385 +P53355 + P42771 +P01106 + P42771 +P42771 - P01106 +P61289 - P42771 +P42771 - Q14209 +Q14209 + P42771 +Q92794 + Q13950 +Q92794 + Q01196 +Q92794 + P68431 +Q05397 + Q14451 +Q02763 + Q14451 +P54762 + Q14451 +Q14451 + Q92730 +O15530 + Q12967 +P01111 + Q12967 +P62070 + Q12967 +Q12967 + P62070 +P62834 - Q12967 +P01116 + Q12967 +P35240 - Q12967 +P10114 + Q12967 +Q12967 + Q92963 +Q06124 + O14746 +Q06124 + P27986 +Q06124 - P15260 +Q06124 + P62993 +P40763 + Q06124 +Q06124 + P40763 +P29597 + Q06124 +O14543 - Q06124 +Q06124 - Q05397 +Q06124 - P10912 +P35968 + Q06124 +Q06124 - P35968 +P27361 + Q06124 +Q06124 + P27361 +P52333 + Q06124 +Q06124 + P52333 +Q06124 - P51692 +Q06124 + P31260 +Q06124 + Q8WU20 +Q8WU20 + Q06124 +Q9UQC2 + Q06124 +P48736 - Q06124 +Q06124 - P48736 +P43626 + Q06124 +Q06124 - O43609 +Q9UM73 + Q06124 +Q06124 - Q14289 +Q06124 - P35221 +P78324 + Q06124 +Q06124 - P78324 +Q06124 - Q9NWQ8 +P26715 + Q06124 +P43629 + Q06124 +Q06124 - O95297 +P43628 + Q06124 +Q06124 - Q8N109 +Q8N109 + Q06124 +P36897 - Q03167 +Q03167 + P01137 +P61812 + Q03167 +P04085 + P16234 +Q7L590 + P09884 +Q7L590 - O94761 +Q13535 + P33991 +P06493 - P33991 +O00311 + P33991 +Q9BVW5 + P33991 +P38936 - P12004 +P12004 - Q9UQ84 +P06493 - P12004 +P61088 + P12004 +P12004 + Q9HCU8 +P10914 + P12004 +P12004 - P30281 +Q14209 + P12004 +O95257 + P12004 +P12004 + Q15054 +Q07864 + P12004 +P04053 - P12004 +Q13164 + Q02078 +Q13164 - P29590 +Q13164 + P22736 +Q13164 + Q14814 +Q13164 + P14921 +Q13164 + Q06413 +Q13164 + Q15256 +P55036 + Q15369 +O75496 - Q9H211 +Q9H211 - O75496 +Q13627 + P08151 +O00422 - P08151 +Q2M1P5 + P08151 +O43312 + P08151 +Q9NRP7 + P08151 +O75197 + O15169 +O00755 + O75197 +Q9H461 + O75197 +O00744 + O75197 +Q9H1J5 + O75197 +P56704 + O75197 +Q9Y6F9 + O75197 +Q9GZT5 + O75197 +O14904 + O75197 +Q93097 + O75197 +Q9H1J7 + O75197 +O14905 + O75197 +P56706 + O75197 +Q9BQB4 + O75197 +P51965 - P54253 +Q05086 + P51965 +P11473 + P11712 +P50607 + P27361 +Q92466 - P38936 +P11309 + P38936 +P38936 - P06493 +P38936 - P14635 +Q00987 - P38936 +P38936 - P24385 +Q5VTD9 - P38936 +P38936 - P40763 +P63208 - P38936 +Q9P287 + P38936 +P01106 - P38936 +P38936 - P01106 +P38936 - P30281 +Q9P1W9 + P38936 +P38936 - Q00526 +Q99816 - P38936 +P38936 - O96020 +P38936 + O95865 +O75676 + P06733 +P34947 + P06733 +Q9UEE5 + P06733 +P62913 - Q9Y4A5 +Q9Y4A5 + P01106 +P63098 + Q14934 +P63098 + Q12968 +Q15759 + Q15672 +P40763 + Q15672 +Q15672 - P01033 +P27361 + Q15672 +Q9GZU7 - Q15672 +Q6P2H3 + P49736 +P01106 + P60842 +P60842 + Q14240 +Q15056 + P60842 +Q14152 + P60842 +P23528 + P68133 +Q04917 - P23528 +P36873 + P23528 +Q13418 - P23528 +P23528 + Q8WYL5 +Q8WYL5 + P23528 +Q92466 - Q16531 +Q9UPU5 + Q92466 +P46821 + P53355 +P53355 + P46821 +Q6W2J9 + Q99496 +Q14790 + Q9UKL3 +Q9UKL3 + Q14790 +P60520 + Q13501 +P06493 + Q13501 +Q14596 + Q13501 +Q8IZQ1 + Q13501 +Q13501 + Q9Y4K3 +Q13501 + Q13546 +P20749 - O95999 +Q13489 + O95999 +O14543 - O95999 +O95999 + O15111 +Q9BXL7 + O95999 +Q96LW7 - O95999 +O00255 - O14746 +Q96AP0 + O14746 +Q9NUX5 + O14746 +P45985 + Q15759 +Q15759 + Q8WUF5 +Q15759 + O14543 +Q15759 - P30305 +Q15759 + P15336 +P52564 + Q15759 +Q15759 + P28324 +Q92731 + Q15759 +Q15759 + P19419 +O60271 + Q15759 +Q9Y6W6 - Q15759 +Q9BY84 - Q15759 +P27361 + Q13115 +Q14814 + Q02078 +Q02078 + Q9UQL6 +Q9UQL6 - Q02078 +Q13469 + Q02078 +Q02078 + Q9UKV0 +Q9UKV0 + Q02078 +Q86Y97 + P62805 +P63165 - Q99607 +P29590 + Q99607 +Q9NQR1 - P62805 +P06493 - Q9NQR1 +Q9NZJ0 - Q9NQR1 +Q9UNH5 - Q9NQR1 +O60260 - Q9UHX1 +Q9UHX1 - P01106 +Q9H063 - P20226 +P67870 + P20226 +P52657 + P20226 +P36508 - P20226 +Q92759 + P20226 +O14981 + P20226 +P17706 - P40763 +P17706 - P35968 +P17706 - P51692 +P56199 + P17706 +Q9H0K1 - Q9BV73 +Q15154 + Q9BV73 +O15357 - Q9ULV8 +Q14155 - Q9ULV8 +Q96JA1 + Q9ULV8 +Q9ULV8 - Q96JA1 +P03372 + Q5T9C2 +Q13535 - Q9HAW4 +Q16254 - Q9HAW4 +O14757 + Q9HAW4 +Q9HAW4 + P63146 +Q9HAW4 + Q99638 +Q93009 + Q9HAW4 +Q9UKB1 - Q9HAW4 +Q9BTU6 - Q9HAW4 +Q16821 + P13807 +P49137 + P16220 +P16220 + P19883 +Q9Y243 + P16220 +P16220 + Q53ET0 +Q53ET0 + P16220 +O75676 + P16220 +P16220 + P07864 +Q92993 - P16220 +Q92793 + P16220 +P36873 - P16220 +Q14012 + P16220 +P16220 + Q00403 +Q16566 + P16220 +Q03060 - P16220 +Q13237 + P16220 +P16220 + P39905 +P39905 + P16220 +Q6SA08 + P16220 +Q13557 + P16220 +P35680 + P16220 +P16104 + Q8NEM0 +Q8NEM0 + P51587 +Q92622 - Q8NEB9 +Q9P2Y5 + Q92622 +P11473 + P19793 +P19793 + P11473 +Q15788 + P11473 +Q92793 + P11473 +Q13573 + P11473 +P11473 + P28702 +P28702 + P11473 +P41229 - P68431 +Q9NRC8 + Q9H9Y6 +O15455 + Q9Y4K3 +O15455 + Q8N5C8 +P40763 + P41221 +P41221 + Q9UBE8 +P41221 + Q01973 +P41221 + O60353 +P41221 + Q9UP38 +P41221 + Q9ULV1 +Q9Y5W5 - P41221 +P41221 + Q9NPG1 +O75487 + P41221 +P16104 + Q13535 +Q13535 + P16104 +Q13535 + O96017 +Q13535 + O14757 +Q13535 + O60934 +Q13535 - Q00987 +Q13535 + Q92547 +Q92547 + Q13535 +Q13535 + Q6PCD5 +Q13535 + Q8WXE1 +Q8WXE1 + Q13535 +O60671 + Q13535 +Q13535 + O60671 +Q13535 + Q9BXW9 +Q13535 + O15360 +Q13535 + Q96RL1 +Q13535 + Q9NVI1 +Q13535 + P49736 +O43324 + Q13535 +Q13535 + P15927 +Q8N726 + Q13535 +Q8N2W9 - P10275 +Q8N2W9 + Q9UJU2 +Q8N2W9 + P15927 +O95352 + Q9NT62 +O15519 - Q9NT62 +O15047 + O43521 +O15047 + P68431 +Q6GPH4 - Q13489 +Q6GPH4 - P98170 +Q6GPH4 - Q13490 +P19338 - Q00987 +Q9UEE5 + P19338 +P19338 - P10243 +P19338 + P68871 +P49137 + P11831 +P63165 - P11831 +P11831 + Q14192 +P54821 + P11831 +Q8IZQ8 + P11831 +Q969V6 + P11831 +Q9ULH7 + P11831 +P11831 + P43694 +P43694 + P11831 +O75716 + P11831 +Q8WXG9 + Q9P202 +O00255 + P31274 +P11215 + P05362 +Q14773 + P11215 +P60520 + O95352 +O94817 + O95352 +O95352 + O94817 +O95352 + Q9H0Y0 +O95352 + Q9H1Y0 +P27361 + O60504 +O43463 - P68431 +O43463 + Q13465 +P17844 + P10275 +P10275 - O43524 +P10275 + P19793 +P19793 + P10275 +P10275 + P27986 +P06493 + P10275 +Q00987 - P10275 +P10275 + Q13794 +P10275 + Q6IWH7 +P10275 + P20151 +P10275 + O15519 +P40763 - P10275 +P06396 + P10275 +P10275 + O75376 +P03372 + P10275 +P10275 + P03372 +Q06830 + P10275 +Q96PM5 + P10275 +Q6ZMT4 + P10275 +P10275 + Q13285 +Q15910 + P10275 +P10275 + P52788 +P10275 + P02795 +P10275 + P08253 +P10275 + P04792 +Q92993 + P10275 +Q92793 + P10275 +Q14790 - P10275 +P10275 + P27361 +P10275 + P63279 +P63279 + P10275 +P10275 + Q14192 +Q14192 + P10275 +P15884 - P10275 +Q07912 + P10275 +O75928 - P10275 +Q16512 + P10275 +O43294 + P10275 +P62826 + P10275 +Q8TAE8 - P10275 +Q14686 + P10275 +P35869 + P10275 +P10275 - Q99497 +P16591 + P10275 +P55317 - P10275 +Q9NQU5 + P10275 +Q9UKW4 + P10275 +Q9UQ80 - P10275 +Q13772 + P10275 +O15164 + P10275 +O96028 + P10275 +O95425 + P10275 +O14976 + P10275 +Q9BQA1 + P10275 +Q9ULJ6 + P10275 +P51843 - P10275 +Q9UBS8 - P10275 +Q9UBR4 + P61371 +Q9UBR4 + Q96A47 +P67775 - P37840 +P04792 - P37840 +P37840 - P04792 +P37840 + P27361 +P09769 + P37840 +Q13627 + P37840 +Q16143 - P37840 +P25098 - P37840 +Q99497 - P37840 +P37840 - P07101 +P62714 - P37840 +Q5S007 + P37840 +O94811 + P37840 +Q92876 - P37840 +Q9Y4P1 + P60520 +Q96A56 + P60520 +Q14596 + P60520 +Q8IXH6 + P60520 +O15350 + Q96PG8 +O14757 + O15350 +O15350 + Q96A56 +O15350 + Q00987 +Q13526 + O15350 +P62913 + O15350 +Q96PM5 + O15350 +O15350 - Q9P2Y5 +O15350 + P29590 +O15350 + P55212 +Q14790 + O15350 +Q9NZC7 - O15350 +P46777 + O15350 +P0C2W1 + O15350 +P09668 + P07988 +Q14191 + Q9HCU8 +Q14191 + Q96FI4 +Q92793 + Q14191 +P16333 + Q13177 +Q13177 - P01106 +Q13177 - Q15746 +Q13177 + Q14155 +Q13177 + P01236 +Q9BUB5 + Q13177 +Q13177 + Q15052 +Q96PG8 - Q07817 +Q96PG8 - Q16548 +Q07820 - Q96PG8 +Q96PG8 - Q07820 +Q96PG8 + Q07812 +Q96PG8 - Q92843 +Q02535 - Q92858 +Q13547 + P62805 +Q9BQA5 + P62805 +Q9BY41 + P62805 +Q9Y294 + P62805 +Q15788 + P62805 +Q92993 + P62805 +Q9UQL6 + P62805 +Q9H160 + P61201 +P05114 - Q86U86 +Q6ZRS2 + Q92793 +Q86YT6 - P53355 +Q86YT6 + O00548 +Q86YT6 + Q9NR61 +Q86YT6 + Q9NYJ7 +Q86YT6 - P34925 +Q86YT6 - Q16637 +P56945 + Q13905 +P27986 + P56945 +P56945 + P27986 +P67775 - P56945 +Q05397 + P56945 +P10586 - P56945 +Q07912 + P56945 +Q13882 + P56945 +P56945 + Q14185 +P16591 - P56945 +P18433 - P56945 +Q15678 - P56945 +Q9HD43 - P56945 +O75365 - P56945 +Q05209 - P56945 +O60716 + P19022 +O60716 + P52735 +O60716 + P33151 +O60716 + P16591 +P16591 - O60716 +Q12913 + O60716 +O60716 + O60331 +O60716 + P22223 +P28827 + O60716 +O60716 - Q86T24 +Q92547 + O75419 +P06493 + O43663 +O95239 + O43663 +Q96KB5 + O43663 +P16104 + O60934 +Q9UIG0 + P16104 +P60510 - P16104 +Q99504 - P16104 +Q13905 + P01111 +Q13905 + P62834 +Q13905 + P61224 +Q13635 + P14635 +P08123 + P08514 +P08123 + P16070 +P08123 + P05106 +P17844 + Q13547 +O96017 + Q9Y3F4 +O15530 + Q9Y3F4 +P36897 - Q9Y3F4 +O15105 + Q9Y3F4 +P06493 + Q16659 +P53355 - Q16659 +Q16828 - Q16659 +Q16659 + Q13415 +Q9UNH5 - Q16659 +Q16659 + Q96HC4 +P11309 - O43524 +P11309 + Q00987 +P11309 - Q92934 +P40763 + P11309 +P11309 + P68431 +P11309 + O95644 +P11309 + Q99576 +P11309 + Q14934 +P11309 + P39019 +P11309 - P27448 +P11309 + P56693 +P11309 + P23497 +P11309 + P50747 +P63165 + P35398 +P53355 + P14618 +P14618 + P40763 +P21802 + P14618 +Q6P3W7 + P14618 +Q9NWT1 - Q13153 +Q16254 - P06493 +Q16254 - P14635 +P17676 + Q16254 +P67775 + O43524 +Q9Y243 - O43524 +O15111 - O43524 +P27361 - O43524 +P60510 + O43524 +Q13627 - O43524 +Q13131 + O43524 +Q96BR1 - O43524 +Q9HBY8 - O43524 +O43521 - Q07817 +Q07817 - O43521 +O43521 - Q16548 +O43521 - Q07820 +Q07820 - O43521 +O43521 + Q07812 +O43521 + P21796 +O43521 - Q92843 +Q92843 - O43521 +P01106 + O43521 +P27361 - O43521 +P23468 - P40763 +P13236 + P51681 +P13236 + P51677 +P13236 - P10147 +P13236 + P32246 +P13236 + P51685 +P13236 + P32302 +O15111 - Q9BUZ4 +P67775 + O96017 +O96017 + O14757 +O60934 + O96017 +Q00987 + O96017 +P50750 + O96017 +O96017 + Q8WUF5 +O96017 - Q9Y294 +O96017 - P10636 +P67870 - O96017 +O96017 + Q15942 +O96017 - Q13972 +P62714 + O96017 +P27448 + O96017 +O96017 + P56693 +O96017 + Q6GQQ9 +P01588 + Q9UIK4 +Q9NRW4 - P03372 +P53004 + P09601 +P09601 - P69905 +P25713 + P09601 +Q99653 + Q13153 +P06493 + P19793 +P45985 - P19793 +P03372 + P19793 +P19793 + P03372 +P19793 + P22736 +P22736 - P19793 +O75469 + P19793 +P19793 + O75469 +P27361 + P19793 +P10276 + P19793 +P19793 + P10276 +P10826 + P19793 +P19793 + P10826 +P10828 + P19793 +P19793 + P10828 +P19793 + P32189 +P13631 + P19793 +P19793 + Q03181 +Q03181 + P19793 +P10827 + P19793 +P19793 + P10827 +P19793 + Q13133 +Q13133 + P19793 +Q15466 + P19793 +P19793 + Q96RI1 +Q96RI1 + P19793 +P19793 + P24468 +P24468 + P19793 +P19793 + P55055 +P55055 + P19793 +P10589 + P19793 +Q9H0Y0 + O94817 +Q8IZQ1 + O94817 +O94817 + Q9H1Y0 +P18846 + Q8IXS2 +O14717 - Q9ULG6 +P27986 + O15530 +P16871 + P27986 +P22681 - P27986 +P19022 + P27986 +P29597 + P27986 +P27986 + Q05397 +Q05397 + P27986 +P14778 + P27986 +P03372 + P27986 +P27986 + P48023 +P10912 + P27986 +P36897 + P27986 +P01137 + P27986 +P62070 + P27986 +P27986 + P42338 +Q13191 + P27986 +Q9UQC2 + P27986 +P15498 + P27986 +P27986 + P15498 +P43405 + P27986 +P63092 + P27986 +Q06418 + P27986 +P35221 + P27986 +P16234 + P27986 +O14654 + P27986 +Q15464 + P27986 +P07332 + P27986 +Q12913 - P27986 +P07766 + P27986 +Q9Y6W8 + P27986 +P56645 - O00327 +Q14995 - O00327 +O00327 + P20393 +P20393 - O00327 +O00327 + Q49AN0 +Q49AN0 - O00327 +O00327 - Q9UJ55 +O14503 - O00327 +Q15831 - Q13153 +P27361 - Q15831 +Q15831 + O60285 +Q15831 + Q13131 +Q9UKG1 + Q15831 +Q15831 + Q9H0K1 +Q15831 + Q14680 +Q15831 + Q9Y2K2 +Q15831 + Q9H093 +Q15831 + Q8IWQ3 +Q15831 + P27448 +Q15831 + Q96L34 +Q15831 + Q9NRH2 +Q15831 + Q8TDC3 +Q15831 + P57059 +Q15831 + Q7RTN6 +Q15831 + Q00341 +Q15831 + P43268 +Q15831 + Q14151 +Q15831 + P05060 +Q96LA8 - P68431 +P06493 - P62136 +P62136 - P51955 +P62136 + Q00987 +P62136 + Q13547 +P62136 + Q92934 +P62136 - P40763 +P62136 - O15169 +P62136 - P27361 +P62136 + P30281 +P62136 + P07737 +O15105 + P62136 +P62136 + P37023 +O95405 - P62136 +Q9UQ13 + P62136 +Q13522 - P62136 +P41236 - P62136 +P62136 + Q13422 +P06493 + Q9NQS7 +P61024 + P06493 +P06493 + O14757 +P14635 + P06493 +P06493 + Q13950 +P78344 + P06493 +Q13526 - P06493 +P06493 - Q8NEB9 +P06493 + Q99638 +P06493 - P52926 +P06493 + P15531 +P06493 + Q92934 +P06493 + Q07820 +P06493 + P02545 +P06493 + O15287 +P06493 + Q9UM11 +Q9UM11 - P06493 +P06493 - Q06830 +P06493 + P67870 +P06493 + P30305 +P30305 + P06493 +P06493 - Q15910 +Q96JB5 + P06493 +P06493 - P29590 +P06493 + O00311 +P06493 - O15151 +P06493 + P15927 +P06493 + Q92993 +P06493 - Q14790 +P06493 - Q9UNZ2 +P06493 + Q07666 +O95257 - P06493 +P06493 + P30260 +P06493 + Q15942 +Q01538 - P06493 +P06493 - O00571 +P06493 + P23396 +P06493 + P52948 +P06493 - Q9Y3Z3 +P06493 - Q15149 +P06493 - P12272 +P06493 - O00418 +P06493 + Q9H1A4 +Q9H1A4 - P06493 +P06493 + O00562 +P06493 + Q9UJX2 +Q9UJX2 - P06493 +P06493 - P39880 +P06493 - O00443 +P06493 + Q06481 +P06493 + O14994 +P06493 - P50548 +P06493 + Q9NXR1 +P06493 - Q53EZ4 +P06493 + Q13042 +Q13042 - P06493 +P06493 - P04183 +P06493 + Q9Y6I3 +P06493 + Q8WWK9 +P06493 + Q13415 +P06493 - Q86WB0 +P06493 + P22314 +P06493 + P29692 +P06493 + Q14807 +P06493 + Q2NKX8 +P06493 + Q8TAP9 +P06493 - P48200 +P06493 - Q14739 +P06493 - Q9BXS6 +P06493 + Q01167 +P06493 - Q9UKX7 +P06493 - Q9NZH5 +P06493 + Q9UM13 +Q9UM13 - P06493 +P06493 + Q9UJX5 +Q9UJX5 - P06493 +P06493 - O95067 +Q9UGL1 + P55316 +Q86XK2 - Q9NZJ0 +Q9UJX3 + Q9UM11 +P04792 + Q9UJX3 +P30260 + Q9UJX3 +Q9UJX3 + P30260 +Q9H1A4 + Q9UJX3 +Q9UJX3 + Q9H1A4 +Q9UJX2 + Q9UJX3 +Q9UJX3 + Q9UJX2 +Q9UJX3 + Q9UJX6 +Q9UJX6 + Q9UJX3 +Q13042 + Q9UJX3 +Q9UJX3 + Q13042 +Q9UJX3 + Q9UM13 +Q9UM13 + Q9UJX3 +Q9UJX3 + Q9UJX5 +Q9UJX5 + Q9UJX3 +Q9UJX3 + Q9UJX4 +Q9UJX4 + Q9UJX3 +P17676 + P02763 +O00463 - P25942 +P67775 - O14757 +P67775 + Q00987 +P67775 - Q13153 +P67775 - Q9Y243 +P67775 - Q13188 +P67775 + O15169 +P67775 + P01106 +P67775 - Q9BXL7 +P67775 - P27361 +P67775 + Q8WUI4 +P67775 + P25025 +P67775 + P13639 +P67775 - Q9BUB5 +P67775 - P23396 +P67775 - P32519 +P67775 + Q12800 +P67775 - Q8TD08 +Q16549 + P67775 +P67775 - Q9UPZ9 +P63151 - P67775 +P30153 + P67775 +P78318 + P67775 +Q96LW2 + P67775 +Q9Y4P1 + Q9BXW4 +P41279 + P45985 +P41279 + O14757 +P41279 + O15111 +P41279 + Q8N5S9 +P55010 - P20042 +Q13144 + P20042 +P20749 + Q13547 +P27361 + P20749 +P78362 + P20749 +Q6UUV7 + P20749 +Q14296 + P31483 +O14733 + P45985 +P45985 + O15151 +Q9NYL2 + P45985 +O60271 + P45985 +P45985 + Q14240 +Q16584 + P45985 +Q9UPT6 + P45985 +P45985 + P53778 +Q9UL54 + P45985 +Q02779 + P45985 +O95382 + P45985 +Q12852 + P45985 +Q13188 + P51955 +P51955 + Q8NG66 +P51955 + O14733 +P51955 + Q07955 +P51955 + Q9NRA8 +P51955 + Q15942 +P51955 - P36873 +P51955 + O15164 +P51955 + Q15154 +Q15154 + P51955 +P51955 + Q14151 +P51610 - Q13105 +Q13105 - P51610 +P01106 - Q13105 +Q13105 - P42772 +O14757 + P63146 +O14757 - Q16531 +Q16531 - O14757 +O14757 + Q9BXW9 +P67870 + O14757 +O14757 + O15360 +O14757 + Q8NG66 +Q96JB5 - O14757 +O14757 + O00311 +O14757 - O15151 +O14757 - P68431 +O14757 + P51587 +O60285 + O14757 +O14757 + P84243 +O14757 - P43405 +P62714 - O14757 +Q96S53 + O14757 +Q00526 + O14757 +Q86Z02 + O14757 +Q8TEK3 + P01106 +Q8TEK3 + P68431 +P15336 + P18847 +Q13526 - P14635 +Q9UM11 - P14635 +Q14209 + P14635 +O95257 - P14635 +P14635 + P30260 +P30260 - P14635 +Q96KB5 + P14635 +P14635 + Q9UJX5 +Q9UJX5 - P14635 +P15927 + O60934 +Q9NSU2 + O60934 +P61073 + P40763 +P61073 + Q05397 +P51681 + P61073 +P61073 + P63096 +P63096 + P61073 +P61073 + P52333 +P61073 + P51692 +P61073 + P48736 +P61073 + P62937 +P62937 - P61073 +P04233 + P61073 +P61073 - P04233 +P43250 - P61073 +P35626 + P61073 +P54578 + P61073 +O95715 + P61073 +P49137 + P08670 +Q13153 + P08670 +Q16512 + P08670 +Q9BXW9 + Q9Y2M0 +Q9UJU2 - Q13950 +P17676 + Q13950 +P01137 - Q13950 +Q13950 + Q92793 +P27361 + Q13950 +Q14192 + Q13950 +Q8WUI4 - Q13950 +Q13950 + P05186 +Q9UQL6 - Q13950 +O60479 + Q13950 +P12643 + Q13950 +Q13950 + P12643 +Q8WYB5 + Q13950 +P48730 - Q9UJU2 +Q99697 + Q9UJU2 +Q9UJU2 + Q99697 +Q04724 + Q9UJU2 +Q9UJU2 + Q04724 +Q04725 - Q9UJU2 +Q9UJU2 + P47902 +P30968 - P01033 +Q13285 + P30968 +P30968 + Q5JWF2 +P30968 + P63096 +P30968 + P13521 +P30968 + P50281 +O43555 + P30968 +O75676 + Q9UMX1 +Q9UMX1 + O00422 +Q9UKB1 + Q9UMX1 +O43312 + Q9UMX1 +Q9UMX1 - Q8NEA6 +Q9NRP7 + Q9UMX1 +Q9H4A3 + Q9UMX1 +Q9UMX1 - Q9BZE0 +Q56UN5 + Q9UMX1 +Q15233 + P11387 +O14543 + Q14765 +Q14765 + O14543 +Q5VWK5 + Q14765 +Q9GZX6 + Q08334 +P22301 + Q08334 +Q08334 + P29597 +Q9NPH9 + Q08334 +Q8IZI9 + Q08334 +Q8IU54 + Q08334 +Q8IZJ0 + Q08334 +P78352 + P78559 +P49137 + Q00987 +P49137 - Q92574 +P49137 - P30305 +P27361 + P49137 +P49137 + O15511 +P49137 + P07101 +P49137 + Q9NY61 +P49137 + P33241 +Q13323 - Q07817 +Q92843 - Q13323 +P78344 + P98170 +P78344 + Q13490 +P78344 + O14727 +Q96A56 + Q9BXW4 +O43307 + Q9NQX3 +Q9UKN7 + Q9P202 +Q00987 - P61978 +O15530 + Q00987 +P48730 - Q00987 +P63165 + Q00987 +Q92841 + Q00987 +Q9NS23 - Q00987 +P62913 - Q00987 +Q8TD19 + Q00987 +Q00987 + P29590 +O75676 + Q00987 +Q00987 - Q7LG56 +Q93009 + Q00987 +Q8WWW0 - Q00987 +Q00987 - Q92993 +P63279 + Q00987 +Q00987 - Q9NXV6 +P26447 - Q00987 +Q04771 + Q00987 +Q00987 - P00374 +Q00987 - Q99466 +P36873 + Q00987 +Q96SB4 + Q00987 +P28072 + Q00987 +Q9UEE5 + Q00987 +P62714 + Q00987 +Q00987 - Q8N726 +Q8N726 - Q00987 +P78362 + Q00987 +Q9NQU5 + Q00987 +P49760 + Q00987 +Q6P2M8 + Q00987 +O75832 - Q00987 +Q99816 - Q00987 +Q59H18 + Q00987 +Q00987 + P0CG47 +Q96DY7 + Q00987 +P51956 + Q00987 +P06396 + P63261 +Q92558 + P63261 +Q8TAK5 - P51610 +Q06547 - P51610 +Q13547 - P01106 +Q01196 + Q13547 +Q13547 + Q92793 +P63279 + Q13547 +Q13547 - O95863 +Q13547 + Q04724 +P19784 + Q13547 +Q8N726 - Q13547 +Q01664 + Q13547 +Q13547 - Q13351 +Q6W2J9 + Q13547 +O96028 + Q13547 +Q13547 - O43623 +Q13465 + Q13547 +P01241 + P16471 +P01236 + P16471 +O14508 - P16471 +P53355 - Q13526 +Q13526 + P10636 +Q13526 + P01106 +Q16584 + Q13526 +Q15468 + Q13526 +Q13153 + P61978 +O15530 + Q13153 +Q13153 + O00255 +P62993 + Q13153 +Q15078 - Q13153 +Q7L0Q8 + Q13153 +Q13153 + Q8WUF5 +Q13153 - Q92934 +Q05397 + Q13153 +Q13153 + P03372 +Q06787 + Q13153 +P16333 + Q13153 +Q13153 + P16333 +Q15118 + Q13153 +Q13153 + Q8N5S9 +Q13153 + O15151 +Q13153 + P10398 +Q13153 + P68431 +P27361 - Q13153 +Q13153 + Q07955 +Q13153 - Q15746 +Q15746 - Q13153 +O43639 + Q13153 +Q13153 + Q14155 +Q13153 + O95863 +Q13153 - Q92974 +P35240 - Q13153 +Q13153 + Q14934 +Q13153 + P78545 +Q13153 + Q13418 +Q13153 + P14598 +Q13153 + P36871 +Q13153 + Q15052 +Q15052 + Q13153 +Q13153 + Q9NYB9 +Q13153 + Q99426 +O95747 - Q13153 +Q13153 + Q9UQ80 +Q13153 + Q13352 +Q13153 + P56693 +P18669 - Q13153 +Q13153 - P18669 +Q13153 + Q6NZY4 +Q13153 + Q15056 +Q13153 + O95361 +P19883 - P08476 +P19883 - Q12841 +P19883 - P58166 +O15530 + P61978 +P29597 + P61978 +Q06187 + P61978 +P27361 - P61978 +P61978 - Q07666 +P09769 + P61978 +P51813 + P61978 +Q96SB4 + P61978 +P19784 + P61978 +P54753 + P61978 +Q6P3W7 + P61978 +P51956 + P61978 +P42684 + P17931 +Q9GZX6 + Q9UHF4 +Q9GZX6 + Q8N6P7 +Q969J5 + Q9GZX6 +Q99570 + Q8NEB9 +Q9P2Y5 + Q99570 +Q99570 + Q92625 +Q96RR4 + Q8NEB9 +Q9P2Y5 + Q8NEB9 +Q8NEB9 + O15151 +Q9Y371 + Q8NEB9 +Q96F24 + Q8NEB9 +Q8NEB9 + O75494 +Q8NEB9 + Q92625 +Q8NEB9 + Q08170 +Q92547 + Q99638 +Q99638 + Q92547 +Q8WXE1 + Q92547 +Q92547 + Q8WXE1 +Q92547 + P09884 +O60671 + Q92547 +P29590 + Q92547 +Q99638 - Q07817 +Q07817 - Q13794 +Q13794 - Q07817 +Q07817 - P99999 +P17655 - Q07817 +O15304 - Q07817 +P40763 + Q07817 +Q07817 - Q07812 +Q9H2V7 - Q07817 +Q07817 - P21796 +Q96LC9 - Q07817 +Q9BXH1 - Q07817 +P51572 + Q07817 +Q96BY2 - Q07817 +Q9UKI8 + Q99638 +P15927 + Q99638 +O15530 + Q9Y243 +Q9Y243 - Q13188 +Q9Y4K3 + Q9Y243 +Q96B36 - Q9Y243 +Q9Y243 - Q96B36 +Q9Y243 + O15111 +Q15118 + Q9Y243 +Q9Y243 - P04792 +Q6ZVD8 - Q9Y243 +P56278 + Q9Y243 +O95990 + Q9Y243 +P62714 - Q9Y243 +Q9Y243 + Q01860 +Q9Y243 + O15119 +Q9BXW4 - Q14596 +Q13794 - Q16548 +Q13794 - Q07820 +Q13794 + Q07812 +O14543 - P15260 +Q8IWV7 + O94761 +Q9BQA5 + P33552 +O15530 + Q9BXL7 +P42345 + O15530 +O15530 + Q9NRA8 +O15530 + Q04917 +O15530 + Q16512 +P48736 + O15530 +O15530 + P43403 +O15530 + Q9UBS0 +Q13418 + O15530 +Q00005 - O15530 +O15530 + Q96BR1 +O15530 + P29692 +O15530 + P05106 +O15530 + Q9HBY8 +O15530 + Q00341 +O15530 + Q96HC4 +O15530 + Q8WUA7 +P03372 + P04155 +Q9BYH8 - P40763 +Q9H0Y0 + Q9H1Y0 +O43464 - Q13489 +Q07812 + O43464 +O43464 - P98170 +O43464 - Q13490 +O43464 - Q15121 +P27361 + Q9UIG0 +P10599 + P03372 +P10599 - P31689 +P78543 - P24385 +P78543 + P17482 +Q92934 + P99999 +P99999 + Q07812 +Q07812 + P99999 +O14727 + P99999 +P99999 + O14727 +P04792 - P99999 +Q14790 + P99999 +O94813 + Q9Y6N7 +Q9Y6N7 - O94813 +O75093 + Q9Y6N7 +Q9Y6N7 + O75044 +P03372 + P11166 +Q96KQ7 - P68431 +Q13131 - Q53ET0 +Q9H0K1 - Q53ET0 +Q9Y2K2 - Q53ET0 +P57059 - Q53ET0 +Q15633 + Q9UPY3 +Q9UPY3 + Q15633 +O00255 + Q9BXW9 +P01111 + P10398 +P01111 + Q8WWW0 +P01111 + P42338 +P01111 + P48736 +P20936 - P01111 +P46940 - P01111 +P10114 + P01111 +Q96PV0 - P01111 +Q13972 + P01111 +O43374 - P01111 +Q92565 + P01111 +Q8TEU7 + P01111 +Q0VAM2 + P01111 +Q8N431 + P01111 +Q8N9B8 + P01111 +Q7LDG7 + P01111 +P48730 + Q8WUF5 +P48730 - P10636 +O15169 + P48730 +P48730 + O15169 +P48730 + Q96T88 +P48730 + O14641 +P48730 + P02810 +P48730 + P43629 +Q9UIK4 + P05976 +O15550 + P68431 +P07858 + Q9NYA1 +P07858 + P00749 +P11021 - O75460 +P15927 + Q8WXE1 +P62993 + Q7L0Q8 +P22681 + P62993 +P62993 + P22681 +P62993 + Q05397 +Q05397 + P62993 +P62993 + P29323 +Q06187 + P62993 +P35968 + P62993 +P10747 + P62993 +P62993 - Q9UKT9 +P62993 + Q07666 +P21802 + P62993 +P62993 + Q07890 +P62993 + P19419 +Q8WU20 + P62993 +P62993 + P52735 +P62993 - P01023 +P62993 + Q9UQC2 +P15498 + P62993 +Q13094 + P62993 +P62993 + Q92918 +P62993 + Q08881 +O43609 - P62993 +P62993 + O43609 +P43405 + P62993 +P20936 + P62993 +Q92529 + P62993 +P31785 + P62993 +P35916 + P62993 +Q14289 + P62993 +P14784 + P62993 +P08138 + P62993 +Q12796 - P62993 +P16234 + P62993 +P98077 + P62993 +Q01362 + P62993 +O14654 + P62993 +O43597 - P62993 +P01019 + P62993 +P62993 + Q5VWX1 +P53680 + P62993 +P35462 + P62993 +P62993 + Q92558 +P78352 + P62993 +P09455 + P62993 +P62993 - P18433 +P42566 + P62993 +A9UF07 - P62993 +Q8WV28 + P62993 +Q92738 + P62993 +O95782 + P62993 +Q6S5L8 + P62993 +Q13287 - P01106 +P19784 + Q13287 +P78556 + P49682 +P51671 + P49682 +P02776 + P49682 +Q99731 + P49682 +Q99616 + P49682 +P80098 + P49682 +O43927 + P49682 +P24385 - P40763 +P40763 + P24385 +P03372 + P24385 +P24385 + P03372 +P24385 + O15111 +Q9Y463 - P24385 +Q13627 - P24385 +Q8N726 - P24385 +P17655 + Q15078 +Q9H0K1 - Q15078 +Q6ZMQ8 + Q15078 +P15882 + Q15078 +Q15078 - Q8IWU2 +Q15078 + Q14990 +P50750 - Q96PM5 +O60885 + P50750 +P50750 + P14921 +P36873 + P50750 +O75688 - P50750 +P50750 + P26599 +P50750 + O00267 +P50750 + P35269 +P50750 + Q9Y5B0 +P50750 + Q8WUM0 +P53004 + P15336 +Q92858 + Q9BZE3 +P61201 + P55209 +Q9Y4K3 + P61088 +P04792 + P61088 +P61088 + Q13404 +P05112 + P78552 +P05112 + P31785 +P03372 + Q16352 +P27361 + P78536 +P16871 + P52333 +P52333 + P16871 +P16871 + P51692 +P16871 + Q9HC73 +P16871 + Q14289 +P13232 + P16871 +Q969D9 + P16871 +Q92574 - Q15382 +Q15382 + Q8N122 +Q15382 + Q9BVC4 +Q15382 + P42345 +Q13188 + Q9NRM7 +Q9NS23 + Q13188 +Q13188 + Q9NRA8 +Q9UL54 + Q13188 +Q7L7X3 + Q13188 +Q13188 + Q7L9L4 +Q13188 + Q9H4B6 +Q9H4B6 + Q13188 +Q13188 + Q9H8S9 +Q6ZTQ3 - Q13188 +Q9H2K8 + Q13188 +Q13188 + Q9Y3A3 +Q9H2L5 - Q13188 +P53355 - Q96RR4 +P10586 + P53355 +P27361 + P53355 +P53355 - P27361 +Q9H5I1 - P68431 +P01583 + P14778 +Q14790 + Q15311 +Q8NFH8 - Q15311 +O14492 + P22681 +O14492 + P52735 +P30086 - O15111 +P30086 + O95819 +P27361 + P05976 +P17655 - P10636 +P27361 + P17655 +P20810 - P17655 +P17655 - Q9HBL0 +O14672 + O00548 +Q9H488 + O00548 +O00548 + Q9UM47 +O00548 + Q04721 +O00587 + O00548 +P26367 + Q13394 +Q13394 + Q13461 +P22681 - O15519 +P22681 - P29597 +P42684 + P22681 +P22681 - P35968 +Q9Y371 + P22681 +P22681 + P42338 +P22681 + Q92569 +P29376 + P22681 +P21802 + P22681 +P22681 - P21802 +P22681 - Q8WU20 +Q8WU20 + P22681 +P22681 + Q99962 +P09769 + P22681 +P15498 + P22681 +P51813 + P22681 +P22681 + Q14155 +Q14155 - P22681 +P22681 - P43403 +P22681 - P17948 +P22681 - Q96JA1 +Q96JA1 + P22681 +O43609 - P22681 +P22681 - P43405 +Q06418 + P22681 +Q9C004 - P22681 +Q14289 + P22681 +O43597 - P22681 +P22681 + Q96B97 +Q96B97 + P22681 +O96013 + P22681 +Q16832 + P22681 +Q9Y2R2 - P22681 +Q8TD08 + P22681 +Q9NQU5 + P22681 +P22681 - P22455 +Q8TF42 - P22681 +O75716 + P22681 +P42685 + P22681 +Q14296 + P22681 +P20794 + P22681 +Q9NR20 + P22681 +Q9NSY0 + P22681 +Q59H18 + P22681 +Q8IZE3 + P22681 +O14763 + P50591 +P50591 + O14763 +P10914 + P50591 +P50591 + Q14790 +P50591 + O00300 +Q01196 + P08700 +P08700 + P32927 +Q92574 + Q9BVC4 +Q9P0N9 + Q92574 +Q92574 + Q9BPZ7 +Q13131 - P14859 +Q16633 + P14859 +Q15911 - P02771 +P63165 + Q9Y4K3 +P63165 + Q96RL1 +P63279 + P63165 +O75928 + P63165 +Q9NS56 + P63165 +P63165 - Q969V6 +Q9NYG5 + Q9UM11 +Q9UM11 + Q9NYG5 +P30260 + Q9NYG5 +Q9NYG5 + P30260 +Q9NYG5 + O00762 +Q9NYG5 + Q9UJX6 +Q9UJX6 + Q9NYG5 +Q13042 + Q9NYG5 +Q9NYG5 + Q13042 +Q9NYG5 + Q9UM13 +Q9UM13 + Q9NYG5 +Q9NYG5 + Q9UJX5 +Q9UJX5 + Q9NYG5 +P52926 - Q66K89 +Q9BSB4 + O75143 +P42684 + O15304 +P12644 + P36894 +P12644 + Q13873 +Q13253 - P12644 +P42684 + P07203 +P11387 - P49916 +P55212 + P11387 +Q92786 - Q92858 +Q92786 - P41235 +P48431 + Q92858 +P26583 + P15918 +Q8TD19 + Q8WUF5 +Q8N5S9 + Q8WUF5 +O75676 + Q8WUF5 +Q07912 + Q8WUF5 +P49759 + Q8WUF5 +P51813 + Q8WUF5 +Q96KB5 + Q8WUF5 +Q96SB4 + Q8WUF5 +Q9UEE5 + Q8WUF5 +P22455 + Q8WUF5 +Q8TAS1 + Q8WUF5 +P49760 + Q8WUF5 +P49761 + Q8WUF5 +Q59H18 + Q8WUF5 +Q8N2I9 + Q8WUF5 +P18846 + P22301 +Q96RU7 + Q86V48 +Q96RU7 + P40425 +Q9Y6M0 + O60216 +P14625 + Q07954 +Q96B36 - Q8N122 +P42345 + Q8N122 +P27361 + Q8N122 +Q13131 - Q8N122 +Q7L523 - Q8N122 +Q8N122 + P55884 +Q5VZM2 - Q8N122 +Q9UPZ9 + Q8N122 +Q8N122 + Q14152 +P03372 + P15531 +P01106 + P15531 +P15531 - Q8IVT5 +Q07812 - Q92934 +Q92934 + Q07812 +Q92843 - Q92934 +Q92934 - Q92843 +P27361 - Q92934 +Q04917 - Q92934 +Q9P1W9 - Q92934 +P51817 - Q92934 +P16298 + Q92934 +P48454 + Q92934 +O96013 + Q92934 +Q86V86 - Q92934 +P49760 + Q92934 +Q96T88 + P11388 +Q92793 + P0C7U1 +O15519 - Q14790 +O15519 - Q13546 +P17643 - P14679 +P29597 + P40763 +P40763 + P35228 +Q9UBE8 + P40763 +Q15788 + P40763 +P40763 + P10912 +P17676 + P40763 +P29590 - P40763 +P42345 + P40763 +Q92993 - P40763 +Q92793 + P40763 +P27361 + P40763 +P52333 + P40763 +Q9HBE5 + P40763 +Q13261 + P40763 +P40763 + Q5VWK5 +Q5VWK5 + P40763 +P30101 + P40763 +P01589 + P40763 +Q9UHF4 + P40763 +Q8N6P7 + P40763 +Q14626 + P40763 +Q9NRF2 + P40763 +P22607 + P40763 +Q01113 + P40763 +P43405 + P40763 +P40763 + Q9UM73 +Q9UM73 + P40763 +Q6UXL0 + P40763 +Q14289 + P40763 +P14784 + P40763 +P16234 + P40763 +P16591 + P40763 +Q8IZL8 + P40763 +P22455 + P40763 +Q15256 - P40763 +Q6IA86 - P40763 +P40763 + O14512 +P01033 - P08253 +P01033 - P03956 +Q13489 + Q13490 +Q13489 - Q14790 +Q13489 + Q13546 +Q9UKN8 + P68431 +Q07820 - Q07812 +Q96LC9 - Q07820 +P27361 + Q07820 +Q07820 - Q9BXH1 +Q9BXH1 - Q07820 +Q07820 - Q9UMX3 +P09884 + Q07864 +P49643 + P09884 +P49642 + P09884 +Q14181 + P09884 +Q92841 + P03372 +P25815 - Q9HB71 +Q6ZNE5 + Q96F24 +Q15119 + Q15118 +Q15119 - P08559 +Q15119 - P29803 +Q07812 + P21796 +Q92843 - Q07812 +Q07812 + O14727 +Q9Y371 + Q07812 +Q07812 + P10606 +Q9BXH1 + Q07812 +Q9HD36 - Q07812 +P26367 + P19022 +Q9UQB3 + P19022 +O00192 + P19022 +P19022 + Q4KMG0 +P15927 + O60671 +O14543 - Q9Y4K3 +P14778 + Q9Y4K3 +Q9NWZ3 + Q9Y4K3 +Q9C0C7 + Q9Y4K3 +P36897 + Q9Y4K3 +Q93009 - Q9Y4K3 +Q9Y4K3 + P52564 +Q14192 - Q9Y4K3 +Q9Y4K3 + Q8N5C8 +Q9Y616 + Q9Y4K3 +O43187 + Q9Y4K3 +Q9Y4K3 + Q13404 +Q9Y4K3 + Q9BQ95 +Q9H0E2 + Q9Y4K3 +Q9Y6R0 - Q9Y4K3 +Q9Y4K3 + Q9Y6Q6 +Q9Y6Q6 + Q9Y4K3 +Q6P0Q8 - Q9Y4K3 +O14788 + Q9Y4K3 +O14763 + Q13158 +Q15628 + Q13158 +O14733 - Q13158 +Q13158 + O14733 +Q13158 + Q9H1Y0 +Q13158 + Q14790 +P19438 + Q13158 +Q13158 + Q13546 +Q13546 + Q13158 +Q9BV47 - Q13158 +Q13158 + O75618 +Q13158 + P52594 +Q96RR4 + Q8N5S9 +Q96RR4 + Q13131 +Q96RR4 + Q14012 +Q96RR4 + Q16566 +Q9NRM7 + O95863 +P35240 + Q9NRM7 +Q7L9L4 + Q9NRM7 +Q9H8S9 + Q9NRM7 +O60260 - P21796 +Q96PY6 - P21796 +P03372 + P06401 +Q15788 + P06401 +P06401 + P27361 +P27361 - P06401 +Q9H467 - P06401 +Q05086 + P06401 +P55345 + P06401 +P10912 + P29597 +P29597 + P51692 +P78552 + P29597 +P29597 + Q5VWK5 +Q5VWK5 + P29597 +P40238 + P29597 +Q9UHF4 + P29597 +Q8N6P7 + P29597 +P29597 + P51452 +Q6UXL0 + P29597 +P48551 + P29597 +Q8IU57 + P29597 +O75886 + P29597 +O14543 - P10912 +O14543 - P52333 +P52333 + O14543 +O14543 - Q99665 +O14543 - Q14186 +O14543 + P20936 +O14543 - P14784 +P14784 + O14543 +O75676 + P18846 +P18846 + Q9HBZ2 +Q00526 + P18846 +P35680 + P18846 +Q9BXH1 - Q92843 +Q93009 - P63208 +Q9UKB1 + P63208 +P42345 - Q9H063 +Q01638 - O95760 +Q8WWW0 + Q9NS23 +P01116 + Q9NS23 +Q969H4 + Q9NS23 +P29323 - Q05397 +Q05397 + P29323 +Q05397 + Q92569 +Q92569 + Q05397 +P41240 + Q05397 +P09769 + Q05397 +Q05397 + P09769 +O43639 + Q05397 +P51813 + Q05397 +Q05397 + P51813 +P17948 + Q05397 +P43405 + Q05397 +P35916 + Q05397 +Q14289 + Q05397 +Q05397 + Q9Y2X7 +P18084 + Q05397 +Q9HD43 - Q05397 +Q05209 - Q05397 +P05106 - Q05397 +Q05397 + P05106 +P26010 + Q05397 +Q05397 + Q9ULH1 +P43146 + Q05397 +Q05397 + P43146 +P06756 - Q05397 +Q05397 + P06756 +O15287 + Q9NPI8 +Q8NB91 + O15287 +Q0VG06 + O15287 +O60260 + Q9C0C7 +O60260 - Q9BT88 +O95140 + O60260 +O60260 - Q8IWA4 +O60260 - Q8IXI2 +O60260 + P42566 +Q9H4P4 - O60260 +O60260 - Q16342 +Q9UL15 + O60260 +P0CG47 + O60260 +P31371 + O15520 +O15520 + P21802 +P18510 - P14778 +P14778 + O43187 +P06396 + P68133 +Q14289 + P06396 +Q9UKE5 + P06396 +Q6P3W7 + P06396 +Q9Y294 + P68431 +P98170 - O14727 +P98170 - P55212 +P98170 - Q8N668 +Q9C0K7 + P98170 +P09651 - P98170 +O43236 - P98170 +P18827 + P14210 +P00749 + P14210 +P14210 + P00749 +P05981 + P14210 +Q04756 + P14210 +Q9Y616 - Q9NWZ3 +Q9NWZ3 + Q9HAT8 +Q9NWZ3 + P14598 +P10914 + P35228 +P01137 - P35228 +O75376 - P03372 +Q96T58 + O75376 +Q9UBE8 - Q92793 +Q9UBE8 - P15884 +Q13873 + Q9UBE8 +Q9UBE8 + Q14934 +Q9NPG1 + Q9UBE8 +Q9BVC4 + P42345 +Q14209 + O75530 +P42345 - Q96B36 +Q96B36 - P42345 +O43781 - Q96B36 +P42345 + Q13322 +P35968 + Q13322 +Q13322 + P35968 +P27361 + Q13322 +Q9GZT9 + Q99814 +Q96KS0 + Q99814 +P01106 + P62913 +P52803 + P29323 +P29323 + P20936 +P29323 + P34741 +P29323 + P52799 +Q9Y2Z0 + Q96P20 +Q9H3M7 + Q96P20 +Q06587 + Q13642 +P78423 + P49238 +Q8N5S9 + Q14194 +Q9UI95 - Q9UM11 +P30260 + Q9UM11 +Q9UM11 + P30260 +Q9UM11 + O00762 +Q9H1A4 + Q9UM11 +Q9UM11 + Q9H1A4 +Q9UJX2 + Q9UM11 +Q9UM11 + Q9UJX2 +Q9UJX6 + Q9UM11 +Q9UM11 + Q9UJX6 +Q13042 + Q9UM11 +Q9UM11 + Q13042 +Q9UNH5 - Q9UM11 +Q9UM11 + Q9UM13 +Q9UM13 + Q9UM11 +Q9UM11 + Q16763 +Q8NHZ8 + Q9UM11 +Q9UM11 + Q8NHZ8 +Q9UJX5 + Q9UM11 +Q9UM11 + Q9UJX5 +Q9UJX4 + Q9UM11 +Q9UM11 + Q9UJX4 +P03372 + Q15788 +Q15788 + P03372 +P03372 + Q14258 +P03372 + P01106 +P03372 + P07339 +P03372 + P04792 +Q92793 + P03372 +P27361 + P03372 +Q00266 - P03372 +P03372 + P10276 +P10276 + P03372 +P03372 + Q92731 +P03372 + Q15466 +P35869 + P03372 +Q13887 - P03372 +Q9UKW4 + P03372 +Q01851 + P03372 +O14686 + P03372 +Q12837 + P03372 +Q15424 - P03372 +P13056 - P03372 +P16455 - P03372 +O75528 + P03372 +P03372 + Q9BTC8 +P51843 - P03372 +Q96T76 - P03372 +P48023 + P19438 +O95407 - P48023 +P48023 + O95407 +O15111 - Q01201 +Q92793 + Q01201 +Q96KB5 + Q06830 +P27361 + P10636 +Q16512 - P10636 +Q13627 - P10636 +P53778 + P10636 +P43405 - P10636 +Q9HCP0 + P10636 +Q5TCY1 - P10636 +P02649 + P10636 +P30153 - P10636 +Q5S007 - P10636 +Q9Y4R8 + P42345 +P16070 + Q13009 +Q9NVI1 + Q9BXW9 +Q9NPD8 + Q9BXW9 +Q8TD19 + Q9NRA8 +Q8TD19 + Q15942 +Q8TD19 + Q9HC98 +Q8TD19 + Q9NYB9 +Q8TD19 + Q8TDX7 +P67870 + Q9UBF6 +P67870 + P55010 +P67870 + Q16625 +P67870 - Q13422 +P67870 - Q9Y5B0 +O14763 + Q15628 +O14763 + Q14790 +O14763 + Q13546 +Q15628 + Q13490 +P20333 + Q13490 +Q13490 - Q14790 +Q9Y3I1 + Q13490 +O15169 + P01106 +O95996 + O15169 +P36897 + O15169 +O14641 + O15169 +P36873 - O15169 +P63092 + O15169 +O15169 - P36894 +O15169 + Q6ZNA4 +Q5JTC6 + O15169 +O95271 - O15169 +Q9H2K2 - O15169 +Q15628 + Q14790 +P19438 + Q15628 +Q13546 + Q15628 +Q15628 + Q13546 +Q15628 + Q13077 +Q15628 + O00463 +Q93038 + Q15628 +O75509 + Q15628 +P02533 - Q15628 +Q15788 + P68431 +P27361 + Q15788 +Q15788 + P27361 +Q15788 + P51692 +Q15788 + Q13133 +Q6Q788 + P06858 +Q9BY76 - P06858 +Q8IV16 - P06858 +P02655 + P06858 +P06858 + P02655 +P06858 + P11597 +Q8NB91 + O15360 +O15360 + Q0VG06 +Q14623 + Q96QV1 +O43323 + Q96QV1 +P63279 + Q96RL1 +Q8WWG9 - P51787 +Q15118 + O15111 +O15111 + P01106 +P20333 + O15111 +Q9BXL7 + O15111 +O15111 + Q92793 +Q14790 + O15111 +P19438 + O15111 +Q13546 + O15111 +O15111 + P84243 +Q16584 - O15111 +O15111 + O00221 +O15111 + Q86VP1 +Q8IUD2 + O15111 +O15111 - Q9Y261 +Q9NPD8 + Q9NVI1 +Q8TAF3 + Q9NVI1 +Q9UGP8 + P11021 +P11021 + F7VJQ1 +Q13191 + P16333 +P54762 + P16333 +P16333 + O95819 +P16333 + O75914 +P16333 + P42768 +P16333 - P43146 +P42684 + P17676 +Q15118 - P08559 +Q15118 - P29803 +Q15118 + Q96BR1 +Q86YC2 + P51587 +P23467 - P10912 +P01241 + P10912 +O14508 - P10912 +Q9NSE2 - P10912 +Q16829 - P10912 +P43378 - P10912 +P01242 + P10912 +P51681 + P63096 +P10147 + P51681 +P51671 + P51681 +P34947 + P51681 +P25098 + P51681 +Q9Y258 + P51681 +Q99616 + P51681 +O15467 + P51681 +P80098 + P51681 +Q16627 + P51681 +P43250 + P51681 +P32298 + P51681 +P35626 + P51681 +Q15835 + P51681 +Q9P2Y5 + Q9Y371 +Q9Y371 + Q9P2Y5 +Q92993 + P01106 +Q92793 - P01106 +P27361 + P01106 +P01106 + Q8IUF8 +P01106 - O75928 +P62714 - P01106 +P01106 + Q8N726 +P01106 + P17480 +Q53GL7 - P01106 +P01106 + Q8TCG1 +P27361 + P17676 +P17676 + P10147 +P20333 + Q13077 +Q13077 - P20333 +Q01196 - P30281 +Q04724 - Q01196 +P26367 + Q96HF1 +P26367 + Q8N474 +P26367 + Q13461 +Q14680 + P30305 +Q16549 - P30305 +Q8TDC3 - P30305 +O95429 - P19438 +Q9UGL1 - P68431 +Q9UGL1 + O00257 +Q9UGL1 + P55771 +Q9NYL2 + O14733 +Q16584 + O14733 +Q9UPT6 + O14733 +Q13387 + O14733 +Q9UL54 + O14733 +Q02779 + O14733 +O43283 + O14733 +Q12852 + O14733 +Q96CK0 - Q13285 +P51843 - Q13285 +Q15910 - P68431 +Q14209 + Q15910 +Q5JWF2 + Q08828 +Q8N5S9 + P49759 +Q16584 + Q8N5S9 +Q8N5S9 + Q13131 +Q14012 + Q8N5S9 +Q8N5S9 + Q16566 +P19784 + Q8N5S9 +Q9UEE5 + Q8N5S9 +Q13555 + Q8N5S9 +P78362 + Q8N5S9 +P49760 + Q8N5S9 +Q86Z02 + Q8N5S9 +Q8N5S9 + Q8WXF1 +Q8NE63 + Q8N5S9 +Q9NR20 + Q8N5S9 +Q9NSY0 + Q8N5S9 +O15075 + Q8N5S9 +P39060 + P08648 +P39060 + P35052 +Q8NEM7 + Q7Z3C6 +Q96T88 + Q92993 +P62714 - Q9BXL7 +P29590 + Q92993 +P27361 + P29590 +Q8WUI4 + P29590 +P29590 + O95405 +P78317 + P29590 +Q06187 + P51692 +P42680 + Q06187 +Q06187 + P42680 +Q06187 + P51813 +Q06187 + Q08881 +P43405 + Q06187 +Q06187 + P43405 +Q9P2D0 - Q06187 +Q06187 + O75494 +Q06187 + Q9BWU0 +P30273 + Q06187 +Q9UI95 - P30260 +Q92733 + Q9UI95 +Q13901 + P20393 +Q9Y5X4 + P20393 +P10606 + O14727 +P34932 - O14727 +P39687 + O14727 +Q15746 + P24844 +P42345 - O75143 +Q9HB90 - P42345 +Q13131 - P42345 +P42345 + Q9UBS0 +P42345 + P30622 +P42345 + P55884 +Q5VZM2 - P42345 +P42345 - P19484 +P42345 - Q8TB45 +Q8TB45 - P42345 +P42345 + Q9H1K1 +P15918 + P42345 +P55895 + P42345 +Q13615 - P42345 +Q92793 + P10914 +P10914 + Q14790 +Q02086 + P10914 +P63279 - Q06945 +P27361 + P53805 +Q13627 + P53805 +P27361 + O75676 +O75676 + Q15942 +O75676 + Q14934 +O75676 + Q14202 +O75676 + Q86V48 +O75676 + Q14151 +O75676 + Q9Y5B6 +O00311 + P49736 +Q8NFT6 + O00311 +Q93009 + O15151 +O60285 + O15151 +P49759 + O15151 +Q96SB4 + O15151 +Q9HC98 + O15151 +P55212 + Q14790 +Q14790 + P55212 +P55212 + P05549 +P55212 + P20700 +P55212 + Q01826 +P55212 + O60437 +P23467 - P35968 +P35968 + P17948 +Q9UKB1 - P35968 +P35968 + P08758 +P35968 + P98077 +P98077 + P35968 +P49767 + P35968 +O14786 + P35968 +P35968 + O14786 +O43915 + P35968 +P35968 + Q12913 +Q12913 - P35968 +P35968 + Q9NP31 +P34947 + Q9H4X1 +Q59H18 + Q9H4X1 +P63096 + P08253 +Q86YR5 - P63096 +Q9HBW0 + P63096 +P63096 - O14939 +P30874 + P63096 +P41143 + P63096 +P21453 + P63096 +Q99500 + P63096 +Q9UBY5 + P63096 +P62873 + P63096 +P63096 - P62873 +O95136 + P63096 +Q96RI0 + P63096 +Q92633 + P63096 +P43115 + P63096 +Q9H228 + P63096 +O95977 + P63096 +P05305 + P25101 +P05305 + P24530 +P05305 + P42892 +P42892 + P05305 +Q9NPP4 - Q9Y239 +Q5XLA6 - Q9NPP4 +P01137 + P36897 +P36897 - P01137 +Q5SW24 - P36897 +P36897 - O15105 +P36897 + P17813 +P36897 + Q13347 +P36897 + P37023 +P36897 + P48736 +P36897 + P16070 +P36897 + Q92918 +P36897 + O95405 +P36897 + O43541 +Q9H0M0 - P36897 +Q9HAU4 - P36897 +P36897 - P10600 +P36897 - P61812 +P61812 + P36897 +P36897 + Q9NPB6 +P36897 + Q01082 +P36897 + P63151 +P63151 + P36897 +P36897 + P49354 +Q15172 + P36897 +O00213 + P27361 +P15336 + P08253 +P01137 + P08253 +P08253 + P01137 +P50281 + P08253 +O95832 + P08253 +P49915 + Q93009 +P10276 + P22736 +Q8TAE8 - P22736 +P22736 + P24468 +Q15369 + Q02539 +P27361 + P15336 +Q8WYK2 - P15336 +P53778 + P15336 +Q8IU81 - P15336 +Q99986 + P15336 +Q13237 - P04792 +P04792 + P30793 +P51956 + P04792 +Q8NB78 - P68431 +P15692 + P17948 +P04004 - P15692 +P98160 + P15692 +P15692 + O14786 +P15692 + O60462 +P49763 + P15692 +P78362 + Q9UKV3 +P07585 - P01137 +P18564 + P01137 +P01137 - P12643 +P01137 + P09486 +P13385 - P01137 +P01137 - P61812 +P61812 - P01137 +P01137 + P21810 +P01137 - P04004 +P35555 + P01137 +P01137 + P63151 +P01137 + P29279 +P29279 + P01137 +P01137 - P02458 +Q12841 - P01137 +P12645 + P01137 +P10398 + P27361 +P10398 + Q07955 +P62070 + P10398 +P10398 + Q04917 +P10398 + Q07666 +P10398 + Q15366 +P10398 + Q15942 +P01116 + P10398 +P10398 + Q00536 +P10398 + Q14151 +Q92597 + P20338 +O75081 - P17542 +P62070 + Q8WWW0 +P62834 + Q8WWW0 +Q8WWW0 + P01116 +O14807 + Q8WWW0 +O75469 + P41235 +O75469 - Q15466 +Q92993 + P68431 +Q92793 + P68431 +Q96KB5 + P68431 +Q99986 + P68431 +Q9UQB9 + P68431 +Q9UEE5 + P15927 +Q13131 - Q86TI0 +O96020 - P49918 +P27361 + Q02447 +Q02447 + Q9UKX5 +Q92993 + Q9BZS1 +Q92993 - Q01130 +Q8N726 + Q92993 +P51956 + Q92993 +Q13625 - Q13564 +Q92793 + P41240 +Q07666 - Q92793 +Q92793 + P19419 +Q92793 + Q00978 +Q92793 + P48551 +Q92793 + Q13887 +Q5VWX1 - Q92793 +Q16566 + Q92793 +Q92793 + Q06413 +Q92793 + Q13351 +O75177 + Q92793 +Q92793 + Q15699 +P27361 - Q14790 +P19438 + Q14790 +Q13546 + Q14790 +Q14790 - Q13546 +Q14790 + Q8WUI4 +Q8WUI4 + Q14790 +Q14790 + Q13077 +Q14790 + O75618 +Q14790 - Q8TCW9 +P51572 - Q14790 +Q9NZS9 - Q14790 +P23467 + P27361 +P27361 + Q99956 +P27361 - Q05682 +P27361 + P43364 +P27361 - O95644 +Q15121 + P27361 +P27361 + P28324 +Q9UHA4 + P27361 +P01241 + P27361 +P27361 + Q15746 +P27361 + P19419 +P27361 + Q9UQC2 +Q9Y6W6 - P27361 +P27361 + P14921 +P27361 + P84243 +P27361 + P13631 +P51452 - P27361 +P27361 + Q9BUB5 +P27361 + Q92974 +Q9BRX9 + P27361 +P27361 - P02741 +P27361 + Q9NYA1 +P27361 + Q14934 +P27361 - P41212 +P27361 + Q9HBH9 +P27361 + P23396 +P27361 + P14598 +P27361 + P47712 +P35236 - P27361 +P27361 + Q05923 +Q05923 - P27361 +P23469 - P27361 +P27361 + Q14005 +P27361 - Q07866 +P27361 - Q08499 +P27361 - P02686 +P27361 + P54829 +P54829 - P27361 +P27361 - P49418 +P27361 + P07101 +P27361 + Q9NYV6 +P27361 + O14994 +P27361 + Q9UJY1 +P27361 - Q96RK0 +P27361 - P50616 +P27361 + Q15046 +P27361 + Q96BK5 +P27361 + Q9NZQ3 +P27361 - P49585 +P27361 - Q9BR01 +P27361 + Q15256 +Q15256 - P27361 +P27361 - Q01860 +Q12913 - P27361 +P27361 + Q15648 +P27361 + Q05469 +P27361 - Q969V6 +P27361 + P56270 +P27361 - Q9UKX7 +P21462 + P27361 +P27361 + P43694 +P27361 + Q9BWW4 +O95147 - P27361 +P27361 + Q9UKY1 +P27361 + Q9UK32 +P00750 + P27361 +P13747 + P26717 +Q8N474 - O60353 +P02533 - P19438 +P19438 + P17405 +P28799 - P19438 +P19438 + Q92636 +Q13546 + Q8N5C8 +Q9BYM8 - Q13546 +Q9Y3C5 - Q13546 +Q8WZ73 - Q13546 +Q9NYL2 + P52564 +Q16512 + P52564 +Q16584 + P52564 +P52564 + P53778 +Q9UL54 + P52564 +P52564 + Q9NQU5 +P11487 + P21802 +Q9HBE5 + P52333 +P52333 + Q96LC7 +Q01113 + P52333 +Q9UM73 + P52333 +P31785 + P52333 +P08575 + P52333 +P52333 + Q14289 +P14784 + P52333 +P52333 - P14784 +P52333 + Q92783 +Q92783 + P52333 +P52333 + O14939 +P52333 + P07332 +P10747 + P33681 +P33681 + P10747 +P10747 + P48736 +Q08881 + P10747 +P10747 + P43405 +P10747 + P20963 +P20963 - P10747 +P35658 + O14980 +P49790 + O14980 +Q9UEE5 + O14980 +Q8TAS1 + O14980 +Q9H6Z4 + O14980 +P49760 + O14980 +Q9UKX7 + O14980 +O14980 + P18754 +P37198 + O14980 +O14980 - Q9UKK6 +P02788 + Q07954 +P10276 + Q92731 +Q92731 + P10276 +P10276 + P10827 +P10827 + P10276 +Q15466 + P10276 +P10276 + P28702 +P28702 + P10276 +P10276 + P48443 +Q99986 + Q71DI3 +P30281 + P15514 +Q14186 + Q14209 +Q14188 + Q14209 +P04141 + P32927 +P49759 + Q07955 +Q96SB4 + Q07955 +P78362 + Q07955 +P29320 + Q07955 +P49761 + Q07955 +P01732 - Q07955 +Q13882 + P51692 +P01589 + P51692 +P51692 + P01589 +O60285 + Q03113 +Q9Y2H1 + O60285 +P63279 - Q03933 +P63279 + P58012 +P63279 - Q6DJT9 +P35227 - P63279 +P63279 - P41161 +P63279 + Q9UHF7 +Q9Y608 + Q92997 +Q92945 - Q92997 +P34925 + Q92997 +P31431 + Q92997 +Q969G9 - Q92997 +Q92997 + Q99755 +Q5S007 + Q92997 +O14672 + Q9UM47 +O14672 + Q04721 +P50281 + P18827 +P09958 - P50281 +P33681 + P16410 +P33681 + Q9NZQ7 +Q9NZQ7 + P33681 +Q96JK9 + Q9UM47 +Q96JK9 + Q99466 +Q99466 + Q96JK9 +Q96JK9 + Q04721 +P02775 + P25025 +P08311 + P02775 +P02775 + P25024 +P01562 + P60568 +P60568 + P01562 +P01589 - P60568 +P60568 + P01589 +P31785 - P60568 +P14784 - P60568 +P60568 + P14784 +O14874 - P12694 +P62070 + P55196 +P62070 + O15211 +Q13972 + P62070 +O95398 + P62070 +P01562 + Q00978 +P01562 + P48551 +Q9HBV1 - O14862 +P05362 + P20702 +P05362 + P20701 +P20701 + P05362 +P09237 + P07585 +Q92569 + P42338 +P01116 + P42338 +P16473 + P63092 +Q96T91 + P16473 +P01222 + P16473 +P16473 - Q14160 +P35221 + Q12959 +Q12959 - P39086 +Q12959 + Q7Z628 +P31371 + P22607 +P78556 + P51684 +O43791 + Q13618 +Q9UM73 + Q92569 +O14654 + Q92569 +O00755 + O75084 +Q9Y5W5 - O00755 +O00755 + Q9NPG1 +O00755 + O00144 +Q9NYY1 + Q9UHF4 +Q9NYY1 + Q8N6P7 +Q9NYY1 + Q6UXL0 +Q14192 - Q66K89 +Q9Y2Z0 + Q9Y239 +Q9Y239 + Q8WTQ1 +Q9H1J5 + Q9H461 +P56704 + Q9H461 +P34925 + Q9H461 +P13612 + P19320 +P19320 + P13612 +P19320 + Q13349 +O75888 + O14836 +Q9P1W9 + Q9NRA8 +Q9NR20 + Q9NRA8 +Q59H18 + Q9NRA8 +P35548 + Q96T58 +Q96T58 - Q9HD15 +P80370 + Q04721 +O95819 + P19634 +O43745 - P19634 +P00918 - P19634 +Q9UJU6 + Q92918 +P43403 + Q9UJU6 +P52803 + P54764 +P52803 + P54756 +P52803 + P29322 +P52803 + P29320 +P61160 + P36896 +P13385 + P36896 +Q13705 + P36896 +P27037 + P36896 +P08476 + P36896 +Q96S42 + P36896 +P09529 + P36896 +P55103 + P36896 +P15529 - P01024 +Q9UQB3 + Q96RT1 +Q9UQB3 + Q9NYA1 +Q9UQB3 + P33151 +Q9UQB3 + P22223 +Q99731 + P46092 +O15444 + P46092 +P80098 + P46092 +Q9NRJ3 + P46092 +Q9Y4X3 + P46092 +O43927 + P46092 +Q15746 - Q05682 +O75914 - Q05682 +Q05209 - Q14161 +P49336 + P24863 +P32971 + P28908 +O15123 + Q02763 +Q02763 + Q8NFZ5 +Q02763 + Q13588 +Q15389 + Q02763 +Q9Y264 + Q02763 +Q9ULV1 + O14641 +Q13145 + O14641 +P34925 + O14641 +O14641 + Q9NPB6 +P31431 + O14641 +Q9Y2G4 + O14641 +Q04917 - O95644 +P16298 + O95644 +Q9HCP0 - O95644 +P48454 + O95644 +Q9UBS0 - Q53EL6 +P09769 + Q15654 +Q9HBW0 + Q15654 +Q59H18 + Q15654 +O00512 + Q9Y3Y4 +Q9Y3Y4 + O00512 +Q07912 + Q9Y5X1 +Q07912 + P10911 +P41240 + P09769 +P41240 + P08575 +Q99704 + P41240 +P20963 - P41240 +P41240 + P20963 +P16284 + P41240 +O15105 + Q8N5C8 +Q13422 - Q9UKT9 +Q16549 + P28324 +P10826 + P10827 +P10827 + P10826 +Q15466 + P10826 +P10826 + P28702 +P28702 + P10826 +Q16512 + Q9NYL2 +Q15466 + Q92731 +Q92731 + Q15466 +Q13131 - Q8WUI4 +P62714 + Q8WUI4 +Q8WUI4 - Q9UPG8 +Q8WUI4 - Q6DJT9 +Q8IZL2 + Q9UM47 +P49810 + Q9UM47 +Q07666 - Q13882 +Q13882 + Q07666 +Q13882 + Q9UGK3 +Q13882 + Q13017 +Q92583 + P51679 +Q92583 + P51685 +P62258 + Q04917 +Q04917 + P62258 +P31946 + Q04917 +Q04917 + P31946 +Q86UR5 + Q04917 +Q9BRS2 + Q04917 +Q9NR20 + Q04917 +P63092 + Q08828 +P11488 - Q08828 +P84996 + Q08828 +P07737 + P55283 +O15123 - Q15389 +Q15389 - O15123 +P04004 + P18564 +Q92838 + Q9HAV5 +P35998 + O00762 +Q9UKX7 + P52294 +P09237 + P03956 +O43541 + Q96FA3 +Q15466 + P10828 +P10828 + P28702 +P28702 + P10828 +Q15643 + P10828 +P29376 + P48736 +Q8IV63 + Q9UMY1 +Q8IV63 + Q92800 +O00744 + Q9UP38 +O00744 + Q9NPG1 +P26038 - P52565 +P35241 - P52565 +P09769 + Q07666 +Q9UEE5 + Q07666 +O96013 + Q07666 +P49760 + Q07666 +O15105 + Q9HCE7 +O15105 + Q04771 +Q96PU5 + O15105 +O15105 + P36894 +Q9H0M0 + O15105 +O15105 + Q9HAU4 +Q9HAU4 - O15105 +P47813 + Q14152 +Q9HBE4 + Q9HBE5 +P05230 + P21802 +P10767 + P21802 +P08620 + P21802 +P21781 + P21802 +O60258 + P21802 +P21802 + Q13588 +Q9HCT0 + P21802 +O76093 + P21802 +P12034 + P21802 +Q9GZV9 + P21802 +P34947 + P07550 +P07550 + P63092 +P43250 + P07550 +P32298 + P07550 +P35626 + P07550 +P07550 + P84996 +Q15835 + P07550 +P28074 + O00762 +P19875 + P25025 +P25025 - P19875 +P19875 + P25024 +O00626 + P32248 +O00626 + P51679 +Q13523 + Q9HB90 +P42680 + P15498 +P42680 + P51813 +Q08881 + P42680 +P42680 + Q99704 +Q03113 + P42680 +Q8IZL2 + Q99466 +Q99466 + Q8IZL2 +Q8IZL2 + Q04721 +Q13191 - P52735 +Q13191 - P43403 +P43405 + Q13191 +Q13191 - P43405 +O43597 - Q13191 +P30530 + P48736 +P51813 + P30530 +P30530 + Q13588 +P30530 + Q63HR2 +Q14393 + P30530 +Q15369 - Q99466 +Q9UHA4 + Q92918 +Q07890 + P01116 +P26022 + P08603 +P29459 + Q99665 +Q8IWL2 + Q8IWL1 +P80162 + P25025 +P42830 + P25025 +P09341 + P25025 +P19876 + P25025 +P30153 + P25025 +P61328 - P35499 +Q92914 - P35499 +Q92913 - P35499 +Q92915 - P35499 +P49765 + P17948 +P08254 + Q99075 +Q15691 - P01241 +Q9Y258 + P49238 +Q15744 + P53567 +Q15746 + Q92614 +Q15746 + O14950 +Q15746 + P14649 +Q15746 + P10916 +P56704 + O60353 +O96014 + O60353 +Q9H1J7 + O60353 +P23510 + P43489 +P24158 + P24001 +Q9UL54 + P19419 +Q13523 + P19419 +P12643 + P05186 +P25800 + P17542 +P05230 + P22607 +P05230 + P22455 +Q14512 + P05230 +Q9HCE7 - O15198 +Q9HCE7 - P36894 +Q9HCE7 - Q13873 +Q9NPB6 + Q9HCE7 +Q9HCE7 + P0CG47 +Q99418 + P62330 +P62330 + Q99755 +P35125 + P62330 +P62330 + O60331 +Q8TDY4 + P62330 +O43150 + P62330 +Q9NRD0 - P62330 +A5PKW4 + P62330 +Q14242 + P16581 +Q04771 + P09769 +Q04771 + P14921 +P12643 + Q04771 +Q04771 + O15198 +O43541 + Q04771 +Q13873 + Q04771 +Q04771 + Q14934 +Q13705 + Q04771 +P27037 + Q04771 +P08476 + Q04771 +Q16671 + Q04771 +Q04771 + O15164 +P09529 + Q04771 +P55103 + Q04771 +Q13129 + Q92963 +O75928 + P42772 +Q8WWM7 - P40238 +Q8WU20 + Q13588 +Q6ZNA4 - P12755 +Q9HAZ2 + P12755 +P46379 + O14931 +Q9NPH9 + Q9UHF4 +P43405 + Q13261 +Q13261 + P14784 +P40933 + Q13261 +Q16512 + Q01850 +Q16512 + O95863 +Q16512 - Q92974 +Q16512 + P36871 +Q16512 - P18669 +Q16512 + P50747 +Q16512 + Q8WUA7 +P30626 - P20073 +P30622 + Q14203 +P30260 + Q9H1A4 +Q9H1A4 + P30260 +P30260 + Q9UJX2 +Q9UJX2 + P30260 +P30260 + Q9UJX6 +Q9UJX6 + P30260 +P30260 + Q13042 +Q13042 + P30260 +P30260 + Q9UM13 +Q9UM13 + P30260 +O43684 - P30260 +P30260 + Q8NHZ8 +Q8NHZ8 + P30260 +P30260 + Q9UJX5 +Q9UJX5 + P30260 +P30260 + Q9UJX4 +Q9UJX4 + P30260 +P30260 + Q9BS18 +Q9BS18 + P30260 +O75531 + P50402 +Q9NPF7 + Q5VWK5 +P42701 + Q5VWK5 +P29460 + Q5VWK5 +O60271 - Q07866 +Q4KMG0 + O60271 +Q13557 + P13688 +Q14296 + P78337 +Q9H1J5 + O75084 +Q9H1J5 + Q9NPG1 +Q9NRA1 + P16234 +Q14289 + O43294 +Q09013 + O43294 +Q13131 + O60825 +P31946 + P62258 +P62258 + P31946 +P62258 - P07196 +Q15466 + P62508 +P22362 + P32246 +P22362 + P51685 +O75381 - Q16621 +P49759 + Q96SB4 +P49759 + P08621 +P49759 + O43172 +P49759 + Q13247 +P16070 + P52735 +P43403 + P52735 +P43405 + P52735 +P52735 + Q07960 +Q05209 - Q14511 +Q13145 + P37023 +Q13705 + P37023 +O95393 + P37023 +Q9UK05 + P37023 +P10644 + P13612 +P13612 + P10644 +P51817 + P10644 +Q5VU43 + P10644 +Q9UQL6 - Q14814 +Q13469 + Q14814 +Q9P1W9 + Q15942 +Q9P1W9 + Q9UKY1 +Q9P1W9 + O94763 +Q9P1W9 + Q8N2M8 +Q9P1W9 + Q14671 +Q9P1W9 + Q9Y2K5 +Q9P1W9 + Q9Y5B6 +P01023 + Q07954 +Q8NG68 - P68363 +Q9NZD4 + P69905 +P15289 + P69905 +P69905 + Q86VB7 +P00738 - P69905 +P30519 - P69905 +Q9UBS0 - Q05195 +P43403 + Q9UQC2 +Q9UQC2 + A7KAX9 +P43405 + Q9UQC2 +Q8TEW0 + Q9Y624 +Q15223 + Q8TEW0 +Q9NQS3 + Q8TEW0 +Q8TEW0 + P57087 +Q8TEW0 + Q9BX67 +Q00604 + Q9ULV1 +P00747 + P08254 +O95684 + Q15691 +P62834 + P55196 +P51817 + P62834 +P62834 + O43566 +Q92565 + P62834 +P52306 + P62834 +Q9H4E7 + P62834 +Q8TEU7 + P62834 +O00522 - P62834 +P62834 + O00522 +P62834 + Q7Z5R6 +Q7LDG7 + P62834 +Q16288 + P14921 +Q16288 + P98077 +Q16288 + Q9ULH0 +Q12986 + P11940 +Q58A45 + P11940 +Q9BPZ3 - P11940 +Q504Q3 + P11940 +P43403 + P48736 +P63211 + P48736 +P01116 + P48736 +Q13588 + P48736 +O14654 + P48736 +P29322 + P48736 +Q5S007 - Q99962 +P40225 + P40238 +Q9H4A3 + Q9UEW8 +Q9Y463 + Q15942 +Q9Y463 + P22694 +Q96S59 - Q9Y463 +Q9Y463 + Q14934 +Q9Y463 + P50548 +Q9UEE5 + Q15366 +P41159 + P02741 +Q9UBU3 - P41159 +Q96CV9 + Q92664 +Q8NE63 + Q96CV9 +P55196 + P35221 +P55196 + Q92963 +O14807 + P55196 +P54764 + Q8N5V2 +P43405 + P09769 +Q06418 + P09769 +P09769 + Q14289 +Q14289 + P09769 +P42679 + P09769 +P09769 + O15164 +Q6P3W7 + P09769 +P47992 + P46094 +Q9UBD3 + P46094 +P04275 + P08514 +P02458 + P08514 +P14921 + Q9UKX5 +P15036 + P14921 +Q8TD08 + P14921 +P23497 - P14921 +Q15109 + P56693 +Q13094 - P15498 +P15498 + P43405 +P43405 + P15498 +Q12866 + P15498 +P15498 + Q13588 +A9UF07 + P15498 +Q8WV28 + P15498 +P10147 + P51677 +P51671 + P51677 +Q9Y258 + P51677 +Q99616 + P51677 +P80098 + P51677 +O00175 + P51677 +Q16627 + P51677 +Q16663 + P51677 +Q9NRJ3 + P51677 +P55774 + P51677 +P16070 + Q9NZN5 +P16070 + Q92888 +P10451 + P16070 +P01589 - P31785 +P14784 + P01589 +Q92918 + Q16584 +Q9UPT6 + Q16584 +Q9HD26 - P13569 +Q9HD26 - P08588 +P34947 + Q15942 +Q9HAZ1 + Q15942 +Q09013 + Q15942 +Q96S53 + Q15942 +Q8TAS1 + Q15942 +P78368 + Q15942 +P29320 + Q15942 +Q9H4A3 + Q15942 +P57059 + Q15942 +Q6PHR2 + Q15942 +Q9NR20 + Q15942 +Q9NSY1 + Q15942 +Q59H18 + Q15942 +Q07002 + Q15942 +O43930 + Q15942 +P51956 + Q15942 +Q9UHD0 + Q9UHF4 +P01222 + Q92911 +O96013 + Q9Y383 +P02786 - P02787 +P02787 + P02786 +Q30201 - P02787 +O14618 + P00441 +Q92918 + Q13094 +P43403 + Q13094 +P43405 + Q13094 +Q13094 + P42768 +Q13094 + Q9UKW4 +P42681 + Q13094 +Q12904 + Q9HAU4 +P60510 + Q92918 +P43405 + Q92918 +P01282 + P41587 +P10827 + P13631 +P13631 + P10827 +P13631 + P28702 +P28702 + P13631 +P35442 + Q08722 +Q92956 + Q7Z6A9 +Q13477 + P13612 +P98172 + O43639 +P35658 - O95405 +O14964 + O95405 +P49790 - O95405 +Q15154 + O15182 +Q13465 + P56545 +Q6IN85 + P60510 +P60510 + O75531 +P60510 + O14654 +P62826 + Q14974 +P49790 + P62826 +O96013 + P62826 +P62826 + Q9H6Z4 +Q9UKX7 + P62826 +P18754 + P62826 +Q9HAV4 + P62826 +P43487 + P62826 +Q8IVT5 + P31946 +Q12851 + P31948 +Q12851 + Q9Y5B6 +P51813 + P07355 +P22455 + P51813 +P51813 + Q8TDY4 +Q9NR20 + P51813 +Q15583 + Q9H0M0 +Q08881 + Q96LC7 +P56704 + Q9UP38 +Q9Y6F9 + Q9UP38 +Q9BQ69 + Q9UP38 +Q07954 + Q9UP38 +P56703 + Q9UP38 +P56706 + Q9UP38 +P15907 - P20273 +Q93096 - P17544 +Q93097 + Q9ULV1 +Q9NR61 + Q99466 +P49810 + Q99466 +P54762 + Q14934 +P98172 + P54762 +P10147 + P32246 +P10147 + P51679 +P10147 + P32302 +O00192 + Q96RT1 +O75914 + Q14155 +Q14155 + Q9Y2X7 +Q9Y566 + Q14155 +Q14155 + Q07960 +Q14155 + Q5S007 +Q5S007 + Q14155 +P43403 + P51452 +Q6ISU1 + P43403 +P36894 + P43403 +Q06418 + P43403 +P43403 + Q71U36 +P20963 + P43403 +P43403 - Q9NWQ8 +P43403 + P54753 +P43403 + Q9NYB9 +Q9Y2R2 - P43403 +P24666 - P43403 +P43403 + Q9UQQ2 +P29320 + P43403 +P07766 + P43403 +P43403 + Q8IWV1 +P43403 + Q6PIZ9 +Q9NRJ3 + Q9NPB9 +Q13627 - O43597 +Q13627 - P49418 +Q13627 + O75533 +Q13627 - A8MYZ6 +Q13627 + Q96S94 +P43405 + P51452 +Q92542 + P49810 +Q92542 + Q96BI3 +Q96BI3 + Q92542 +Q8WW43 + Q92542 +Q9NPF7 + P42701 +Q96JJ3 + Q14185 +Q03181 + Q13133 +Q13133 + Q03181 +P28702 + Q03181 +Q03181 + P28702 +P55055 + Q03181 +Q03181 + P55055 +P20809 + Q14626 +P25791 + P17542 +Q13131 - Q9UQL6 +Q16566 - Q9UQL6 +Q13555 - Q9UQL6 +Q9UQL6 - Q06413 +Q6W2J9 + Q9UQL6 +Q99969 + Q99788 +Q9Y258 + P32246 +O15467 + P32246 +P80098 + P32246 +Q16627 + P32246 +P55773 + P32246 +Q16663 + P32246 +O00257 - O60315 +P51817 + P61224 +P47736 + P61224 +O95398 + P61224 +P52306 + P61224 +Q9H4E7 + P61224 +P30499 + P43626 +P10321 + P43626 +P10767 + P22455 +P05120 - P36873 +Q13522 - P36873 +P36873 - Q12879 +Q96SB3 + P36873 +P36873 + Q13422 +P20594 + Q13404 +O00418 - P13639 +P08138 + Q00994 +P01275 - P27487 +P27487 + P01275 +P27487 - P09681 +P51654 - P27487 +P27487 - P00813 +Q12884 + P27487 +P35658 + Q9UBU9 +Q99538 + P04233 +Q96IZ0 - P19544 +Q96IZ0 - Q9GZV3 +Q9BY84 + Q13387 +O60258 + P22607 +O76093 + P22607 +Q9GZV9 + P22607 +P20936 + P51636 +P51671 + P41597 +P12643 + P61160 +P42768 + P61160 +Q92558 + P61160 +P18075 + P61160 +O95390 + P61160 +P17948 + P98077 +Q12913 - P17948 +P49763 + P17948 +O00585 + P32248 +Q99731 + P32248 +P21246 + Q9UM73 +Q9UM73 + P21246 +O75056 + P21246 +P21246 + O75056 +P21246 + P23471 +P23471 - P21246 +A7KAX9 - Q07960 +P43034 + P30622 +Q8WVJ2 + P43034 +Q9NRI5 + P43034 +P53778 + P50747 +Q9Y2H9 + P34947 +P34947 + Q96BK5 +P34947 + P25103 +P08620 + P22455 +O75084 + P63092 +O96014 + O75084 +P56703 + O75084 +Q15466 + P10827 +P10827 + P28702 +P28702 + P10827 +P10827 + P24468 +P24468 + P10827 +Q15643 + P10827 +Q9BUB5 + P47712 +P21741 + Q04721 +Q04721 + Q86Y01 +P49810 + Q04721 +Q9NYJ7 + Q04721 +Q4G148 + Q04721 +Q8NBL1 + Q04721 +O00587 + Q04721 +A0PJZ3 + Q04721 +P15248 + Q01113 +Q92692 + Q495A1 +Q9NQS3 + Q495A1 +P15151 + Q495A1 +P35240 - O14964 +P42566 + O14964 +Q96B97 - O43609 +P08311 + P55085 +P08311 + P01019 +P01042 - P08311 +P08311 + P01024 +P08311 + O00254 +Q16549 - Q92945 +O43422 - Q13217 +Q9NR20 + P31948 +F7VJQ1 + P31948 +Q59H18 + P31948 +P08637 + P43405 +P12318 + P43405 +P43405 + Q71U36 +P43405 + P26038 +P20963 + P43405 +P43405 + Q14289 +Q14289 + P43405 +P43405 + P68366 +P43405 + Q9GZY6 +P43405 + Q13422 +P43405 + P05106 +P43405 + P02730 +P43405 + P78314 +P43405 + Q8WV28 +Q8WV28 + P43405 +P31995 + P43405 +P40259 + P43405 +P30273 + P43405 +P43405 + Q8IWV1 +Q99704 + P20936 +P16234 + P20936 +P34741 + P20936 +Q14393 + Q12866 +Q01995 - Q9UBS8 +Q8IYM1 - Q14141 +P05113 + P32927 +Q8IU81 + P14316 +Q9UJX6 + O00762 +P31946 - P07196 +Q04912 + P31946 +P31946 - P78362 +Q13131 + O95863 +P02679 - P04004 +P02679 - P04275 +P00734 + P02679 +P02776 + P01130 +P02776 + P07204 +P02776 - P04070 +O00221 - Q9NWQ8 +P17693 + Q8NHL6 +P36894 + P22694 +P22694 + P08138 +P22694 + Q14896 +O15075 + P22694 +P21741 + Q9UM73 +Q9Y5W5 - O96014 +O95477 + P02647 +P02647 + O95477 +P02766 + P02647 +P02647 + P04180 +P00738 + P02647 +P02647 + P02649 +P55058 + P02647 +Q13131 - P41235 +Q13131 + Q16875 +O00418 + Q13131 +Q13131 + O00418 +Q13131 - Q9NYV6 +Q13131 - Q92538 +Q13131 + Q9GZY8 +Q13131 - O00763 +Q13131 + Q9H0B6 +Q13131 - Q9NP71 +Q8IWQ3 + Q13131 +Q13131 - Q6UUV9 +Q13131 - Q05469 +Q13131 - Q9BU19 +Q9Y376 + Q13131 +Q92974 + Q07960 +P12643 + O15198 +P12643 + Q13873 +Q13253 - P12643 +P12643 + Q13705 +P08493 + P12643 +P12643 + P08493 +P12643 + Q9H2X0 +Q9H2X0 - P12643 +P84095 + Q96JJ3 +P51817 - P26678 +P51817 + Q05469 +P16298 + Q13469 +P16298 + O00429 +Q5T447 + Q9H2D6 +P36894 + O15198 +Q9HAU4 - O15198 +O00238 + O15198 +P22894 + P10646 +P22894 + P16112 +P56704 + Q9NPG1 +P56704 + P34925 +O75487 + P56704 +Q9H237 + P56704 +Q9UM73 + Q92529 +P35916 + Q92529 +Q6ZNA4 + Q96CW1 +Q2M2I8 + Q96CW1 +P80162 + P25024 +Q16666 + Q86WV6 +P52948 + Q14974 +P49790 + Q14974 +Q9UKX7 + Q14974 +P78406 + Q14974 +Q9BW27 + Q14974 +P43487 + Q14974 +Q7Z5L9 + P14316 +Q15835 - O43924 +Q15466 + Q13133 +P28702 + Q13133 +P48443 + Q13133 +Q15648 + Q13133 +P23471 - Q9UM73 +P58340 + Q9UNS2 +P63211 - P63092 +P63092 + Q08462 +P47871 + P63092 +P62873 - P63092 +P43116 + P63092 +P30518 + P63092 +P43119 + P63092 +P50406 + P63092 +P13945 + P63092 +P00749 + Q03405 +Q03405 + P00749 +Q03405 + P05106 +P39900 + Q03405 +P48551 + Q00978 +Q00978 + P48551 +P61328 - Q14524 +P61328 - Q9UI33 +P61328 - Q15858 +P61328 - Q9Y5Y9 +P61328 - Q9UQD0 +Q96A54 + Q9UKG1 +Q86V24 + Q9UKG1 +Q9UKG1 - P43146 +P25098 - P21731 +P21731 - Q03113 +P21731 - P62873 +P62873 + P21731 +P35626 - P21731 +Q86Y01 - P50553 +Q8N4C8 + Q12809 +P36894 + Q13873 +Q13873 + P36894 +Q9HAU4 - P36894 +Q13253 - P36894 +Q13705 + P36894 +P36894 + O00238 +Q6KF10 + P36894 +P43026 + P36894 +O95393 + P36894 +P18075 + P36894 +O95476 + P36894 +P36894 + P50747 +P98164 - P01266 +P98164 + O60494 +Q9UBV4 + Q9NPG1 +Q9UBV4 + P34925 +Q9UQ13 + P01116 +Q9UQ13 + O14807 +O00170 + P35869 +Q9NRH2 + O43566 +P15248 + P31785 +Q9HBE4 + P31785 +P14784 - P31785 +P31785 - P14784 +P13232 + P31785 +P40933 + P31785 +P08575 - P20963 +P19784 + P08575 +P08575 + Q86WV1 +P09466 + P08575 +P29460 + P42701 +P29459 + P42701 +P55055 + O95477 +O15269 - O95477 +O00192 + P33151 +O00192 + P22223 +Q9H0M0 - Q9Y3C5 +Q14393 + Q06418 +Q8NI35 + Q8N3R9 +Q8NI35 + Q9BUF7 +O15444 + P51686 +O96014 + Q9NPG1 +O15146 + O96014 +O96014 + O15146 +P08603 - P02741 +Q02779 + P78352 +Q9C0C9 - O43541 +O43541 + O00238 +Q13145 + O00238 +O00712 - Q14938 +P55317 + Q14938 +Q9C004 - Q15569 +P10114 + O95819 +Q9NPG1 + P63211 +P62873 + P63211 +P63211 + P62873 +P42681 + P16410 +Q9UKB1 - O00418 +P42830 + P25024 +P09341 + P25024 +P19876 + P25024 +Q9UHD0 + Q6UXL0 +P41235 - Q15466 +Q15466 + P41235 +P01116 + O00329 +Q92565 + P01116 +P52306 + P01116 +P49356 + P01116 +P49354 + P01116 +Q0VAM2 + P01116 +Q8N431 + P01116 +Q8N9B8 + P01116 +Q7LDG7 + P01116 +Q9Y2W7 - Q9NZV8 +Q8N608 + Q9NZV8 +P05000 + P48551 +P29692 + P26641 +P24534 + P26641 +P06744 + Q9UKV5 +Q12891 - Q04912 +Q8NG68 - Q71U36 +Q9HAU4 - Q13873 +Q13253 - Q13873 +Q13873 + O00238 +Q6KF10 + Q13873 +Q13873 + Q03113 +P43026 + Q13873 +O95972 + Q13873 +P18075 + Q13873 +O95476 - Q13873 +Q13873 + Q92625 +O60383 + Q13873 +Q13873 + P63172 +O76039 + P26599 +Q15466 + P28702 +Q15466 + P55055 +Q5XLA6 - Q9NX02 +P25098 + P51679 +P35626 + P51679 +Q99704 + Q8IV61 +P52799 + Q99704 +Q9Y4K4 + Q99704 +Q92734 + O15027 +O94804 - P26038 +Q5S007 + P26038 +Q2M3C7 - Q9NYA1 +Q96BI3 + P49810 +Q8WW43 + P49810 +P49767 + P35916 +O43915 + P35916 +Q9Y2W7 - Q9NSA2 +Q03060 - Q9Y2W7 +Q9NPH3 - Q9H0E2 +Q969D9 + Q9HC73 +P26045 - P20963 +Q9Y2R2 - P20963 +P62873 + O00555 +P08173 + Q05639 +P25098 - P41143 +P25098 - P32245 +P25098 - P08172 +P25098 + P05387 +P25098 + P18545 +Q13418 - P09486 +P13385 + Q96S42 +P24468 + P28702 +P28702 + P24468 +P28702 + P55055 +P55055 + P28702 +P28702 + P43354 +P28702 + P10589 +O00238 + Q14934 +Q96SB4 + Q14934 +Q16566 + Q14934 +Q99986 + Q14934 +P19784 + Q14934 +O96013 + Q14934 +Q9NRP7 + Q14934 +P78362 + Q14934 +Q9NQU5 + Q14934 +Q8TAS1 + Q14934 +P49760 + Q14934 +Q9H4A3 + Q14934 +Q7Z7A4 + Q14934 +P48454 + Q13469 +Q86Y07 + Q13469 +P06881 + Q14289 +Q14289 - P16389 +Q05209 - Q14289 +P05106 + Q14289 +Q14289 + Q9ULH1 +Q14289 + O43150 +Q14289 + P61106 +Q14289 + Q9ULZ2 +P78545 + Q9NZC4 +P24043 + P08865 +Q9UKY0 + P08865 +Q9Y258 + P41597 +O60258 + P22455 +O14654 + Q13588 +Q04912 + Q13588 +P25105 + P09471 +P49798 - P25105 +Q99986 - O75531 +Q86Y07 - O75531 +P08603 + P14151 +Q9NZ53 + P14151 +Q6P3W7 + P34931 +Q16549 - P41212 +Q8NG68 - Q13748 +Q13253 - O00238 +Q13253 - P43026 +Q13253 - P18075 +Q13253 - P22003 +P40933 + P14784 +P07355 + P00747 +P07355 + P00750 +Q6P3W7 + P07355 +Q9NPG1 + P09341 +Q9Y6F9 + Q9NPG1 +Q9NPG1 + Q03113 +Q9NPG1 + P16520 +Q9GZT5 + Q9NPG1 +O14904 + Q9NPG1 +Q9NPG1 + P62873 +Q93097 + Q9NPG1 +P56703 + Q9NPG1 +Q9H1J7 + Q9NPG1 +Q93098 + Q9NPG1 +O14905 + Q9NPG1 +P56706 + Q9NPG1 +Q13418 + Q9UHI6 +Q13418 + O14950 +Q13418 + Q8TAE6 +P05106 + Q13418 +Q13418 + E9PAV3 +Q13418 + Q13765 +Q13418 + Q96C90 +Q9H0C8 - Q13418 +P62328 + Q13418 +Q13418 + Q9Y3T9 +Q13705 + O00238 +P08476 + Q13705 +P18075 + Q13705 +O95390 + Q13705 +P09529 + Q13705 +P55103 + Q13705 +Q8NG68 - Q9BQE3 +O15467 + P51685 +P55774 + P51685 +Q9H3Z4 - P13569 +P04271 + P46940 +P10600 - P61812 +P61812 - P10600 +P29279 + P10600 +P07477 + P55085 +P00734 + P55085 +P00747 + P55085 +P62714 - P32519 +P52799 + Q8IV61 +P08138 - P34130 +P34130 + P08138 +P08138 - Q96GC6 +P19784 + O95218 +P78362 + O95218 +P10451 + P08648 +P24821 + P08648 +P09341 + Q16570 +Q9UKV5 - P00441 +P19474 - P49915 +Q8NG27 - Q01082 +Q96A65 + O00471 +Q96A65 + Q8IYI6 +P52948 + Q9UBU9 +P18754 + P52948 +Q12972 + O75533 +P42685 + Q12972 +Q9BRS2 + Q12972 +Q59H18 + Q12972 +P55010 + P55884 +Q96KB5 + P81274 +P45452 + Q07954 +P43026 + O00238 +O95972 + O00238 +Q16671 + O00238 +O00238 + P78368 +O00238 + O95684 +P18075 + O00238 +O00238 + Q6GQQ9 +Q16566 + P14866 +Q9UHD8 - Q6ZSZ5 +O14788 + Q9Y6Q6 +P23297 - P36871 +P04271 + P36871 +Q96BI3 + Q9NZ42 +O75914 + Q15052 +O75914 + Q9Y2X7 +P29279 + P61812 +P61812 + P29279 +P40259 + Q92835 +P19784 + P42768 +Q05209 - P42768 +P42768 + O15145 +O15467 + P32302 +O43927 + P32302 +Q8NG68 - P68366 +Q9HBW0 + Q03113 +Q8WWY8 + Q9HBW0 +O76093 + P22455 +Q9NX24 + O60832 +Q92734 + Q96JE7 +P52799 + P54764 +Q15768 + P54764 +O43921 + P54764 +P52797 + P54764 +P20827 + P54764 +Q15052 + Q9Y2X7 +P23469 - Q14721 +Q99616 + P41597 +Q9NZ42 + P34925 +Q9Y2I1 + O14654 +P29459 + P29460 +Q96SB4 - Q9Y5S9 +Q96SB4 + P08621 +Q96SB4 + Q9BRL6 +P21926 - Q14005 +Q15389 + P35590 +Q99497 + Q86Z02 +P43026 + P27037 +P08476 + P27037 +P18075 + P27037 +P09529 + P27037 +P55103 + P27037 +Q03113 + Q12802 +O75888 + Q02223 +Q86VS8 - P21757 +O95271 - Q9Y2T1 +Q9H2K2 - Q9Y2T1 +O15467 + P41597 +P80098 + P41597 +O00175 + P41597 +P84077 + O14939 +P24468 + P10589 +P54792 + Q9Y4D1 +Q9UNG2 + Q9Y5U5 +P49790 + Q9UBU9 +P01225 + P23945 +Q8WW43 + Q9NZ42 +P01160 + P16066 +Q9BXY4 + O75473 +Q9BXY4 + P31431 +P30990 + P30989 +O95399 + Q9UKP6 +P09681 + P48546 +Q8WXF3 + Q8TDU9 +Q9Y5Q6 + Q8TDU9 +Q9ULZ1 + P35414 +O00230 + P30874 +P30874 + Q96B97 +P30874 + P09471 +P61278 + P30874 +P07492 + P30550 +P48645 + Q9GZQ4 +P48645 + Q9HB89 +P58294 + Q8TCW9 +P12821 + P01019 +P00797 + P01019 +P01019 + P04201 +P49913 + P25090 +P0DJI8 + P25090 +P25090 - P0DJI8 +O00230 + Q92847 +Q9UBU3 + Q92847 +P01275 + O95838 +P01275 + P47871 +P01275 + P43220 +P01282 + P32241 +Q9HCQ7 + Q9GZQ6 +O15130 + Q9GZQ6 +P10082 + P50391 +P10082 + Q15761 +P16860 + P20594 +P16860 + P17342 +Q5H8A3 + Q9GZQ4 +Q5H8A3 + Q9HB89 +Q6UXX9 + O75473 +O00230 + Q96LB1 +O00230 + P35346 +O00230 + P30872 +O00230 + P31391 +O00230 + P32745 +P04090 + Q8WXD0 +P04090 + Q9HBX9 +Q9UBC7 + O43603 +P06881 + P30988 +P06881 + Q16602 +O43847 + P06881 +P06881 + O60894 +P04808 + Q8WXD0 +P04808 + Q9HBX9 +Q9HC23 + Q8NFJ6 +Q8N729 + P48145 +Q8NG41 + P48145 +P51460 + Q8WXD0 +P01189 + P41145 +P01210 + P41145 +P41145 + P09471 +P01270 + P49190 +Q96A98 + P49190 +Q9UBU3 + P01303 +P10092 + P30988 +P01298 + P50391 +P01303 + P50391 +Q6UXX9 + Q9BXB1 +O43612 + O43613 +Q8N729 + P48146 +P01160 + P17342 +Q8WXF3 + Q9NSD7 +Q8WXF3 + Q9HBX9 +P35318 + Q96LB1 +P10997 + P30988 +P01258 + P30988 +P04264 + P01042 +P18509 + P32241 +P81277 + P49683 +P06307 + P32239 +P01350 + P32239 +P30550 + P04054 +P61278 + P35346 +P01189 + P33032 +P01189 + P32245 +P01189 + Q01726 +P01189 + Q01718 +Q15726 + Q969F8 +Q2MKA7 - Q9ULT6 +P30872 + P09471 +P61278 + P30872 +Q969E3 + Q13324 +Q6UXX9 + P31431 +Q92838 + Q9UNE0 +Q96RP3 + Q13324 +P09683 + P47872 +O43612 + O43614 +P12272 + Q03431 +P01270 + Q03431 +P01210 + P41143 +P41143 + P09471 +P83859 + Q96P65 +P01303 + P49146 +P01031 + P21730 +P01031 + Q9P296 +P01024 + P01031 +P01031 + P01024 +P01031 + P13671 +P58294 + Q8NFJ6 +P55089 + P34998 +P06850 + P34998 +P55089 + Q13324 +P06850 + Q13324 +P01210 + P41146 +P61278 + P31391 +P32245 + P01303 +P01024 + Q16581 +P23582 + P20594 +P0C0P6 + Q6W5P4 +P06307 + P32238 +Q07075 - P06307 +O43555 + Q96P88 +P61278 + P32745 +P01303 + Q15761 +P35318 + Q16602 +P20594 + Q8WYQ5 +P01286 + Q02643 +P01024 + P20702 +P01024 + Q07954 +P08603 - P01024 +P00751 + P01024 +P05156 - P01024 +P06681 + P01024 +P01024 + P17927 +Q96B97 - P09455 +Q96B97 + P0CG47 +Q9NZN5 + Q07960 +Q03113 + Q9NZN5 +P04004 + P05106 +P04004 + P53708 +P04004 + P26012 +Q9HCP0 + Q16650 +Q14183 + O14795 +Q9H3Z4 - Q00975 +Q8N2Q7 + Q9ULB1 +Q9ULB1 + Q8N2Q7 +Q9Y4G8 + P10114 +Q9HCP0 - P16157 +Q9HCP0 + P05120 +Q5JTC6 + Q9HCP0 +Q9HCP0 + Q9Y5B6 +O15230 + Q7L0J3 +O94856 + Q92823 +Q14012 + Q9UKV0 +P02671 + P20702 +P00734 + P02671 +P02671 + P00750 +P08172 + P09471 +P08172 + P30679 +P08172 + O95837 +Q9Y6F9 + Q9BQ69 +Q9H237 + Q9Y6F9 +P84074 + Q13075 +Q99418 + P84077 +P14923 + P16591 +O60237 - Q92614 +Q8TAS1 - P02686 +P02686 - P60201 +Q16566 + Q03060 +P20336 + Q86UR5 +Q86UR5 + P20336 +Q9Y2J0 + P20336 +P31150 - P20336 +Q86UR5 + O14795 +Q8WZA2 + Q86UR5 +Q86UR5 + Q9Y2J0 +Q12879 + Q92796 +P35462 + P09471 +Q9Y566 + O94910 +Q5S007 - Q8N6T3 +Q8N6T3 + Q5S007 +Q8N6T3 - P53621 +Q8N6T3 - P84077 +Q99578 + Q01851 +P08240 + P61011 +P61011 + P08240 +P61011 + P09132 +Q13237 + O76074 +Q9UQB8 + Q92558 +O43295 + Q92558 +Q92558 + O15145 +Q9Y6E0 + Q9Y2H1 +Q9Y6E0 + P31942 +Q9Y6E0 + P50747 +Q07960 + P48426 +P78509 + P98155 +P78509 + O75553 +P78509 + Q14114 +Q14114 - P78509 +P52799 + P54753 +P55010 + O15371 +P55010 + O75821 +Q13237 + P28907 +P16284 + P28907 +P41146 + P09471 +Q14831 + P09471 +P08913 + P09471 +Q9UBS5 + P09471 +P34972 + P09471 +Q9H1A4 + Q9UJX2 +Q9UJX2 + Q9H1A4 +Q9H1A4 + Q9UJX6 +Q9UJX6 + Q9H1A4 +Q13042 + Q9H1A4 +Q9H1A4 + Q13042 +Q9H1A4 + Q9UM13 +Q9UM13 + Q9H1A4 +Q8NHZ8 + Q9H1A4 +Q9H1A4 + Q8NHZ8 +Q9H1A4 + Q9UJX5 +Q9UJX5 + Q9H1A4 +Q9H1A4 + Q9UJX4 +Q9UJX4 + Q9H1A4 +Q13519 + P41146 +O14490 + Q12879 +P78352 + P28223 +Q13237 + Q14831 +Q92888 + Q07960 +P04054 + Q9Y263 +Q5TD97 + Q03060 +P50452 - P07477 +P08240 + Q9Y5M8 +O14904 + O15146 +Q18PE1 + O15146 +Q03113 + Q92888 +P16389 + P50549 +Q13237 + Q03393 +Q9UBY5 + Q03113 +P28336 + Q03113 +O95136 + Q03113 +Q96RI0 + Q03113 +Q92633 + Q03113 +Q6J9G0 + Q03113 +Q03113 + Q15283 +P18433 - Q14721 +P39905 + P56159 +P39905 + O00451 +P17481 + P40424 +P28068 + P04233 +P28067 + P04233 +P14174 + P04233 +Q96HE7 + P13667 +P19784 + Q16625 +P19784 - Q01892 +P19784 + Q96BK5 +P19784 + Q13144 +P19784 + Q712K3 +P19784 - Q9Y5B0 +P19784 + Q9UKY1 +P61769 + P13747 +Q6ZNK6 - Q96CG3 +O95150 + Q93038 +P20908 + O75056 +P98172 + P54753 +Q15768 + P54753 +Q9NUP9 + Q8N3R9 +Q92692 + Q15762 +Q13443 + P23229 +O43921 + Q15375 +P52797 + Q15375 +P20827 + Q15375 +P43250 - Q01726 +Q92914 - Q14524 +Q92913 - Q14524 +Q13557 - Q14524 +Q92915 - Q14524 +P98172 + P54760 +O43184 + P31431 +Q02747 + P25092 +Q16661 + P25092 +Q8N3R9 + Q9BUF7 +P19544 + Q05066 +Q96KN7 - Q92834 +P19544 - Q9BWF3 +Q9UEE5 + P50548 +Q9UEE5 + Q6UN15 +Q9UEE5 + P33316 +Q9UEE5 + Q9UKY1 +Q9UEE5 + P23497 +Q9UEE5 + Q8WXF1 +Q9UEE5 + Q9BW71 +Q9UEE5 + Q8NFH5 +Q9UEE5 + Q9Y3Q8 +Q9UEE5 + Q14202 +Q9UEE5 + Q15056 +Q9UEE5 + O00148 +Q9UEE5 + Q9BWU0 +Q9UEE5 + Q6KC79 +Q9UEE5 + Q15773 +Q9UEE5 + O95149 +P52306 + P62745 +P52306 + P08134 +Q9Y3A5 + Q7Z2Z2 +Q8IZL9 + Q9UPZ9 +O95633 - O14793 +Q9UHF5 + Q9NRM6 +Q14563 + O75051 +O95433 + P30793 +P30047 - P30793 +Q9UBX5 + P15502 +O95967 + P15502 +Q00526 - Q12800 +P98160 + Q13332 +P01185 + P30518 +P01185 + P37288 +P01185 + P47901 +Q9HC98 + Q9NPI6 +Q9HC98 + Q9Y5B6 +P78362 + Q01130 +Q01130 + P08621 +P42127 + O75882 +Q00526 + Q5TKA1 +P14138 + P24530 +Q8NEV9 + Q6UWB1 +Q96F44 - Q99453 +Q96F44 - Q96RN5 +Q14703 + Q70SY1 +P48454 + O00429 +P62324 + P17482 +Q9HCN8 + O75096 +Q9UJ55 + A8K0Z3 +Q96ED9 + Q7Z7A1 +P43115 + P16520 +Q16654 - P08559 +Q16654 - P29803 +P03971 + Q16671 +O96013 + P18084 +O96013 + Q9H4A3 +O96013 + Q9NPI6 +O96013 + Q9UKY1 +O96013 + P06756 +O96013 + Q6PKG0 +O96013 + Q92625 +O43303 - O15078 +O15078 + P61006 +O43921 + P54756 +P52798 + P54756 +P52797 + P54756 +P20827 + P54756 +Q8ND76 + O94921 +P55317 + O00712 +O00712 - P08651 +O94813 + P35052 +O75093 + P35052 +P35555 - Q9UBX5 +Q9UJX2 + Q9UJX6 +Q9UJX6 + Q9UJX2 +Q13042 + Q9UJX2 +Q9UJX2 + Q13042 +Q9UJX2 + Q9UM13 +Q9UM13 + Q9UJX2 +Q8NHZ8 + Q9UJX2 +Q9UJX2 + Q8NHZ8 +Q9UJX2 + Q9UJX5 +Q9UJX5 + Q9UJX2 +Q9UJX2 + Q9UJX4 +Q9UJX4 + Q9UJX2 +Q9BS18 + Q9UJX2 +Q9UJX2 + Q9BS18 +Q9H1R3 + Q9Y4K4 +Q9H1R3 + Q06413 +P01009 + Q07954 +O95150 + O95407 +O95407 - O95150 +P78368 - Q9Y5P4 +O75665 + Q13099 +O00444 + Q9HC77 +Q92834 + P61006 +P00797 + O75787 +P61421 + O75787 +Q9HB63 + Q6ZN44 +Q9HB63 + P43146 +P17693 + P26715 +P13747 + P26715 +Q92914 - Q9UI33 +Q92913 - Q9UI33 +Q92915 - Q9UI33 +Q9Y3R0 + Q06413 +Q13042 + Q9UJX6 +Q9UJX6 + Q13042 +Q9UJX6 + Q9UM13 +Q9UM13 + Q9UJX6 +Q8NHZ8 + Q9UJX6 +Q9UJX6 + Q8NHZ8 +Q9UJX5 + Q9UJX6 +Q9UJX6 + Q9UJX5 +Q9UJX4 + Q9UJX6 +Q9UJX6 + Q9UJX4 +P28356 + O00470 +O95631 + O95185 +O95631 + P43146 +Q6EBC2 + Q8NI17 +Q9UHI6 + P58012 +P41162 + Q9UHI6 +Q12852 + O14950 +Q6T4R5 + Q9NYB9 +Q9NR20 + Q9NYB9 +Q8IZI9 + Q8IU57 +Q8IU54 + Q8IU57 +Q8IZJ0 + Q8IU57 +Q8NG68 - Q9NY65 +Q8NG68 - Q6PEY2 +O75326 + O60486 +P22392 + O15554 +Q9NRX4 - O15554 +Q9UNY4 + Q99459 +P20366 + P21452 +Q9UHF0 + P21452 +O15130 + Q9Y5X5 +P00734 + P00749 +P00747 - P00749 +P00749 + P00747 +P00749 + P00750 +Q9Y5Y6 + P00749 +P84550 - P52954 +P26441 + O75462 +Q9UBD9 + O75462 +Q9BZL6 - Q8WYL5 +Q8WYL5 + Q9BR76 +P01008 + Q07954 +P00451 + Q07954 +P00734 + Q07954 +P00740 + Q07954 +P30533 + Q07954 +P00750 + Q07954 +Q86VS8 - Q9UEW3 +O43157 + Q92854 +Q92854 + O43157 +Q14767 + P35555 +P01008 - P00734 +P01008 - P00740 +P12872 + O43193 +Q13492 + P53675 +Q9BSJ6 - Q13492 +P23515 + Q96FE5 +P42566 + Q9Y6I3 +Q15276 + Q9UJ41 +P58417 + Q9ULB1 +O95157 + Q9ULB1 +Q9NZ94 + Q9ULB1 +Q9ULB1 + Q9NZ94 +Q8NFZ4 + Q9ULB1 +Q9ULB1 + Q8NFZ4 +P55291 + Q4KMG0 +Q13557 - Q14654 +P01178 + P30559 +P17481 + P40426 +P58417 + P58400 +P58417 + Q9Y4C0 +Q86U70 + P50458 +P43320 + P53674 +P20382 + Q969V1 +P30153 + P62714 +Q15120 - P29803 +Q15120 + Q9Y5B6 +P18074 + P19447 +P19447 + P18074 +P32780 + P18074 +Q13889 + P18074 +P18074 + Q13888 +P56537 + P46777 +O76039 + Q8WYQ5 +O76039 + P38919 +O76039 + Q9HD15 +O76039 + O00148 +O76039 + Q9BWG4 +O76039 + Q9UMY1 +P47871 + P84996 +Q13523 + O15164 +Q16633 + P09086 +P00451 + P04275 +P04275 + P00451 +P04275 + Q76LX8 +P04275 + P07359 +P07359 + P04275 +O43921 + P29322 +O43921 + Q9UF33 +P24723 + Q9BZL6 +Q9BZL6 + Q9UBF8 +Q7Z7A4 + Q9BZL6 +Q09013 + P26678 +P26678 - O14983 +Q96T37 + P18583 +O94813 + Q8WZ75 +O94813 + Q9HCK4 +Q92914 - Q15858 +Q92914 - Q9Y5Y9 +Q92914 - Q9UQD0 +Q9GZY8 + O00429 +Q9Y3D6 + O00429 +Q96K83 - Q9UH73 +O00300 - O14788 +O14788 + O00300 +P10646 + P98155 +P09237 + P10646 +P10646 - P00742 +P39900 + P10646 +P35227 - Q03933 +Q02446 + O43186 +P20941 - O43186 +O15265 - O43186 +Q9UI10 + P49770 +Q13144 + P49770 +Q14232 + P49770 +P49770 + Q9NR50 +P43115 + Q9UBI6 +Q99748 + P56159 +O60542 + Q9GZZ7 +Q8IWS0 - P17480 +P08949 + P28336 +Q9UQB8 + Q8N8S7 +Q9Y448 - Q8N4N8 +Q5JTC6 + P19544 +P17693 + Q99706 +P35555 - O95967 +P42127 - Q01726 +Q9HBE1 - P78317 +Q13042 + Q9UM13 +Q9UM13 + Q13042 +Q13042 + Q8NHZ8 +Q8NHZ8 + Q13042 +Q13042 + Q9UJX5 +Q9UJX5 + Q13042 +Q13042 + Q9UJX4 +Q9UJX4 + Q13042 +Q13042 + Q9BS18 +Q9BS18 + Q13042 +O95747 + P29692 +Q9H4A3 + O95747 +O95747 + P55017 +P32780 + P19447 +Q13889 + P19447 +P19447 + Q13888 +Q92759 + P19447 +P12270 + Q9UBU9 +Q8TAS1 + Q15637 +Q14296 + Q15637 +P15289 + P68871 +P35269 + Q9GZU7 +P35269 + Q9Y5B0 +Q92759 + P35269 +Q7L576 + Q6T4R5 +P43320 + P26998 +P08603 - P00751 +P49356 + O14807 +P78362 + O43150 +Q9P0J1 + P08559 +Q9P2J9 + P08559 +Q9UKS7 + Q13422 +Q01664 + Q12857 +O43151 + O15294 +Q6N021 + O15294 +O60502 - O15294 +Q9UBC2 + Q9Y6I3 +P54792 + Q9P219 +Q14242 + P16109 +P52798 + Q9UF33 +P20382 + Q99705 +Q16552 + Q96F46 +Q96F46 - Q16552 +Q8TAT6 + Q92890 +P15918 - P55895 +P55895 + P15918 +P00734 + P00451 +P00451 + P00742 +P04070 - P00451 +Q92913 - Q15858 +Q92913 - Q9Y5Y9 +Q92913 - Q9UQD0 +P23193 + O95071 +O00254 + Q96RI0 +P00734 + O00254 +Q13207 - P15173 +P19387 + P15173 +P33076 + P48382 +P48382 + P33076 +P33076 + O14593 +Q9NX18 + P21912 +P23759 + O14686 +O15273 - O14793 +Q14703 + Q96BA8 +Q16629 + Q9UBU9 +Q96S53 + O15164 +Q96S53 - P60981 +Q07687 + P35548 +Q96S42 + Q8NER5 +P17693 + P43629 +P30481 + P43629 +Q15848 + Q96A54 +Q15848 + Q86V24 +P43378 - P46459 +P43694 + Q06413 +P68871 + Q86VB7 +P53367 - P84077 +Q96CJ1 + P55199 +Q96JC9 + P55199 +Q9H237 + Q9H1J7 +O95750 + P22455 +Q8TAS1 + Q9BSJ6 +P13725 + Q99650 +P52797 + P29322 +P52797 + P29320 +P52797 + Q9UF33 +Q8TDC3 + P23258 +P56706 + Q9ULW2 +Q6EBC2 + Q99650 +Q13144 + Q9UI10 +Q9UI10 + Q9NR50 +P49354 + O14807 +Q96BR1 + Q13045 +Q15438 + P84077 +Q9UJ41 + P20339 +Q5T4W7 + O60609 +Q15154 + Q8N4C6 +Q99985 + O60462 +O60462 + P49767 +P49767 + O60462 +P00738 - P68871 +P00540 + O15164 +Q59H18 + O15164 +P56537 + P62899 +P56537 + Q02543 +P56537 + P36578 +P56537 + Q02878 +P56537 + P39023 +P56537 + P62244 +P56537 + P62701 +P56537 + P62249 +P56537 + P49207 +P78368 + Q6P1N0 +P01303 + P25929 +P20366 + P25103 +P20366 + P29371 +P20827 + P21709 +P20827 + P29322 +P20827 + P29320 +P20827 + Q9UF33 +Q2M2I8 + Q9BXS5 +P07332 + Q9BPU6 +P07332 + Q9UIW2 +Q96BR1 + Q6UN15 +O43660 + P52272 +Q99459 + P52272 +P84077 + Q99755 +Q4KMG0 + Q12982 +Q15648 + Q92908 +P22314 + P0CG47 +Q6P0Q8 + P48764 +Q6P0Q8 + P05060 +O14610 + P62879 +Q14232 + Q13144 +P49760 + Q13144 +Q13144 + Q9NR50 +O75716 + P29692 +P29692 + P24534 +P78317 + Q13952 +P49763 + O14786 +O14786 - Q9UIW2 +Q13214 + O14786 +Q99748 + O00451 +Q14232 + Q9NR50 +Q96QF0 + P61006 +Q13557 + Q08289 +Q9P0V3 - P02786 +Q9H293 + Q9NRM6 +O43462 + Q96BA8 +Q9H6Z4 + P18754 +Q9UBL3 + O43435 +Q13275 + O60462 +Q9BZE9 + Q9H867 +O43781 + Q96I25 +O43781 + Q9UHJ3 +O43781 + Q9Y3T9 +P29320 + O75494 +Q9NQC3 + Q96FE5 +P84103 + Q9UBU9 +Q8WXA9 + P84103 +Q13557 + Q9UHB6 +Q9H4A3 - Q9UHW9 +P28300 + O95967 +O14503 - Q9C0J9 +P02649 + Q92673 +P02649 + P98155 +P02649 + P01130 +P02649 + Q14114 +P49758 - P05106 +P21815 + P05106 +P02730 - P00918 +Q92915 - Q15858 +Q15154 + Q12798 +Q5VU43 + Q14896 +Q9NQC3 + Q9BZR6 +P49760 + P53999 +P49760 + O94763 +P49760 + Q14202 +P49760 + Q01081 +P49760 + Q14151 +P49760 + P50747 +P49760 + Q9NQV6 +P49760 + Q9HC44 +P00734 + Q96RI0 +Q9NSY0 + P56693 +P51957 + P56693 +Q9H4A3 + Q8N9I0 +P25391 + Q14118 +O15230 + Q14118 +P24043 + Q14118 +Q9UNH5 + P48200 +Q6UN15 + P51003 +P26441 + P26992 +P20339 + Q15075 +Q92738 - P20339 +Q8WYP3 + P20339 +Q96Q42 + P20339 +Q92915 - Q9Y5Y9 +P57059 - Q6UUV7 +P57059 + O43150 +Q59H18 + Q15154 +Q96RK4 + Q15154 +P18075 + Q6X4U4 +Q6X4U4 - P18075 +P20701 + P32942 +P98155 + O75553 +P30533 - P98155 +P52435 + Q9Y5B0 +P62487 + Q9Y5B0 +P78314 + Q9BZW8 +Q9BZW8 + P78314 +Q14114 + O75553 +Q9UBD9 + P26992 +Q92915 - Q9UQD0 +P04114 + P01130 +Q8NBP7 + P01130 +O95476 + Q14693 +Q9HCJ2 + Q9Y2I2 +Q9Y2I2 + Q9HCJ2 +Q9H013 + O14788 +P13726 + P00747 +P13726 + P00742 +P08709 + P13726 +P13726 + P08709 +Q9H6P5 + P52655 +Q5S007 - Q99961 +P18509 + P41586 +P41586 + P18509 +Q9Y2A7 + Q6T4R5 +Q92621 + Q9UBU9 +P78406 + Q9UBU9 +Q9H237 + P56706 +P00734 + P12259 +P12259 + P00734 +P05154 - P00734 +P00734 + P00740 +P05546 - P00734 +P00734 + P07204 +P00734 + P04070 +P04070 - P00734 +P00734 + P03951 +P03951 + P00734 +P00734 + Q96IY4 +P00734 + P40197 +P17693 + P01732 +P17693 + Q13241 +Q8WUW1 + Q6T4R5 +Q8WUW1 + O15145 +P25063 + P16109 +P55157 + P04114 +P78317 - Q9UHF7 +Q59H18 + Q12968 +O43930 + Q12968 +P09958 + Q9UK23 +P50452 - P09958 +P00797 - P51606 +P40818 + Q9H4P4 +Q96KG9 + Q8WYQ5 +Q9NR20 + Q8WYQ5 +Q15835 - P08100 +Q92519 + P50747 +Q9GZV9 - P78562 +Q9NR20 + Q9BSQ5 +P43487 - P18754 +Q8NE63 + Q96P48 +P04070 - P12259 +P12259 + P04070 +O43930 + Q96EP5 +O60296 + P63252 +Q8WZ42 + O15273 +Q9NR20 + Q6P1N0 +P51956 + Q6P1N0 +Q05086 - P54725 +Q13477 + P26010 +P09917 + P20292 +Q15287 + Q9HAU5 +P43146 + Q00169 +O75716 + Q15056 +P15151 + Q15762 +Q9H4Z3 - P52945 +P05155 - P00736 +Q6J9G0 + P42685 +O95278 - Q9UMS0 +Q6VVB1 - O95278 +Q92738 + Q12929 +P10523 - P08100 +Q9ULH1 - P84077 +P26368 + P09012 +P10451 + P06756 +P10451 + Q13797 +Q9UJX5 + Q9UM13 +Q9UM13 + Q9UJX5 +Q9UJX4 + Q9UM13 +Q9UM13 + Q9UJX4 +Q8N165 + Q9UKY1 +P13987 - P06729 +O43684 - Q9UJX5 +Q99816 - Q9UK41 +P24593 + P35858 +Q9BXP8 + P24593 +F7VJQ1 + P13591 +Q16816 + P11216 +P15735 + P11216 +Q9Y235 - P41238 +Q16816 + P11217 +P15735 + P11217 +P08697 - P00747 +P00747 + P00750 +P00750 + P00747 +Q13443 + P06756 +Q14773 + P06756 +P49761 + Q92625 +P49761 + P50747 +P29084 + P32780 +Q13889 + P32780 +P32780 + Q13888 +Q92759 + P32780 +Q9NR20 + O75534 +Q59H18 + P08133 +P30499 + P43628 +P10321 + P43628 +P30486 + P43628 +O43150 - P84077 +O43809 + Q8N684 +O43809 + Q92989 +Q92989 + O43809 +Q9BZW8 + O14796 +O60683 - O00623 +Q8NE63 + Q92625 +O75916 - Q02846 +P02748 - P13987 +P13987 - P02748 +P13987 - P07357 +Q8NE63 + Q86WP2 +Q59H18 + O94763 +P51956 + O94763 +Q9UHI8 - P16112 +P38435 + P00742 +P00742 + P08709 +P08709 + P00742 +O75173 + P16112 +P05154 - P07204 +P07204 + P05154 +P05154 - P04070 +P05154 - P10323 +P38435 + P04070 +Q15113 + P13497 +Q9NR20 + Q8N302 +P25391 + P56199 +Q8NB91 + Q0VG06 +P51957 + Q9H0L4 +P09326 + Q9BZW8 +P41567 + Q14152 +Q8IZH2 + Q9Y4Z0 +P56282 + Q07864 +Q9NR20 + Q9HD15 +Q9NR20 + Q15020 +Q9NR20 + Q9Y5B6 +O76094 + Q9UHB9 +Q9UKL6 + Q9NPJ3 +Q6UXI9 + P53708 +Q96PU4 - Q8WW12 +P49643 + Q14181 +Q8WTS1 + Q96AD5 +P38117 + P13804 +P24821 + Q13797 +Q9HAV4 + Q9UL40 +Q59H18 + Q9NQV6 +P09871 + P0C0L5 +P09871 + P0C0L4 +P51956 + Q96GN5 +Q8IZH2 + P62310 +Q6UB98 - O75528 +P02655 + P02652 +P51956 + Q8TDP1 +Q96DX7 - Q9Y577 +Q9HD42 - Q9UN37 +Q01081 + P62314 +O14521 + Q99643 +Q13889 + Q13888 +Q92759 + Q13889 +P51956 + Q86V48 +Q9UHF0 + P25103 +Q86UU9 + P25103 +P30499 + P43631 +P04003 - P0C0L5 +P30481 + P01732 +P30459 + P01732 +P13747 + P01732 +P30499 + P01732 +O14977 - P54368 +Q8NHZ8 + Q9UJX5 +Q9UJX5 + Q8NHZ8 +P04070 + P07204 +P07204 + P04070 +P30481 + Q13241 +P30481 + Q14943 +P20396 + P34981 +P51957 + Q7Z3K3 +P83876 + O60828 +Q9UHY1 + P50747 +P51957 + O00148 +Q92759 + Q13888 +Q6ZWJ1 - Q12846 +P36404 - Q9BTW9 +P13747 + Q13241 +Q96SL8 - P54845 +Q9UJX4 + Q9UJX5 +Q9UJX5 + Q9UJX4 +Q9BS18 + Q9UJX5 +Q9UJX5 + Q9BS18 +P04070 + Q9UNN8 +Q9UNN8 + P04070 +Q9HBW1 + Q9Y2I2 +Q8IZH2 + O15116 +P49642 + Q14181 +P30459 + P43630 +Q8NFY4 + Q9UIW2 +P21926 + Q969P0 +P51957 + Q96IT1 +P51957 + Q9UMY1 +P51957 + Q7L7V1 +Q9UMF0 + P20701 +Q9Y3D6 + Q8TC07 +Q92989 + O94913 +P30499 + P43627 +P30499 + Q14954 +P30499 + P43632 +Q8NBW4 + O43504 +P07357 + P02748 +P59103 + P14920 +Q9H147 + P04053 +P51956 + Q86U44 +P48740 + P0C0L5 +O00187 + P0C0L5 +O00187 + P06681 +P00387 + P00167 +O75144 + Q9Y6W8 +O00187 + P0C0L4 +Q9UHF0 + P29371 +O43508 + Q9NP84 +Q9UQF0 + Q15758 +P05155 - O00187 +P51956 + Q9NQV6 +O15041 + Q9Y4D7 +O75094 + Q9HCK4 +Q9NZ94 + Q9P2S2 +Q9P2S2 + Q9NZ94 +Q9HDB5 + Q9NZ94 +Q9NZ94 + Q9HDB5 +Q9HBW1 + Q96CW9 +P51956 + Q9Y5B6 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/turei_2016/network_giant_component.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/turei_2016/network_giant_component.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,15305 @@ +Q7KZI7 + Q6P0N0 +Q7KZI7 + Q7L804 +Q7KZI7 + P46939 +Q7KZI7 - Q92974 +Q7KZI7 + Q8TEW0 +Q7KZI7 - Q8WUI4 +Q7KZI7 + Q92997 +Q7KZI7 - P10636 +Q13042 + Q9BS18 +Q13042 + Q9UJX4 +Q13042 + Q9UJX5 +Q13042 + Q8NHZ8 +Q13042 + Q9UM13 +Q13042 + Q9UJX6 +Q13042 + Q9UJX2 +Q13042 + Q9H1A4 +Q13042 + P30260 +Q13042 + Q9UM11 +Q13042 + Q9NYG5 +Q13042 + Q9UJX3 +Q13042 - P06493 +Q9UJX6 + Q9UJX4 +Q9UJX6 + Q9UJX5 +Q9UJX6 + Q8NHZ8 +Q9UJX6 + Q9UM13 +Q9UJX6 + Q13042 +Q9UJX6 + Q9UJX2 +Q9UJX6 + Q9H1A4 +Q9UJX6 + O00762 +Q9UJX6 + P30260 +Q9UJX6 + Q9UM11 +Q9UJX6 + Q9NYG5 +Q9UJX6 + Q9UJX3 +Q9UJX6 - O14640 +Q99612 + Q9UIK4 +Q99612 - O95997 +Q12834 + Q9UJX4 +Q12834 + Q9UJX5 +Q12834 + Q8NHZ8 +Q12834 + Q9UM13 +Q12834 + Q13042 +Q12834 + Q9UJX6 +Q12834 + Q9UJX2 +Q12834 + Q9H1A4 +Q12834 + O00762 +Q12834 + P30260 +Q12834 + Q9UM11 +Q12834 + Q9NYG5 +Q12834 - P14635 +Q12834 + Q9UJX3 +Q12834 - P20248 +O43823 + O15379 +Q9NPP4 - Q9Y239 +Q9NPP4 - O43353 +Q9NPP4 - P04637 +Q9NPP4 - Q9HC29 +Q13007 + Q6UXL0 +Q13007 + Q8N6P7 +Q13007 + Q9UHF4 +Q13007 + P01574 +P60896 + P51587 +P0DMV9 + P22413 +P0DMV9 + Q9HC29 +Q9HC29 + Q01523 +Q9HC29 + Q8WTQ1 +Q9HC29 - Q9Y239 +Q9HC29 + Q676U5 +Q9HC29 + Q9C000 +Q9HC29 + Q16539 +Q9HC29 + Q99558 +Q9HC29 + P28482 +Q9HC29 + P45983 +Q9Y297 - P47736 +Q9Y297 - Q53EL6 +Q9Y297 - Q15910 +Q9Y297 - P08151 +Q9Y297 - Q8N145 +Q9Y297 - O15534 +Q9Y297 - Q00653 +Q9Y297 - P25963 +Q9Y297 + Q04206 +Q9Y297 + P30304 +Q9Y297 - P19838 +Q9Y297 - Q9UKT4 +Q9Y297 - Q15653 +Q9Y297 - P84022 +Q9Y297 - P30291 +Q9Y297 + Q9H3D4 +Q9Y297 - Q13485 +Q9Y297 - P46937 +Q9Y297 - P10070 +P60763 + Q13153 +O14544 - P10721 +Q9H9A7 + P54132 +P37198 + O14980 +Q99748 + O00451 +Q99748 + P56159 +Q99748 + P07949 +Q13144 + Q9NR50 +Q13144 + Q9UI10 +Q13144 + P49770 +Q13144 + P20042 +Q9H2G2 + Q99683 +Q9H9Q4 + Q13426 +P41236 - P62136 +P55010 + O75821 +P55010 + O15371 +P55010 + P55884 +P55010 - P20042 +Q86UT6 - Q7Z434 +Q04724 - Q01196 +Q04724 + Q9UJU2 +P06744 + Q9UKV5 +Q9UK32 - P49815 +Q16666 + Q86WV6 +Q16666 + P04637 +P43034 + P30622 +Q9BVC4 + P42345 +Q9H257 + O43353 +Q9H257 + Q16539 +Q9H257 + P45983 +P49427 - P25963 +Q96KQ7 - P68431 +Q96KQ7 + Q9Y6K1 +Q96KQ7 + Q9UBC3 +P30260 + Q9BS18 +P30260 + Q9UJX4 +P30260 + Q9UJX5 +P30260 + Q8NHZ8 +P30260 + Q9UM13 +P30260 + Q13042 +P30260 + Q9UJX6 +P30260 + Q9UJX2 +P30260 + Q9H1A4 +P30260 + Q9UM11 +P30260 + Q9NYG5 +P30260 - P14635 +P30260 + Q9UJX3 +P30260 + Q12834 +Q96PU4 - Q8WW12 +Q5MJ70 + P24941 +Q16667 - P24941 +Q9Y4R8 + P42345 +Q9Y4R8 + Q13315 +Q13323 - Q07817 +Q13323 - P10415 +Q96LA8 - P68431 +Q96LA8 - P07996 +Q12974 + P24941 +Q8IZL9 + Q9UPZ9 +Q8IZL9 + P24941 +P35638 + O43521 +P35638 + P11215 +P35638 + P17535 +P35638 + P15407 +P35638 - P10415 +O75925 - Q13642 +O75925 - Q92793 +O75925 + P15927 +O75925 + P03372 +O75925 + P63165 +O75925 + Q00987 +O75925 + O75626 +O75925 + P48436 +O75925 + P04637 +O75925 + Q12888 +O75925 + Q13485 +Q12959 + Q7Z628 +Q12959 - P39086 +Q13541 - O60573 +Q13541 + P42345 +Q13541 - Q8N122 +Q14676 + O60934 +Q14676 + O96017 +Q14676 + O76064 +Q14676 + Q13315 +Q14676 + Q12888 +Q14676 + P38398 +P49916 + P18887 +P25490 - P13569 +P25490 + P01106 +P25490 - P25445 +P25490 - P46531 +P25490 + Q9UBK2 +P25490 + P04637 +Q01105 - P62714 +Q01105 - P15531 +Q01105 - P67775 +Q01105 + P04150 +P05412 + P14921 +P05412 + P15408 +P05412 + P15884 +P05412 + P03372 +P05412 - O60260 +P05412 + P18847 +P05412 + P16220 +P05412 + P01100 +P05412 + P18146 +P05412 + Q9NQB0 +P05412 + P01215 +P05412 + P15407 +P05412 + P04150 +P05412 + P28562 +P05412 + P84022 +P05412 + O94916 +P05412 + Q13485 +Q14207 + Q9BQA5 +Q9Y253 + Q13535 +Q9Y253 + Q9UBZ9 +Q14145 - P08263 +Q14145 - P63000 +Q14145 - O14920 +Q14145 - Q06546 +Q14145 - Q16236 +O15269 - O95477 +P22670 + P00519 +Q9HAZ1 + Q15942 +Q9HAZ1 - P00519 +P30876 + Q9Y5B0 +P41134 - Q92858 +P41279 + Q8N5S9 +P41279 + O15111 +P41279 + O14757 +P41279 + P45985 +P41279 + P53350 +P41279 + Q13163 +P41279 + P46734 +P41279 - P19838 +P41279 + Q02750 +P41279 + Q99558 +P41279 + P28482 +P41279 + P36507 +O60271 - Q07866 +O60271 + P45985 +O60271 + Q15759 +O60271 + Q99759 +O60271 + Q16539 +O60271 + P61244 +P49715 + P02788 +P49715 - P01106 +P49715 + P61626 +P49715 + P17947 +P49715 + P08571 +P49715 + P49279 +P49715 + P05164 +P49715 + P15509 +P49715 + Q99062 +P49715 + P07333 +P49715 + P08246 +Q99616 + P41597 +Q99616 + P51677 +Q99616 + P51681 +Q99616 + P49682 +Q99616 + P13500 +Q14974 + P84022 +P62826 + Q9H6Z4 +P62826 + Q14974 +P62826 + P10275 +P42685 + Q12972 +P42685 + P22681 +P42685 + P78347 +P46060 + P62826 +P54821 + P11831 +P52292 + P10914 +P52292 + O96017 +P56524 - Q06413 +P56524 - Q14814 +P56524 - Q13950 +P56524 + P62805 +P56524 - P10275 +P56524 - Q02078 +P56524 - P84022 +P49792 + Q9UBU9 +P49792 + Q14974 +P49792 + P62826 +P49792 + O14980 +P49792 + P63165 +P49792 + Q00987 +P49792 + P46060 +P49792 + P52292 +P49792 + P56524 +O75173 + P16112 +Q56UN5 + Q9UMX1 +Q56UN5 + Q15642 +Q07002 + Q15942 +Q07002 + Q15642 +Q59H18 + Q9NQV6 +Q59H18 + O94763 +Q59H18 + P08133 +Q59H18 + Q12968 +Q59H18 + Q15154 +Q59H18 + O15164 +Q59H18 + Q12972 +Q59H18 + P31948 +Q59H18 + Q15942 +Q59H18 + Q15654 +Q59H18 + Q9NRA8 +Q59H18 + Q9H4X1 +Q59H18 + Q8WUF5 +Q59H18 + P22681 +Q59H18 + Q00987 +Q59H18 + Q9UER7 +Q59H18 + P14317 +Q59H18 + P06748 +Q59H18 + Q9Y230 +Q59H18 + Q15642 +Q9NSY0 + P56693 +Q9NSY0 + Q8N5S9 +Q9NSY0 + P22681 +Q9NSY0 + Q15642 +P01584 + Q9NPH3 +P01584 - P05187 +P01584 + P14778 +P01584 - P27930 +Q15319 + Q9UBR4 +Q15319 + Q99684 +Q15319 + P23560 +Q15319 + P20783 +Q14457 + Q9C0C7 +Q14457 + Q8NEB9 +Q14457 + Q99570 +Q14457 + P09429 +Q96GC9 + Q14457 +Q9UDY8 + Q9NYJ8 +P08134 + Q13464 +P49116 + Q13131 +P49116 + O15111 +P49116 - P10275 +P49116 + O14920 +Q14188 + Q14209 +Q14188 + P28749 +Q14188 + P06400 +Q14188 - Q01094 +Q8N726 + Q92993 +Q8N726 - P24385 +Q8N726 - Q13547 +Q8N726 - Q00987 +Q8N726 + Q13535 +Q8N726 - P11802 +Q8N726 - P06748 +Q8N726 - Q00534 +Q8N726 + P04637 +Q8N726 - P30279 +Q8N726 - Q01094 +P35232 + P04637 +P35232 - Q01094 +Q14186 + Q14209 +Q14186 - P28749 +Q14186 + P06400 +P49336 + P24863 +P49336 - Q01094 +Q14209 + Q15910 +Q14209 + O75530 +Q14209 + P14635 +Q14209 + P12004 +Q14209 + P42771 +Q14209 + Q75NE6 +Q14209 + Q01094 +Q9H211 - O75496 +Q15910 - P68431 +Q15910 + P10275 +Q15910 + P38398 +P51449 + O00327 +P51449 - Q13541 +P17081 + Q9UPT5 +P17081 + Q13153 +P09884 + Q07864 +Q16531 - O14757 +Q16531 + Q01094 +Q92547 + P09884 +Q92547 + Q8WXE1 +Q92547 + Q99638 +Q92547 + O75419 +Q92547 + Q13535 +Q92547 - Q01094 +Q8N3Y1 - P24385 +P14635 + Q9UJX5 +P14635 + P30260 +P14635 + P06493 +P14635 + P53350 +P14635 + Q08050 +Q9NZJ0 - Q9NQR1 +Q9NZJ0 + Q13619 +Q8NEM0 + P51587 +Q8NEM0 + Q8TAQ2 +Q8NEM0 + Q01094 +Q7Z6Z7 + P01106 +Q7Z6Z7 - Q07820 +P20226 + P04150 +Q8N7H5 + O43463 +P42771 - Q14209 +P42771 - P01106 +P42771 - P24385 +P42771 - Q07817 +P42771 - Q00987 +P42771 + Q13535 +P42771 - O00716 +P42771 - P24941 +P42771 - Q7Z6Z7 +P42771 - P11802 +P42771 - Q96GD4 +P42771 + P04637 +P42771 - Q01094 +P28749 + Q14186 +P28749 - P01106 +P28749 + Q16254 +P28749 + P24864 +P28749 - P10244 +P28749 - P38398 +P28749 - Q01094 +Q01831 + Q16531 +Q01831 + P51532 +O75164 - O43521 +O75164 + P10275 +O75164 + P10412 +Q9BXL8 - Q01094 +Q06609 + P51587 +Q06609 + O14757 +Q06609 + P42574 +Q06609 + P43351 +O75461 - Q9UBK9 +O75461 - Q99708 +O75461 - P45973 +O75461 - P38398 +O75461 - Q01094 +O15297 - P53778 +O15297 - O14757 +O15297 - P16104 +O15297 - Q13315 +O15297 - P13051 +O15297 - Q16539 +O15297 + Q01094 +Q13309 + Q9UMW8 +Q13309 - P49918 +Q13309 - P38936 +Q13309 - P24941 +Q13309 + P28562 +Q13309 - P06400 +Q13309 - P20248 +Q13309 - P24864 +Q13309 - Q09472 +Q13309 - Q13485 +Q13309 + Q01094 +Q16270 - P01308 +Q9NRR8 - P60953 +Q9BZ29 + P60953 +P98174 + P60953 +Q9P286 + P63000 +Q9P286 + P60953 +Q6PL18 + P01106 +Q6PL18 + P03372 +Q6PL18 + P10275 +Q6PL18 + Q01094 +P35125 + P62330 +Q12982 + P60953 +Q75NE6 - Q01196 +Q75NE6 - Q01094 +Q12888 + Q6ZW49 +Q12888 + P04637 +Q12888 + P56524 +Q12888 - Q01094 +Q15052 + Q9Y2X7 +Q15052 + Q13153 +Q15052 + P63000 +Q15052 + P60953 +Q86WH2 + Q13043 +O43422 - Q13217 +O43422 + Q13043 +Q9H2K8 + Q13188 +Q9H2K8 + Q13043 +Q96N67 + P60953 +Q9H8S9 + Q9NRM7 +Q9H8S9 + O95835 +Q15811 + P60953 +Q9H4B6 + Q13188 +Q9H4B6 + Q13043 +Q7L9L4 + Q9NRM7 +Q7L9L4 + O95835 +Q7L7X3 + Q13188 +Q7L7X3 + P46734 +Q7L7X3 + Q13043 +Q9UL54 + P19419 +Q9UL54 + P52564 +Q9UL54 + O14733 +Q9UL54 + Q13188 +Q9UL54 + P45985 +Q9UL54 + P46734 +Q9UL54 + Q13043 +Q8WWW0 + P01116 +Q8WWW0 + Q9NS23 +Q8WWW0 - Q00987 +Q9NS23 + Q13188 +Q9NS23 - Q00987 +Q9NS23 - Q12834 +Q9NS23 + P26927 +Q9NS23 + Q13043 +O15534 + Q13315 +Q9H0E9 + P37231 +Q9HAZ2 + P12755 +Q9HAZ2 + P37231 +P26927 + P33778 +P26927 + Q04912 +P26927 - P06899 +P26927 + Q13043 +P01375 + O75509 +P01375 + P48736 +P01375 + P42338 +P01375 + P19438 +P01375 + P27361 +P01375 + P20333 +P01375 + O15111 +P01375 - Q15628 +P01375 + P78536 +P01375 + P31751 +P01375 + Q9Y6K9 +P01375 + P42336 +P01375 + P21580 +P01375 + O14920 +P01375 + P31749 +P01375 - P01579 +P01375 + Q16236 +P01375 + O75475 +Q9UPS6 + P68431 +O75475 + P04792 +O75475 + P48506 +O75475 + P08319 +O75475 + O94788 +O75475 + P07327 +O75475 + P30041 +O75475 + P02511 +Q9NYR9 + Q15653 +P20800 + P25101 +P12270 + Q9UBU9 +P12270 + Q13257 +P12270 + Q9Y6D9 +O95980 - P14780 +Q9NRE1 + P14780 +Q13257 - Q9UJX5 +Q13257 - Q13042 +Q13257 - Q9UJX6 +Q13257 - P30260 +Q13257 - Q9UJX3 +Q13257 - Q12834 +Q9Y6D9 + Q13257 +P61244 + P50539 +P61244 + Q8IWI9 +P61244 + Q9BW11 +P61244 - P02794 +P61244 + P01106 +P61244 + Q99583 +P61244 - P49715 +P61244 + Q9Y6D9 +P10646 - P00742 +P10646 + P98155 +P42830 + P25024 +P42830 + P25025 +Q8N2H9 + P51617 +Q9HAT8 + P51617 +O43187 + Q9Y4K3 +P01033 - P03956 +P01033 - P08253 +P01033 - P14780 +Q9Y616 - Q9NWZ3 +Q9Y616 + Q9Y4K3 +Q9Y616 + Q13263 +Q9Y616 - P51617 +P35625 - O75173 +P35625 - P08253 +P35625 - P14780 +Q5VVH5 - P51617 +Q9NWZ3 + P14598 +Q9NWZ3 + Q9HAT8 +Q9NWZ3 + Q9Y4K3 +Q9NWZ3 + P51617 +O95343 + P26367 +P14778 + O43187 +P14778 + Q9Y4K3 +P14778 + P27986 +P14778 - P01584 +P14778 + P53779 +P14778 + Q99836 +P14778 + P45984 +P14778 + P45983 +P14778 + P51617 +Q99700 + O60260 +O14757 - P43405 +O14757 + P84243 +O14757 + P51587 +O14757 - P68431 +O14757 - O15151 +O14757 + O00311 +O14757 + Q8NG66 +O14757 + O15360 +O14757 + Q9BXW9 +O14757 - Q16531 +O14757 + P63146 +O14757 + O15350 +O14757 + Q9HAW4 +O14757 + O95997 +O14757 + Q06609 +O14757 + O00716 +O14757 + Q9HB96 +O14757 + P06400 +O14757 + Q96GD4 +O14757 - P19838 +O14757 + Q9NW38 +O14757 + P04637 +O14757 + P54132 +O60603 + Q9H0E2 +O60603 + P63000 +O60603 + Q86XR7 +O60603 + Q99836 +O60603 + P58753 +Q9Y4P8 + Q676U5 +O15524 - P14784 +O15524 - P40238 +O15524 - P52333 +O15524 - P10912 +O15524 + P09603 +O15524 - P35568 +O15524 - P06213 +O15524 - P46109 +O15524 - P51617 +P63092 + Q08462 +P63092 + Q08828 +P63092 + O15169 +P63092 + P27986 +P63092 + O95622 +P63092 + O43306 +O00206 + O15263 +O00206 + Q9Y4K3 +O00206 + O95999 +O00206 + Q86XR7 +O00206 + Q99836 +O00206 + Q8IUC6 +O00206 + P58753 +Q96EQ8 - Q9BYX4 +Q96EQ8 - O95786 +O75593 + Q15796 +Q7Z434 + Q14790 +Q7Z434 + Q96P20 +Q7Z434 - Q9BYX4 +Q7Z434 + O14920 +Q7Z434 - O95786 +Q9NX47 + O95786 +Q8IUD6 + O95786 +Q15583 + Q9H0M0 +Q15583 - Q15796 +Q9HCU8 + P49005 +P49005 + Q15054 +P28340 + Q15054 +P28340 + Q9HCU8 +P28340 + P49005 +Q9UJX5 + Q9BS18 +Q9UJX5 + Q9UJX4 +Q9UJX5 + Q8NHZ8 +Q9UJX5 + Q9UM13 +Q9UJX5 + Q13042 +Q9UJX5 + Q9UJX6 +Q9UJX5 + Q9UJX2 +Q9UJX5 + Q9H1A4 +Q9UJX5 + P30260 +Q9UJX5 + Q9UM11 +Q9UJX5 + Q9NYG5 +Q9UJX5 - P14635 +Q9UJX5 + Q9UJX3 +Q9UJX5 - P06493 +Q8NG31 + O43683 +Q8NG31 + O60566 +Q9UJX3 + Q9UJX4 +Q9UJX3 + Q9UJX5 +Q9UJX3 + Q9UM13 +Q9UJX3 + Q13042 +Q9UJX3 + Q9UJX6 +Q9UJX3 + Q9UJX2 +Q9UJX3 + Q9H1A4 +Q9UJX3 + P30260 +Q9UJX3 + Q9UM11 +O95997 - Q14674 +O95997 + P04637 +O60566 - Q9UJX5 +O60566 - Q9H1A4 +O60566 - Q9UJX3 +O60566 + P06493 +O60566 + O95997 +Q96BD5 - O60341 +P49918 - P24941 +P49918 - P11802 +P49918 - P20248 +Q9UKL0 + Q13127 +Q9UKL0 + O60341 +P61956 + P10276 +P61956 + Q9UKL0 +P61956 - Q99607 +P61956 + O60341 +P02787 + P02786 +P02787 - P17936 +Q5FWF5 + O60216 +Q5FWF5 + Q9UQE7 +Q5FWF5 + O60341 +Q9HD26 - P08588 +Q9HD26 - P13569 +Q9HD26 + Q14457 +P07288 + P04279 +P07288 + P00747 +P07288 + P12272 +P07288 - P10275 +P07288 + P17936 +Q13465 + P56545 +Q13465 + Q13547 +Q13465 + Q13363 +Q03112 - P84022 +Q03112 + Q13363 +Q92622 - Q8NEB9 +Q92622 - Q14457 +P63165 - Q969V6 +P63165 + Q96RL1 +P63165 + Q9Y4K3 +P63165 + Q00987 +P63165 + P35398 +P63165 - P11831 +P63165 - Q99607 +P63165 + Q13426 +P63165 + P52952 +P63165 + P04150 +P63165 + P48552 +P63165 - P09874 +P63165 + Q05516 +P63165 - Q9H2X6 +P63165 + P49711 +P63165 + Q13485 +P63165 + P46937 +P63165 + Q13363 +Q9UBR4 + Q96A47 +Q9UBR4 + P61371 +P48552 + Q13133 +P48552 - Q13285 +P48552 - P03372 +P48552 + P10275 +P48552 + P04150 +P05113 + P32927 +P05113 + Q01344 +Q86X95 - Q06330 +P52657 + P20226 +Q96K30 - Q06330 +Q12948 + Q06330 +P23759 + O14686 +P23759 + Q03164 +O95251 + P68431 +O95251 + P62805 +O95251 + P10275 +Q9Y5J3 - Q06330 +Q13642 + P48552 +Q13642 - Q06330 +Q04721 + Q86Y01 +Q04721 - P15923 +Q04721 + Q06330 +Q99466 + Q8IZL2 +Q99466 + Q96JK9 +Q99466 + Q06330 +Q8IZL2 + Q04721 +Q8IZL2 + Q99466 +Q8IZL2 + Q9UM47 +Q8IZL2 + P46531 +Q8IZL2 + Q06330 +Q9UM47 + Q06330 +Q96JK9 + Q04721 +Q96JK9 + Q99466 +Q96JK9 + Q9UM47 +Q96JK9 + P46531 +Q96JK9 + Q06330 +Q13547 - O43623 +Q13547 - Q13351 +Q13547 + Q04724 +Q13547 - O95863 +Q13547 + Q92793 +Q13547 - P01106 +Q13547 + P62805 +Q13547 - Q15796 +Q13547 - Q04206 +Q13547 + Q13263 +Q13547 - O60675 +Q13547 + Q01543 +Q13547 - P84022 +Q13547 - P15172 +Q13547 - P04637 +Q13547 - Q16236 +Q13547 - P36952 +Q13547 - Q01094 +Q13547 + Q13363 +Q13547 - Q06330 +Q14469 + Q04724 +Q14469 - Q86Y01 +Q14469 + Q13950 +Q14469 - P04150 +Q14469 - Q06330 +Q9UQF2 - Q12852 +Q9UQF2 + Q13972 +Q9UQF2 + Q02779 +Q9UQF2 - Q12851 +Q9UQF2 + Q92918 +Q9UQF2 + P80370 +Q9UQF2 + O14733 +Q9UQF2 + Q13009 +Q9UQF2 + P45985 +Q9UQF2 - P46531 +Q9UQF2 + P31749 +Q9UQF2 + Q16539 +Q9UQF2 - P45984 +Q9UQF2 - Q06330 +P00747 + P00750 +P00747 - P00749 +P00747 + P55085 +P00747 + P08254 +P00747 + P14780 +P00747 + P01138 +P00747 + P25116 +O94953 - P68431 +P36894 + P50747 +P36894 + O00238 +P36894 + Q13873 +P36894 + O15198 +P36894 + P22694 +P36894 + P43403 +P36894 + Q99717 +P36894 + Q15797 +P36894 + Q05655 +P36894 + Q15750 +P36894 + Q9Y265 +Q15172 + P36897 +Q9Y265 + O60832 +Q9Y265 + P00747 +Q9Y265 + O14746 +Q9Y265 + P27708 +Q9UKN7 + Q9P202 +B1AK53 + Q9UKN7 +Q9BVW5 + P33991 +Q9BVW5 + P27694 +Q9BVW5 + Q9UNS1 +Q13535 + P15927 +Q13535 + P49736 +Q13535 + Q9NVI1 +Q13535 + Q96RL1 +Q13535 + O15360 +Q13535 + Q9BXW9 +Q13535 + O60671 +Q13535 + Q8WXE1 +Q13535 + Q6PCD5 +Q13535 + Q92547 +Q13535 - Q00987 +Q13535 + O60934 +Q13535 + O14757 +Q13535 + O96017 +Q13535 + P16104 +Q13535 - Q9HAW4 +Q13535 + P33991 +Q13535 - P53350 +Q13535 + Q99708 +Q13535 + Q01831 +Q13535 + P08047 +Q13535 + Q9Y253 +Q13535 + P00519 +Q13535 + Q9UPV0 +Q13535 + Q13315 +Q13535 - Q9UBU7 +Q13535 + Q8TAQ2 +Q13535 + P78527 +Q13535 + Q14683 +Q13535 + Q14566 +Q13535 + Q03164 +Q13535 + Q9NW38 +Q13535 + P23025 +Q13535 + O75943 +Q13535 + P38398 +Q13535 - P27694 +Q13535 + Q01094 +Q9UNS1 + Q9BVW5 +Q9UNS1 + Q13535 +Q9UNS1 + Q13315 +Q8NEV4 + Q13501 +Q92831 + Q06413 +Q92831 + Q9Y2Y9 +Q92831 + P33076 +Q92831 + P14316 +Q92831 + Q92793 +Q92831 + P68431 +Q92831 + P10914 +Q92831 + Q00987 +Q92831 + P62805 +Q92831 + O15350 +Q92831 + P10275 +Q92831 - P24941 +Q92831 + Q15796 +Q92831 + P46531 +Q92831 + P20823 +Q92831 + P84022 +Q92831 + P15172 +Q92831 + Q09472 +Q92831 + P04637 +Q92831 + Q06330 +Q8IXJ6 - P68431 +Q8IXJ6 - Q92831 +Q8IXJ6 - P15172 +O14807 + P55196 +O14807 + Q8WWW0 +O14807 + P42336 +O14807 + P15056 +O14807 + P04049 +Q8WXI2 + P04049 +P63151 + P36897 +P63151 - P67775 +P63151 - P23443 +P63151 + P04049 +Q00005 - O15530 +Q00005 - P04049 +Q969H4 + Q9NS23 +Q969H4 + P04049 +P15173 + P51532 +Q8TCT0 + P04049 +Q9C004 - Q15569 +Q9C004 - P22681 +Q9C004 - P04049 +Q9BRX9 + P27361 +Q9BRX9 + Q02750 +Q9BRX9 + P04049 +Q96RT1 - O43353 +Q96RT1 + P84022 +Q96RT1 - Q9HC29 +Q96RT1 - P04049 +Q99576 - Q00653 +Q99576 - Q04206 +Q99576 - P19838 +Q99576 - P04049 +P62070 + O15211 +P62070 + P55196 +P62070 + Q8WWW0 +P62070 + P10398 +P62070 + P27986 +P62070 + Q12967 +P62070 + Q13671 +P62070 + P04049 +Q15382 + P42345 +Q15382 + Q9BVC4 +Q15382 + Q8N122 +Q15382 - P15056 +Q15382 - Q14318 +Q15382 + Q13393 +Q15382 + P04049 +Q86YT6 - Q16637 +Q86YT6 - P34925 +Q86YT6 + Q9NYJ7 +Q86YT6 + Q9NR61 +Q86YT6 + O00548 +Q86YT6 - P53355 +Q86YT6 + P78504 +O95816 + P10415 +O95816 + Q9UNE7 +O95816 + P04049 +P28715 + Q92759 +P28715 + Q13888 +P28715 + P32780 +P28715 + P19447 +P28715 + P18074 +P28715 + P12004 +P36507 + P27361 +P36507 + Q16659 +P36507 + P37231 +P36507 + Q00613 +P36507 + Q15349 +P36507 + P28482 +Q01196 - P30281 +Q01196 + P08700 +Q01196 + Q13547 +Q01196 + P51451 +Q01196 + P01730 +Q01196 + P05164 +Q01196 + P15509 +Q01196 - P49715 +Q01196 + Q92769 +Q01196 - Q00534 +Q01196 - Q75NE6 +Q01196 + P07333 +Q01196 + P08246 +Q01196 + P46695 +Q13422 - Q9UKT9 +P35240 - O14964 +P35240 + Q9NRM7 +P35240 - Q13153 +P35240 - Q12967 +P35240 + O95835 +P30307 + P14635 +P98082 + P41240 +P98082 + Q92997 +P98082 + P36897 +P98082 + Q15796 +P98082 - O75581 +P98082 + P84022 +P98082 + P37173 +Q92985 + P01574 +Q96PY6 - P21796 +Q96PY6 + P05814 +O43663 - Q9H0H5 +Q9H0H5 - P60953 +Q99836 - Q9NPH3 +Q99836 + P08138 +Q99836 + Q9NWZ3 +Q99836 - P14778 +Q99836 + Q13158 +Q99836 + Q9Y4K3 +Q99836 + P51617 +Q9NYK1 + Q99836 +Q9NR97 + Q99836 +Q9NR97 - Q9NYK1 +Q9UBP5 - P46531 +Q9UBP5 - P27540 +P35869 + P03372 +P35869 + P10275 +Q9NRH2 + O43566 +Q9NRH2 + Q13330 +P27540 + P35869 +P27540 + Q9GZT9 +P27540 + Q9H6Z9 +O75364 + Q13330 +Q13619 + P49815 +Q15843 + Q8TBC4 +Q15843 + Q13617 +Q15843 - Q13619 +Q96KB5 + P81274 +Q96KB5 + P68431 +Q96KB5 + Q06830 +Q96KB5 + Q8WUF5 +Q96KB5 + P14635 +Q96KB5 + O43663 +Q96KB5 + Q13330 +P02751 + Q16610 +P02751 + P53708 +P02751 - O75173 +P02751 + P06756 +P02751 + P26010 +P02751 + P05106 +P02751 + P18084 +P02751 + P34741 +P02751 + P08648 +P02751 + P13612 +P02751 + P16070 +P02751 + P18564 +P02751 + P62993 +P02751 + P14780 +P02751 + P05556 +P02751 + P48061 +P02751 + P26006 +Q14994 + P19793 +Q14994 - Q12778 +P54652 - Q99683 +Q9NR28 - Q96CA5 +Q9NR28 - Q9NR09 +Q9NR28 + P55211 +Q5SGD2 - Q99683 +O95382 + P45985 +O95382 + Q99683 +P15170 + Q99683 +O15392 + P98170 +O15392 - Q9NR28 +O15392 + Q96GD4 +O15392 - P55210 +O15392 - P55211 +P04264 + P01042 +P04264 + P05164 +P04264 + P25054 +Q5JTC6 + P19544 +Q5JTC6 + Q9HCP0 +Q5JTC6 + O15169 +Q5JTC6 + P49841 +Q5JTC6 + O75581 +Q5JTC6 + P25054 +Q969X0 + Q13153 +O60729 - Q16659 +O60729 - Q9NQR1 +O60729 - Q13309 +O60729 + Q99618 +O60729 - P04637 +O60729 + P25054 +P39748 + P27695 +Q5T0N5 + O00401 +P19525 + Q15172 +P19525 + Q12906 +P19525 + O15111 +P19525 + Q9Y4K3 +P19525 - P06493 +P19525 + O96017 +P19525 + P53350 +P19525 + P04637 +P19525 + Q05655 +O75569 + P19525 +Q9ULT6 - O75581 +Q9ULT6 - Q14332 +Q68DV7 + Q14332 +P56704 + P34925 +P56704 + Q9NPG1 +P56704 + Q9UP38 +P56704 + O60353 +P56704 + Q9H461 +P56704 + O75197 +P56704 + O14640 +P56704 + O75581 +P56704 + Q14332 +O00744 + Q9NPG1 +O00744 + Q9UP38 +O00744 + O75197 +O00744 + Q13467 +O00744 + O75581 +O00744 + Q14332 +O95998 - Q14116 +Q92844 + Q9UHD2 +Q92844 + Q9Y6K9 +Q92844 + Q14164 +P24158 + P24001 +Q9BRV8 - Q14164 +O00571 + Q14164 +Q13237 + Q03393 +Q13237 + Q14831 +Q13237 + P28907 +Q13237 + O76074 +Q13237 - P04792 +Q13237 + P16220 +Q13237 + P29475 +O14490 + Q12879 +O14490 + P29475 +Q08050 + P08253 +Q08050 + P30305 +Q08050 + P14635 +Q08050 + P06493 +Q08050 + P30307 +Q08050 + P30304 +Q08050 + P49454 +Q9UPZ9 + Q8N122 +P53041 - Q9UPZ9 +P53041 - Q16543 +P53041 - P10636 +P53041 - Q99683 +P53041 - P04150 +P53041 - P04049 +Q05086 - P54725 +Q05086 + P06401 +Q05086 + P51965 +Q05086 + P49815 +Q05086 + P51668 +Q05086 - P04637 +O00311 + P49736 +O00311 + P33991 +O00311 + P24941 +O00311 - Q5FWF5 +O00311 + Q14566 +O00311 + P25205 +O00311 + P33992 +O00311 + O75475 +O00311 + P33993 +P04198 + P49736 +P04198 + Q9UJA3 +P04198 + P33991 +P04198 + Q14566 +P04198 + P04637 +P04198 + P25205 +P04198 + P33992 +P04198 + P33993 +Q9UBU7 + P49736 +Q9UBU7 + P33991 +Q9UBU7 + P25205 +Q9UBU7 + P33993 +O75943 + Q99638 +O75943 + Q13535 +O75943 + Q13315 +P33993 - Q05086 +P33993 + O75943 +P10415 - Q9Y287 +P10415 - Q14790 +P10415 + P01106 +P10415 - Q07812 +P10415 - Q92934 +P10415 - P99999 +P10415 - Q13794 +P10415 - Q07817 +P10415 - Q13323 +P10415 - O43521 +P10415 - Q9HCN2 +P10415 - Q14457 +P10415 - Q9C000 +P10415 - P09874 +P10415 - Q16611 +P10415 - P04637 +P10415 - P55957 +P10415 - P12956 +P12544 - P26583 +P12544 + P01584 +P12544 - Q01105 +P12544 + P12956 +Q92759 + Q13888 +Q92759 + Q13889 +Q92759 + P32780 +Q92759 + P35269 +Q92759 + P19447 +Q92759 + P20226 +Q92759 + P24928 +Q9NTG7 + P48735 +Q9NTG7 + P12956 +Q9NYV4 + P24928 +Q8N4C8 + Q12809 +Q8N4C8 + Q16539 +Q8IVH8 + Q99759 +Q8IVH8 + Q04759 +Q8IVH8 + Q16539 +Q8IVH8 + Q13233 +Q8IXW5 + P24928 +O95257 - P14635 +O95257 - P06493 +O95257 + P12004 +O95257 + Q9Y6R4 +O60885 + P50750 +O60885 + P24928 +Q9BUZ4 + Q9Y6R4 +P10451 + Q13797 +P10451 + P06756 +P10451 + P08648 +P10451 + P16070 +P10451 + P05556 +O75293 - P14635 +O75293 - P06493 +O75293 + P12004 +O75293 + Q9Y6R4 +P78509 + Q14114 +P78509 + O75553 +P78509 + P98155 +P78509 - P05556 +P02671 + P00750 +P02671 + P20702 +P02671 + P05556 +P24522 - P06493 +P24522 + P12004 +P24522 + Q9Y6R4 +Q9BSU3 + Q16665 +P19320 + Q13349 +P19320 + P13612 +P19320 + P05556 +Q9Y3V2 + Q16665 +P41227 + Q16665 +P14618 + P40763 +Q9P0U3 - Q13547 +Q9P0U3 - Q13263 +Q9P0U3 + Q16665 +Q9H4L4 + Q09472 +Q9H4L4 - Q16665 +P13631 + P28702 +P13631 + P10827 +P13631 + P19793 +P09874 + O95863 +P09874 + P68431 +P09874 - Q9UGL1 +P09874 - P11387 +P09874 + Q86WJ1 +P09874 + P62805 +P09874 + Q8N2W9 +P09874 + P18887 +P09874 + Q7Z2E3 +P09874 + P06899 +P09874 + Q13315 +P09874 - Q96GD4 +P09874 + P49959 +P09874 + P19838 +P09874 + P0C0S5 +P09874 + P10244 +P09874 - Q12778 +P09874 + Q01094 +P09874 + Q16665 +Q12983 - Q15382 +Q12983 - Q07817 +Q12983 - P10415 +P40337 - P62487 +P40337 - Q16665 +P26367 + Q13461 +P26367 + Q8N474 +P26367 + Q96HF1 +P26367 + P19022 +P26367 + Q13394 +P26367 + P02751 +P26367 + O95343 +P26367 + Q8TF72 +P26367 + O75444 +P22301 + Q08334 +P22301 - P19838 +P22301 + Q13651 +P10242 + P17676 +P10242 + P08123 +P10242 + P02452 +P10242 + P23771 +Q13105 - P42772 +Q13105 - P51610 +P02489 + P43320 +P02489 - Q07812 +P02489 - Q07817 +P02511 - Q07812 +P02511 - Q07817 +P02511 + P42574 +P43490 + P06213 +O75444 - P14921 +O75444 + P22301 +O75444 - P10242 +O75444 + P02489 +O75444 + Q16236 +O75444 + P02511 +O14512 - P35568 +O14512 - P06213 +P25774 + P55957 +Q9Y5K5 + O15105 +Q9Y5K5 + P36897 +Q9Y5K5 + Q15796 +Q9Y5K5 + P84022 +Q16186 + Q9Y5K5 +P43378 - P46459 +P43378 - P10912 +P43378 - P06213 +Q8N2I9 + Q8WUF5 +Q8N2I9 + Q13330 +Q8N2I9 + Q14653 +Q9UEE5 + O95149 +Q9UEE5 + Q15773 +Q9UEE5 + Q6KC79 +Q9UEE5 + Q9BWU0 +Q9UEE5 + O00148 +Q9UEE5 + Q15056 +Q9UEE5 + Q14202 +Q9UEE5 + Q9Y3Q8 +Q9UEE5 + Q8NFH5 +Q9UEE5 + Q9BW71 +Q9UEE5 + Q8WXF1 +Q9UEE5 + P23497 +Q9UEE5 + Q9UKY1 +Q9UEE5 + P33316 +Q9UEE5 + Q6UN15 +Q9UEE5 + P50548 +Q9UEE5 + Q15366 +Q9UEE5 + Q07666 +Q9UEE5 + O14980 +Q9UEE5 + P15927 +Q9UEE5 + Q8N5S9 +Q9UEE5 + Q8WUF5 +Q9UEE5 + Q00987 +Q9UEE5 + P19338 +Q9UEE5 + P06733 +Q9UEE5 + Q9Y6K1 +Q9UEE5 + P26651 +Q9UEE5 + Q13330 +Q9UEE5 + Q8TAQ2 +Q9UEE5 + P04637 +Q9UEE5 + Q14653 +Q86WV6 + Q9UHD2 +Q86WV6 + Q14164 +Q86WV6 + Q14653 +P05161 + P23458 +Q8N2W9 + P15927 +Q8N2W9 + Q9UJU2 +Q8N2W9 - P10275 +Q8N2W9 + Q9Y6K9 +Q8N2W9 - Q8IUC6 +Q8N2W9 + Q12888 +Q8N2W9 - Q14653 +Q14451 + Q92730 +P01574 + P48551 +P01574 + P29597 +P01574 + P17181 +P01574 + P23458 +P49674 + Q15056 +P49674 + Q9BQ89 +P49674 + O75534 +P49674 + Q16625 +P49674 + Q12972 +P49674 + Q04917 +P49674 + O14641 +P49674 + Q9NRA8 +P49674 + O15169 +P49674 + Q8WUF5 +P49674 - Q9UJU2 +P49674 - O60716 +P49674 + O14640 +P49674 + Q99835 +P49674 + O15055 +P49674 - Q13541 +P49674 + P19525 +P49674 + Q13330 +P49674 + Q01974 +P49674 + O75581 +P49674 - P30304 +P49674 + P27348 +P49674 + P04637 +P49674 + P55957 +P49674 + P27694 +P49674 - P46937 +P49674 + P15923 +P49674 + Q15642 +P49674 + P25054 +P49674 + Q14653 +P13501 + P32302 +P13501 + P51679 +P13501 + P32246 +P13501 + P51677 +P13501 + P51681 +P13501 + P49682 +Q9BX66 + P22681 +P02778 + P51677 +P02778 + P49682 +P09914 - P60228 +P35754 + P68133 +P35754 - Q99683 +P35754 + O14920 +P35754 - P04406 +P35754 + P23511 +P35754 + Q14653 +P16671 - P07996 +Q15475 + P11487 +Q15475 + P32242 +Q15475 - Q96NX9 +Q15475 + O15520 +Q15475 + P12644 +Q15475 + Q8NES3 +Q15475 - Q99502 +Q15475 + P32243 +Q15475 + P23771 +Q15475 + Q02962 +Q15475 - P56178 +P56178 + Q13950 +Q9NR83 + Q02078 +Q14240 + P06730 +Q8WXE1 + Q92547 +Q8WXE1 + Q13535 +Q8WXE1 + P38398 +Q92466 - Q16531 +Q92466 - P38936 +Q92466 + Q01831 +Q92466 + Q01094 +Q13542 - P06730 +P13010 + Q8WXE1 +P13010 + Q92466 +P13010 + P78527 +Q3LXA3 - Q9BYX4 +Q07325 + P51677 +Q07325 + P49682 +Q96C10 - Q9UHD2 +Q96C10 - Q7Z434 +Q96C10 - Q14164 +Q96C10 - O95786 +Q96C10 - Q92985 +Q96C10 - Q14653 +Q96C10 - Q13114 +Q96RJ3 - Q13114 +Q8N474 - O60353 +Q8N474 - P09544 +Q96G74 - Q13114 +Q9UHD2 + Q9UHL0 +Q9UHD2 + P55084 +Q9UHD2 + Q13137 +Q9UHD2 + Q96CV9 +Q9UHD2 + P62258 +Q9UHD2 + Q9H6S1 +Q9UHD2 + Q04917 +Q9UHD2 + P04792 +Q9UHD2 + Q96PM5 +Q9UHD2 + Q8WUF5 +Q9UHD2 + P22681 +Q9UHD2 + Q00987 +Q9UHD2 + Q13501 +Q9UHD2 + Q13568 +Q9UHD2 + Q13330 +Q9UHD2 + Q14164 +Q9UHD2 + O14920 +Q9UHD2 + Q04206 +Q9UHD2 + Q04864 +Q9UHD2 + P31749 +Q9UHD2 + P19838 +Q9UHD2 + Q9Y230 +Q9UHD2 + Q9UNE7 +Q9UHD2 + P42226 +Q9UHD2 + Q92985 +Q9UHD2 + Q14653 +Q00653 + Q01201 +Q00653 + Q13114 +Q14164 + P03372 +Q14164 - O43524 +Q14164 + Q9UHD2 +Q14164 + Q04864 +Q14164 - P19838 +Q14164 + P42224 +Q14164 + Q92985 +Q14164 + Q14653 +Q9BYX4 - O95786 +Q9BYX4 - Q13114 +P21359 - P01111 +Q8IUC6 + Q13077 +Q8IUC6 + Q13546 +Q8IUC6 + Q9Y4K3 +Q8IUC6 + Q9UHD2 +Q8IUC6 + Q14164 +Q8IUC6 + O14920 +Q8IUC6 + Q9Y572 +Q8IUC6 + Q14653 +Q8IUC6 + Q13114 +Q13114 - Q96RJ3 +Q13114 + Q9UHD2 +Q13114 + Q14164 +Q13114 - Q99558 +P62937 - P61073 +P62937 + O95831 +Q07812 + P10606 +Q07812 + O14727 +Q07812 + P21796 +Q07812 - Q92934 +Q07812 + P99999 +Q07812 + O43464 +Q07812 + Q14249 +Q07812 + Q9NR28 +Q07812 + Q16611 +Q07812 + O95831 +P42575 + Q13546 +P42575 + Q14790 +P42575 + P99999 +P42575 - Q08378 +P42575 + Q12933 +P42575 + Q9NR28 +P42575 + P55210 +P42575 + P42574 +P42575 + P55957 +P42575 + O95831 +P0DMV8 + P22413 +P0DMV8 - O14727 +P0DMV8 - P04150 +P0DMV8 + Q9H816 +P0DMV8 - P04637 +P0DMV8 + Q9HC29 +P0DMV8 - O95831 +Q16611 + P21796 +Q16611 + Q07812 +Q16611 - Q92934 +Q16611 + P99999 +Q16611 + O43464 +Q16611 + Q14249 +Q16611 + Q9NR28 +Q16611 + O95831 +Q8N163 + Q96EB6 +O60934 + O96017 +O60934 + Q13315 +Q14191 + Q96FI4 +Q14191 + Q9HCU8 +Q14191 + P78527 +Q14191 + P39748 +Q14191 + P04637 +Q14191 + P43351 +O15350 + P55212 +O15350 + P29590 +O15350 - Q9P2Y5 +O15350 + Q00987 +O15350 + Q96A56 +O15350 + Q96PG8 +O15350 + P25445 +O15350 - P04637 +O15350 + Q9H3D4 +O43463 + Q13465 +O43463 - P68431 +O15055 - P14859 +O15055 - O00327 +O15055 + Q9Y297 +O15055 - O15516 +P27695 + Q01201 +P27695 + P40763 +P27695 + P10599 +P27695 + P15407 +P27695 + P22674 +P27695 + P04637 +P27695 + P27540 +O96019 + Q13315 +Q14526 - P40763 +Q14526 - Q01094 +Q14526 + Q96EB6 +Q86WX3 + Q96EB6 +P12956 - Q07812 +P12956 + P78527 +O96020 - P49918 +O96020 - P46527 +P30281 + P15514 +P30281 + P42575 +P30281 + P11802 +P30281 - Q08999 +P30281 + P06400 +P30281 + P24864 +P30281 + Q00534 +P10914 + Q14790 +P10914 + P35228 +P10914 + P50591 +P10914 + P12004 +P10914 + P58876 +P10914 + Q96AZ6 +P10914 + Q9BX63 +P10914 + Q02556 +P10914 + P46527 +P62837 + Q15796 +P62837 - P25963 +P61024 + P06493 +P61024 + Q13309 +P61024 + P46527 +P20248 + Q9H211 +P20248 + P06493 +P20248 - O15350 +P20248 + O00716 +P20248 + P24941 +P20248 - P11802 +P20248 + Q13309 +P20248 - P06400 +P20248 - Q99741 +P20248 + P39748 +P20248 + P04637 +P20248 + Q01094 +Q92905 + P61296 +Q92905 - P55085 +Q92905 + O15105 +Q92905 + P01106 +Q92905 + Q00987 +Q92905 + P05412 +Q92905 + Q16665 +Q92905 - P46527 +P78396 + P06400 +P78396 + Q01094 +O60481 + P10071 +Q03164 + P68431 +Q03164 + Q01201 +Q03164 + P31269 +Q03164 + O00255 +Q03164 + P31268 +Q03164 + P31273 +Q03164 + Q9H7Z6 +Q03164 + P42773 +Q03164 + P46527 +P24864 - P38936 +P24864 + P24941 +P24864 + P38432 +P24864 + Q08050 +P24864 + P30304 +P24864 + P10244 +P24864 + P38398 +P24864 + Q01094 +P24864 + P46527 +Q9UIF7 + Q92547 +Q9UIF7 + Q13535 +P21675 + P52655 +P21675 + P35269 +P21675 + Q00987 +P21675 + O43521 +P21675 + P46527 +P32298 + P07550 +P32298 + P51681 +P32298 - P30411 +P30279 + P11802 +P30279 + Q00534 +Q86VP1 + P21580 +O75197 + O15169 +Q9NRG4 + P68431 +Q9NRG4 - P04637 +Q6P2M8 + Q00987 +Q6P2M8 + Q14738 +Q6P2M8 + O43432 +Q96NX5 + O43432 +Q9H237 + P56706 +Q9H237 + Q9H1J7 +Q9H237 + Q9Y6F9 +Q9H237 + P56704 +Q9H237 + P56705 +Q9H237 + P04628 +Q13573 + P11473 +Q13573 + P46531 +Q13573 + Q06330 +Q13573 - Q9Y618 +P34925 + O14641 +P34925 + Q9H461 +P34925 + Q92997 +P34925 + O14640 +Q92731 + Q15466 +Q92731 + P10276 +Q92731 + Q15759 +O60353 + O14640 +Q96T58 - Q9HD15 +Q96T58 + O75376 +Q96T58 - Q06330 +Q96HF1 - P56705 +Q96HF1 - P04628 +P41182 - Q13105 +P41182 - Q13535 +P41182 - P17535 +P41182 - P04637 +O15379 - Q9NWQ8 +O15379 + O15105 +O15379 - P68431 +O15379 - P01106 +O15379 + Q13547 +O15379 - Q13950 +O15379 - P37231 +O15379 - Q04206 +O15379 + Q13263 +O15379 - P19838 +O15379 - O60675 +O15379 + Q09472 +O15379 - Q16236 +O15379 + Q01094 +Q9NZL4 - P0DMV8 +Q13363 + Q9C0J9 +Q13363 + O60315 +Q13363 - P41970 +Q13363 - Q9NQB0 +Q13363 - P48552 +Q13363 - Q09472 +Q99614 + P0DMV8 +Q06330 + Q86X95 +Q06330 + P52657 +Q06330 + P23759 +Q06330 - Q9Y5J3 +Q06330 + Q8IZL2 +Q06330 + Q96JK9 +Q06330 + Q14469 +Q06330 + Q9Y618 +Q96EB6 + Q6UUV9 +Q96EB6 - P58012 +Q96EB6 - P68431 +Q96EB6 - P29590 +Q96EB6 - Q01201 +Q96EB6 + O75376 +Q96EB6 + O60934 +Q96EB6 - Q14191 +Q96EB6 - O15350 +Q96EB6 + P10275 +Q96EB6 + O43463 +Q96EB6 - O15055 +Q96EB6 + P27695 +Q96EB6 - P46531 +Q96EB6 - Q04206 +Q96EB6 + Q9UBK2 +Q96EB6 + P06400 +Q96EB6 + P98177 +Q96EB6 - Q09472 +Q96EB6 - P04637 +Q96EB6 - Q16236 +Q96EB6 - Q01094 +Q96EB6 + P12956 +Q96EB6 + Q9Y618 +Q92956 + Q7Z6A9 +O95407 - O95150 +O95407 - P48023 +P36941 + Q12933 +P36941 + Q99558 +O43557 + Q92956 +O43557 + O95407 +O43557 + P36941 +Q8WXG9 + Q9P202 +Q8WXG9 + Q9HBM0 +Q8WXG9 - O43306 +Q8WXG9 + O75445 +Q9H9B1 - P68431 +Q9H9B1 + P24385 +Q92833 - P52952 +Q92833 + Q9H9B1 +Q9GZT9 + Q99814 +Q9H6Z9 + Q99814 +Q7Z5R6 + P50552 +Q9UBZ9 + O60673 +P06734 - P05107 +Q14773 + P06756 +Q14773 + P11215 +Q14773 + P05107 +P59768 + P42336 +P59768 + P19174 +Q9UMF0 + P20701 +Q9UMF0 + P05107 +P63215 + P42336 +P63215 + P19174 +P13598 + P05107 +P16520 + P42336 +P16520 + P19174 +P32942 + P05107 +P01024 + P17927 +P01024 + Q07954 +P01024 + P20702 +P01024 + Q16581 +P01024 + P01031 +P01024 + P05107 +P63211 + P62873 +P63211 - P63092 +P63211 + P48736 +P63211 + P42336 +P63211 + P19174 +Q9UM73 + Q92529 +Q9UM73 + P21246 +Q9UM73 + Q92569 +Q9UM73 + P52333 +Q9UM73 + P40763 +Q9UM73 + Q06124 +Q9UM73 - P23246 +Q9UM73 - P04637 +Q9UM73 + P29353 +Q9UM73 + P19174 +P17948 + P98077 +P17948 + Q05397 +P17948 + P29353 +P17948 + P19174 +Q16288 + Q9ULH0 +Q16288 + P98077 +Q16288 + P14921 +Q16288 + P29353 +Q16288 + Q05655 +Q16288 + P19174 +P22004 + Q99717 +P42680 + Q99704 +P42680 + P51813 +P42680 + P15498 +P42680 + Q06187 +P42680 + P19174 +P29376 + P48736 +P29376 + P22681 +P29376 + P35568 +P29376 + P29353 +P29376 + P04049 +P29376 + P19174 +P10912 + P29597 +P10912 + P27986 +P10912 + P35568 +P10912 + P23458 +P10912 + O60674 +P10912 + P42229 +P10912 + P19174 +P68104 + P19174 +Q8NHM5 + Q13162 +Q8NHM5 + P15559 +Q8NHM5 + Q99496 +O96017 + Q6GQQ9 +O96017 + P56693 +O96017 - Q13972 +O96017 + Q15942 +O96017 - P10636 +O96017 - Q9Y294 +O96017 + Q8WUF5 +O96017 + O14757 +O96017 + Q9Y3F4 +O96017 + Q13362 +O96017 + O95997 +O96017 + P18887 +O96017 + P10721 +O96017 + P19525 +O96017 + Q08050 +O96017 + P06400 +O96017 - P30304 +O96017 + P33981 +O96017 + Q15717 +O96017 + Q9H4B4 +O96017 + P38398 +O96017 + P40337 +O96017 + P18858 +O96017 + Q01094 +P22888 + P63092 +Q9NYB0 + Q8WWW0 +Q9H816 + Q96NY9 +Q9H816 + Q15554 +Q15554 - O96017 +Q15554 - Q9NYB0 +Q15554 - Q13315 +Q15554 + P54132 +O95786 + O15111 +O95786 - Q9BYX4 +O95786 + Q14653 +O95786 - Q13114 +O00743 - O43318 +O95819 + P19634 +O95819 + Q13233 +O95819 + O43318 +O43541 + O00238 +O43541 + Q04771 +O43541 + Q96FA3 +O43541 - P49116 +O43541 - Q13485 +O43541 - O43318 +O75688 - P50750 +O75688 - O14920 +O75688 - Q02962 +O75688 - O43318 +Q8IVT5 + P31946 +Q8IVT5 - P15056 +Q8IVT5 + P63104 +Q8IVT5 + Q02750 +Q8IVT5 + P28482 +Q8IVT5 + P36507 +Q8IVT5 + P04049 +Q92918 + Q13094 +Q92918 + Q16584 +Q92918 + P28482 +Q92918 + Q13233 +Q92918 + P45983 +Q92918 + O43318 +Q9Y2W1 - P23246 +Q96FA3 + P51617 +Q96FA3 + O43318 +Q8WUI4 - Q6DJT9 +Q8WUI4 - Q9UPG8 +Q8WUI4 + Q14790 +Q8WUI4 + P29590 +Q8WUI4 - Q13950 +Q15233 + P11387 +Q8N5C8 + Q9Y6K9 +Q8N5C8 + Q9NYJ8 +Q8N5C8 + O43318 +Q969U6 + P49815 +Q969U6 - O43318 +P52564 + Q9NQU5 +P52564 + P53778 +P52564 + Q15759 +P52564 + P53779 +P52564 + O15264 +P52564 + P46108 +P52564 + Q16539 +P52564 + P45984 +P52564 - Q16236 +P52564 + Q05655 +P52564 + P45983 +P19438 + Q92636 +P19438 + P17405 +P19438 + Q14790 +P19438 + O15111 +P19438 + Q15628 +P19438 + Q13158 +P19438 + Q9Y6K9 +P19438 - P25963 +P19438 + P21580 +P19438 + O14920 +P19438 + Q12933 +P19438 + Q9UER7 +P19438 - P01375 +P19438 + O43318 +P49755 + P49768 +P15927 + O60671 +P15927 + Q8WXE1 +P15927 + Q99638 +P15927 + O60934 +P15927 + P49959 +P15927 + O60921 +P15927 - P54132 +Q8WW43 + Q9NZ42 +Q8WW43 + P49810 +Q8WW43 + Q92542 +Q8WW43 + P49768 +Q96BI3 + Q9NZ42 +Q96BI3 + P49810 +Q96BI3 + Q92542 +Q96BI3 + P49768 +O14733 - Q13158 +O14733 + P45985 +O14733 - P35568 +O14733 + P53779 +O14733 + P45984 +O14733 + P45983 +O14733 + O43318 +Q9UMX0 + P49768 +P61088 + Q13404 +P61088 + P12004 +P61088 + O76064 +P61088 + Q12933 +P61088 - O43318 +O15455 + Q8N5C8 +O15455 + Q9Y4K3 +O15455 + Q8IUC6 +O15455 + O43318 +P46734 + P53778 +P46734 + Q9Y463 +P46734 + Q15759 +P46734 + O15264 +P46734 + Q16539 +P46734 + P28482 +Q15653 - P19838 +Q96AE4 + P01106 +Q12951 + Q15475 +Q12951 + Q06710 +Q9H2X6 + O00257 +Q9H2X6 + P12755 +Q9H2X6 + P29590 +Q9H2X6 + Q9UBE8 +Q9H2X6 + Q00987 +Q9H2X6 - Q9UJU2 +Q9H2X6 + P16220 +Q9H2X6 - P17096 +Q9H2X6 + Q9UER7 +Q9H2X6 + P04637 +Q9H2X6 + P46527 +Q99558 + P34947 +Q99558 + P27361 +Q99558 + P53805 +Q99558 + P16333 +Q99558 + O15111 +Q99558 + P40763 +Q99558 + Q9Y6K9 +Q99558 + O14920 +Q99558 + Q12933 +Q99558 + Q04206 +Q99558 + Q15349 +Q99558 + Q13233 +Q8TDC3 + P23258 +Q8TDC3 - P30305 +Q8TDC3 - P30307 +Q15750 - Q01974 +Q15750 + P49116 +Q15750 + Q16539 +Q15750 + O43318 +Q9NYJ8 + Q9UBE8 +Q9NYJ8 + Q9Y4K3 +Q9NYJ8 + Q9Y6K9 +Q9NYJ8 + P49116 +Q9NYJ8 + O43318 +P51617 + Q6GQQ9 +P51617 + Q8N2H9 +P51617 + O43187 +P51617 + Q9Y616 +P51617 + Q96FA3 +P51617 + O15111 +P51617 + Q9Y4K3 +P51617 + P40763 +P51617 + O14757 +P51617 + O60603 +P51617 + Q9Y6K9 +P51617 + O14920 +P51617 + O00206 +P51617 + Q15750 +P51617 + Q9NYJ8 +P51617 + Q92985 +P51617 + O43318 +Q9Y6R4 + Q8N4C8 +Q9Y6R4 + Q8IVH8 +Q9Y6R4 + P52564 +Q9Y6R4 + P45985 +Q9Y6R4 - P60953 +Q9Y6R4 + P46734 +Q9Y6R4 + Q16539 +P25391 + P56199 +P25391 + Q14118 +P25391 + P17301 +P98160 + Q13332 +P98160 + P15692 +P98160 + P17301 +P08123 + P05106 +P08123 + P16070 +P08123 + P08514 +P08123 + P17301 +P02452 + Q16832 +P02452 + P08648 +P02452 + P16070 +P02452 + Q08345 +P02452 + P05556 +P02452 + P17301 +Q7L0J3 + P21579 +O60936 - Q13158 +O60936 + Q07812 +O60936 - P25445 +Q8TDF6 + P01112 +O75886 + P29597 +O75886 + P23458 +O75886 + O60674 +Q8N9B8 + P01116 +Q8N9B8 + P01111 +Q8N9B8 + P01112 +Q8TD08 + P14921 +Q8TD08 + P22681 +Q8TD08 + P05412 +Q8N431 + P01116 +Q8N431 + P01111 +Q8N431 + P01112 +Q0VAM2 + P01116 +Q0VAM2 + P01111 +Q0VAM2 + P01112 +P49354 + O14807 +P49354 + P01116 +P49354 + P01112 +P49759 + Q13247 +P49759 + O43172 +P49759 + P08621 +P49759 + Q96SB4 +P49759 + Q07955 +P49759 + O15151 +P49759 + Q8WUF5 +P49759 + Q14738 +P49759 - P00519 +P49759 + Q13263 +P49759 + P18031 +Q8TEU7 + P62834 +Q8TEU7 + P01111 +Q8TEU7 + P01112 +P49356 + O14807 +P49356 + P01116 +P49356 + P01112 +Q92565 + P01116 +Q92565 + P62834 +Q92565 + P01111 +Q92565 + P01112 +P17655 - Q9HBL0 +P17655 - P10636 +P17655 + Q15078 +P17655 - Q07817 +P17655 + P49841 +P17655 - P10415 +P17655 + P55957 +P17655 + P49840 +P17655 - P18031 +Q9Y4G8 + P10114 +Q9Y4G8 + P01112 +P10599 - P31689 +P10599 + P03372 +P10599 + P08047 +P10599 - Q99683 +P10599 + P04150 +P10599 + Q9BYW2 +P10599 + P27540 +P10599 + P18031 +O95267 + P01112 +P04843 + P35372 +O75094 + Q9HCK4 +P35626 + P51679 +P35626 - P21731 +P35626 + P07550 +P35626 + P51681 +P35626 + P61073 +P35626 - P30411 +P35626 - P35372 +Q9UKE5 + P06396 +Q9UKE5 + Q9NQB0 +P01210 + P41146 +P01210 + P41143 +P01210 + P41145 +P01210 + P35372 +Q9Y6Q6 + Q9Y4K3 +Q9Y6Q6 + Q12933 +Q5VWQ8 + Q99683 +Q5VWQ8 + Q12933 +P63096 - P62873 +P63096 - O14939 +P63096 + P08253 +P63096 + P61073 +P63096 - O95622 +O75144 + Q9Y6W8 +O14654 + Q13588 +O14654 + P48736 +O14654 + Q92569 +O14654 + P62993 +O14654 + P27986 +O14654 + P42336 +O14654 + P08069 +O14654 + O00459 +O00187 + P0C0L4 +O00187 + P06681 +O00187 + P0C0L5 +P48740 + P0C0L5 +Q9H147 + P04053 +Q8IZP0 + P22681 +Q8IZP0 + P00519 +Q14232 + Q9NR50 +Q14232 + Q13144 +Q14232 + P49770 +P78314 + Q9BZW8 +Q8NFY4 + Q9UIW2 +P20929 + O00401 +Q9UI10 + Q9NR50 +Q9UI10 + P49770 +Q8IZQ8 + P11831 +Q9UNN8 + P04070 +P49770 + Q9NR50 +P54764 + Q8N5V2 +P54764 + P06241 +P42768 + O15145 +P42768 + P61160 +P42768 + O15143 +P08174 + P48960 +P08174 + P06241 +P20393 - O00327 +Q02763 + Q13588 +Q02763 + Q8NFZ5 +Q02763 + Q14451 +Q02763 + P29353 +Q02763 + P42229 +Q02763 + P06241 +P16871 + Q14289 +P16871 + Q9HC73 +P16871 + P51692 +P16871 + P52333 +P16871 + P27986 +P16871 + P23458 +P16871 + P42229 +P16871 + P06241 +P30459 + P43630 +P30459 + P01732 +P04003 - P0C0L5 +Q86UU9 + P25103 +O60880 + Q13291 +O60880 + P06241 +P48745 + P46531 +P10301 + P55196 +P10301 + Q8WWW0 +P10301 + P10398 +P10301 + P27986 +P10301 + Q12967 +P10301 + P04049 +Q6UB98 - O75528 +Q02078 + Q9UKV0 +Q02078 + Q9UQL6 +Q02078 + P15172 +Q02078 + P14672 +P09958 + Q9UK23 +P09958 - P50281 +P09958 + P46531 +P01308 + P37231 +P01308 + P06213 +P01308 - P49841 +P01308 + P31749 +P01308 + P08069 +P01308 - Q12778 +P01308 + P14672 +Q9Y644 + P46531 +P09871 + P0C0L4 +P09871 + P0C0L5 +Q6UY11 - P46531 +A0PJZ3 + Q04721 +A0PJZ3 + P46531 +Q9UQ52 + P46531 +Q8NBI6 + P46531 +P43629 + Q06124 +P43629 + P29350 +O00587 + Q04721 +O00587 + O00548 +O00587 + P78504 +O00587 + P46531 +Q8NBL1 + Q04721 +Q8NBL1 + P46531 +Q9BZL6 + Q9UBF8 +Q9BZL6 - Q8WYL5 +Q4G148 + Q04721 +Q4G148 + P46531 +Q6UXI9 + P53708 +P01589 - P31785 +P01589 - P60568 +P01589 + P51692 +P01589 + P40763 +P01589 + P19838 +P01589 + Q02156 +Q8NFT8 + P46531 +O60684 + P46531 +Q9NYJ7 + Q04721 +Q9NYJ7 + P46531 +P56282 + Q07864 +P49810 + Q04721 +P49810 + Q99466 +P49810 + Q9UM47 +P49810 + P46531 +Q86XR7 + Q9Y4K3 +Q86XR7 + Q99836 +Q86XR7 + Q8IUC6 +Q86XR7 + P51617 +Q12860 + P46531 +P41567 + Q14152 +Q9NR61 + Q99466 +Q9NR61 + P46531 +P09326 + Q9BZW8 +O00505 + P46531 +O00629 + P46531 +Q13217 - P19525 +Q13217 - Q9P2K8 +Q13217 - Q9NZJ5 +Q9H488 + O00548 +Q9H488 + Q8NES3 +Q9H488 + P78504 +Q9H488 + P46531 +O14727 + P99999 +O14727 + P42574 +O14727 + P55211 +P11021 + F7VJQ1 +P11021 - O75460 +P11021 - Q76MJ5 +P11021 - P55210 +P11021 - P18850 +P11021 - Q9NZJ5 +Q13490 - Q14790 +Q13490 - P42575 +Q13490 + Q9Y6K9 +Q13490 - Q12933 +Q13490 + O43353 +Q13490 - P55210 +Q13490 - P42574 +Q13490 - Q99558 +Q13490 - P55211 +Q13489 + Q13546 +Q13489 - Q14790 +Q13489 + Q13490 +Q13489 + O95999 +Q13489 - Q12933 +Q13489 - Q9NR28 +Q13489 + O43353 +Q13489 - P55210 +Q13489 - P42574 +Q13489 - Q99558 +Q13489 - P55211 +P38435 + P04070 +P38435 + P00742 +P12644 + Q13873 +P12644 + P36894 +P18848 - Q92793 +P18848 + P35638 +P18848 + P35637 +P18848 - Q09472 +O00548 + Q04721 +O00548 + Q9UM47 +O00548 + P46531 +Q9NZJ5 - O14727 +Q9NZJ5 + P30825 +Q9NZJ5 + Q13490 +Q9NZJ5 + Q13489 +Q9NZJ5 + P18848 +Q9NZJ5 + Q16236 +P43250 - Q01726 +P43250 + P07550 +P43250 + P51681 +P43250 - P61073 +P43250 - P30411 +P43250 + Q05655 +P43250 - O14745 +Q03431 + O75581 +Q8NES3 + Q9NYJ7 +Q8NES3 + O00548 +Q8NES3 - P78504 +Q9Y6K9 + O00221 +Q9Y6K9 + P25963 +Q9Y6K9 + O14920 +Q9Y6K9 + Q04206 +Q9Y6K9 + P19838 +Q9Y6K9 + Q15653 +Q12933 + Q9Y4K4 +Q12933 + Q8IVH8 +Q12933 + Q9UKE5 +Q12933 + Q9HAU4 +Q12933 + Q5VWQ8 +Q12933 + Q12851 +Q12933 + Q13077 +Q12933 + Q13546 +Q12933 + Q14790 +Q12933 + P42345 +Q12933 - P20333 +Q12933 + O15111 +Q12933 + Q13490 +Q12933 + Q13489 +Q12933 + P61088 +Q12933 + Q9Y6K9 +Q12933 + O14920 +Q12933 + Q04206 +Q12933 + P49116 +Q12933 + P45984 +Q12933 + Q13233 +Q12933 + O43318 +Q01974 + O00238 +Q01974 + P25098 +Q01974 + Q9Y5V3 +Q01974 + P45983 +Q01974 + Q15750 +Q01974 + O43318 +Q01974 + P21333 +Q15418 + P50549 +Q15418 + O15164 +Q15418 - Q96RK0 +Q15418 - Q8TB45 +Q15418 - O00418 +Q15418 - Q9UBP6 +Q15418 + Q15942 +Q15418 + P84243 +Q15418 - Q05195 +Q15418 + P10644 +Q15418 + Q8IX03 +Q15418 + P78371 +Q15418 + P19634 +Q15418 + P22736 +Q15418 + P30305 +Q15418 + P03372 +Q15418 - Q92934 +Q15418 + Q8N122 +Q15418 - P53355 +Q15418 - Q15831 +Q15418 + P11831 +Q15418 + P16220 +Q15418 + P01100 +Q15418 + P23588 +Q15418 - P49815 +Q15418 - P35568 +Q15418 + P62753 +Q15418 - P30304 +Q15418 + P67809 +Q15418 + Q9UNE7 +Q15418 + P28482 +Q15418 + Q14653 +Q15418 - P50552 +Q15418 + P21333 +P30486 + P43628 +Q13029 - P68431 +Q9UP38 + O14640 +Q9UP38 + P49407 +Q9UJW3 + Q9Y6K1 +P29084 + P32780 +Q5JWF2 + Q08828 +P08697 - P00747 +Q8WY54 - Q13153 +P53367 - P84077 +Q9BXP8 + P24593 +P24593 + P35858 +Q02297 + Q15303 +Q02297 + P04626 +Q02297 + P21860 +O95863 - P18146 +Q96QB1 - O43521 +P10523 - P08100 +P29033 + O95452 +O15264 + P15336 +O15264 + P10636 +O15264 + O14757 +O15264 + Q8IW41 +O15264 + Q16644 +O15264 + P05787 +O15264 + P04637 +O15264 - Q16236 +O15264 - Q15139 +Q96A00 - O60237 +Q96A00 - P62136 +P01906 + P01730 +O60602 + Q99836 +P20036 + P01730 +P05155 - O00187 +P05155 - P00736 +P01920 + P01730 +P11171 + P42261 +P11171 + Q9UBN4 +Q13873 + P63172 +Q13873 + Q92625 +Q13873 + Q03113 +Q13873 + O00238 +Q13873 + P36894 +Q13873 + Q04771 +Q13873 + Q9UBE8 +Q13873 + Q13330 +Q13873 + P53667 +Q13873 + P48995 +Q13761 - P46531 +Q13761 + P01730 +P20309 + P50148 +P41595 + P29992 +P41595 + P50148 +Q92633 + Q03113 +Q92633 + P63096 +Q92633 + Q14344 +Q92633 + P50148 +P43657 + P50148 +O95136 + Q03113 +O95136 + P63096 +O95136 + Q14344 +O95136 + P50148 +P32238 + P50148 +Q12770 - O15503 +P28336 + Q03113 +P28336 + Q14344 +P28336 + P50148 +Q9UBY5 + Q03113 +Q9UBY5 + P63096 +Q9UBY5 + Q14344 +Q9UBY5 + P50148 +P34995 + P50148 +Q92519 + P50747 +Q99500 + P63096 +Q99500 + Q14344 +Q99500 + P50148 +P28335 + P50148 +P28223 + P29992 +P28223 + P50148 +Q96KG9 + Q8WYQ5 +P49795 - P50148 +P49798 - P25105 +P49798 - P50148 +P35348 + P29992 +P35348 + P50148 +P25101 + Q14344 +P25101 + P29992 +P25101 + P50148 +P30550 + P04054 +P30550 + P50148 +P55157 + P04114 +P55085 + P50148 +P25063 + P16109 +Q8WUW1 + O15145 +Q8WUW1 + Q6T4R5 +P50052 + P50148 +P51957 + Q7L7V1 +P51957 + Q9UMY1 +P51957 + Q96IT1 +P51957 + O00148 +P51957 + Q7Z3K3 +P51957 + Q9H0L4 +P51957 + P56693 +P51957 + Q13330 +P51957 + Q9UKF6 +P16473 - Q14160 +P16473 + P63092 +P16473 + P50148 +Q9UBD9 + P26992 +Q9UBD9 + O75462 +Q9UBD9 + P40189 +P50607 + P27361 +P50607 + P28482 +P50607 + P50148 +P03951 + P00734 +P26441 + P26992 +P26441 + O75462 +P26441 + P42702 +P26441 + P40189 +P01112 + O00329 +P01112 + P20936 +P01112 + P55196 +P01112 + P48736 +P01112 + Q7Z569 +P01112 + P42338 +P01112 + Q8WWW0 +P01112 + P10398 +P01112 + Q13009 +P01112 + Q9NS23 +P01112 + P27986 +P01112 + Q12967 +P01112 + P42336 +P01112 + P15056 +P01112 + P05412 +P01112 + Q9P212 +P01112 + Q13671 +P01112 + Q02750 +P01112 + P29353 +P01112 + P45983 +P01112 + P04049 +P20809 + Q14626 +P20809 + P40189 +P05546 - P00734 +Q16619 + P42702 +Q16619 + P40189 +Q92621 + Q9UBU9 +Q9ULH1 - P84077 +Q15386 + P51668 +P16284 + P28907 +P16284 + P41240 +P16284 + P12931 +Q9H6P5 + P52655 +Q14669 + P51668 +Q16825 + P12931 +P08709 + P00742 +P08709 + P13726 +P51668 + P12757 +P51668 + Q9NYG5 +Q6W2J9 + Q9UQL6 +Q6W2J9 + Q13547 +Q6W2J9 + Q99496 +Q6W2J9 + P41182 +Q6W2J9 + O15379 +Q9NR80 + P63000 +Q9H013 + O14788 +P42681 + P16410 +P42681 + Q13094 +Q8NBP7 + P01130 +P52757 - P63000 +P04114 + P01130 +P05106 + Q13418 +P05106 + Q14289 +P05106 - Q05397 +P05106 + P18031 +P05106 + P12931 +P29320 + O75494 +P29320 + P43403 +P29320 + Q15942 +P29320 + Q07955 +P29320 + P46108 +P29320 + P12931 +P52435 + Q9Y5B0 +P11215 + P05362 +P11215 - P05164 +Q6X4U4 - P18075 +Q9NPF5 + Q9UER7 +Q96RK4 + Q15154 +Q99816 - Q9UK41 +Q99816 - Q00987 +Q99816 - P38936 +Q99816 + Q9UER7 +Q8IZL8 + P40763 +Q8IZL8 - P04150 +Q8IZL8 + P12931 +O00254 + Q96RI0 +O43184 + P31431 +O43184 + P01133 +Q96Q42 + P20339 +Q8WYP3 + P20339 +Q8TEW6 + P46108 +Q8TEW6 + P06241 +Q8TEW6 + P12931 +P11234 + Q15311 +Q9Y2T4 - P12931 +Q9BX69 + O43353 +P21453 + P63096 +P21453 + P12931 +Q01081 + P62314 +O15146 + O96014 +P78352 + P28223 +P78352 + P62993 +P78352 + P78559 +P78352 + Q15303 +Q9Y2X7 - P49023 +Q9Y2X7 + P19174 +Q5VWX1 - Q92793 +P21815 + P05106 +P49758 - P05106 +P07355 + P00750 +P07355 + P00747 +P28300 + O95967 +P35916 + Q92529 +P35916 + Q05397 +P35916 + P62993 +P35916 - P51812 +P35916 + P29353 +P35916 + P12931 +P84103 + Q9UBU9 +Q9NRI5 + P43034 +Q9NRI5 + P33176 +Q9NRI5 + Q9GZM8 +O15357 - Q9ULV8 +O15357 + Q9UQF2 +Q13275 + O60462 +P55196 + Q92963 +P55196 + P35221 +P55196 + Q13671 +P55196 + P12931 +Q9NZC7 - O15350 +Q9NZC7 + Q13485 +Q9P0V3 - P02786 +P30530 + Q63HR2 +P30530 + Q13588 +P30530 + P48736 +P30530 + O15524 +P30530 + P19174 +P30530 + P12931 +Q07666 - Q13882 +Q07666 - Q92793 +Q13214 + O14786 +Q01973 + P12931 +Q9Y371 + Q9P2Y5 +Q9Y371 + Q07812 +Q9Y371 + P22681 +Q9Y371 + Q8NEB9 +Q9Y371 + Q14457 +Q9Y371 + Q16611 +Q14790 - Q8TCW9 +Q14790 + O75618 +Q14790 + Q13077 +Q14790 + Q8WUI4 +Q14790 - Q13546 +Q14790 + P55212 +Q14790 + O15111 +Q14790 + Q15311 +Q14790 + P99999 +Q14790 + O15350 +Q14790 - P10275 +Q14790 + Q9UKL3 +Q14790 + Q9Y6K9 +Q14790 + O14920 +Q14790 + P55210 +Q14790 + P42574 +Q14790 + P05067 +Q14790 + P55957 +Q14790 + Q99558 +Q14790 + P55211 +Q14790 + P12931 +O14610 + P62879 +P10398 + Q14151 +P10398 + Q00536 +P10398 + Q15942 +P10398 + Q15366 +P10398 + Q07666 +P10398 + Q04917 +P10398 + Q07955 +P10398 + P27361 +P10398 + Q02750 +P10398 + P28482 +P10398 + P36507 +P10398 + P33993 +O43660 + P52272 +Q15915 - Q92858 +Q15915 + P08151 +Q15915 + P10071 +P29323 + P52799 +P29323 + P34741 +P29323 + P20936 +P29323 - Q05397 +P29323 + P01100 +P29323 + P12931 +P19022 + Q4KMG0 +P19022 + P27986 +P28356 + O00470 +Q8TEV9 - O75385 +P07949 + P56159 +P07949 + Q8TEW6 +P07949 + Q9P104 +P07949 + Q6PKX4 +P07949 + Q13588 +P07949 + Q99704 +P07949 + P14921 +P07949 + Q8WU20 +P07949 + P27361 +P07949 + Q13322 +P07949 + Q05397 +P07949 + P40763 +P07949 + P61978 +P07949 + O60716 +P07949 + Q14451 +P07949 + P46108 +P07949 + P31749 +P07949 + Q16539 +P07949 + P29353 +P07949 + P28482 +P07949 + P45983 +Q99985 + O60462 +Q6ZNE5 + Q96F24 +Q6ZNE5 + Q14457 +P63167 - Q9C0C7 +P63167 - O43521 +Q15438 + P84077 +P08887 + P40763 +P08887 + P40189 +P08887 + P23458 +P08887 + P12931 +Q96GM5 + P04150 +P51812 + O14649 +P51812 - Q96RK0 +P51812 + P33778 +P51812 + P07101 +P51812 + Q14934 +P51812 + P84243 +P51812 + O60825 +P51812 + Q8IX03 +P51812 + P68431 +P51812 + P03372 +P51812 - Q92934 +P51812 + Q8N122 +P51812 - P53355 +P51812 + O15530 +P51812 - P05114 +P51812 + P11831 +P51812 + P16220 +P51812 + P01100 +P51812 - P49815 +P51812 + P19525 +P51812 + P62753 +P51812 + Q16695 +P51812 + P18848 +P51812 + P67809 +P51812 - P49840 +P51812 - P05204 +Q969G3 + P04150 +O95750 + P22455 +Q96S59 - Q9Y463 +P37173 + P62495 +P37173 + Q14151 +P37173 + P61106 +P37173 + Q9NR22 +P37173 + Q92625 +P37173 + O75534 +P37173 + Q8WXF1 +P37173 + P62714 +P37173 + Q9NPB6 +P37173 - P61812 +P37173 - P10600 +P37173 + O95405 +P37173 + Q15942 +P37173 + Q13347 +P37173 + P17813 +P37173 + O15105 +P37173 + Q14192 +P37173 + O14980 +P37173 - P01137 +P37173 + P36897 +P37173 + Q9Y4K3 +P37173 + Q8WUF5 +P37173 + P22681 +P37173 + Q9Y243 +P37173 + P27986 +P37173 - Q9Y3F4 +P37173 + Q03167 +P37173 + Q15796 +P37173 + Q9UER7 +P37173 + P46108 +P37173 + P30304 +P37173 + Q9UQE7 +P37173 + P84022 +P37173 + Q9Y230 +P37173 + Q15349 +P37173 + P29353 +P37173 + Q13485 +P37173 + Q9Y265 +P37173 + O43318 +P37173 + O00459 +Q15848 + Q86V24 +Q15848 + Q96A54 +P30481 + Q14943 +P30481 + Q13241 +P30481 + P01732 +P30481 + P43629 +P29317 + P20827 +P29317 + P20936 +P29317 - Q05397 +P29317 + P22681 +P29317 + P62993 +P29317 + P29353 +Q07687 + P35548 +Q16629 + Q9UBU9 +P07384 - P05106 +P07384 - P42261 +P07384 - Q9Y6J0 +P07384 - Q12879 +P07384 - O15020 +P07384 - P10636 +P07384 - P22681 +P07384 + P01583 +P07384 + Q15078 +P07384 - Q07817 +P07384 - O15527 +P07384 + P49841 +P07384 + P15311 +P07384 - P10415 +P07384 + P02452 +P07384 - P11137 +P07384 + P55957 +P07384 + P49840 +P07384 + P12931 +O15273 - O14793 +P34932 - O14727 +Q13813 + Q9UBN4 +P48382 + P33076 +P19387 + P15173 +Q75N03 + P12830 +P47710 + Q04206 +P23193 + O95071 +Q68CZ1 - Q04206 +Q9Y2K7 - Q04206 +P55060 + P12830 +O00192 + P22223 +O00192 + P33151 +O00192 + Q96RT1 +O00192 + P19022 +O00192 + P12830 +P60510 + O14654 +P60510 + O75531 +P60510 + Q92918 +P60510 + O43524 +P60510 - P16104 +P60510 - O15379 +P60510 - Q9GZM8 +P60510 + Q04206 +Q9UQB3 + P22223 +Q9UQB3 + P33151 +Q9UQB3 + Q9NYA1 +Q9UQB3 + Q96RT1 +Q9UQB3 + P19022 +Q9UQB3 + P12830 +Q9NYG5 + Q9UJX5 +Q9NYG5 + Q9UM13 +Q9NYG5 + Q13042 +Q9NYG5 + Q9UJX6 +Q9NYG5 + O00762 +Q9NYG5 + P30260 +Q9NYG5 + Q9UM11 +Q15672 - P01033 +Q15672 + P31751 +Q15672 - Q04206 +Q15672 - P12830 +Q9UKT4 - Q9UM11 +Q9UKT4 - Q9NYG5 +Q9UKT4 - Q9UJX3 +Q9UKT4 - P06493 +Q9UKT4 - Q12834 +Q9UKT4 - P12830 +Q9UBC2 + Q9Y6I3 +Q92769 - P33076 +Q92769 - P68431 +Q92769 + P40763 +Q92769 + P24385 +Q92769 - Q15796 +Q92769 - P06899 +Q92769 - P0C0S5 +Q92769 - Q16236 +Q92769 - P12830 +Q9UKS7 + Q13422 +P07766 + P43403 +P07766 + P27986 +P07766 + P29353 +P11474 - Q9UBK2 +Q9HD43 - Q05397 +Q9HD43 - P56945 +Q9HD43 - P06213 +Q9HD43 - P12931 +Q9HD43 - P06239 +Q92915 - Q9UQD0 +Q92915 - Q9Y5Y9 +Q92915 - Q15858 +Q92915 - Q9UI33 +Q92915 - Q14524 +Q92915 - P35499 +Q92915 - P35498 +Q92915 - Q99250 +Q92915 - Q9NY46 +Q92913 - Q9UQD0 +Q92913 - Q9Y5Y9 +Q92913 - Q15858 +Q92913 - Q9UI33 +Q92913 - Q14524 +Q92913 - P35499 +Q92913 - P35498 +Q92913 - Q99250 +Q92913 - Q9NY46 +Q9Y2R2 - P20963 +Q9Y2R2 - P43403 +Q9Y2R2 - P22681 +Q9Y2R2 - P06239 +Q92914 - Q9UQD0 +Q92914 - Q9Y5Y9 +Q92914 - Q15858 +Q92914 - Q9UI33 +Q92914 - Q14524 +Q92914 - P35499 +Q92914 - P35498 +Q92914 - Q99250 +Q92914 - Q9NY46 +P61328 - Q9UQD0 +P61328 - Q9Y5Y9 +P61328 - Q15858 +P61328 - Q9UI33 +P61328 - Q14524 +P61328 - P35499 +P61328 - P35498 +P61328 - Q99250 +P61328 - Q9NY46 +Q9UPP1 + P68431 +Q9NWQ8 - P06241 +Q9NWQ8 - P06239 +P14784 - P31785 +P14784 + P01589 +P14784 - P60568 +P14784 + P52333 +P14784 + O14543 +P14784 + P40763 +P14784 + P62993 +P14784 + P42224 +P14784 + P29353 +P14784 + P23458 +P14784 + P42229 +P14784 - P06239 +P24863 - P46531 +Q9HBE1 - P78317 +P20963 + P43405 +P20963 + P43403 +P20963 - P41240 +P20963 - P10747 +P20963 + P29350 +P08637 + P43405 +P08637 + P06239 +Q6ISU1 + P43403 +Q6ISU1 + P06239 +Q9BZS1 - P51449 +P08949 + P28336 +Q8IWS0 - P17480 +Q08881 + Q96LC7 +Q08881 + P42680 +Q08881 + P10747 +Q08881 + O43561 +Q08881 + P19174 +O15265 - O43186 +O94875 + P00519 +Q02446 + O43186 +P10747 + P20963 +P10747 + P43405 +P10747 + P48736 +P10747 + P33681 +P10747 + P62993 +P10747 - P01730 +P10747 + O00459 +P10747 - P06239 +P52333 + P07332 +P52333 + O14939 +P52333 + Q92783 +P52333 - P14784 +P52333 + Q14289 +P52333 + Q96LC7 +P52333 + O14543 +P52333 + P40763 +P52333 + P16871 +P52333 + Q06124 +P52333 + P35568 +P52333 + P42224 +P52333 + P29353 +P52333 - P42226 +P52333 + P42229 +P52333 - P06239 +P00742 + P08709 +Q9P2J9 + P08559 +Q9P2J9 - Q15797 +Q9P0J1 + P08559 +Q9P0J1 - Q15797 +Q9Y3D6 + Q8TC07 +Q9Y3D6 + O00429 +P01730 + P10747 +P01730 + P51681 +P01730 + P27986 +P01730 + P06239 +O43561 + P15498 +O43561 + P62993 +O43561 + P27986 +O43561 + P42336 +O43561 + P45983 +O43561 + P19174 +O43561 + O00459 +Q9P289 + P15311 +P52630 + Q00978 +P52630 + P42224 +P07359 + P04275 +Q14571 + P48995 +Q6ZUJ8 + P48736 +Q6ZUJ8 + P42338 +Q6ZUJ8 + P27986 +Q6ZUJ8 + P42336 +P56537 + P49207 +P56537 + P62249 +P56537 + P62701 +P56537 + P62244 +P56537 + P39023 +P56537 + Q02878 +P56537 + P36578 +P56537 + Q02543 +P56537 + P62899 +P56537 + P46777 +Q13889 + Q13888 +Q13889 + P32780 +Q13889 + P19447 +Q13889 + P18074 +Q13586 + Q96D31 +Q13586 + P48995 +O14625 + P51677 +O14625 + P49682 +O00141 + Q9UN36 +O00141 + P48048 +O00141 - P42858 +O00141 - P10636 +O00141 + P16220 +O00141 - P08151 +O00141 - Q99759 +O00141 - Q99835 +O00141 + P56696 +O00141 + Q969H0 +O00141 - P28482 +O00141 - P46527 +O00141 + Q96J92 +Q15120 + Q9Y5B6 +Q15120 - P29803 +Q15691 - P01241 +Q15691 - P54274 +P55345 + P06401 +P55345 - P06400 +P53350 + Q9UJX5 +P53350 + Q9UKY1 +P53350 + O00139 +P53350 - Q9UBB4 +P53350 + Q8N4N8 +P53350 + Q2NKX8 +P53350 + Q3KR16 +P53350 + Q2M2Z5 +P53350 + P23258 +P53350 + Q9Y2I6 +P53350 + Q13042 +P53350 + Q53EZ4 +P53350 + Q9Y266 +P53350 + Q9UJX2 +P53350 + Q9H2D6 +P53350 + Q9H1A4 +P53350 - P47736 +P53350 + P30622 +P53350 + P62826 +P53350 - Q01538 +P53350 + Q96CV9 +P53350 + P30260 +P53350 + Q14203 +P53350 + O14641 +P53350 + Q8N3U4 +P53350 - P51587 +P53350 + P30305 +P53350 + P01106 +P53350 - Q13158 +P53350 + P11388 +P53350 + O60216 +P53350 + Q13526 +P53350 + Q00987 +P53350 + P08670 +P53350 + P14635 +P53350 + Q9UJX3 +P53350 - O60447 +P53350 + P37840 +P53350 + Q9H8V3 +P53350 + O95251 +P53350 - P35568 +P53350 - Q99640 +P53350 - O14920 +P53350 + P30307 +P53350 + Q08050 +P53350 + P25490 +P53350 + Q49MG5 +P53350 + P06748 +P53350 + Q9NYZ3 +P53350 - Q8IYD8 +P53350 + Q15349 +P53350 + Q99741 +P53350 - P04637 +P53350 + O60566 +P53350 + Q9H0H5 +P53350 + O15392 +P53350 + P54274 +P29374 - P06400 +Q96MF7 + Q96SB8 +Q96MF7 + Q9NYB0 +Q96MF7 + Q99598 +Q96MF7 + Q9BSI4 +Q96MF7 + Q15554 +Q96MF7 + P54274 +Q15643 + P10827 +Q15643 + P10828 +P54132 + P06493 +P54132 + P39748 +P54132 + P04637 +P54132 + Q12888 +P54274 - P54132 +Q9UBU8 - P06400 +Q7LDG7 + P01116 +Q7LDG7 + P62834 +Q7LDG7 + P01111 +P55291 + Q4KMG0 +O15550 + P68431 +O15550 + P06400 +Q8NE63 + Q86WP2 +Q8NE63 + Q92625 +Q8NE63 + Q96P48 +Q8NE63 + Q96CV9 +Q8NE63 + Q8N5S9 +Q8NE63 + P14317 +Q8NE63 + Q15349 +Q8NE63 + P04637 +Q8NE63 + P17612 +O43150 - P84077 +O43150 + P62330 +Q9UJ41 + P20339 +Q92667 + P17612 +Q9BSJ6 - Q13492 +P11487 + P21802 +P11487 + Q12951 +O75716 + Q15056 +O75716 + P29692 +O75716 + P22681 +O75716 + P11831 +O75716 + Q13112 +O75716 + Q13263 +O75716 + P06748 +O75716 + Q9Y230 +O75716 + P40337 +O75716 + Q9Y265 +O75716 + P17612 +Q86Z02 + Q8N5S9 +Q86Z02 + O14757 +Q86Z02 + Q13330 +Q86Z02 + Q9UER7 +Q86Z02 + Q15349 +Q86Z02 + Q05655 +Q86Z02 + P17612 +Q99502 + P11487 +Q99502 - P16104 +Q9HBY8 - O43524 +Q9HBY8 + P17612 +Q14767 + P35555 +P30533 - P98155 +P30533 + Q07954 +P00740 + Q07954 +Q6UN15 + P51003 +P01008 - P00740 +P01008 - P00734 +P01008 + Q07954 +P49760 + Q9HC44 +P49760 + Q9NQV6 +P49760 + P50747 +P49760 + Q14151 +P49760 + Q01081 +P49760 + Q14202 +P49760 + O94763 +P49760 + P53999 +P49760 + Q13144 +P49760 + Q14934 +P49760 + Q07666 +P49760 + O14980 +P49760 + Q8N5S9 +P49760 + Q92934 +P49760 + Q8WUF5 +P49760 + Q00987 +P49760 + P26651 +P49760 + Q13330 +P49760 + P43243 +P49760 + Q13263 +P49760 + P27694 +P49760 + Q99856 +P49760 + P18031 +P49760 + P17612 +Q00536 + P46108 +Q9Y5Y6 + P00749 +Q05209 - P42768 +Q05209 - Q14289 +Q05209 - Q14511 +Q05209 - Q14161 +Q05209 - Q05397 +Q05209 - P56945 +Q05209 - P00519 +Q05209 - P06213 +Q05209 - P29353 +Q05209 - P49023 +Q05209 - O60674 +Q9UHF0 + P29371 +Q9UHF0 + P25103 +Q9UHF0 + P21452 +P27448 + O96017 +P27448 + Q14738 +P27448 + P17612 +P20366 + P29371 +P20366 + P25103 +P20366 + P21452 +Q99459 + P52272 +P51572 - Q14790 +P51572 + Q07817 +P51572 + P10415 +Q9NRX4 - O15554 +Q96S53 - P60981 +Q96S53 + O15164 +Q96S53 + Q15942 +Q96S53 + O14757 +Q96S53 + Q15349 +Q96S53 - Q9Y281 +Q96S53 + Q9Y265 +Q96S53 + P17612 +P00441 - P10415 +P33076 + O14593 +P33076 + P48382 +P33076 + P25208 +Q9H2V7 - Q07817 +Q9H2V7 - P10415 +P78362 + O43150 +P78362 + Q01130 +P78362 + O95218 +P78362 + Q14934 +P78362 + Q07955 +P78362 + Q9UKV3 +P78362 + Q8N5S9 +P78362 + Q00987 +P78362 + P20749 +P78362 + P23588 +P78362 + Q13330 +P78362 + Q15349 +P78362 + Q13485 +P78362 + Q05655 +P78362 + P17612 +Q6T4R5 + Q9NYB9 +P19544 - Q9BWF3 +P19544 + Q05066 +P19544 - P04637 +P41162 + Q9UHI6 +Q6EBC2 + Q99650 +Q6EBC2 + Q8NI17 +O95631 + P43146 +O95631 + O95185 +Q9UNY4 + Q99459 +P39905 + O00451 +P39905 + P56159 +P39905 + P16220 +P39905 + P07949 +Q8N5K1 + Q14164 +Q8N5K1 + P10415 +Q9Y3R0 + Q06413 +O00198 - Q92843 +O00198 - Q07817 +O00198 - P10415 +Q9Y2J0 + P20336 +Q14318 + Q12809 +Q14318 - P42345 +Q14318 + Q07817 +Q14318 + P10415 +Q9HB63 + P43146 +Q9HB63 + Q6ZN44 +P61421 + O75787 +Q9Y6E0 + P50747 +Q9Y6E0 + P31942 +Q9Y6E0 + Q9Y2H1 +Q9Y6E0 + Q15208 +Q9Y6E0 + Q00059 +O00444 + Q9HC77 +O14905 + Q9NPG1 +O14905 + O75197 +O14905 + P02708 +O14905 + O75581 +P29279 + P61812 +P29279 + P10600 +P29279 + P01137 +P29279 + P02751 +P29279 + O75581 +P54829 - P27361 +P54829 + Q16611 +P54829 - P28482 +P54829 - P06241 +Q93098 + Q9NPG1 +Q93098 + O75581 +Q9H1J7 + Q9NPG1 +Q9H1J7 + O60353 +Q9H1J7 + O75197 +Q9H1J7 + O75581 +P01009 + Q07954 +P56703 + Q9NPG1 +P56703 + O75084 +P56703 + Q9UP38 +P56703 + O75581 +P32245 + P01303 +P09341 + Q16570 +P09341 + P25024 +P09341 + P25025 +P09341 + Q9P212 +P09341 - P17612 +O14904 + O15146 +O14904 + Q9NPG1 +O14904 + O75197 +O14904 + P02708 +O14904 + O75581 +Q9H0K1 - Q15078 +Q9H0K1 - Q53ET0 +Q9H0K1 - Q9BV73 +Q9H0K1 + P35568 +Q9GZT5 + Q9NPG1 +Q9GZT5 + O75197 +Q9GZT5 + O75581 +P35236 - P27361 +P35236 - Q16539 +P35236 - P28482 +O94921 + O75581 +Q12972 + O75533 +Q6IMN6 + O75581 +Q13145 + O00238 +Q13145 + P37023 +Q13145 + O14641 +Q13145 + Q13467 +Q13145 + O75581 +O96014 + O15146 +O96014 + Q9NPG1 +O96014 + O75084 +O96014 + O60353 +O96014 + O75581 +Q9UBV4 + P34925 +Q9UBV4 + Q9NPG1 +Q9UBV4 + O75581 +Q8ND76 + O94921 +Q9H461 + O75197 +Q9H461 + O75581 +P41221 + Q9NPG1 +P41221 + Q9ULV1 +P41221 + Q9UP38 +P41221 + O60353 +P41221 + Q01973 +P41221 + Q9UBE8 +P41221 + O14640 +P41221 + Q13467 +P41221 + Q01974 +P41221 + O75581 +P61224 + P15056 +Q9UQL6 - Q06413 +Q9UQL6 - Q14814 +Q9UQL6 - Q13950 +Q9UQL6 + P62805 +Q9UQL6 - Q02078 +Q9UQL6 - P84022 +P56705 + Q9NPG1 +P56705 + O75197 +P56705 + O75581 +P13612 + P10644 +P13612 + P19320 +P13612 + P17612 +P09544 + O00144 +P09544 + Q9UP38 +P09544 + O75197 +P09544 + O75581 +P16070 + Q92888 +P16070 + Q9NZN5 +P16070 + P52735 +P16070 + Q13009 +P84243 + P45973 +Q9Y463 + P50548 +Q9Y463 + Q14934 +Q9Y463 + P22694 +Q9Y463 + Q15942 +Q9Y463 - P24385 +Q9Y463 + Q13330 +Q9Y463 + P20823 +Q9Y463 + P14317 +Q9Y463 + P06748 +Q9Y463 + P28482 +Q9Y463 + P45983 +Q9Y463 + P17612 +Q16654 - P29803 +Q16654 - P08559 +P10644 + P13612 +P10644 - P28482 +P07550 + P84996 +P07550 + P63092 +Q9UI95 - P30260 +Q9UI95 - Q9UM11 +Q9UI95 - Q9NQB0 +Q9UI95 + P53779 +O00755 + O00144 +O00755 + Q9NPG1 +O00755 + O75084 +O00755 + O75197 +O00755 + Q13467 +O00755 + O75581 +O00755 + P17612 +O60285 + Q03113 +O60285 + O15151 +O60285 + O14757 +O60285 - O14974 +O60285 + P04637 +O60285 - O95835 +O60285 + P17612 +Q9NRW4 - P03372 +Q9NRW4 - P53779 +Q8NEV9 + Q6UWB1 +P14138 + P24530 +O14980 - Q9UKK6 +O14980 + P18754 +O75081 - P17542 +O75081 - Q9Y2D9 +P42127 - Q01726 +P42127 + O75882 +P01732 - Q07955 +P01732 + O43561 +Q96PM5 + O15350 +Q96PM5 + P10275 +Q96PM5 - P04637 +Q96PM5 - P46527 +P01185 + P47901 +P01185 + P37288 +P01185 + P30518 +Q9BY41 + P62805 +O95967 + P15502 +Q9UMX1 - Q9BZE0 +Q9UMX1 - Q8NEA6 +Q9UMX1 + O00422 +Q9UMX1 - Q99835 +Q9UMX1 - P10070 +Q9UBX5 + P15502 +P30047 - P30793 +P01100 + P14921 +P01100 + P19419 +P01100 + P24385 +P01100 + P01215 +P01100 + P05412 +P01100 + O94916 +Q9Y6X0 + Q01105 +O95633 - O14793 +Q6VAB6 - P41279 +Q6VAB6 + P04049 +Q6VAB6 + P17612 +P22626 - Q01105 +O14558 + Q9Y243 +O14558 - Q9UD71 +O14558 + P31749 +P15531 - Q8IVT5 +Q8IW41 + Q8WUA7 +Q8IW41 + Q14151 +Q8IW41 + Q7KZF4 +Q8IW41 + P31152 +Q8IW41 + P07101 +Q8IW41 + P47712 +Q8IW41 + Q9Y534 +Q8IW41 + P53778 +Q8IW41 + Q15942 +Q8IW41 + Q9NRA8 +Q8IW41 + P63279 +Q8IW41 + Q07955 +Q8IW41 + P04792 +Q8IW41 + Q8WUF5 +Q8IW41 + P22681 +Q8IW41 + P23588 +Q8IW41 + Q9UER7 +Q8IW41 + P06748 +Q8IW41 + P25685 +Q8IW41 + P04637 +Q8IW41 + P28482 +Q8IW41 + Q13485 +Q8IW41 + Q13562 +Q8IW41 + P17612 +Q14738 + P04049 +P09237 + P10646 +P09237 + P03956 +P09237 + P07585 +P09237 + P01138 +P09237 + P16144 +Q13426 + Q96T60 +Q92837 - P49840 +Q9H0R8 + P41145 +Q9H0R8 + O95352 +Q9H0R8 + Q13501 +Q9GZQ8 - Q14596 +Q9GZQ8 + Q9NT62 +Q9GZQ8 + Q13501 +Q00613 - P34932 +Q00613 + P14625 +Q00613 - P63165 +Q00613 + P78527 +Q00613 + P0DMV9 +Q13263 - P01106 +Q13263 - Q07812 +Q13263 - P40763 +Q13263 - Q13794 +Q13263 - Q13547 +Q13263 + Q00987 +Q13263 - Q96PG8 +Q13263 + Q12873 +Q13263 + Q15047 +Q13263 + P04150 +Q13263 - P24522 +Q13263 + Q9BZK7 +Q13263 + P04637 +Q13263 + Q01094 +Q13263 - Q96EB6 +Q16661 + P25092 +Q02747 + P25092 +Q9Y6Q9 + P68431 +Q9Y6Q9 + P24385 +Q9Y6Q9 + P62805 +Q9Y6Q9 + P10275 +O75582 + P50747 +O75582 + Q15056 +O75582 + Q9H0H3 +O75582 + P50549 +O75582 - P0C0S8 +O75582 + P07101 +O75582 + P47712 +O75582 + P22694 +O75582 + P84243 +O75582 + P19419 +O75582 + P68431 +O75582 + P15336 +O75582 + P49736 +O75582 + O15151 +O75582 + Q8N5S9 +O75582 + P18846 +O75582 + P40763 +O75582 + P05114 +O75582 + P16220 +O75582 + Q14738 +O75582 + Q13541 +O75582 + Q04206 +O75582 - P0C0S5 +O75582 + P28482 +O75582 + Q05655 +O75582 + P17612 +P19838 + Q92793 +P19838 + O15111 +P19838 + Q13489 +P19838 - P41279 +P19838 + P01100 +P19838 + Q9Y6K9 +P19838 + P25963 +P19838 + O14920 +P19838 + Q04206 +P19838 + P05412 +P19838 + Q15653 +P19838 + Q9Y618 +Q13443 + P06756 +Q13443 + P23229 +P48436 - Q13950 +Q14978 - P68400 +Q9Y230 + O60832 +Q9Y230 + O14746 +Q9Y230 + P27708 +P20908 + O75056 +O95150 + O95407 +O95150 + Q93038 +Q14103 - P24522 +Q9H4L7 + Q13547 +Q9H4L7 + Q13263 +Q969S8 - Q13263 +Q9UNE7 - Q99717 +Q9UNE7 - Q15797 +P61769 + P13747 +Q9GZX5 + Q13263 +P55211 + P99999 +P55211 + P08670 +P55211 + P55210 +P55211 - Q9NR09 +Q06455 - Q01196 +O43914 + Q13241 +O43914 + P43405 +O43914 + P43403 +P14174 + P04233 +P28067 + P04233 +P28068 + P04233 +P17481 + P40426 +P17481 + P40424 +O14508 - P10912 +O14508 - P16471 +O14508 - P06213 +O14508 + P08069 +O14508 - P19235 +O14543 - P14784 +O14543 + P20936 +O14543 - Q14186 +O14543 - Q99665 +O14543 - P52333 +O14543 - P10912 +O14543 - Q9Y4K3 +O14543 - P15260 +O14543 + Q14765 +O14543 - O95999 +O14543 - Q06124 +O14543 - P42702 +O14543 - P35568 +O14543 - P06213 +O14543 - P08887 +O14543 - Q9Y4H2 +O14543 - P40189 +O14543 - P07333 +O14543 - Q9UQF2 +O14543 - P06239 +O14543 - P19235 +P01588 + Q9UIK4 +P01588 + P19235 +Q9NYL2 + P52564 +Q9NYL2 + O14733 +Q9NYL2 + P45985 +Q9NYL2 + Q13163 +Q9NYL2 + P46734 +Q18PE1 + O15146 +O60674 + Q9NYB9 +O60674 + Q92888 +O60674 + P41597 +O60674 + Q92783 +O60674 + P02647 +O60674 + P09769 +O60674 + Q9UQC2 +O60674 + Q5VWK5 +O60674 + P42680 +O60674 + P38484 +O60674 + P51692 +O60674 + P68431 +O60674 - Q15910 +O60674 + P51681 +O60674 + P10912 +O60674 + Q05397 +O60674 + P40763 +O60674 + P62993 +O60674 + P15260 +O60674 + P67775 +O60674 + P27986 +O60674 + Q06124 +O60674 + P29350 +O60674 + P78347 +O60674 - Q99683 +O60674 + P35568 +O60674 + P25963 +O60674 + Q9Y4H2 +O60674 + P15509 +O60674 + P52630 +O60674 + P42224 +O60674 - O14744 +O60674 + P29353 +O60674 - P08069 +O60674 + P42226 +O60674 + P23458 +O60674 + P42229 +O60674 + P04049 +O60674 + P19174 +O60674 + P19235 +P50452 - P09958 +P50452 - P07477 +Q5TD97 + Q03060 +Q9UBI6 + P31751 +Q9UBI6 + P42336 +Q9UBI6 + Q9P212 +Q9UBI6 - P17612 +P04275 + P07359 +P04275 + Q76LX8 +P04275 + P00451 +P04275 + P08514 +P01019 + P04201 +P01019 + P62993 +P01019 + P30556 +Q13519 + P41146 +P49407 + P62873 +P49407 + Q08499 +P49407 - P55085 +P49407 + Q9UP38 +P49407 - P07550 +P49407 + O14641 +P49407 + P27361 +P49407 + Q5JWF2 +P49407 + O14640 +P49407 + Q99835 +P49407 + Q99683 +P49407 + P25963 +P49407 + Q16539 +P49407 + P28482 +P49407 + Q9Y496 +P49407 - P35372 +P49407 + P12931 +P49407 + P30556 +P30556 + Q9UBI6 +P30556 + Q14344 +P30556 + P19174 +P30556 + P50148 +O95235 - P53350 +O95235 + Q96GD4 +P30273 + P43405 +P30273 + Q06187 +Q9UKV0 + Q02078 +P40259 + Q92835 +P40259 + P43405 +P31995 + P43405 +P02730 - P00918 +Q9GZY6 + P19174 +Q01362 + P62993 +Q14114 + O75553 +Q14114 - P78509 +Q99704 + Q8IV61 +Q99704 + P20936 +Q99704 + P41240 +P98155 + O75553 +P08575 + Q86WV1 +P08575 - P20963 +P08575 + P52333 +P08575 + P01730 +P08575 + P06241 +P08575 + P07948 +P32927 + P29353 +P32927 + P23458 +Q9NQS7 + P53350 +Q9NQS7 + Q96GD4 +P20273 + P29350 +O43295 + Q92558 +P48736 + O15530 +P48736 - Q06124 +P48736 + P63000 +P48736 + Q9Y4H2 +P48736 + Q05513 +Q16181 + Q02224 +Q9UQC2 + A7KAX9 +Q9UQC2 + P27986 +Q9UQC2 + Q06124 +Q9UQC2 + P29350 +Q9UQC2 + P42336 +Q9UQC2 + P31749 +Q9UQC2 + P29353 +P33552 + Q02224 +Q99708 - Q96T58 +Q99708 + Q13535 +Q99708 + P49959 +P61978 - Q07666 +P61978 + P04637 +Q8N6T3 - P84077 +Q8N6T3 - P53621 +Q8N6T3 + Q5S007 +O75807 + P36873 +Q09161 + Q02556 +Q8WZA2 + Q86UR5 +P31150 - P20336 +Q9P1Z0 - P38936 +P15391 + P15498 +P15391 + P52735 +P15391 + Q92569 +P15391 + P27986 +P15391 + P28482 +P15382 + P56696 +P11912 + Q92835 +P56696 + P58743 +P84074 + Q13075 +Q5VT25 + P24844 +Q5VT25 + P53667 +Q5VT25 + P53671 +Q15047 - P68431 +Q9UIS9 + Q15047 +Q13438 + Q9GZT9 +Q13438 + Q9H6Z9 +Q13438 + Q16665 +Q13438 - Q9HBA0 +P29372 - P03372 +P29372 + Q9UIS9 +O15230 + Q14118 +O15230 + Q7L0J3 +Q9H492 + Q9NT62 +Q9H492 + Q13501 +O60890 - P61586 +P85298 - P61586 +Q7Z6B7 - P61586 +Q12774 + P61586 +Q86VW2 + P61586 +Q14183 + O14795 +Q6P5Z2 + Q9UNA1 +O15068 + P60953 +O15068 + P61586 +Q7Z628 + P61586 +Q9NR81 + P61586 +Q86WQ0 - P49116 +P10911 + P61586 +Q86VZ6 - P49116 +O15085 + P61586 +Q6ZSZ5 + P61586 +Q9UKW4 + P03372 +Q9UKW4 + P10275 +Q9UKW4 + P63000 +Q9UKW4 + P61586 +P06681 + P01024 +Q9H4E7 + P61224 +Q9H4E7 + P62834 +Q9H4E7 + P63000 +Q9H4E7 + P60953 +Q9H4E7 + P61586 +P05156 - P01024 +P52306 + P08134 +P52306 + P62745 +P52306 + P01116 +P52306 + P61224 +P52306 + P62834 +P52306 + P63000 +P52306 + P60953 +P52306 + P15153 +P52306 + P61586 +P00751 + P01024 +Q92888 + Q07960 +Q92888 + P61586 +Q9NZN5 + Q07960 +Q9NZN5 + P61586 +Q9Y4D1 + P63000 +Q9Y4D1 + P61586 +Q12802 + P61586 +Q9NPG1 + P62873 +Q9NPG1 + P16520 +Q9NPG1 + Q03113 +Q9NPG1 + P09341 +Q9NPG1 + P63211 +Q9NPG1 + Q9UBE8 +Q9NPG1 + O14640 +Q9NPG1 + Q14344 +Q9NPG1 + P50148 +Q9NPG1 + P61586 +Q9NPH3 - Q9H0E2 +Q9NPH3 - P01584 +Q92974 + Q07960 +Q92974 + P63000 +Q92974 + P61586 +Q07075 - P06307 +Q6IA17 - Q99836 +Q8N5V2 + P61586 +P21145 + Q99836 +P23582 + P20594 +Q86UP2 + P33176 +O75962 + P63000 +O75962 + P61586 +P07737 + P55283 +Q9NR96 + Q99836 +Q14192 - Q66K89 +Q14192 - Q9Y4K3 +Q14192 + Q13950 +Q14192 + P10275 +Q9BXR5 + Q99836 +Q9H8V3 + P53350 +Q9H8V3 + P60953 +Q9H8V3 + P61586 +Q14344 + Q92888 +Q14344 + P35241 +Q14344 + Q9NZN5 +Q14344 + Q14289 +Q14344 + P21731 +Q14344 + P12830 +Q14344 + P61586 +Q16513 + P30305 +P01031 + P13671 +P01031 + P01024 +P01031 + Q9P296 +P01031 + P21730 +P42226 + P24394 +P42226 + Q9BQ08 +P42226 + Q16649 +P42226 + P05089 +P42226 + P04216 +P42226 - P42224 +P42226 + P23771 +P42226 + Q9BXN2 +P42226 + Q9BZP6 +P42226 + P61586 +P46527 - O96020 +P46527 - P30281 +P46527 - P24385 +P46527 - P06493 +P46527 - P24941 +P46527 - P11802 +P46527 - P20248 +P46527 - P78396 +P46527 - P24864 +P46527 - Q00534 +P46527 - P30279 +P46527 - P61586 +Q8IY84 + P46108 +Q9BYT3 + P46108 +Q13255 + P29992 +Q13255 + P48995 +Q13255 + P50148 +P54753 + P61978 +P54753 + P46108 +Q6P3W7 + P07355 +Q6P3W7 + P34931 +Q6P3W7 + P09769 +Q6P3W7 + P06396 +Q6P3W7 + P61978 +Q6P3W7 + P14618 +Q6P3W7 + P23588 +Q6P3W7 + P04406 +Q6P3W7 + Q14247 +Q2MKA7 - Q9ULT6 +Q14185 + P63000 +Q6J9G0 + P42685 +Q6J9G0 + Q03113 +Q6J9G0 + Q14247 +Q8IVW4 + Q14247 +Q9NR20 + Q9Y5B6 +Q9NR20 + Q15020 +Q9NR20 + Q9HD15 +Q9NR20 + Q8N302 +Q9NR20 + O75534 +Q9NR20 + Q6P1N0 +Q9NR20 + Q9BSQ5 +Q9NR20 + Q8WYQ5 +Q9NR20 + Q9NYB9 +Q9NR20 + P31948 +Q9NR20 + P51813 +Q9NR20 + Q15942 +Q9NR20 + Q04917 +Q9NR20 + Q9NRA8 +Q9NR20 + Q8N5S9 +Q9NR20 + P22681 +Q9NR20 + P14317 +Q9NR20 + P54727 +Q9NR20 + P06748 +Q9NR20 + Q14247 +Q00526 + Q5TKA1 +Q00526 - Q12800 +Q00526 + P18846 +Q00526 + O14757 +Q00526 + P05412 +Q00526 - Q01094 +Q00526 + Q14247 +P04054 + Q9Y263 +P22455 + P51813 +P22455 + P40763 +P22455 + Q8WUF5 +P22455 + P14317 +P22455 + P42224 +P22455 + P45983 +P22455 + P19174 +P22455 + Q14247 +P01350 + P32239 +Q16832 + P22681 +Q16832 + P07949 +Q16832 + P29353 +Q16832 + Q05655 +Q16832 + Q14247 +P06307 + P32238 +P06307 + P32239 +Q9Y2H1 + O60285 +Q9Y2H1 + P23588 +Q9Y2H1 + Q05655 +Q9Y2H1 + Q14247 +P61160 + P36896 +P01258 + P30988 +P10997 + P30988 +P51813 + Q8TDY4 +P51813 + P07355 +P51813 + P30530 +P51813 + Q05397 +P51813 + Q8WUF5 +P51813 + P22681 +P51813 + P61978 +P51813 + P23588 +P51813 + P46108 +P51813 + Q14247 +O43791 + Q13618 +O43791 - Q9Y6Q9 +P35318 + Q16602 +P35318 + Q96LB1 +P61289 - P42771 +P61289 - Q9Y6Q9 +P68133 + P63000 +P68133 + Q14247 +P45985 + P53778 +P45985 + Q14240 +P45985 + O15151 +P45985 - P19793 +P45985 + Q15759 +P45985 + P53779 +P45985 + Q16539 +P45985 + P45984 +P45985 + P28482 +P45985 + P45983 +P45985 + Q14247 +P11309 + P50747 +P11309 + P23497 +P11309 + P56693 +P11309 - P27448 +P11309 + P39019 +P11309 + Q14934 +P11309 + Q99576 +P11309 + O95644 +P11309 + P68431 +P11309 - Q92934 +P11309 + Q00987 +P11309 - O43524 +P11309 + P38936 +P11309 + P23588 +P11309 + P19525 +P11309 - Q99683 +P11309 + Q04206 +P11309 + Q9Y230 +P11309 - P46527 +P11309 + Q14247 +P01298 + P50391 +P23443 + P50747 +P23443 + P52298 +P23443 + Q14151 +P23443 + Q96GN5 +P23443 + O43150 +P23443 + Q12968 +P23443 + P61020 +P23443 - Q8TB45 +P23443 + Q03060 +P23443 - O00418 +P23443 + Q12972 +P23443 + Q14934 +P23443 + Q99704 +P23443 - Q05195 +P23443 + P62258 +P23443 + O60825 +P23443 + Q15654 +P23443 - Q53EL6 +P23443 + Q9NRA8 +P23443 - P04792 +P23443 + P42345 +P23443 + Q8N5S9 +P23443 + Q96PM5 +P23443 + P03372 +P23443 + P61978 +P23443 + P08151 +P23443 + P23588 +P23443 + P42336 +P23443 + P62753 +P23443 + P27708 +P23443 + Q00613 +P23443 + P36956 +P23443 - Q9H3D4 +P23443 + Q14653 +P23443 + P17612 +P23443 + Q14247 +P10092 + P30988 +P01303 + P25929 +P01303 + Q15761 +P01303 + P49146 +P01303 + P50391 +O00401 + O15145 +O00401 + P61160 +O00401 + P63261 +O00401 + P60953 +O00401 + O15143 +Q96A98 + P49190 +P50613 + Q9Y3T9 +P50613 + Q9UMY1 +P50613 + Q6NZY4 +P50613 + Q9BW71 +P50613 + Q8WXF1 +P50613 + Q8WUM0 +P50613 + P56693 +P50613 + Q96BK5 +P50613 + Q14934 +P50613 + P13631 +P50613 + Q15942 +P50613 + P10276 +P50613 + P15927 +P50613 + P21127 +P50613 + Q8N5S9 +P50613 + Q13285 +P50613 + P03372 +P50613 + Q8WUF5 +P50613 + P22681 +P50613 + P06493 +P50613 - P10275 +P50613 + P23588 +P50613 + P18887 +P50613 + O15534 +P50613 + P11802 +P50613 - P24928 +P50613 + Q8TAQ2 +P50613 + Q16526 +P50613 + P04637 +P50613 + Q13485 +P50613 + Q13562 +P50613 - Q01094 +P50613 + Q14247 +P01270 + Q03431 +P01270 + P49190 +Q15208 + P50747 +Q15208 + Q96FF9 +Q15208 + Q14934 +Q15208 + Q8WUF5 +Q15208 + Q00987 +Q15208 + Q13330 +Q15208 + P54727 +Q15208 - Q9Y2U5 +Q15208 - Q13233 +Q15208 + Q14247 +P01189 + Q01718 +P01189 + Q01726 +P01189 + P32245 +P01189 + P33032 +P01189 + P41145 +P30291 + Q86U44 +P30291 + Q9Y3T9 +P30291 + Q14202 +P30291 + Q9Y3Q8 +P30291 + P38919 +P30291 + Q8WXF1 +P30291 + P08621 +P30291 + Q96I25 +P30291 + Q8WUM0 +P30291 + Q8IWQ3 +P30291 + Q9Y534 +P30291 + Q12972 +P30291 + Q14934 +P30291 + Q15942 +P30291 + Q07666 +P30291 + P37802 +P30291 + Q9NRA8 +P30291 + Q07955 +P30291 + P15927 +P30291 + Q8N5S9 +P30291 + P63208 +P30291 + Q8WUF5 +P30291 + P22681 +P30291 + P61978 +P30291 + P20749 +P30291 - P06493 +P30291 + P23588 +P30291 + P18887 +P30291 + Q13330 +P30291 + P14317 +P30291 + P18858 +P30291 + Q14653 +P30291 + Q14247 +P49023 + Q13418 +P49023 + Q14289 +P49023 + Q05397 +P49023 + P27986 +P49023 + P56945 +P49023 + Q9Y490 +P49023 + P46108 +P49023 + P06241 +P49023 + Q14247 +Q8NG66 - P30304 +O43847 + P06881 +Q15109 + P56693 +Q15109 + O60610 +O00212 + O60610 +Q6R6M4 + P30304 +Q9UBC7 + O43603 +O60610 + Q9UQB8 +O60610 + P55283 +O60610 + P63000 +P05937 + P29218 +P05937 + Q9NQA5 +Q8WX92 - P05412 +Q13557 + Q9UHB6 +Q13557 + Q08289 +Q13557 - Q14654 +Q13557 - Q14524 +Q13557 + P13688 +Q13557 + P16220 +Q13557 + P42224 +Q13557 + P56524 +Q13557 + Q05655 +Q13557 + P17612 +Q13557 + Q14247 +Q13555 - Q9UQL6 +Q13555 + Q8N5S9 +Q13555 + P42224 +Q13555 - Q9Y618 +Q13555 + O43318 +Q13555 + P17600 +Q13555 + P17612 +Q6UXX9 + P31431 +Q6UXX9 + Q9BXB1 +Q6UXX9 + O75473 +P15408 + P15407 +P16860 + P17342 +P16860 + P20594 +Q99578 + Q01851 +P20336 + Q86UR5 +P10082 + Q15761 +P10082 + P50391 +O15525 - P05412 +P25098 + P18545 +P25098 + P05387 +P25098 - P08172 +P25098 - P32245 +P25098 - P41143 +P25098 + P51679 +P25098 - P21731 +P25098 + P51681 +P25098 - P37840 +P25098 + Q99835 +P25098 + P23588 +P25098 - P30411 +P25098 + P15311 +P25098 - Q16539 +P25098 + P04637 +P25098 - P50148 +P25098 - P30556 +Q15746 + P10916 +Q15746 + P14649 +Q15746 + O14950 +Q15746 + Q92614 +Q15746 - Q05682 +Q15746 + P24844 +Q15746 - Q13153 +Q15746 + P19105 +P01215 + P16473 +P01215 + P22888 +P01111 + P48736 +P01111 + P42338 +P01111 + Q8WWW0 +P01111 + P10398 +P01111 + Q12967 +P01111 + P42336 +P01111 + P15056 +P01111 + Q9P212 +P01111 + Q13671 +P01111 + P04049 +P63098 + Q12968 +P63098 + Q14934 +P00797 - P51606 +P00797 + O75787 +P00797 + P01019 +P12821 + P01019 +O94762 - Q06609 +P58294 + Q8NFJ6 +P58294 + Q8TCW9 +P61019 + P04406 +P07492 + P30550 +P05305 + P42892 +P05305 + P24530 +P05305 + P25101 +P61278 + P32745 +P61278 + P31391 +P61278 + P30872 +P61278 + P35346 +P61278 + P30874 +P26678 - O14983 +P26678 - P16615 +O00230 + P32745 +O00230 + P31391 +O00230 + P30872 +O00230 + P35346 +O00230 + Q96LB1 +O00230 + Q92847 +O00230 + P30874 +Q9BWU1 + O00303 +P21127 - O00303 +Q8WYL5 + Q9BR76 +Q8WYL5 + P23528 +Q8WYL5 - Q9Y281 +Q9Y6J0 - Q08209 +O00303 + P46531 +Q9UQ88 + P21127 +Q9UQ88 - O00303 +Q13469 + Q14814 +Q13469 + Q02078 +P53805 - Q08209 +P02788 + Q07954 +Q92934 - Q92843 +Q92934 + Q07812 +Q92934 + P99999 +Q92934 + Q16611 +Q92934 + P04637 +Q9BXY4 + P31431 +Q9BXY4 + O75473 +P29692 + P24534 +P29692 + P26641 +Q8WXA9 + P84103 +P41159 + P02741 +P41159 + P48357 +P41159 + P54646 +Q15654 + O43353 +P21926 + Q969P0 +P21926 - Q14005 +Q8N122 + Q14152 +Q8N122 + P55884 +Q8N122 + P23443 +Q8N122 - Q13541 +Q8N122 + P35568 +Q92574 + Q9BPZ7 +Q92574 + Q9BVC4 +Q92574 - Q15382 +Q92574 + P49815 +Q92574 + Q6R327 +O95988 + P31751 +O95988 + P31749 +Q53ET0 + P16220 +Q53ET0 + P31749 +Q9Y2I1 + O14654 +P49815 + Q9BPZ7 +P49815 + Q9BVC4 +P49815 + Q6R327 +Q15768 + P54753 +Q15768 + P54764 +P36956 + P37231 +P54619 + P54646 +Q9NX24 + O60832 +Q13772 + P10275 +Q13772 + P37231 +Q6A1A2 + O00141 +Q6A1A2 + P31749 +Q99856 + Q01094 +Q8WWY8 + Q9HBW0 +Q8IYT8 - Q9UGI9 +Q8IYT8 + O75143 +Q8IYT8 + Q8TDY2 +Q8IYT8 - Q9Y478 +Q8IYT8 - P54646 +O43318 + Q08170 +O43318 + Q6EEV6 +O43318 + Q96BK5 +O43318 + Q14934 +O43318 + O95819 +O43318 - Q8IVT5 +O43318 + P62834 +O43318 - Q8WUI4 +O43318 + P52564 +O43318 + P15927 +O43318 + O14733 +O43318 + O15111 +O43318 + Q9UBE8 +O43318 + Q8WUF5 +O43318 + P61088 +O43318 + P45985 +O43318 + P23588 +O43318 - P25963 +O43318 + O14920 +O43318 + Q13263 +O43318 + P46734 +O43318 + P19838 +O43318 + Q16539 +O43318 - Q15653 +O43318 + Q96AE4 +O43318 - P84022 +O43318 + Q9Y230 +O43318 + Q9H2X6 +O43318 + Q99558 +O43318 + Q05655 +O43318 + P45983 +O43318 + Q15750 +O43318 + Q15642 +O43318 - Q9NYJ8 +O43318 + Q9Y6R4 +O43318 + P54646 +P54646 + O95149 +P54646 + Q9UMY1 +P54646 + Q86V48 +P54646 + Q14202 +P54646 - Q9BZL4 +P54646 + P29692 +P54646 - O00763 +P54646 - Q9UQB8 +P54646 + O00418 +P54646 + Q14934 +P54646 + P41235 +P54646 + Q15942 +P54646 + O60825 +P54646 + Q15654 +P54646 + Q8N5S9 +P54646 - Q8N122 +P54646 + Q8WUF5 +P54646 + Q92574 +P54646 - Q53ET0 +P54646 + Q00987 +P54646 - Q13085 +P54646 + P49815 +P54646 + P06213 +P54646 + O14920 +P54646 + O75385 +P54646 - P36956 +P54646 + Q15349 +P54646 + Q13393 +P54646 + Q99856 +P54646 + P45983 +P54646 - P50552 +P54646 + P17612 +P56278 + Q9Y243 +P56278 + P31751 +P56278 + P31749 +Q9NZ42 + P34925 +P21980 + P68431 +P21980 + P06400 +P21980 - Q9NQA5 +P21980 + P51178 +O14810 + Q16623 +O14810 + P63027 +Q9UHD8 - Q6ZSZ5 +Q99683 + P45379 +Q99683 + Q969S3 +Q99683 + Q9UPT6 +Q99683 + P52564 +Q99683 + O14733 +Q99683 + P45985 +Q99683 + P38936 +Q99683 + Q9UER7 +Q99683 + P46734 +Q99683 + Q16539 +Q99683 + P28482 +Q99683 + P45983 +Q99683 + O75340 +Q9BPZ7 + P31749 +Q9UQB8 + Q8N8S7 +Q9UQB8 + Q92558 +Q9UQB8 + Q8IZP0 +Q9UQB8 + Q9Y6W5 +Q9UQB8 + P60709 +Q09666 + Q13426 +O14950 + P60709 +Q9UKG1 - P43146 +Q9UKG1 + Q15831 +P06396 + P68133 +P06396 + P63261 +P06396 + P10275 +P06396 + P02751 +P06396 - P55211 +P06396 - P60709 +P45452 + Q07954 +Q92945 - Q92997 +Q9UPY6 + P60709 +P24928 + Q9Y5B0 +Q5T1C6 - P31749 +O15143 + P60709 +Q9Y6W5 + P61158 +Q9Y6W5 + O15145 +Q9Y6W5 + P61160 +Q9Y6W5 + P60709 +Q05655 + P50747 +Q05655 + Q9Y3Q8 +Q05655 + P26010 +Q05655 + Q16206 +Q05655 - P52757 +Q05655 + Q14896 +Q05655 - P10588 +Q05655 + P48048 +Q05655 + Q9UQ80 +Q05655 + O00429 +Q05655 - Q9Y2R2 +Q05655 + Q15080 +Q05655 + P11413 +Q05655 + P50548 +Q05655 + P17405 +Q05655 + P28329 +Q05655 + Q9NRY6 +Q05655 + P23229 +Q05655 + P18433 +Q05655 - P21730 +Q05655 + O14939 +Q05655 + Q13887 +Q05655 - Q5JVS0 +Q05655 + P14598 +Q05655 + P23396 +Q05655 + Q14289 +Q05655 + P25098 +Q05655 - Q9UBS0 +Q05655 + O95817 +Q05655 - P31946 +Q05655 - Q16658 +Q05655 + Q9NRA8 +Q05655 - P27361 +Q05655 + P68431 +Q05655 + Q8N5S9 +Q05655 + Q13009 +Q05655 + P40763 +Q05655 + P30086 +Q05655 + P50750 +Q05655 + O15350 +Q05655 + P07108 +Q05655 + P29350 +Q05655 + P51398 +Q05655 + O95622 +Q05655 + P51828 +Q05655 + P06213 +Q05655 - P30411 +Q05655 + P15941 +Q05655 + P05107 +Q05655 - P17096 +Q05655 + P40189 +Q05655 + P16144 +Q05655 - Q13263 +Q05655 - P53671 +Q05655 - P63104 +Q05655 + P06748 +Q05655 + O15162 +Q05655 - Q01543 +Q05655 - P78527 +Q05655 + Q02750 +Q05655 + P42224 +Q05655 + P42574 +Q05655 + Q15717 +Q05655 - Q09472 +Q05655 + P04637 +Q05655 + P29353 +Q05655 - P28482 +Q05655 - P49840 +Q05655 + P45983 +Q05655 + P04049 +Q05655 + Q15139 +Q05655 + P12931 +Q05655 + P07948 +Q05655 + P60709 +O60341 - P49918 +O60341 + P10275 +O60341 - P35498 +O60341 - Q99250 +O60341 - P02708 +O60341 - Q9NY46 +O60341 - P04637 +O60341 + P07288 +O60341 - P60709 +Q8NG27 - Q01082 +P35368 + P29992 +P35368 + P50148 +P19474 - P49915 +Q15056 + P60842 +Q969V5 - P31749 +P26010 + Q05397 +P26010 + P12931 +P13726 + P08709 +P13726 + P00742 +P13726 + P00747 +P07477 + P55085 +Q9H3Z4 - Q00975 +Q9H3Z4 - P13569 +Q96B36 - P42345 +Q96B36 - Q8N122 +Q96B36 - Q9Y243 +P62328 + Q13418 +Q9H0C8 - Q13418 +Q07954 + Q9UP38 +P31431 + O14641 +P31431 + Q92997 +P31431 + O14640 +P31431 + P49023 +P18433 - Q14721 +P18433 - P56945 +P18433 + P06241 +P18433 + P12931 +P18433 + P06239 +Q9UHI6 + P58012 +Q12879 + Q92796 +Q12879 + P19174 +Q13522 - P36873 +Q13522 - P62136 +O94856 + Q92823 +P02686 - P60201 +Q9NPB6 + Q9HCE7 +Q9NPB6 + P17252 +Q9NZ53 + P14151 +P18206 + P12931 +P47712 + Q16539 +Q13418 + Q9Y3T9 +Q13418 + Q96C90 +Q13418 + Q13765 +Q13418 + E9PAV3 +Q13418 + Q8TAE6 +Q13418 + O14950 +Q13418 + Q9UHI6 +Q13418 - P09486 +Q13418 + O15530 +Q13418 - P23528 +Q13418 - P49841 +Q13418 + P31749 +Q13418 - P49840 +Q13418 + P17612 +Q9UKY0 + P08865 +Q96RI1 + P19793 +P24043 + Q14118 +P24043 + P08865 +P30622 + Q14203 +P01116 + O00329 +P01116 + P48736 +P01116 + P42338 +P01116 + P10398 +P01116 + Q9NS23 +P01116 + Q12967 +P01116 + P42336 +P01116 + P15056 +P01116 + Q13671 +P01116 + Q13233 +P01116 + P15923 +P01116 + P04049 +P09651 - P98170 +P16389 + P50549 +Q13596 + P25116 +P06881 + O60894 +P06881 + Q16602 +P06881 + P30988 +P06881 + Q14289 +Q9BYM8 - Q13546 +Q9BYM8 - P01375 +Q9BYM8 + P17252 +O60479 + Q13950 +P08311 + O00254 +P08311 + P01024 +P08311 + P01019 +P08311 + P55085 +P08311 + P02775 +P08311 + P25116 +O43294 + P10275 +P03956 + P25116 +P52565 - P63000 +P52565 - P60953 +P52565 + P61586 +Q15121 + P27361 +Q15121 - P51812 +P15336 + P08253 +P15336 + P18847 +P15336 + P06400 +P15336 + P05412 +P15336 + P45983 +P22694 + Q14896 +P22694 + P08138 +Q96KS0 + Q99814 +Q13009 + P63000 +Q13009 + P31749 +P30086 + O95819 +P30086 - O15111 +P30086 - O14920 +P30086 + P15056 +P30086 + Q02750 +P30086 + O43318 +P78536 + Q15303 +P78536 + P05556 +P78536 - P15941 +P78536 + P46531 +P78536 + P01375 +O14788 + O00300 +O14788 + Q9Y6Q6 +O14788 + Q9Y4K3 +O14788 + P19838 +P05114 - Q86U86 +P05114 + Q13315 +P05114 + Q92831 +Q2M3C7 - Q9NYA1 +Q8IV45 - P19838 +O94804 - P26038 +P23528 + Q8WYL5 +P23528 + P68133 +P23528 - P68032 +P23528 - P53667 +P23528 - P60709 +Q86UR1 + Q9Y5S8 +Q86UR1 - P10415 +P23588 + P23443 +P23588 + Q04637 +Q99801 - Q13547 +Q99801 + P04637 +P05556 - Q08380 +P05556 + Q13418 +P05556 + Q14289 +P05556 + P19320 +P05556 + Q05397 +P05556 + P46109 +O60383 + Q13873 +P06730 - P01106 +P06730 + P84022 +P06730 + Q13485 +O15226 - Q00653 +O15226 - Q04206 +O15226 - Q04864 +O15226 - P19838 +P05107 + P13598 +P05107 + Q15762 +P05107 + P32942 +P05107 + Q14289 +P05107 + P15498 +P05107 + P05362 +P05107 + Q05397 +P05107 - P27701 +O95972 + O00238 +O95972 + Q13873 +Q9UKL3 + Q14790 +Q9UKL3 + P19838 +Q6R327 + O00141 +Q6R327 + P31749 +Q6R327 + P17252 +Q8N608 + Q9NZV8 +Q13393 + P84077 +Q13393 + P17252 +Q9Y2W7 - Q9NSA2 +Q9Y2W7 - Q9NZV8 +P05204 - Q86U86 +P50552 - P06396 +P21333 + P45985 +P21333 + Q9Y6K9 +P21333 - P60953 +P21333 + O14920 +P21333 - Q12933 +Q9HAW4 + Q99638 +Q9HAW4 + P63146 +Q9HAW4 + Q9Y297 +P61586 + P78357 +P61586 + Q86UP2 +P61586 + Q16512 +P61586 + P07737 +P61586 + Q14192 +P61586 + Q13464 +P61586 + O14578 +P61586 + O75116 +P61586 + Q16513 +P61586 + Q13393 +P61586 + P45983 +P61586 - P46527 +P61586 + P19174 +P61586 + O60610 +P61586 + P17252 +Q9HC98 + Q9Y5B6 +Q9HC98 + Q9NPI6 +Q9HC98 + O15151 +Q9HC98 + P23443 +Q9HC98 + Q00613 +Q9HC98 + Q9UQE7 +Q8IU85 + Q99623 +O00712 - P08651 +O00712 - Q14938 +Q16566 + Q03060 +Q16566 + P14866 +Q16566 + Q14934 +Q16566 - Q9UQL6 +Q16566 + Q92793 +Q16566 + P16220 +Q16566 + Q14738 +Q16566 - P56524 +Q16566 - P29475 +Q16566 + P17600 +Q16566 + P62158 +Q16566 - Q99623 +Q9C0C9 - O43541 +Q08345 + P29353 +Q08345 + Q99623 +Q99623 - P03372 +Q99623 - Q9BX84 +Q8IZV2 + P00533 +P24821 + Q13797 +P24821 + P08648 +P24821 - P02751 +P24821 + P00533 +Q6S5L8 + P62993 +P40818 + Q9H4P4 +P40818 + P00533 +Q8WUM4 - P00533 +O14828 - P00533 +P09466 + P08575 +Q9UM11 + Q9UJX4 +Q9UM11 + Q9UJX5 +Q9UM11 + Q8NHZ8 +Q9UM11 + Q16763 +Q9UM11 + Q9UM13 +Q9UM11 + Q13042 +Q9UM11 + Q9UJX6 +Q9UM11 + Q9UJX2 +Q9UM11 + Q9H1A4 +Q9UM11 + O00762 +Q9UM11 + P30260 +Q9UM11 + Q9NYG5 +Q9UM11 - P14635 +Q9UM11 - P06493 +Q15262 - P00533 +Q99527 + P50148 +Q99527 + P00533 +Q9Y6I3 - P00533 +P14923 + P16591 +P14923 + P00533 +Q6UW88 + Q15303 +Q6UW88 + P00533 +P42566 + Q9Y6I3 +P42566 + O14964 +P42566 + P62993 +P42566 + P00533 +P03971 + Q16671 +Q9NYS0 + P25963 +O14944 + Q15303 +O14944 + P21860 +O14944 + P00533 +P61925 - P17612 +Q92558 + O15145 +Q92558 + P61160 +Q92558 + P63261 +Q92558 + O15143 +Q92558 + P60709 +O95476 + Q14693 +O95476 - Q13873 +O95476 + P36894 +Q96B97 + P0CG47 +Q96B97 - P09455 +Q96B97 - O43609 +Q96B97 + P22681 +Q96B97 - Q08043 +Q96B97 + O60674 +Q96B97 + P00533 +P43026 + P27037 +P43026 + O00238 +P43026 + Q13873 +P43026 + P36894 +Q5TA89 - Q92858 +Q6KF10 + Q13873 +Q6KF10 + P36894 +P35221 + Q12959 +P35221 + P27986 +P35221 - P46937 +P35221 + P00533 +P55347 + P49639 +P55347 + P26367 +Q9UJM3 - P00533 +Q96CW1 - P00533 +P09211 + Q12933 +P09211 + P00533 +Q86V24 + Q9UKG1 +O94782 - P12004 +Q96JA1 + P22681 +Q96JA1 + Q9ULV8 +Q96JA1 - P00533 +Q96A54 + Q9UKG1 +P51452 - P27361 +P51452 - P04626 +P51452 - P45984 +P51452 - P00533 +Q13285 + P30968 +P15498 + Q13588 +P15498 + P43405 +P15498 + P22681 +P15498 + P62993 +P15498 + P27986 +P15498 + P63000 +P15498 + P60953 +P15498 + Q04759 +P15498 + P01112 +P15498 + P28482 +P15498 + P19174 +P15498 + P61586 +P09769 + O15164 +P09769 + Q14289 +P09769 + Q07666 +P09769 + Q15654 +P09769 + Q05397 +P09769 + P22681 +P09769 + P61978 +P09769 + P37840 +P09769 + P10721 +P09769 + P14317 +P09769 + Q14247 +P09769 + P00533 +P52735 + Q07960 +P52735 + P63000 +P52735 + P60953 +P52735 + P15391 +P52735 + P61586 +P52735 + P00533 +P15514 + P04626 +P15514 + P14780 +P15514 + P00533 +P39900 + P10646 +P39900 + Q03405 +P19447 + Q13888 +P19447 + P18074 +P19447 + Q01831 +P19447 + P54727 +Q16512 + Q8WUA7 +Q16512 + P50747 +Q16512 - P18669 +Q16512 + P36871 +Q16512 - Q92974 +Q16512 + O95863 +Q16512 + Q01850 +Q16512 + Q9NYL2 +Q16512 + P52564 +Q16512 - P10636 +Q16512 + P08670 +Q16512 + P10275 +Q16512 + P23588 +Q16512 + Q14738 +Q16512 + P46734 +Q16512 + Q16539 +Q16512 + Q96A00 +Q16512 - Q12778 +Q16512 + P04049 +Q16512 + P29966 +Q16512 - P00533 +Q03405 + P05106 +Q03405 + P00749 +P62330 + O60331 +P62330 + Q99755 +P62330 + Q13393 +P13945 + P63092 +Q99075 + Q15303 +Q99075 + P00533 +P50406 + P63092 +Q4KMG0 + Q12982 +Q4KMG0 + O60271 +Q4KMG0 + P00519 +Q4KMG0 + Q16539 +Q07890 + P01116 +Q07890 + P01112 +P43119 + P63092 +P35070 + Q15303 +P35070 + P00533 +P30518 + P63092 +P43116 + P63092 +P57059 + O43150 +P57059 - Q6UUV7 +P57059 + Q15942 +P57059 - Q53ET0 +Q07912 + P10911 +Q07912 + Q9Y5X1 +Q07912 + Q8WUF5 +Q07912 + P56945 +Q07912 + P10275 +Q07912 + P07949 +Q07912 + Q14247 +P47871 + P84996 +P47871 + P63092 +P07585 - P01137 +P07585 - P00533 +P05362 + P20701 +P05362 + P20702 +P05362 + P05107 +P05362 + P00533 +P10276 + P48443 +P10276 + P28702 +P10276 + P10827 +P10276 + Q92731 +P10276 + P22736 +P10276 + P03372 +P10276 + P19793 +P10276 - P17947 +P10276 + P31749 +P10276 + P00533 +Q9NQU5 + Q14934 +Q9NQU5 + P22681 +Q9NQU5 + Q00987 +Q9NQU5 + P10275 +Q9NQU5 + P63000 +Q9NQU5 + P60953 +Q13546 + Q8N5C8 +Q13546 + Q14790 +Q13546 + O15111 +Q13546 + Q15628 +Q13546 + Q13158 +Q13546 + P42575 +Q13546 + Q92851 +Q13546 + Q9Y6K9 +Q13546 + O14920 +Q13546 + P25445 +Q13546 + Q12933 +Q13546 + P19838 +Q13546 + Q99558 +Q13546 + Q13233 +Q13546 + Q9Y572 +Q13546 + Q9NYJ8 +Q13546 + O43318 +Q13546 - P00533 +P08253 + P01137 +P08253 + P00533 +Q7Z5L9 + P14316 +P16333 - P43146 +P16333 + P42768 +P16333 + O75914 +P16333 + O95819 +P16333 + Q13153 +P16333 + Q13177 +P16333 + P63000 +P16333 + O00401 +Q9BW27 + Q14974 +P78406 + Q9UBU9 +P78406 + Q14974 +P01135 + P04626 +P01135 + P00533 +O60716 - Q86T24 +O60716 + P22223 +O60716 + O60331 +O60716 + P16591 +O60716 + P33151 +O60716 + P52735 +O60716 + P19022 +O60716 + P63000 +O60716 - P49768 +O60716 + P12931 +O60716 + P12830 +O60716 + P00533 +Q9ULV8 - Q96JA1 +Q9ULV8 - P07949 +Q9ULV8 - P06241 +Q9ULV8 - P00533 +P22894 + P16112 +P22894 + P10646 +Q15759 + P19419 +Q15759 + P28324 +Q15759 + P15336 +Q15759 - P30305 +Q15759 + O14543 +Q15759 + Q8WUF5 +Q15759 + Q15672 +Q15759 + Q8IW41 +Q15759 + P04150 +Q15759 + Q16644 +Q15759 + P05412 +Q15759 + O75582 +Q15759 + Q16539 +Q15759 + P05787 +Q15759 + O60381 +Q15759 + P04637 +Q15759 - Q16236 +Q15759 + P15923 +Q15759 - Q15750 +Q15759 + Q16665 +Q15759 - P00533 +Q9UEW8 + Q16539 +P12004 + Q15054 +P12004 - P30281 +P12004 + Q9HCU8 +P12004 - Q9UQ84 +P12004 + Q13112 +P12004 + Q9Y253 +P12004 + P24941 +P12004 + P11802 +P12004 + O60673 +P12004 + Q9UNA4 +P12004 - Q00534 +P12004 + P39748 +P12004 + P26358 +P12004 + Q9UGP5 +Q5T447 + Q9H2D6 +Q06124 - Q8N109 +Q06124 - O95297 +Q06124 - Q9NWQ8 +Q06124 - P78324 +Q06124 - P35221 +Q06124 - Q14289 +Q06124 - O43609 +Q06124 - P48736 +Q06124 + Q8WU20 +Q06124 + P31260 +Q06124 - P51692 +Q06124 + P52333 +Q06124 + P27361 +Q06124 - P35968 +Q06124 - P10912 +Q06124 - Q05397 +Q06124 + P40763 +Q06124 + P62993 +Q06124 - P15260 +Q06124 + P27986 +Q06124 + O14746 +Q06124 - P04626 +Q06124 - P10721 +Q06124 + P42336 +Q06124 - Q13480 +Q06124 + Q99683 +Q06124 - P35568 +Q06124 + P01112 +Q06124 + Q07889 +Q06124 - P09619 +Q06124 + P08069 +Q06124 - P23458 +Q06124 - O60674 +Q06124 - Q9Y6R4 +Q06124 + P12931 +Q06124 - P00533 +P84095 + Q96JJ3 +P21860 + O00329 +P21860 + P48736 +P21860 + Q92569 +P21860 + P42338 +P21860 + P62993 +P21860 + P27986 +P21860 + Q14451 +P21860 + P42336 +P21860 + Q07889 +P21860 + P29353 +P21860 + O60674 +P21860 + P19174 +P21860 + O00459 +Q9H2X0 - P12643 +O15492 - Q14344 +P08493 + P12643 +P17936 + P35858 +P17936 - P05019 +P17936 + P00533 +P01133 + P25098 +P01133 + P62993 +P01133 + P04626 +P01133 + O00459 +P01133 + P00533 +P15941 + P17931 +Q9Y376 + Q13131 +P51451 + P31994 +P51451 + P22681 +P51451 + P10721 +P51451 + Q13480 +P51451 + P00533 +P17275 - Q07817 +P17275 - P10415 +P17275 + P00533 +P16144 + O00329 +P16144 + P48736 +P16144 + P42338 +P16144 + Q05397 +P16144 + P42336 +Q9GZY8 + O00429 +Q13671 + P20339 +Q13671 + P01116 +Q13671 + P42684 +Q13671 - P01111 +Q13671 + P00519 +Q13671 + P00533 +Q02750 + P51956 +Q02750 - P17542 +Q02750 + P19419 +Q02750 + P27361 +Q02750 + O75676 +Q02750 + Q16659 +Q02750 + P08151 +Q02750 - P37231 +Q02750 + P42336 +Q02750 - P35568 +Q02750 + P49841 +Q02750 + Q16539 +Q02750 + Q15349 +Q02750 + P28482 +Q02750 + Q05655 +Q02750 + P32121 +P55058 + P02647 +P46109 + Q92608 +P46109 + Q92918 +P46109 + P27986 +P46109 + Q13905 +P46109 + P00519 +P46109 + P11274 +P46109 + P49023 +P46109 + P45983 +P46109 + O00459 +P23458 + O75886 +P23458 + P07332 +P23458 + Q14289 +P23458 - P31785 +P23458 + P38484 +P23458 + P51692 +P23458 + P52333 +P23458 + Q06187 +P23458 + O14543 +P23458 + P29597 +P23458 + P62993 +P23458 + P15260 +P23458 + P27986 +P23458 + Q06124 +P23458 + P24394 +P23458 + Q99683 +P23458 + P35568 +P23458 + Q9Y4H2 +P23458 + P52630 +P23458 + P42224 +P23458 + P29353 +P23458 + O60674 +P23458 + P42229 +P23458 + Q05513 +P02766 + P02647 +O95477 + P02647 +P17693 + Q13241 +P17693 + P01732 +P17693 + P43629 +P17693 + Q99706 +P17693 + P26715 +P17693 + Q8NHL6 +P07204 + P04070 +P07204 + P05154 +P34972 + P09471 +P34972 + P08754 +P30542 + P08754 +P08913 + P09471 +P08913 + P08754 +Q14831 + P09471 +Q14831 + P08754 +P41146 + P09471 +P41146 + P08754 +P35462 + P09471 +P35462 + P62993 +P35462 + P08754 +P21728 + P08754 +O60244 + P04150 +O60244 + P52630 +P08172 + O95837 +P08172 + P30679 +P08172 + P09471 +P08172 + P29992 +P08172 + P08754 +Q01995 - Q9UBS8 +Q06587 + Q13642 +Q06587 - P0C0S5 +Q86Y13 - Q08945 +Q86Y13 - P0C0S5 +P08173 + Q05639 +P08173 + P08754 +Q99496 + Q16777 +Q99496 - P0C0S5 +P41143 + P09471 +P41143 + P63096 +P41143 + P08754 +Q9Y5T5 + P0C0S5 +P30872 + P09471 +P30872 + P08754 +P41145 + P09471 +P41145 + P08754 +P46736 - P0C0S8 +P46736 - P06899 +P46736 - P0C0S5 +P46663 + P29992 +P46663 + P50148 +P46663 + P08754 +Q16878 + Q15465 +P30874 + P09471 +P30874 + Q96B97 +P30874 + P63096 +P30874 + P08754 +Q92935 - Q15465 +P25105 + P09471 +P25105 + P50148 +P25105 + P08754 +P00450 - Q99835 +Q9BWV1 + Q15465 +P98164 + O60494 +P98164 - P01266 +P98164 + Q15465 +P12643 + Q9H2X0 +P12643 + P08493 +P12643 + Q13705 +P12643 + Q13873 +P12643 + O15198 +P12643 + P61160 +P12643 + Q04771 +P12643 + P05186 +P12643 + Q13950 +P12643 + Q99717 +P12643 + Q15797 +P12643 - Q15465 +Q5VTY9 + Q15465 +Q8TCW9 - P05198 +A7MBM2 + Q15465 +Q96F81 + Q15465 +P47813 + Q14152 +P47813 + P05198 +Q16656 + P20042 +Q16656 + Q00059 +Q16656 + P05198 +P33981 + P38646 +P33981 + Q15291 +P33981 + Q53HL2 +P33981 + O96017 +P33981 - O43663 +P33981 - P00519 +P33981 + O95359 +P33981 + P04637 +P33981 + P05198 +P53778 + P50747 +P53778 + P15336 +P53778 + P10636 +P53778 + Q8IW41 +P53778 + Q13330 +P53778 + O60239 +P53778 + P05787 +P53778 - Q16236 +P53778 + Q13424 +P15151 + Q15762 +P15151 + Q495A1 +Q8WY41 + Q92769 +P29475 + Q9Y272 +P29475 - P25963 +P29475 + Q92769 +P29475 + Q13363 +Q13424 + P29475 +Q92692 + Q15762 +Q92692 + Q495A1 +O00238 + Q6GQQ9 +O00238 + O95684 +O00238 + P78368 +O00238 + Q14934 +O00238 + O15198 +O00238 + Q99717 +O00238 + Q15797 +O00238 + Q13562 +O00238 + Q14247 +O00238 + Q99623 +O00238 + Q99750 +P15248 + P31785 +P15248 + Q01113 +Q99750 - P48995 +P08754 - Q08462 +P08754 - Q08828 +P08754 - O95622 +P08754 + Q9UL62 +P21741 + Q9UM73 +P21741 + Q04721 +P51124 + P06748 +Q86UT5 + Q9H1D0 +P60903 - P47712 +P60903 + Q9NQA5 +P60903 + Q9H1D0 +Q8WVJ2 + P43034 +P06858 + P11597 +P06858 + P02655 +Q9UHY1 + P50747 +Q9UHY1 - Q92905 +P27797 + Q14162 +P27797 - P07237 +P27797 + P06858 +P27797 - P10275 +P23471 - Q9UM73 +P23471 - P21246 +Q13131 - Q9BU19 +Q13131 - Q05469 +Q13131 - Q6UUV9 +Q13131 - Q9NP71 +Q13131 + Q9H0B6 +Q13131 - O00763 +Q13131 + Q9GZY8 +Q13131 - Q92538 +Q13131 - Q9NYV6 +Q13131 + O00418 +Q13131 + Q16875 +Q13131 - P41235 +Q13131 + O95863 +Q13131 - Q9UQL6 +Q13131 + O60825 +Q13131 - Q8WUI4 +Q13131 - Q86TI0 +Q13131 - P42345 +Q13131 - Q8N122 +Q13131 - P14859 +Q13131 - Q53ET0 +Q13131 + O43524 +Q13131 + Q06609 +Q13131 + P49815 +Q13131 + P24941 +Q13131 + Q9Y478 +Q13131 + O75385 +Q13131 + Q9UBK2 +Q13131 - P06400 +Q13131 - P49116 +Q13131 - P36956 +Q13131 - Q16526 +Q13131 + P98177 +Q13131 - Q09472 +Q13131 + P04637 +Q13131 + P52292 +Q13131 - P56524 +Q13131 + Q12778 +Q13131 - Q13363 +Q13131 - P17600 +Q13131 + P17612 +O75056 + P21246 +P01148 + P30968 +P01148 + Q9UQM7 +P01148 + Q13554 +P21246 + P23471 +P21246 + O75056 +P21246 + Q9UM73 +Q9NQC7 - P20749 +Q9NQC7 - Q9Y6K9 +Q9NQC7 - Q12933 +Q9NQC7 - O95786 +P38646 + P33981 +O00585 + P32248 +P51817 + Q05469 +P51817 - P26678 +P51817 + P61224 +P51817 + P62834 +P51817 + P10644 +P51817 - Q92934 +P51817 + P49841 +P51817 + P98161 +O95390 + Q13705 +O95390 + P61160 +P18075 + Q6X4U4 +P18075 + P27037 +P18075 + O00238 +P18075 + Q13705 +P18075 + Q13873 +P18075 + P36894 +P18075 + P61160 +P61764 + Q16623 +P61764 - Q13393 +O95359 + P33981 +O75509 + Q15628 +Q13319 + Q00535 +Q96IZ0 - Q9GZV3 +Q96IZ0 - P19544 +P20333 + Q13077 +P20333 + O15111 +P20333 + Q13490 +P20333 + P01374 +P20333 + Q12933 +P20333 + P01375 +Q99538 + P04233 +O75553 + P46531 +Q12884 + P27487 +P09681 + P48546 +P01275 + P43220 +P01275 + P47871 +P01275 + O95838 +P01275 - P27487 +Q5TCY1 - P10636 +Q5TCY1 + Q00535 +P20594 + Q8WYQ5 +P20594 + Q13404 +Q14934 + P45983 +P10321 + P43628 +P10321 + P43626 +Q9HAN9 + P09874 +P30499 + P43632 +P30499 + Q14954 +P30499 + P43627 +P30499 + P01732 +P30499 + P43631 +P30499 + P43628 +P30499 + P43626 +Q15942 + P50552 +Q9UGL1 + P55771 +Q9UGL1 + O00257 +Q9UGL1 - P68431 +Q9UGL1 + P55316 +P14921 + Q9UKX5 +P14921 - Q99684 +P14921 + P11802 +P42858 + P19838 +P42858 - P42574 +O00213 + P27361 +P55773 + P32246 +Q8N5S9 + Q8WXF1 +Q8N5S9 + Q16566 +Q8N5S9 + Q13131 +Q8N5S9 + P49759 +Q8N5S9 + Q14194 +Q8N5S9 + Q8WUF5 +Q8N5S9 + P54646 +Q8IW19 + P09874 +P55854 - P09874 +Q96RR4 + Q16566 +Q96RR4 + Q14012 +Q96RR4 + Q13131 +Q96RR4 + Q8N5S9 +Q96RR4 + Q8NEB9 +Q96RR4 + P31749 +Q96RR4 + P54619 +Q96RR4 + P17612 +Q96RR4 + P54646 +Q8WUF5 - Q04206 +Q8WUF5 - P04637 +P49959 + O60934 +P49959 + Q13315 +Q15078 + Q14990 +Q15078 - Q8IWU2 +Q15078 - Q13153 +Q15078 + Q00535 +P25791 + P17542 +O43464 - Q15121 +O43464 - Q13490 +O43464 - P98170 +O43464 - Q13489 +O43464 - Q9NR09 +Q9H082 + Q676U5 +Q13794 + Q07812 +Q13794 - Q07820 +Q13794 - Q16548 +Q13794 - Q07817 +Q13794 - Q96IK5 +Q13794 - P10415 +Q08117 - Q04206 +Q08117 + P56279 +P20749 + Q13547 +P20749 - O95999 +P20749 + Q00653 +P20749 + O15379 +P20749 + P19838 +P56279 + Q9Y243 +P56279 + P31751 +P56279 + P31749 +Q96JJ3 + Q14185 +Q8IZD2 + P68431 +O15516 - Q9UJ55 +O15516 + Q49AN0 +O15516 + P68431 +O15516 + O00327 +O15516 + O15055 +O15516 + O15534 +O15516 + Q16526 +Q9NVP2 + P68431 +Q9NVP2 + P62805 +Q9NVP2 + Q13112 +P18887 + Q96T60 +P18887 + P06746 +Q9Y490 + P08514 +Q9Y490 + Q05397 +Q9Y490 + P05556 +Q13330 - P78537 +Q13330 - Q13352 +Q13330 - P03372 +Q13330 - P51946 +Q13330 - P38398 +Q13315 + Q9UQR1 +Q13315 + Q9H2K8 +Q13315 + Q16204 +Q13315 - P41236 +Q13315 + Q7L7X3 +Q13315 + Q92878 +Q13315 + Q92945 +Q13315 + Q07955 +Q13315 + P15927 +Q13315 + Q8IY92 +Q13315 + Q96T60 +Q13315 + P15336 +Q13315 + O43313 +Q13315 + Q7LG56 +Q13315 + O15360 +Q13315 + Q9BXW9 +Q13315 + Q9NUW8 +Q13315 + Q9NS23 +Q13315 + Q9Y4K3 +Q13315 + P52926 +Q13315 + Q99638 +Q13315 + Q92547 +Q13315 + O60934 +Q13315 + O14757 +Q13315 + Q15831 +Q13315 + O96017 +Q13315 + Q9Y3F4 +Q13315 + P16104 +Q13315 - P16220 +Q13315 - P53350 +Q13315 - Q8IUQ4 +Q13315 + Q13362 +Q13315 + Q14738 +Q13315 + Q06609 +Q13315 + P08047 +Q13315 + Q96SD1 +Q13315 + P00519 +Q13315 + Q9UPV0 +Q13315 + P25963 +Q13315 + Q14676 +Q13315 + P17096 +Q13315 - Q9UBU7 +Q13315 - Q8TAQ5 +Q13315 - Q9UER7 +Q13315 + Q15797 +Q13315 + P20823 +Q13315 + P49959 +Q13315 + O75150 +Q13315 + P31749 +Q13315 + Q9UQE7 +Q13315 + Q92630 +Q13315 + Q5VTR2 +Q13315 + P78527 +Q13315 + O43683 +Q13315 + Q14683 +Q13315 + O94916 +Q13315 - Q8NHY2 +Q13315 + Q9BQ15 +Q13315 + Q5XUX0 +Q13315 + Q9NQS1 +Q13315 + Q96RU2 +Q13315 + Q09472 +Q13315 + Q12888 +Q13315 + O75943 +Q13315 + P25205 +Q13315 + P55957 +Q13315 - Q9H3D4 +Q13315 - P27694 +Q13315 + P54132 +Q13315 + Q6PJP8 +Q13315 + Q01094 +Q13315 + Q16665 +Q13315 + Q15554 +Q13315 + P54274 +P17980 - P37840 +P17980 + P42771 +Q9UER7 - O43918 +Q9UER7 + P19634 +Q9UER7 - P01137 +Q9UER7 + Q00987 +Q9UER7 - P10275 +Q9UER7 + Q99683 +Q9UER7 - P25445 +Q9UER7 - P04150 +Q9UER7 + P37173 +Q9UER7 + P04637 +Q9UER7 - Q13485 +O95977 + P63096 +O95977 + Q14344 +Q96RI0 + Q03113 +Q96RI0 + P63096 +Q96RI0 + Q14344 +P15311 + P07332 +P15311 - P52566 +P15311 - P52565 +P15311 + Q05397 +P15311 + P60709 +Q9UD71 - P36873 +Q9UD71 - P62136 +Q9UD71 - P17612 +Q9UD71 - Q00535 +P49459 + P12004 +Q9HBW0 + Q03113 +Q9HBW0 + Q15654 +Q9HBW0 + P63096 +Q9HBW0 + Q14344 +O94916 + Q8N5D6 +O94916 + P15121 +O94916 + P53794 +O94916 + P48065 +Q9Y566 + O94910 +Q9Y566 + Q14155 +Q16526 - O00327 +Q16526 - O15516 +P25116 + P30679 +P25116 + Q03113 +P25116 + P63096 +P25116 + Q14344 +P27694 + P35249 +P27694 + P35250 +P27694 + P40937 +P27694 + O60671 +P27694 + Q8WXE1 +P27694 + Q99638 +P27694 + P35251 +P27694 + Q14191 +P27694 + P46063 +P27694 + Q9BX63 +P27694 + P39748 +P27694 + O60921 +Q13485 + P43694 +Q13485 + P50616 +Q13485 + Q14186 +Q13485 + O15105 +Q13485 + Q92793 +Q13485 + P15336 +Q13485 + P18846 +Q13485 + P53355 +Q13485 + P30968 +Q13485 + Q9UJU2 +Q13485 + Q16254 +Q13485 + P10275 +Q13485 + P16220 +Q13485 + Q02078 +Q13485 + P38936 +Q13485 + P01100 +Q13485 + P28749 +Q13485 + Q15796 +Q13485 + P52952 +Q13485 + P05412 +Q13485 + Q09472 +Q13485 + P49711 +Q13485 + Q15329 +Q13351 - Q01543 +P18858 + P12004 +P18858 + P24941 +Q93096 - P17544 +Q14653 + P05161 +Q14653 + Q9UHD2 +Q14653 + P01574 +Q14653 + P13501 +Q14653 + P02778 +Q14653 + P09914 +P15907 - P20273 +Q9BQ69 + Q9UP38 +P20591 + Q9Y210 +Q9UKS6 + Q9HBA0 +P43487 - P18754 +P43487 + Q14974 +P43487 + P62826 +Q4VCS5 - P46937 +Q4VCS5 - Q9GZV5 +Q9UDY2 - P46937 +Q9UDY2 - Q9GZV5 +Q13188 + Q9Y3A3 +Q13188 + Q9H8S9 +Q13188 + Q9H4B6 +Q13188 + Q7L9L4 +Q13188 + Q9NRA8 +Q13188 + Q9NRM7 +Q13188 + P51955 +Q13188 - P00519 +Q13188 + O95835 +Q13188 + Q9GZV5 +Q6IN85 + P60510 +Q13950 + P12643 +Q13950 + P05186 +Q13950 + Q92793 +Q13950 - P46531 +Q13950 + P05412 +O14640 + Q9Y4D1 +O14640 - O15169 +O14640 + P63000 +O14640 + Q13464 +O14640 - P49841 +O14640 + O75581 +O14640 + P05412 +O14640 + P25116 +O14640 + P84022 +O14640 - P25054 +P05000 + P48551 +P05000 + P17181 +P01563 + P17181 +P01562 + P48551 +P01562 + Q00978 +P01562 + P60568 +P01562 + P17181 +Q13477 + P26010 +Q13477 + P13612 +P23760 + Q96NX9 +P23760 + Q9UJU2 +P35442 + Q08722 +P31483 - P24522 +Q9GZV5 + Q15561 +Q9GZV5 + Q15562 +Q9GZV5 + Q15361 +Q9GZV5 + P28347 +Q9GZV5 + Q99594 +Q9GZV5 + Q13950 +Q9GZV5 - O14640 +Q9GZV5 + P43699 +Q9GZV5 - P37231 +Q9GZV5 + Q15796 +Q9GZV5 + Q06710 +Q9GZV5 + P84022 +Q9GZV5 + P23760 +Q9GZV5 + P15172 +O95835 + P30153 +O95835 + Q15942 +O95835 - Q9GZV5 +Q5JVL4 + O94759 +Q13151 + P24522 +Q13492 + P53675 +Q13492 + Q00610 +Q01085 - P24522 +O95453 + P24522 +O14618 + P00441 +P27487 - P00813 +P27487 - P09681 +P27487 + P01275 +P27487 + O14625 +P27487 + P48061 +Q8WV28 + P43405 +Q8WV28 + P15498 +Q8WV28 + P62993 +Q8WV28 + P19174 +Q8WV28 + P16885 +Q30201 - P02787 +P43405 + Q8IWV1 +P43405 + Q8WV28 +P43405 + P78314 +P43405 + P02730 +P43405 + P05106 +P43405 + Q13422 +P43405 + Q9GZY6 +P43405 + P68366 +P43405 + Q14289 +P43405 + P26038 +P43405 + Q71U36 +P43405 + P51452 +P43405 + Q92918 +P43405 + Q13094 +P43405 + P15498 +P43405 + P09769 +P43405 + Q9UQC2 +P43405 + P52735 +P43405 + Q13261 +P43405 + Q13191 +P43405 + Q06187 +P43405 - P10636 +P43405 + Q05397 +P43405 + P40763 +P43405 + P62993 +P43405 + P27986 +P43405 + P15391 +P43405 + P15311 +P43405 + Q6ZUJ8 +P43405 + O43561 +P43405 + Q13263 +P43405 + P14317 +P43405 + Q15349 +P43405 + P29353 +P43405 + P49023 +P43405 + P42229 +P43405 + Q15642 +P43405 + P19174 +P43405 + O00459 +P43405 + Q15139 +P43405 - P06239 +P43405 + Q14247 +P43405 + P17252 +P43405 + P16885 +P02786 - P02787 +Q13094 + Q9UKW4 +Q13094 + P42768 +Q13094 - P15498 +Q13094 + P62993 +Q13094 + P19174 +Q13094 + P16885 +P48061 + P25106 +P48061 + P49682 +P48061 + P61073 +P48061 + P02751 +Q06187 + Q9BWU0 +Q06187 + O75494 +Q06187 + P43405 +Q06187 + Q08881 +Q06187 + P51813 +Q06187 + P42680 +Q06187 + P51692 +Q06187 + P62993 +Q06187 + P61978 +Q06187 + Q06609 +Q06187 + P78347 +Q06187 + P25963 +Q06187 - P25445 +Q06187 + Q6ZUJ8 +Q06187 - P58753 +Q06187 + P19174 +Q06187 + Q9GZV5 +Q06187 + P16885 +P78317 - Q9UHF7 +P78317 + Q13952 +P78317 + P29590 +P78317 + P25208 +P78317 + P23511 +Q9UHD0 + Q6UXL0 +Q9UHD0 + Q9UHF4 +P04626 + P98077 +P04626 + Q13588 +P04626 + Q96N67 +P04626 + Q92529 +P04626 + P20936 +P04626 + Q92569 +P04626 - P01137 +P04626 + P03372 +P04626 + Q05397 +P04626 + P35354 +P04626 + P62993 +P04626 + Q13153 +P04626 - P06493 +P04626 + P27986 +P04626 + Q06124 +P04626 + Q14451 +P04626 + Q15303 +P04626 + P21860 +P04626 + P42336 +P04626 + Q02750 +P04626 + Q07889 +P04626 + P29353 +P04626 + P23458 +P04626 + O60674 +P04626 + P19174 +P04626 + O00459 +P04626 + P12931 +P04626 + P17612 +P04626 + P00533 +P04626 + Q13424 +P04626 + P16885 +O43930 + Q96EP5 +O43930 + Q12968 +O43930 + Q15942 +Q9NSY1 + Q15942 +P21462 + P27361 +Q6PHR2 + Q15942 +Q9UHX1 - P01106 +Q9UHX1 - Q96AE4 +P62166 + Q9UL62 +P13591 + P11362 +Q9GZV9 - P78562 +Q9GZV9 + P22607 +Q9GZV9 + P21802 +Q9GZV9 + P11362 +Q5VTR2 + O75150 +P12034 + P21802 +P12034 + P11362 +O75150 + Q5VTR2 +P55774 + P51685 +P55774 + P51677 +P09629 + P78527 +Q16663 + P32246 +Q16663 + P51677 +Q15464 + P27986 +O00175 + P41597 +O00175 + P51677 +O76093 + P22455 +O76093 + P22607 +O76093 + P21802 +O76093 + P11362 +O60258 + P22455 +O60258 + P22607 +O60258 + P21802 +O60258 + P11362 +P14859 + P06899 +P05230 + P22455 +P05230 + P22607 +P05230 + P21802 +P05230 + P11362 +Q9BQA5 + P33552 +Q9BQA5 + P62805 +Q9BQA5 + Q13315 +Q9BQA5 + P78527 +Q15118 + Q96BR1 +Q15118 - P29803 +Q15118 - P08559 +Q15118 + O15111 +Q15118 + Q9Y243 +Q15118 + Q13153 +Q15118 + O00141 +Q15118 + P31751 +Q15118 + P23443 +Q15118 + P31749 +Q15118 + Q15418 +Q15118 + Q16513 +Q15118 + P05129 +Q15118 + Q05513 +Q15118 + P17252 +Q12866 + P15498 +Q96SD1 + Q13426 +Q00839 - P32780 +Q9UPT9 + P06899 +Q9UPT9 + P0C0S5 +P78504 + P46527 +P20339 + Q15075 +P62491 + P78504 +P62491 + Q9NQA5 +P62491 + Q9H1D0 +P20810 - P17655 +P20810 - P20807 +P20810 - P07384 +Q13129 + Q92963 +Q13129 + Q13671 +Q5XLA6 - Q9NX02 +Q5XLA6 - Q9NPP4 +Q5XLA6 - Q9Y2G2 +Q5XLA6 - Q9ULZ3 +Q5XLA6 - Q9C000 +Q5XLA6 - P51878 +Q5XLA6 - P29466 +Q9UBU3 + P01303 +Q9UBU3 + Q92847 +Q9UBU3 - P41159 +O15553 - Q9ULZ3 +Q8WXC3 - Q9ULZ3 +Q8WXC3 - P29466 +Q9Y239 + Q8WTQ1 +Q9Y239 + Q676U5 +Q9Y239 + Q16539 +Q9Y239 + P45983 +Q9Y239 + P29466 +P40225 + P40238 +Q96T23 - P19838 +Q96T23 + O60264 +P43320 + P26998 +P43320 + P53674 +P01583 + P14778 +P01583 + P27930 +P22413 - P06213 +Q504Q3 + P11940 +Q6UXS9 + P55210 +Q6UXS9 + P55211 +Q6UXS9 - P29466 +Q9BPZ3 - P11940 +Q58A45 + P11940 +Q8IWV8 + O94761 +Q9Y2G2 - O14727 +Q9Y2G2 - P55211 +Q9Y2G2 - P29466 +Q9ULZ3 + Q07812 +Q9ULZ3 + P29466 +O43353 + P50747 +O43353 + O14733 +O43353 + O15111 +O43353 + O95999 +O43353 + Q13568 +O43353 + Q9Y6K9 +O43353 + O14920 +O43353 + P46108 +O43353 + Q16539 +O43353 + Q05655 +O43353 + P45983 +O43353 + Q15750 +O43353 + Q9NYJ8 +O43353 + Q13114 +O43353 + O43318 +O43353 - P29466 +O00522 - P62834 +P57730 - Q9NX02 +P57730 - Q9NPP4 +P57730 - Q9Y2G2 +P57730 - Q9ULZ3 +P57730 - Q9C000 +P57730 - P51878 +P57730 - P29466 +P10144 + O95155 +P10144 + P04275 +P10144 + P20336 +P10144 + Q14790 +P10144 + Q92934 +P10144 + Q9H853 +P10144 + P11717 +P10144 + Q92851 +P10144 + P55210 +P10144 + P42574 +P10144 - O00273 +P10144 + P55957 +P10144 - O00165 +P10144 + P29466 +P04406 - P05305 +P04406 + P14859 +P04406 - Q15382 +P04406 + P10275 +P04406 + P27695 +Q9C000 + O14727 +Q9C000 + P99999 +Q9C000 + P55211 +Q9C000 + P51878 +Q9C000 + P29466 +O95684 + Q15691 +P55210 + P20810 +P55210 - Q02080 +P55210 - Q8TCW9 +P55210 + Q9HAW4 +P55210 - P09874 +P55210 + P55211 +P42224 + Q00978 +P42224 + P27361 +P42224 - Q92793 +P42224 + P10914 +P42224 + P05161 +P42224 + P48023 +P42224 + Q13158 +P42224 + P38936 +P42224 + Q6NXR0 +P42224 + P10721 +P42224 + Q14676 +P42224 + P25445 +P42224 - Q04206 +P42224 + Q02556 +P42224 + P28482 +P42224 + P27540 +P42224 - Q16665 +P42224 + P46527 +P42224 + P29466 +Q00604 + Q9ULV1 +Q8NHY2 - Q9NX02 +Q8NHY2 - Q9NPP4 +Q8NHY2 - Q9Y2G2 +Q8NHY2 - Q9ULZ3 +Q8NHY2 - Q9C000 +Q8NHY2 - P04637 +Q8NHY2 - P51878 +Q8NHY2 - P29466 +P42574 + Q86W56 +P42574 + O76094 +P42574 + Q02413 +P42574 + P43146 +P42574 + P54259 +P42574 + Q99755 +P42574 + Q9H2G2 +P42574 + Q15276 +P42574 + P52566 +P42574 + O43903 +P42574 - P48426 +P42574 - Q02080 +P42574 - Q8TCW9 +P42574 + P26599 +P42574 + Q16512 +P42574 + Q14790 +P42574 + Q9UKV3 +P42574 + P55212 +P42574 - Q13490 +P42574 - P98170 +P42574 - Q05397 +P42574 - Q07820 +P42574 + Q92934 +P42574 + P11387 +P42574 + Q86TL0 +P42574 + Q13188 +P42574 + Q00987 +P42574 - P20042 +P42574 + P35251 +P42574 - Q13635 +P42574 + Q13177 +P42574 + O15350 +P42574 + P10275 +P42574 + P38936 +P42574 + P42575 +P42574 + P40692 +P42574 - Q13362 +P42574 + Q92851 +P42574 + Q06609 +P42574 + Q13464 +P42574 - Q13541 +P42574 - P41091 +P42574 + P25963 +P42574 + P27708 +P42574 - O14920 +P42574 - Q9BY44 +P42574 + P05783 +P42574 - Q04206 +P42574 - P06400 +P42574 - P10415 +P42574 + P10144 +P42574 - P31749 +P42574 + P55210 +P42574 + Q16539 +P42574 - P09874 +P42574 + P36956 +P42574 - Q9BQQ3 +P42574 + P15976 +P42574 - O75822 +P42574 + P55957 +P42574 + O76075 +P42574 - P49023 +P42574 - Q9NR09 +P42574 + P55211 +P42574 + Q13043 +P42574 - O75475 +P42574 + Q08209 +P42574 + P21980 +P42574 + P05198 +P50453 - P10144 +P50453 - P29466 +Q9NQS3 + Q495A1 +Q9NQS3 + Q8TEW0 +Q15223 + Q8TEW0 +P09038 + O14786 +P09038 + P22455 +P09038 + P31431 +P09038 + P34741 +P09038 + P22607 +P09038 + P21802 +P09038 + P11362 +P58753 + Q9Y4K3 +P58753 + Q99836 +P51878 + P01584 +P51878 + Q14116 +P30519 - P69905 +Q5EG05 - P29466 +P00738 - P68871 +P00738 + P02647 +P00738 - P69905 +Q14116 + O95256 +Q14116 + Q13478 +Q14116 + P24158 +P49662 + P29466 +Q8NFW5 - P32243 +P15289 + P68871 +P15289 + P69905 +P29466 - P20810 +P29466 - Q9NX02 +P29466 + O15553 +P29466 + Q9NZH6 +P29466 - O60260 +P29466 + O95760 +P29466 + P01583 +P29466 - P60174 +P29466 - P04075 +P29466 - P06733 +P29466 - Q9Y2G2 +P29466 - Q9ULZ3 +P29466 + Q12772 +P29466 - P04406 +P29466 - Q9C000 +P29466 + P55210 +P29466 + P42574 +P29466 + P04637 +P29466 + P09038 +P29466 + P58753 +P29466 - P51878 +P29466 + Q14116 +P48742 + P32243 +Q9NZD4 + P69905 +P24723 + Q9BZL6 +P24723 - P49841 +P24723 + P06748 +P24723 - P49840 +P24723 + Q15139 +P24723 + P12931 +P24723 + Q14247 +P24723 + P04083 +P24723 - P29474 +Q9Y261 - P32243 +Q14289 + Q9ULZ2 +Q14289 + P61106 +Q14289 + O43150 +Q14289 + Q9ULH1 +Q14289 - P16389 +Q14289 + P43405 +Q14289 + P09769 +Q14289 + O43294 +Q14289 + P06396 +Q14289 + Q05397 +Q14289 + P40763 +Q14289 + P22681 +Q14289 + P62993 +Q14289 + P46108 +Q14289 + P04406 +Q14289 + P29353 +Q14289 + Q9UNE7 +Q14289 + Q9Y6R4 +Q14289 + P12931 +Q14289 + P06239 +Q14289 + P07948 +Q14289 + Q14247 +Q14289 + P00533 +Q14289 - P29474 +O43707 - P29474 +O75474 - P49841 +P36873 + Q13422 +P36873 - Q12879 +P36873 - O15169 +P36873 + P50750 +P36873 + Q00987 +P36873 - P16220 +P36873 + P23528 +P36873 - Q9UQM7 +P36873 + P30307 +P36873 + P10415 +P36873 - P31749 +P36873 - P04637 +P36873 + P29474 +P0C0S8 + Q8IYW5 +Q9Y243 + O15119 +Q9Y243 + Q01860 +Q9Y243 - P04792 +Q9Y243 + O15111 +Q9Y243 - Q96B36 +Q9Y243 - Q13188 +Q9Y243 - O43524 +Q9Y243 + P16220 +Q9Y243 + Q9UKV8 +Q9Y243 - P49815 +Q9Y243 - P15056 +Q9Y243 - P55211 +Q9Y243 - Q13043 +Q9Y243 + P29474 +P62136 + Q13422 +P62136 + P37023 +P62136 + P07737 +P62136 + P30281 +P62136 - P27361 +P62136 - O15169 +P62136 - P40763 +P62136 + Q92934 +P62136 + Q13547 +P62136 + Q00987 +P62136 - P51955 +P62136 - Q9UQM7 +P62136 + P30307 +P62136 + P06400 +P62136 + Q13263 +P62136 - P31749 +P62136 - O14965 +P62136 - P04637 +P62136 - P38398 +P62136 - P28482 +P62136 + P55211 +P62136 + P04049 +P62136 + P29474 +O76064 + P0C0S8 +O76064 + P61088 +O76064 + P16104 +O76064 - P12004 +O76064 + P06899 +O76064 + Q16777 +O76064 + Q9NS91 +O76064 + P0C0S5 +O76064 + Q8IYW5 +Q04759 + P05060 +Q04759 + O43516 +Q04759 + P32942 +Q04759 + Q9Y4G8 +Q04759 + P35241 +Q04759 - Q5JVS0 +Q04759 + Q8IV61 +Q04759 + P26038 +Q04759 + O95267 +Q04759 + Q9UEW8 +Q04759 + Q07666 +Q04759 + O60285 +Q04759 + Q9BXL7 +Q04759 + O15111 +Q04759 + P22681 +Q04759 + Q9Y6K9 +Q04759 + P19525 +Q04759 + P35568 +Q04759 + O14920 +Q04759 + Q00613 +Q04759 + P15311 +Q04759 + O43318 +Q04759 - P29474 +P22612 + Q14896 +P22612 + P56696 +P22612 + P29474 +Q9UK05 + P37023 +P30411 + P29992 +P30411 - P29474 +O95393 + P36894 +O95393 + P37023 +Q9Y478 - Q8N122 +Q9Y478 + O75385 +Q9Y478 + P29474 +P30154 + P67775 +P08238 + P00540 +P08238 - O14727 +P08238 + P10275 +P08238 - Q14145 +P08238 + Q9HC29 +P08238 + P29474 +Q15399 - O00206 +Q0VDF9 + O00206 +Q05513 + O75391 +Q05513 + P49321 +Q05513 + P20941 +Q05513 + Q6PKG0 +Q05513 + O75534 +Q05513 + P08621 +Q05513 - P35612 +Q05513 - P27448 +Q05513 + O43315 +Q05513 + P28329 +Q05513 + P60900 +Q05513 + P35611 +Q05513 - Q5JVS0 +Q05513 + P14598 +Q05513 + P07355 +Q05513 + Q13469 +Q05513 + Q96RI1 +Q05513 + Q8TEW0 +Q05513 + Q04917 +Q05513 + Q07955 +Q05513 + P27361 +Q05513 + P06396 +Q05513 - Q07812 +Q05513 + Q8WUF5 +Q05513 + P30086 +Q05513 + Q16531 +Q05513 - P35580 +Q05513 + P61978 +Q05513 + Q15831 +Q05513 + P19338 +Q05513 - Q13164 +Q05513 + P08047 +Q05513 + P23443 +Q05513 - P25963 +Q05513 + O14920 +Q05513 + P49768 +Q05513 + P01112 +Q05513 + Q9UER7 +Q05513 + Q04206 +Q05513 + Q13263 +Q05513 - P31749 +Q05513 + Q15349 +Q05513 - Q7KZI7 +Q05513 + Q9UNE7 +Q05513 + P28482 +Q05513 + P49840 +Q05513 + P42226 +Q05513 + P23458 +Q05513 + Q99856 +Q05513 - P55211 +Q05513 + Q15642 +Q05513 - P04049 +Q05513 - P29474 +P62140 + Q13422 +P62140 + P35240 +P62140 - O15169 +P62140 + Q00987 +P62140 + P30307 +P62140 + Q13263 +P62140 - P31749 +P62140 - P04637 +P62140 + P29474 +O95999 + O15111 +O95999 + Q9Y6K9 +O95999 + O14920 +O95999 + Q04206 +P08571 + O15455 +P08571 + O60603 +P08571 + O00206 +P60709 - P23528 +P60709 + P24928 +P60709 - Q13393 +P60709 + P29474 +P22362 + P51685 +P22362 + P32246 +Q9C0C7 + Q9Y4K3 +Q9C0C7 + Q14457 +Q96FJ2 - Q96LC9 +Q96FJ2 - Q9C0C7 +P55055 + P28702 +P55055 + O95477 +P55055 + Q03181 +P55055 + P19793 +P55055 + P37231 +P55055 + Q07869 +Q9NSE2 - P10912 +Q9NSE2 + P48357 +P28702 + P10589 +P28702 + P43354 +P28702 + P55055 +P28702 + P24468 +P28702 + Q13133 +P28702 + P10827 +P28702 + Q03181 +P28702 + P13631 +P28702 + P10828 +P28702 + P10826 +P28702 + P10276 +P28702 + P11473 +P28702 + P37231 +P28702 + P48552 +P28702 + Q07869 +Q15466 + P55055 +Q15466 + P28702 +Q15466 + P41235 +Q15466 + Q13133 +Q15466 + P10827 +Q15466 + P62508 +Q15466 + P10828 +Q15466 + Q92731 +Q15466 + P10826 +Q15466 + P10276 +Q15466 + P19793 +Q15466 - Q14994 +Q15466 + Q07869 +Q14765 + O14543 +Q13133 + Q03181 +Q13133 + P19793 +Q13133 + P37231 +Q13133 + Q07869 +Q15788 + Q13133 +Q15788 + P51692 +Q15788 + P27361 +Q15788 + P68431 +Q15788 + P03372 +Q15788 + P06401 +Q15788 + P40763 +Q15788 + P62805 +Q15788 + P11473 +Q15788 + P01100 +Q15788 + Q92922 +Q15788 + Q86X55 +Q15788 + P42229 +Q15788 + Q07869 +O75376 - P03372 +O75376 - P37231 +O75376 + P41182 +O75376 + Q9UI36 +O75376 + O15379 +O75376 - Q06330 +O75376 - Q07869 +Q9NPF7 + P42701 +Q9NPF7 + Q5VWK5 +Q9UBK2 + P11474 +Q9UBK2 + P03372 +Q9UBK2 - O43524 +Q9UBK2 + Q07869 +O14929 + Q16695 +O75531 + P50402 +Q9BS18 + Q9UJX5 +Q9BS18 + Q13042 +Q9BS18 + Q9UJX2 +Q9BS18 + P30260 +Q4FZB7 + Q16695 +Q9Y618 + Q9C0J9 +Q9Y618 + Q13573 +Q9Y618 - Q92731 +Q9Y618 + Q96T58 +Q9Y618 - P03372 +Q9Y618 - P37231 +Q9Y618 + P41182 +Q9Y618 + O15379 +Q9Y618 + Q13363 +Q9Y618 - Q06330 +O15211 + P11233 +Q96KP1 + Q9UHD2 +P28827 + O60716 +P28827 + P35222 +O43684 - Q9UJX5 +O43684 - P30260 +Q92729 - P35222 +Q12913 - P17948 +Q12913 - P27361 +Q12913 - P35968 +Q12913 - P27986 +Q12913 + O60716 +Q12913 - P07949 +Q12913 - P06213 +Q12913 - P08581 +Q12913 - O43561 +Q12913 - P09619 +Q12913 - P28482 +Q12913 - P19174 +Q12913 + P12931 +Q12913 + P00533 +P49789 - P35222 +Q07960 + P48426 +Q07960 - P63000 +Q07960 - P60953 +Q07960 + O14578 +Q07960 + O75116 +P24666 - P43403 +P24666 - P09619 +P24666 + P35222 +P35241 - P52565 +Q8N752 + O75581 +Q8N752 - P35222 +Q15306 - Q13568 +O96013 + Q92625 +O96013 + Q6PKG0 +O96013 + P06756 +O96013 + Q9UKY1 +O96013 + Q9NPI6 +O96013 + Q9H4A3 +O96013 + P18084 +O96013 + Q14934 +O96013 + P62826 +O96013 + Q9Y383 +O96013 + Q07666 +O96013 + Q92934 +O96013 + P22681 +O96013 + P60953 +O96013 + P53667 +O96013 + Q14247 +O96013 + P35222 +P41225 - P35222 +P26038 - P52565 +P19784 + Q9UKY1 +P19784 - Q9Y5B0 +P19784 + Q712K3 +P19784 + Q13144 +P19784 + Q96BK5 +P19784 - Q01892 +P19784 + Q16625 +P19784 + P42768 +P19784 + O95218 +P19784 + Q14934 +P19784 + P08575 +P19784 + Q8N5S9 +P19784 + Q13287 +P19784 + P61978 +P19784 + Q13547 +P19784 + P18887 +P19784 + Q99801 +P19784 - Q13541 +P19784 - P25963 +P19784 + Q00613 +P19784 + Q04206 +P19784 - Q01105 +P19784 + Q92769 +P19784 + P04637 +P19784 + P55957 +P19784 + P68400 +P19784 + P32121 +P19784 + P12830 +P19784 + P35222 +Q9H1A4 + Q9UJX4 +Q9H1A4 + Q9UJX5 +Q9H1A4 + Q8NHZ8 +Q9H1A4 + Q9UM13 +Q9H1A4 + Q13042 +Q9H1A4 + Q9UJX6 +Q9H1A4 + Q9UJX2 +Q9H1A4 + P30260 +Q9H1A4 + Q9UM11 +Q9H1A4 + Q9UJX3 +Q9H1A4 - P06493 +Q9H1A4 - P35222 +P16591 + P40763 +P16591 - O60716 +P16591 - P56945 +P16591 + P10275 +P16591 + Q14247 +P26583 + P15918 +Q9Y2T1 + P49841 +Q9Y2T1 + P25054 +P40933 + P14784 +P40933 + P31785 +P40933 + Q13261 +P46940 - P01111 +P46940 + P63000 +P46940 + P60953 +P46940 + P15056 +P46940 + P28482 +P46940 + O60610 +P46940 + P60709 +P46940 - P35222 +Q9UI14 - P35222 +Q9HAU4 - Q13873 +Q9HAU4 - P36894 +Q9HAU4 - O15198 +Q9HAU4 - O15105 +Q9HAU4 - P36897 +Q9HAU4 - Q99717 +Q9HAU4 - P37173 +Q9HAU4 - P00533 +Q9HAU4 + P35222 +P41235 - Q15466 +P41235 + Q12778 +Q99697 + Q9UJU2 +Q8WWM7 - P40238 +Q96K83 - Q9UH73 +Q96K83 - P15976 +O00512 + Q9Y3Y4 +O00512 + P35222 +P15884 - P10275 +P23467 + P27361 +P23467 - P35968 +P23467 - P10912 +P23467 - P06213 +P23467 - P08581 +P23467 - P28482 +P23467 + P35222 +Q16671 + O00238 +Q16671 + Q04771 +Q92997 + Q99755 +Q92997 + P63000 +Q92997 + P49674 +Q92997 + Q92837 +Q92997 - P35222 +P17947 + P15498 +P17947 + P04141 +P17947 + P09603 +P17947 + P11215 +P17947 + P05107 +P17947 + Q02556 +P17947 + P09919 +P17947 - P15976 +Q92793 + Q15699 +Q92793 + Q13351 +Q92793 + Q06413 +Q92793 + Q13887 +Q92793 + P48551 +Q92793 + Q00978 +Q92793 + P19419 +Q92793 + P41240 +Q92793 + P68431 +Q92793 + P10914 +Q92793 - P01106 +Q92793 + Q01201 +Q92793 + P03372 +Q92793 + P40763 +Q92793 + P0C7U1 +Q92793 + Q14191 +Q92793 + P10275 +Q92793 + P11473 +Q92793 + P16220 +Q92793 + P10242 +Q92793 + P14780 +Q92793 + Q15796 +Q92793 + Q13569 +Q92793 + Q92831 +Q92793 + Q04206 +Q92793 + P20823 +Q92793 + P05412 +Q92793 + P19838 +Q92793 + P52630 +Q92793 + P36956 +Q92793 + P15976 +Q92793 - P84022 +Q92793 + P15172 +Q92793 + Q15596 +Q92793 - P98177 +Q92793 + Q16236 +Q92793 + O75030 +Q92793 - Q13485 +Q92793 - Q12778 +Q92793 + Q01094 +Q92793 + P27540 +Q92793 - P36402 +Q92793 + P35222 +P22736 + P24468 +P22736 - P19793 +P22736 + P51812 +P22736 + P04150 +P22736 - P10415 +P22736 - P04637 +P22736 + Q16665 +O15194 - Q15797 +O15194 + P06400 +O15194 + P84022 +O95996 + O15169 +O95996 - P35222 +O14595 - Q15797 +O14595 + P84022 +Q9H6Z4 + P18754 +Q9H6Z4 + O14980 +Q9H6Z4 - Q15796 +Q9H6Z4 - P84022 +P67870 - Q9Y5B0 +P67870 - Q13422 +P67870 + Q16625 +P67870 + P55010 +P67870 + Q9UBF6 +P67870 + O14757 +P67870 - O96017 +P67870 + P20226 +P67870 - P25963 +P67870 + Q04206 +P67870 - Q01105 +P67870 + P04637 +P67870 + P55957 +P67870 + P35222 +Q9GZU7 - Q15672 +Q9GZU7 - Q15797 +Q9GZU7 + P84022 +P10586 + P53355 +P10586 - P56945 +P10586 - P07949 +P10586 - P31749 +P10586 - P19174 +P10586 + P06239 +P10586 + P35222 +A5PKW4 + P62330 +P48431 + Q92858 +Q9NRD0 - P62330 +Q9NYA4 - Q15796 +Q9NYA4 - P84022 +Q9UBE8 + Q14934 +Q9UBE8 - P15884 +Q9UBE8 - Q92793 +Q9UBE8 + P40763 +Q9UBE8 - Q9NQB0 +Q9UBE8 - P46531 +Q9UBE8 - Q13485 +Q9UBE8 - P15923 +Q9UBE8 + P17612 +Q9UBE8 - P35222 +Q8N6I1 - P84022 +P55317 + O00712 +P55317 + Q14938 +P55317 - P10275 +P35354 - Q14145 +P24385 + O15111 +P24385 + P03372 +P24385 - P40763 +P24385 - P28749 +P24385 + P11802 +P24385 - Q08999 +P24385 + O15379 +P24385 + Q92769 +P24385 + Q00534 +P24385 - P46527 +Q9UIK4 + P05976 +Q6ZNA4 + Q96CW1 +Q6ZNA4 - P12755 +Q6ZNA4 + Q15796 +Q6ZNA4 + P84022 +Q13526 + P01106 +Q13526 + P10636 +Q13526 - P14635 +Q13526 - P06493 +Q13526 + O15350 +Q13526 + P23443 +Q13526 + P41182 +Q13526 + P46531 +Q13526 + P05412 +Q13526 + P31749 +Q13526 + Q9UKT4 +Q13526 + P04637 +Q13526 - P04049 +Q13526 - Q14653 +Q13526 + P17252 +Q13526 + P35222 +Q14512 + P05230 +Q9UJU2 + P47902 +Q9UJU2 + Q04724 +Q9UJU2 + Q99697 +Q9UJU2 - Q13950 +Q9UJU2 + O75030 +Q9UJU2 - P35222 +P51955 + Q14151 +P51955 + Q15154 +P51955 + O15164 +P51955 - P36873 +P51955 + Q15942 +P51955 + Q9NRA8 +P51955 + Q07955 +P51955 + O14733 +P51955 + Q8NG66 +P51955 + Q5FBB7 +P51955 + O14777 +P51955 + Q8N137 +P51955 + Q15349 +P51955 + Q8NC51 +P51955 + P35222 +P25800 + P17542 +P12757 - Q99717 +P12757 - Q15797 +P12757 + P84022 +P19793 + P55055 +P19793 + P24468 +P19793 + Q96RI1 +P19793 + Q13133 +P19793 + P10827 +P19793 + Q03181 +P19793 + P32189 +P19793 + P10828 +P19793 + P10826 +P19793 + P10276 +P19793 + O75469 +P19793 + P22736 +P19793 + P03372 +P19793 + P10275 +P19793 + P11473 +P19793 + P37231 +P19793 + P04150 +P19793 + Q07869 +P19793 - P35222 +Q9H6I2 - Q9NQB0 +Q9H6I2 - P35222 +P51587 - Q06609 +P51587 + Q9Y253 +P51587 + P84022 +P11473 + P28702 +P11473 + P19793 +P11473 + P11712 +P11473 - P05412 +P11473 + P20813 +P11473 + Q13393 +P11473 + P42574 +P11473 + P08684 +P11473 + P35222 +Q9Y4A5 + P01106 +Q9Y4A5 - P04637 +Q6P1J9 + Q9UKF6 +Q6P1J9 + P35222 +P51532 - Q969V6 +P51532 + P37275 +P51532 + P03372 +P51532 + O14746 +P51532 + P38936 +P51532 + Q01831 +P51532 + Q92922 +P51532 + P24928 +P51532 + P04150 +P51532 + Q8TAQ2 +P51532 + P24522 +P51532 + Q14526 +P51532 - P04637 +P51532 + Q12824 +P51532 + P35222 +Q9NSA3 - P35222 +P42336 + P01116 +P42336 + P42345 +P42336 + P01111 +P42336 + P23443 +P42336 - P35568 +P42336 + P01112 +P42336 + Q02750 +P42336 + Q8IUC6 +P42336 + Q05655 +P04628 + O00144 +P04628 + P34925 +P04628 + Q9NPG1 +P04628 + O60353 +P04628 + Q9H461 +P04628 + P52951 +P04628 + O75197 +P04628 + P78504 +P04628 + Q06710 +P04628 + P46531 +P04628 + O75581 +P04628 - Q6ZQN5 +P04628 + P48436 +P04628 + Q02962 +P04628 + Q14469 +P04628 + P56178 +P04628 + P17612 +P04628 + P35222 +Q9NQB0 + P05412 +P49765 + P17948 +P46531 + Q86UW9 +P46531 + P09958 +P46531 + Q9UBP5 +P46531 + Q13573 +P46531 + Q9Y5J3 +P46531 + Q86Y01 +P46531 + P42345 +P46531 + P01106 +P46531 + O15111 +P46531 + P48431 +P46531 - Q92858 +P46531 + P12644 +P46531 - O00548 +P46531 + Q9UJU2 +P46531 + Q8NES3 +P46531 + P78504 +P46531 + P04628 +P46531 + Q06710 +P46531 + Q15797 +P46531 - Q6ZQN5 +P46531 + P19838 +P46531 + Q5TA89 +P46531 - Q9Y219 +P46531 + Q14469 +P46531 + P10301 +P46531 - P15923 +P46531 + Q06330 +P46531 + Q16665 +P46531 - P35222 +O60907 - P35222 +Q92585 + O60563 +Q92585 + Q06413 +Q92585 + P24863 +Q92585 + Q04721 +Q92585 + Q99466 +Q92585 + Q9UM47 +Q92585 + P49336 +Q92585 + P68431 +Q92585 - P62805 +Q92585 + Q09472 +Q92585 + P04637 +Q92585 + Q06330 +Q92585 + P35222 +P19876 + P25024 +P19876 + P25025 +P20823 + P03372 +P80162 + P25024 +P80162 + P25025 +Q86X55 + P23759 +Q86X55 + Q92793 +Q86X55 + Q01201 +Q86X55 + Q92922 +Q86X55 + Q09472 +Q86X55 + P35222 +Q92830 - Q9HCE7 +Q92830 + O15105 +Q92830 + P68431 +Q92830 + P01106 +Q92830 + O15524 +Q92830 + Q15796 +Q92830 + P84022 +Q9HCK8 - P35222 +P08603 - P00751 +P08603 - P01024 +P08603 + P14151 +P08603 - P02741 +P15172 + Q6STE5 +P15172 + Q06413 +P15172 + P51532 +P26022 + P08603 +Q00534 + Q14671 +Q00534 + P50747 +Q00534 + Q9UBS8 +Q00534 + Q9UKY1 +Q00534 + Q9BXS6 +Q00534 + Q14934 +Q00534 + Q15942 +Q00534 - Q14186 +Q00534 + P15927 +Q00534 + Q8N5S9 +Q00534 - Q06830 +Q00534 + Q8WUF5 +Q00534 - P38936 +Q00534 - P28749 +Q00534 - Q08999 +Q00534 + Q8TAQ2 +Q00534 + Q9UNE7 +Q00534 + P18858 +Q00534 + P15923 +Q00534 + P35222 +Q14393 + Q06418 +Q14393 + Q12866 +Q14393 + P30530 +Q9NS91 + P12004 +Q9NS91 + O43502 +Q12778 + O75469 +Q12778 + O43521 +Q12778 + O95352 +Q12778 - P38936 +Q12778 + P35575 +Q12778 + Q86UR1 +Q12778 + O43474 +Q12778 + Q969Q1 +Q12778 - P37231 +Q12778 + Q92585 +Q12778 + P08833 +Q12778 - Q9Y618 +Q9NZI8 + Q9Y297 +Q16665 + Q99967 +Q16665 + Q9UQL6 +Q16665 + P00558 +Q16665 + Q9GZT9 +Q16665 + P14618 +Q16665 + Q9H6Z9 +Q16665 + Q12983 +Q16665 + P04637 +P36402 + Q9UJU2 +P36402 + P11831 +O94907 + Q96MU8 +O94907 + Q8NCW0 +O94907 - O75197 +O94907 + P35222 +O14745 + Q8IVM8 +O14745 + Q9NSA0 +O14745 - Q03431 +O14745 + P13569 +O14745 + Q9UBN4 +O14745 + P35222 +O00626 + P51679 +O00626 + P32248 +P12830 + P38570 +P12830 + P26010 +P12830 + O60331 +P12830 + P35221 +P12830 + Q9NYG5 +P12830 - P08581 +P12830 + O75581 +P12830 + O15143 +P12830 + P12931 +P12830 + P00533 +P12830 + P35222 +P19875 + P25024 +P19875 + P25025 +P28074 + O00762 +Q13554 + Q13131 +Q13554 + P42224 +Q13554 - P49840 +Q13554 + Q9NQC7 +Q13554 + P17612 +Q13554 - P35222 +P11362 + Q92625 +P11362 + Q86X29 +P11362 + P26196 +P11362 - O60506 +P11362 + P00338 +P11362 + Q15464 +P11362 + Q8WU20 +P11362 + Q92793 +P11362 + Q15118 +P11362 + P62993 +P11362 + P27986 +P11362 + P56945 +P11362 + P14317 +P11362 + P09038 +P11362 + P28482 +P11362 + P19174 +P11362 + O00459 +P11362 - Q14247 +Q8TC07 + O95166 +Q8IXH6 + P60520 +Q8IXH6 + Q9H492 +Q8IXH6 + O95166 +Q9HCT0 + P21802 +Q9H1Y0 + Q676U5 +Q9H1Y0 + O95166 +Q14596 + P60520 +Q14596 + Q13501 +Q14596 + Q9H0R8 +Q14596 + Q9H492 +Q14596 + O95166 +P21781 + P21802 +Q96A56 + Q9BXW4 +Q96A56 + P60520 +Q96A56 + Q9GZQ8 +Q96A56 + Q9H492 +Q96A56 + O95166 +P08620 + P22455 +P08620 + P21802 +P10767 + P22455 +P10767 + P21802 +Q9P2K8 - P56192 +O95352 + Q9H1Y0 +O95352 + Q9H0Y0 +O95352 + O94817 +O95352 + Q9NT62 +O95352 + Q9GZQ8 +O95352 + Q9H492 +O95352 + O95166 +Q9NT62 + Q9GZQ8 +Q9NT62 + O95166 +Q9HBE4 + P31785 +Q9HBE4 + Q9HBE5 +Q676U5 + P53675 +Q676U5 + Q00610 +Q676U5 + O95166 +O75385 - Q9UGI9 +O75385 - Q13131 +O75385 + O75143 +O75385 + Q9C0C7 +O75385 + Q6ZNE5 +O75385 + Q14457 +O75385 - P63167 +O75385 + Q8TDY2 +O75385 + O43293 +O75385 - P54646 +O75385 + O95166 +O00257 - O60315 +Q86YM7 + Q13507 +Q96J92 - P55017 +Q96J92 - Q13507 +P19235 + P22681 +P19235 + P62993 +P19235 + P27986 +P19235 - P01588 +P19235 + P29350 +P19235 + Q13480 +P19235 + Q9Y4H2 +P19235 + P29353 +P19235 + P46109 +P19235 + O60674 +P19235 + P42229 +P19235 + P19174 +P19235 + Q13507 +Q14573 + Q9HBA0 +Q14573 + Q13507 +Q8IV63 + Q92800 +Q8IV63 + Q9UMY1 +Q9Y6I7 - Q9H2X6 +Q9Y225 - Q9UBN4 +Q9Y225 - Q9Y210 +Q9Y225 - Q13507 +P16885 + P00533 +P16885 + Q13507 +Q99615 - P07900 +Q8TAT6 + Q92890 +Q9UKV5 - P00441 +Q9UKV5 + P55072 +P00540 + O15164 +Q92890 - P01730 +P35998 + O00762 +O95433 + P30793 +O95433 + P08238 +O95433 + P07900 +P26045 - P20963 +P26045 - P55072 +O00170 + P35869 +O00170 + P07900 +P55072 + Q8TAT6 +P55072 + Q92890 +P78527 - P49917 +P78527 + P15927 +P78527 + Q96T60 +P78527 - Q02539 +P78527 + Q9NUW8 +P78527 - P14859 +P78527 + Q00987 +P78527 + O96017 +P78527 + P16104 +P78527 + Q14191 +P78527 + O95714 +P78527 + P42575 +P78527 + Q96SD1 +P78527 + P00519 +P78527 + Q00839 +P78527 + Q13263 +P78527 + P31749 +P78527 - Q9P2K8 +P78527 + P04637 +P78527 + P22415 +P78527 + P45983 +P78527 + Q14653 +P78527 + P55072 +Q8TAS1 + Q9BSJ6 +Q8TAS1 + Q15637 +Q8TAS1 - P02686 +Q8TAS1 + Q14934 +Q8TAS1 + Q15942 +Q8TAS1 + O14980 +Q8TAS1 + Q8WUF5 +Q8TAS1 + P46527 +Q8TAS1 - P16949 +P84996 + Q08828 +Q8NG68 - Q6PEY2 +Q8NG68 - Q9NY65 +Q8NG68 - P68366 +Q8NG68 - Q9BQE3 +Q8NG68 - Q13748 +Q8NG68 - Q71U36 +Q8NG68 - P68363 +P06493 - O95067 +P06493 + Q9UJX5 +P06493 + Q9UM13 +P06493 - Q9NZH5 +P06493 - Q9UKX7 +P06493 + Q01167 +P06493 - Q9BXS6 +P06493 - Q14739 +P06493 - P48200 +P06493 + Q8TAP9 +P06493 + Q2NKX8 +P06493 + Q14807 +P06493 + P29692 +P06493 + P22314 +P06493 - Q86WB0 +P06493 + Q13415 +P06493 + Q8WWK9 +P06493 + Q9Y6I3 +P06493 - P04183 +P06493 + Q13042 +P06493 - Q53EZ4 +P06493 + Q9NXR1 +P06493 - P50548 +P06493 + O14994 +P06493 + Q06481 +P06493 - O00443 +P06493 - P39880 +P06493 + Q9UJX2 +P06493 + O00562 +P06493 + Q9H1A4 +P06493 - O00418 +P06493 - P12272 +P06493 - Q15149 +P06493 - Q9Y3Z3 +P06493 + P52948 +P06493 + P23396 +P06493 - O00571 +P06493 + Q15942 +P06493 + P30260 +P06493 + Q07666 +P06493 - Q9UNZ2 +P06493 - Q14790 +P06493 + Q92993 +P06493 + P15927 +P06493 - O15151 +P06493 + O00311 +P06493 - P29590 +P06493 - Q15910 +P06493 + P30305 +P06493 + P67870 +P06493 - Q06830 +P06493 + Q9UM11 +P06493 + O15287 +P06493 + P02545 +P06493 + Q07820 +P06493 + Q92934 +P06493 + P15531 +P06493 - P52926 +P06493 + Q99638 +P06493 - Q8NEB9 +P06493 + Q13950 +P06493 + O14757 +P06493 + Q9NQS7 +P06493 - P62136 +P06493 + P19793 +P06493 + Q16659 +P06493 + O43663 +P06493 + P10275 +P06493 - Q9NQR1 +P06493 + Q13501 +P06493 - P12004 +P06493 - P33991 +P06493 + Q9Y5T5 +P06493 + P08047 +P06493 + P23443 +P06493 - P24941 +P06493 + P00519 +P06493 - Q13541 +P06493 + O95251 +P06493 - Q99683 +P06493 - P17096 +P06493 + P05783 +P06493 + Q9GZM8 +P06493 + Q08050 +P06493 - Q14980 +P06493 - P10415 +P06493 - Q99661 +P06493 - Q5FWF5 +P06493 - Q9Y6Q9 +P06493 + P30304 +P06493 - P06748 +P06493 + P36956 +P06493 + P49459 +P06493 + Q9BQQ3 +P06493 + O43683 +P06493 + O94916 +P06493 - Q14674 +P06493 - Q02750 +P06493 - P15172 +P06493 + Q15717 +P06493 + P05787 +P06493 - P39748 +P06493 + P04637 +P06493 + P46060 +P06493 - Q6PGQ7 +P06493 + P25205 +P06493 + P14136 +P06493 + O95835 +P06493 + P38398 +P06493 + P52732 +P06493 + P26358 +P06493 + P18858 +P06493 - P55211 +P06493 + P68400 +P06493 + Q01094 +P06493 + O60566 +P06493 - Q8IXJ6 +P06493 + O15392 +P06493 + Q96EB6 +P06493 - Q13586 +P06493 - P00533 +P06493 + P16949 +Q9BRS2 + Q12972 +Q9BRS2 + Q04917 +P53779 + P50747 +P53779 + Q9UKY1 +P53779 - P54259 +P53779 + Q9UPT6 +P53779 + Q15942 +P53779 + P14921 +P53779 + P19419 +P53779 + P15336 +P53779 + O14733 +P53779 + Q07820 +P53779 + P22681 +P53779 + P61978 +P53779 + O43521 +P53779 + Q02078 +P53779 + P01100 +P53779 + P17535 +P53779 + Q13330 +P53779 - P30307 +P53779 - Q9NR28 +P53779 + Q9UER7 +P53779 + P04150 +P53779 - P63104 +P53779 - Q5JR12 +P53779 + P05412 +P53779 - P31947 +P53779 + P05067 +P53779 + P04637 +P53779 + Q9UNE7 +P53779 - Q93045 +P53779 - P16949 +P10809 - Q07812 +Q96GD4 + Q6P0N0 +Q96GD4 - Q9H410 +Q96GD4 - Q9UKV0 +Q96GD4 + P56693 +Q96GD4 + Q3KR16 +Q96GD4 + Q9UPY8 +Q96GD4 + Q9Y2I6 +Q96GD4 + Q8WWK9 +Q96GD4 + O60879 +Q96GD4 - Q08J23 +Q96GD4 - Q8NG31 +Q96GD4 - Q9UQL6 +Q96GD4 + Q15942 +Q96GD4 + P84243 +Q96GD4 + O15151 +Q96GD4 + Q8N5S9 +Q96GD4 - Q9NS23 +Q96GD4 + Q8WUF5 +Q96GD4 + P22681 +Q96GD4 + Q9UIK4 +Q96GD4 + Q96CF2 +Q96GD4 + Q02241 +Q96GD4 - P08670 +Q96GD4 + Q9NQS7 +Q96GD4 + O15534 +Q96GD4 + Q13315 +Q96GD4 + P06400 +Q96GD4 + P25490 +Q96GD4 + P49450 +Q96GD4 - O95072 +Q96GD4 + P06748 +Q96GD4 - P04637 +Q96GD4 + P27694 +Q96GD4 - P56524 +Q96GD4 + Q9H0H5 +Q96GD4 - O15392 +Q96GD4 + P17661 +Q96GD4 + P17612 +Q96GD4 + Q99623 +Q96GD4 + P16949 +P45984 + P08621 +P45984 + Q9UKY1 +P45984 + P56693 +P45984 - P54259 +P45984 - P50616 +P45984 + O00267 +P45984 - Q13469 +P45984 - Q14934 +P45984 + Q9BUJ2 +P45984 + Q9UPT6 +P45984 + P84243 +P45984 + P14921 +P45984 + P10644 +P45984 + P19419 +P45984 - O95140 +P45984 + Q9NRA8 +P45984 + O14980 +P45984 + P15927 +P45984 + P15336 +P45984 + P01106 +P45984 + P40763 +P45984 + Q8WUF5 +P45984 + Q9UIG0 +P45984 + P20749 +P45984 - P19793 +P45984 + O43521 +P45984 + P16104 +P45984 + Q02078 +P45984 + P17535 +P45984 + P19525 +P45984 + Q13330 +P45984 + P49768 +P45984 - P30307 +P45984 + P04150 +P45984 - P17275 +P45984 - P63104 +P45984 - Q5JR12 +P45984 + Q8TAQ2 +P45984 + P42224 +P45984 + P98177 +P45984 - P31947 +P45984 + P04637 +P45984 + Q13485 +P45984 + Q9UQF2 +P45984 + Q15642 +P45984 + P35222 +P45984 - P16949 +Q92583 + P51685 +Q92583 + P51679 +O75506 - Q00613 +Q9HC23 + Q8NFJ6 +O75914 + Q9Y2X7 +O75914 + Q15052 +O75914 + Q14155 +O75914 - Q05682 +O75914 + P63000 +O75914 + P60953 +O75914 + Q9UM54 +O75914 + P49023 +O75914 + P04049 +O75914 - P19429 +P05129 + P06127 +P05129 - P43629 +P05129 + P48058 +P05129 + P28329 +P05129 - Q99418 +P05129 - Q5JVS0 +P05129 + P25098 +P05129 + Q9UBS0 +P05129 + Q14155 +P05129 + O14641 +P05129 + P11388 +P05129 + P30086 +P05129 + Q7Z2E3 +P05129 + P49768 +P05129 - P07900 +P05129 - Q14145 +P05129 - P49840 +P05129 + P04049 +P05129 + P98082 +P05129 + P04083 +P05129 - P29474 +P05129 - P19429 +Q13163 + Q13164 +Q13043 + P33778 +Q13043 + Q9H8S9 +Q13043 + Q9H4B6 +Q13043 + Q7L9L4 +Q13043 + Q15942 +Q13043 + Q8WWW0 +Q13043 + Q9NRM7 +Q13043 + Q8WUF5 +Q13043 + P45985 +Q13043 + O43524 +Q13043 + P23588 +Q13043 + O15534 +Q13043 - P00519 +Q13043 + Q15208 +Q13043 + P98177 +Q13043 - P04637 +Q13043 + O95835 +Q13043 + Q12778 +Q13043 + Q99750 +Q13043 + P19429 +Q12968 - P11802 +P42081 + P16410 +P42081 + P10747 +Q16584 + P52564 +Q16584 + Q8N5S9 +Q16584 + O14733 +Q16584 - O15111 +Q16584 + Q13526 +Q16584 + P45985 +Q16584 + P46734 +Q8TB45 - P42345 +O15151 - Q09472 +O15151 - P04637 +P29590 + O95405 +P29590 + Q92993 +P29590 - P40763 +P29590 + Q92547 +P29590 + Q99607 +P29590 + Q15796 +P29590 + P05412 +P29590 - Q16539 +P29590 + P84022 +P29590 + Q9H3D4 +P29590 + P46937 +P29590 + P48729 +O15169 + Q6ZNA4 +O15169 - P36894 +O15169 + P01106 +O15169 + P48730 +O15169 - O75925 +O15169 + P84022 +O15169 + P04637 +O15169 + P49840 +O15169 + Q13233 +O15169 + P25054 +O15169 + Q9Y6R4 +O15169 + P48729 +Q9Y3Y4 + O00512 +P55316 - Q12778 +O43524 + P53350 +O43524 + Q13315 +O43524 + P22307 +O43524 + Q9BXM7 +O43524 + P24522 +P37840 - P07101 +P37840 + P27361 +P37840 - P04792 +P37840 - P17980 +P37840 + P28482 +P37840 - Q02156 +P10071 - Q93074 +P10071 + Q13635 +P10071 + P08151 +Q9Y2G4 + O14641 +P30304 - P27361 +P30304 + P14635 +P30304 + P06493 +P30304 + P24941 +P30304 + P11802 +P30304 - Q99683 +P30304 + P78396 +P30304 + P24864 +P30304 - P04049 +Q9Y264 + Q02763 +P17181 + P29597 +P17181 + P15260 +P17181 + P42224 +P17181 + P23458 +Q15389 + P35590 +Q15389 - O15123 +Q15389 + Q02763 +O15123 - Q15389 +O15123 + Q02763 +Q9H0W8 - Q96Q15 +P55957 + P10606 +P55957 - Q92843 +P55957 + Q07812 +P55957 + P99999 +P55957 - Q07817 +P55957 + Q14249 +P55957 + Q16611 +P10070 + Q96QV1 +P10070 + Q13635 +P10070 + P08151 +P25054 + Q9NR80 +P25054 + O15169 +P25054 - P39748 +P25054 - P06746 +P25054 - P68400 +P25054 + Q13363 +Q9NWT8 + O14965 +P48729 - Q12968 +P48729 - Q9NRF8 +P48729 - A8MYZ6 +P48729 - Q8TB45 +P48729 + O15151 +P48729 + O15169 +P48729 - O60260 +P48729 - Q13158 +P48729 + P17931 +P48729 + Q00987 +P48729 + P55316 +P48729 - O43524 +P48729 + P37840 +P48729 + P16220 +P48729 + Q99835 +P48729 - P10071 +P48729 + P49841 +P48729 + O75581 +P48729 + Q9Y2B4 +P48729 - P30304 +P48729 - O60346 +P48729 + P27348 +P48729 - P17181 +P48729 - P98177 +P48729 + P04637 +P48729 + P55957 +P48729 - P10070 +P48729 + P25054 +P48729 + Q14247 +Q9Y4X3 + P46092 +P16234 + P20936 +P16234 + P40763 +P16234 + P62993 +P16234 + P27986 +P16234 + P46108 +P16234 + P42224 +P16234 + P09619 +P16234 + P29353 +P16234 + P23458 +P16234 + P19174 +P16234 + P12931 +Q9NRJ3 + Q9NPB9 +Q9NRJ3 + P51677 +Q9NRJ3 + P46092 +Q9Y448 - Q8N4N8 +P50281 + P18827 +P50281 + P08253 +O15444 + P51686 +O15444 + P46092 +P35968 + Q9NP31 +P35968 + Q12913 +P35968 + O14786 +P35968 + P98077 +P35968 + P08758 +P35968 + P17948 +P35968 + Q13322 +P35968 + P62993 +P35968 + Q06124 +P35968 + P29353 +P35968 + P19174 +P35968 + P12931 +P67775 - Q9UPZ9 +P67775 - Q8TD08 +P67775 + Q12800 +P67775 - P32519 +P67775 - P23396 +P67775 - Q9BUB5 +P67775 + P13639 +P67775 + P25025 +P67775 + Q8WUI4 +P67775 - P27361 +P67775 - Q9BXL7 +P67775 + P01106 +P67775 + O15169 +P67775 - Q13188 +P67775 - Q9Y243 +P67775 - Q13153 +P67775 + Q00987 +P67775 - O14757 +P67775 + O96017 +P67775 + O43524 +P67775 - P56945 +P67775 - P37840 +P67775 - Q99759 +P67775 + P28749 +P67775 + Q9UQM7 +P67775 - P31751 +P67775 - P41743 +P67775 + P08047 +P67775 - P23443 +P67775 + Q13541 +P67775 + Q15796 +P67775 - P06730 +P67775 - Q13315 +P67775 + Q08999 +P67775 - Q04206 +P67775 + P06400 +P67775 + P10415 +P67775 - P31749 +P67775 - Q02750 +P67775 - P28482 +P67775 - P49023 +P67775 + P56524 +P67775 - Q05655 +P67775 - P36507 +P67775 - Q13043 +P67775 + P04049 +P67775 - Q9H0H5 +P67775 - P25054 +P67775 - P50552 +P67775 - O43318 +P67775 - Q15139 +P67775 - P12931 +P67775 - P17612 +P67775 - P17252 +P67775 + P00533 +P67775 + P35222 +P67775 - P19429 +P15529 - P01024 +P17096 + Q03052 +P17096 - P06400 +P17096 + Q9H2X6 +P55103 + P27037 +P55103 + Q13705 +P55103 + Q04771 +P55103 + P36896 +P09529 + P27037 +P09529 + Q13705 +P09529 + Q04771 +P09529 + P36896 +O75581 + O14640 +O75581 - P49841 +Q96S42 + Q8NER5 +Q96S42 + P36896 +P18031 - P46459 +P18031 - P29320 +P18031 + O75886 +P18031 - Q8TD08 +P18031 - A9UF07 +P18031 - P08922 +P18031 - Q99704 +P18031 - P51692 +P18031 - Q05397 +P18031 - P19022 +P18031 - P00519 +P18031 - P25963 +P18031 - P08581 +P18031 - O43561 +P18031 - P46108 +P18031 - P31749 +P18031 - P11274 +P18031 - P09619 +P18031 - Q05655 +P18031 - P42229 +P18031 + P12931 +P18031 - P00533 +P18031 - Q9H1D0 +P18031 + P35222 +P18031 - Q03135 +P27037 + Q04771 +P27037 + P36896 +Q03135 - P35613 +Q03135 + Q9UQ49 +Q03135 + P16234 +Q03135 - P50281 +Q03135 - P35968 +Q03135 - P67775 +Q03135 + P17096 +Q03135 + O75581 +Q03135 + Q07889 +Q03135 + P09619 +Q03135 + P06241 +Q03135 + P48995 +Q86VW0 + Q9UL62 +P29322 + P48736 +Q9ULW0 + O14965 +Q13972 + P62070 +Q13972 + P01111 +Q13972 + P63000 +Q13972 + P61586 +Q9UJU6 + Q92918 +P42679 + P09769 +P42679 + P10721 +P00918 - P19634 +O43745 - P19634 +P49593 - Q16566 +P49593 - Q14012 +P49593 - Q13153 +P49593 - Q13177 +P49593 - Q9UQM7 +Q13588 + P48736 +Q13588 + Q07889 +Q13588 + P19174 +Q13588 + P18031 +A7KAX9 - Q07960 +A7KAX9 + P46108 +A7KAX9 + P46109 +A7KAX9 + P12931 +A7KAX9 + P61586 +P35548 + Q96T58 +P01579 + P40306 +P01579 + P38484 +P01579 + P15260 +P01579 + P01375 +Q96EY1 - P25963 +Q96EY1 - O14920 +Q96EY1 + O60674 +O75888 + Q02223 +O75888 + O14836 +P62834 + Q7Z5R6 +P62834 + O00522 +P62834 + O43566 +P62834 + P55196 +P62834 + Q8WWW0 +P62834 - Q12967 +P62834 + P60953 +P62834 + P15056 +P62834 + Q9P212 +P62834 + P04049 +O43255 - P52735 +O43255 - Q9Y6H5 +O43255 - Q9H2X6 +Q8WU20 + Q13588 +Q8WU20 + P22681 +Q8WU20 + P62993 +Q8WU20 + Q06124 +Q8WU20 + P28482 +Q8WU20 + P04629 +Q13191 - P43405 +Q13191 - P43403 +Q13191 - P52735 +Q13191 + P16333 +Q13191 + P27986 +Q13191 - P10721 +Q13191 - P07949 +Q13191 - P42336 +Q13191 - P08581 +Q13191 - P46108 +Q13191 - P29353 +Q13191 - P06241 +Q13191 - P12931 +Q13191 - P06239 +Q13191 - P04629 +Q9Y4K3 + Q9Y6Q6 +Q9Y4K3 + Q9BQ95 +Q9Y4K3 + Q13404 +Q9Y4K3 + Q8N5C8 +Q9Y4K3 + P52564 +Q9Y4K3 + P61088 +Q9Y4K3 + Q9Y243 +Q9Y4K3 + Q13568 +Q9Y4K3 - Q9Y6K9 +Q9Y4K3 - P10242 +Q9Y4K3 + Q14457 +Q9Y4K3 + Q99683 +Q9Y4K3 + P25963 +Q9Y4K3 + O14920 +Q9Y4K3 + Q9UDY8 +Q9Y4K3 + P49116 +Q9Y4K3 + P31749 +Q9Y4K3 + Q16539 +Q9Y4K3 + Q99558 +Q9Y4K3 + P45983 +Q9Y4K3 + Q15750 +Q9Y4K3 + Q9NYJ8 +Q9Y4K3 + P51617 +Q9Y4K3 + Q92985 +Q9Y4K3 + O43318 +Q9Y4K3 - P04629 +Q9NYY1 + Q6UXL0 +Q9NYY1 + Q8N6P7 +Q9NYY1 + Q9UHF4 +O75084 + P63092 +P35610 + P42224 +P01138 + P08138 +P01138 + P04629 +P46108 + A7KAX9 +P46108 + Q14185 +P46108 + Q92918 +P46108 + Q92569 +P46108 + P42684 +P46108 + Q05397 +P46108 + P22681 +P46108 + P27986 +P46108 + Q13905 +P46108 + P00519 +P46108 + P49023 +P46108 + P45983 +P46108 + O00459 +Q6UWB1 + P42224 +P46934 - P17948 +P46934 - P21802 +P46934 - P21860 +P46934 - P62875 +P46934 - P00533 +P46934 - P04629 +Q9UL62 + P48995 +Q9UL62 - Q9Y210 +O00418 + Q13131 +O00418 - P13639 +Q14626 + P40763 +Q14626 + P42224 +P01222 + Q92911 +P01222 + P16473 +Q96T91 + P16473 +Q86UR5 + Q9Y2J0 +Q86UR5 + O14795 +Q86UR5 + P20336 +Q86UR5 + Q04917 +Q86UR5 + Q16623 +Q86UR5 + P21579 +Q86UR5 + P60880 +P30968 + P50281 +P30968 + P13521 +P30968 + P63096 +P30968 + Q5JWF2 +P30968 - P01033 +P30968 - P35625 +P30968 - P14780 +P30968 + P29992 +P30968 + P16035 +P30968 + Q02410 +P30968 + P51511 +P30968 + P35222 +P30968 + P60880 +P20701 + P32942 +P20701 + P05362 +Q16623 - Q01668 +Q16623 + Q00535 +Q16623 - P60880 +P63027 + P60880 +Q13287 - P01106 +Q13287 + P42224 +Q9BPW8 - Q9H1D0 +P62873 + O00555 +P62873 + P63211 +P62873 + P21731 +P62873 - P63092 +P62873 + P63096 +P62873 + P42336 +P62873 + Q00722 +O95398 + P61224 +O95398 + P62070 +Q99873 + Q92804 +Q99873 - P62633 +Q99873 + Q5VWX1 +Q99873 + Q07666 +Q99873 + P49959 +Q99873 - P48552 +Q99873 - P42224 +Q16539 + P37198 +Q16539 + Q9UKY1 +Q16539 + Q15075 +Q16539 - P13726 +Q16539 + Q9H1K0 +Q16539 + P57059 +Q16539 + Q6STE5 +Q16539 + Q13202 +Q16539 + Q99626 +Q16539 + Q06413 +Q16539 + Q9NQU5 +Q16539 + P42566 +Q16539 + O43257 +Q16539 - P78356 +Q16539 + Q9Y263 +Q16539 + Q9BXL6 +Q16539 + Q02080 +Q16539 + Q05923 +Q16539 + P47712 +Q16539 + Q9HBH9 +Q16539 + Q14934 +Q16539 + Q9BUB5 +Q16539 + P43403 +Q16539 + Q12851 +Q16539 - Q16584 +Q16539 + P84243 +Q16539 - Q9Y463 +Q16539 + Q14814 +Q16539 + P19419 +Q16539 + P23769 +Q16539 + P19634 +Q16539 + Q99956 +Q16539 + Q9H211 +Q16539 - P27361 +Q16539 - Q14790 +Q16539 + P49918 +Q16539 + P68431 +Q16539 + P04792 +Q16539 + P15336 +Q16539 + O75676 +Q16539 + Q15910 +Q16539 - P30305 +Q16539 + P10636 +Q16539 + P03372 +Q16539 + Q07812 +Q16539 + P40763 +Q16539 + O15519 +Q16539 + P24385 +Q16539 + Q9UIG0 +Q16539 + P49137 +Q16539 + Q14765 +Q16539 + P67775 +Q16539 + O43524 +Q16539 + P10275 +Q16539 + P16220 +Q16539 + Q13115 +Q16539 - Q92466 +Q16539 + Q15672 +Q16539 + P38936 +Q16539 + P01100 +Q16539 + Q8IW41 +Q16539 + P41970 +Q16539 + P35638 +Q16539 + O75807 +Q16539 + P26651 +Q16539 - Q13541 +Q16539 + Q15796 +Q16539 - P25963 +Q16539 - P49841 +Q16539 + Q92831 +Q16539 + P04150 +Q16539 + P17275 +Q16539 + Q04206 +Q16539 + Q9UBK2 +Q16539 + P28562 +Q16539 - P10415 +Q16539 - Q01085 +Q16539 + Q9Y6Q9 +Q16539 + Q16644 +Q16539 - P30304 +Q16539 + P05412 +Q16539 + O75582 +Q16539 + P24522 +Q16539 + P84022 +Q16539 + Q02750 +Q16539 + O43255 +Q16539 + P42224 +Q16539 - P42574 +Q16539 + Q15717 +Q16539 + Q09472 +Q16539 + P05787 +Q16539 + O60381 +Q16539 + P04637 +Q16539 - Q16236 +Q16539 + P18850 +Q16539 + O75030 +Q16539 + P22415 +Q16539 + P15923 +Q16539 - Q15750 +Q16539 - P30279 +Q16539 - O43318 +Q16539 - P17612 +Q16539 - P00533 +Q16539 - P11362 +A1A5B4 + P42224 +Q00722 + Q16539 +Q00722 - Q96QT4 +O75116 + P35241 +O75116 + Q15306 +O75116 + P47756 +O75116 + P26038 +O75116 + P19634 +O75116 - O14974 +O75116 + P53667 +O75116 + P53671 +O75116 + Q16555 +Q02556 - P10914 +Q02556 + Q9Y4K3 +P04150 + P24468 +P04150 + Q96S59 +P04150 + P08235 +P04150 + P27361 +P04150 + P22736 +P04150 + P19793 +P04150 + P10275 +P04150 - P16220 +P04150 + P37231 +P04150 - Q04206 +P04150 - P19838 +P04150 + P84022 +P04150 - P04637 +P04150 + P42229 +P04150 - P45983 +P04150 - P21579 +P04150 + P06239 +P04150 + Q03135 +Q13451 - P04150 +P02775 + P25024 +P02775 + P25025 +P01160 + P17342 +P01160 + P16066 +P01160 - P08473 +P98172 + P54760 +P98172 + P54753 +P98172 + P54762 +P98172 + O43639 +P98172 + P12931 +O00506 + Q05655 +P48023 + O95407 +P48023 + P19438 +P48023 + P55957 +P15153 + Q13153 +Q13158 + P52594 +Q13158 + O75618 +Q13158 + Q13546 +Q13158 + Q14790 +Q13158 + Q9H1Y0 +Q13158 + O14733 +Q13158 + Q92851 +Q13158 + Q9Y6K9 +Q13158 - Q99836 +Q13158 + P55957 +Q13158 + P28482 +Q13158 + Q13233 +O15054 + P68431 +Q96NX9 + P23760 +P25445 + Q13546 +P25445 + Q14790 +P25445 - P48023 +P25445 + Q13158 +P25445 + Q9UKL3 +P25445 + P29350 +P25445 + Q99683 +P25445 + Q9UER7 +P25445 + P04637 +P25445 + P55957 +P25445 + P00533 +P25445 + Q9UNN5 +Q969G9 - Q92997 +Q9UBL3 + O43435 +Q9UBL3 + P23771 +Q12923 + P50479 +Q12923 - Q9BUL8 +Q12923 + P98172 +Q12923 - O00506 +Q12923 - P48023 +Q12923 + Q13158 +Q12923 - P35568 +Q12923 - P06213 +Q12923 - P25445 +Q12923 - O94759 +Q93052 + P50552 +Q9Y608 + Q92997 +O15520 + P21802 +O14939 + P35372 +P29350 - P40259 +P29350 - Q8WV28 +P29350 - P78314 +P29350 - P78324 +P29350 - P14784 +P29350 - Q14289 +P29350 - Q12809 +P29350 - P32927 +P29350 - P43405 +P29350 - Q13094 +P29350 - P15498 +P29350 - P21854 +P29350 - P51692 +P29350 - P35968 +P29350 - P10912 +P29350 - P29597 +P29350 - P22681 +P29350 - P63261 +P29350 + O60716 +P29350 - P24394 +P29350 + O15524 +P29350 - P42702 +P29350 - P06213 +P29350 - P40189 +P29350 - P11912 +P29350 - P17181 +P29350 - O94916 +P29350 - P11274 +P29350 + P29353 +P29350 - P19235 +P29350 - P07948 +P29350 - P12814 +P35227 - Q03933 +P35227 - P63279 +P35372 + P09471 +P35372 + P63096 +P35372 + P08754 +P35372 - Q7Z2W7 +P28222 + Q7Z2W7 +Q15154 + Q12798 +Q15154 + Q8N4C6 +Q15154 + O15182 +Q15154 + P51955 +Q15154 + Q9BV73 +Q15154 + P41208 +Q15154 + O95613 +P32121 - P27361 +P32121 + P53779 +P32121 + Q9Y496 +P32121 - Q8NER1 +P21554 + P09471 +P21554 + P63096 +P21554 + P08754 +P21554 - Q8NER1 +Q13303 + Q8NER1 +Q9NQT8 + Q8NER1 +P48443 + Q13133 +P61812 + P29279 +P61812 - P10600 +P61812 - P01137 +P61812 + P36897 +P61812 + Q03167 +P61812 + P37173 +P10600 - P61812 +P10600 + P37173 +P24588 + Q9HBA0 +P24588 + Q8NER1 +O95405 - P62136 +O95405 + Q15796 +O95405 + P84022 +O95405 - P37173 +O95166 + Q3MII6 +O95166 - O14641 +O95166 + O95352 +O95166 + Q8NER1 +P04629 + Q9ULH0 +P04629 + O43559 +P04629 + Q13972 +P04629 + P42679 +P04629 + P98077 +P04629 + Q13588 +P04629 + Q92529 +P04629 + P20936 +P04629 + A7KAX9 +P04629 + Q9NRF2 +P04629 + Q96EY1 +P04629 + P62834 +P04629 + Q8WU20 +P04629 + P27361 +P04629 + O14492 +P04629 + P62993 +P04629 - P27986 +P04629 + P00519 +P04629 + P35568 +P04629 + P01138 +P04629 + P46108 +P04629 + P29353 +P04629 + P19174 +P04629 + Q8NER1 +Q9UNN5 - Q8NER1 +Q13347 + P37173 +P18754 + P52948 +P18754 + P62826 +Q02790 - Q9NQA5 +Q02790 - P48995 +Q9NP85 + Q9Y210 +Q9NSB8 + P21817 +P30626 - P20073 +P30626 - P21817 +P32302 + P04899 +P33681 + Q9NZQ7 +P33681 + P16410 +P33681 + P10747 +Q9Y3F4 - Q15796 +Q9Y3F4 - P84022 +P25024 + P04899 +Q03167 + P01137 +P25025 - P19875 +P25025 + P08754 +P25025 + P04899 +P51681 + P63096 +P51681 + P61073 +P51681 + P01730 +P51681 + O60674 +P51681 + P08754 +P51681 + P04899 +P48039 + P28482 +P48039 + P50148 +P48039 + P08754 +P48039 + P04899 +Q99835 + P62879 +Q99835 + P59768 +Q99835 + Q9UBI6 +Q99835 + Q9NRP7 +Q99835 + P62873 +Q99835 + P19087 +Q99835 + P11488 +Q99835 + P63215 +Q99835 + P16520 +Q99835 + P09341 +Q99835 + Q2M1P5 +Q99835 + P63211 +Q99835 + P63096 +Q99835 + Q13009 +Q99835 + P32121 +Q99835 + P06241 +Q99835 + P49407 +Q99835 + P12931 +Q99835 + P08754 +Q99835 + P04899 +Q9UBN4 + P48995 +P04899 - Q08828 +P04899 + Q9UBN4 +Q01130 + P08621 +O95147 - P27361 +O95147 - Q16539 +O95147 - P45984 +Q13148 - Q9UBN7 +Q8WZ73 - Q13546 +P14625 + Q07954 +P62805 + Q12888 +P07900 - P0CG47 +P07900 + P00540 +P07900 + P35869 +P07900 + P43034 +P07900 + Q13546 +P07900 + P36897 +P07900 - O14727 +P07900 + P53355 +P07900 + P10275 +P07900 + P10809 +P07900 + Q00597 +P07900 - P04150 +P07900 + P10415 +P07900 + P31749 +P07900 + P37173 +P07900 + P15172 +P07900 - P04637 +P07900 + Q9Y572 +P07900 + Q9HC29 +P07900 + P04049 +P07900 + O15392 +P07900 + P53041 +P07900 + Q9NRG4 +P07900 + P12931 +P07900 + P29474 +O14965 + Q9Y6A5 +O14965 + Q15398 +O14965 + Q9UPY8 +O14965 - Q9Y448 +O14965 + Q8TEW0 +O14965 + P68431 +O14965 + P30305 +O14965 - Q9NS23 +O14965 + Q9NRM7 +O14965 + Q13158 +O14965 + O95983 +O14965 - Q13526 +O14965 - P10275 +O14965 + P53350 +O14965 + Q9BZB8 +O14965 + Q96IF1 +O14965 + Q9GZM8 +O14965 + P49450 +O14965 + Q49MG5 +O14965 + Q9ULW0 +O14965 - Q9UD71 +O14965 + P31749 +O14965 + P41208 +O14965 + P38398 +O14965 + P52732 +O14965 + O75410 +O14965 - Q9UNN5 +O14965 + Q9UBN7 +Q15717 + P15692 +Q15717 + P35354 +Q15717 + Q96RU7 +Q15717 + P24385 +Q15717 + Q00987 +Q15717 + P14635 +Q15717 + P38936 +Q15717 + P01100 +Q15717 + P04626 +Q15717 + P10145 +Q15717 + P06730 +Q15717 + P35225 +Q15717 + P49279 +Q15717 + P28562 +Q15717 + P20248 +Q15717 + P78396 +Q15717 + P07333 +Q15717 + P04637 +Q15717 - P38398 +Q15717 + Q96EB6 +P13747 + Q13241 +P13747 + P01732 +P13747 + P26715 +P13747 + P26717 +Q09472 + P43694 +Q09472 + Q10571 +Q09472 + Q6DJT9 +Q09472 + Q06413 +Q09472 + Q9UPG8 +Q09472 + Q05066 +Q09472 + Q00978 +Q09472 + P84243 +Q09472 + Q14814 +Q09472 + O15105 +Q09472 + P68431 +Q09472 + P22736 +Q09472 + P10914 +Q09472 + P29590 +Q09472 - P01106 +Q09472 - O94761 +Q09472 + Q92841 +Q09472 + P35354 +Q09472 + P40763 +Q09472 + P24385 +Q09472 + Q13950 +Q09472 + P01588 +Q09472 - O43524 +Q09472 + P17844 +Q09472 + P16104 +Q09472 - P05114 +Q09472 + P62805 +Q09472 + Q14191 +Q09472 + O15350 +Q09472 + P10275 +Q09472 + P11473 +Q09472 + Q02078 +Q09472 + P38936 +Q09472 + P10242 +Q09472 + P10145 +Q09472 + Q13569 +Q09472 - P41182 +Q09472 + P06899 +Q09472 + Q04206 +Q09472 + Q92585 +Q09472 + P28562 +Q09472 + Q15797 +Q09472 + P06400 +Q09472 + P25490 +Q09472 + P0C0S5 +Q09472 + P09874 +Q09472 + Q01543 +Q09472 + Q05516 +Q09472 + P15976 +Q09472 + P15172 +Q09472 + Q15596 +Q09472 - P39748 +Q09472 + P52292 +Q09472 + O75030 +Q09472 + P42229 +Q09472 - Q12778 +Q09472 + Q01094 +Q09472 + P27540 +Q09472 + Q16665 +Q09472 + P35222 +Q09472 - Q9UBN7 +Q9Y6W6 - P27361 +Q9Y6W6 - Q15759 +Q9Y6W6 - P53779 +Q9Y6W6 - Q16539 +Q9Y6W6 - P45984 +Q9UBN7 + Q01130 +Q9UBN7 - P68366 +Q9UBN7 + P14625 +Q9UBN7 + P62805 +Q9UBN7 - Q9H853 +Q9UBN7 + P07900 +Q9UBN7 - Q15717 +Q9UBN7 + Q14247 +Q9UBN7 + P00533 +O95140 + O60260 +O60884 + P11142 +P03372 + Q9BTC8 +P03372 + Q15466 +P03372 + Q92731 +P03372 + P10276 +P03372 + P04792 +P03372 + P07339 +P03372 + P01106 +P03372 + Q14258 +P03372 + Q15788 +P03372 + P06401 +P03372 + P15531 +P03372 + Q16352 +P03372 + P24385 +P03372 + P11166 +P03372 + P04155 +P03372 + P27986 +P03372 + P19793 +P03372 + P10275 +P03372 + Q5T9C2 +P03372 + P10809 +P03372 + P37231 +P03372 + P17861 +P03372 + P05412 +P03372 + P31749 +P03372 + P15291 +P03372 + P48552 +P03372 + P48061 +P03372 + P23771 +P03372 + P05019 +P03372 + Q15596 +P03372 + P05787 +P03372 - Q16236 +P03372 + P08069 +P03372 + P22692 +P03372 - Q12778 +P03372 + Q8WUA8 +P03372 + O00459 +P03372 + P12931 +P03372 + P11142 +Q99933 - O75807 +Q99933 - P0DMV8 +Q99933 + P10415 +Q99933 - P19838 +Q99933 - P04637 +Q99933 - P11142 +P11142 - P45983 +P22392 + O15554 +P22392 + Q05193 +Q9UIG0 + P16104 +P48454 + O00429 +P48454 + Q13469 +P48454 + O95644 +P48454 + Q92934 +P48454 - P21333 +P48454 + Q05193 +Q71U36 + Q05193 +P16298 + O00429 +P16298 + Q13469 +P16298 + O95644 +P16298 + Q92934 +P16298 - P21333 +P16298 + Q05193 +Q13627 + Q96S94 +Q13627 - A8MYZ6 +Q13627 + O75533 +Q13627 - P49418 +Q13627 - O43597 +Q13627 + P53805 +Q13627 - P10636 +Q13627 - P24385 +Q13627 - O43524 +Q13627 + P37840 +Q13627 + P08151 +Q13627 - P46531 +Q13627 - P98177 +Q13627 + P04637 +Q13627 - P05198 +Q13627 - Q05193 +Q9Y5X1 + O00401 +Q9Y5X1 + P50570 +Q9Y5X1 + P00533 +Q9Y5X1 + Q05193 +P62993 - P18433 +P62993 + Q92558 +P62993 + Q5VWX1 +P62993 + O43609 +P62993 + Q08881 +P62993 + Q92918 +P62993 + Q9UQC2 +P62993 - P01023 +P62993 + P52735 +P62993 + P19419 +P62993 + Q07890 +P62993 + Q07666 +P62993 - Q9UKT9 +P62993 + P29323 +P62993 + Q05397 +P62993 + P22681 +P62993 + Q7L0Q8 +P62993 + Q13153 +P62993 + P00519 +P62993 + Q13480 +P62993 + O00401 +P62993 + P01133 +P62993 + P01112 +P62993 + Q07889 +P62993 + P29353 +P62993 + P28482 +P62993 + P19174 +P62993 + P00533 +P62993 + Q05193 +Q10567 - P14867 +Q10567 + P09496 +Q10567 + Q05193 +Q08209 + Q12968 +Q08209 + O43426 +Q08209 + O00429 +Q08209 + Q8WYL5 +Q08209 - Q13522 +Q08209 + P14867 +Q08209 + Q13469 +Q08209 + Q14934 +Q08209 + O95644 +Q08209 - P10636 +Q08209 + Q92934 +Q08209 + Q53ET0 +Q08209 - Q9UD71 +Q08209 - P21333 +Q08209 + Q05193 +Q00535 + Q9Y3Q8 +Q00535 - P61764 +Q00535 + O14827 +Q00535 + P38919 +Q00535 + O75494 +Q00535 + Q9UKY1 +Q00535 + O14519 +Q00535 - O60331 +Q00535 + O75553 +Q00535 + P56693 +Q00535 + Q99490 +Q00535 - P07814 +Q00535 - Q15833 +Q00535 + O43426 +Q00535 + Q14195 +Q00535 + Q9NYB9 +Q00535 + P49418 +Q00535 + P12036 +Q00535 + Q14934 +Q00535 + P31146 +Q00535 + Q15942 +Q00535 + P14921 +Q00535 + P42858 +Q00535 + O00213 +Q00535 + Q8N5S9 +Q00535 + Q14194 +Q00535 + Q05397 +Q00535 - Q96RR4 +Q00535 + P40763 +Q00535 + Q8WUF5 +Q00535 + P22681 +Q00535 - Q15078 +Q00535 + O43464 +Q00535 - Q13794 +Q00535 - Q8NEB9 +Q00535 - Q13153 +Q00535 + P20749 +Q00535 - P62136 +Q00535 + P10275 +Q00535 + P11831 +Q00535 + Q13164 +Q00535 + O15516 +Q00535 + P18887 +Q00535 + Q9Y490 +Q00535 + Q13330 +Q00535 + Q13315 +Q00535 + P49768 +Q00535 + P17980 +Q00535 + Q9UER7 +Q00535 + Q9GZM8 +Q00535 + P15311 +Q00535 - P06400 +Q00535 + Q9UD71 +Q00535 + P14317 +Q00535 + P49459 +Q00535 + O94916 +Q00535 + Q15349 +Q00535 + Q16526 +Q00535 + P05067 +Q00535 + P04637 +Q00535 + P27694 +Q00535 + Q13485 +Q00535 + P26358 +Q00535 + P18858 +Q00535 + Q15642 +Q00535 + Q14653 +Q00535 + P17600 +Q00535 + P12931 +Q00535 + Q14247 +Q00535 - P29474 +Q00535 - P16949 +Q00535 + Q16555 +Q00535 + Q8NER1 +Q00535 + Q05193 +P23284 + Q9NQA5 +P23284 + Q9H1D0 +P27361 + Q9UK32 +P27361 + Q9UKY1 +P27361 + Q9BWW4 +P27361 + P43694 +P27361 - Q9UKX7 +P27361 + P56270 +P27361 - Q969V6 +P27361 + Q05469 +P27361 + Q15648 +P27361 - Q01860 +P27361 + Q15256 +P27361 - Q9BR01 +P27361 - P49585 +P27361 + Q9NZQ3 +P27361 + Q96BK5 +P27361 + Q15046 +P27361 - P50616 +P27361 - Q96RK0 +P27361 + Q9UJY1 +P27361 + O14994 +P27361 + Q9NYV6 +P27361 + P07101 +P27361 - P49418 +P27361 + P54829 +P27361 - P02686 +P27361 - Q08499 +P27361 - Q07866 +P27361 + Q14005 +P27361 + Q05923 +P27361 + P47712 +P27361 + P14598 +P27361 + P23396 +P27361 + Q9HBH9 +P27361 - P41212 +P27361 + Q14934 +P27361 + Q9NYA1 +P27361 - P02741 +P27361 + Q92974 +P27361 + Q9BUB5 +P27361 + P13631 +P27361 + P84243 +P27361 + P14921 +P27361 + Q9UQC2 +P27361 + P19419 +P27361 + Q15746 +P27361 + P28324 +P27361 - O95644 +P27361 + P43364 +P27361 - Q05682 +P27361 + Q99956 +P27361 - Q14790 +P27361 + Q02447 +P27361 + P15336 +P27361 + O75676 +P27361 + P53805 +P27361 + P29590 +P27361 + P17676 +P27361 + P01106 +P27361 + Q15788 +P27361 + P10636 +P27361 + P03372 +P27361 + Q13322 +P27361 - P06401 +P27361 + Q07820 +P27361 + P40763 +P27361 - Q92934 +P27361 + Q8N122 +P27361 + P17655 +P27361 + P05976 +P27361 + P53355 +P27361 + P78536 +P27361 + Q9UIG0 +P27361 - P61978 +P27361 - Q13153 +P27361 + P49137 +P27361 + Q13950 +P27361 + P20749 +P27361 - Q15831 +P27361 + P19793 +P27361 - O43521 +P27361 - O43524 +P27361 + O60504 +P27361 + Q13115 +P27361 + Q15672 +P27361 + Q06124 +P27361 + P01100 +P27361 - Q13362 +P27361 + P17535 +P27361 - Q86UR1 +P27361 + O95997 +P27361 + P08047 +P27361 + P23443 +P27361 - P49815 +P27361 + P78347 +P27361 - P10242 +P27361 + Q12772 +P27361 - P37231 +P27361 - Q13480 +P27361 - P42702 +P27361 - P35568 +P27361 - P24928 +P27361 - P41182 +P27361 + P27708 +P27361 - P49841 +P27361 - P15056 +P27361 + Q9NRA0 +P27361 + P51812 +P27361 - P04150 +P27361 + O75581 +P27361 - O43561 +P27361 + Q13263 +P27361 + P30304 +P27361 + P05412 +P27361 - P49715 +P27361 + O75582 +P27361 + Q8IZP0 +P27361 + Q06546 +P27361 + P36956 +P27361 + Q15418 +P27361 + P15976 +P27361 + Q02750 +P27361 + Q15349 +P27361 + P04637 +P27361 + P29353 +P27361 + O75030 +P27361 - O60674 +P27361 + P42229 +P27361 + P45983 +P27361 + P15923 +P27361 - P55211 +P27361 + P36507 +P27361 + Q01094 +P27361 + Q16665 +P27361 - P46527 +P27361 - P49407 +P27361 + Q14247 +P27361 - P11362 +P27361 + Q07869 +P27361 + Q9UBN7 +P27361 - P17302 +P48730 + P43629 +P48730 + P02810 +P48730 + O14641 +P48730 + Q96T88 +P48730 + O15169 +P48730 - P10636 +P48730 + Q8WUF5 +P48730 - Q00987 +P48730 - Q9UJU2 +P48730 + O14640 +P48730 + P49841 +P48730 + O75581 +P48730 + Q9Y6Q9 +P48730 + P27348 +P48730 + P04637 +P48730 - P46937 +P48730 + P25054 +P48730 - Q16665 +P48730 + Q00535 +P48730 - Q9GZV5 +P48730 + P17302 +P17706 - P51692 +P17706 - P35968 +P17706 - P40763 +P17706 - O00401 +P17706 - P08581 +P17706 + P09619 +P17706 - P29353 +P17706 - P42226 +P17706 - P06241 +P17706 - P12931 +P17706 - P00533 +P17706 - Q02790 +P17706 + P17302 +Q13164 + Q15256 +Q13164 + Q06413 +Q13164 + P14921 +Q13164 + Q14814 +Q13164 + P22736 +Q13164 - P29590 +Q13164 + Q02078 +Q13164 + O00141 +Q13164 + Q13163 +Q13164 + Q13263 +Q13164 + Q15418 +Q13164 + Q16236 +Q13164 + P45983 +P28482 + Q8N5H7 +P28482 + P49761 +P28482 + Q6IE81 +P28482 + Q8WUM0 +P28482 + P60983 +P28482 - P12034 +P28482 - Q969V6 +P28482 - Q08493 +P28482 + P43354 +P28482 + Q15648 +P28482 + P56693 +P28482 + Q9UPT5 +P28482 - Q01860 +P28482 - P17480 +P28482 + Q15256 +P28482 - P49585 +P28482 + Q96PH1 +P28482 + Q06413 +P28482 + Q8NHW3 +P28482 + O95071 +P28482 - P50616 +P28482 + P12270 +P28482 + Q9NXR1 +P28482 - Q96RK0 +P28482 + Q96SB3 +P28482 + P07101 +P28482 - Q12800 +P28482 + O00562 +P28482 - P19484 +P28482 + P49795 +P28482 + Q9Y263 +P28482 - P49418 +P28482 - P07197 +P28482 + Q9BXL6 +P28482 - P12036 +P28482 - P02686 +P28482 + Q02080 +P28482 + P32004 +P28482 + Q5VWX1 +P28482 - Q07866 +P28482 + Q14005 +P28482 + Q05923 +P28482 + P47712 +P28482 + P14598 +P28482 + P23396 +P28482 + Q9HBH9 +P28482 + Q9NYA1 +P28482 + Q9NZV8 +P28482 + Q92974 +P28482 + Q9BY84 +P28482 + Q9BUB5 +P28482 - Q8IVT5 +P28482 + P84243 +P28482 + P14921 +P28482 + Q9UQC2 +P28482 + P10644 +P28482 + Q9H8Y8 +P28482 - Q8WU20 +P28482 + Q99576 +P28482 + P19419 +P28482 + P23769 +P28482 + Q15746 +P28482 + Q07666 +P28482 + P28324 +P28482 + P19634 +P28482 + P10276 +P28482 + P27361 +P28482 - Q14790 +P28482 + Q92793 +P28482 + Q02447 +P28482 + P15336 +P28482 + O00213 +P28482 + O75676 +P28482 + P29590 +P28482 + P17676 +P28482 + P01106 +P28482 + Q15788 +P28482 + Q96LC9 +P28482 + P03372 +P28482 + Q13322 +P28482 - P06401 +P28482 + Q07820 +P28482 + P40763 +P28482 + Q8N122 +P28482 + Q8WUF5 +P28482 - Q92574 +P28482 + P17655 +P28482 + P53355 +P28482 + P62993 +P28482 + Q13153 +P28482 + P49137 +P28482 - P06493 +P28482 - Q15831 +P28482 - O43524 +P28482 - P35398 +P28482 + O60504 +P28482 + Q15672 +P28482 + P01100 +P28482 + Q8IW41 +P28482 - Q13362 +P28482 + P17535 +P28482 - Q86UR1 +P28482 + O95997 +P28482 + P08047 +P28482 + P23443 +P28482 - P49815 +P28482 + P24941 +P28482 + P78347 +P28482 + P26651 +P28482 - Q13541 +P28482 + Q12772 +P28482 - P37231 +P28482 + P19525 +P28482 - Q13480 +P28482 - P42702 +P28482 + Q13330 +P28482 + Q99683 +P28482 - P35568 +P28482 - P24928 +P28482 + P27708 +P28482 - P15056 +P28482 + Q9NRA0 +P28482 + P51812 +P28482 + Q04206 +P28482 - Q15797 +P28482 + O75581 +P28482 + P46734 +P28482 + P05412 +P28482 - P49715 +P28482 + O75582 +P28482 + P19838 +P28482 + Q8IZP0 +P28482 + Q06546 +P28482 + P54727 +P28482 + Q16539 +P28482 + Q15025 +P28482 + P09874 +P28482 + P36956 +P28482 + P49459 +P28482 + Q15418 +P28482 + P30041 +P28482 + P15976 +P28482 - Q14674 +P28482 + P42224 +P28482 + Q15349 +P28482 + Q09472 +P28482 + P04637 +P28482 + P29353 +P28482 + P46695 +P28482 + Q13233 +P28482 + P49023 +P28482 + Q05655 +P28482 + P42229 +P28482 - P45983 +P28482 + P15923 +P28482 - P55211 +P28482 + P68400 +P28482 + P36507 +P28482 + Q16665 +P28482 - P17600 +P28482 + P14672 +P28482 + P29966 +P28482 - P49407 +P28482 + Q13586 +P28482 + Q14247 +P28482 + P17252 +P28482 - P11362 +P28482 + Q07869 +P28482 - P17302 +Q02156 + Q05209 +Q02156 + P48751 +Q02156 - P43629 +Q02156 + Q16625 +Q02156 + Q9BZL6 +Q02156 + P28329 +Q02156 + P34741 +Q02156 + P46940 +Q02156 - Q9UBS0 +Q02156 + P21802 +Q02156 - P27361 +Q02156 + P15336 +Q02156 + Q13009 +Q02156 + P40763 +Q02156 - Q92934 +Q02156 - O60716 +Q02156 + Q86XR7 +Q02156 + O95622 +Q02156 + P51828 +Q02156 + P05556 +Q02156 + P06213 +Q02156 + P05107 +Q02156 + O14920 +Q02156 - P08581 +Q02156 - P28482 +Q02156 + P04049 +Q02156 + Q15139 +Q02156 + P12931 +Q02156 + P11362 +Q02156 - P29474 +Q02156 + Q8NER1 +Q02156 + P17302 +P17302 + Q13164 +Q12797 + Q13507 +Q8NFX7 - P60880 +Q8NFX7 - Q13277 +O15079 - Q13277 +O14795 + Q16623 +O14795 + Q13277 +Q16644 + P50747 +Q16644 + P04792 +Q16644 + P35226 +Q16644 + Q16082 +P43003 + Q13277 +Q9NZS9 - Q14790 +Q9NPD8 + Q9NVI1 +Q9NPD8 + Q9BXW9 +Q9NPD8 + Q9NW38 +Q9UQM7 - O60266 +Q9UQM7 - Q4G163 +Q9UQM7 - Q05469 +Q9UQM7 - P35367 +Q9UQM7 + P48058 +Q9UQM7 - P15036 +Q9UQM7 + Q06210 +Q9UQM7 + P07101 +Q9UQM7 + P28329 +Q9UQM7 + P23677 +Q9UQM7 + P42261 +Q9UQM7 - Q9UBS5 +Q9UQM7 + Q9Y2J0 +Q9UQM7 + Q13972 +Q9UQM7 + Q86UR5 +Q9UQM7 - Q96PV0 +Q9UQM7 + Q9NZV8 +Q9UQM7 - A7KAX9 +Q9UQM7 + P16070 +Q9UQM7 - P14921 +Q9UQM7 + P10644 +Q9UQM7 + Q15121 +Q9UQM7 - Q05682 +Q9UQM7 + Q12959 +Q9UQM7 - Q96PM5 +Q9UQM7 + Q13009 +Q9UQM7 + Q05397 +Q9UQM7 - Q13362 +Q9UQM7 - Q15796 +Q9UQM7 + P11137 +Q9UQM7 + Q9UNE7 +Q9UQM7 + Q05655 +Q9UQM7 - Q9Y618 +Q9UQM7 + P21579 +Q9UQM7 - P35372 +Q9UQM7 - P17600 +Q9UQM7 + P16615 +Q9UQM7 + Q92736 +Q9UQM7 + P21817 +Q9UQM7 - Q13277 +Q9NVI1 + Q9BXW9 +Q9NVI1 + Q9NW38 +Q13277 + Q09470 +Q13277 - Q00975 +P08700 + P32927 +P08700 + P42336 +P08700 + P26951 +Q9UJ55 + A8K0Z3 +Q9UJ55 + P14373 +O75177 + Q92793 +P14373 + A8K0Z3 +P14373 - O00750 +P14373 - P06400 +Q969P5 - P15172 +Q13207 - P15173 +Q13207 - P15172 +Q9Y6R0 - Q9Y4K3 +Q9Y6R0 - P46531 +Q9Y6R0 + Q96J02 +Q9Y3C5 - Q13546 +Q9Y3C5 + Q96J02 +P40424 + P15172 +Q86Y01 - P50553 +Q86Y01 + P46531 +Q86Y01 + Q09472 +Q86Y01 - Q13233 +P24468 + P10589 +P24468 + P28702 +P24468 + P10827 +P24468 + P19793 +P24468 + P37231 +P24468 + P04150 +P24468 - P15172 +Q8NFZ5 - Q04206 +Q8NFZ5 - P19838 +O14964 + O95405 +O14964 + Q15796 +O75113 - Q96J02 +O15519 - Q13546 +O15519 - Q14790 +O15519 - Q9NT62 +O15519 - Q92851 +O15519 - Q9UER7 +O15519 - P19838 +Q9UQB9 + P68431 +P61073 - P04233 +P61073 + P62937 +P61073 + P48736 +P61073 + P51692 +P61073 + P52333 +P61073 + P63096 +P61073 + Q05397 +P61073 + P40763 +P61073 + P52630 +P61073 + Q14344 +P61073 + P42224 +P61073 + O60674 +Q15303 + O00329 +Q15303 + Q9H0M0 +Q15303 + Q92529 +Q15303 + P48736 +Q15303 + P42338 +Q15303 + P51692 +Q15303 - O75081 +Q15303 + P03372 +Q15303 + P22681 +Q15303 + P62993 +Q15303 + P27986 +Q15303 + P42336 +Q15303 - Q9Y2D9 +Q15303 + Q16611 +Q15303 + P29353 +Q15303 + P42229 +Q15303 + O00459 +P21580 - Q13546 +P21580 + P19438 +P21580 - Q9Y4K3 +P21580 - Q9UHD2 +P21580 - Q9Y6K9 +P21580 - Q14457 +P21580 - Q14164 +P21580 - O14920 +P21580 - Q12933 +P21580 + P01375 +P21580 - Q8IUC6 +P04141 + P32927 +P04141 + P17947 +P04141 + P15509 +P04141 + Q99062 +P46937 + Q15561 +P46937 + Q15562 +P46937 + P28347 +P46937 + Q99594 +P46937 + O15105 +P46937 + P29590 +P46937 - Q13950 +P46937 + O15350 +P46937 - O14640 +P46937 + Q15797 +P46937 + P35222 +P46937 - Q96J02 +P45983 + P13489 +P45983 + Q9Y483 +P45983 + P08621 +P45983 + Q9UKY1 +P45983 - Q12968 +P45983 - P54259 +P45983 + Q13202 +P45983 + P50548 +P45983 + Q06481 +P45983 - Q13469 +P45983 - Q14934 +P45983 + P41235 +P45983 - P31946 +P45983 + Q9UPT6 +P45983 + P17544 +P45983 - Q12904 +P45983 + P84243 +P45983 - Q9NZC7 +P45983 + Q9Y463 +P45983 + P19419 +P45983 + Q8WYK2 +P45983 + P28324 +P45983 + Q15654 +P45983 + Q9NRA8 +P45983 + Q99956 +P45983 + P10276 +P45983 + O14980 +P45983 - P27361 +P45983 + Q92993 +P45983 + P15927 +P45983 + P15336 +P45983 - P22736 +P45983 + O00213 +P45983 - P30305 +P45983 + P01106 +P45983 + Q96LC9 +P45983 + P10636 +P45983 + P48023 +P45983 + P03372 +P45983 + Q07812 +P45983 + P40763 +P45983 + Q8WUF5 +P45983 - Q07817 +P45983 + P61978 +P45983 + P16104 +P45983 + P10275 +P45983 + P11831 +P45983 + P19338 +P45983 + Q13115 +P45983 + Q15672 +P45983 + P38936 +P45983 + P01100 +P45983 + P17535 +P45983 + P08047 +P45983 - P37231 +P45983 - P35568 +P45983 + Q99640 +P45983 - P30307 +P45983 + P15407 +P45983 + P28562 +P45983 + O75581 +P45983 - O43561 +P45983 + Q13263 +P45983 - P63104 +P45983 - Q5JR12 +P45983 + P05412 +P45983 + Q16539 +P45983 + P06748 +P45983 + Q05516 +P45983 + P49459 +P45983 + P84022 +P45983 + P42224 +P45983 + P45984 +P45983 + P98177 +P45983 + Q02962 +P45983 - P31947 +P45983 + P05067 +P45983 + P05787 +P45983 + P04637 +P45983 + P29353 +P45983 + Q9UNE7 +P45983 + O75030 +P45983 + P55957 +P45983 + P38398 +P45983 + P27694 +P45983 + P28482 +P45983 + Q13485 +P45983 + Q9UQF2 +P45983 + P49023 +P45983 - P42226 +P45983 + P42229 +P45983 + Q13043 +P45983 - Q13363 +P45983 + Q14653 +P45983 + Q96EB6 +P45983 + Q93045 +P45983 + Q07869 +P45983 - P16949 +P45983 + Q96J02 +P09919 + P15509 +P09919 + Q99062 +Q13308 - P35222 +Q08722 + P07996 +Q08722 + Q12983 +P20936 + P51636 +P20936 + P62993 +P20936 - P01111 +P20936 + P29353 +P20936 - P19174 +P20936 + P00533 +P40763 + O14512 +P40763 + Q9UM73 +P40763 + Q5VWK5 +P40763 + P10912 +P40763 + P35228 +P40763 + P24385 +P40763 + Q07817 +P40763 + P11309 +P40763 - P10275 +P40763 + P41221 +P40763 + Q15672 +P40763 + Q06124 +P40763 + P18146 +P40763 + O43474 +P40763 + P17947 +P40763 + Q96IK5 +P40763 + P17275 +P40763 + P10415 +P40763 + O75626 +P40763 + P08238 +P40763 - P15976 +P40763 + P07900 +P40763 + P42224 +P40763 - P15172 +P40763 + P26358 +P40763 - Q16665 +P42765 - Q12983 +Q9H3D4 - Q8N726 +Q9H3D4 + Q00987 +Q9H3D4 + Q13315 +Q9H3D4 - P46937 +Q9H3D4 + Q05655 +Q9BX84 + Q96QT4 +P12645 + P01137 +P02458 + P08514 +Q13362 - Q12879 +Q13362 - P12036 +Q13362 - Q16566 +Q13362 - Q14012 +Q13362 - P27361 +Q13362 + P18846 +Q13362 + Q92934 +Q13362 - P56945 +Q13362 - P16220 +Q13362 + P23528 +Q13362 - P23443 +Q13362 - P10415 +Q13362 - P31749 +Q13362 - P28482 +Q13362 + P49840 +Q13362 + Q13936 +P21579 + Q86UR5 +P21579 + Q15878 +P21579 + Q16623 +P21579 + P60880 +P21579 + Q13277 +P21579 + Q13936 +P35555 - O95967 +P35555 - Q9UBX5 +P35555 + P01137 +P19237 - Q9P0L9 +P13385 + Q96S42 +P13385 + P36896 +P13385 - P01137 +P12814 + Q93052 +P12814 - O14939 +P12814 + P12931 +P12814 + Q9P0L9 +Q6P0Q8 + P05060 +Q6P0Q8 + P48764 +Q6P0Q8 - Q9Y4K3 +Q6P0Q8 + P60484 +Q0VG06 + O15287 +O60307 + P60484 +P49763 + O14786 +P49763 + P17948 +P49763 + P15692 +Q8NB91 + Q0VG06 +Q8NB91 + O15360 +Q8NB91 + O15287 +Q8NB91 + Q9NW38 +Q8NB91 + Q8IYD8 +O95271 - Q9Y2T1 +O95271 - O15169 +O95271 + P60484 +O60462 + P49767 +Q9Y2H9 + P34947 +Q9Y2H9 + Q13330 +Q9Y2H9 - P60484 +A8MT69 + Q8IYD8 +Q5TCQ9 + P60484 +Q86UL8 + P60484 +Q8NB78 - P68431 +O15287 + Q9NPI8 +P21802 + Q13588 +P21802 + P22681 +P21802 + P62993 +P21802 + P14618 +P21802 + P46108 +P21802 + P29353 +P21802 + P15923 +P21802 + P19174 +P21802 + Q14247 +P21802 + P60484 +Q9HB96 + O15360 +Q9HB96 + Q9BXW9 +Q9HB96 + Q00597 +Q9HB96 + Q8IYD8 +Q70Z35 - P60484 +P98170 - Q8N668 +P98170 - P55212 +P98170 - O14727 +P98170 - Q9NR28 +P98170 + O43353 +P98170 - P55210 +P98170 - P42574 +P98170 + Q15750 +P98170 + Q9NYJ8 +P98170 + O15392 +P98170 + O43318 +P98170 + P60484 +Q8IU81 + P14316 +Q8IU81 - P15336 +Q9BTP7 + Q8IYD8 +Q8IYD8 + Q0VG06 +Q8IYD8 + Q9NPI8 +Q8IYD8 + O15287 +Q8IYD8 + Q92547 +Q8IYD8 + Q00597 +Q9NW38 + Q0VG06 +Q9NW38 + Q9NPI8 +Q9NW38 + Q9NVI1 +Q9NW38 + Q9BXW9 +Q9NW38 + O15287 +Q9NW38 + Q00597 +Q9NW38 + Q8IYD8 +Q8NEB9 + Q08170 +Q8NEB9 + Q92625 +Q8NEB9 + O75494 +Q8NEB9 + O15151 +Q8NEB9 + P31749 +Q8NEB9 + P60484 +Q15831 + P05060 +Q15831 + Q14151 +Q15831 + P43268 +Q15831 + Q00341 +Q15831 + Q7RTN6 +Q15831 + P57059 +Q15831 + Q8TDC3 +Q15831 + Q9NRH2 +Q15831 + Q96L34 +Q15831 + P27448 +Q15831 + Q8IWQ3 +Q15831 + Q9H093 +Q15831 + Q9Y2K2 +Q15831 + Q14680 +Q15831 + Q9H0K1 +Q15831 + Q13131 +Q15831 + O60285 +Q15831 - Q13153 +Q15831 + Q9P0L2 +Q15831 + P49841 +Q15831 + P54619 +Q15831 + P04637 +Q15831 + Q7KZI7 +Q15831 + P54646 +Q15831 - P60484 +P18146 + O95863 +P18146 + Q15742 +P18146 + P01137 +P18146 + P48023 +P18146 + Q92547 +P18146 + Q02535 +P18146 - P10275 +P18146 + Q13115 +P18146 + P38936 +P18146 + P04085 +P18146 + P37231 +P18146 + P28562 +P18146 + P01344 +P18146 + P01127 +P18146 + P04637 +P18146 + P00533 +P18146 + P60484 +O95832 + P08253 +P31751 + Q01860 +P31751 - P04792 +P31751 + P42345 +P31751 + O15111 +P31751 + P03372 +P31751 - Q96B36 +P31751 + P98170 +P31751 - Q13188 +P31751 - O43464 +P31751 + Q00987 +P31751 - O43524 +P31751 + P16220 +P31751 - P49815 +P31751 - Q99683 +P31751 - P49841 +P31751 - P15056 +P31751 - Q9UBK2 +P31751 + P15311 +P31751 + P19838 +P31751 - Q7Z6J0 +P31751 - P98177 +P31751 + Q09472 +P31751 - P49840 +P31751 - P45983 +P31751 - Q12778 +P31751 - Q13043 +P31751 - P04049 +P31751 - P46527 +P31751 - P18031 +P31751 + P29474 +P31751 + P35222 +P63000 + O15068 +P63000 + Q9P286 +P63000 + Q13576 +P63000 - Q9Y613 +P63000 + P53365 +P63000 + P35125 +P63000 + Q9NQU5 +P63000 - Q7L576 +P63000 + Q9UQB8 +P63000 - Q92558 +P63000 + P42768 +P63000 + O75914 +P63000 + P14598 +P63000 + P04839 +P63000 + Q02779 +P63000 - Q14185 +P63000 + Q16584 +P63000 + P13498 +P63000 + P48736 +P63000 + Q86UP2 +P63000 + P19878 +P63000 + P27361 +P63000 + P16333 +P63000 + P40763 +P63000 + Q13153 +P63000 + P27986 +P63000 - O60716 +P63000 + Q13177 +P63000 + O14640 +P63000 + P23443 +P63000 + P31749 +P63000 + P45984 +P63000 + Q13393 +P63000 + Q05655 +P63000 + P45983 +P63000 + P12931 +P63000 + P60709 +P63000 + P17252 +P63000 + Q00722 +P13725 + Q99650 +P13725 + P42702 +P13725 + P40189 +P13725 + P05231 +P08047 + O43186 +P08047 + Q9UKX5 +P08047 - P14921 +P08047 + P07864 +P08047 + P15692 +P08047 + P01106 +P08047 + Q9ULW8 +P08047 + Q01959 +P08047 + P22301 +P08047 + P78536 +P08047 + O95391 +P08047 + Q12882 +P08047 + P24385 +P08047 + P28370 +P08047 - P14635 +P08047 + Q15573 +P08047 + Q9UL17 +P08047 + Q969G2 +P08047 + Q96PG8 +P08047 + P38936 +P08047 + P53007 +P08047 + P49961 +P08047 + P08294 +P08047 + P22888 +P08047 + P13501 +P08047 + Q9UBT6 +P08047 + P10620 +P08047 + Q9H3F6 +P08047 + Q02742 +P08047 + Q14676 +P08047 + O15438 +P08047 + P49279 +P08047 + Q96FL8 +P08047 + Q99988 +P08047 + P04156 +P08047 + P15311 +P08047 + P98194 +P08047 + O95600 +P08047 + O43561 +P08047 + O60238 +P08047 + P02452 +P08047 + P36956 +P08047 + P48960 +P08047 + Q92819 +P08047 + Q96BI1 +P08047 + P07225 +P08047 + P46695 +P08047 + P56524 +P08047 + P35520 +P08047 + Q01094 +P08047 + O15392 +P08047 + Q9Y5K6 +P08047 + P98161 +P08047 + P29474 +Q13464 + P52179 +Q13464 + Q9Y613 +Q13464 - O14649 +Q13464 + P61587 +Q13464 + Q8N264 +Q13464 + O14950 +Q13464 - Q6WCQ1 +Q13464 - O60237 +Q13464 + P35241 +Q13464 + P35611 +Q13464 + P26038 +Q13464 + Q9UPT6 +Q13464 - P07737 +Q13464 + P24844 +Q13464 + Q05397 +Q13464 + P35580 +Q13464 + P08670 +Q13464 + P19105 +Q13464 - Q9NRY4 +Q13464 + P53667 +Q13464 + P15311 +Q13464 + P53671 +Q13464 + P30304 +Q13464 + P48436 +Q13464 + P42574 +Q13464 + O43293 +Q13464 + P45983 +Q13464 + P60484 +P60953 + Q9P286 +P60953 + Q13576 +P60953 - Q9UPT5 +P60953 + P35125 +P60953 + Q9NQU5 +P60953 + O96013 +P60953 + Q92558 +P60953 + Q9NPB6 +P60953 + Q15052 +P60953 + P42768 +P60953 + O75914 +P60953 + Q02779 +P60953 + Q9BYG5 +P60953 + Q14155 +P60953 + Q9BYG4 +P60953 + Q16584 +P60953 + Q8TEW0 +P60953 + P52735 +P60953 + Q07912 +P60953 + Q13153 +P60953 + P27986 +P60953 + P56945 +P60953 + Q13177 +P60953 + Q5VT25 +P60953 + P23443 +P60953 + O00401 +P60953 - P49841 +P60953 + P45984 +P60953 + Q13393 +P60953 + Q9Y6W5 +P60953 + Q9NSV4 +P60953 + Q13233 +P60953 + P45983 +P60953 + Q05513 +P60953 + Q9Y6R4 +P60953 - P12830 +P60953 + P60484 +P37231 + P55055 +P37231 + P24468 +P37231 + P28702 +P37231 + Q13133 +P37231 - Q13547 +P37231 + P19793 +P37231 + Q9NQR1 +P37231 + Q9BX66 +P37231 + P04150 +P37231 - P19838 +P37231 - Q92905 +P37231 + Q03135 +P37231 - P60484 +P05231 + P12272 +P05231 + P02741 +P05231 + P01023 +P05231 + P08887 +P05231 + P40189 +P35226 + Q99496 +Q5XUX0 - P24385 +P49841 + Q6GQQ9 +P49841 + Q8WXF1 +P49841 + P08621 +P49841 + Q9UKY1 +P49841 - Q9NR50 +P49841 + O43602 +P49841 - E9PAV3 +P49841 + Q9UKT5 +P49841 - Q14232 +P49841 - Q13144 +P49841 + P16401 +P49841 - P20929 +P49841 - Q14494 +P49841 - Q9UI10 +P49841 - Q8IZQ8 +P49841 - Q9H0Z9 +P49841 + P33076 +P49841 - P50219 +P49841 - P49770 +P49841 + Q9HB09 +P49841 + Q9NYB9 +P49841 - P12036 +P49841 - Q13887 +P49841 - Q13469 +P49841 - O95863 +P49841 + Q15942 +P49841 - P30281 +P49841 + Q92993 +P49841 + P20393 +P49841 + P17676 +P49841 + O15169 +P49841 + P03372 +P49841 + Q14194 +P49841 - P21796 +P49841 - Q96RR4 +P49841 + Q07812 +P49841 - Q07820 +P49841 + Q8WUF5 +P49841 + Q92574 +P49841 + P99999 +P49841 + Q00987 +P49841 - Q9NQX3 +P49841 + P20749 +P49841 - P06493 +P49841 - O00327 +P49841 - P10275 +P49841 - P16220 +P49841 - P13807 +P49841 - P38936 +P49841 + O75197 +P49841 - Q9Y6H5 +P49841 + P49815 +P49841 - Q13541 +P49841 + P19525 +P49841 - P23246 +P49841 - P49768 +P49841 + P46531 +P49841 - Q01974 +P49841 - P15407 +P49841 + P04150 +P49841 - Q00613 +P49841 + Q04206 +P49841 - Q92585 +P49841 + O75581 +P49841 + Q8TAQ2 +P49841 - P30304 +P49841 - O60346 +P49841 + P31749 +P49841 + P14317 +P49841 - Q16539 +P49841 - P36956 +P49841 + P49459 +P49841 + O75474 +P49841 - O14965 +P49841 - P24864 +P49841 - Q14103 +P49841 + Q6PGQ7 +P49841 + Q7KZI7 +P49841 - Q16236 +P49841 + Q13233 +P49841 + Q13562 +P49841 - P56524 +P49841 - P10070 +P49841 - P30279 +P49841 + Q96R06 +P49841 + P25054 +P49841 - Q9Y6R4 +P49841 + Q02156 +P49841 + Q14247 +P49841 - P60484 +Q99828 + Q13153 +Q04206 + Q99966 +Q04206 - Q13625 +Q04206 - P01106 +Q04206 - P10275 +Q04206 + P01100 +Q04206 + P18146 +Q04206 + P08047 +Q04206 + P13501 +Q04206 + P10145 +Q04206 + Q14457 +Q04206 - P25963 +Q04206 + Q12933 +Q04206 - P04150 +Q04206 + P05412 +Q04206 + P19838 +Q04206 + Q15653 +Q04206 + P56524 +Q04206 + Q14653 +Q04206 - Q07869 +Q04206 - P60484 +P35813 - P52564 +P35813 - O15169 +P35813 + Q92934 +P35813 - P50750 +P35813 - P45985 +P35813 - O14920 +P35813 - Q16539 +P35813 - P54619 +Q9BZK7 - P20749 +Q9BZK7 + P10275 +Q9H4B4 + Q99986 +Q9H4B4 + Q16143 +Q9H4B4 + P15336 +Q9H4B4 + P11388 +Q9H4B4 + Q07817 +Q9H4B4 + O96017 +Q9H4B4 + P37840 +Q9H4B4 + P18887 +Q9H4B4 + Q13330 +Q9H4B4 + P30307 +Q9H4B4 - P30304 +Q9H4B4 + P05412 +Q9H4B4 + P04637 +Q9H4B4 + P38398 +Q9H4B4 - Q16665 +Q9H4B4 - P60484 +P42229 + Q9BZS1 +P42229 - P52333 +P42229 + P10912 +P42229 + O14543 +P42229 + Q07817 +P42229 + O14965 +P42229 + P05814 +P42229 + P19235 +Q5SW24 - P36897 +Q13523 + O15164 +Q13523 + P19419 +Q13523 + Q9HB90 +Q13523 + Q15349 +P12931 + O94887 +P12931 + Q8N5H7 +P12931 - Q8IVP5 +P12931 + P31995 +P12931 + P31994 +P12931 + Q9ULH1 +P12931 + Q12929 +P12931 + P26010 +P12931 + P16284 +P12931 - Q99961 +P12931 + O60331 +P12931 + Q9NR80 +P12931 + P42681 +P12931 - P63010 +P12931 + Q9Y3Q4 +P12931 - P52757 +P12931 + Q14721 +P12931 - P29320 +P12931 + P48167 +P12931 + P11511 +P12931 + Q9UN19 +P12931 + O95297 +P12931 + Q13017 +P12931 + O00254 +P12931 + O43184 +P12931 - P48048 +P12931 + Q9UKW4 +P12931 + P14923 +P12931 + Q16832 +P12931 + P22001 +P12931 + P23743 +P12931 - P36544 +P12931 + Q07954 +P12931 + P25092 +P12931 + P98172 +P12931 + P16662 +P12931 + P18433 +P12931 + Q12879 +P12931 + O15146 +P12931 + P78352 +P12931 + Q92558 +P12931 + P14867 +P12931 + P23415 +P12931 + O15020 +P12931 + Q9Y2X7 +P12931 + Q5VWX1 +P12931 - P34741 +P12931 - P18206 +P12931 + P33151 +P12931 + P07355 +P12931 + Q14289 +P12931 + P35916 +P12931 + P12318 +P12931 + P01116 +P12931 - P41235 +P12931 + P09327 +P12931 + P43405 +P12931 + Q9UGK3 +P12931 + P20138 +P12931 + A7KAX9 +P12931 + O15357 +P12931 + P51813 +P12931 + Q9NZC7 +P12931 + Q9UQC2 +P12931 + P52735 +P12931 + P15514 +P12931 + P13688 +P12931 - P50402 +P12931 - Q8WU20 +P12931 + Q15746 +P12931 - P21802 +P12931 + Q07666 +P12931 - P52565 +P12931 + Q15654 +P12931 + Q92569 +P12931 + Q9Y371 +P12931 + P51692 +P12931 - Q14790 +P12931 + P10398 +P12931 + P35968 +P12931 + Q06187 +P12931 + P42684 +P12931 + O15111 +P12931 + Q13009 +P12931 + P03372 +P12931 + P29323 +P12931 + P35228 +P12931 + P06396 +P12931 + Q05397 +P12931 - P19022 +P12931 + P40763 +P12931 + P22681 +P12931 - P53355 +P12931 + P62993 +P12931 + P01111 +P12931 + O15530 +P12931 - P67775 +P12931 + P01135 +P12931 + P27986 +P12931 + P19793 +P12931 + Q13905 +P12931 + O60716 +P12931 + P56945 +P12931 + Q13177 +P12931 + P37840 +P12931 + P10275 +P12931 + Q9ULV8 +P12931 - O14746 +P12931 - P23528 +P12931 + P06733 +P12931 + P29350 +P12931 + Q86UR1 +P12931 + P63000 +P12931 + P41743 +P12931 + P10721 +P12931 + P07949 +P12931 + P00519 +P12931 + O15492 +P12931 + P60953 +P12931 + P37231 +P12931 + P42336 +P12931 + Q9NRY4 +P12931 + Q13480 +P12931 + P25963 +P12931 + P30411 +P12931 + P15941 +P12931 + O14920 +P12931 - P08581 +P12931 + P51812 +P12931 + Q04206 +P12931 + P15311 +P12931 + P46108 +P12931 + P31749 +P12931 + Q9UKT4 +P12931 + O15162 +P12931 + P08238 +P12931 + Q02750 +P12931 + P42224 +P12931 + P37173 +P12931 + Q68CZ2 +P12931 + Q07889 +P12931 + P09619 +P12931 - P29317 +P12931 + P29353 +P12931 + P28482 +P12931 + P08069 +P12931 + P49023 +P12931 + Q05655 +P12931 + P42229 +P12931 + Q05513 +P12931 + P04049 +P12931 - P46527 +P12931 + P19174 +P12931 + Q02156 +P12931 - P49407 +P12931 + Q13813 +P12931 + Q15139 +P12931 + P12830 +P12931 + Q9HBA0 +P12931 + P17252 +P12931 + P00533 +P12931 + Q9H1D0 +P12931 + P98161 +P12931 + Q00610 +P12931 + P16885 +P12931 + P04083 +P12931 + Q13507 +P12931 + Q8NER1 +P12931 + Q05193 +P12931 - P17302 +P12931 + P63244 +P12931 + Q13936 +P12931 - P60484 +P60484 - P42338 +P60484 - Q05397 +P60484 + O15530 +P60484 - P10275 +P60484 - P31751 +P60484 + P63000 +P60484 - P08047 +P60484 - P35226 +P60484 + P35813 +P60484 - P31749 +P60484 - P29353 +P60484 - P42229 +P60484 + Q01094 +P06239 + Q6PIZ9 +P06239 + Q8IWV1 +P06239 + Q9Y3P8 +P06239 + O60496 +P06239 + P40259 +P06239 + P07766 +P06239 + Q13291 +P06239 + P06127 +P06239 + Q9UN19 +P06239 + Q9UQQ2 +P06239 + Q9H204 +P06239 + P50548 +P06239 + Q9H4E7 +P06239 - Q9NWQ8 +P06239 + P14784 +P06239 + P20963 +P06239 + Q99704 +P06239 - Q9BZS1 +P06239 + P20936 +P06239 + P20138 +P06239 + Q96LC7 +P06239 + Q08881 +P06239 + Q13094 +P06239 + P15498 +P06239 + P09769 +P06239 + P48736 +P06239 + P52735 +P06239 + Q13444 +P06239 + P10747 +P06239 - P52333 +P06239 + P27361 +P06239 + P03372 +P06239 + Q05397 +P06239 + O14543 +P06239 + P40763 +P06239 + P22681 +P06239 + P61978 +P06239 + P56945 +P06239 + P29350 +P06239 + P10721 +P06239 + Q9H400 +P06239 + Q13480 +P06239 + Q04759 +P06239 + P25963 +P06239 + P15941 +P06239 + P46531 +P06239 + O43561 +P06239 + P11912 +P06239 + P52630 +P06239 + Q16539 +P06239 + P42224 +P06239 + P45984 +P06239 + Q07889 +P06239 + P29353 +P06239 + P28482 +P06239 + P49023 +P06239 + P42229 +P06239 + P45983 +P06239 + P04049 +P06239 + P19174 +P06239 + Q9HBA0 +P06239 + Q14247 +P06239 + P16885 +P06239 + P60484 +P42892 + P05305 +Q14244 + Q9HBA0 +Q9P1W9 + Q9Y5B6 +Q9P1W9 + Q9Y2K5 +Q9P1W9 + Q14671 +Q9P1W9 + Q8N2M8 +Q9P1W9 + O94763 +Q9P1W9 + Q9UKY1 +Q9P1W9 + Q15942 +Q9P1W9 + Q9NRA8 +Q9P1W9 - Q92934 +Q9P1W9 + P38936 +Q9P1W9 + P46108 +Q9P1W9 + Q15349 +P29992 + Q9NQ66 +P29992 + Q00722 +Q04771 + O15164 +Q04771 + Q14934 +Q04771 + O15198 +Q04771 + P14921 +Q04771 + P09769 +Q04771 + Q00987 +Q04771 + Q99717 +Q04771 + Q15797 +Q04771 + Q15349 +P50148 - P42336 +P50148 + P01112 +P50148 + Q9P212 +P50148 + P61586 +P50148 + Q9NQ66 +P50148 - Q7Z2W7 +Q9H228 + P63096 +P11229 + P29992 +P11229 + P50148 +P11229 + Q9Y210 +P43115 + Q9UBI6 +P43115 + P16520 +P43115 + P63096 +Q6GPH6 + Q14643 +P16157 + Q14643 +P31749 + Q8IVT2 +P31749 + P05060 +P31749 + Q9Y3T9 +P31749 + Q6GQQ9 +P31749 + Q8WXA9 +P31749 + Q9BW71 +P31749 + O75817 +P31749 + P25686 +P31749 + P08621 +P31749 + Q9UKY1 +P31749 + Q8WUM0 +P31749 + Q12968 +P31749 + Q9Y261 +P31749 + Q6UN15 +P31749 + Q9H4A3 +P31749 + Q8TAD8 +P31749 + P49760 +P31749 + Q01860 +P31749 - Q9BWT1 +P31749 + Q99490 +P31749 + P53804 +P31749 + Q86V81 +P31749 + Q06413 +P31749 + P19367 +P31749 + Q13772 +P31749 - Q9BVI0 +P31749 + P78362 +P31749 + Q9Y2I7 +P31749 + P21453 +P31749 + Q13370 +P31749 + Q04912 +P31749 + O95218 +P31749 + P14598 +P31749 + Q13418 +P31749 + Q16875 +P31749 + Q96S44 +P31749 + Q09666 +P31749 - Q9Y3C5 +P31749 - P17542 +P31749 + Q9UKG1 +P31749 - P09651 +P31749 - Q9UBP6 +P31749 - Q92945 +P31749 + P54253 +P31749 + Q9Y383 +P31749 - Q15942 +P31749 + P84243 +P31749 - Q9UQC2 +P31749 - Q05195 +P31749 + O60825 +P31749 + Q12906 +P31749 - P12755 +P31749 - P23769 +P31749 - P07550 +P31749 + Q15121 +P31749 - Q53EL6 +P31749 + P19634 +P31749 + O60285 +P31749 + Q07955 +P31749 + Q92793 +P31749 - P49918 +P31749 - Q86TI0 +P31749 - P04792 +P31749 - P22736 +P31749 + O15151 +P31749 - Q15910 +P31749 + O15111 +P31749 + P03372 +P31749 - Q96B36 +P31749 - O75376 +P31749 + P98170 +P31749 - Q07812 +P31749 - O15519 +P31749 + Q8WUF5 +P31749 - Q13188 +P31749 + P50750 +P31749 - O43464 +P31749 + Q92547 +P31749 + P61978 +P31749 + Q13153 +P31749 + Q00987 +P31749 + P08670 +P31749 - P45985 +P31749 - P62136 +P31749 + P09601 +P31749 + P19338 +P31749 + P16220 +P31749 + O14746 +P31749 + Q15672 +P31749 - O60343 +P31749 + P23588 +P31749 - P31751 +P31749 - Q07352 +P31749 + P23443 +P31749 - P49815 +P31749 + P24941 +P31749 + Q13541 +P31749 + Q92922 +P31749 + Q16656 +P31749 - P01308 +P31749 - Q99683 +P31749 + P35568 +P31749 + P05556 +P31749 + O14920 +P31749 - P25445 +P31749 + Q13309 +P31749 - P15056 +P31749 + Q9UER7 +P31749 - Q9UBK2 +P31749 + P63104 +P31749 + P48436 +P31749 + P15976 +P31749 + P07900 +P31749 - Q7Z6J0 +P31749 + Q7L5N1 +P31749 + P42574 +P31749 + Q09472 +P31749 + P31947 +P31749 - Q12888 +P31749 + P67809 +P31749 + P38398 +P31749 - P49840 +P31749 + Q8TDD2 +P31749 - P46937 +P31749 + P26358 +P31749 + Q05655 +P31749 + Q15642 +P31749 - Q13043 +P31749 - P51617 +P31749 + Q06455 +P31749 + P56178 +P31749 - Q9Y618 +P31749 - P18031 +P31749 + P14672 +P31749 + P12931 +P31749 + P17612 +P31749 + Q14247 +P31749 + P29474 +P31749 + P35222 +P31749 + P55072 +P31749 - Q14643 +P07948 + P30273 +P07948 + Q8NDB2 +P07948 + P40259 +P07948 + P31995 +P07948 + P31994 +P07948 + Q13291 +P07948 + P02730 +P07948 + Q9UN19 +P07948 + P11836 +P07948 + Q9GZY6 +P07948 + Q01362 +P07948 + Q14289 +P07948 + Q9NYA1 +P07948 + Q99704 +P07948 + Q71U36 +P07948 + P12318 +P07948 + P32927 +P07948 + P43405 +P07948 + P20273 +P07948 + P15498 +P07948 + P48736 +P07948 + Q9UQC2 +P07948 + Q14511 +P07948 + Q92569 +P07948 + P27361 +P07948 + Q06187 +P07948 + Q05397 +P07948 + P22681 +P07948 + P61978 +P07948 + P27986 +P07948 + P56945 +P07948 + P37840 +P07948 + P29350 +P07948 + O75807 +P07948 + P10721 +P07948 + P00519 +P07948 + O15492 +P07948 + Q9H400 +P07948 + Q13480 +P07948 + Q04759 +P07948 + P15391 +P07948 + P11912 +P07948 + P14317 +P07948 + P11274 +P07948 + P11137 +P07948 + P29353 +P07948 + Q05655 +P07948 + P42229 +P07948 - P46527 +P07948 + P19174 +P07948 + P19235 +P07948 + Q9HBA0 +P07948 + P00533 +P07948 + Q14643 +Q14643 + Q13507 +Q9NZU7 - Q9UQM7 +Q9NZU7 - Q9UL62 +Q9NZU7 - Q13936 +Q9NZU7 + Q14643 +Q86YR5 - P63096 +O43609 - P22681 +O43609 - P62993 +O43609 - Q07889 +P0C851 + Q8NER1 +Q2M2I8 + Q9BXS5 +Q2M2I8 + Q96CW1 +Q2M2I8 + P49757 +Q8TBB1 - P49757 +Q6PML9 - P49757 +O43915 + P35916 +O43915 + P35968 +O43347 - P49757 +Q14012 + Q9UKV0 +Q14012 + Q8N5S9 +Q14012 + P16220 +Q14012 + P04406 +Q14012 - P17600 +Q14012 - P49757 +P49767 + O60462 +P49767 + P35916 +P49767 + P35968 +Q00987 + P0CG47 +Q00987 - Q8N726 +Q00987 - Q99466 +Q00987 - P00374 +Q00987 - Q9NXV6 +Q00987 - Q92993 +Q00987 - Q7LG56 +Q00987 + P29590 +Q00987 - P61978 +Q00987 + O96017 +Q00987 - P10275 +Q00987 - P38936 +Q00987 - P42771 +Q00987 - Q15303 +Q00987 + P46531 +Q00987 - Q92831 +Q00987 + Q04206 +Q00987 + P49459 +Q00987 - Q09472 +Q00987 - Q12888 +Q00987 + Q12778 +Q00987 + Q01094 +Q00987 + Q16665 +Q00987 + P49407 +Q00987 - P49757 +Q9HAV4 + Q9UL40 +Q9HAV4 + P62826 +Q9HAV4 + P68104 +P08151 + P10071 +P08151 + P10070 +P24534 + P26641 +P24534 + P68104 +Q8IUQ4 + Q96RU7 +Q8IUQ4 + P37840 +Q8IUQ4 - Q9Y6H5 +Q8IUQ4 + P46531 +Q8IUQ4 - Q9H2X6 +Q8IUQ4 - P35222 +Q8IUQ4 - P49757 +P26641 + P68104 +P41743 + Q9NYB9 +P41743 + P55196 +P41743 + Q8TEW0 +P41743 + P15927 +P41743 + O15111 +P41743 - Q92934 +P41743 + Q00987 +P41743 + P19338 +P41743 + Q9H8V3 +P41743 + Q9Y6K9 +P41743 + Q13330 +P41743 + O14920 +P41743 + P15311 +P41743 - P29474 +P41743 - P49757 +P05067 - Q99767 +P05067 + Q13564 +P05067 + P49841 +P05067 + P53779 +P05067 - P04406 +P05067 + P45984 +P05067 + P56817 +P05067 + P45983 +P51654 - P27487 +P51654 + P01344 +P11717 - P01344 +Q96J02 - Q86Y01 +Q96J02 - Q8NFZ5 +Q96J02 + O14964 +Q96J02 + Q99962 +Q96J02 - O15519 +Q96J02 + P61073 +Q96J02 - P08151 +Q96J02 - Q15303 +Q96J02 + Q15796 +Q96J02 + P21580 +Q96J02 - Q9H3D4 +P49757 - Q00987 +P49757 - P08151 +P49757 + P05067 +P49757 + P04637 +P49757 - Q9H1D0 +P49757 + Q96J02 +Q92858 + Q9BZE3 +Q92858 + Q15319 +Q92858 + Q5TA89 +Q05516 + P01106 +Q05516 + Q16828 +Q05516 - Q99684 +Q05516 - P20248 +Q05516 - P49715 +Q05516 + P26951 +Q05516 + Q02363 +O14836 - Q9Y275 +Q02363 - Q92858 +Q8NFT6 + O00311 +P04637 + Q8N114 +P04637 + O14503 +P04637 + P0CG47 +P04637 - P06703 +P04637 - P04271 +P04637 - Q9UQR1 +P04637 - P18074 +P04637 + Q86Y07 +P04637 + Q99986 +P04637 - P14921 +P04637 + P26447 +P04637 + P42858 +P04637 - P27361 +P04637 + Q92597 +P04637 + P07339 +P04637 + P08253 +P04637 + Q03518 +P04637 + Q9NPP4 +P04637 + Q7LG56 +P04637 + Q9H4X1 +P04637 + P55212 +P04637 + O15151 +P04637 + O14727 +P04637 + P29590 +P04637 - Q9NQW6 +P04637 + P39060 +P04637 - Q96QD8 +P04637 + Q96PM5 +P04637 - O94761 +P04637 + O14763 +P04637 - P67870 +P04637 + P48023 +P04637 + Q9Y6P5 +P04637 + P03372 +P04637 + P78423 +P04637 + P14210 +P04637 - Q05397 +P04637 + Q9NRM7 +P04637 + Q07812 +P04637 + P35354 +P04637 - Q13489 +P04637 + P17643 +P04637 + O15519 +P04637 + P07203 +P04637 + Q08345 +P04637 + P53355 +P04637 + Q96CF2 +P04637 + P99999 +P04637 + P78543 +P04637 + Q96FX8 +P04637 + Q13794 +P04637 - Q07817 +P04637 + Q00987 +P04637 + Q96A56 +P04637 + P18847 +P04637 + P15018 +P04637 + P01135 +P04637 + P06493 +P04637 + Q9BUZ4 +P04637 + O75909 +P04637 - O43663 +P04637 - Q14191 +P04637 + O15350 +P04637 - P10275 +P04637 + Q16690 +P04637 + P11473 +P04637 + Q9NX09 +P04637 + Q92466 +P04637 - Q08257 +P04637 - O15205 +P04637 + P12004 +P04637 + P27701 +P04637 + Q9HCN2 +P04637 + Q8IUQ4 +P04637 + Q13568 +P04637 + P40692 +P04637 + P05121 +P04637 + Q92851 +P04637 + Q86UR1 +P04637 + O43474 +P04637 + Q01831 +P04637 + Q9ULZ3 +P04637 + Q658P3 +P04637 + Q71UM5 +P04637 - Q12834 +P04637 - P25208 +P04637 + P49815 +P04637 - Q9NYY3 +P04637 + Q53FA7 +P04637 + Q9HB75 +P04637 + O15492 +P04637 + P17936 +P04637 - Q9UBT6 +P04637 + P19525 +P04637 + Q00653 +P04637 + P41182 +P04637 + Q99728 +P04637 + Q13315 +P04637 + Q9UM63 +P04637 + P29034 +P04637 + P30411 +P04637 + O60673 +P04637 + Q9UBN6 +P04637 + Q9Y478 +P04637 + Q99445 +P04637 - P30307 +P04637 + O15297 +P04637 + P25445 +P04637 + P01112 +P04637 + Q9BZR8 +P04637 + O14514 +P04637 + Q00597 +P04637 + Q92831 +P04637 + Q99988 +P04637 + P08581 +P04637 + P09429 +P04637 - P04150 +P04637 + Q9BRQ8 +P04637 + P22570 +P04637 + P28562 +P04637 + Q9NQ88 +P04637 + P06400 +P04637 + P42773 +P04637 - P10415 +P04637 + P11926 +P04637 + O60238 +P04637 + O14798 +P04637 - O00767 +P04637 + Q5JR12 +P04637 + P54278 +P04637 + O15547 +P04637 + Q9UM07 +P04637 + P51959 +P04637 + P24522 +P04637 - P23511 +P04637 - P0DMV9 +P04637 + Q15418 +P04637 + O75626 +P04637 - P08238 +P04637 + Q8IYM9 +P04637 + Q14526 +P04637 + Q9NYZ3 +P04637 - O14965 +P04637 + Q7Z419 +P04637 + Q92696 +P04637 + Q8NHY2 +P04637 + Q9NY72 +P04637 + P68104 +P04637 - Q75NE6 +P04637 + P13611 +P04637 + Q16611 +P04637 + O43715 +P04637 + P31947 +P04637 + P05787 +P04637 + P29317 +P04637 + P57723 +P04637 - P21675 +P04637 + Q969H0 +P04637 + Q9H4B4 +P04637 + O00220 +P04637 + P55957 +P04637 + Q9H3D4 +P04637 - P46695 +P04637 + P43246 +P04637 + O60880 +P04637 + P36952 +P04637 + P31350 +P04637 + Q99856 +P04637 - P26358 +P04637 + P62736 +P04637 - Q01094 +P04637 + P20800 +P04637 - Q9Y6D9 +P04637 + O15460 +P04637 - O15392 +P04637 + Q16665 +P04637 + O94907 +P04637 + P00533 +P04637 - O94759 +P04637 + P29466 +P04637 - P29474 +P04637 - P11142 +P04637 + P60484 +P04637 + Q02363 +O75496 - Q9H211 +O75496 - Q99741 +P53355 - P27361 +P53355 - Q96RR4 +P53355 - Q13526 +P53355 + P14618 +P53355 - Q16659 +P53355 + P46821 +P53355 + P42771 +P53355 + Q9P0L2 +P53355 - Q9Y490 +P53355 + P19105 +P53355 - P62753 +P53355 - P10415 +P53355 - Q16623 +P53355 + P04637 +P53355 + Q7KZI7 +P53355 + P25205 +P53355 + O43293 +P53355 - P28482 +P53355 - P26006 +P53355 + Q15139 +P53355 - Q13277 +P53355 + P09493 +O60237 - Q92614 +Q7Z443 + Q9P0L9 +Q14242 + P16109 +Q14242 + P16581 +Q96H20 + Q9Y210 +Q02086 + P10914 +Q92542 + Q96BI3 +Q92542 + P49810 +Q92542 + P49768 +Q92542 + P56817 +A9UF07 + P15498 +A9UF07 - P62993 +A9UF07 - P11274 +A9UF07 + P46109 +Q13615 - P42345 +P55895 + P15918 +P55895 + P42345 +P12318 + P43405 +P12318 - O43561 +Q92569 + P42338 +Q92569 + Q05397 +Q92569 + P42336 +Q92569 + Q8IZP0 +P84077 + Q99755 +P84077 + O14939 +P84077 + Q13393 +P51692 + P01589 +P42684 + P17676 +P42684 + P07203 +P42684 + O15304 +P42684 + P22681 +P42684 + P17931 +P42684 + P04040 +P42684 + O00401 +P42684 + O94875 +P42684 + Q13671 +P42684 + Q70E73 +P42684 - O14818 +P42684 + Q14247 +Q9HB90 - P42345 +P27986 + P15498 +P27986 + P42338 +P27986 + P48023 +P27986 + Q05397 +P27986 + O15530 +P27986 + P56945 +P27986 + P63000 +P27986 + P60953 +P27986 + P42336 +P27986 + P46108 +P27986 + P31749 +P27986 + Q8IZP0 +P27986 + Q07889 +P27986 + P49023 +P27986 + P45983 +P27986 + Q05513 +P27986 + P19174 +P27986 + P16885 +P39687 + O14727 +P11233 + Q96KP1 +P11233 + Q15311 +P11233 + Q13393 +Q13905 + P61224 +Q13905 + P62834 +Q13905 + P01111 +Q13905 + P17081 +P56945 + Q14185 +P56945 + P27986 +P56945 + Q13905 +P56945 + P46108 +P56945 - P84022 +Q9Y5X4 + P20393 +Q9UBS8 - P10275 +Q13901 + P20393 +P00519 + Q8N8S7 +P00519 - O15269 +P00519 + Q9NYB9 +P00519 + Q14847 +P00519 + Q13588 +P00519 + Q99704 +P00519 + Q92918 +P00519 + P15498 +P00519 + Q14511 +P00519 + P52735 +P00519 + Q15746 +P00519 + O15056 +P00519 + O00213 +P00519 - O15151 +P00519 + P17676 +P00519 + P42684 +P00519 + P16333 +P00519 + P03372 +P00519 - P29323 +P00519 - O60260 +P00519 + P11387 +P00519 + P07203 +P00519 + P22681 +P00519 + Q13188 +P00519 + P62993 +P00519 + Q13153 +P00519 + P17844 +P00519 + Q13905 +P00519 + O60716 +P00519 + P56945 +P00519 - Q13177 +P00519 + O15350 +P00519 + Q969W1 +P00519 + O60504 +P00519 + Q13535 +P00519 - O14746 +P00519 - Q92466 +P00519 + P29350 +P00519 + P04040 +P00519 + Q03468 +P00519 + Q9UPY6 +P00519 + Q9NRY4 +P00519 + O00401 +P00519 + P25963 +P00519 + P15941 +P00519 + P15391 +P00519 + P50570 +P00519 + P08581 +P00519 + O94875 +P00519 + P11230 +P00519 + Q9Y6Q9 +P00519 - P05412 +P00519 + Q8IZP0 +P00519 + P14317 +P00519 - P78527 +P00519 + Q13671 +P00519 + Q70E73 +P00519 + P42224 +P00519 - P15172 +P00519 + Q07889 +P00519 + O43586 +P00519 + Q9Y6W5 +P00519 + Q12888 +P00519 + P43351 +P00519 + P29353 +P00519 - Q9H3D4 +P00519 + Q13233 +P00519 + P49023 +P00519 + O60674 +P00519 + P46937 +P00519 + Q05655 +P00519 + P55211 +P00519 + Q15642 +P00519 - P46527 +P00519 - O14818 +P00519 - P19174 +P00519 + Q15139 +P00519 + Q14247 +P00519 + P00533 +P00519 + Q00535 +P00519 + Q03135 +P00519 + P63244 +Q92733 + Q9UI95 +P11274 + Q99704 +P11274 + P20936 +P11274 + P22681 +P11274 + P00519 +P11274 + P46108 +P11274 + P27348 +P11274 + Q07889 +P11274 + P46109 +P11274 + O60674 +P11274 + P19174 +P42772 - P11802 +P42772 - Q00534 +Q07889 + P01116 +Q07889 + P27361 +Q07889 + P01111 +Q07889 + P27986 +Q07889 + Q13480 +Q07889 + P01112 +Q07889 + P28482 +Q07889 + P10301 +O00459 + P42338 +O00459 + Q8IZP0 +O00459 + Q07889 +P08631 + Q92556 +P08631 + A9UF07 +P08631 + P12314 +P08631 + P12318 +P08631 + Q13444 +P08631 + Q92569 +P08631 + P42338 +P08631 + P51692 +P08631 + P42684 +P08631 + Q05397 +P08631 + P22681 +P08631 + P27986 +P08631 + Q13905 +P08631 + P56945 +P08631 + P10721 +P08631 + P00519 +P08631 + Q13480 +P08631 + P11274 +P08631 + Q07889 +P08631 + P19174 +P08631 + O00459 +P08631 + Q9HBA0 +P08631 + P00533 +P31946 - P78362 +P31946 - P07196 +P31946 + P62258 +P31946 + Q04917 +P31946 + P63104 +P31946 + P27348 +P31946 + Q02750 +P31946 + Q05513 +P31946 + P36507 +P31946 + P61981 +P62258 - P07196 +P62258 + P31946 +P62258 + Q04917 +P62258 + Q9GZM8 +P62258 + P63104 +P62258 + P27348 +P62258 - P46527 +P62258 + P61981 +Q9NRM7 + O95863 +Q9NRM7 + P04637 +Q9NRM7 - P46937 +Q9NRM7 - Q9GZV5 +Q9NRM7 + P61981 +P15056 + P31946 +P15056 + Q8IVT5 +P15056 + Q92918 +P15056 + Q04917 +P15056 + P27361 +P15056 + P01137 +P15056 + P63104 +P15056 + P27348 +P15056 + Q02750 +P15056 + P31947 +P15056 + P28482 +P15056 + P36507 +P15056 + P61981 +Q9NQS1 - O14727 +Q9NQS1 + Q13315 +P63104 - P35249 +P63104 - P07196 +P63104 + P31946 +P63104 + P62258 +P63104 + Q04917 +P63104 + O14757 +P63104 + P27986 +P63104 + P27348 +P63104 + P31947 +P63104 - O60921 +P63104 + Q05513 +P63104 + P04049 +P63104 + P35222 +P63104 + P61981 +P27348 - Q8WYL5 +P27348 - P07196 +P27348 + P31946 +P27348 + Q14814 +P27348 + P62258 +P27348 + Q04917 +P27348 - Q07812 +P27348 - Q8N122 +P27348 - Q99683 +P27348 - P30307 +P27348 + P63104 +P27348 + P31947 +P27348 + Q01094 +P27348 - P46527 +P27348 + Q15139 +P27348 + P61981 +P11940 + Q04637 +Q53EL6 - Q04637 +P31947 - O95863 +P31947 + P63104 +P31947 + P27348 +P31947 + P61981 +Q04637 + P06730 +Q8TD43 - Q13507 +P61981 - P07196 +P61981 + P31946 +P61981 + P62258 +P61981 + Q04917 +P61981 + P63104 +P61981 + P27348 +P61981 + P31947 +P61981 + Q8TD43 +Q9HCP0 + Q9Y5B6 +Q9HCP0 + P05120 +Q9HCP0 - P16157 +Q9HCP0 + Q16650 +Q9HCP0 - O95644 +Q9HCP0 + P10636 +Q9HCP0 + O14640 +Q9HCP0 + P27348 +Q9HCP0 + P04637 +Q9HCP0 + Q12778 +Q9HCP0 + Q13277 +Q9HCP0 + P20020 +O76094 + Q9UHB9 +P62158 + P40145 +P62158 - Q9UQD0 +P62158 + Q13557 +P62158 + Q13555 +P62158 + P48454 +P62158 - Q12879 +P62158 - Q14831 +P62158 + Q13972 +P62158 + Q14123 +P62158 + O14795 +P62158 + Q99578 +P62158 + P54750 +P62158 - P20336 +P62158 + Q16566 +P62158 - O15020 +P62158 - Q9P0L0 +P62158 + P35611 +P62158 + Q01064 +P62158 + O00418 +P62158 + P46940 +P62158 - P25098 +P62158 + P16298 +P62158 + Q15746 +P62158 + Q08828 +P62158 + Q8N5S9 +P62158 + Q96RR4 +P62158 - P01111 +P62158 + P63098 +P62158 + Q9UQM7 +P62158 + P63000 +P62158 - Q15796 +P62158 + P31749 +P62158 + Q13671 +P62158 + P29475 +P62158 - Q9NQA5 +P62158 - P29966 +P62158 - P48995 +P62158 - P14416 +P62158 + Q9HBA0 +P62158 + Q9NQ66 +P62158 + Q08209 +P62158 - Q9H1D0 +P62158 + Q13554 +P62158 + Q9Y210 +P62158 + O94759 +P62158 + Q8TD43 +P62158 - P24588 +P62158 + P29474 +P62158 - Q13507 +P62158 + Q8NER1 +P62158 + P21817 +P62158 + P20020 +Q96CK0 - Q13285 +P43146 + Q00169 +P43146 + Q05397 +Q8TDD5 + Q9NQA5 +Q8TDD5 + Q9GZU1 +O43283 + O14733 +Q9GZU1 + Q8TDD5 +Q9GZU1 + Q8IZK6 +Q8IZK6 + Q8TDD5 +Q8IZK6 + Q9GZU1 +Q15173 - P10415 +Q15173 - P31749 +Q15173 + P42574 +Q9Y6F6 - Q14643 +Q15276 + Q9UJ41 +Q8WZ42 + O15273 +O96001 + Q13976 +O95429 - P19438 +Q03113 + Q15283 +Q03113 + Q92888 +Q03113 + Q9NZN5 +Q03113 + Q12802 +Q03113 + P42680 +Q03113 + P12830 +Q03113 + P61586 +Q53GL7 - P01106 +P21731 - P62873 +P21731 - Q03113 +P21731 + P50148 +P04792 + P30793 +P04792 + P61088 +P04792 - P99999 +P04792 + Q9UJX3 +P04792 - P37840 +P04792 + P08047 +P04792 - P25963 +P04792 - Q9UER7 +P04792 + Q00613 +P04792 + P31749 +P04792 + P62877 +P04792 - P04637 +P04792 - Q05655 +P11831 + P43694 +P11831 + Q14192 +P16220 + P39905 +P16220 + Q00403 +P16220 + P07864 +P16220 + Q53ET0 +P16220 + P19883 +P16220 + Q9UBT6 +P16220 + P10415 +P16220 + P84022 +P16220 + P04637 +P16220 + P21675 +P16220 + Q9Y5K6 +P16220 + P35222 +P11387 - P49916 +Q86TL0 + Q9H0R8 +P78347 + P54821 +P78347 + P24385 +Q15349 + O00418 +Q15349 + Q14934 +Q15349 + Q15942 +Q15349 + O14980 +Q15349 + Q8N5S9 +Q15349 + Q00987 +Q15349 + P16220 +Q15349 - P49815 +Q15349 + P26651 +Q15349 - P25963 +Q15349 + P46108 +Q15349 + P18848 +Q15349 + Q15642 +Q15349 + Q14247 +Q15835 - P08100 +Q15835 - O43924 +Q15835 + P07550 +Q15835 + P51681 +P38398 + P0CG47 +P38398 + Q14192 +P38398 + Q86YC2 +P38398 + Q9BXW9 +P38398 - P03372 +P38398 + P48431 +P38398 - P06401 +P38398 + P24385 +P38398 + P16104 +P38398 + P10275 +P38398 + Q99759 +P38398 + Q06609 +P38398 - P00519 +P38398 + Q13315 +P38398 + P19838 +P38398 + P24522 +Q16627 + P32246 +Q16627 + P51677 +Q16627 + P51681 +P41220 - P29992 +P41220 - P50148 +P41220 - P08754 +P41220 - Q9H1D0 +O15467 + P41597 +O15467 + P32302 +O15467 + P51685 +O15467 + P32246 +O15467 + P51681 +Q13976 + Q9Y6F6 +Q13976 + Q8WZ42 +Q13976 + O96001 +Q13976 + Q9Y613 +Q13976 + P31645 +Q13976 + Q05469 +Q13976 + Q03393 +Q13976 - P35367 +Q13976 + Q03113 +Q13976 + O76074 +Q13976 - Q14847 +Q13976 + P13569 +Q13976 - P21731 +Q13976 - P04792 +Q13976 - P11831 +Q13976 + P16220 +Q13976 + O14974 +Q13976 + P78347 +Q13976 + Q15349 +Q13976 + P38398 +Q13976 + P04049 +Q13976 + P41220 +Q13976 - Q9Y210 +Q13976 - Q13507 +Q13976 + P19429 +Q9Y258 + P41597 +Q9Y258 + P32246 +Q9Y258 + P51677 +Q9Y258 + P49238 +Q9Y258 + P51681 +P08908 + P08754 +P08908 + P19086 +Q13153 + O95361 +Q13153 + Q15056 +Q13153 + Q6NZY4 +Q13153 - P18669 +Q13153 + P56693 +Q13153 + Q13352 +Q13153 + Q9UQ80 +Q13153 + Q99426 +Q13153 + Q9NYB9 +Q13153 + Q15052 +Q13153 + P36871 +Q13153 + P14598 +Q13153 + Q13418 +Q13153 + P78545 +Q13153 + Q14934 +Q13153 - Q92974 +Q13153 + O95863 +Q13153 + Q14155 +Q13153 - Q15746 +Q13153 + Q07955 +Q13153 + P68431 +Q13153 + P10398 +Q13153 + O15151 +Q13153 + Q8N5S9 +Q13153 + P16333 +Q13153 + P03372 +Q13153 - Q92934 +Q13153 + Q8WUF5 +Q13153 + O00255 +Q13153 + P61978 +Q13153 + P08670 +Q13153 + P53350 +Q13153 - P63000 +Q13153 + P00519 +Q13153 + P60953 +Q13153 - P63167 +Q13153 + P53667 +Q13153 + P46734 +Q13153 - Q99661 +Q13153 + Q02750 +Q13153 + O14965 +Q13153 + O15143 +Q13153 - P30291 +Q13153 - P28482 +Q13153 + Q13233 +Q13153 + P49023 +Q13153 + P04049 +Q13153 + Q06455 +Q13153 - P17600 +Q13153 + P21333 +Q13153 + P17612 +Q13153 + Q14247 +Q13153 + P29466 +Q13153 + P35222 +Q13153 - P16949 +Q13153 + P19086 +O95622 + P17612 +P01242 + P10912 +P17600 - P19086 +P14416 + O14775 +P14416 + P09471 +P14416 + Q01959 +P14416 + P48995 +P14416 + P08754 +P14416 + P04899 +P14416 + P19086 +P19086 - Q08828 +P19086 - O95622 +P08069 + O00443 +P08069 + O14654 +P08069 + P78324 +P08069 + P31946 +P08069 + P20936 +P08069 + P48736 +P08069 + P52735 +P08069 + P62258 +P08069 + P41240 +P08069 + Q92569 +P08069 + Q13322 +P08069 + O15530 +P08069 + P27986 +P08069 + P35568 +P08069 + Q9Y4H2 +P08069 + P63104 +P08069 + P29353 +P08069 + P28482 +P08069 + P23458 +P08069 + O00459 +P08069 + P49407 +P08069 + P12931 +P08069 + Q14247 +P08069 - P35222 +P08069 + P61981 +P05783 - Q15628 +Q9H1D0 + Q9NQA5 +Q9UEF7 - P08069 +Q9UEF7 + Q9NQA5 +Q9UEF7 + Q9H1D0 +Q8TDY4 + P62330 +P23469 - Q14721 +P23469 - P27361 +P23469 - P28482 +P23469 + P07947 +P27635 - P05412 +P27635 - P07947 +F7VJQ1 + P13591 +F7VJQ1 + P31948 +Q04917 + P31946 +Q04917 + P62258 +Q04917 - O95644 +Q04917 - Q92934 +Q04917 - P23528 +Q04917 - P35568 +Q04917 + P15056 +Q04917 + P63104 +Q04917 + P27348 +Q04917 - Q13671 +Q04917 + Q12888 +Q04917 - Q12778 +Q04917 - P04049 +Q04917 - P46527 +Q04917 + P61981 +Q9UGP8 + P11021 +P41240 + P20963 +P41240 + P08575 +P41240 + P09769 +P41240 + Q05397 +P41240 + Q96MU7 +P41240 + P46531 +P41240 + P29353 +P41240 + P49023 +P41240 + P06241 +P41240 + P17612 +P41240 - P07948 +P41240 + Q14247 +P41240 - Q96J02 +P41240 - P08631 +P41240 - P07947 +Q8TAF3 + Q9NVI1 +Q05397 + P06756 +Q05397 + P43146 +Q05397 + Q9ULH1 +Q05397 + P05106 +Q05397 + Q9Y2X7 +Q05397 + P51813 +Q05397 + P09769 +Q05397 + Q92569 +Q05397 + P29323 +Q05397 + P62993 +Q05397 + Q13153 +Q05397 + P27986 +Q05397 + P56945 +Q05397 + Q14451 +Q05397 + P63000 +Q05397 + P07949 +Q05397 - Q08043 +Q05397 + P05556 +Q05397 + Q9UNA1 +Q05397 + P42224 +Q05397 + P29317 +Q05397 + P29353 +Q05397 + P46109 +Q05397 + P49023 +Q05397 + P19174 +Q05397 + P06241 +Q05397 + P12931 +Q05397 - P12814 +Q9BQQ3 + P42574 +P22681 - P22455 +P22681 + Q96B97 +P22681 - P43405 +P22681 - Q96JA1 +P22681 - P17948 +P22681 - P43403 +P22681 + Q14155 +P22681 + Q99962 +P22681 - Q8WU20 +P22681 - P21802 +P22681 + Q92569 +P22681 + P42338 +P22681 - P35968 +P22681 - P29597 +P22681 - O15519 +P22681 + P62993 +P22681 - P27986 +P22681 - Q15303 +P22681 - P04626 +P22681 - P10721 +P22681 - P07949 +P22681 + P42336 +P22681 - P06213 +P22681 - O94875 +P22681 - P07333 +P22681 - P08069 +P22681 - O00459 +P22681 - P06241 +P22681 - P06239 +P22681 - P19235 +P22681 - P04629 +Q8IUD2 + O15111 +Q13177 + Q15052 +Q13177 + P01236 +Q13177 + Q14155 +Q13177 - Q15746 +Q13177 - P01106 +Q13177 + P63000 +Q13177 + P60953 +Q13177 + P53667 +Q13177 + P15056 +Q13177 + P46734 +Q13177 + P05412 +Q13177 - P55210 +Q13177 - Q04637 +Q13177 + P04049 +Q13177 + Q14247 +Q7L5N1 + P42574 +P10721 + Q7Z699 +P10721 + Q9ULZ2 +P10721 + Q16827 +P10721 + Q9UQQ2 +P10721 + P98077 +P10721 + Q99704 +P10721 + Q7Z698 +P10721 + Q92529 +P10721 + P48736 +P10721 + P42680 +P10721 + Q92569 +P10721 + P51692 +P10721 + Q13322 +P10721 + O14492 +P10721 + P62993 +P10721 + P27986 +P10721 + Q14451 +P10721 + O15524 +P10721 + P42224 +P10721 + O60674 +P10721 + P42229 +P10721 + O00459 +P10721 + P07948 +P50570 - P29033 +P50570 + O00159 +P11802 + Q12946 +P11802 + O75391 +P11802 + Q6P0N0 +P11802 + Q8NCP5 +P11802 + P50747 +P11802 + Q9UMY1 +P11802 + Q9NQT4 +P11802 + Q14202 +P11802 + Q9HD15 +P11802 + Q8NFH5 +P11802 + P38919 +P11802 + O75534 +P11802 + O14519 +P11802 + Q8WUM0 +P11802 + Q12968 +P11802 + Q13415 +P11802 + Q8IZL8 +P11802 - Q06413 +P11802 - P15173 +P11802 + O75533 +P11802 + Q9Y534 +P11802 + Q14934 +P11802 + Q9UMR2 +P11802 + P14921 +P11802 - Q14814 +P11802 + P10644 +P11802 + Q07666 +P11802 + Q9NRA8 +P11802 + O14980 +P11802 + P15927 +P11802 + Q8N5S9 +P11802 - Q9NS23 +P11802 + Q8WUF5 +P11802 + P22681 +P11802 + P61978 +P11802 + P20749 +P11802 + P14618 +P11802 + P19338 +P11802 - Q02078 +P11802 - Q13761 +P11802 + P23588 +P11802 + P18887 +P11802 + Q13330 +P11802 - Q08999 +P11802 + P17980 +P11802 + Q08050 +P11802 + Q8TAQ2 +P11802 - P84022 +P11802 - P15172 +P11802 - P38398 +P11802 + Q13485 +P11802 + Q13562 +P11802 + Q96L91 +P11802 + P18858 +P11802 + Q13363 +P11802 + P33993 +P11802 + Q14653 +P11802 + Q14247 +O43586 + O15553 +O43586 - P50570 +Q13480 + A7KAX9 +Q13480 + P48736 +Q13480 + Q92569 +Q13480 + P62993 +Q13480 + P27986 +Q13480 + Q06124 +Q13480 - Q99759 +Q13480 + P46108 +Q13480 + Q07889 +Q13480 + P19174 +P06748 - P10914 +P06748 - P61073 +P06748 + P06493 +P06748 - P38936 +P06748 + P42771 +P06748 - P19525 +P06748 + P10144 +P06748 - P04637 +P09619 + P16234 +P09619 + Q13588 +P09619 + P20936 +P09619 + O43639 +P09619 + Q92569 +P09619 + P16333 +P09619 + Q05397 +P09619 + P40763 +P09619 + O14492 +P09619 + P62993 +P09619 + Q06124 +P09619 + P42336 +P09619 + Q13480 +P09619 + P46108 +P09619 + P42224 +P09619 + P29353 +P09619 + O60674 +P09619 + P42229 +P09619 + P19174 +P09619 + P12931 +Q96AX9 + Q9Y219 +Q14247 + P61158 +Q14247 + O15144 +Q14247 + P61160 +Q14247 + O00401 +Q14247 + Q05193 +O43323 + Q96QV1 +Q9Y219 + P78504 +P00533 + Q6S5L8 +P00533 + P18085 +P00533 + O14828 +P00533 + Q12929 +P00533 + P42566 +P00533 + O00750 +P00533 + P03971 +P00533 + P61925 +P00533 + Q92558 +P00533 + Q99418 +P00533 + O14939 +P00533 + P98077 +P00533 + Q13588 +P00533 + Q14289 +P00533 + Q92529 +P00533 + P09211 +P00533 + P20936 +P00533 + O14964 +P00533 + Q96JA1 +P00533 + O43639 +P00533 + P15498 +P00533 + P52735 +P00533 + P13688 +P00533 + P62330 +P00533 + Q07890 +P00533 + Q13191 +P00533 + Q07912 +P00533 + Q92569 +P00533 + P51692 +P00533 + P27361 +P00533 + P16333 +P00533 + P03372 +P00533 + Q05397 +P00533 + P35354 +P00533 + P40763 +P00533 + P22681 +P00533 + P24385 +P00533 + P67775 +P00533 + P27986 +P00533 - O60716 +P00533 - P56945 +P00533 + Q9ULV8 +P00533 + P12004 +P00533 + Q06124 +P00533 + P04626 +P00533 + P21860 +P00533 + O15492 +P00533 + Q13480 +P00533 + P01133 +P00533 + P15941 +P00533 + P15311 +P00533 + P16144 +P00533 + Q16539 +P00533 + P78527 +P00533 + Q02750 +P00533 + P42224 +P00533 + Q07889 +P00533 + P42574 +P00533 + P29353 +P00533 + P46109 +P00533 + P28482 +P00533 - P08069 +P00533 + P23458 +P00533 + P42229 +P00533 + Q01094 +P00533 + P19174 +P00533 + O00459 +P00533 + Q8NET8 +P00533 + P12931 +P00533 + P12830 +P00533 + P16885 +P00533 + P04083 +P00533 + P29466 +P00533 + Q03135 +P00533 - Q9UBN7 +P07947 + Q8TDY4 +P07947 + Q04917 +P07947 + Q05397 +P07947 + P22681 +P07947 + Q13177 +P07947 + P06733 +P07947 + P10721 +P07947 - P11802 +P07947 + Q13480 +P07947 + P06748 +P07947 + P09619 +P07947 + P06241 +P07947 + Q9HBA0 +P07947 + Q14247 +P07947 + P00533 +Q14623 + Q96QV1 +P29375 - P68431 +P09936 + P0CG48 +O60260 - Q16342 +O60260 + P42566 +O60260 - Q8IXI2 +O60260 - Q8IWA4 +O60260 - Q9BT88 +O60260 + Q9C0C7 +O60260 - P21796 +O60260 - Q9UHX1 +O60260 - O15354 +O60260 - Q99719 +O60260 - Q99700 +O60260 - P05412 +O60260 - P0DMV9 +O60260 - P49792 +O60260 + P35222 +P0CG48 + O60260 +Q9BXM7 - Q8IXI2 +Q9BXM7 + O60260 +Q9BXM7 - P99999 +Q9BXM7 + O43464 +Q9BXM7 + P37840 +Q9BXM7 + Q12931 +Q9BXM7 + Q14457 +Q9BXM7 + P0CG48 +P02655 + P02652 +P02655 + P06858 +Q5S007 - Q99961 +Q5S007 - Q8N6T3 +Q5S007 + P26038 +Q5S007 + Q14155 +Q5S007 - Q99962 +Q5S007 + Q92997 +Q5S007 - P10636 +Q5S007 + P37840 +Q5S007 + P31749 +Q5S007 - O95295 +Q8IV16 - P06858 +P04085 + P16234 +Q9BY76 - P06858 +P60880 + P00533 +O95295 - P60880 +Q6Q788 + P06858 +Q7Z7A4 + Q9BZL6 +Q7Z7A4 + Q14934 +Q7Z7A4 + Q13330 +Q7Z7A4 + Q15642 +Q7Z7A4 + P17612 +Q7Z7A4 + P05771 +Q9UKT7 - Q16526 +Q9P2D0 - Q06187 +P02533 - P19438 +P02533 - Q15628 +Q93038 + Q15628 +Q9NRD5 - Q14831 +P54792 + Q9P219 +P54792 + Q9Y4D1 +P54792 + P17252 +P54792 + P05771 +Q9UHI8 - P16112 +Q9UHI8 + P13611 +P15692 + O60462 +P15692 + O14786 +P15692 + P17948 +Q99418 + P84077 +Q99418 + P62330 +Q9H2K2 - Q9Y2T1 +Q9H2K2 - O15169 +P34741 + P20936 +P34741 + P15311 +P34741 + P09038 +P34741 + P12931 +Q6ZVD8 - Q9Y243 +Q6ZVD8 - P31751 +Q6ZVD8 - P23443 +Q6ZVD8 - P31749 +Q6ZVD8 + Q13043 +Q6ZVD8 - P17252 +Q6ZVD8 - P05771 +Q8IV61 + P31749 +P35225 + Q14627 +P35225 + P78552 +P35225 + P24394 +P14598 + Q16539 +Q9Y3I1 + Q13490 +Q13705 + O00238 +Q13705 + P36894 +Q13705 + P37023 +Q13705 + Q04771 +Q13705 + P36896 +Q13705 + P05771 +Q9UBS0 - Q05195 +Q9UBS0 - Q53EL6 +Q9UBS0 + P62753 +Q12906 + P28562 +Q8WV44 + P05771 +Q8IYW5 + P16104 +Q96FW1 - P61088 +Q96FW1 - Q8IYW5 +O14641 + Q9NPB6 +O14641 + O15169 +O14641 + P63000 +O14641 + O75581 +Q9BXL7 + O15111 +Q9BXL7 + O95999 +Q9BXL7 + Q9UDY8 +P00749 + P00750 +P00749 + P00747 +P00749 + Q03405 +P00749 + P14210 +O15111 - Q9Y261 +O15111 + Q86VP1 +O15111 + O00221 +O15111 + P84243 +O15111 + Q92793 +O15111 + P01106 +O15111 - Q01201 +O15111 - Q9BUZ4 +O15111 - O43524 +O15111 - P49815 +O15111 - P35568 +O15111 - Q9Y4H2 +O15111 + Q04206 +O15111 + Q9Y6Q9 +O15111 + Q15653 +O15111 + Q16695 +O15111 - Q99558 +O15111 + Q92985 +O15111 + O00559 +O15111 - Q9Y618 +P04233 + P61073 +P53004 + P15336 +P53004 + P09601 +P53004 + P17535 +P53004 + P05412 +P53004 + P05771 +P16035 - P08253 +O15530 + Q8WUA7 +O15530 + Q96HC4 +O15530 + Q00341 +O15530 + Q9HBY8 +O15530 + P05106 +O15530 + P29692 +O15530 + Q96BR1 +O15530 + Q9UBS0 +O15530 + P43403 +O15530 + Q16512 +O15530 + Q04917 +O15530 + Q9NRA8 +O15530 + Q9BXL7 +O15530 + Q9Y243 +O15530 + P61978 +O15530 + Q13153 +O15530 + Q00987 +O15530 + Q9Y3F4 +O15530 + Q12967 +O15530 + P53350 +O15530 + O00141 +O15530 + P31751 +O15530 + P41743 +O15530 + P23443 +O15530 + Q04759 +O15530 + P51812 +O15530 + P31749 +O15530 + Q15418 +O15530 + Q02750 +O15530 + Q16513 +O15530 + Q15349 +O15530 + P05129 +O15530 + P27694 +O15530 + Q05655 +O15530 + Q05513 +O15530 + P36507 +O15530 + Q15642 +O15530 + Q02156 +O15530 + P17612 +O15530 + P17252 +O15530 + P05771 +Q16659 + Q96HC4 +Q16659 + Q13415 +Q16659 + Q9Y6Q9 +P06213 + Q9UKW4 +P06213 + Q99704 +P06213 + P15498 +P06213 + Q8WU20 +P06213 + Q07666 +P06213 + P10586 +P06213 + Q13322 +P06213 + Q05397 +P06213 + P22681 +P06213 + O14492 +P06213 + Q14451 +P06213 + P29350 +P06213 + Q9BX66 +P06213 + Q13480 +P06213 + P35568 +P06213 + P25963 +P06213 + P01112 +P06213 + Q9Y4H2 +P06213 + P29353 +P06213 + P42229 +P06213 - P18031 +P06213 - P62158 +P06213 + Q03135 +O14920 + Q99704 +O14920 + O00221 +O14920 - P31946 +O14920 + P42345 +O14920 + O15111 +O14920 - Q92934 +O14920 - Q92574 +O14920 - O43524 +O14920 + Q13501 +O14920 - P42771 +O14920 + P19525 +O14920 - P35568 +O14920 - Q9Y4H2 +O14920 + Q04206 +O14920 + Q9Y6Q9 +O14920 - P01375 +O14920 - Q16236 +O14920 + Q9H3D4 +O14920 + P51617 +O14920 + Q14653 +Q9GZP0 + P09619 +P49768 + Q04721 +P49768 + Q92542 +P49768 + Q99466 +P49768 + Q9UM47 +P49768 - Q9Y4K3 +P49768 + O00548 +P49768 - O75460 +P49768 + O60716 +P49768 + Q15303 +P49768 + P46531 +P49768 + P12830 +Q9NRA1 + P16234 +Q9NRA1 + P09619 +P08581 + Q9NYB9 +P08581 + P98077 +P08581 + Q13588 +P08581 + Q96S59 +P08581 + O14964 +P08581 + Q92569 +P08581 + P16333 +P08581 - P14210 +P08581 + Q05397 +P08581 + P40763 +P08581 + P62993 +P08581 + Q13480 +P08581 - P25445 +P08581 + P29353 +P08581 + P19174 +P08581 + O00459 +P08581 + P12931 +P08581 + P12830 +P08581 + Q14247 +P08581 - P35222 +P06400 + P25440 +P06400 - Q15643 +P06400 - P17480 +P06400 + Q14186 +P06400 - Q14209 +P06400 + Q02447 +P06400 + P15336 +P06400 - P01106 +P06400 - P24385 +P06400 - Q00987 +P06400 + P14635 +P06400 - P20226 +P06400 + P38936 +P06400 + P08047 +P06400 - O00716 +P06400 - P17947 +P06400 - Q99683 +P06400 - P25490 +P06400 + P20248 +P06400 + P05412 +P06400 - P55210 +P06400 + P15172 +P06400 + P24864 +P06400 + P04637 +P06400 - P21675 +P06400 - Q01094 +P06400 + Q16665 +O60346 - Q9Y243 +O60346 - P31751 +O60346 - P23443 +O60346 - P31749 +O60346 + Q13043 +O60346 - P17252 +O60346 - P05771 +Q16236 - P98088 +Q16236 - P23763 +Q16236 - P13569 +Q16236 + Q06830 +Q16236 + P15559 +Q16236 + P09601 +Q16236 - P13500 +Q16236 + P48507 +Q16236 + P42574 +Q16236 - Q14145 +Q16236 + Q9UJX0 +P49840 + Q6PKG0 +P49840 - Q13144 +P49840 - Q92908 +P49840 + Q9H1A4 +P49840 + P05120 +P49840 - O95644 +P49840 + Q07955 +P49840 - P01106 +P49840 + O15169 +P49840 - P10636 +P49840 - Q96RR4 +P49840 - Q07820 +P49840 + P16220 +P49840 - P13807 +P49840 + P49815 +P49840 - P23246 +P49840 - P49768 +P49840 - P46531 +P49840 + O75581 +P49840 - P05412 +P49840 + O75030 +P49840 - P35222 +Q96T76 - P03372 +P04049 + P50747 +P04049 + Q9H814 +P04049 + Q15056 +P04049 + Q6GQQ9 +P04049 + P56693 +P04049 + Q12972 +P04049 + P31946 +P04049 + Q8IVT5 +P04049 + Q92918 +P04049 + Q15942 +P04049 + P62258 +P04049 + Q04917 +P04049 + P27361 +P04049 + P98170 +P04049 - Q13188 +P04049 + P23588 +P04049 + P19525 +P04049 - Q99683 +P04049 - P06400 +P04049 + P63104 +P04049 + P27348 +P04049 + Q02750 +P04049 + P31947 +P04049 + P28482 +P04049 + P36507 +P04049 - Q13043 +P04049 + P61981 +Q96D31 + Q13507 +P01127 + P16234 +P01127 + P04085 +P01127 - P01112 +P01127 + P09619 +P29966 + Q16512 +P29966 - P48995 +P16455 - P03372 +Q15139 + Q9ULH0 +Q15139 + Q9UBF8 +Q15139 + Q9Y3E5 +Q15139 + P53367 +Q15139 - Q8WYL5 +Q15139 - P22059 +Q15139 - Q9Y5P4 +Q15139 - P48426 +Q15139 + P02686 +Q15139 - O95863 +Q15139 + P43405 +Q15139 - Q9UQL6 +Q15139 + Q04917 +Q15139 + P04792 +Q15139 - Q92934 +Q15139 + P16220 +Q15139 - Q96QB1 +Q15139 + P16144 +Q15139 - Q13671 +Q15139 + Q96A00 +Q15139 + O60602 +Q15139 + P50552 +Q15139 + P12931 +Q15139 + P12830 +Q15139 - Q14247 +Q15139 + P00533 +Q15139 + P35222 +Q15139 + Q8NER1 +Q15139 + Q13936 +P13056 - P03372 +Q9NQ66 + P29992 +Q9NQ66 + Q05655 +Q9NQ66 + Q02156 +Q9NQ66 + P62158 +Q9NQ66 - Q96QT4 +Q9NQ66 + P05771 +Q15424 - P03372 +P41180 + Q13507 +Q12837 + P03372 +P04083 + P21462 +P04083 + P12931 +O14686 + P03372 +P25942 + Q12933 +Q01851 + P03372 +P08235 + P04150 +Q07869 - P07148 +Q07869 + P55055 +Q07869 + P28702 +Q07869 + P19793 +Q07869 + P07900 +Q07869 + P45984 +Q07869 - Q12778 +Q07869 + Q9Y618 +Q07869 + Q8NER1 +P52926 - Q66K89 +P52926 + Q9Y6X2 +P16949 - Q8NG68 +P19429 - Q9P0L9 +P05771 + Q6IE81 +P05771 - Q9P2D0 +P05771 - Q03721 +P05771 + P14679 +P05771 + P28329 +P05771 - Q99418 +P05771 - P21730 +P05771 + P34741 +P05771 - Q14847 +P05771 - Q5JVS0 +P05771 + Q8IV61 +P05771 + P14598 +P05771 - Q9UBS0 +P05771 - Q12906 +P05771 + O14641 +P05771 + Q9BXL7 +P05771 + O15111 +P05771 + P11388 +P05771 + Q16659 +P05771 - P35568 +P05771 - P06213 +P05771 + O14920 +P05771 + P49768 +P05771 - P08581 +P05771 + P06400 +P05771 + Q16236 +P05771 - P49840 +P05771 + P04049 +P05771 - Q96D31 +P05771 - P29966 +P05771 + Q15139 +P05771 - P41180 +P05771 + P04083 +P05771 - P29474 +P05771 + Q07869 +P05771 - P16949 +P05771 - P19429 +P34130 + P08138 +P34130 + P23560 +P34130 + P04629 +P34130 + Q16620 +O43559 - P28482 +P98077 + P35968 +P98077 + P62993 +P08138 - Q96GC6 +P08138 - P34130 +P08138 + Q00994 +P08138 + P62993 +P08138 + P01138 +P08138 + P29353 +P08138 + P28482 +P08138 - P20783 +P08138 + P51617 +P08138 - P04629 +P08138 - Q16620 +Q92529 + P62993 +Q92529 + Q13480 +Q9NRF2 + P40763 +Q9NRF2 + P04629 +O43639 + Q05397 +O43639 + Q13153 +Q8IWQ3 + Q13131 +O14492 + P52735 +O14492 + P22681 +O14492 - P06213 +Q13501 + Q13546 +Q13501 + Q9Y4K3 +Q13501 + Q9Y6K9 +Q13501 + O14920 +Q13501 - Q14145 +Q13501 + P51617 +Q13501 + P04629 +Q13501 + Q16620 +P35568 + O14654 +P35568 + Q13588 +P35568 + Q9UM73 +P35568 + P48736 +P35568 + Q92569 +P35568 + P42338 +P35568 + P27361 +P35568 + P16333 +P35568 + P62993 +P35568 + P27986 +P35568 + Q06124 +P35568 + P23443 +P35568 + P42336 +P35568 + P46108 +P35568 + P31749 +P35568 + P29353 +P35568 + P28482 +P35568 + P23458 +P35568 + O60674 +P35568 + Q05655 +P35568 + O00459 +P35568 + Q03135 +P23560 + P20783 +P23560 + Q16620 +Q9Y4H2 + O00329 +Q9Y4H2 + P48736 +Q9Y4H2 + Q92569 +Q9Y4H2 + P62993 +Q9Y4H2 + P27986 +Q9Y4H2 + P42336 +Q9Y4H2 + P29353 +Q9Y4H2 + O00459 +P29353 + Q92835 +P29353 + Q13418 +P29353 + Q13588 +P29353 + Q99704 +P29353 + P27361 +P29353 + Q05397 +P29353 + P62993 +P29353 + P27986 +P29353 - O43524 +P29353 + P42336 +P29353 + Q13480 +P29353 + Q16539 +P29353 + Q07889 +P29353 + P28482 +P29353 + P08069 +P29353 + P45983 +Q13562 + P38936 +Q13562 + Q16620 +P20783 + P08138 +P20783 + Q16288 +P20783 + P23560 +P20783 + Q16620 +P19174 + Q9UKW4 +P19174 + P15498 +P19174 + P00519 +P19174 - P08581 +P19174 + Q07889 +P19174 + P48995 +P19174 + P17612 +P19174 + P17252 +P19174 + P00533 +P19174 + Q13507 +P19174 - Q96QT4 +Q16620 + Q9ULH0 +Q16620 + O43559 +Q16620 - P22001 +Q16620 + P98077 +Q16620 + Q92529 +Q16620 + Q9NRF2 +Q16620 + O43639 +Q16620 + O14492 +Q16620 + P35568 +Q16620 + Q9Y4H2 +Q16620 + P29353 +Q16620 + P19174 +Q16620 + P06241 +Q9H3M7 + Q96P20 +P09234 - Q01844 +Q9Y2Z0 + Q9Y239 +Q9Y2Z0 + Q96P20 +Q15637 - P35637 +Q15637 - Q01844 +P52799 + P54753 +P52799 + P54764 +P52799 + Q8IV61 +P52799 + Q99704 +Q99618 - P30291 +Q5VU43 + Q14896 +Q5VU43 + P10644 +Q5VU43 + P13861 +Q8WW38 - Q09472 +Q13224 + Q05586 +P63244 + Q13308 +P63244 + P20936 +P63244 + P40763 +P63244 - Q9H3D4 +P63244 - P08069 +P63244 - Q9BX84 +P63244 - Q9NZM6 +P63244 - Q96QT4 +P63244 - Q13224 +P68400 + Q8TBF4 +P68400 + Q9Y5B6 +P68400 + P05060 +P68400 + Q9Y5J1 +P68400 + Q9H9A7 +P68400 + Q9H814 +P68400 + P37198 +P68400 + Q9BW71 +P68400 + O94763 +P68400 + Q9UKY1 +P68400 + Q96I25 +P68400 + Q13829 +P68400 + P56270 +P68400 - Q9Y5B0 +P68400 + Q712K3 +P68400 + O43395 +P68400 + Q92688 +P68400 + P05455 +P68400 + P06127 +P68400 + P17480 +P68400 + Q06265 +P68400 + Q13144 +P68400 - Q15019 +P68400 + O14737 +P68400 + Q9ULV4 +P68400 + P53539 +P68400 + O15259 +P68400 - Q9H2G2 +P68400 - Q01892 +P68400 - Q13422 +P68400 - Q9Y365 +P68400 + O75379 +P68400 + Q16625 +P68400 + P41236 +P68400 + P35659 +P68400 - Q9NYV6 +P68400 - Q2V2M9 +P68400 + P05549 +P68400 - Q01082 +P68400 + O15266 +P68400 - P49418 +P68400 + P55010 +P68400 + P48426 +P68400 + P42768 +P68400 + Q9UBF6 +P68400 + O95218 +P68400 + Q04724 +P68400 + P30622 +P68400 - P06744 +P68400 + P08575 +P68400 - Q13133 +P68400 + Q16666 +P68400 + O95863 +P68400 + P43034 +P68400 + P51636 +P68400 - Q9H257 +P68400 - P49427 +P68400 + Q13371 +P68400 + P33527 +P68400 + P52907 +P68400 + P30260 +P68400 + O95644 +P68400 + Q15185 +P68400 + O60285 +P68400 + P49736 +P68400 - P29590 +P68400 - Q9Y4R8 +P68400 - O43156 +P68400 + P11388 +P68400 + P61978 +P68400 + Q13547 +P68400 + Q13323 +P68400 - P07910 +P68400 + Q9UJU2 +P68400 + P20042 +P68400 + P06493 +P68400 + Q96LA8 +P68400 - P05114 +P68400 + P37840 +P68400 + P11831 +P68400 + P11473 +P68400 + Q15672 +P68400 + Q9Y6H5 +P68400 + O14640 +P68400 - P42575 +P68400 + P23588 +P68400 - P35638 +P68400 + O75925 +P68400 + P18887 +P68400 - P08047 +P68400 - Q13541 +P68400 - P83916 +P68400 + P17936 +P68400 + P45973 +P68400 + Q14676 +P68400 - P30307 +P68400 + O15379 +P68400 + Q9UER7 +P68400 + Q04206 +P68400 + P25490 +P68400 - Q01105 +P68400 + Q8TAQ2 +P68400 - P05412 +P68400 + P31749 +P68400 - Q08945 +P68400 + P14317 +P68400 + Q92769 +P68400 + Q16623 +P68400 - P08238 +P68400 - Q9Y6W5 +P68400 - Q14145 +P68400 + P04637 +P68400 + P46060 +P68400 - Q16236 +P68400 + P18858 +P68400 - P61244 +P68400 - O95786 +P68400 + P32121 +P68400 + P12830 +P68400 + P54274 +P68400 + P35222 +P68400 - P60484 +P68400 + P35579 +P68400 - Q13224 +P68400 + Q13563 +Q9Y496 + Q13563 +Q00978 + P48551 +Q00978 + P52630 +P14314 - Q13563 +Q9HBA0 + P48995 +Q9HBA0 + Q13563 +P12755 - Q99717 +P12755 - Q15797 +P12755 - Q09472 +P98161 - P35222 +P98161 + Q9P0L9 +P98161 + Q13563 +Q13507 + P48995 +Q04756 + P14210 +Q13563 + P48995 +Q13563 + Q9HBA0 +Q13563 + Q9HCX4 +Q13563 + Q13507 +P05981 + P14210 +Q13190 - Q13563 +Q9Y294 + P68431 +Q9Y294 + P62805 +Q9Y294 + Q13112 +Q9Y294 + Q09472 +Q96PU5 + O15105 +Q96PU5 - Q15796 +Q96PU5 - P84022 +Q96PU5 - P04629 +Q96PU5 - P37088 +P18827 + P14210 +Q92841 + P03372 +Q92841 + Q00987 +P10275 - Q99497 +P10275 + Q14192 +P10275 + P63279 +P10275 + P27361 +P10275 + P04792 +P10275 + P08253 +P10275 + P02795 +P10275 + P52788 +P10275 + Q13285 +P10275 + P03372 +P10275 + O75376 +P10275 + O15519 +P10275 + P20151 +P10275 + Q6IWH7 +P10275 + Q13794 +P10275 + P27986 +P10275 + P19793 +P10275 - O43524 +P10275 + P07108 +P10275 - P42575 +P10275 + P21860 +P10275 + P20711 +P10275 + P20142 +P10275 + Q12770 +P10275 + Q99801 +P10275 + Q92922 +P10275 + P17936 +P10275 + Q9Y5K2 +P10275 + O15393 +P10275 + P05783 +P10275 + P11926 +P10275 + P15309 +P10275 + P05412 +P10275 + P25116 +P10275 + P07451 +P10275 + P20815 +P10275 + Q687X5 +P10275 + P16118 +P10275 + P08473 +P10275 + Q15596 +P10275 + P42574 +P10275 + O76076 +P10275 + P55075 +P10275 + Q9BW04 +P10275 + P00533 +P10275 + Q13451 +P10275 + P37088 +O43236 - P98170 +Q9HCE7 + P0CG47 +Q9HCE7 - Q13873 +Q9HCE7 - P36894 +Q9HCE7 - O15198 +Q9HCE7 + Q15796 +Q9HCE7 - Q99717 +Q9HCE7 - Q15797 +Q9HCE7 + P84022 +Q9HCE7 - P37173 +Q9HCE7 - Q13485 +Q9HCE7 + P61586 +Q9C0K7 + P98170 +O15105 + Q9HAU4 +O15105 + P36894 +O15105 + Q04771 +O15105 + Q9HCE7 +O15105 + Q8N5C8 +O15105 + P62136 +O15105 + Q9Y3F4 +O15105 + O75807 +O15105 - Q15797 +O15105 + P37173 +O15105 + Q13485 +O15105 - Q13233 +O15105 + Q9NYJ8 +O15105 + O43318 +P01137 - P02458 +P01137 + P29279 +P01137 + P63151 +P01137 - P04004 +P01137 + P21810 +P01137 - P61812 +P01137 + P09486 +P01137 - P12643 +P01137 + P08253 +P01137 + P36897 +P01137 - P35228 +P01137 - Q13950 +P01137 + P27986 +P01137 + P04626 +P01137 - O60603 +P01137 + P14780 +P01137 + P07996 +P01137 - Q06710 +P01137 + P37173 +P01137 + P05067 +P01137 + P00533 +P17844 + Q13547 +P17844 + P10275 +P36897 + P49354 +P36897 + P63151 +P36897 + Q01082 +P36897 + Q9NPB6 +P36897 - P61812 +P36897 - P10600 +P36897 + O43541 +P36897 + O95405 +P36897 + Q92918 +P36897 + P16070 +P36897 + P48736 +P36897 + P37023 +P36897 + Q13347 +P36897 + P17813 +P36897 - O15105 +P36897 - P01137 +P36897 + O15169 +P36897 + Q9Y4K3 +P36897 + P27986 +P36897 - Q9Y3F4 +P36897 - Q03167 +P36897 + P63000 +P36897 + P60953 +P36897 + Q15797 +P36897 + Q9H2X6 +P36897 - P68104 +P36897 + P29353 +P36897 + Q13485 +P36897 + Q15750 +P36897 + O43318 +P36897 + O00459 +P36897 + P61586 +P36897 - P62942 +P42345 + Q9H1K1 +P42345 - Q8TB45 +P42345 - P19484 +P42345 + P55884 +P42345 + P30622 +P42345 + Q9UBS0 +P42345 - O75143 +P42345 + Q13322 +P42345 - Q96B36 +P42345 - Q9H063 +P42345 + P40763 +P42345 + Q8N122 +P42345 + O15530 +P42345 + O00141 +P42345 + P31751 +P42345 + P23443 +P42345 - P35568 +P42345 - O75385 +P42345 + P51397 +P42345 + O00303 +P42345 + P31749 +P42345 + Q15349 +P42345 + P04637 +P42345 - Q8IYT8 +P62942 - Q9HCE7 +P62942 - O15105 +P62942 - P01137 +P62942 - P42345 +P43403 + Q6PIZ9 +P43403 + Q8IWV1 +P43403 + Q9UQQ2 +P43403 + Q9NYB9 +P43403 + P54753 +P43403 - Q9NWQ8 +P43403 + Q71U36 +P43403 + P51452 +P43403 + Q13094 +P43403 + P48736 +P43403 + Q9UQC2 +P43403 + P52735 +P43403 + Q9UJU6 +P43403 + P15941 +P43403 + O43561 +P43403 + Q16539 +P43403 + P07900 +P43403 + P29353 +P43403 + P17612 +P43403 + Q14247 +P43403 + P07437 +Q15796 + P56915 +Q15796 + Q06413 +Q15796 + Q9HAU4 +Q15796 + P12757 +Q15796 + O15105 +Q15796 + Q92793 +Q15796 - P36897 +Q15796 + P53355 +Q15796 + P30968 +Q15796 + Q9UJU2 +Q15796 + Q16254 +Q15796 - Q9Y3F4 +Q15796 + P16220 +Q15796 + Q02078 +Q15796 + P28749 +Q15796 + P08047 +Q15796 + Q9NQB0 +Q15796 + Q15797 +Q15796 + P84022 +Q15796 - P37173 +Q15796 + Q09472 +Q15796 + Q13485 +P18510 - P14778 +Q14980 + Q9UJT1 +Q14980 + Q6PEY2 +Q14980 + P23258 +Q14980 + Q13509 +Q14980 + Q9NY65 +Q14980 + Q9BUF5 +Q14980 + P68366 +Q14980 + Q9BQE3 +Q14980 + Q13748 +Q14980 + Q71U36 +Q14980 + P68371 +Q14980 + P68363 +Q14980 + Q13885 +Q14980 + P04350 +Q14980 + O14965 +Q14980 + P07437 +P31371 + P22607 +P31371 + O15520 +Q9NWT6 - P46531 +Q9NWT6 - Q09472 +P48995 + Q9UL62 +P48995 + Q9UBN4 +P48995 + Q9HBA0 +P48995 - Q13255 +P48995 - Q9H1D0 +P48995 - Q9Y210 +P48995 + Q13507 +P48995 + Q13563 +Q9UL15 + O60260 +P07437 - Q15796 +P07437 - P84022 +P07437 + P48995 +Q16555 + Q71U36 +Q16555 + P07437 +Q15599 - P48764 +Q15599 + Q01970 +Q13569 + Q92793 +Q13569 + P03372 +Q13569 + P06401 +Q13569 + P10275 +Q13569 + P04150 +Q96QT4 + O00418 +Q96QT4 + Q9BX84 +Q96QT4 + P04083 +Q01970 - Q96QT4 +Q9NQA5 + Q9H1D0 +Q9NQA5 + Q8TDD5 +Q5W0U4 - Q9NQA5 +P17612 + Q9Y5B6 +P17612 + Q7LDG7 +P17612 + P50747 +P17612 + Q14151 +P17612 + O60240 +P17612 + Q9H814 +P17612 + Q96GN5 +P17612 + O94763 +P17612 + Q6PKG0 +P17612 + O43150 +P17612 + P52943 +P17612 + Q9UKY1 +P17612 + Q6IE81 +P17612 - Q9BZE0 +P17612 + Q12968 +P17612 + P41161 +P17612 - O43665 +P17612 - Q15054 +P17612 + Q9NPC2 +P17612 + O00168 +P17612 + O14649 +P17612 + Q6UN15 +P17612 - Q00536 +P17612 + Q14896 +P17612 - P15924 +P17612 + P50549 +P17612 - P35367 +P17612 + Q05209 +P17612 + Q9NRD9 +P17612 + P24390 +P17612 - Q9H2S1 +P17612 + Q9NP97 +P17612 + O60928 +P17612 + P36382 +P17612 + P48058 +P17612 - P33076 +P17612 - O14813 +P17612 + Q8IWU9 +P17612 - P19544 +P17612 + Q9NXR1 +P17612 + Q9HC16 +P17612 - P54296 +P17612 + P31323 +P17612 + Q9UNY4 +P17612 + Q13002 +P17612 + Q8N752 +P17612 + P05549 +P17612 + Q16790 +P17612 + P39905 +P17612 + P42261 +P17612 + Q12879 +P17612 + Q9Y2J0 +P17612 - P48549 +P17612 + Q14831 +P17612 + Q13972 +P17612 + P39086 +P17612 - P48050 +P17612 + Q9Y6E0 +P17612 - P14867 +P17612 + O76074 +P17612 + Q13370 +P17612 + Q86UR5 +P17612 - P54829 +P17612 + P23415 +P17612 - P21728 +P17612 + Q08499 +P17612 - P35611 +P17612 + P32245 +P17612 - Q9H0K1 +P17612 - P35236 +P17612 + Q12972 +P17612 - P07196 +P17612 + P13569 +P17612 + P14598 +P17612 + Q13418 +P17612 + Q14934 +P17612 - O00555 +P17612 - Q9NZV8 +P17612 + O43566 +P17612 + Q12809 +P17612 - P21731 +P17612 - Q13131 +P17612 + P32927 +P17612 + P61224 +P17612 + Q9UQL6 +P17612 + P13612 +P17612 + Q15942 +P17612 + P16070 +P17612 + P84243 +P17612 + P62834 +P17612 + P10644 +P17612 + P62258 +P17612 - Q96PU5 +P17612 + P13796 +P17612 - P07550 +P17612 + Q04917 +P17612 + P41240 +P17612 - O95644 +P17612 + Q9NRA8 +P17612 + Q07955 +P17612 + P10276 +P17612 + O14980 +P17612 + Q92793 +P17612 + P68431 +P17612 + O75081 +P17612 + P15336 +P17612 + O15151 +P17612 + Q8N5S9 +P17612 + Q96PM5 +P17612 - Q96RR4 +P17612 + Q8WUF5 +P17612 + P22681 +P17612 - Q9BY41 +P17612 + P61978 +P17612 + Q13526 +P17612 + Q9UMX1 +P17612 + Q15831 +P17612 - O60716 +P17612 - P05114 +P17612 - P11831 +P17612 + P16220 +P17612 - P13807 +P17612 + P01100 +P17612 + Q13112 +P17612 - O14558 +P17612 + P04626 +P17612 - Q86UR1 +P17612 + Q14738 +P17612 + Q13185 +P17612 + P23443 +P17612 + Q13426 +P17612 - Q92837 +P17612 - P35568 +P17612 - P27708 +P17612 + P43243 +P17612 - Q9GZQ8 +P17612 + P15056 +P17612 + Q9UER7 +P17612 + Q00613 +P17612 + Q04206 +P17612 + P15311 +P17612 + O75581 +P17612 + Q13263 +P17612 + P63104 +P17612 + Q9Y6Q9 +P17612 + Q8TAQ2 +P17612 + Q9UD71 +P17612 + O75582 +P17612 + P19838 +P17612 + Q16539 +P17612 - P36956 +P17612 + P48436 +P17612 + Q14978 +P17612 + Q9Y230 +P17612 + O14965 +P17612 + Q14103 +P17612 + Q00059 +P17612 + Q9UNE7 +P17612 - P49840 +P17612 - P10070 +P17612 - P55211 +P17612 + Q15642 +P17612 + Q06455 +P17612 - P25054 +P17612 - P29475 +P17612 + Q14653 +P17612 + P50552 +P17612 - P19174 +P17612 - P17600 +P17612 + P06241 +P17612 + Q9NQA5 +P17612 + P21333 +P17612 + P12931 +P17612 + Q9HBA0 +P17612 - Q9NQ66 +P17612 + Q14247 +P17612 - P54646 +P17612 + Q92736 +P17612 + P29474 +P17612 + P35222 +P17612 - P16949 +P17612 + P19429 +P17612 - Q7Z2W7 +P17612 + Q8NER1 +P17612 - Q9GZU1 +P17612 + P41181 +P17612 + O95295 +P17612 - Q01970 +P17612 + Q14432 +P06241 + Q6PIZ9 +P06241 + Q9Y3P8 +P06241 + P40259 +P06241 + P31994 +P06241 + Q8TDY4 +P06241 + Q13291 +P06241 + Q86WV1 +P06241 + P42681 +P06241 + P78314 +P06241 - P52757 +P06241 + P06127 +P06241 + O15117 +P06241 - O14559 +P06241 + P14923 +P06241 + Q9H204 +P06241 - Q14524 +P06241 + P42261 +P06241 + Q12879 +P06241 + P78352 +P06241 + O14939 +P06241 - P54764 +P06241 + P42768 +P06241 + P20963 +P06241 + Q99704 +P06241 + Q71U36 +P06241 + A7KAX9 +P06241 + Q96LC7 +P06241 + P43403 +P06241 + P15498 +P06241 + P84243 +P06241 + O43294 +P06241 + P16333 +P06241 + P10586 +P06241 - P10636 +P06241 + Q05397 +P06241 + P22681 +P06241 + P62993 +P06241 + P27986 +P06241 + Q13905 +P06241 + P37840 +P06241 + Q06124 +P06241 + P10721 +P06241 + P00519 +P06241 + Q04759 +P06241 + P51812 +P06241 + O43561 +P06241 + P11912 +P06241 + P14317 +P06241 + Q16539 +P06241 + P11274 +P06241 + Q07889 +P06241 + P09619 +P06241 + P11137 +P06241 + P29353 +P06241 - Q16236 +P06241 + P49023 +P06241 + Q05655 +P06241 + P10301 +P06241 + P19174 +P06241 + Q02156 +P06241 + P12830 +P06241 + P17612 +P06241 + Q9HBA0 +P06241 + Q14247 +P06241 + Q9H1D0 +P06241 + Q00535 +P06241 + Q9Y210 +P06241 + P16885 +P06241 + Q13936 +P06241 + Q14643 +P06241 + Q13224 +P06241 - O60500 +P17252 + P35368 +P17252 + Q15056 +P17252 + Q9NS61 +P17252 - P61764 +P17252 + P38919 +P17252 + O75534 +P17252 + P26010 +P17252 - P35612 +P17252 - Q9BR76 +P17252 + P13726 +P17252 + P06127 +P17252 + Q13769 +P17252 - P35367 +P17252 - O60869 +P17252 + Q96PH1 +P17252 - P21399 +P17252 - O60928 +P17252 + P48058 +P17252 - O14986 +P17252 + Q9UJY1 +P17252 + Q8NFA2 +P17252 + Q07954 +P17252 + P28329 +P17252 - P52566 +P17252 + P31431 +P17252 + P18433 +P17252 - P42261 +P17252 - Q12879 +P17252 + Q13522 +P17252 + Q9Y263 +P17252 + Q14831 +P17252 - O94856 +P17252 + P39086 +P17252 - P14867 +P17252 + P02686 +P17252 - P23415 +P17252 - Q16854 +P17252 - Q99418 +P17252 + Q08462 +P17252 + Q00975 +P17252 + P34741 +P17252 + O14939 +P17252 + O94806 +P17252 + P18206 +P17252 + P47712 +P17252 - Q5JVS0 +P17252 + Q8IV61 +P17252 + P46940 +P17252 + P14598 +P17252 + Q13418 +P17252 + Q96RI1 +P17252 + Q14934 +P17252 - P30622 +P17252 - Q9UBS0 +P17252 + P01116 +P17252 + P08567 +P17252 - P21731 +P17252 - P09651 +P17252 + P43405 +P17252 + O60479 +P17252 + Q9Y624 +P17252 + O43294 +P17252 + P29972 +P17252 - P52565 +P17252 + Q13574 +P17252 - Q15121 +P17252 - O95644 +P17252 + O14641 +P17252 - Q05682 +P17252 + P10276 +P17252 + P27361 +P17252 - Q92793 +P17252 + P15336 +P17252 - P24844 +P17252 - Q96KS0 +P17252 + O15111 +P17252 + Q13009 +P17252 + P30086 +P17252 + P78536 +P17252 + P08670 +P17252 - P05114 +P17252 - P11831 +P17252 + O14746 +P17252 - P23528 +P17252 - P38936 +P17252 + Q06124 +P17252 - Q86UR1 +P17252 + P23588 +P17252 + P63000 +P17252 + Q99801 +P17252 - P10721 +P17252 + P00519 +P17252 + O95622 +P17252 + P05556 +P17252 + P06213 +P17252 + P06730 +P17252 + P05107 +P17252 + O14920 +P17252 + P49768 +P17252 - P49841 +P17252 + P15056 +P17252 - P08581 +P17252 + P15311 +P17252 + P63104 +P17252 + P55273 +P17252 + Q13393 +P17252 + P11137 +P17252 + Q16236 +P17252 + P28482 +P17252 - P49840 +P17252 - P05204 +P17252 - P29475 +P17252 + P50552 +P17252 + Q9NQA5 +P17252 - P29966 +P17252 + P21333 +P17252 + Q15139 +P17252 + P12931 +P17252 + P61586 +P17252 - Q9NQ66 +P17252 + Q14247 +P17252 + P00533 +P17252 - P41180 +P17252 + O94759 +P17252 + P04083 +P17252 + Q8TD43 +P17252 - P29474 +P17252 + Q07869 +P17252 - Q13507 +P17252 + P17677 +P17252 - P19429 +P17252 + Q12791 +P17252 - Q05193 +P17252 - P17302 +P17252 - Q13936 +P17252 + P61981 +P17252 - P20020 +P17252 + Q13976 +P17252 + P19086 +P17252 - Q01844 +P17252 - Q01970 +P17252 + Q14432 +P17252 + O60500 +O60500 + P06241 +O60500 + Q9Y210 +Q04323 + P24941 +Q04323 + Q13616 +P25787 + Q13616 +P28070 + Q13616 +Q15596 + P10276 +Q15596 - Q92793 +Q15596 + P68431 +Q15596 + P19793 +Q15596 + P62805 +Q15596 + P10275 +Q15596 + P37231 +Q15596 + P04150 +P60900 + P24941 +P60900 + Q13616 +Q9BYW2 + P68431 +P25789 + Q13616 +P01106 + Q8TCG1 +P01106 + P17480 +P01106 + Q8N726 +P01106 - O75928 +P01106 + Q8IUF8 +P01106 + P62913 +P01106 + P15531 +P01106 - Q13105 +P01106 + O43521 +P01106 + P60842 +P01106 - P38936 +P01106 + P42771 +P01106 + P08047 +P01106 + P24941 +P01106 + Q15796 +P01106 + P11802 +P01106 + P06730 +P01106 - P10415 +P01106 + P20807 +P01106 + P30304 +P01106 - P49715 +P01106 + P07900 +P01106 + Q00534 +P01106 + Q04637 +P01106 + Q9Y219 +P01106 + Q75NE6 +P01106 + P30279 +P01106 + Q01094 +P01106 - P46527 +P01106 + Q13616 +P63208 - P38936 +P63208 - P24941 +P63208 - P25963 +P63208 - Q9UKT4 +P63208 + P15923 +P63208 + P46527 +P63208 + Q13616 +P38936 + O95865 +P38936 - O96020 +P38936 - Q00526 +P38936 - P30281 +P38936 - P01106 +P38936 - P40763 +P38936 - P24385 +P38936 - P14635 +P38936 - P06493 +P38936 - P12004 +P38936 - Q9UBT6 +P38936 - P11802 +P38936 - Q99683 +P38936 - P06400 +P38936 - P20248 +P38936 - P78396 +P38936 - P24864 +P38936 - Q00534 +P38936 - P42574 +P38936 - P39748 +P38936 + P04637 +P38936 - P30279 +P38936 - Q01094 +P24941 + Q96PU4 +P24941 - P29374 +P24941 + Q01167 +P24941 + P20700 +P24941 + P54198 +P24941 - Q86WB0 +P24941 + Q16204 +P24941 + P16401 +P24941 + Q13416 +P24941 + Q8IZL8 +P24941 - P04183 +P24941 + O75533 +P24941 + Q9NYV6 +P24941 - Q5TZA2 +P24941 - Q12800 +P24941 - P12272 +P24941 - P25098 +P24941 + P10644 +P24941 + Q14186 +P24941 + Q12959 +P24941 - P49918 +P24941 - O75469 +P24941 + P49736 +P24941 + P17676 +P24941 + P01106 +P24941 - Q06830 +P24941 + P03372 +P24941 - P49916 +P24941 + Q8WXE1 +P24941 - Q13153 +P24941 + O14757 +P24941 - P62136 +P24941 - Q02535 +P24941 - O15350 +P24941 - P38936 +P24941 - P33991 +P24941 + Q14207 +P24941 + Q99708 +P24941 + P38432 +P24941 + P50613 +P24941 + Q99728 +P24941 + P30307 +P24941 - P17096 +P24941 - Q08999 +P24941 + Q08050 +P24941 + P20248 +P24941 - P06748 +P24941 - Q05516 +P24941 + P49459 +P24941 - P84022 +P24941 - P15172 +P24941 - P24864 +P24941 + P55273 +P24941 - P98177 +P24941 - P30291 +P24941 + P04637 +P24941 + P10244 +P24941 + P25205 +P24941 + P38398 +P24941 - Q9H3D4 +P24941 + P26358 +P24941 + P18858 +P24941 + P68400 +P24941 - Q8IXJ6 +P24941 - Q02363 +Q01638 - O95760 +P61081 + Q13617 +P61081 + Q13616 +P62877 + Q9Y297 +P62877 + P23443 +P62877 + Q00653 +P62877 - P25963 +P62877 + P61081 +P62877 + P19838 +P62877 + P84022 +P62877 - Q16236 +P62877 + Q13616 +P84022 - P56915 +P84022 - P55317 +P84022 + Q9BZS1 +P84022 + O15105 +P84022 + Q92793 +P84022 - P36897 +P84022 - P26367 +P84022 + P03372 +P84022 + P40763 +P84022 + P53355 +P84022 + P30968 +P84022 + Q9UJU2 +P84022 - Q13950 +P84022 + Q16254 +P84022 - Q9Y3F4 +P84022 + Q8N2W9 +P84022 + P28749 +P84022 - P43699 +P84022 + Q15796 +P84022 + Q9NQB0 +P84022 - Q06710 +P84022 + P46531 +P84022 - P04150 +P84022 - P30304 +P84022 + P05412 +P84022 + P23771 +P84022 - P37173 +P84022 + Q09472 +P84022 + Q15329 +P84022 - P38398 +P84022 + Q13485 +P84022 + Q12778 +P84022 + P61244 +Q86VP6 - Q13619 +Q86VP6 - Q13616 +Q01094 + Q00577 +Q01094 + Q14186 +Q01094 + Q14209 +Q01094 + Q9H211 +Q01094 + P15927 +Q01094 + O14727 +Q01094 + Q15910 +Q01094 + P01106 +Q01094 - P11021 +Q01094 + O75530 +Q01094 + P09884 +Q01094 + Q9UIK4 +Q01094 + Q92547 +Q01094 + Q13547 +Q01094 + Q96A56 +Q01094 + P14635 +Q01094 + Q9NZJ0 +Q01094 + P06493 +Q01094 + O96017 +Q01094 + O15350 +Q01094 - P20226 +Q01094 + Q92466 +Q01094 + P38936 +Q01094 + P12004 +Q01094 + P28749 +Q01094 + Q01831 +Q01094 + O95997 +Q01094 + P18887 +Q01094 + Q9BXL8 +Q01094 + Q06609 +Q01094 + O75461 +Q01094 + Q99683 +Q01094 + Q13315 +Q01094 + O15297 +Q01094 + Q9UBU7 +Q01094 + Q13309 +Q01094 + Q04206 +Q01094 + P20248 +Q01094 - P19838 +Q01094 + P78396 +Q01094 + P27348 +Q01094 + Q14526 +Q01094 + P24864 +Q01094 + Q99741 +Q01094 + P42574 +Q01094 + Q75NE6 +Q01094 + P04637 +Q01094 + Q12888 +Q01094 + P38398 +Q01094 + Q96EB6 +Q01094 + P11362 +Q04727 - Q02962 +O14818 + Q13616 +P35222 + Q9HCS4 +P35222 + Q12913 +P35222 + P16591 +P35222 + Q9Y2T1 +P35222 - P41235 +P35222 + Q99697 +P35222 + O15105 +P35222 + P15884 +P35222 + P68431 +P35222 + P22736 +P35222 + P01106 +P35222 - P48431 +P35222 + P35354 +P35222 - P24385 +P35222 - Q9UIK4 +P35222 + P27986 +P35222 + O43524 +P35222 + Q9Y4A5 +P35222 + P42336 +P35222 + Q9NQB0 +P35222 - P08581 +P35222 + P20823 +P35222 + P15172 +P35222 + P98177 +P35222 + Q09472 +P35222 + O75030 +P35222 - P08069 +P35222 + Q12778 +P35222 + Q9NZI8 +P35222 + Q16665 +P35222 + P36402 +P35222 + O94907 +P35222 + Q9UBN4 +P35222 + P12931 +P35222 + P12830 +P35222 + P00533 +P35222 + P11362 +Q13616 - P38936 +Q13616 - P24941 +Q13616 - P25963 +Q13616 - P84022 +Q13616 + Q01094 +Q13616 - P35222 +O60239 - Q06187 +P25685 - Q00987 +P02649 + Q14114 +P02649 + P01130 +P02649 + P98155 +P02649 + Q92673 +P02649 + P10636 +P02649 + P05067 +Q9H467 - P06401 +O14672 + Q04721 +O14672 + Q9UM47 +O14672 + O00548 +O14672 + P05067 +Q9Y5Z0 + P05067 +P56817 + Q14242 +P56817 + P05067 +Q96F07 + Q9Y6W5 +Q9Y2A7 + Q6T4R5 +Q9Y2A7 + Q9Y6W5 +O75365 - P56945 +O75365 + P05556 +O75365 - P15311 +O75365 - P05787 +Q04912 + Q13588 +Q04912 + P31946 +Q04912 + P08581 +Q04912 + P27348 +P06454 + P42574 +P06454 - Q14145 +Q9HD36 - Q07812 +Q9P0L2 - P10636 +Q9P0L2 - P27816 +Q9P0L2 - P11137 +O95714 + O76064 +O95714 + Q8IYW5 +O95714 - P23025 +Q15119 - P29803 +Q15119 - P08559 +Q15119 + Q15118 +Q13216 + P05114 +Q13216 + Q15560 +Q13216 + Q03468 +Q13216 + Q9HCS7 +Q13216 + P23025 +P20827 + Q9UF33 +P20827 + P29320 +P20827 + P29322 +P20827 + P21709 +P20827 + P54756 +P20827 + Q15375 +P20827 + P54764 +P20827 + P29317 +Q14181 + P09884 +P52797 + Q9UF33 +P52797 + P29320 +P52797 + P29322 +P52797 + P54756 +P52797 + Q15375 +P52797 + P54764 +P52797 + P29317 +P49642 + Q14181 +P49642 + P09884 +P52798 + Q9UF33 +P52798 + P54756 +P52798 + P29317 +P49643 + Q14181 +P49643 + P09884 +O43921 + Q9UF33 +O43921 + P29322 +O43921 + P54756 +O43921 + Q15375 +O43921 + P54764 +O43921 + P29317 +P52803 + P29320 +P52803 + P29322 +P52803 + P54756 +P52803 + P54764 +P52803 + P29323 +P52803 + P29317 +Q9UKN8 + P68431 +O14770 + P26367 +P49450 + Q96GD4 +Q9NSV4 + P49450 +Q9BY66 - P68431 +Q6IA86 - P40763 +Q8N6T7 - P01106 +Q8N6T7 - Q04206 +Q8N6T7 + P01375 +P33240 + Q10570 +P33240 + Q9P2I0 +P33240 + Q9UKF6 +Q92797 + Q05048 +Q92797 + P33240 +P30101 + P40763 +Q92922 + Q969G3 +Q92922 + P04150 +P51946 + P10276 +P51946 - P24941 +P51946 + P50613 +P09603 + P15509 +P09603 + P01375 +P09603 + Q99062 +P09603 + P07333 +P07333 + P62993 +P22466 + P47211 +P22466 + O60755 +P22466 + O43603 +P20290 + P29323 +P20290 - P22466 +Q15629 + Q8IUC6 +Q86V86 - Q92934 +Q6SZW1 + Q8IUC6 +Q96AV8 - P08047 +Q5VZM2 - P42345 +Q5VZM2 - Q8N122 +O60381 - P01106 +Q96GX9 - O14727 +Q7L523 - Q8N122 +Q9Y6M4 + P27348 +Q9Y6M4 + P04637 +O14503 - Q9C0J9 +O14503 - O00327 +Q9Y6M0 + O60216 +P62829 + P04637 +Q9BTV7 + P04637 +O75528 + P03372 +O75528 + P04637 +P04271 + P36871 +P04271 + P46940 +Q76N89 + P04637 +Q6P3S6 - P04637 +P54725 - P04637 +Q9H422 + P04637 +P15918 - P55895 +P15918 + P42345 +Q8WYH8 + P04637 +Q9UNH5 + P48200 +Q9UNH5 - Q9UM11 +Q9UNH5 - Q16659 +Q9UNH5 - Q9NQR1 +Q9UNH5 - P04637 +Q86XK2 - Q9NZJ0 +Q86XK2 - P41182 +Q86XK2 - P04637 +Q13253 - P22003 +Q13253 - P18075 +Q13253 - P43026 +Q13253 - O00238 +Q13253 - Q13873 +Q13253 - P36894 +Q13253 - P12643 +Q13253 - P12644 +P78368 + Q6P1N0 +P78368 - Q9Y5P4 +P78368 + Q15942 +P78368 - O15534 +P78368 + P27348 +P78368 - P84022 +P78368 + P04637 +O15164 + P10275 +O15164 - P04637 +Q9BSB4 + O75143 +Q66K89 + P04637 +P49915 + Q93009 +P49915 + P04637 +P18074 + Q13888 +P18074 + P19447 +Q86Y07 - O75531 +Q86Y07 + Q13469 +Q9BXH1 - Q92843 +Q9BXH1 + Q07812 +Q9BXH1 - Q07820 +Q9BXH1 - Q07817 +Q9BXH1 - P10415 +Q9BXH1 + Q16611 +Q9BXH1 + P04637 +Q96S44 + P04637 +Q9BUJ2 - P04637 +Q16633 + P09086 +Q16633 + P14859 +Q99608 + Q9UBK2 +Q99608 - P04637 +Q9P0N9 + Q92574 +Q9BV47 - Q13158 +Q9BV47 - Q16539 +Q9BV47 - P04637 +O00300 - O14788 +P26447 - Q00987 +P26447 + P04637 +Q9NXV6 + P04637 +Q8IZE3 + P22681 +P28360 + P04637 +P20794 + P22681 +Q13625 - Q13564 +Q13625 - Q96A00 +Q13625 + P04637 +Q92597 + P20338 +Q8TF42 - P22681 +Q7LG56 + P04637 +P55212 + O60437 +P55212 + Q01826 +P55212 + P20700 +P55212 + P05549 +P55212 + Q14790 +P55212 + P11387 +P55212 + P05783 +P55212 + Q9H2X6 +P55212 + P42574 +P55212 + P05067 +Q06945 + Q9NQB0 +Q06945 + P04637 +P39060 + P35052 +P39060 + P08648 +Q9NRC8 + Q9H9Y6 +Q9NRC8 - P04637 +Q13394 + Q13461 +P78423 + P49238 +P14210 + P00749 +P14210 + P02751 +P14210 + P08581 +P17643 - P14679 +Q8NFH8 - Q15311 +Q9H5I1 - P68431 +P08183 - P04637 +Q9H2L5 - Q13188 +Q6ZTQ3 - Q13188 +P78543 + P17482 +P78543 - P24385 +P78543 + Q99873 +O94776 - P04637 +P18847 + P01215 +P18847 + P05412 +P18847 - P04637 +P13232 + P31785 +P13232 + P16871 +P15018 + P42702 +P15018 + P40189 +Q9H160 + P61201 +Q9H160 + Q09472 +Q9H160 + P04637 +Q96PG8 - Q92843 +Q96PG8 + Q07812 +Q96PG8 - Q07820 +Q96PG8 - Q16548 +Q96PG8 - Q07817 +Q96PG8 - P10415 +Q96PG8 + P04637 +Q16690 - Q16539 +Q9NQR1 - P62805 +Q9NQR1 + P04637 +P15882 + Q15078 +Q6ZMQ8 + Q15078 +P27701 + P05107 +Q92794 + P68431 +Q92794 + Q01196 +Q92794 + Q13950 +Q92794 + P04637 +Q9HCN2 + P99999 +Q13568 + P29459 +Q13568 + P29460 +P80098 + P41597 +P80098 + P32246 +P80098 + P51677 +P80098 + P46092 +P80098 + P51681 +P80098 + P49682 +P40692 + P54278 +Q99731 + P32248 +Q99731 + P46092 +Q99731 + P49682 +P51671 + P41597 +P51671 + P51677 +P51671 + P51681 +P51671 + P49682 +P78556 + P51684 +P78556 + P49682 +O95782 + P62993 +Q658P3 + O60238 +Q92738 + Q12929 +Q92738 - P20339 +Q92738 + P62993 +P53680 + P62993 +O43597 - Q13191 +O43597 - P22681 +O43597 - P62993 +Q03468 + Q96FI4 +Q03468 - P27695 +Q03468 + P28715 +Q03468 + Q9HCS7 +Q03468 - P04637 +Q12796 - P62993 +Q9UM63 + P04637 +Q9UBN6 - P50591 +Q9H7Z6 + P62805 +Q9H7Z6 + P04637 +Q8TAQ5 + Q13547 +Q8TAQ5 - P04637 +Q99988 + P04626 +P09429 + P28356 +P09429 - Q9NR96 +P09429 - Q14457 +P09429 + P19838 +P09429 + O00206 +P09429 + P04637 +O43374 - P01111 +P42773 - P11802 +O60238 - Q07817 +O60238 + Q9H0R8 +O60238 - P10415 +O14798 - P50591 +P54278 + O15350 +O75093 + P35052 +O75093 + Q9Y6N7 +Q92630 + Q9BRS8 +Q92630 + Q86U44 +Q92630 + Q9UHY1 +Q92630 + Q9BW71 +Q92630 + O15164 +Q92630 + Q14195 +Q92630 + Q9Y534 +Q92630 + Q12972 +Q92630 + Q8N5S9 +Q92630 + P22681 +Q92630 + Q00987 +Q92630 + P26651 +Q92630 + Q00613 +Q92630 - P05412 +Q92630 + O43255 +Q92630 + Q00534 +Q92630 + P04637 +Q9Y6N7 + O75044 +Q9Y6N7 - O94813 +O94813 + Q9HCK4 +O94813 + Q8WZ75 +O94813 + P35052 +O94813 + Q9Y6N7 +Q9UM07 - P68431 +Q9UM07 - P62805 +Q9UM07 + P06748 +P51959 + Q00987 +P51959 + P04637 +Q96KQ4 + P04637 +Q9BYH8 - P40763 +Q9NYZ3 - P04637 +Q96Q15 + Q92900 +Q96Q15 + P04637 +Q9BUR4 + P04637 +Q9BUP3 + P04637 +Q8IWV7 + O94761 +P29965 + P25942 +P29965 + P04637 +O95990 + Q9Y243 +O43927 + P32302 +O43927 + P46092 +O43927 + P49682 +O43927 - P09038 +O14786 - Q9UIW2 +O14786 + P35968 +P04004 + P26012 +P04004 + P53708 +P04004 + P05106 +P04004 + P18564 +P04004 - P15692 +P04004 - P05121 +P04004 + P05556 +P04004 + P09038 +P02776 - P04070 +P02776 + P07204 +P02776 + P01130 +P02776 + P49682 +P02776 + P13501 +P02776 - P10145 +P02776 - P09038 +Q9UKI8 + Q99638 +P22607 + P40763 +P22607 + P42224 +Q96BY2 - Q07817 +O15304 - Q07817 +Q71DI3 + Q12888 +Q6ZW49 + Q13315 +Q6ZW49 + Q02962 +Q6ZW49 + Q12888 +Q16695 + Q12888 +Q96F24 + Q8NEB9 +Q15545 - P21675 +Q969J5 + Q9GZX6 +P35269 + Q9Y5B0 +P35269 + Q9GZU7 +P35269 + P24928 +P78344 + O14727 +P78344 + Q13490 +P78344 + P98170 +P78344 + P06493 +P78344 - P06730 +P78344 + P10415 +O75822 + P78344 +Q12841 - P01137 +P08476 + P27037 +P08476 + Q13705 +P08476 + Q04771 +P08476 + P36896 +O00716 + P14635 +O00716 - P28749 +O00716 + P20248 +O00716 + Q75NE6 +O00716 + P10244 +P10244 + P14635 +P10244 + P06493 +P18669 - Q13153 +O95747 + P55017 +O95747 + P29692 +O95747 - Q13153 +P43351 + Q06609 +J7MDF2 + P29353 +P78545 + Q9NZC4 +Q99931 + P29353 +P09455 + P62993 +P09455 + P29353 +Q06787 + Q13153 +Q7L0Q8 + Q13153 +P60568 + P14784 +P60568 + P01589 +P60568 + P01562 +P60568 + P29353 +Q15468 + Q13526 +P01241 + P27361 +P01241 + P10912 +P01241 + P16471 +Q06547 - P51610 +Q8TAK5 - P51610 +Q96DY7 + Q00987 +Q6PGQ7 + P53350 +Q6PGQ7 + O14965 +O75832 - Q00987 +Q8WUJ0 - Q969H0 +Q9NYY3 + Q9HC77 +Q9NYY3 + Q16143 +Q9NYY3 + P37840 +Q9NYY3 + P06748 +Q9NYY3 - Q969H0 +P28072 + Q00987 +Q96SB4 + Q9BRL6 +Q96SB4 + P08621 +Q96SB4 - Q9Y5S9 +Q96SB4 + Q14934 +Q96SB4 + Q07955 +Q96SB4 + O15151 +Q96SB4 + Q8WUF5 +Q96SB4 + P61978 +Q96SB4 + Q00987 +Q96RU2 - P63208 +Q96RU2 - Q969H0 +O60318 + P25205 +O43307 + Q9NQX3 +O00255 + Q9BXW9 +O00255 + P31274 +O00255 - O14746 +O00255 + P31273 +O00255 - Q9UBU7 +O00255 - Q04206 +O00255 - P19838 +O00255 + Q03164 +O00255 + P09630 +Q92608 + P63000 +Q92608 + P15153 +Q8IZJ0 + Q8IU57 +Q8IZJ0 + Q08334 +Q8IU54 + Q8IU57 +Q8IU54 + Q08334 +Q8IZI9 + Q8IU57 +Q8IZI9 + Q08334 +Q9BY44 + P18848 +Q9NPH9 + Q9UHF4 +Q9NPH9 + Q08334 +P35637 + Q9UQ80 +P35637 - Q07817 +P35637 + O43521 +P35637 - P10415 +Q08334 + P29597 +Q9NS37 + P18848 +Q9GZX6 + Q8N6P7 +Q9GZX6 + Q9UHF4 +Q9GZX6 + Q08334 +P21583 + P10721 +O15355 + P67809 +P67809 + Q969S2 +O43555 + Q96P88 +O43555 + P30968 +P80075 + P41597 +P80075 + P32246 +P80075 + P51677 +P80075 + P51681 +P25713 + P09601 +P25713 + Q16236 +O14682 - Q16236 +Q04725 - Q9UJU2 +O00221 - Q9NWQ8 +O00221 - P19838 +O00221 - Q16236 +Q8TAE8 - P22736 +Q8TAE8 - P10275 +Q8TAE8 - Q16236 +Q8WYB5 + Q13950 +Q06830 + P10275 +P09601 - P69905 +P09601 - P01375 +P13500 + P41597 +P13500 + P51679 +P13500 + P32246 +P13500 + P51677 +P13500 + P46092 +P13500 + P50281 +P13500 + P51681 +Q9Y5W3 - P61073 +Q9Y5W3 + Q16236 +O95715 + P61073 +P54578 + P61073 +P60520 + O95352 +P60520 + Q13501 +Q8WYN0 + P60520 +Q99986 - O75531 +Q99986 + Q14934 +Q99986 + Q71DI3 +Q99986 + P68431 +Q99986 + P15336 +Q99986 + P18887 +Q99986 + P05412 +Q99986 + P04637 +Q99986 + Q12888 +Q16143 - P37840 +Q16143 + P05067 +Q8TEK3 + P68431 +Q8TEK3 + P01106 +Q9NYF0 - O14641 +O43293 + O14950 +O43293 + P24844 +O43293 + Q02045 +O43293 + Q00987 +O43293 + P10275 +O43293 + P38936 +O43293 - O14974 +O43293 + P19105 +O43293 + P04150 +O43293 + Q96A00 +O43293 + P04637 +Q16549 - P41212 +Q16549 - Q92945 +Q16549 + P28324 +Q16549 - P30305 +Q16549 + P67775 +Q16549 - P49715 +Q16549 + P18850 +P51610 - Q13105 +P18850 - Q12772 +P62714 - P32519 +P62714 + Q8WUI4 +P62714 - Q9BXL7 +P62714 - P01106 +P62714 - Q9Y243 +P62714 + Q00987 +P62714 - O14757 +P62714 + O96017 +P62714 - P37840 +P62714 - P31751 +P62714 - P41743 +P62714 - P23443 +P62714 - Q13315 +P62714 - O14920 +P62714 + P10415 +P62714 - P31749 +P62714 - P11233 +P31314 - P62714 +P31314 - P67775 +P31314 + P00352 +P31314 - P06400 +Q9Y397 + P01111 +Q9Y397 + P01112 +Q15628 + O00463 +Q15628 + Q13077 +Q15628 + Q13546 +Q15628 + Q14790 +Q15628 + Q13490 +Q15628 + Q13158 +Q15628 + Q9Y6K9 +Q15628 - P01375 +O14763 + Q13546 +O14763 + Q14790 +O14763 + Q15628 +O14763 + Q13158 +O14763 + P50591 +O14763 + Q92851 +P50591 + O00300 +P50591 + Q14790 +P50591 + O14763 +P50591 + Q9UBN6 +P50591 + O00220 +O00220 + Q13546 +O00220 + Q14790 +O00220 + Q15628 +O00220 + O14763 +O00220 + Q13158 +Q14296 + Q15637 +Q14296 + P78337 +Q14296 + P22681 +Q14296 + P31483 +Q6UUV7 + P20749 +Q8WTS6 + P68431 +Q8WTS6 + Q12962 +Q8WTS6 + P04637 +P16619 + P32246 +P16619 + P51677 +P16619 + P51681 +Q9BXW4 - Q14596 +Q96LW2 + P67775 +P36888 + P62993 +P36888 + P27986 +P78318 + P67775 +P49771 + P36888 +P23297 - P36871 +P23297 - P14136 +Q9BQ51 + Q15116 +Q9NZQ7 + P33681 +Q9NZQ7 + Q15116 +Q02548 + P15391 +Q02548 + P51451 +Q02548 + P11912 +Q02548 - P07333 +Q02548 - Q15116 +Q9Y4K4 + Q99704 +Q9Y4K4 - P49841 +Q9Y4K4 + Q9UNE7 +O00463 - P25942 +P03973 - P08246 +P28799 - P19438 +P05121 - P00750 +P05121 - P00747 +P05121 + Q07954 +P05121 - P00749 +P05121 - P20151 +P05121 - P08246 +Q99684 - P14921 +Q99684 + P49918 +Q99684 - Q07812 +Q99684 - P08246 +P14780 + P00747 +P14780 + P10646 +P14780 + P42830 +P14780 + P01137 +P14780 - P01033 +P10145 + P25024 +P10145 + P25025 +P10145 + P14780 +P07996 + P00747 +P07996 + P05106 +P07996 + P16671 +P07996 + Q08722 +P07996 - P01137 +P07996 - P08253 +P07996 - P02751 +P07996 + P01138 +P07996 - P08246 +P08246 + P03973 +P08246 + Q7Z3S9 +P08246 + P28799 +P08246 + P01042 +P08246 + P05121 +P08246 + P14780 +P08246 + P10145 +P08246 + P07996 +P08246 + Q99062 +P63279 + Q9UHF7 +P63279 - P41161 +P63279 - Q6DJT9 +P63279 + P58012 +P63279 - Q03933 +P63279 - Q06945 +P63279 + Q96RL1 +P63279 + P63165 +P63279 + Q13547 +P63279 + Q00987 +P63279 + P10275 +P63279 + P10242 +P63279 - P37231 +P63279 + Q13263 +P63279 + P46060 +P63279 - O75030 +Q9UKX7 + Q14974 +Q9UKX7 + P62826 +Q9UKX7 + P52294 +Q9UKX7 + O14980 +Q9Y6C9 + P55957 +P10606 + O14727 +Q92843 - Q07812 +Q92843 - Q92934 +Q92843 - Q13323 +Q92843 - O43521 +Q92843 - Q16611 +Q92843 - P55957 +P22314 + P0CG47 +P07858 + P00749 +P07858 + Q9NYA1 +P07858 + P55957 +P09668 + P07988 +P09668 + P55957 +P43235 + P09486 +P43235 + P55957 +P07711 + P01034 +P07711 + P00749 +P07711 + P04233 +P07711 + P55957 +P30153 + P62714 +P30153 + P25025 +P30153 - P10636 +P30153 + P67775 +P30153 + Q5FBB7 +Q9H093 - O95835 +P52948 + Q9UBU9 +P52948 + Q14974 +Q12824 + P01106 +Q12824 + P24928 +Q12824 + P04150 +P51531 + Q92922 +P51531 + Q8TAQ2 +P51531 + Q12824 +O00327 - Q9UJ55 +O00327 + Q49AN0 +O00327 + P20393 +O00327 + O15055 +O00327 - O15516 +O00327 + O15534 +O00327 + Q16526 +Q92753 + O00327 +Q96JB5 - O14757 +Q96JB5 + P06493 +Q12986 + P11940 +Q12986 + Q96ST3 +Q96ST3 - P08151 +P0CG47 + O60260 +Q92560 + P38398 +Q92878 + Q13315 +Q92878 + P49959 +Q92878 + P38398 +P53803 - P38398 +Q00266 - P03372 +Q00266 - P38398 +P61968 - P38398 +Q86YC2 + P51587 +Q86YC2 + Q06609 +Q86YC2 + Q9Y253 +Q86YC2 + P38398 +Q96RL1 + P04637 +Q96RL1 + P38398 +Q9UQ13 + O14807 +Q9UQ13 + P01116 +Q9UQ13 + P62136 +Q9NWV8 + P38398 +P61077 + Q15796 +P61077 - P25963 +P61077 - P19838 +P61077 + P38398 +Q99759 + Q8IVH8 +Q99759 + P53805 +Q99759 + O15111 +Q99759 + P45985 +Q99759 + Q9Y6K9 +Q99759 + Q13163 +Q99759 + P25963 +Q99759 + O14920 +Q99759 + P46734 +Q6UWZ7 + P38398 +Q99728 + P0CG47 +Q99728 + P38398 +Q08999 + Q13574 +Q08999 - P06493 +Q08999 + Q16254 +Q08999 + Q15329 +Q08999 - P38398 +Q9Y2K2 - Q53ET0 +Q14680 + P30305 +Q96JP5 + Q99558 +Q14995 - O00327 +P34947 + P25103 +P34947 + Q96BK5 +P34947 + Q15942 +P34947 + P07550 +P34947 + Q9H4X1 +P34947 + P51681 +P34947 + P06733 +P34947 + Q9UQM7 +P34947 - P30411 +P34947 + O75581 +P34947 - P04637 +P56645 - O00327 +Q13077 - P20333 +Q13077 + Q12933 +Q13077 - Q8IUC6 +Q13077 + Q99558 +Q9Y6W8 + P27986 +Q92851 - Q13546 +Q92851 + P55210 +Q92851 + P42574 +Q92851 + P04637 +Q92851 + P55957 +Q92851 + Q99558 +Q9Y275 + Q02223 +Q9Y275 + Q96RJ3 +Q9Y275 + O14836 +Q9Y275 + Q99558 +Q96L73 + P10275 +Q96L73 + Q04206 +Q9H0M0 - Q9Y3C5 +Q9H0M0 + O15105 +Q9H0M0 - P36897 +Q9H0M0 - Q15303 +Q9H0M0 + Q15796 +Q9H0M0 - Q9H3D4 +P10589 + P19793 +Q99417 - P01106 +Q0VDD5 - Q99417 +Q14155 + Q5S007 +Q14155 + Q07960 +Q14155 + Q9Y2X7 +Q14155 - P22681 +Q14155 - Q9ULV8 +Q14155 + P63000 +Q14155 + P60953 +P10827 + P24468 +P10827 + P28702 +P10827 + P13631 +P10827 + P10826 +P10827 + P10276 +P10827 + P19793 +Q03181 + P55055 +Q03181 + P28702 +Q03181 + Q13133 +Q03181 + P19793 +P10826 + P28702 +P10826 + P10827 +P10826 + P19793 +O76039 + Q9UMY1 +O76039 + Q9BWG4 +O76039 + O00148 +O76039 + Q9HD15 +O76039 + P38919 +O76039 + Q8WYQ5 +O76039 + P26599 +O76039 + Q15349 +O76039 + P27694 +Q9NSU2 + O60934 +Q9NSU2 - P27694 +O60671 + Q92547 +O60671 + Q13535 +Q99653 + Q13153 +P69905 + Q86VB7 +Q99638 - Q07817 +Q99638 + Q92547 +Q99638 + Q13315 +Q99638 - P10415 +O60921 + P12004 +P05154 - P10323 +P05154 - P04070 +P05154 - P07204 +P05154 - P00734 +P05154 - P07288 +P10147 + P32302 +P10147 + P51679 +P10147 + P32246 +P10147 + P51677 +P10147 + P51681 +P12272 + Q03431 +P12272 + P05231 +P01023 + Q07954 +P01023 - P07288 +P13236 + P32302 +P13236 + P51685 +P13236 + P32246 +P13236 - P10147 +P13236 + P51677 +P13236 + P51681 +P23468 - P40763 +P04070 + Q9UNN8 +P04070 + P07204 +P04070 - P12259 +P04070 - P00734 +P04070 - P00451 +P12259 + P04070 +P12259 + P00734 +P00734 + P40197 +P00734 + Q96IY4 +P00734 + P03951 +P00734 + P04070 +P00734 + P07204 +P00734 + P00740 +P00734 + P12259 +P00734 + Q96RI0 +P00734 + O00254 +P00734 + P00451 +P00734 + Q07954 +P00734 + P00749 +P00734 + P02671 +P00734 + P55085 +P00734 + P02679 +P00734 + P25116 +P00734 + P07225 +P00451 + P00742 +P00451 + P04275 +P00451 + Q07954 +P07225 + P04070 +P07225 - P12259 +P07225 - P00734 +P07225 - P00451 +P07225 + Q06418 +P07225 + P30530 +O15075 + P22694 +O15075 + Q8N5S9 +O15075 + P28482 +Q9NWT1 - Q13153 +P00750 + P00747 +P00750 + Q07954 +P00750 + P27361 +P00750 + P05121 +P00750 + P28482 +P06756 - Q05397 +P06756 + P28482 +P23497 - P14921 +P60983 - P28482 +Q969V6 + P11831 +Q15648 + Q92908 +Q15648 + Q13133 +Q15648 - P04637 +Q99504 - P16104 +Q96SB3 + P36873 +O95239 + O43663 +Q9BXL6 + P06730 +Q15678 - P56945 +P32004 + P15311 +Q14005 + P42574 +Q05923 - P27361 +Q9HBH9 + P06730 +Q9HBH9 + Q13263 +Q9HBH9 + Q04637 +Q6ZRS2 + Q92793 +P02741 + P05231 +P02741 - P28482 +P61201 + P55209 +Q9BUB5 + P47712 +Q9BUB5 + Q13177 +Q9BUB5 + P23588 +Q9BUB5 + P06730 +Q9BUB5 + Q04637 +P01236 + P16471 +Q9UHA4 + Q92918 +Q9UHA4 + P27361 +Q9UHA4 + Q02750 +Q9UHA4 + P28482 +P0C2W1 + O15350 +P46777 + O15350 +Q02447 + Q9UKX5 +Q02447 + P08047 +Q02447 + Q92819 +O75676 + Q9Y5B6 +O75676 + Q14151 +O75676 + Q86V48 +O75676 + Q14202 +O75676 + Q14934 +O75676 + Q15942 +O75676 + P18846 +O75676 + Q8WUF5 +O75676 + Q00987 +O75676 + Q9UMX1 +O75676 + P16220 +O75676 + P06733 +O75676 + P01100 +O75676 + Q13330 +O75676 + Q04206 +Q9Y4P1 + Q9BXW4 +Q9Y4P1 + P60520 +Q92876 - P37840 +O94811 + P37840 +P51843 - Q13285 +P51843 - P03372 +P51843 - P10275 +Q9ULJ6 + P10275 +Q9BQA1 + P10275 +O14976 + P10275 +O95425 + P10275 +O96028 + Q13547 +O96028 + P10275 +Q99497 + Q86Z02 +Q99497 - P37840 +Q14686 + P10275 +P42702 + P40189 +Q9NRA0 - Q13547 +Q9NRA0 - Q92769 +Q6ZMT4 + P10275 +Q06546 + P10599 +Q06546 + Q16881 +P54727 + Q13569 +Q15025 + Q9Y6K9 +Q15025 - P19838 +P15976 + Q01196 +P15976 - P40763 +P15976 - P17947 +Q9H0Y0 + Q9H1Y0 +Q9H0Y0 + O94817 +Q9Y2U5 + Q9HC23 +Q9Y2U5 + O14733 +Q9Y2U5 + P45985 +Q9Y2U5 + Q9Y6K9 +Q9Y2U5 + Q13163 +Q9Y2U5 + P25963 +Q9Y2U5 + Q02750 +Q9Y2U5 + Q16513 +Q9Y2U5 + P28482 +O94817 + Q9H1Y0 +O94817 + O95352 +P46695 - Q13362 +P46695 + P04637 +P46695 + P28482 +Q9ULH7 + P11831 +P43694 + Q06413 +P43694 + P11831 +Q99966 + Q13485 +Q8TAD8 - Q15796 +Q8TAD8 - Q13485 +P68871 + Q86VB7 +P49790 + Q9UBU9 +P49790 + Q14974 +P49790 + P62826 +P49790 - O95405 +P49790 + O14980 +P49790 + Q15796 +P49790 + P84022 +P49790 + Q13485 +Q9UPN9 + Q15796 +Q9UPN9 + P84022 +Q9UPN9 + Q13485 +Q12891 - Q04912 +Q12891 + Q13485 +Q6GPH4 - Q13490 +Q6GPH4 - P98170 +Q6GPH4 - Q13489 +O15198 - Q15796 +O15198 + Q13485 +O15047 + P68431 +O15047 + O43521 +P35658 + Q9UBU9 +P35658 - O95405 +P35658 + O14980 +P35658 + Q15796 +P35658 + P84022 +P35658 + Q13485 +O75928 + P42772 +O75928 + P63165 +O75928 - P10275 +O75928 - P42224 +O75928 + Q13485 +O43324 + Q13535 +P18846 + Q9HBZ2 +P18846 + P22301 +P18846 + Q8IXS2 +P18846 + Q13315 +P18846 + P78426 +P18846 + P05412 +P18846 + Q7Z6J0 +P18846 + Q9H4A6 +Q16254 - P14635 +Q16254 - P06493 +Q16254 - Q9HAW4 +Q16254 - P28749 +Q16254 - P10244 +Q16254 - P38398 +O75487 + P56704 +O75487 + P41221 +Q9Y5W5 - O96014 +Q9Y5W5 - O00755 +Q9Y5W5 - P41221 +Q9ULV1 + O14641 +Q99717 + Q13485 +P41229 - P68431 +Q9Y6X2 - P08235 +Q9Y6X2 + Q15796 +Q9Y6X2 + P84022 +Q9Y6X2 - O75030 +Q9Y6X2 + Q13485 +Q9P2Y5 + Q9Y371 +Q9P2Y5 + Q8NEB9 +Q9P2Y5 + Q99570 +Q9P2Y5 + Q92622 +P35680 + P18846 +P35680 + P16220 +Q6SA08 + P16220 +Q96BR1 + Q6UN15 +Q96BR1 + Q13045 +Q96BR1 - O43524 +Q96BR1 - P49841 +Q96BR1 - P49840 +P05120 - P36873 +Q07820 - Q9UMX3 +Q07820 - Q9BXH1 +Q07820 - Q07812 +Q07820 - O43521 +Q07820 - Q96PG8 +Q07820 - Q14457 +Q07820 - Q16611 +P19883 - P58166 +P19883 - Q12841 +P19883 - P08476 +Q16821 + P13807 +Q9BTU6 - Q9HAW4 +P23246 + P11387 +P23246 + Q15233 +P20807 + Q14315 +P20807 - P10636 +P20807 + Q15078 +P20807 + P49841 +P20807 + P49840 +P56199 + P17706 +Q96HZ4 - Q14469 +O14981 + P20226 +P36508 - P20226 +P62487 + Q9Y5B0 +Q9H063 - P20226 +P78324 + Q06124 +Q86Y97 + P62805 +Q14258 + Q9BYX4 +Q14258 + P31947 +Q14258 + P08069 +Q13322 + P35968 +Q13322 + P00519 +Q13322 + P42336 +Q13322 - P06213 +Q13322 + P31749 +Q13322 + P46934 +Q13322 - P08069 +Q9NUX5 + O14746 +P05019 + P06213 +P05019 - P08833 +P05019 + P08069 +Q96LW7 - O95999 +Q93009 + O15151 +Q93009 - P63208 +Q93009 - Q9Y4K3 +Q93009 + Q00987 +Q93009 + Q9HAW4 +Q93009 - Q9Y6K9 +Q93009 - P98177 +Q93009 + P04637 +Q93009 + Q9H992 +Q93008 + Q16637 +Q93008 - P42566 +Q93008 + Q13485 +Q93008 + Q9H992 +Q8IZQ1 + O94817 +Q8IZQ1 + Q13501 +Q12852 + O14950 +Q12852 + O14733 +Q12852 + P45985 +P46821 + P53355 +Q9UPU5 + Q92466 +P80370 + Q04721 +P80370 + P02751 +P80370 - P46531 +Q14152 + P60842 +P60842 + Q14240 +Q6P2H3 + P49736 +P78560 + Q13546 +P78560 + Q14790 +P78560 + P42575 +Q9HB75 + Q13546 +Q9HB75 + P42575 +Q9HB75 + Q9Y6K9 +Q9HB75 + P78527 +Q9HB75 + P78560 +Q9Y4C1 + P68431 +Q9Y4C1 + P10275 +Q9BZW8 + O14796 +Q9BZW8 + P78314 +Q9BZW8 + O43561 +Q9BZW8 + O60880 +P62913 - Q00987 +P62913 + O15350 +P62913 - Q9Y4A5 +P09488 - Q13233 +Q9BQ95 + Q13233 +Q12851 + Q9Y5B6 +Q12851 + P31948 +Q12851 + Q13233 +Q9P287 + P38936 +Q5VTD9 - P38936 +P51965 - P54253 +Q9BQB4 + O75197 +P56706 + Q9ULW2 +P56706 + Q9NPG1 +P56706 + Q9UP38 +P56706 + O75197 +Q93097 + Q9NPG1 +Q93097 + Q9ULV1 +Q93097 + O75197 +Q9Y6F9 + Q9BQ69 +Q9Y6F9 + Q9NPG1 +Q9Y6F9 + Q9UP38 +Q9Y6F9 + O75197 +O00273 - O76075 +Q8N165 + Q9UKY1 +Q8N165 + P14317 +Q8N165 + Q13562 +Q9H1J5 + Q9NPG1 +Q9H1J5 + O75084 +Q9H1J5 + Q9H461 +Q9H1J5 + O75197 +Q15911 - P02771 +Q15911 + Q13562 +O00422 - P08151 +Q9H6W3 - Q8TDD2 +Q15369 - Q99466 +Q15369 + Q02539 +O14867 - P15559 +O14867 - Q16236 +O75663 - P67775 +P04053 - P12004 +O15360 + Q0VG06 +O15360 + Q9BTP7 +O15360 + Q8IYD8 +Q07864 + P12004 +Q96L91 - Q92993 +Q96L91 + O15360 +Q96L91 - P38936 +Q96L91 + P0DMV9 +Q16827 - P49023 +Q15256 - P27361 +Q15256 - P40763 +Q15256 - Q16539 +Q15256 - P28482 +Q15256 - P49023 +Q13882 + Q13017 +Q13882 + Q9UGK3 +Q13882 + Q07666 +Q13882 + P51692 +Q13882 + P56945 +Q13882 + Q9NRY4 +Q13882 + P31749 +Q13882 + Q9Y230 +Q13882 + P49023 +Q7L590 - O94761 +Q7L590 + P09884 +Q92698 + Q96NY9 +P23771 - P17676 +P23771 + O15520 +P23771 + P22301 +P23771 - P49715 +Q13219 + P22692 +P01344 + P11717 +P01344 + P06213 +P01344 - P08833 +P01344 + P08069 +P22692 - P01344 +P10114 + O95819 +P10114 + P01111 +P10114 + Q12967 +P07332 + Q9UIW2 +P07332 + Q9BPU6 +P07332 + P27986 +P07332 - Q13480 +P07332 + P35568 +Q8IU57 + P29597 +Q8IU57 + P23458 +P54762 + Q14934 +P54762 + P16333 +P54762 + Q14451 +P48551 + Q00978 +P48551 + P29597 +P48551 + P52630 +P48551 + P42224 +P48551 + P23458 +Q6UXL0 + P29597 +Q6UXL0 + P40763 +Q6UXL0 + P23458 +Q8N6P7 + P29597 +Q8N6P7 + P40763 +Q8N6P7 + P23458 +Q9UHF4 + P29597 +Q9UHF4 + P40763 +Q9UHF4 + P23458 +Q9HBE5 + P52333 +Q9HBE5 + P40763 +Q9HBE5 + P23458 +Q6Q0C0 + Q99759 +P23142 - P02751 +P18084 + Q05397 +P02679 - P04275 +P02679 - P04004 +P02679 - P02751 +P18564 + P01137 +P56975 + Q15303 +Q9H171 + Q9UHD2 +Q9H171 + Q9Y572 +Q8WWG1 + Q15303 +Q9Y572 + Q9Y5B6 +Q9Y572 + P50747 +Q9Y572 + P07814 +Q9Y572 + P00367 +Q9Y572 + P06737 +Q9Y572 + Q8NB16 +Q9Y572 + Q13546 +Q9Y572 + Q92934 +P52701 + P54132 +Q9BXW9 + Q9Y2M0 +Q9BXW9 + Q00597 +Q9BXW9 + Q9NW38 +Q9BXW9 + P54132 +Q00597 + Q9BXW9 +Q00597 - P19525 +Q00597 + P54132 +P43246 + Q13535 +P43246 + P54132 +Q15853 + P01100 +Q9H4P4 - O60260 +Q9H4P4 - Q15303 +Q9H4P4 - P21860 +Q9H4P4 - Q9NR09 +Q9H2H0 - O14640 +Q969F2 - O14640 +Q9Y283 - O14640 +Q06413 + P15172 +Q14814 + Q02078 +Q8TF76 + P53350 +P55075 + P21802 +O00139 - P53350 +Q9UMN6 + P68431 +Q9UMN6 + Q01201 +Q8N4C6 - O60674 +Q99650 + P23458 +Q99650 + O60674 +Q8NI17 + P23458 +Q8NI17 + O60674 +Q8WXH5 - O60674 +P41597 + O60674 +Q92783 + P52333 +Q92783 + P23458 +Q92783 + O60674 +P42701 + Q5VWK5 +P42701 + O60674 +Q01538 - P06493 +P02647 + P02649 +P02647 + P04180 +P02647 + O95477 +Q5VWK5 + P29597 +Q5VWK5 + P40763 +Q5VWK5 + Q14765 +Q5VWK5 + O60674 +Q99665 + O60674 +Q8TD19 + Q8TDX7 +Q8TD19 + Q9NYB9 +Q8TD19 + Q9HC98 +Q8TD19 + Q15942 +Q8TD19 + Q9NRA8 +Q8TD19 + Q8WUF5 +Q8TD19 + Q00987 +Q8TD19 + P53350 +Q96EP1 - P53350 +P38484 + P42224 +P38484 + P23458 +P38484 + O60674 +P78552 + P29597 +P78552 + P24394 +P78552 + P42226 +P78552 + O60674 +P15260 + P19838 +P15260 + P42224 +P15260 + P23458 +P15260 + O60674 +P47736 + P61224 +P25788 + Q9Y297 +P55036 + Q15369 +P55036 + Q9Y297 +P48357 - O14543 +P48357 + P29597 +P48357 + P40763 +P48357 + Q14765 +P48357 + P23458 +P48357 + O60674 +Q99062 + P29597 +Q99062 + P23458 +Q99062 + O60674 +O14744 + P68431 +O14744 + P31269 +O14744 - P62805 +O14744 - P0C0S5 +Q13651 + P29597 +Q13651 + P40763 +Q13651 + P23458 +Q13651 + O60674 +P26232 - P46937 +O95452 + P29033 +Q15797 + P43694 +Q15797 + Q13950 +Q15797 + O14640 +Q15797 - P31273 +Q15797 + Q13485 +P15036 + P14921 +P51956 + Q9Y5B6 +P51956 + Q9NQV6 +P51956 + Q86U44 +P51956 + Q86V48 +P51956 + Q8TDP1 +P51956 + Q96GN5 +P51956 + O94763 +P51956 + Q6P1N0 +P51956 + Q15942 +P51956 + Q92993 +P51956 + P04792 +P51956 + P61978 +P51956 + Q00987 +P51956 + Q9H4L7 +P51956 + P63104 +P51956 + Q99856 +Q8NFW9 + Q9UQM7 +Q9UBS5 + P09471 +P23511 + Q9ULW8 +Q96T88 + Q92993 +Q96T88 + P11388 +Q96T88 + P26358 +Q96PV0 - P01111 +Q9NRZ9 + Q9UJW3 +Q9NRZ9 - P31273 +Q9NRZ9 - P09630 +Q9NRZ9 + P26358 +Q9NRP7 + Q14934 +Q9NRP7 + Q9UMX1 +Q9NRP7 + P08151 +Q9NRP7 + P10070 +Q2M1P5 + P08151 +Q2M1P5 + P10071 +Q2M1P5 + P10070 +Q9UKB1 - O00418 +Q9UKB1 - P35968 +Q9UKB1 + P63208 +Q9UKB1 + Q9UMX1 +Q9UKB1 - Q9HAW4 +Q9UKB1 - O15534 +Q9UKB1 + Q00653 +Q9UKB1 - P25963 +Q9UKB1 - Q9UKT4 +Q9UKB1 + P84022 +Q9UKB1 + Q13485 +Q9UKB1 - P46937 +Q9UKB1 - P10070 +Q13635 + P14635 +Q9NR48 + P68431 +Q15465 - P00450 +Q15465 + Q9BWV1 +Q15465 + Q96QV1 +Q15465 + Q99835 +Q15465 + P10070 +Q9UK53 + P38936 +Q9UK53 + P04637 +Q04837 + P04637 +Q15569 - Q9Y281 +P49761 + P50747 +P49761 + Q92625 +P49761 + Q07955 +P49761 + Q8WUF5 +P49761 + Q14738 +P49761 + Q05655 +Q9H4A3 + Q8N9I0 +Q9H4A3 - Q9UHW9 +Q9H4A3 + O95747 +Q9H4A3 + Q14934 +Q9H4A3 + Q15942 +Q9H4A3 + Q9UEW8 +Q9H4A3 + Q9UMX1 +Q9H4A3 + Q99759 +Q9H4A3 + Q9Y2U5 +Q9H4A3 + Q15349 +Q9H4A3 + P28482 +Q9H4A3 + Q05655 +Q9UQ80 - P10275 +O75159 - P24394 +P05112 + P31785 +P05112 + P78552 +P05112 + P24394 +Q8N109 + Q06124 +Q8N109 + P29350 +Q13887 - P03372 +P43628 + Q06124 +P43628 + P29350 +P26715 + Q06124 +P26715 + P29350 +Q06418 + P43403 +Q06418 + P09769 +Q06418 + P22681 +Q06418 + P27986 +Q06418 + Q05655 +P43626 + Q06124 +P43626 + P29350 +Q96RU7 + P40425 +Q96RU7 + Q86V48 +Q96RU7 - P31751 +Q96RU7 - P31749 +Q96RU7 + P30154 +Q96RU7 + Q7L5N1 +Q96RU7 + Q96L91 +Q96RU7 + Q05655 +P50750 + Q8WUM0 +P50750 + Q9Y5B0 +P50750 + P35269 +P50750 + O00267 +P50750 + P26599 +P50750 + P14921 +P50750 - Q96PM5 +P50750 + O96017 +P50750 + P24928 +P50750 + P06400 +P50750 + P06748 +P50750 + P04637 +P50750 + Q13562 +Q99570 + Q92625 +Q99570 + Q8NEB9 +Q99570 + Q05655 +P29459 + P29460 +P29459 + P42701 +P29459 + Q99665 +P29460 + P42701 +P29460 + Q5VWK5 +P51398 + P99999 +O00634 + Q92859 +Q92859 + P53355 +P40189 + P15498 +P40189 + Q9UQC2 +P40189 + P29597 +P40189 - P40763 +P40189 + P62993 +P40189 - Q06124 +P40189 - P42224 +P40189 + P29353 +P40189 + P23458 +P40189 + O60674 +P08254 + Q99075 +P08254 + P05121 +P20151 - P05121 +P53671 + Q14289 +P53671 + P46108 +P53671 + Q05655 +Q01543 - Q13351 +Q01543 + P10415 +P11488 - Q08828 +Q9Y6C5 + Q99835 +Q969D9 + Q9HC73 +Q969D9 + P16871 +Q969D9 + P42229 +Q9HC73 + O60674 +Q9HC73 + P42229 +P31785 - P14784 +P31785 - P60568 +P31785 + P52333 +P31785 + P62993 +P31785 + P42224 +P31785 + P29353 +P31785 + P23458 +P31785 + O60674 +P31785 + P42229 +Q01113 + P52333 +Q01113 + P40763 +Q01113 + P23458 +Q01113 + P42229 +P40238 + P29597 +P40238 + P29353 +P40238 + O60674 +P40238 + P42229 +O95376 - Q99684 +Q13261 + P14784 +Q13261 + P40763 +Q13261 + P42229 +P10828 + P28702 +P10828 + P19793 +P10828 + P37231 +P10828 + P42229 +Q92786 - P41235 +Q92786 - Q92858 +Q92786 - Q99684 +Q15742 - P18146 +P29597 + P51452 +P29597 + Q5VWK5 +P29597 + P51692 +P29597 + P40763 +P29597 + P61978 +P29597 + P27986 +P29597 + Q06124 +P29597 + P19525 +P29597 + P52630 +P29597 + P14317 +P29597 + P06748 +P29597 + P17181 +P29597 + P42224 +P29597 + P42229 +Q13506 - P18146 +P16471 + O60674 +P16471 + P42229 +P24394 + P31785 +P24394 + P78552 +P24394 + P52333 +P24394 + P35568 +P24394 + Q9Y4H2 +P24394 + P29353 +P24394 + P42226 +P24394 + P23458 +P24394 + O60674 +P24394 + P42229 +Q01344 + P23458 +Q01344 + O60674 +Q01344 + P42229 +P15509 + O60674 +P15509 + P42229 +P26951 + P62993 +P26951 + P23458 +P26951 + O60674 +P26951 + P42229 +O43781 + Q9Y3T9 +O43781 + Q9UHJ3 +O43781 + Q96I25 +O43781 - Q96B36 +O43781 + Q9NYB0 +O43781 + P14317 +O43781 + P23025 +O43781 + P18858 +O43683 + Q9Y5B6 +O43683 + Q9Y3T9 +O43683 + Q8N2Z9 +O43683 + Q9H814 +O43683 + Q9Y4W2 +O43683 + Q8NFH5 +O43683 + Q12972 +O43683 + O15151 +O43683 + Q8WUF5 +O43683 + Q00987 +O43683 + P06493 +O43683 + P19338 +O43683 + P53350 +O43683 + P51532 +O43683 + Q14738 +O43683 + P18887 +O43683 + P26651 +O43683 + Q14683 +O43683 + P18858 +Q96AP0 + O14746 +Q96AP0 + Q9BSI4 +Q12967 + Q92963 +Q12967 + P62070 +Q12967 + Q13671 +Q12967 + P11233 +Q9Y5S8 + Q86UR1 +O15503 + Q12770 +O15503 - Q8NC51 +Q969H0 - Q16204 +Q969H0 - Q99466 +Q969H0 + P10242 +Q969H0 - Q9UBK2 +Q969H0 - Q9Y6Q9 +Q969H0 - P05412 +Q969H0 - O14965 +Q969H0 - Q9H3D4 +Q969H0 - Q8NC51 +O14511 + Q15303 +O14511 + P21860 +P01374 + Q92956 +P01374 + P19438 +P01374 + P20333 +P01374 + P36941 +Q06643 + P36941 +Q92730 + P45983 +Q13202 - Q16539 +Q13202 - P45983 +O95989 + P31751 +Q16829 - P10912 +Q16829 - Q16539 +Q16829 - P28482 +Q16829 - P45983 +Q9H1R3 + Q06413 +Q9H1R3 + Q9Y4K4 +Q9H1R3 + P30154 +Q9H1R3 + P45983 +O95163 + P45983 +Q9BY84 + Q13387 +Q9BY84 - Q15759 +Q9BY84 - P53779 +Q9BY84 - Q16539 +Q9BY84 - P45984 +Q9BY84 - P28482 +Q9BY84 + Q9UQF2 +Q9BY84 - P45983 +Q13387 + O14733 +Q13387 + P53779 +Q13387 + O15264 +Q13387 + Q16539 +Q13387 + P45984 +Q13387 + Q9UQF2 +Q13387 + P45983 +Q9UPT6 + Q16584 +Q9UPT6 + O14733 +Q9UPT6 + P45985 +Q9UPT6 + P53779 +Q9UPT6 + P45984 +Q9UPT6 + Q13233 +Q9UPT6 + P45983 +Q12904 + Q9HAU4 +P19419 + P01100 +Q8WYK2 - P15336 +Q8WYK2 - P05412 +P28324 + P01100 +P36896 + Q15796 +P36896 + P84022 +P36896 + Q13485 +P36896 + P45983 +Q99956 - Q16539 +Q99956 - P45984 +Q99956 - P45983 +Q9H0E2 + Q9Y4K3 +Q92993 - Q01130 +Q92993 + Q9BZS1 +Q92993 + P68431 +Q92993 + P01106 +Q92993 - P40763 +Q92993 + P62805 +Q92993 + P10275 +Q92993 - P16220 +Q92993 + Q13315 +Q92993 + O75385 +Q92993 + P0C0S5 +Q92993 + P78527 +Q92993 + P15172 +Q92993 + P05067 +Q92993 + P04637 +Q86TM6 + O15354 +P30305 + P06493 +P04632 + P17655 +Q96LC9 - Q07820 +Q96LC9 - Q07817 +Q96LC9 - P10415 +Q8TDB6 + P62805 +O75460 + P17861 +O75460 + Q12933 +O75460 + P45983 +Q56P42 - Q9ULZ3 +P16104 + O60934 +P16104 + Q13535 +P16104 + Q8NEM0 +P16104 + Q14676 +P16104 + Q92830 +P16104 + Q12888 +Q99575 - Q9ULZ3 +Q9UFF9 - Q9ULZ3 +Q13115 - Q16539 +Q13115 - P45984 +Q9BZR9 - O15524 +P61604 - P10809 +Q99640 - P06493 +P28562 - P53778 +P28562 - Q9NVI1 +P28562 - Q15759 +P28562 - P53779 +P28562 - P45984 +Q9P035 - P63000 +Q7L576 + Q6T4R5 +Q7Z6J0 + Q12852 +Q7Z6J0 + Q02779 +Q7Z6J0 + Q16584 +Q7Z6J0 + O14733 +Q7Z6J0 + P45985 +Q7Z6J0 + P15153 +Q7Z6J0 + Q9UQF2 +Q7Z6J0 + P45983 +O43312 + Q9UMX1 +O43312 + P08151 +O43312 + P63000 +Q16082 + Q9Y243 +Q16082 + P31749 +Q16082 - P42574 +Q16082 - P45983 +Q13233 + P09488 +Q13233 + Q6UUV9 +Q13233 + P54764 +Q13233 + P52564 +Q13233 + P27361 +Q13233 + O14733 +Q13233 + O15111 +Q13233 - Q13158 +Q13233 + P40763 +Q13233 + P45985 +Q13233 + Q15796 +Q13233 + O14920 +Q13233 + Q02750 +Q13233 + Q99558 +Q13233 + P28482 +Q13233 + P45983 +P31260 + Q12778 +O75469 - Q15466 +O75469 + P41235 +O75469 + P19793 +O75469 + Q12778 +P17676 + P10147 +P17676 + P40763 +P17676 + Q13950 +P17676 + P02763 +P17676 + Q16254 +P17676 + P18428 +P17676 + P07900 +P17676 + Q12778 +P06401 + P27361 +P06401 + P24941 +P06401 + P28482 +P06401 + Q12778 +Q16828 - Q16659 +Q16828 + Q12778 +O43521 - Q92843 +O43521 + P21796 +O43521 + Q07812 +O43521 - Q07820 +O43521 - Q16548 +O43521 - Q07817 +O43521 - P10415 +O43521 + Q16611 +Q49AN0 - O00327 +Q49AN0 - O15516 +O43474 - P11831 +P08833 + P05019 +Q9Y2E6 - Q9UHD2 +Q96CV9 + Q92664 +P12980 - P15923 +Q9H2T7 + P15923 +O60682 - P15923 +Q02779 + P78352 +Q02779 + O14733 +Q02779 + P45985 +Q02779 + Q92630 +Q02779 - P15923 +P17542 - P15923 +P49137 + P33241 +P49137 + Q9NY61 +P49137 + P07101 +P49137 + O15511 +P49137 - P30305 +P49137 - Q92574 +P49137 + Q00987 +P49137 + P08670 +P49137 + P11831 +P49137 + P16220 +P49137 + P53350 +P49137 + Q9UKV8 +P49137 + O75925 +P49137 - Q07352 +P49137 + Q13151 +P49137 + P53667 +P49137 - P30307 +P49137 + Q00613 +P49137 - P30304 +P49137 - O95453 +P49137 + Q16539 +P49137 + Q16082 +P49137 + Q15717 +P49137 + O95816 +P49137 + P15923 +Q02535 - Q92858 +Q02535 - P15923 +P15923 + P15172 +P32780 + Q13888 +P32780 + P19447 +P32780 + P18074 +P32780 + Q01831 +P32780 + P24928 +P32780 + Q92889 +Q8IY92 + Q92889 +P23025 + P32780 +P23025 + P15927 +P23025 + P07992 +P23025 + Q92466 +P23025 + Q9UPV0 +P23025 + P27694 +P23025 + Q92889 +Q99743 + O15055 +Q99743 + O15534 +Q09013 + P26678 +Q09013 + Q15942 +Q09013 + O43294 +Q09013 + O14974 +Q01664 + Q12857 +Q01664 + Q13547 +Q01664 + P08047 +P00748 + P03952 +P01042 - P08311 +P03952 + P00748 +P03952 + P01042 +P03952 + P54619 +Q96P09 - P55211 +Q13075 - P42574 +Q13075 - P55211 +P99999 + O14727 +P99999 + Q07812 +P99999 + P55211 +Q96CA5 - Q9NR28 +Q96CA5 - P55210 +Q96CA5 - P42574 +Q96CA5 - P55211 +Q07817 - P21796 +Q07817 - Q07812 +Q07817 - P99999 +Q07817 - Q13794 +Q07817 - O43521 +Q07817 - Q9BZR8 +Q07817 + P10415 +Q07817 - Q9C000 +Q07817 + Q12983 +Q07817 - Q16611 +Q07817 - P04637 +Q07817 - P55957 +Q07817 - P55211 +Q9NR09 - O43464 +Q9NR09 - Q9NR28 +Q9NR09 - P55210 +Q9NR09 - P42574 +Q9NR09 - P55211 +O75143 + Q8TDY2 +O75143 + O75385 +O75143 + Q8IYT8 +Q9UJX4 + Q9UJX5 +Q9UJX4 + Q9UM13 +Q9UJX4 + Q13042 +Q9UJX4 + Q9UJX6 +Q9UJX4 + Q9UJX2 +Q9UJX4 + Q9H1A4 +Q9UJX4 + P30260 +Q9UJX4 + Q9UM11 +Q9UJX4 + Q9UJX3 +Q8NHZ8 + Q9UJX5 +Q8NHZ8 + Q13042 +Q8NHZ8 + Q9UJX6 +Q8NHZ8 + Q9UJX2 +Q8NHZ8 + Q9H1A4 +Q8NHZ8 + P30260 +Q8NHZ8 + Q9UM11 +Q8TDY2 - Q14289 +Q8TDY2 - Q92574 +Q8TDY2 + Q676U5 +Q8TDY2 + O75385 +Q8TDY2 + P04637 +Q8TDY2 + Q8IYT8 +Q9UM13 + Q9UJX4 +Q9UM13 + Q9UJX5 +Q9UM13 + Q13042 +Q9UM13 + Q9UJX6 +Q9UM13 + Q9UJX2 +Q9UM13 + Q9H1A4 +Q9UM13 + P30260 +Q9UM13 + Q9UM11 +Q9UM13 + Q9NYG5 +Q9UM13 + Q9UJX3 +Q9UM13 - P06493 +Q4G163 - Q12834 +Q9UJX2 + Q9BS18 +Q9UJX2 + Q9UJX4 +Q9UJX2 + Q9UJX5 +Q9UJX2 + Q8NHZ8 +Q9UJX2 + Q9UM13 +Q9UJX2 + Q13042 +Q9UJX2 + Q9UJX6 +Q9UJX2 + Q9H1A4 +Q9UJX2 + P30260 +Q9UJX2 + Q9UM11 +Q9UJX2 + Q9UJX3 +Q9UJX2 - P06493 +O60216 - P49711 +Q7Z5K2 - O60216 +O94761 + P27695 +O94761 + P39748 +O94761 + P06746 +P20941 - O43186 +Q9NS56 + P63165 +Q9NS56 - Q99801 +P62324 + P17482 +P62324 + Q99873 +P0DN86 + P22888 +P01229 + P22888 +Q8TEW0 + Q9BX67 +Q8TEW0 + P57087 +Q8TEW0 + Q9Y624 +P19338 + P68871 +P19338 - P10243 +P19338 - Q00987 +P19338 - P10242 +P19338 + P27694 +Q03060 - Q9Y2W7 +Q03060 - P16220 +Q03060 + P23443 +Q14449 + Q05513 diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/zanudo_2015a/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/zanudo_2015a/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,49 @@ +# -*- coding: utf-8 -*- + +""" +[Reference] +Zañudo, J. G. T., & Albert, R. +Cell Fate Reprogramming by Control of Intracellular Network Dynamics. +PLoS Computational Biology, (2015) 11(4), e1004193. + +""" + +import os + +import pandas as pd + +import sfa +import sfa.base + + +def create_data(): + return ZanudoAData() + + +class ZanudoAData(sfa.base.Data): + + def __init__(self): + + self._abbr = "zanudo_2015a" + self._name = "Zañudo et al. PLoS Computational Biology, 11(4), e1004193" + inputs = {} + + dpath = os.path.dirname(__file__) + fpath_network = os.path.join(dpath, 'network.sif') + A, n2i, dg = sfa.read_sif(fpath_network, as_nx=True) + self._A = A + self._n2i = n2i + self._i2n = {idx: name for name, idx in n2i.items()} + self._dg = dg + self._inputs = inputs + + # The following members are not defined due to the lack of data. + self._df_conds = None + self._df_exp = None + self._df_ptb = None + self._has_link_perturb = False + self._names_ptb = None + self._iadj_to_idf = None + # end of def __init__ +# end of def class + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/data/zanudo_2015a/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/data/zanudo_2015a/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,142 @@ +TCR + CTLA4 +Stimuli + TCR +CTLA4 - TCR +S1P + PDGFR +PDGF + PDGFR +TCR + FYN +IL2RB + FYN +FYN + CytoskeletonSignaling +CD45 + LCK +TCR + LCK +IL2RB + LCK +ZAP70 - LCK +LCK + ZAP70 +FYN - ZAP70 +IL2RB + GRB2 +ZAP70 + GRB2 +GRB2 + PLCG1 +PDGFR + PLCG1 +GRB2 + RAS +PLCG1 + RAS +GAP - RAS +RAS + GAP +PDGFR + GAP +GAP + GAP +IL15 - GAP +IL2 - GAP +RAS + MEK +PDGFR + PI3K +RAS + PI3K +TPL2 + NFKB +PI3K + NFKB +FLIP + NFKB +TRADD + NFKB +IAP + NFKB +PI3K + NFAT +NFKB + RANTES +NFKB + IL2 +STAT3 + IL2 +NFAT + IL2 +TBET - IL2 +ERK + IL2RBT +TBET + IL2RBT +IL2RBT + IL2RB +IL2 + IL2RB +IL15 + IL2RB +IL2 + IL2RAT +STAT3 + IL2RAT +NFKB + IL2RAT +IL2 + IL2RA +IL2RAT + IL2RA +IL2RA - IL2RA +IL2RA + JAK +IL2RB + JAK +RANTES + JAK +IFNG + JAK +SOCS - JAK +CD45 - JAK +JAK + SOCS +IL2 - SOCS +IL15 - SOCS +JAK + STAT3 +STAT3 + P27 +STAT3 + Proliferation +P27 - Proliferation +JAK + TBET +TBET + TBET +ERK + CREB +IFNG + CREB +TBET + IFNGT +STAT3 + IFNGT +NFAT + IFNGT +IL2 + IFNG +IL15 + IFNG +Stimuli + IFNG +IFNGT + IFNG +SMAD - IFNG +P2 - IFNG +IFNG + P2 +P2 + P2 +Stimuli2 - P2 +CREB + GZMB +IFNG + GZMB +TBET + GZMB +TAX + TPL2 +PI3K + TPL2 +TNF + TPL2 +NFKB + TNF +TNF + TRADD +IAP - TRADD +A20 - TRADD +STAT3 + FasL +NFKB + FasL +NFAT + FasL +ERK + FasL +NFKB + FasT +FasT + Fas +FasL + Fas +sFas - Fas +FasT + sFas +S1P + sFas +Apoptosis - sFas +Fas + Ceramide +S1P - Ceramide +FasT + DISC +Fas + DISC +IL2 + DISC +Ceramide + DISC +FLIP - DISC +TRADD + Caspase +GZMB + Caspase +BID + Caspase +IAP - Caspase +DISC + Caspase +NFKB + FLIP +CREB + FLIP +IFNG + FLIP +DISC - FLIP +NFKB + A20 +Caspase + BID +GZMB + BID +BclxL - BID +MCL1 - BID +NFKB + IAP +BID - IAP +NFKB + BclxL +STAT3 + BclxL +BID - BclxL +GZMB - BclxL +DISC - BclxL +IL2RB + MCL1 +STAT3 + MCL1 +NFKB + MCL1 +PI3K + MCL1 +DISC - MCL1 +Caspase + Apoptosis +S1P + GPCR +GPCR + SMAD +PDGFR + SPHK1 +SPHK1 + S1P +Ceramide - S1P +MEK + ERK +PI3K + ERK diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/fileio.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/fileio.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,146 @@ + +import os +import codecs +from collections import defaultdict + +import numpy as np +import networkx as nx + +from .base import Data + +__all__ = [ + "read_inputs", + "read_sif", + "create_from_sif", +] + + +def read_inputs(fpath): + inputs = {} + with codecs.open(fpath, "r", encoding="utf-8-sig") as fin: + for line in fin: + if line.isspace(): + continue + + items = line.split() + node = items[0].strip() + defval = float(items[1].strip()) + inputs[node] = defval + return inputs + + +def read_sif(fpath, signs={'+':1, '-':-1}, sort=True, as_nx=False): + dict_links = defaultdict(list) + set_nodes = set() + n2i = {} + with codecs.open(fpath, "r", encoding="utf-8-sig") as fin: + for line in fin: + if line.isspace(): + continue + + items = line.strip().split() + src = items[0] + trg = items[2] + sign = items[1] + + set_nodes.add(src) + set_nodes.add(trg) + int_sign = signs[sign] + dict_links[src].append((trg, int_sign)) + # end of for + # end of with + + if sort == True: + list_nodes = sorted(set_nodes) + else: + list_nodes = list(set_nodes) + + N = len(set_nodes) + adj = np.zeros((N, N), dtype=np.int) + + for isrc, name in enumerate(list_nodes): + n2i[name] = isrc # index of source + # end of for + for name_src in n2i: + isrc = n2i[name_src] + for name_trg, int_sign in dict_links[name_src]: + itrg = n2i[name_trg] + adj[itrg, isrc] = int_sign + # end of for + # end of for + + if not as_nx: + return adj, n2i + else: # NetworkX DiGraph + dg = nx.DiGraph() + # Add nodes + for name in list_nodes: + dg.add_node(name) + + # Add edges (links) + for name_src in list_nodes: + for name_trg, sign in dict_links[name_src]: + dg.add_edge(name_src, name_trg) + dg.edges[name_src, name_trg]['SIGN'] = sign + # end of for + # end of for + return adj, n2i, dg + # end of else + + +# end of def + + +def create_from_sif(fpath, abbr=None, inputs=None, outputs=None): + """Create sfv.base.Data object from SIF file. + + Parameters + ---------- + fpath : str + Absolute path of SIF file + abbr : str + Abbreviation to denote this data object for the network. + inputs : dict, optional + Input information with default values + outputs : sequence, optional + Output information. + + Returns + ------- + obj : sfv.base.Data + Data object with the information of network topology. + + """ + class __Data(Data): + def __init__(self): + if abbr: + self._abbr = abbr + else: + self._abbr = os.path.basename(fpath) + + self._name = self._abbr + A, n2i, dg = read_sif(fpath, as_nx=True) + self._A = A + self._n2i = n2i + self._i2n = {idx: name for name, idx in n2i.items()} + self._dg = dg + self._inputs = inputs + + if outputs: + self._outputs = outputs + + # The following members are not defined due to the lack of data. + self._df_conds = None + self._df_exp = None + self._df_ptb = None + self._has_link_perturb = False + self._names_ptb = None + self._iadj_to_idf = None + # end of def __init__ + # end of def class + + fname, ext = os.path.splitext(os.path.basename(fpath)) + fname = ''.join([c for c in fname.title() if c.isalnum()]) + fname += "Data" + __Data.__name__ = fname + return __Data() \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/manager.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/manager.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +""" +Created on Tue Jul 5 15:05:25 2016 + +@author: dwlee +""" + +from abc import ABCMeta, abstractmethod + +from .base import Algorithm +from .base import Data + +class JobManager(object): + __metaclass__ = ABCMeta + + def add_algorithm(self, alg): + + if not isinstance(alg, Algorithm): + raise TypeError("The algorithm should be " \ + "a subclass of sfa.base.Algorithm.") + # end of def add_algorithm + + def add_data(self, data): + + if not isinstance(data, Data): + raise TypeError("The data should be " \ + "a subclass of sfa.base.Data.") + + # end of def add_data + + #def (self, nprocs=False): + # pass + + # end of def process + + def _create_job(self, alg, data): + pass + + def _process_parallel(self): + pass + + def _process_single(self): + pass + + + \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/plot/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/plot/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +from .heatmap import Heatmap +from .table_batch import BatchResultTable +from .table_condition import ConditionTable +from .table_hierarchical_clustering import HierarchicalClusteringTable + +from .si import siplot \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/plot/base.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/plot/base.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,144 @@ +# -*- coding: utf-8 -*- + +import matplotlib.pyplot as plt +from matplotlib.gridspec import GridSpec + + +class BaseGridPlot(object): + + def __init__(self, colors=None, *args, **kwargs): + if not colors: + self._colors = dict() + else: + self._colors = dict(colors) + + self._set_colors(colors) + self._parse_kwargs(**kwargs) + + # Create figure and axis + self._create_figure() + self._create_axes() + + # end of def __init__ + + def _set_default_color(self, prop, defval): + if prop not in self._colors: + self._colors[prop] = defval + # end of def + + def _set_colors(self): + raise NotImplementedError() + + def _parse_kwargs(self, **kwargs): + """Parse the parameters for GridSpec + """ + self._dim = kwargs.get('dim', (1, 1)) + self._wspace = kwargs.get('wspace', 0) + self._hspace = kwargs.get('hspace', 0) + self._width_ratios = kwargs.get('width_ratios', [1]) + self._height_ratios = kwargs.get('height_ratios', [1]) + + def _create_figure(self): + self._fig = plt.figure() + self._gridspec = GridSpec(*self._dim, + wspace=self._wspace, + hspace=self._hspace, + width_ratios=self._width_ratios, + height_ratios=self._height_ratios) + + self._fig.set_facecolor('white') + + def _create_axes(self): + self._axes = {} + ax = self._fig.add_subplot(self._gridspec[0, 0]) + self._axes['base'] = ax + ax.grid(b=False) + ax.set_frame_on(False) + ax.invert_yaxis() + ax.xaxis.tick_top() + + @property + def column_tick_fontsize(self): + return self._column_tick_fontsize + + @column_tick_fontsize.setter + def column_tick_fontsize(self, val): + self._column_tick_fontsize = val + for ax in self._axes.values(): + ax.tick_params(axis='x', which='major', + labelsize=self._column_tick_fontsize) + + @property + def row_tick_fontsize(self): + return self._row_tick_fontsize + + @row_tick_fontsize.setter + def row_tick_fontsize(self, val): + self._row_tick_fontsize = val + for ax in self._axes.values(): + ax.tick_params(axis='y', which='major', + labelsize=self._row_tick_fontsize) + + # # Properties + # @property + # def column_tick_fontsize(self): + # raise NotImplementedError() + # + # @column_tick_fontsize.setter + # def column_tick_fontsize(self, val): + # raise NotImplementedError() + # + # @property + # def row_tick_fontsize(self): + # raise NotImplementedError() + # + # @row_tick_fontsize.setter + # def row_tick_fontsize(self, val): + # raise NotImplementedError() + + # @property + # def text_fontsize(self): + # raise NotImplementedError() + # + # @text_fontsize.setter + # def text_fontsize(self, val): + # raise NotImplementedError() + # + # @property + # def linewidth(self): + # raise NotImplementedError() + # + # @linewidth.setter + # def linewidth(self, val): + # raise NotImplementedError() + + # Read-only properties + @property + def colors(self): + return self._colors + + @property + def fig(self): + return self._fig + + @property + def axes(self): + return self._axes + + @property + def gridspec(self): + return self._gridspec + + +class BaseTable(BaseGridPlot): + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self._create_tables() + + def _create_tables(self): + raise NotImplementedError() + + @property + def tables(self): + return self._tables \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/plot/heatmap.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/plot/heatmap.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,147 @@ +# -*- coding: utf-8 -*- + +import matplotlib +import matplotlib.pyplot as plt +import seaborn as sns + +from .base import BaseGridPlot + + +class Heatmap(BaseGridPlot): + + def __init__(self, df, *args, fmt='.3f', + cmap=None, vmin=0.0, vmax=1.0, + annot=True, **kwargs): + + super().__init__(*args, **kwargs) + + # Set references for data objects + self._df = df # A dataFrame + sns.heatmap(self._df, + ax=self._axes['base'], + annot=annot, + fmt=fmt, + annot_kws={"size": 10}, + linecolor=self._colors['table_edge_color'], + vmin=vmin, vmax=vmax, + cmap=cmap, + cbar_kws={"orientation": "vertical", + "pad": 0.02, }) + + + self._qm = self._axes['heatmap'].collections[0] + #self._qm.set_edgecolor(self._colors['table_edge_color']) + + # Change the labelsize + cb = self._qm.colorbar + cb.outline.set_linewidth(0.5) + cb.outline.set_edgecolor(self._colors['table_edge_color']) + cb_ax_asp = cb.ax.get_aspect() + cb.ax.set_aspect(cb_ax_asp * 2.0) + + # Remove inner lines + children = cb.ax.get_children() + for child in children: + if isinstance(child, matplotlib.collections.LineCollection): + child.set_linewidth(0) + + self._axes['heatmap'].xaxis.tick_top() + plt.xticks(rotation=90) + plt.yticks(rotation=0) + + self._axes['heatmap'].tick_params(axis='x', which='major', pad=-2) + self._axes['heatmap'].tick_params(axis='y', which='major', pad=3) + + # Hide axis labels + self._axes['heatmap'].set_xlabel('') + self._axes['heatmap'].set_ylabel('') + + # Text element of the heatmap object + self._texts = [] + ch = self._axes['heatmap'].get_children() + for child in ch: + if isinstance(child, matplotlib.text.Text): + if child.get_text() != '': + self._texts.append(child) + + # Set default values using properties + self.row_tick_fontsize = 10 + self.column_tick_fontsize = 10 + self.colorbar_label_fontsize = 10 + self.linewidth = 0.5 + + # end of __init__ + + def _set_colors(self, colors): + """Assign default color values for heatmap and colorbar + """ + self._set_default_color('table_edge_color', 'black') + self._set_default_color('colorbar_edge_color', 'black') + + def _create_axes(self): + super()._create_axes() + ax = self._axes['base'] + self._axes['heatmap'] = ax + #del self._axes['base'] + + # Properties + @property + def text_fontsize(self): + return self._text_fontsize + + @text_fontsize.setter + def text_fontsize(self, val): + """Resize text fonts + """ + self._text_fontsize = val + for t in self._texts: + t.set_fontsize(val) + + @property + def column_tick_fontsize(self): + return self._column_tick_fontsize + + @column_tick_fontsize.setter + def column_tick_fontsize(self, val): + self._column_tick_fontsize = val + self._axes['heatmap'].tick_params( + axis='x', + which='major', + labelsize=self._column_tick_fontsize) + + @property + def row_tick_fontsize(self): + return self._row_tick_fontsize + + @row_tick_fontsize.setter + def row_tick_fontsize(self, val): + self._row_tick_fontsize = val + self._axes['heatmap'].tick_params( + axis='y', + which='major', + labelsize=self._row_tick_fontsize) + + @property + def colorbar_tick_fontsize(self): + return self._colorbar_tick_fontsize + + @colorbar_tick_fontsize.setter + def colorbar_tick_fontsize(self, val): + self._colorbar_tick_fontsize = val + self._qm.colorbar.ax.tick_params(axis='y', labelsize=val) + + @property + def linewidth(self): + return self._linewidth + + @linewidth.setter + def linewidth(self, val): + """Adjust the width of table lines + """ + self._linewidth = val + self._qm.set_linewidth(self._linewidth) + + # Read-only properties + @property + def colorbar(self): + return self._qm.colorbar \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/plot/si.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/plot/si.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,165 @@ + +from collections import Counter + +import numpy as np +import pandas as pd +import matplotlib.gridspec as gridspec +import matplotlib.pyplot as plt +from matplotlib.patches import Rectangle +from matplotlib.ticker import FormatStrFormatter +from matplotlib import rcParams + +rcParams['font.family'] = 'sans-serif' +rcParams['font.sans-serif'] = ['Arial'] + +def siplot(df_splo, + df_inf, + output, + min_splo=None, + max_splo=None, + thr_inf=1e-10, + fmt_inf='%f', + fig=None, + cnt_max=None, + ncol=4, + designated=None, + color='silver', + dcolor='red', + zcolor='red', + alpha=0.7, + xfontsize=8, + yfontsize=8): + + # SPLO-Influence Data + if not min_splo: + min_splo = df_splo.min() + + if not max_splo: + max_splo = df_splo.max() + + mask_splo = (min_splo <= df_splo) & (df_splo <= max_splo) + df_splo = df_splo[mask_splo] + + df_splo = pd.DataFrame(df_splo) + df_splo.columns = ['SPLO'] + + + if output in df_splo.index: + df_splo.drop(output, inplace=True) + + index_common = df_splo.index.intersection(df_inf.index) + df_inf = pd.DataFrame(df_inf.loc[index_common]) + + mark_drop = df_inf[output].abs() <= thr_inf + df_inf.drop(df_inf.loc[mark_drop, output].index, + inplace=True) + + + df_si = df_inf.join(df_splo.loc[index_common]) + df_si.index.name = 'Source' + df_si.reset_index(inplace=True) + + cnt_splo = Counter(df_si['SPLO']) + if not cnt_max: + cnt_max = max(cnt_splo.values()) + + splos = sorted(cnt_splo.keys()) + nrow = int(np.ceil(len(splos)/ncol)) + + # Plot + if not fig: + fig = plt.figure() + + gs = gridspec.GridSpec(nrow, ncol) + + yvals = np.arange(1, cnt_max +1) + for i, splo in enumerate(splos): + idx_row = int(i / ncol) + idx_col = int(i % ncol) + ax = fig.add_subplot(gs[idx_row, idx_col]) + df_sub = df_si[df_si['SPLO'] == splo] + df_sub = df_sub.sort_values(by=output) + num_items = df_sub[output].count() + + influence = np.zeros((cnt_max,)) # Influence + num_empty = cnt_max - num_items + influence[num_empty:] = df_sub[output] + names = df_sub['Source'].tolist() + names = ['' ] *(num_empty) + names + + # Plot bars + plt.barh(yvals, influence, align='center', + alpha=alpha) + + ax.set_title('SPLO=%d'%(splo)) + ax.set_xlabel('') + + ax.xaxis.set_major_formatter(FormatStrFormatter(fmt_inf)) + ax.tick_params(axis='x', + which='major', + labelsize=xfontsize) + + ax.set_ylabel('') + ax.yaxis.set_ticks_position('right') + ax.tick_params(axis='y', + which='major', + labelsize=yfontsize) + + plt.yticks(yvals, names) + + # Draw zero line. + if not((influence <= 0).all() or (influence >= 0).all()): + ax.vlines(x=0.0, ymin=0, ymax=yvals[-1]+1, color=zcolor) + + # Set limitations + ax.set_ylim(0, cnt_max +1) + + if designated: + # Filter bar graphics. + bars = [] + cnt_bars = 0 + for obj in ax.get_children(): + if cnt_bars == cnt_max: + break + if isinstance(obj, Rectangle): + bars.append(obj) + obj.set_color(color) + cnt_bars += 1 + # end of for + + # Change the bars of the designated names. + for i, name in enumerate(names): + if name in designated: + bars[i].set_color(dcolor) + # end of for + + # Change the text colors of the designated names. + for obj in ax.get_yticklabels(): + name = obj.get_text() + if name in designated: + obj.set_color(dcolor) + # end of for + # end of for + + # Make zero notation more simple. + fig.canvas.draw() + for ax in fig.axes: + labels = [] + for obj in ax.get_xticklabels(): + try: + text = obj.get_text() + num = float(text) + except ValueError: + labels.append(text) + continue + + if num == 0: + labels.append('0') + else: + labels.append(text) + # end of for + ax.set_xticklabels(labels) + # end of for + # end of for + + return fig diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/plot/table_batch.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/plot/table_batch.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,75 @@ +# -*- coding: utf-8 -*- + +import matplotlib.pyplot as plt +import matplotlib.gridspec as gridspec + +from .tableaxis import ResultTableAxis +from .table_condition import ConditionTable + + +class BatchResultTable(ConditionTable): + + def __init__(self, data, cons, *args, **kwargs): + # Set references for data objects + self._dfe = data.df_exp # DataFrame of experiment results + self._dfr = cons # DataFrame of consensus between exp. and sim. + super().__init__(data.df_conds, *args, **kwargs) + # end of def __init__ + + def _parse_kwargs(self, **kwargs): + """Parse the keyword arguments. + """ + self._dim = kwargs.get('dim', (1, 2)) + self._wspace = kwargs.get('wspace', 0.05) + self._hspace = kwargs.get('hspace', 0) + + ncols_conds = self._dfc.shape[1] + ncols_res = self._dfr.shape[1] + self._width_ratios = kwargs.get('width_ratios', [ncols_conds, + ncols_res]) + self._height_ratios = kwargs.get('height_ratios', [1]) + + default_position = {'condition': (0, 0), 'result': (0, 1), } + self._axes_position = kwargs.get('axes_position', + default_position) + + def _create_axes(self): + self._axes = {} + pos = self._axes_position['condition'] + ax_conds = self._fig.add_subplot(self._gridspec[pos[0], pos[1]]) + self._axes['condition'] = ax_conds + + pos = self._axes_position['result'] + ax_res = self._fig.add_subplot(self._gridspec[pos[0], pos[1]]) + self._axes['result'] = ax_res + + for ax in self._axes.values(): + ax.grid(b=False) + ax.set_frame_on(False) + ax.invert_yaxis() + ax.xaxis.tick_top() + + def _create_tables(self): + super()._create_tables() + tb = ResultTableAxis(self._axes['result'], + self._dfr, + self._dfe, + self._colors) + tb.fontsize = 4 + tb.linewidth = 0.5 + self._tables.append(tb) + + def _set_colors(self, colors): + super()._set_colors(colors) + self._set_default_color('result_up_cell', '#35FF50') # Green + self._set_default_color('result_dn_cell', '#FF0000') # Red + self._set_default_color('result_up_text', 'black') + self._set_default_color('result_dn_text', 'white') + + def _add_labels(self): + super()._add_labels() + + # The second table, which is result DataFrame, adds + # column labels only. + tb = self._tables[1] + tb.add_column_labels() \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/plot/table_condition.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/plot/table_condition.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,44 @@ +from .base import BaseTable +from .tableaxis import ConditionTableAxis + + +class ConditionTable(BaseTable): + + def __init__(self, conds, *args, **kwargs): + self._dfc = conds # DataFrame of condition cases + super().__init__(*args, **kwargs) + """ + Add labels using x and y axes. + The default values should be assigned before adding labels. + """ + self.row_tick_fontsize = 5 + self.column_tick_fontsize = 5 + self._add_labels() + # end of def __init__ + + def _set_colors(self, colors): + """Assign default color values, if it is not defined. + """ + self._set_default_color('cond_up_cell', 'blue') + self._set_default_color('cond_dn_cell', 'white') + + def _create_axes(self): + super()._create_axes() + ax = self._axes['base'] + self._axes['condition'] = ax + del self._axes['base'] + + def _create_tables(self): + self._tables = [] + tb = ConditionTableAxis(self._axes['condition'], + self._dfc, self._colors) + tb.fontsize = 4 + tb.linewidth = 0.5 + self._tables.append(tb) + + def _add_labels(self): + tb = self._tables[0] + tb.add_row_labels() + tb.add_column_labels() + + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/plot/table_hierarchical_clustering.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/plot/table_hierarchical_clustering.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,286 @@ + +import numpy as np +import scipy.spatial.distance as distance +import scipy.cluster.hierarchy as sch + +import matplotlib +import matplotlib.pyplot as plt +import matplotlib.gridspec as gridspec + +import seaborn as sns + +from .table_condition import ConditionTable + + +class HierarchicalClusteringTable(ConditionTable): + + def __init__(self, conds, samples, *args, **kwargs): + # Set references for data objects + self._dfs = samples # DataFrame of samples to be clustered. + super().__init__(conds, *args, **kwargs) + self._create_colorbar() + self.column_tick_fontsize = self._table_tick_fontsize + # end of def __init__ + + def _parse_kwargs(self, **kwargs): + """Parse the keyword arguments. + """ + + self._vmin = kwargs.get('vmin', None) + self._vmax = kwargs.get('vmax', None) + + colors_blend = ['red', 'white', np.array([0, 1, 0, 1])] + default_cmap = sns.blend_palette(colors_blend, + n_colors=100, + as_cmap=True) + self._cmap = kwargs.get('cmap', default_cmap) + + self._dim = kwargs.get('dim', (2, 5)) + self._wspace = kwargs.get('wspace', 0.005) + self._hspace = kwargs.get('hspace', 0.005) + + default_width_ratios = [self._dfc.shape[1], + 0.25, + self._dfs.shape[1], + 0.5*self._dfs.shape[1], + 0.05*self._dfs.shape[1]] + + default_height_ratios = [self._dfs.shape[1], + self._dfc.shape[0]] + + self._width_ratios = kwargs.get('width_ratios', + default_width_ratios) + self._height_ratios = kwargs.get('height_ratios', + default_height_ratios) + + default_position = {'condition': np.array([1, 0]), + 'heatmap': np.array([1, 2]), + 'row_dendrogram': np.array([1, 3]), + 'col_dendrogram': np.array([0, 2]), + 'colorbar': np.array([1, 4])} + + self._axes_position = kwargs.get('axes_position', + default_position) + + self._row_cluster = kwargs.get('row_cluster', True) + self._col_cluster = kwargs.get('col_cluster', True) + + if self._row_cluster: + self._row_method = kwargs.get('row_method', 'single') + self._row_metric = kwargs.get('row_metric', 'cityblock') + self._row_dend_linewidth = kwargs.get('row_dend_linewidth', 0.5) + + if self._col_cluster: + self._col_method = kwargs.get('col_method', 'single') + self._col_metric = kwargs.get('col_metric', 'cityblock') + self._col_dend_linewidth = kwargs.get('col_dend_linewidth', 0.5) + + self._table_linewidth = kwargs.get('table_linewidth', 0.5) + self._table_tick_fontsize = kwargs.get('table_tick_fontsize', 5) + self._colorbar_tick_fontsize = kwargs.get('colorbar_tick_fontsize', 5) + + def _create_axes(self): + self._axes = {} + # pos = self._axes_position['heatmap'] + # ax_heatmap = self._fig.add_subplot(self._gridspec[pos[0], pos[1]]) + # self._axes.append(ax_heatmap) + + pos = self._axes_position['condition'] + ax_conds = self._fig.add_subplot(self._gridspec[pos[0], pos[1]]) + self._axes['condition'] = ax_conds + ax_conds.grid(b=False) + ax_conds.set_frame_on(False) + ax_conds.invert_yaxis() + ax_conds.xaxis.tick_bottom() + + self._perform_clustering() + + def _create_tables(self): + super()._create_tables() + ax_heatmap = self._axes['heatmap'] + + # Draw lines on table and heatmap + self.tables[0].linewidth = self._table_linewidth + for x in range(self._dfs.shape[1]+1): + ax_heatmap.axvline(x-0.5, + linewidth=self._table_linewidth, + color='k', zorder=10) + + for y in range(self._dfs.shape[0]+1): + ax_heatmap.axhline(y-0.5, + linewidth=self._table_linewidth, + color='k', zorder=10) + + def _perform_clustering(self): + sch.set_link_color_palette(['black']) + if self._row_cluster: + + row_pairwise_dists = distance.pdist(self._dfs, + metric=self._row_metric) + row_clusters = sch.linkage(row_pairwise_dists, + metric=self._row_metric, + method=self._row_method) + + with plt.rc_context({'lines.linewidth': self._row_dend_linewidth}): + # Dendrogram for row clustering + pos = self._axes_position['row_dendrogram'] + subgs = self._gridspec[pos[0], pos[1]] + ax_row_den = self._fig.add_subplot(subgs) + row_den = sch.dendrogram(row_clusters, + color_threshold=np.inf, + orientation='right') + + ax_row_den.set_facecolor("white") + self._clean_axis(ax_row_den) + self._axes['row_dendrogram'] = ax_row_den + + ind_row = row_den['leaves'] + # Rearrange the DataFrame for condition according to + # the clustering result. + self._dfc = self._dfc.iloc[ind_row, :] + else: + ind_row = range(self._dfs.index.size) #self._dfs.index.ravel() + + if self._col_cluster: + col_pairwise_dists = distance.pdist(self._dfs.T, + metric=self._col_metric) + col_clusters = sch.linkage(col_pairwise_dists, + metric=self._col_metric, + method=self._col_method) + + with plt.rc_context({'lines.linewidth': self._col_dend_linewidth}): + # Dendrogram for column clustering + pos = self._axes_position['col_dendrogram'] + ax_col_den = self._fig.add_subplot(self._gridspec[pos[0], pos[1]]) + col_den = sch.dendrogram(col_clusters, + color_threshold=np.inf, + orientation='top') + ax_col_den.set_facecolor("white") + self._clean_axis(ax_col_den) + self._axes['col_dendrogram'] = ax_col_den + ind_col = col_den['leaves'] + else: + # ind_col = self._dfs.columns.ravel() + ind_col = range(self._dfs.columns.size) + + # Heatmap + pos = self._axes_position['heatmap'] + subgs = self._gridspec[pos[0], pos[1]] + ax_heatmap = self._fig.add_subplot(subgs) + self._heatmap = ax_heatmap.matshow(self._dfs.iloc[ind_row, ind_col], + vmin=self._vmin, + vmax=self._vmax, + interpolation='nearest', + aspect='auto', + #origin='lower', + cmap=self._cmap) + + ax_heatmap.grid(b=False) + ax_heatmap.set_frame_on(True) + ax_heatmap.xaxis.tick_bottom() + self._axes['heatmap'] = ax_heatmap + self._clean_axis(ax_heatmap) + + # Remove the y-labels of condition table + #ax_conds = self._axes['condition'] + + # Add column labels + ax_heatmap.set_xticks(np.arange(0, self._dfs.shape[1], 1)) + ax_heatmap.set_xticklabels(np.array(self._dfs.columns[ind_col]), + rotation=90, minor=False) + + ax_heatmap.tick_params(axis='x', which='major', pad=-2) + + # Remove the tick lines + for line in ax_heatmap.get_xticklines(): + line.set_markersize(0) + + for line in ax_heatmap.get_yticklines(): + line.set_markersize(0) + + def _create_colorbar(self): + pos = self._axes_position['colorbar'] + subgs = self._gridspec[pos[0], pos[1]] + ax_colorbar = self._fig.add_subplot(subgs) + + cb = self._fig.colorbar(self._heatmap, ax_colorbar, + drawedges=False) #True) + self._colorbar = cb + #cb.ax.yaxis.set_ticks_position('right') + #self._clean_axis(cb.ax) + # for sp in cb.ax.spines.values(): + # sp.set_visible(False) + cb.ax.yaxis.set_ticks_position('none') + cb.ax.yaxis.set_tick_params(pad=-2) + cb.ax.yaxis.set_label_position('right') + cb.outline.set_edgecolor('black') + cb.outline.set_linewidth(self._table_linewidth) + self.colorbar_fontsize = self._colorbar_tick_fontsize + + def _clean_axis(self, ax): + """Remove ticks, tick labels, and frame from axis + """ + ax.xaxis.set_ticks_position('none') + ax.yaxis.set_ticks_position('none') + ax.xaxis.set_ticks([]) + ax.yaxis.set_ticks([]) + for sp in ax.spines.values(): + sp.set_visible(False) + + def _add_labels(self): + """Add only column labels for condition table. + """ + tb = self._tables[0] + tb.add_column_labels() + + @property + def table_linewidth(self): + return self._table_linewidth + + @table_linewidth.setter + def table_linewidth(self, val): + self._table_linewidth = val + + @property + def colorbar(self): + return self._colorbar + + @property + def colorbar_fontsize(self): + return self._colorbar_tick_fontsize + + @colorbar_fontsize.setter + def colorbar_fontsize(self, val): + self._colorbar_tick_fontsize = val + ticks = self._colorbar.ax.yaxis.get_ticklabels() + for t in ticks: + t.set_fontsize(self._colorbar_tick_fontsize) + + # @column_tick_fontsize.setter + # def column_tick_fontsize(self, val): + # self._column_tick_fontsize = val + # for ax in self._axes: + # ax.tick_params(axis='x', which='major', + # labelsize=self._column_tick_fontsize) + + # def _set_colors(self, colors): + # super()._set_colors(colors) + # + # def _add_labels(self): + # super()._add_labels() # Add labels for condition table + + + # def _add_column_labels(self): + # """Add column labels using x-axis + # """ + # xlabels = list(self._dfs.columns) + # ax_heatmap.set_xticks(np.arange(self._dfs.shape[0])) + # ax_heatmap.set_xticklabels(xlabels, + # rotation=90, minor=False) + # ax_heatmap.tick_params(axis='x', which='major', pad=3) + # + # # Hide the small bars of ticks + # for tick in self._ax.xaxis.get_major_ticks(): + # tick.tick1On = False + # tick.tick2On = False + # # # end of def \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/plot/tableaxis.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/plot/tableaxis.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,175 @@ + +import numpy as np +import matplotlib.pyplot as plt +from matplotlib.table import Table + + +class TableAxis(object): + def __init__(self, ax, df, colors): + self._ax = ax + self._df = df + self._colors = colors + + # Create matplotlib's Table object + self._tb = Table(self._ax, bbox=[0, 0, 1, 1]) + self._tb.auto_set_font_size(False) + self._ax.add_table(self._tb) + + self._calculate_cell_size() + self._add_cells() + self._remove_ticks() + + def _calculate_cell_size(self): + # The number of total rows and columns of the table + self._nrows = self._df.shape[0] + self._ncols = self._df.shape[1] + + # Calculate the width and height of a single cell in the table + L = 1.0 + H = 1.0 + self._w_cell = L / self._ncols + self._h_cell = H / self._nrows + + def _add_cells(self): + raise NotImplementedError() + + def _remove_ticks(self): + self._ax.get_xaxis().set_ticks([]) + self._ax.get_yaxis().set_ticks([]) + + def add_row_labels(self): + """Add row labels using y-axis + """ + ylabels = list(self._df.index) + self._ax.yaxis.tick_left() + + yticks = [self._h_cell/2.0] # The position of the first label + + # The row labels of condition subtable + for j in range(1, self._nrows): + yticks.append(yticks[j-1] + self._h_cell) + + self._ax.set_yticks(yticks) + self._ax.set_yticklabels(ylabels, minor=False) + self._ax.tick_params(axis='y', which='major', pad=3) + + # Hide the small bars of ticks + for tick in self._ax.yaxis.get_major_ticks(): + tick.tick1On = False + tick.tick2On = False + # end of def + + def add_column_labels(self): + """ + Add column labels using x-axis + """ + xlabels = list(self._df.columns) + xticks = [self._w_cell/2.0] # The position of the first label + # The column labels of condition subtable + for j in range(1, self._ncols): + xticks.append(xticks[j - 1] + self._w_cell) + + self._ax.xaxis.set_ticks_position('none') + + # # Hide the small bars of ticks + # for tick in self._ax.xaxis.get_major_ticks(): + # tick.tick1On = False + # tick.tick2On = False + + self._ax.set_xticks(xticks) + self._ax.set_xticklabels(xlabels, rotation=90, minor=False) + self._ax.tick_params(axis='x', which='major', pad=-2) + + # end of def + + @property + def fontsize(self): + return self._table_fontsize + + @fontsize.setter + def fontsize(self, val): + """ + Resize text fonts + """ + self._table_fontsize = val + self._tb.set_fontsize(val) + + @property + def linewidth(self): + return self._linewidth + + @linewidth.setter + def linewidth(self, val): + """Adjust the width of table lines + """ + self._linewidth = val + celld = self._tb.get_celld() + for (i, j), cell in celld.items(): + cell.set_linewidth(self._linewidth) + + +class ConditionTableAxis(TableAxis): + + def _add_cells(self): + for (i, j), val in np.ndenumerate(self._df): + if val != 0: + fcolor = self._colors['cond_up_cell'] + else: + fcolor = self._colors['cond_dn_cell'] + + self._tb.add_cell(i, j, + self._w_cell, self._h_cell, + loc='center', facecolor=fcolor) + + +class ResultTableAxis(TableAxis): + + def __init__(self, ax, dfr, dfe, colors): + self._dfr = dfr + self._dfe = dfe + super().__init__(ax, dfr, colors) + + def _add_cells(self): + """Add cells for representing the agreement between + the results of simulation and experiment. + """ + for (i, j), val_cons in np.ndenumerate(self._dfr): + if val_cons == True: + fcolor = self._colors['result_up_cell'] + elif val_cons == False: + fcolor = self._colors['result_dn_cell'] + else: + raise ValueError("The value of result table element " + "should be bool.") + + val_exp = self._dfe.iloc[i, j] + if val_exp > 0: + text_arrow = 'UP' + elif val_exp < 0: + text_arrow = 'DN' + else: # val_Exp == 0 + text_arrow = '─' + + self._tb.add_cell(i, j, + self._w_cell, self._h_cell, + text=text_arrow, + loc='center', + facecolor=fcolor) + # end of for + + # Set colors of the result + celld = self._tb.get_celld() + for (i, j), val in np.ndenumerate(self._dfr): + cell = celld[(i, j)] + + # Set colors + if val > 0: + tcolor = self._colors['result_up_text'] + else: + tcolor = self._colors['result_dn_text'] + # end of if-else + + # Adjust text + cell.set_text_props(color=tcolor, + weight='bold') + # end of for \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/stats.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/stats.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,263 @@ + +import numpy as np +import scipy as sp +import pandas as pd + + + + +__all__ = ["calc_accuracy",] + # "calc_auroc", + # "calc_auprc", + # "calc_roc_curve", + # "calc_pr_curve"] + + +def calc_accuracy(df1, df2, get_cons=False): + """ + Count the same sign of each element between df1 and df2 + + df1: pandas.DataFrame or numpy.ndarray to be compared + df2: pandas.DataFrame or numpy.ndarray to be compared + getcons: decide whether to return consensus array in DataFrame or not + """ + + np.sign(df1) + np.sign(df2) + if df1.ndim == 1: + num_total = df1.shape[0] + elif df1.ndim == 2: + num_total = df1.shape[0] * df1.shape[1] + diff_abs = np.abs(np.sign(df1) - np.sign(df2)) + consensus = (diff_abs == 0) + + if isinstance(consensus, pd.DataFrame): + num_cons = consensus.values.sum() + else: + #num_cons = consensus.sum(axis=1).sum() # Number of consensus + num_cons = consensus.sum() + + acc = (num_cons) / np.float(num_total) # Accuracy + if get_cons: + return acc, consensus + else: + return acc + + +# end of def + +# +# from sklearn.metrics import roc_curve, auc +# from sklearn.metrics import roc_auc_score +# from sklearn.metrics import precision_recall_curve +# from sklearn.metrics import average_precision_score +# +# def _pre_process(class_type, arr_exp, arr_sim): +# if not isinstance(class_type, str): +# raise TypeError("class_type should be str.") +# +# if class_type == 'UP': +# arr_exp[arr_exp > 0] = 1 +# arr_exp[arr_exp <= 0] = 0 +# elif class_type == 'DN': +# arr_exp *= -1 # Flip the sign +# arr_sim *= -1 +# arr_exp[arr_exp > 0] = 1 +# arr_exp[arr_exp <= 0] = 0 +# elif class_type == '-': +# arr_exp[arr_exp == 0] = 1 +# arr_exp[arr_exp != 0] = 0 +# +# +# # end of def +# +# def calc_auroc(df_exp, df_sim, class_type='UP'): +# auroc = dict() +# +# arr_exp_ravel = np.array(df_exp.unstack()) +# arr_sim_ravel = np.array(df_sim.unstack()) +# _pre_process(class_type, arr_exp_ravel, arr_sim_ravel) +# auroc['mean'] = roc_auc_score(arr_exp_ravel, arr_sim_ravel) +# return auroc +# +# for idx_roc, (name_roc, col) in enumerate(df_exp.iteritems()): +# +# arr_exp = np.array(col) +# arr_sim = np.array(df_sim[name_roc]) +# +# _pre_process(class_type, arr_exp, arr_sim) +# +# try: +# auc = roc_auc_score(arr_exp, arr_sim) +# auroc[name_roc] = auc +# except ValueError as ve: +# print ("Skip calculating AUROC of %s " +# "due to the following." % name_roc) +# print (ve) +# continue +# +# # end of for +# auroc["mean"] = sum(auroc.values()) / len(auroc) +# return auroc +# # end of def +# +# def calc_auprc(df_exp, df_sim, class_type='UP'): +# auprc = dict() +# +# arr_exp_ravel = np.array(df_exp.unstack()) +# arr_sim_ravel = np.array(df_sim.unstack()) +# _pre_process(class_type, arr_exp_ravel, arr_sim_ravel) +# auprc['mean'] = average_precision_score(arr_exp_ravel, arr_sim_ravel) +# return auprc +# +# for idx_roc, (name_roc, col) in enumerate(df_exp.iteritems()): +# +# arr_exp = np.array(col) +# arr_sim = np.array(df_sim[name_roc]) +# +# _pre_process(class_type, arr_exp, arr_sim) +# +# try: +# auc = average_precision_score(arr_exp, arr_sim) +# auprc[name_roc] = auc +# except ValueError as ve: +# print ("Skip calculating AUPRC of %s " +# "due to the following." % name_roc) +# print (ve) +# continue +# except FloatingPointError as fpe: +# print("Skip calculating AUPRC of %s " +# "due to the following." % name_roc) +# print(fpe) +# continue +# +# # end of for +# auprc["mean"] = sum(auprc.values()) / len(auprc) +# return auprc +# +# +# # end of def +# +# def calc_roc_curve(df_exp, df_sim, class_type='UP'): +# dict_fpr = dict() +# dict_tpr = dict() +# dict_thr = dict() +# dict_auroc = dict() +# +# # name: node name or ID +# for idx_roc, (name, col) in enumerate(df_exp.iteritems()): +# arr_exp = np.array(col) +# arr_sim = np.array(df_sim[name]) +# +# _pre_process(class_type, arr_exp, arr_sim) +# +# try: +# fpr, tpr, thr = roc_curve(arr_exp, arr_sim) +# dict_auroc[name] = auc(fpr, tpr) +# except FloatingPointError as fpe: +# print("Skip calculating AUROC of %s " +# "due to the following." % name) +# print(fpe) +# continue +# +# dict_fpr[name] = fpr +# dict_tpr[name] = tpr +# dict_thr[name] = thr +# # end of for +# +# """ +# Use different thresholds for each entity (e.g., protein) to test with ROC +# # First aggregate all false positive rates +# fprs = [] +# names_valid = [] # Names which has no nan values in false positive rates. +# for name in dict_fpr: +# if np.any(np.isnan(dict_fpr[name])) \ +# or np.any(np.isnan(dict_tpr[name])): +# continue +# fprs.append(dict_fpr[name]) +# names_valid.append(name) +# # end of for +# all_fpr = np.unique(np.concatenate(fprs)) +# mean_tpr = np.zeros_like(all_fpr) +# for name in names_valid: +# mean_tpr += sp.interp(all_fpr, dict_fpr[name], dict_tpr[name]) +# +# mean_tpr /= len(names_valid) +# +# dict_fpr["mean"] = all_fpr +# dict_tpr["mean"] = mean_tpr +# dict_auroc["mean"] = auc(dict_fpr["mean"], dict_tpr["mean"]) +# """ +# arr_exp_ravel = np.array(df_exp.unstack()) +# arr_sim_ravel = np.array(df_sim.unstack()) +# _pre_process(class_type, arr_exp_ravel, arr_sim_ravel) +# fpr, tpr, thr = roc_curve(arr_exp_ravel, arr_sim_ravel) +# +# dict_fpr["mean"] = fpr +# dict_tpr["mean"] = tpr +# dict_thr["mean"] = thr +# dict_auroc["mean"] = roc_auc_score(arr_exp_ravel, arr_sim_ravel) #auc(fpr, tpr) +# +# return dict_fpr, dict_tpr, dict_thr, dict_auroc +# # end of def +# +# +# def calc_pr_curve(df_exp, df_sim, class_type='UP'): +# dict_precision = dict() +# dict_recall = dict() +# dict_thr = dict() +# dict_auprc = dict() +# +# # name: node name or ID +# for idx_roc, (name, col) in enumerate(df_exp.iteritems()): +# arr_exp = np.array(col) +# arr_sim = np.array(df_sim[name]) +# +# _pre_process(class_type, arr_exp, arr_sim) +# +# try: +# precision, recall, thr = precision_recall_curve(arr_exp, arr_sim) +# dict_auprc[name] = average_precision_score(arr_exp, arr_sim) +# except FloatingPointError as fpe: +# print("Skip calculating AUPRC of %s " +# "due to the following." % name) +# print(fpe) +# continue +# +# dict_precision[name] = precision +# dict_recall[name] = recall +# dict_thr[name] = thr +# # end of for +# +# # First aggregate all false positive rates +# # recalls = [] +# # names_valid = [] # Names which has no nan values in false positive rates. +# # for name in dict_recall: +# # if np.any(np.isnan(dict_recall[name])) \ +# # or np.any(np.isnan(dict_precision[name])): +# # continue +# # recalls.append(dict_recall[name]) +# # names_valid.append(name) +# # # end of for +# # all_recall = np.unique(np.concatenate(recalls)) +# # #all_recall = np.array(sorted(all_recall, reverse=True)) +# # mean_precision = np.zeros_like(all_recall) +# # for name in names_valid: +# # mean_precision += sp.interp(all_recall, +# # dict_recall[name], +# # dict_precision[name]) +# # +# # mean_precision /= len(names_valid) +# +# arr_exp_ravel = np.array(df_exp.unstack()) +# arr_sim_ravel = np.array(df_sim.unstack()) +# _pre_process(class_type, arr_exp_ravel, arr_sim_ravel) +# precision, recall, thr = precision_recall_curve(arr_exp_ravel, +# arr_sim_ravel) +# +# dict_recall["mean"] = recall #all_recall +# dict_precision["mean"] = precision #mean_precision +# dict_thr["mean"] = thr +# #dict_auprc["mean"] = auc(dict_recall["mean"], dict_precision["mean"]) +# dict_auprc["mean"] = average_precision_score(arr_exp_ravel, arr_sim_ravel) +# return dict_recall, dict_precision, dict_thr, dict_auprc +# # end of def \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/topology.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/topology.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,74 @@ +# -*- coding: utf-8 -*- +import sys +if sys.version_info <= (2, 8): + from builtins import super + +import numpy as np +import pandas as pd +import networkx as nx +from networkx import shortest_paths as nxsp + +__all__ = ["max_spl", + "splo"] + + +def max_spl(nxdg): + """Find the maximum length of the shortest path + """ + all_spl = nxsp.all_pairs_shortest_path_length(nxdg) + max_spl = 0 + for src, targets in all_spl: + for tgt, spl in targets.items(): + if spl > max_spl: + max_spl = spl + # end of for + # end of for + return max_spl + + +def splo(nxdg, sources, outputs, rtype='df'): + """Calculate the shortest path length + from each source node to the outputs. + SPLO represents + 'shortest path length to output'. + + Parameters + ---------- + nxdg: NetworkX.DiGraph + A directed network in NetworkX. + sources: list (or iterable) of str + Names of source nodes in nxdg. + outputs: list (or iterable) of str + Names of output nodes in nxdg. + rtype: str (optional) + Return object type: 'df' or 'dict'. + + Returns + ------- + splo: dict + All the shortest path lengths + to the outputs. + + """ + if isinstance(outputs, str): + outputs = [outputs] + + dict_splo = {} + for trg in outputs: + dict_splo[trg] = {} + for src in sources: + try: + splo = nxsp.shortest_path_length(nxdg, + src, + trg) + except nx.NetworkXNoPath: + continue # splo = np.inf + + dict_splo[trg][src] = splo + + if rtype == 'df': + df = pd.DataFrame(dict_splo) + df.index.name = 'Source' + return df + + return dict_splo diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/utils.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/utils.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,354 @@ +# -*- coding: utf-8 -*- +import sys +if sys.version_info <= (2, 8): + from builtins import super + +import os +import codecs +from collections import defaultdict + +import numpy as np +import scipy as sp +import pandas as pd +import networkx as nx + + +__all__ = ["FrozenClass", + "Singleton", + "to_networkx_digraph", + "normalize", + "rand_swap", + "rand_flip", + "rand_weights", + "rand_structure", + "get_akey", + "get_avalue",] + + +class FrozenClass(object): + + __isfrozen = False + + def __setattr__(self, key, value): + if self.__isfrozen and not hasattr(self, key): + raise TypeError( "%r is a frozen class" % self ) + object.__setattr__(self, key, value) + + def _freeze(self): + self.__isfrozen = True + + def _melt(self): + self.__isfrozen = False + +""" + +http://stackoverflow.com/questions/3603502/prevent-creating-new-attributes-outside-init +""" +# end of def FrozenClass + + +def Singleton(_class): + class __Singleton(_class): + __instance = None + + def __new__(cls, *args, **kwargs): + if cls.__instance is None: + cls.__instance = super().__new__(cls, *args, **kwargs) + + # Creation and initialization of '__initialized' + cls.__instance.__initialized = False + # end of if + return cls.__instance + + def __init__(self, *args, **kwargs): + if self.__initialized: + return + + super().__init__(*args, **kwargs) + self.__initialized = True + + def __repr__(self): + return '<{0} Singleton object at {1}>'.format( + _class.__name__, hex(id(self))) + + def __str__(self): + return super().__str__() + # end of def class + + __Singleton.__name__ = _class.__name__ + return __Singleton + +""" + +http://m.egloos.zum.com/mataeoh/v/7081556 +""" +# end of def Singleton + +def normalize(A, norm_in=True, norm_out=True): + # Check whether A is a square matrix + if A.shape[0] != A.shape[1]: + raise ValueError( + "The A (adjacency matrix) should be square matrix.") + + # Build propagation matrix (aka. transition matrix) _W from A + W = A.copy() + + # Norm. out-degree + if norm_out == True: + sum_col_A = np.abs(A).sum(axis=0) + sum_col_A[sum_col_A == 0] = 1 + if norm_in == False: + Dc = 1 / sum_col_A + else: + Dc = 1 / np.sqrt(sum_col_A) + # end of else + W = Dc * W # This is not matrix multiplication + + # Norm. in-degree + if norm_in == True: + sum_row_A = np.abs(A).sum(axis=1) + sum_row_A[sum_row_A == 0] = 1 + if norm_out == False: + Dr = 1 / sum_row_A + else: + Dr = 1 / np.sqrt(sum_row_A) + # end of row + W = np.multiply(W, np.mat(Dr).T) + # Converting np.mat to ndarray + # does not cost a lot. + W = W.A + # end of if + """ + The normalization above is the same as the follows: + >>> np.diag(Dr).dot(A.dot(np.diag(Dc))) + """ + return W + + +# end of def normalize + +def to_networkx_digraph(A, n2i=None): + if not n2i: + return nx.from_numpy_array(A, create_using=nx.Digraph) + + i2n = {ix:name for name, ix in n2i.items()} + dg = nx.DiGraph() + ind_row, ind_col = A.nonzero() + for ix_trg, ix_src in zip(ind_row, ind_col): + name_src = i2n[ix_src] + name_trg = i2n[ix_trg] + sign = np.sign(A[ix_trg, ix_src]) + dg.add_edge(name_src, name_trg) + dg.edges[name_src, name_trg]['SIGN'] = sign + # end of for + return dg + # end of for +# end of def to_networkx_digraph + +def rand_swap(A, nsamp=10, noself=True, pivots=None, inplace=False): + """Randomly rewire the network connections by swapping. + + Parameters + ---------- + A : numpy.ndarray + Adjacency matrix (connection matrix). + nsamp : int, optional + Number of sampled connections to rewire + noself : bool, optional + Whether to allow self-loop link. + pivots : list, optional + Indices of pivot nodes + inplace : bool, optional + Modify the given adjacency matrix for rewiring. + + + Returns + ------- + B : numpy.ndarray + The randomized matrix. + The reference of the given W is returned, when inplace is True. + """ + + + if not inplace: + A_org = A + B = A.copy() #np.array(A, dtype=np.float64) + else: + A_org = A.copy() #np.array(A, dtype=np.float64) + B = A + + cnt = 0 + while cnt < nsamp: + ir, ic = B.nonzero() + if pivots: + if np.random.uniform() < 0.5: + isrc1 = np.random.choice(pivots) + nz = B[:, isrc1].nonzero()[0] + if len(nz) == 0: + continue + itrg1 = np.random.choice(nz) + else: + itrg1 = np.random.choice(pivots) + nz = B[itrg1, :].nonzero()[0] + if len(nz) == 0: + continue + isrc1 = np.random.choice(nz) + # if-else + + itrg2, isrc2 = itrg1, isrc1 + while isrc1 == isrc2 and itrg1 == itrg2: + i2 = np.random.randint(0, ir.size) + itrg2, isrc2 = ir[i2], ic[i2] + else: + i1, i2 = 0, 0 + while i1 == i2: + i1, i2 = np.random.randint(0, ir.size, 2) + + itrg1, isrc1 = ir[i1], ic[i1] + itrg2, isrc2 = ir[i2], ic[i2] + + if noself: + if itrg2 == isrc1 or itrg1 == isrc2: + continue + + # Are the swapped links new? + if B[itrg2, isrc1] == 0 and B[itrg1, isrc2] == 0: + a, b = B[itrg1, isrc1], B[itrg2, isrc2] + + # Are the swapped links in the original network? + if A_org[itrg2, isrc1] == a and A_org[itrg1, isrc2] == b: + continue + + B[itrg2, isrc1], B[itrg1, isrc2] = a, b + B[itrg1, isrc1], B[itrg2, isrc2] = 0, 0 + cnt += 1 + else: + continue + # end of while + + if not inplace: + return B + + +def rand_flip(A, nsamp=10, pivots=None, inplace=False): + """Randomly flip the signs of connections. + + Parameters + ---------- + A : numpy.ndarray + Adjacency matrix (connection matrix). + nsamp : int, optional + Number of sampled connections to be flipped. + pivots : list, optional + Indices of pivot nodes + inplace : bool, optional + Modify the given adjacency matrix for rewiring. + + Returns + ------- + B : numpy.ndarray + The randomized matrix. + The reference of the given W is returned, when inplace is True. + """ + if not inplace: + B = A.copy() #np.array(A, dtype=np.float64) + else: + B = A + + ir, ic = B.nonzero() + if pivots: + iflip = np.random.choice(pivots, nsamp) + else: + iflip = np.random.randint(0, ir.size, nsamp) + + B[ir[iflip], ic[iflip]] *= -1 + return B + + +def rand_weights(W, lb=-3, ub=3, inplace=False): + """ Randomly sample the weights of connections in W from 10^(lb, ub). + + Parameters + ---------- + W : numpy.ndarray + Adjacency (connection) or weight matrix. + lb : float, optional + The 10's exponent for lower bound + inplace : bool, optional + Modify the given adjacency matrix for rewiring. + + Returns + ------- + B : numpy.ndarray + The randomly sampled weight matrix. + The reference of the given W is returned, when inplace is True. + """ + if not inplace: + B = np.array(W, dtype=np.float64) + else: + if not np.issubdtype(W.dtype, np.floating): + raise ValueError("W.dtype given to rand_weights should be " + "a float type, not %s"%(W.dtype)) + + B = W + # end of if-else + + ir, ic = B.nonzero() + weights_rand = 10 ** np.random.uniform(lb, ub, + size=(ir.size,)) + + B[ir, ic] = weights_rand*np.sign(B[ir, ic], dtype=np.float) + """The above code is equal to the following: + + for i in range(ir.size): + p, q = ir[i], ic[i] + B[p, q] = weights_rand[i] * np.sign(B[p, q], dtype=np.float) + """ + return B + + +def rand_structure(A, nswap=10, nflip=10, noself=True, pivots=None, inplace=False): + if not inplace: + B = A.copy() + else: + B = A + if nflip > 0: + B = rand_flip(B, nflip, pivots, inplace) + if nswap > 0: + B = rand_swap(B, nswap, noself, pivots, inplace) + return B + + +def get_akey(d): + """Get a key from a given dictionary. + It returns the first key in d.keys(). + + Parameters + ---------- + d : dict + Dictionary of objects. + + Returns + ------- + obj : object + First item of iter(d.keys()). + """ + return next(iter(d.keys())) + + +def get_avalue(d): + """Get a value from a given dictionary. + It returns the value designated by sfa.get_akey(). + + Parameters + ---------- + d : dict + Dictionary of objects. + + Returns + ------- + obj : object + First item of d[iter(d.keys())]. + """ + akey = next(iter(d.keys())) + return d[akey] \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/vis/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/vis/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,7 @@ + + + +from .utils import * + +__all__ = [] +__all__ += utils.__all__ \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/vis/sfv/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/vis/sfv/__init__.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,2 @@ +from .sfv import create_from_graphics +from .sfv import visualize_signal_flow diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/vis/sfv/sfv.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/vis/sfv/sfv.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,338 @@ +import numpy as np +import networkx as nx + +from qtpy.QtGui import QFont +from qtpy.QtGui import QColor +from qtpy.QtCore import QPointF +from qtpy.QtCore import Qt + +import sfv +from sfv.graphics import LabelClassFactory +from sfv.graphics import HeaderClassFactory + +import sfa + +NegHeader = HeaderClassFactory.create('HAMMER') +PosHeader = HeaderClassFactory.create('ARROW') +TextLabel = LabelClassFactory.create('TEXT_LABEL') + +def create_from_graphics(net, abbr=None, inputs=None, outputs=None): + """Create sfv.base.Data object from SIF file. + + Parameters + ---------- + net : sfv.graphics.Network + Network graphics object of SFV. + abbr : str + Abbreviation to denote this data object for the network. + inputs : dict, optional + Input information with default values + outputs : sequence, optional + Output information. + + Returns + ------- + obj : sfv.base.Data + Data object with the information of network topology. + + """ + + if not abbr: + abbr = net.name + + class __Data(sfa.base.Data): + def __init__(self): + self._abbr = abbr + self._name = self._abbr + + self._dg = sfv.to_networkx(net) + nodes = sorted(self._dg.nodes) + self._n2i = {name: i for i, name in enumerate(nodes)} + self._i2n = {idx: name for name, idx in self._n2i.items()} + + self._A = nx.to_numpy_array(self._dg, nodes).T + ir, ic = self._A.nonzero() + for i in range(ir.size): + r, c = ir[i], ic[i] + + src = self._i2n[c] + tgt = self._i2n[r] + sign = self._dg.edges[src, tgt]['SIGN'] + self._A[r, c] *= sign + + self._inputs = inputs + + if outputs: + self._outputs = outputs + + # The following members are not defined due to the lack of data. + self._df_conds = None + self._df_exp = None + self._df_ptb = None + self._has_link_perturb = False + self._names_ptb = None + self._iadj_to_idf = None + # end of def __init__ + # end of def class + + class_name = ''.join([c for c in abbr.title() if c.isalnum()]) + __Data.__name__ = class_name + "Data" + return __Data() + + +def visualize_signal_flow(net, F, act, + A, + n2i, + color_up=None, color_dn=None, + lw_min=1.0, + lw_max=10.0, + pct_link=90, + show_label=True, + show_act=True, + pct_act=50, + fmt_act='%.5f', + fix_node_size=False, + fix_act_label=False, + font=None): + """Visualize signal flow using SFV. + + SFV (Seamless Flow Visualization) is a light-weight, + programming-oriented python package to visualize + graphs and networks. + + This function is used in the SFV function, + 'execute(nav, net)', which is called in SFV program. + + Parameters + ---------- + net : sfv.graphics.Network + Network object that is given by sfv. + + F : numpy.ndarray + A matrix of signal flows. + It is usually calculated as W2*x1 - W1*x1, + where W is weight matrix and + x is a vector of activities at steady-state. + + act : numpy.ndarray + Change in the activities. It is usually calculated + as x2 - x1, where x is + the a vector of activities at steady-state. + + A : numpy.ndarray + Adjacency matrix of the network. + + n2i : dict + Name to index dictionary. + + color_up : numpy.ndarray or QtGui.QColor, optional + Default is blue (i.e., QColor(0, 0, 255)), + if it is None. + + color_dn : numpy.ndarray or QtGui.QColor, optional + Default is red (i.e., QColor(255, 0, 0)), + if it is None. + + lw_min : float, optional + Minimum link width, which is also used for unchanged flow. + + lw_max : float, optional + Maximum link width. + + pct_link : int, optional + Percentile of link width, which is used to set + the maximum value for setting link widths. + Default value is 90. + + show_label : bool, optional + Show node label or not. + + show_act : bool, optional + Show activity label or not. + + pct_act : int, optional + Percentile of activity, which is used to set + the maximum value for coloring nodes. + Default value is 50. + + fmt_act : str, optional + Format string for activity label. + + fix_node_size : bool, optional + Change the size of node or not. + Default is False. + + fix_act_label : bool, optional + Change the graphics of activity label or not. + The activity value is changed irrespective of + this parameter. Default is False. + + font : QFont, optional + Font for the name and activity labels. + + Returns + ------- + None + """ + + i2n = {val:key for key, val in n2i.items()} + color_white = np.array([255, 255, 255]) + + if not color_up: + color_up = np.array([255, 0, 0]) + elif isinstance(color_up, QColor): + color_up = np.array([color_up.red(), + color_up.green(), + color_up.blue()]) + else: + raise ValueError("color_up should be 3-dimensional np.ndarray " + "or QtGui.QColor") + + if not color_dn: + color_dn = np.array([0, 0, 255]) + elif isinstance(color_dn, QColor): + color_dn = np.array([color_dn.red(), + color_dn.green(), + color_dn.blue()]) + else: + raise ValueError("color_dn should be 3-dimensional np.ndarray " + "or QtGui.QColor") + + # Set the default font + if not font: + font = QFont('Arial', 10) + + abs_act = np.abs(act) + thr = np.percentile(abs_act, pct_act) + thr = 1 if thr == 0 else thr + + arr_t = np.zeros_like(act) + + for i, elem in enumerate(act): + t = np.clip(np.abs(elem)/thr, a_min=0, a_max=1) + arr_t[i] = t + + for iden, node in net.nodes.items(): + idx = n2i[iden] + + if not fix_node_size: + radius = 20 + node.width = node.height = radius + + fold = act[idx] + + if fold > 0: + color = color_white + arr_t[idx] * (color_up - color_white) + elif fold <= 0: + color = color_white + arr_t[idx] * (color_dn - color_white) + + color = np.int32(color) + node['FILL_COLOR'] = QColor(*color) + node['BORDER_WIDTH'] = 2 + node['BORDER_COLOR'] = QColor(40, 40, 40) + + if show_label: + _update_single_label_name(net, node, node.name, + fix_node_size, font) + + if show_act: + _update_single_label_activity(net, node, fold, + fix_act_label, + fmt_act, font) + else: + iden_label = '%s_act' % iden.upper() + if iden_label in net.labels: + net.remove_label(net.labels[iden_label]) + # end of for : update nodes and labels + + _update_links(net, A, F, i2n, pct_link, lw_min, lw_max) + + +def _update_links(net, A, F, i2n, pct_link, lw_min, lw_max): + log_flows = np.log10(np.abs(F[F.nonzero()])) + flow_max = log_flows.max() + flow_min = log_flows.min() + flow_thr = np.percentile(log_flows, pct_link) + + ir, ic = A.nonzero() #F.nonzero() + for i, j in zip(ir, ic): + tgt = i2n[i] + src = i2n[j] + f = F[i, j] + + link = net.nxdg[src][tgt]['VIS'] + + header_old = link.header + args_header = header_old.width, header_old.height, header_old.offset + if f > 0: + header = PosHeader(*args_header) + color_link = QColor(255, 10, 10, 70) + elif f < 0: + header = NegHeader(*args_header) + color_link = QColor(10, 10, 255, 70) + else: # When flow is zero, show the sign of the original link. + if A[i, j]>0: + header = PosHeader(*args_header) + elif A[i, j]<0: + header = NegHeader(*args_header) + else: + raise RuntimeError("The logic is abnormal.") + + color_link = QColor(100, 100, 100, 100) + + link.header = header + link['FILL_COLOR'] = color_link + + if f == 0: + link.width = lw_min + elif (flow_max - flow_min) == 0: + link.width = 0.5*(lw_max + lw_min) + else: + log_f = np.log10(np.abs(f)) + log_f = np.clip(log_f, a_min=flow_min, a_max=flow_thr) + lw = (log_f-flow_min)/(flow_max-flow_min)*(lw_max-lw_min) + lw_min + link.width = lw + + +def _update_single_label_name(net, node, name, + fix_node_size, font): + label_name = net.labels[name] + + lightness = QColor(node['FILL_COLOR']).lightness() + label_name['TEXT_COLOR'] = Qt.black + + label_name['FONT'] = font + + if lightness < 200: + label_name['TEXT_COLOR'] = Qt.white + label_name['FONT_BOLD'] = True + else: + label_name['TEXT_COLOR'] = Qt.black + label_name['FONT_BOLD'] = False + + rect = label_name.boundingRect() + label_name.setPos(-rect.width() / 2, -rect.height() / 2) # center + if not fix_node_size: + node.width = 1.1 * rect.width() + node.height = 1.1 * rect.height() + + +def _update_single_label_activity(net, node, x, fix_act_label, fmt, font): + iden = '%s_act' % node.iden.upper() + str_x = fmt % (x) + if iden not in net.labels: + label_act = TextLabel(node, text=str_x) + label_act.iden = iden + else: + label_act = net.labels[iden] + label_act.text = str_x % (x) + + if not fix_act_label: + label_act['FONT'] = font + label_act['TEXT_COLOR'] = QColor(20, 20, 20) + rect = label_act.boundingRect() + pos_x = node.width/2 + 0.5 + label_act.setPos(pos_x, -rect.height() / 2) + + if iden not in net.labels: + net.add_label(label_act) diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/sfa/vis/utils.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/sfa/vis/utils.py Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,184 @@ + +import numpy as np +import networkx as nx + + +__all__ = [ + 'compute_graphics', +] + + +def _rgb_to_hex(tup): + """Convert RGBA to #AARRGGBB + """ + tup = tuple(tup) + if len(tup) == 3: + return '#%02x%02x%02x' % tup + elif len(tup) == 4: + return '#%02x%02x%02x%02x' % (tup[3], tup[0], tup[1], tup[2]) + else: + raise ValueError("Array or tuple for RGB or RGBA should be given.") + + +def compute_graphics( + F, + act, + A, + n2i, + lw_min=1.0, + lw_max=10.0, + pct_link=90, + pct_act=50, + dg=None): + """Compute graphics of signal flow. + + This method performs a calculation for generating colors + of nodes and links for visualizing purpose. + + Parameters + ---------- + F : numpy.ndarray + A matrix of signal flows. + It is usually calculated as W2*x1 - W1*x1, + where W is weight matrix and + x is a vector of activities at steady-state. + + act : numpy.ndarray + Change in the activities. It is usually calculated + as x2 - x1, where x is + the a vector of activities at steady-state. + + A : numpy.ndarray + Adjacency matrix of the network. + + n2i : dict + Name to index dictionary. + + lw_min : float, optional + Minimum link width, which is also used for unchanged flow. + + lw_max : float, optional + Maximum link width. + + pct_link : int, optional + Percentile of link width, which is used to set + the maximum value for setting link widths. + Default value is 90. + + pct_act : int, optional + Percentile of activity, which is used to set + the maximum value for coloring nodes. + Default value is 50. + + dg : NetworkX.DiGraph, optional + Existing NetworkX object to contain graphics information + for visualizing nodes and links. + + Returns + ------- + dg : NetworkX.DiGraph + NetworkX object containing graphics information + for visualizing nodes and links. + + """ + + if not dg: + dg = nx.DiGraph() + dg.add_nodes_from(n2i) + + _compute_graphics_nodes(dg, n2i, act, pct_act) + _compute_graphics_links(dg, n2i, A, F, pct_link, lw_min, lw_max) + + return dg + + +def _compute_graphics_nodes(dg, n2i, act, pct_act): + color_white = np.array([255, 255, 255]) + color_up = np.array([255, 0, 0]) + color_dn = np.array([0, 0, 255]) + + abs_act = np.abs(act) + thr = np.percentile(abs_act, pct_act) + thr = 1 if thr == 0 else thr + + arr_t = np.zeros_like(act) + for i, elem in enumerate(act): + t = np.clip(np.abs(elem) / thr, a_min=0, a_max=1) + arr_t[i] = t + + for iden, idx in n2i.items(): + fold = act[idx] + + if fold > 0: + color = color_white + arr_t[idx] * (color_up - color_white) + elif fold <= 0: + color = color_white + arr_t[idx] * (color_dn - color_white) + + color = _rgb_to_hex(np.int32(color)) + + data = dg.nodes[iden] + data['FILL_COLOR'] = color + data['BORDER_WIDTH'] = 2 + data['BORDER_COLOR'] = _rgb_to_hex((40, 40, 40)) + # end of for + + +def _compute_graphics_links(dg, n2i, A, F, pct_link, lw_min, lw_max): + i2n = {val: key for key, val in n2i.items()} + + log_flows = np.log10(np.abs(F[F.nonzero()])) + flow_max = log_flows.max() + flow_min = log_flows.min() + flow_thr = np.percentile(log_flows, pct_link) + + ir, ic = A.nonzero() # F.nonzero() + for i, j in zip(ir, ic): + tgt = i2n[i] + src = i2n[j] + f = F[i, j] + + #link = net.nxdg[src][tgt]['VIS'] + dg.add_edge(src, tgt) + data = dg.edges[src, tgt] + + + #header_old = link.header + #args_header = header_old.width, header_old.height, header_old.offset + if f > 0: + sign_link = +1 # PosHeader(*args_header) + color_link = _rgb_to_hex((255, 10, 10, 70)) + elif f < 0: + sign_link = -1 # NegHeader(*args_header) + color_link = _rgb_to_hex((10, 10, 255, 70)) + else: # When flow is zero, show the sign of the original link. + if A[i, j] > 0: + sign_link = +1 # PosHeader(*args_header) + elif A[i, j] < 0: + sign_link = -1 # NegHeader(*args_header) + else: + raise RuntimeError("Abnormal state has been reached in " + "_compute_graphics_links.") + + color_link = _rgb_to_hex((100, 100, 100, 100)) + + + # If header exists, it should be removed, + # because the sign of signal flow can be different + # from the original sign of header. + if 'HEADER' in data: + data.pop('HEADER') + + data['SIGN'] = sign_link + data['FILL_COLOR'] = color_link + + if f == 0: + data['WIDTH'] = lw_min + elif (flow_max - flow_min) == 0: + data['WIDTH'] = 0.5 * (lw_max + lw_min) + else: + log_f = np.log10(np.abs(f)) + log_f = np.clip(log_f, a_min=flow_min, a_max=flow_thr) + lw = (log_f - flow_min) / (flow_max - flow_min) * ( + lw_max - lw_min) + lw_min + data['WIDTH'] = lw + diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/test-data/expressions.csv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/test-data/expressions.csv Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,5 @@ +,A_1,A_2,A_3,B_1,B_2,B_3 +A,2,1,2,6,7,6 +B,6,7,6,2,1,1 +D,-1,-1,-2,6,7,6 +E,2,1,2,6,7,6 \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/test-data/fvs.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/test-data/fvs.txt Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,3 @@ +name +C +D \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/test-data/internal_control.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/test-data/internal_control.txt Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,1 @@ +C \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/test-data/network.sif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/test-data/network.sif Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,9 @@ +A activates B +B activates C +C activates D +C inhibits B +E inhibits D +E inhibits B +D activates F +D activates E +D inhibits D \ No newline at end of file diff -r f24d4892aaed -r 7e5c71b2e71f tools/myTools/bin/test-data/pipe.nf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/myTools/bin/test-data/pipe.nf Wed Dec 22 16:00:34 2021 +0000 @@ -0,0 +1,332 @@ +#!/usr/bin/env nextflow + +params.expressions = "$baseDir/input_data/expressions.csv" +params.network = "$baseDir/input_data/network.sif" +params.samples = "$baseDir/input_data/samples.txt" +params.alpha = 0.9 +params.internal_control="$baseDir/input_data/internal_control.txt" +params.undesired = 'resistant' +params.desired = 'sensitive' +params.filter ="strict" + + +params.kmeans_min_val = 2 +params.kmeans_max_val = 10 + + +params.num_nodes = 4 // that have expression data +params.num_states = 1000 + + +params.mut = false + +process sfa_exp { + publishDir 'results', mode: 'copy', overwrite: true + input: + path "expressions.csv" from params.expressions + path "network.sif" from params.network + + output: + path 'attrs_exp.txt' into records_expattr + + script: + """ + SFA_exp_attr.py network.sif expressions.csv attrs_exp.txt + """ +} + +process get_exp_internal_control_nodes { + publishDir 'results', mode: 'copy', overwrite: true + + input: + path 'attrs_exp.txt' from records_expattr + path "internal_control.txt" from params.internal_control + + output: + path 'attrs_exp_internal_controls.txt' into records_exp_icns + + script: + """ + get_RONs.py attrs_exp.txt internal_control.txt + """ + +} + + + +process insilico_inits { + + output: + path 'init.txt' into records_insilicoinit + + script: + """ + generate_basal_states.py $params.num_states $params.num_nodes init.txt attr -1,0,1 + """ +} +process insilico { + publishDir 'results', mode: 'copy', overwrite: true + input: + path 'expressions.csv' from params.expressions + path 'network.sif' from params.network + path 'samples.txt' from params.samples + path 'init.txt' from records_insilicoinit + + output: + path 'attrs_insilico*' into records_insilico + + script: + + """ + SFA_insilico.py "network.sif" "expressions.csv" "samples.txt" init.txt $params.alpha + """ +} + +process getFVS { + publishDir 'results', mode: 'copy', overwrite: true + + input: + path 'network.sif' from params.network + + output: + path 'fvs.txt' into records_fvs + script: + """ + FVS_run.py network.sif + """ +} +process perturbation_inits { + publishDir 'results', mode: 'copy', overwrite: true + input: + path "fvs.txt" from records_fvs + // path 'fvs.txt' from records3a + + output: + path 'fvs_init.txt' into records_pert_inits + + + script: + """ + generate_perts.py fvs.txt fvs_init.txt pert -1,0,1 + """ +} +process sfa_perts { + publishDir 'results', mode: 'copy', overwrite: true + input: + path 'expressions.csv' from params.expressions + path 'network.sif' from params.network + path 'samples.txt' from params.samples + path "fvs.txt" from records_fvs + path 'fvs_init.txt' from records_pert_inits + + output: + path 'pert*' into records_perts + + script: + """ + SFA_virtscreen.py network.sif expressions.csv $params.undesired samples.txt fvs.txt fvs_init.txt $params.alpha + + """ +} + +process check_icns{ + publishDir 'results', mode: 'copy', overwrite: true + input: + path 'attrs_exp_internal_controls.txt' from records_exp_icns + path 'samples.txt' from params.samples + + output: + path 'internal_control_nodes_exp_attrs.pdf' into records_icn_check + + script: + """ + module load R/3.6.3 + icn_check1.R attrs_exp_internal_controls.txt samples.txt + """ + +} + +process kmeans_opt { + publishDir 'results', mode: 'copy', overwrite: true + + input: + path 'attrs_exp.txt' from records_expattr + path 'attrs_insilico*' from records_insilico + + output: + env ELBOW into records_elbow + env SILHOUETTE into records_silhouette + path '*.pdf' into records_silplots + path '*.png' into records_elbowplots + + shell: + """ + datasets=\$(ls -m attr* | sed 's/ //g') + echo \$datasets + export SILHOUETTE=\$(silhouette_metric.py \$datasets results/ $params.kmeans_max_val) + export ELBOW=\$(elbow_metric.py \$datasets results/ $params.kmeans_max_val) + """ +} +process kmeans { + // this one checks to see if clusters and phenotypes match up + publishDir 'results', mode: 'copy', overwrite: true + input: + val ELBOW from records_elbow + val SILHOUETTE from records_silhouette + path 'attrs_exp.txt' from records_expattr + path 'attrs_insilico*' from records_insilico + path 'samples.txt' from params.samples + + output: + path 'kmeans.txt' into records_kmeans + + script: + if (ELBOW==SILHOUETTE) + """ + datasets=\$(ls -m attr* | sed 's/ //g') + kmeans.py $ELBOW \$datasets + """ + + else if (ELBOW