From 1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 24 Feb 2021 15:19:03 -0600 Subject: Moving final GENENET8 version to master --- sourcecodes/matrix.php | 233 +++++++++++++------------------------------------ 1 file changed, 60 insertions(+), 173 deletions(-) (limited to 'sourcecodes/matrix.php') diff --git a/sourcecodes/matrix.php b/sourcecodes/matrix.php index aaf58028..b5e1e89d 100644 --- a/sourcecodes/matrix.php +++ b/sourcecodes/matrix.php @@ -1,189 +1,76 @@ + + + -

Model Averaging Scores

-
- - - - -foreach($dataname as $cell1) -{ - $cell1=trim($cell1); - ?> - + + + + + + + +
+
+ +
+    Download structure matrix +
+
-
- - - - - - - - -
-Name -
- - - -
- ->download - - -$fpw=fopen($dir.$keyval."Structure_matrix.txt","w"); + + - - - -$str_arrmat=array(); -$str_arrmat=explode("\n",$matrix1); -$datamat=array(); -$data_cell=array(); - -$dataname=array(); -$dataname=explode("\t",$str_arrmat[0]); -$n=count($dataname); - - - - - -//echo $m_line; - - -if($matrix1!="") -{?> -

Structure Matrix

-
- - - - - +    Download model averaging scores
+
- - - - - - - - - -
-Name -
- - - -
- +
+
+
+
+ + -} -?> ->download
- \ No newline at end of file -- cgit 1.4.1