Skip to content

Commit

Permalink
Update gapFill
Browse files Browse the repository at this point in the history
  • Loading branch information
dosorio committed Jun 15, 2018
1 parent 5bfc4df commit 2204ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gapFill.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#' limit = 0.25,
#' woCompartment = TRUE,
#' consensus = FALSE)}
gapFill <- function(reactionList, reference, limit = 0.25, woCompartment=FALSE,consensus=FALSE){
gapFill <- function(reactionList, reference, limit = 0.25, woCompartment=FALSE, consensus=FALSE){
reference_reactants <- reactants(reference)
reference_products <- products(reference)
oR <- orphanReactants(reactionList)
Expand Down

0 comments on commit 2204ba4

Please sign in to comment.