Skip to content

Commit

Permalink
gapFind added
Browse files Browse the repository at this point in the history
  • Loading branch information
dosorio committed Jun 8, 2018
1 parent 39de423 commit 5a5c7f9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(additionCost)
export(blockedReactions)
export(gapFill)
export(gapFind)
export(getReference)
importFrom("KEGGREST","keggGet")
importFrom("KEGGREST","keggLink")
Expand Down
6 changes: 4 additions & 2 deletions R/gapFind.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#' @export gapFill
#' @export gapFind
#' @importFrom "minval" "orphanMetabolites"
#' @author Daniel Osorio <[email protected]>
#' @title Find gaps in a metabolic network
#' @description This function identifies the gaps (metabolites not produced or not consumed in any other reaction or just involved in one reaction) for a set of stoichometric reactions
gapFind <- function(reactionList){
orphanMetabolites(reactionList = reactionList)
}
}
14 changes: 14 additions & 0 deletions man/gapFind.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a5c7f9

Please sign in to comment.