Skip to content

Commit 3f8078c

Browse files
committed
Data frames with cleared and harmonized reaction annotation data
1 parent 509652a commit 3f8078c

File tree

9 files changed

+83
-49
lines changed

9 files changed

+83
-49
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version: 1.0.0
55
Maintainer: Piotr Tymoszuk <piotr.s.tymoszuk@gmail.com>
66
Description: Enables for construction of BiGGR objects containing metabolome
77
data based on gene expression regulation estimates.
8-
License: GPL-3
8+
License: GPL-3 + file LICENSE
99
Encoding: UTF-8
1010
LazyData: true
1111
LazyDataCompression: bzip2

R/data_desc.R

Lines changed: 43 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -83,46 +83,69 @@
8383

8484
NULL
8585

86-
# Corrected Recon2 and Recon3 models -------
86+
# Reaction annotation data -------
8787

88-
#' Corrected Recon2 SBML model.
88+
#' Reaction association rules for the Recon2 model.
8989
#'
9090
#' @description
91-
#' Version of the SBML Recon2 model provided
92-
#' by the BiGGR package with manual correction of errors in the gene
93-
#' association rules (detected for the reaction R_ATPS4m, slot: notes,
94-
#' missing parentheses, replacement with the rule from Recon1 model).
95-
#'
96-
#' @format SBML model
91+
#' Cleared and harmonized reaction annotation data for
92+
#' [Recon2 model of human metabolism](https://www.ebi.ac.uk/biomodels/services/download/get-files/MODEL1109130000/2/MODEL1109130000_url.xml).
93+
#' The data were processed with the [RECON_processing](https://github.com/PiotrTymoszuk/RECON_processing)
94+
#' R pipeline.
9795
#'
98-
#' @source BiGGR package, BiGGR database (http://bigg.ucsd.edu/models).
96+
#' @format
97+
#' a data frame with 7440 rows and 10 columns:
98+
#' * __id__ and __metaid__ reaction identifiers
99+
#' * __sboTerm__ Systems Biology Ontology term
100+
#' * __name__ reaction name
101+
#' * __gene_association__ gene - reaction association rules as character strings
102+
#' * __subsystem__ Recon metabolic subsystem
103+
#' * __ec_number__ enzyme's EC identifier
104+
#' * __confidence_level__ confidence level for the gene - reaction association rule
105+
#' * __reference__ literature references
106+
#' * __notes__ additional comments
107+
#'
108+
#' @source
109+
#' [biomodels](https://www.ebi.ac.uk/biomodels/services/download/get-files/MODEL1109130000/2/MODEL1109130000_url.xml) and
110+
#' [RECON_processing GitHub respository](https://github.com/PiotrTymoszuk/RECON_processing) .
99111
#'
100112
#' @docType data
101113
#'
102114
#' @name Recon2D
103115
#'
116+
#' @md
104117
#' @usage data(Recon2D)
105118

106119
NULL
107120

108-
#' Corrected Recon3 SBML model.
121+
#' Reaction association rules for the Recon2.2 model.
109122
#'
110123
#' @description
111-
#' A version of the SBML Recon3 model provided
112-
#' by the BiGGR package with manual correction of errors in the gene
113-
#' association rules (detected for the reaction R_ATPS4m, slot: notes,
114-
#' missing parentheses, replacement with the rule from Recon1 model).
115-
#'
116-
#' @format SBML model
124+
#' Cleared and harmonized reaction annotation data for
125+
#' [Recon2.2 model of human metabolism](https://www.biomodels.org/biomodels/services/download/get-files/MODEL1603150001/2/MODEL1603150001_url.xml).
126+
#' The data were processed with the [RECON_processing](https://github.com/PiotrTymoszuk/RECON_processing)
127+
#' R pipeline.
117128
#'
118-
#' @source BiGGR package, BiGGR database (http://bigg.ucsd.edu/models).
129+
#' @format
130+
#' a data frame with 7785 rows and 7 columns:
131+
#' * __id__ and __metaid__ reaction identifiers
132+
#' * __sboTerm__ Systems Biology Ontology term
133+
#' * __name__ reaction name
134+
#' * __gene_association__ gene - reaction association rules as character strings
135+
#' * __subsystem__ Recon metabolic subsystem
136+
#' * __confidence_level__ confidence level for the gene - reaction association rule#'
137+
#'
138+
#' @source
139+
#' [biomodels](https://www.ebi.ac.uk/biomodels/services/download/get-files/MODEL1109130000/2/MODEL1109130000_url.xml) and
140+
#' [RECON_processing GitHub respository](https://github.com/PiotrTymoszuk/RECON_processing) .
119141
#'
120142
#' @docType data
121143
#'
122-
#' @name Recon3D
144+
#' @name Recon2D
123145
#'
124-
#' @usage data(Recon3D)
146+
#' @md
147+
#' @usage data(Recon2D)
125148

126-
NULL
149+
NULL
127150

128151
# END ------

R/utilities.R

Whitespace-only changes.

data/Recon2D.RData

-2.62 MB
Binary file not shown.

data/Recon2_2D.RData

148 KB
Binary file not shown.

data/Recon3D.RData

-1.8 MB
Binary file not shown.

man/Recon2D.Rd

Lines changed: 39 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/Recon3D.Rd

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/biggrExtra.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)