|
83 | 83 |
|
84 | 84 | NULL |
85 | 85 |
|
86 | | -# Corrected Recon2 and Recon3 models ------- |
| 86 | +# Reaction annotation data ------- |
87 | 87 |
|
88 | | -#' Corrected Recon2 SBML model. |
| 88 | +#' Reaction association rules for the Recon2 model. |
89 | 89 | #' |
90 | 90 | #' @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. |
97 | 95 | #' |
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) . |
99 | 111 | #' |
100 | 112 | #' @docType data |
101 | 113 | #' |
102 | 114 | #' @name Recon2D |
103 | 115 | #' |
| 116 | +#' @md |
104 | 117 | #' @usage data(Recon2D) |
105 | 118 |
|
106 | 119 | NULL |
107 | 120 |
|
108 | | -#' Corrected Recon3 SBML model. |
| 121 | +#' Reaction association rules for the Recon2.2 model. |
109 | 122 | #' |
110 | 123 | #' @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. |
117 | 128 | #' |
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) . |
119 | 141 | #' |
120 | 142 | #' @docType data |
121 | 143 | #' |
122 | | -#' @name Recon3D |
| 144 | +#' @name Recon2D |
123 | 145 | #' |
124 | | -#' @usage data(Recon3D) |
| 146 | +#' @md |
| 147 | +#' @usage data(Recon2D) |
125 | 148 |
|
126 | | - NULL |
| 149 | +NULL |
127 | 150 |
|
128 | 151 | # END ------ |
0 commit comments