From c3ea5662efcb8b442b942f465c339341578c4468 Mon Sep 17 00:00:00 2001
From: Sajjad Ghaffarinasabsharabiani <ghaffas@hhu.de>
Date: Tue, 9 Aug 2022 10:17:50 +0000
Subject: [PATCH] Upload New File

---
 networkComplexityBigg/helper/loadPropTables.R | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 networkComplexityBigg/helper/loadPropTables.R

diff --git a/networkComplexityBigg/helper/loadPropTables.R b/networkComplexityBigg/helper/loadPropTables.R
new file mode 100644
index 0000000..5899604
--- /dev/null
+++ b/networkComplexityBigg/helper/loadPropTables.R
@@ -0,0 +1,9 @@
+metProp <- read.table("~/sourceData/models/bigg_models_metabolites.txt", sep="\t", quote=",", header=T, stringsAsFactors=F)
+rownames(metProp) <- metProp$bigg_id
+reacProp <- read.table("~/sourceData/models/bigg_models_reactions.txt", sep="\t", quote="", header=T, stringsAsFactors=F,fill = TRUE)
+
+
+
+
+
+
-- 
GitLab